/* Custom code updated 2/20/2026 ------------------------------------------------------------------------ */

@charset "UTF-8";
body {
  background-image: url("https://cdn.builder.io/api/v1/image/assets%2F986d46a9a5b848d3a3f3af8b2bc9737d%2F1c4f34d86efd4d769f2c171c06e252a9");
  background-size: 600px;
  background-repeat: repeat;
}

@media (min-width: 1024px) {
  .home-element {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  .home-element:hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
}
.header-banner {
  background-image: linear-gradient(100deg, hsl(357, 90%, 70%) 0%, hsl(357, 83%, 67%) 3%, hsl(358, 78%, 63%) 7%, hsl(358, 74%, 61%) 11%, hsl(358, 70%, 58%) 17%, hsl(358, 66%, 55%) 23%, hsl(358, 63%, 52%) 32%, hsl(358, 62%, 49%) 43%, hsl(358, 66%, 47%) 60%, hsl(358, 70%, 44%) 77%, hsl(358, 74%, 42%) 88%, hsl(358, 78%, 39%) 95%, hsl(358, 83%, 37%) 100%);
}

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

.topbar[class] {
  width: 100%;
}
@media (min-width: 1024px) {
  .topbar[class] {
    max-width: var(--max-width);
  }
}

@media (min-width: 1024px) {
  .layout-root[class] {
    max-width: var(--max-width);
  }
}

.fullwidth-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

:root {
  --c-text: #453535 !important;
  --max-width: 1400px !important;
  --h1-font-size: 2.49rem !important;
  --h2-font-size: 2.07rem !important;
  --h3-font-size: 1.73rem !important;
  --h4-font-size: 1.44rem !important;
  --h5-font-size: 1.2rem !important;
  --h6-font-size: .875rem !important;
}
@media (min-width: 1024px) {
  :root {
    --h1-font-size: 3.125rem !important;
    --h2-font-size: 2.605rem !important;
    --h3-font-size: 2.175rem !important;
    --h4-font-size: 1.815rem !important;
    --h5-font-size: 1.515rem !important;
    --h6-font-size: 1.105rem !important;
  }
}

@media (min-width: 1024px) {
  .layout-root[class] {
    max-width: var(--max-width);
  }
}

.category__about {
  display: none !important;
}

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

.builder-text a,
.builder-custom-code a {
  transition: color 0.2s ease;
  color: #ad1015;
  text-decoration: underline;
}
.builder-text a:hover,
.builder-custom-code a:hover {
  color: #9e6800;
}

.builder-text > a,
p > a {
  color: #ad1015;
  transition: color 0.2s ease-in-out;
}
.builder-text > a:hover,
p > a:hover {
  color: #9e6800;
}

.builder-text,
.builder-block p {
  line-height: 1.6;
}

/* footer text color adjustment */
.sf-footer {
  color: #f8f7f7 !important;
}
@media (min-width: 1024px) {
  .sf-footer.footer {
    padding: 40px 0 0 !important;
  }
}
.sf-footer-column__title {
  color: #ffdc99 !important;
  font-size: 1.2em !important;
}
.sf-footer .footer__link {
  font-family: var(--font-family--primary) !important;
  transition: color 0.2s ease;
  color: #f8f7f7 !important;
}
.sf-footer .footer__link:hover {
  color: #ffaa05 !important;
  text-decoration: underline;
}
.sf-footer__container[class] {
  max-width: var(--max-width) !important;
}
.sf-footer__container[class] a {
  color: #f8f7f7 !important;
}
.sf-footer__container[class] a:hover {
  color: #ffaa05 !important;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .sf-footer__container[class] {
    padding: 0 15px !important;
  }
}
@media (min-width: 1024px) {
  .sf-footer__container[class]:last-child {
    width: 100% !important;
    margin: unset !important;
    background-color: #292929 !important;
    max-width: unset !important;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.category__banner {
  overflow: hidden;
}
.category__banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* buttons CTA styling with site colors */
a[role=button],
a[role=link] {
  background-color: #ffaa05;
  color: #664300;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
a[role=button]:hover,
a[role=link]:hover {
  background-color: #ffcd6b;
  color: #9e6800;
}

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

.sf-header__header[class] {
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  box-sizing: border-box;
  padding: 0 15px;
}
.sf-header__search-options[class] {
  width: 100%;
  flex-basis: 600px;
  flex-grow: unset !important;
}
.sf-header__mobile-top-bar[class] {
  padding: unset !important;
}
@media (max-width: 1024px) {
  .sf-header__mobile-top-bar[class] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
  }
}
.sf-header__mobile-top-bar[class] .sf-header__action {
  justify-self: start;
  width: auto;
  padding: 1.5rem;
}
.sf-header__mobile-top-bar[class] .sf-header__action .nuxt-icon[class] {
  width: 32px;
  height: 32px;
}
.sf-header__mobile-top-bar[class] .header-mobile-icons {
  margin: 0;
  justify-content: space-evenly;
  align-items: center;
}
.sf-header__icons {
  margin: 0 !important;
  gap: 2rem;
}
.sf-header__action[class] {
  margin: unset !important;
  font-size: 1.2rem !important;
  transition: color 0.2s ease-in-out;
  color: #453535;
}
.sf-header__action[class]:hover {
  color: #da141a;
}
.sf-header__header[class] {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  box-sizing: border-box;
  padding: 0 15px;
  max-width: var(--max-width) !important;
}
.sf-header .navigation-item {
  cursor: pointer;
  border-bottom: none !important;
}
.sf-header .navigation-item__wrapper {
  padding: unset !important;
  display: flex;
  align-items: center;
}
.sf-header .navigation-item__link {
  padding: 15px 25px;
  font-weight: bold !important;
  font-size: 1rem !important;
  letter-spacing: 0.03em;
}
.sf-header .navigation-item__toggle {
  background: transparent;
  border: 0;
  padding-right: 0;
  transform: translateX(-100%);
}
.sf-header .navigation-item:hover, .sf-header .navigation-item:active {
  color: #facccd !important;
}
.sf-header .current-selected-store {
  color: #453535;
}
.sf-header .current-selected-store__icon {
  color: #da141a !important;
}
.sf-header .current-selected-store__store-button {
  color: #da141a !important;
}
.sf-header .current-selected-store__label {
  margin-right: var(--space-2) !important;
}
.sf-header__logo-wrapper {
  gap: unset !important;
}
.sf-header__logo {
  margin: 0 !important;
  padding: 10px 0;
}
.sf-header .store-selector {
  margin: var(--spacer-xs) !important;
}

.search-dropdown {
  margin-top: -3px;
}
@media (min-width: 1024px) {
  .search-dropdown {
    margin-top: 5px;
  }
}
.search-dropdown .v-popper__inner[class] {
  border-radius: 0 !important;
  box-shadow: unset;
}
@media (min-width: 1024px) {
  .search-dropdown .v-popper__inner[class] {
    border-radius: 4px !important;
  }
}
.search-dropdown__column[class] {
  padding: 1.7rem;
}
.search-dropdown__recent {
  width: 100%;
  max-width: 100%;
  background-color: #292929 !important;
}
@media (min-width: 1024px) {
  .search-dropdown__recent {
    max-width: 200px;
  }
}
.search-dropdown__recent-item[class] {
  color: #d8d4d4;
}
.search-dropdown__recent-item[class] a {
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}
.search-dropdown__recent-item[class] a:hover {
  color: #ffbb38;
  text-decoration: underline;
}
.search-dropdown__recent h2[class] {
  font-family: var(--font-family--secondary);
  color: #f5cc81;
}
.search-dropdown__categories {
  flex-wrap: nowrap !important;
  width: 100%;
  text-align: center;
}
.search-dropdown__categories-title {
  font-family: var(--font-family--secondary);
}
.search-dropdown__categories .listed-categories__row[class] {
  flex-wrap: nowrap;
  gap: 1rem !important;
}

@media (max-width: 1024px) {
  .search {
    background-color: #292929 !important;
    padding: 20px 30px;
  }
}
.search .search-bar[class] {
  background-color: transparent;
  padding: unset;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.search .search-bar[class] input[type=search] {
  background-color: #ffffff;
  padding: 0.7rem 2.5rem 0.7rem 1.25rem;
}
.search .search-bar[class] .search-bar__input {
  font-size: unset !important;
}
.search .search-bar[class] .sf-search-bar__icon {
  position: absolute;
  right: 0.75rem;
}

.product-carousel {
  margin: 0 !important;
  width: 100% !important;
  margin: 20px 0 !important;
}
.product-carousel__wrapper[class] {
  padding: 0 !important;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto !important;
}
.product-carousel__wrapper[class] .title {
  margin: 0.8rem 0 !important;
  font-size: var(--h3-font-size) !important;
}
.product-carousel__wrapper[class] .sf-product-card[class] {
  padding: 20px;
}
.product-carousel .sf-arrow {
  box-shadow: unset !important;
  border-radius: 4px !important;
  transition: all 0.3s ease-in-out;
}
.product-carousel .sf-arrow--right::after {
  content: "❯" !important;
}
.product-carousel .sf-arrow--left::after {
  content: "❮" !important;
}
.product-carousel .sf-arrow:hover {
  background-color: #b8bbc0 !important;
}
.product-carousel .controls__next-button--arrow[class], .product-carousel .controls___previous[class] {
  background: #e5e7eb;
  width: 1.75rem;
}
.product-carousel .controls__next-button--arrow[class]::after, .product-carousel .controls___previous[class]::after {
  color: #5f6060 !important;
}
.product-carousel .controls__previous {
  left: unset !important;
  transform: translateX(-60%) !important;
}
.product-carousel .controls__next {
  right: 0 !important;
  transform: translateX(60%) !important;
}

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

.carousel .sf-arrow {
  right: unset !important;
  box-shadow: unset !important;
}
.carousel .sf-arrow:focus-visible {
  outline: 3px solid var(--primary-dealer-color);
  outline-offset: 1px;
}
.carousel__next-button[class] {
  background: #da1d19;
  transition: all 0.3s ease-in-out;
}
.carousel__next-button[class]:hover {
  background: #da1d19;
  color: unset;
  filter: brightness(1.2);
}
.carousel__next-button[class]:focus-visible {
  outline: 2px solid var(--primary-dealer-color);
}
.carousel__next-button[class]::after {
  content: "→" !important;
  font-weight: normal !important;
  color: #f2e7e7 !important;
}

.sf-bullets[class] {
  width: auto;
  position: unset;
  justify-content: center;
  margin: 0.3rem auto 0.5rem;
}
.sf-bullets[class] .sf-bullet {
  background: #da1d19;
  border: 1px solid #da1d19;
}
.sf-bullets[class] .sf-bullet.is-active {
  background: #f2e7e7;
}
.sf-bullets[class] .sf-bullet:before {
  box-shadow: unset !important;
}

.sf-carousel .glide__slide {
  position: relative;
}
.sf-carousel__controls[class] {
  justify-content: space-between;
  left: unset;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: unset;
  width: unset;
}

.carousel-slide {
  height: unset !important;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .carousel-slide {
    width: 100%;
    aspect-ratio: 9/4;
    position: relative;
    max-height: 750px;
  }
}
.carousel-slide__image[class] {
  background-position: center;
}
@media (min-width: 1024px) {
  .carousel-slide__image[class] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .carousel-slide__wrapper {
    width: 100% !important;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    backdrop-filter: blur(8px);
  }
}
@media (max-width: 1024px) {
  .carousel-slide__wrapper {
    background-color: var(--primary-dealer-color) !important;
  }
}
.carousel-slide__wrapper p {
  line-height: 1.6;
  font-size: 1rem;
}
.carousel-slide__content {
  padding: 15px 20px;
}
.carousel-slide__content * {
  margin: unset !important;
}
@media (min-width: 1024px) {
  .carousel-slide__content {
    margin: unset !important;
    width: 100% !important;
    max-width: var(--max-width);
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 15px;
  }
}
@media (max-width: 1024px) {
  .carousel-slide__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: unset !important;
    padding: 10px !important;
  }
}
@media (min-width: 1024px) {
  .carousel-slide__content .call-to-action {
    grid-area: 1/2/3/3;
    display: flex;
    align-items: start;
    justify-content: end;
  }
  .carousel-slide__content .call-to-action a {
    background-color: #ffaa05;
    color: #664300;
    border: none !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem !important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .carousel-slide__content .call-to-action a:hover {
    background-color: #ffcd6b;
    color: #9e6800;
    transition: all 0.2s ease;
  }
}
@media (max-width: 1024px) {
  .carousel-slide__content .call-to-action {
    box-sizing: border-box !important;
    width: 100% !important;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: stretch;
  }
  .carousel-slide__content .call-to-action a {
    width: 100% !important;
    text-align: center;
  }
}
.carousel-slide__content p {
  font-size: 0.9rem;
  line-height: 1.2;
  text-wrap: balance;
  overflow-wrap: break-word;
  text-align: center;
}
@media (min-width: 1024px) {
  .carousel-slide__content p {
    grid-area: 2/1/3/2;
    text-align: left;
  }
}
.carousel-slide__heading[class] {
  text-align: center;
  text-wrap: balance;
  overflow-wrap: break-word;
  font-size: 1.75rem !important;
}
@media (min-width: 1024px) {
  .carousel-slide__heading[class] {
    grid-area: 1/1/2/2;
    justify-self: left;
    text-align: left;
  }
}

.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;
}

#product {
  max-width: unset !important;
}
#product .product__details {
  width: unset !important;
}
#product .product__brand {
  opacity: 0.6;
}

