/* Custom code updated 8/22/2025 ------------------------------------------------------------------------ */




/* Brands accordion */
.item-expandable {
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
}
.item-expandable:hover {
  flex-grow: 2;
}

/* Slider Styles */
.carousel__next-button {
  background: var(--primary-dealer-color) !important;
}
.carousel__next-button:hover {
  filter: brightness(1.3);
}
.carousel__next-button:focus-visible {
  outline: 3px solid var(--primary-dealer-color, #0066cc);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px white;
}
.carousel .sf-arrow {
  box-shadow: none !important;
  right: 10px !important;
}
.carousel .sf-arrow:focus-visible {
  outline: 3px solid var(--primary-dealer-color, #0066cc);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px white;
}
.carousel .sf-arrow--right::after {
  color: #ff630f !important;
}

.sf-carousel-item.glide__slide {
  position: relative;
}

.carousel-bullets {
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
  right: unset !important;
  bottom: 5px;
}
@media (min-width: 1024px) {
  .carousel-bullets {
    left: 50% !important;
    right: unset !important;
  }
}
@media (max-width: 1024px) {
  .carousel-bullets {
    left: 50% !important;
    right: unset !important;
  }
}
.carousel-bullets .sf-bullet::before {
  box-shadow: none !important;
}

.carousel-slide__content * {
  margin: unset !important;
}
.carousel-slide__image {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  .carousel-slide__wrapper {
    width: 100% !important;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    background: rgba(40, 62, 172, 0.7960784314);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .carousel-slide__content {
    margin: unset !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 15px;
  }
  .carousel-slide__content .call-to-action {
    grid-area: 1/2/3/3;
    display: flex;
    padding: 15px !important;
    align-items: center;
    justify-content: end;
  }
  .carousel-slide__content .call-to-action a {
    min-width: 180px;
    text-align: center;
  }
  .carousel-slide__content p {
    grid-area: 2/1/3/2;
    vertical-align: baseline;
    font-size: 80%;
    line-height: 120%;
  }
  .carousel-slide__content p:not(:empty) {
    padding: 0 15px 25px !important;
  }
  .carousel-slide__heading {
    grid-area: 1/1/2/2;
    width: 100% !important;
    justify-self: center;
    align-self: center;
    font-size: 1.5em !important;
    line-height: 100% !important;
    vertical-align: bottom;
  }
  .carousel-slide__heading:not(:empty) {
    padding: 10px 15px 5px !important;
  }
}
@media (max-width: 1024px) {
  .carousel-slide {
    height: unset !important;
  }
  .carousel-slide__wrapper {
    background-color: var(--primary-dealer-color) !important;
  }
  .carousel-slide__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: unset !important;
    padding: 0 !important;
  }
  .carousel-slide__content p {
    padding: 0;
  }
  .carousel-slide__content p:not(:empty) {
    padding: 0 15px 15px !important;
  }
  .carousel-slide__heading {
    padding: 0;
  }
  .carousel-slide__heading:not(:empty) {
    padding: 15px 15px 5px !important;
  }
  .carousel-slide .call-to-action {
    box-sizing: border-box !important;
    width: 100% !important;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: stretch;
  }
  .carousel-slide .call-to-action a {
    background-color: #ffb140;
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .product-carousel {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 0 -50vw !important;
  }
  .product-carousel__wrapper {
    width: 100% !important;
    max-width: 1360px;
  }
  .product-carousel .controls__next {
    right: 15px;
  }
}