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

.product-carousel .product-card {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  border-radius: 0 !important;
}
.product-carousel .product-card img {
  mix-blend-mode: multiply !important;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  color: #252632;
}

.category__about {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25 !important;
}

.builder-text a {
  color: #925e0b;
  transition: color 0.2s ease;
  text-decoration: underline;
}
.builder-text a:hover {
  color: #ff630f;
  transition: color 0.2s ease;
}

a {
  color: var(--c-link);
  transition: color 0.2s ease;
}
a:hover {
  color: var(--c-link-hover);
  transition: color 0.2s ease;
}

.builder-text, .builder-block p {
  line-height: 1.65 !important;
}

/* footer text color adjustment */
@media (min-width: 1024px) {
  .footer {
    padding: 40px 0 0 !important;
  }
}

.sf-footer {
  color: #FFF3E1 !important;
}
.sf-footer .footer__link {
  font-family: var(--font-family--primary) !important;
  color: #FFF3E1 !important;
  transition: color 0.2s ease;
}
.sf-footer .footer__link:hover {
  color: #ff630f !important;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.sf-footer__container a {
  color: #FFF3E1 !important;
}
.sf-footer__container a:hover {
  color: #ff630f !important;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .sf-footer__container {
    padding: 15px 0 !important;
  }
  .sf-footer__container:last-child {
    width: 100% !important;
    margin: unset !important;
    background-color: #3b2502 !important;
    max-width: unset !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.category__banner {
  border-radius: 12px;
  overflow: hidden;
}
.category__banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* buttons CTA styling with site colors */
.builder-block a[role=button],
.builder-block a[role=link] {
  background-color: #ffb140;
  color: #3b2502;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.builder-block a[role=button]:hover,
.builder-block a[role=link]:hover {
  background-color: #ff630f;
  color: #ffebc3;
  transition: all 0.3s ease;
}

.locations-page {
  min-height: calc(100vh - 600px) !important;
}

.sf-header__aside {
  position: relative;
}
.sf-header__aside > svg,
.sf-header__aside > img {
  display: none !important;
}
.sf-header__aside::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Use mask so the icon inherits current text color */
  background-color: currentColor;
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23000' d='M96 160C96 142.3 110.3 128 128 128L512 128C529.7 128 544 142.3 544 160C544 177.7 529.7 192 512 192L128 192C110.3 192 96 177.7 96 160zM96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320zM544 480C544 497.7 529.7 512 512 512L128 512C110.3 512 96 497.7 96 480C96 462.3 110.3 448 128 448L512 448C529.7 448 544 462.3 544 480z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23000' d='M96 160C96 142.3 110.3 128 128 128L512 128C529.7 128 544 142.3 544 160C544 177.7 529.7 192 512 192L128 192C110.3 192 96 177.7 96 160zM96 320C96 302.3 110.3 288 128 288L512 288C529.7 288 544 302.3 544 320C544 337.7 529.7 352 512 352L128 352C110.3 352 96 337.7 96 320zM544 480C544 497.7 529.7 512 512 512L128 512C110.3 512 96 497.7 96 480C96 462.3 110.3 448 128 448L512 448C529.7 448 544 462.3 544 480z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.sf-header__action {
  color: #ffebc3 !important;
  transition: color 0.3s ease;
}
.sf-header__action:hover {
  color: #ff630f !important;
  transition: color 0.3s ease;
}
.sf-header__header {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  box-sizing: border-box !important;
  max-width: 1360px !important;
}
.sf-header__search-options {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sf-header__search-options .search {
  width: 100%;
  max-width: 600px !important;
}
.sf-header .sf-menu-item__label {
  transition: color 0.2s ease;
  font-family: var(--font-family--primary) !important;
}
.sf-header .sf-menu-item__label:hover {
  color: #ffecd1 !important;
}
@media (max-width: 768px) {
  .sf-header .sf-menu-item__label:hover {
    color: var(--primary-dealer-color) !important;
  }
}
.sf-header .navigation-item {
  transition: all 0.2s ease-out;
}
.sf-header .navigation-item__link:hover {
  color: #ffecd1 !important;
}
.sf-header .navigation-item:hover {
  transition: all 0.2s ease-in;
}
.sf-header .current-selected-store {
  color: #ffebc3;
}
.sf-header .current-selected-store__icon {
  color: #1d9aff !important;
}
.sf-header .current-selected-store__store-button {
  color: #1d9aff !important;
}
.sf-header .current-selected-store__label {
  margin-right: var(--space-2) !important;
}
.sf-header__icons {
  color: #ffebc3 !important;
  margin: 0 !important;
}
.sf-header__logo-wrapper {
  width: 100%;
  flex-grow: 2;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sf-header__logo-wrapper a {
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
}
.sf-header__logo-wrapper .sf-image--wrapper {
  display: inline-flex;
  align-items: center;
}
.sf-header__logo-image {
  height: auto !important;
  max-height: 100px !important;
}
@media (min-width: 767px) {
  .sf-header__logo-image {
    width: auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .sf-header__logo-image {
    width: 100% !important;
    max-height: unset !important;
    max-width: unset !important;
    display: flex !important;
    align-items: center !important;
  }
}
.sf-header__logo-image img {
  height: auto !important;
  max-height: 100px !important;
}
@media (min-width: 767px) {
  .sf-header__logo-image img {
    width: auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .sf-header__logo-image img {
    width: 100% !important;
    max-height: unset !important;
    max-width: unset !important;
  }
}
.sf-header .store-selector {
  margin: var(--spacer-xs) !important;
}
.sf-header__mobile-top-bar {
  padding-bottom: 5px !important;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sf-header__mobile-top-bar > * {
  flex: 1;
  justify-content: start;
}
.sf-header__mobile-top-bar .sf-button:first-child {
  justify-content: flex-start;
}
.sf-header__mobile-top-bar .sf-header__logo-wrapper {
  flex-grow: 2;
}

.navigation-item__dropdown .sf-menu-item__label {
  font-family: var(--font-family--primary) !important;
}
.navigation-item__link {
  font-family: var(--font-family--primary) !important;
}

.header-mobile-icons {
  margin: unset !important;
}
.header-mobile-icons button,
.header-mobile-icons a {
  min-width: 25% !important;
}

.search-dropdown__column.search-dropdown__recent {
  background-color: #694516 !important;
}
.search-dropdown__title {
  font-family: var(--font-family--secondary);
  color: #ffecd1;
}
.search-dropdown__categories-title {
  font-family: var(--font-family--secondary);
}
.search-dropdown__recent-list {
  font-weight: 400 !important;
}
.search-dropdown__recent-item a {
  color: #ffecd1;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s ease;
}
.search-dropdown__recent-item a:hover {
  transition: all 0.2s ease;
  text-decoration: underline;
  color: #ff630f;
}
@media (max-width: 1024px) {
  .search-dropdown__recent {
    width: 100%;
    text-align: center;
  }
}

.sf-search-bar,
.search-bar {
  border: 1px solid !important;
  box-shadow: unset !important;
  border-color: var(--search-bar-input-border-color) !important;
  background-color: #876a26 !important;
}
.sf-search-bar__input input,
.sf-search-bar input,
.search-bar__input input,
.search-bar input {
  background-color: #876a26 !important;
  color: #ffecd1 !important;
}
.sf-search-bar__input input::-moz-placeholder, .sf-search-bar input::-moz-placeholder, .search-bar__input input::-moz-placeholder, .search-bar input::-moz-placeholder {
  color: var(--search-bar-placeholder-color) !important;
}
.sf-search-bar__input input::placeholder,
.sf-search-bar input::placeholder,
.search-bar__input input::placeholder,
.search-bar input::placeholder {
  color: var(--search-bar-placeholder-color) !important;
}

@media (max-width: 1024px) {
  .search,
  .search .smartphone-only,
  .sf-search {
    background-color: #3b2508 !important;
  }
}

.header-mobile-icons {
  margin: 0;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .topbar {
    max-width: 1360px !important;
  }
}

@media (min-width: 1024px) {
  .layout-root {
    max-width: 1360px !important;
  }
}

@media (min-width: 1024px) {
  #layout {
    max-width: 1360px !important;
  }
}

@media (min-width: 1024px) {
  #category {
    max-width: unset !important;
  }
}

@media (min-width: 1024px) {
  #product {
    max-width: unset !important;
  }
  #product .product__details {
    width: unset !important;
  }
  #product .product__header h1 {
    font-weight: 800;
    font-size: 2em;
    color: var(--primary-dealer-color);
  }
  #product .product__brand h2 {
    color: var(--secondary-dealer-color);
    opacity: 0.6;
  }
}

/* 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;
  }
}

.store-locator-content {
  position: relative;
}
.store-locator-content__map {
  max-height: 60vh;
  position: sticky !important;
  top: 20px;
}
@media (max-width: 767px) {
  .store-locator-content__map {
    display: none;
    visibility: hidden;
  }
}
.store-locator-content__details {
  padding-right: 30px !important;
}
/*# sourceMappingURL=dev.css.map */