#main-content #category {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  #main-content #category {
    max-width: unset !important;
  }
}
#main-content #category .category__banner {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #main-content #category .category__banner {
    margin: 0.5rem 0 0 !important;
  }
}
@media (max-width: 1024px) {
  #main-content #category .category__banner {
    margin: 0.5rem 15px !important;
  }
}
#main-content #category .category__banner-content {
  background-color: rgba(0, 0, 0, 0.3137254902);
  background-image: radial-gradient(#000 0.4px, rgba(0, 0, 0, 0) 0.4px);
  background-size: 5px 5px;
}
#main-content #category .category__banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  #main-content #category :has(.category__banner) nav.breadcrumbs[class] {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: 0;
    padding: 10px 15px;
  }
  #main-content #category :has(.category__banner) nav.breadcrumbs[class] .sf-breadcrumbs__breadcrumb {
    color: white;
  }
  #main-content #category :has(.category__banner) nav.breadcrumbs[class] .sf-breadcrumbs__list-item:not(:last-child):after {
    color: white !important;
  }
  #main-content #category .filters-toggle.desktop-only[class] {
    margin: 0;
    padding: 10px 0;
  }
  #main-content #category .category__banner[class] {
    height: 200px !important;
  }
  #main-content #category .breadcrumbs[class] {
    margin: 15px !important;
  }
}
#main-content #category .main.section[class] {
  gap: 1.5rem;
}
#main-content #category .main.section[class] .sidebar[class] {
  padding: unset !important;
  top: 50px;
}
#main-content #category .products__wrapper[class] {
  margin: 0;
}

.products .ais-CurrentRefinements-list[class] {
  padding-left: unset;
}
.products .algolia-per-page[class] {
  margin: unset;
}
.products .products__grid[class] {
  margin: unset;
}
/*# sourceMappingURL=dev.css.map */
