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

@charset "UTF-8";
@import url("https://use.typekit.net/zdd3gsx.css");
.sf-footer-column__title {
  font-weight: 800 !important;
  font-size: 1.5em !important;
}

.header-action-button__label {
  font-weight: 400 !important;
}

.sf-menu-item__label,
.navigation-item__link {
  font-family: "neulis-sans", sans-serif;
  font-weight: 400 !important;
}

.sf-header__action {
  font-weight: 400 !important;
}

.builder-block a[role=button],
.builder-block a[role=link] {
  font-family: "neulis-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
}

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

:root {
  --c-text: #252525 !important;
  --max-width: 1400px;
  --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: #9f1c2e;
  text-decoration: underline;
}
.builder-text a:hover,
.builder-custom-code a:hover {
  color: #6b131f;
}

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

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

/* footer text color adjustment */
.sf-footer {
  color: #fffdfd !important;
}
@media (min-width: 1024px) {
  .sf-footer.footer {
    padding: 40px 0 0 !important;
  }
}
.sf-footer-column__title {
  color: #fffdfd !important;
  font-size: 1.2em !important;
}
.sf-footer .footer__link {
  font-family: var(--font-family--primary) !important;
  transition: color 0.2s ease;
  color: #fffdfd !important;
}
.sf-footer .footer__link:hover {
  color: #ffb2bf !important;
  text-decoration: underline;
}
.sf-footer__container[class] {
  max-width: var(--max-width) !important;
}
.sf-footer__container[class] a {
  color: #fffdfd !important;
}
.sf-footer__container[class] a:hover {
  color: #ffb2bf !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: #252525 !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: #d51a39;
  color: #ffcfd5;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
a[role=button]:hover,
a[role=link]:hover {
  background-color: #fe0730;
  color: #fffdfd;
}

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

.sf-header__action {
  transition: color 0.3s ease;
  color: #9f1c2d !important;
}
.sf-header__action:hover {
  color: #6b131f !important;
}
.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 {
  color: #9f1c2d !important;
  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;
  color: inherit;
  transform: translateX(-100%);
}
.sf-header .navigation-item:hover, .sf-header .navigation-item:active {
  color: #fffdfd !important;
}
.sf-header .current-selected-store {
  color: #9f1c2d;
}
.sf-header .current-selected-store__icon {
  color: #9f1c2d !important;
}
.sf-header .current-selected-store__store-button {
  color: #9f1c2d !important;
}
.sf-header .current-selected-store__label {
  margin-right: var(--space-2) !important;
}
.sf-header__icons[class] {
  color: #9f1c2d;
  margin: revert;
}
.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;
}
.sf-header__mobile-top-bar {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: revert !important;
}
.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;
}
.sf-header__mobile-top-bar .nuxt-icon[class] {
  width: 32px;
  height: 32px;
}

.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: 0;
  justify-content: flex-end;
}
.header-mobile-icons button,
.header-mobile-icons a {
  min-width: 25% !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: 12px !important;
  }
}
.search-dropdown__recent {
  width: 100%;
  max-width: 100%;
  background-color: #d51a39;
}
@media (min-width: 1024px) {
  .search-dropdown__recent {
    max-width: 200px;
  }
}
.search-dropdown__recent-item[class] {
  color: #fffdfd;
}
.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: #f2a1ab;
  text-decoration: underline;
}
.search-dropdown__recent h2[class] {
  font-family: var(--font-family--secondary);
  color: #fffdfd;
}
.search-dropdown__categories {
  flex-wrap: nowrap !important;
  width: 100%;
  text-align: center;
}
.search-dropdown__categories-title {
  font-family: var(--font-family--secondary);
}

@media (max-width: 1024px) {
  .search {
    background-color: #d51a39 !important;
    padding: 20px 30px;
  }
}
.search .search-bar[class] {
  background-color: transparent;
  padding: unset;
  margin: 0;
  border-radius: 5px;
  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: 5px !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;
}