@charset "UTF-8";/* custom colors */
.product-groups__shelf[data-v-54b51676] {
  padding: clamp(var(--space-6, 24px), 3vw, var(--space-8, 32px));
  overflow: visible;
  box-shadow: var(--elevation-1);
}
.product-groups__title-row[data-v-54b51676] {
  margin-bottom: var(--space-4, var(--md));
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-groups__title-row h2[data-v-54b51676] {
  margin: 3px 0 0;
  font-size: clamp(24px, 3vw, 34px);
}
.product-groups__head[data-v-54b51676] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--space-4, var(--md));
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-groups__head[data-v-54b51676]::-webkit-scrollbar {
  display: none;
}
.product-groups__content[data-v-54b51676] {
  position: relative;
}
.product-groups__content[data-v-54b51676] .slider__head {
  position: absolute;
  z-index: 2;
  top: -58px;
  right: 0;
  margin: 0;
}
.product-groups__content[data-v-54b51676] .product-card {
  border: 1px solid transparent;
  background: var(--surface-primary);
}
body.desktop .product-groups__content[data-v-54b51676] .product-card:hover {
  border-color: color-mix(in srgb, var(--brand-primary) 24%, var(--border-default));
  box-shadow: var(--elevation-2);
}
@media (max-width: 479.98px) {
.product-groups__shelf[data-v-54b51676] {
    margin: 0 calc(var(--container-px) * -1);
    padding: 22px var(--container-px) 26px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.product-groups__title-row h2[data-v-54b51676] {
    font-size: 24px;
}
.product-groups__head[data-v-54b51676] {
    margin-bottom: 18px;
}
.product-groups__content[data-v-54b51676] .slider__head {
    display: none;
}
}/* custom colors */
.big-banner[data-v-115e7d4a] {
  position: relative;
  overflow: hidden;
}
.big-banner__slider[data-v-115e7d4a] {
  --space-between: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
.big-banner__slider[data-v-115e7d4a] {
    --space-between: 0px;
}
}
.big-banner__controls[data-v-115e7d4a] {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 18px;
  left: 18px;
  transform: translateY(-50%);
}
.big-banner__controls[data-v-115e7d4a] .slider-controls {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
.big-banner__controls[data-v-115e7d4a] {
    display: none;
}
}
@media (max-width: 479.98px) {
.big-banner[data-v-115e7d4a] {
    border-radius: initial !important;
    margin: 0;
}
}
.big-banner__slider[data-v-115e7d4a] .swiper-pagination {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  width: auto;
  margin: 0;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}
.big-banner__slider[data-v-115e7d4a] .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--surface-primary) 72%, transparent);
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--surface-inverse) 44%, transparent);
  opacity: 1;
  transition: width var(--trs-1), background-color var(--trs-1);
}
.big-banner__slider[data-v-115e7d4a] .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: var(--brand-highlight);
}
@media (max-width: 767.98px) {
.big-banner__slider[data-v-115e7d4a] .swiper-pagination {
    position: relative;
    z-index: 3;
    max-width: 184px;
    margin: 9px auto 0;
    padding: 0 12px 10px;
    display: flex;
    gap: 5px;
    transform: none;
}
.big-banner__slider[data-v-115e7d4a] .swiper-pagination .swiper-pagination-bullet {
    max-width: none;
    width: auto;
    height: 3px;
    flex: 1 1 auto;
    border: 0;
    background: var(--border-strong);
    opacity: 1;
}
.big-banner__slider[data-v-115e7d4a] .swiper-pagination .swiper-pagination-bullet-active {
    width: auto;
    background: var(--brand-highlight);
}
}
.big-banner-slide[data-v-115e7d4a] {
  --height: 25%;
  display: block;
  position: relative;
}
.big-banner-slide[data-v-115e7d4a]::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--height);
}
.big-banner-slide__image[data-v-115e7d4a] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
.big-banner-slide[data-v-115e7d4a] {
    --height: 52%;
}
}/* custom colors */
.main-hero__stage[data-v-a0d3e2be] {
  height: clamp(310px, 24.5vw, 350px);
  max-height: 350px;
}
.main-hero__primary[data-v-a0d3e2be] {
  min-width: 0;
  min-height: 0;
  height: 100%;
}
.main-hero__primary[data-v-a0d3e2be] .big-banner, .main-hero__primary[data-v-a0d3e2be] .banner-skeleton {
  height: 100%;
  min-height: 0;
  max-height: 350px;
}
.main-hero__primary[data-v-a0d3e2be] .big-banner-slide, .main-hero__primary[data-v-a0d3e2be] .banner-skeleton {
  --height: 35.3%;
}
.main-hero__fallback[data-v-a0d3e2be] {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 0;
  padding: clamp(30px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  overflow: hidden;
  background: linear-gradient(128deg, var(--surface-inverse) 0%, color-mix(in srgb, var(--brand-primary) 36%, var(--surface-inverse)) 100%);
  color: var(--text-inverse);
}
.main-hero__fallback-copy[data-v-a0d3e2be] {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-hero__fallback-copy[data-v-a0d3e2be] .button--color-primary {
  --color: var(--brand-highlight);
  --color-text: var(--brand-highlight-contrast);
}
.main-hero__fallback-copy h1[data-v-a0d3e2be] {
  max-width: 580px;
  margin: 8px 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.main-hero__fallback-copy p[data-v-a0d3e2be] {
  max-width: 500px;
  margin: 0 0 24px;
  color: color-mix(in srgb, var(--text-inverse) 78%, transparent);
  font-size: 15px;
}
.main-hero__eyebrow[data-v-a0d3e2be] {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.main-hero__showcase[data-v-a0d3e2be] {
  position: relative;
  z-index: 1;
  min-height: 250px;
}
.main-hero__showcase[data-v-a0d3e2be]::before, .main-hero__showcase[data-v-a0d3e2be]::after {
  content: "";
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--text-inverse) 13%, transparent);
  border-radius: var(--radius-pill);
}
.main-hero__showcase[data-v-a0d3e2be]::before {
  inset: 8% -12% -5% 8%;
}
.main-hero__showcase[data-v-a0d3e2be]::after {
  inset: 22% 2% 12% -15%;
}
.main-hero__showcase-item[data-v-a0d3e2be] {
  position: absolute;
  width: clamp(116px, 11vw, 160px);
  padding: 15px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--text-inverse) 18%, transparent);
  border-radius: var(--radius-lg, 14px);
  background: color-mix(in srgb, var(--surface-primary) 94%, transparent);
  box-shadow: var(--elevation-3);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.main-hero__showcase-item--1[data-v-a0d3e2be] {
  top: 0;
  right: 4%;
  transform: rotate(5deg);
}
.main-hero__showcase-item--2[data-v-a0d3e2be] {
  right: 42%;
  bottom: 0;
  transform: rotate(-7deg);
}
.main-hero__showcase-item--3[data-v-a0d3e2be] {
  right: -12%;
  bottom: 1%;
  transform: rotate(8deg) scale(0.84);
}
.main-hero__showcase-image[data-v-a0d3e2be] {
  width: 100%;
}
@media (max-width: 1023.98px) {
.main-hero__fallback[data-v-a0d3e2be] {
    grid-template-columns: minmax(0, 1fr);
}
.main-hero__showcase[data-v-a0d3e2be] {
    display: none;
}
}
@media (max-width: 767.98px) {
.main-hero__stage[data-v-a0d3e2be] {
    height: auto;
    min-height: 0;
    max-height: none;
}
.main-hero__primary[data-v-a0d3e2be] {
    min-height: 0;
}
.main-hero__primary[data-v-a0d3e2be] .big-banner {
    min-height: 0;
    max-height: none;
}
.main-hero__primary[data-v-a0d3e2be] .banner-skeleton, .main-hero__fallback[data-v-a0d3e2be] {
    min-height: 220px;
}
}
@media (max-width: 479.98px) {
.main-hero[data-v-a0d3e2be] .app-container {
    padding-right: 0;
    padding-left: 0;
}
.main-hero__stage[data-v-a0d3e2be] {
    gap: 0;
}
.main-hero__primary[data-v-a0d3e2be] .banner-skeleton, .main-hero__fallback[data-v-a0d3e2be] {
    min-height: 210px;
    border-radius: 0 !important;
}
.main-hero__fallback[data-v-a0d3e2be] {
    padding: 22px var(--container-px);
}
.main-hero__fallback-copy h1[data-v-a0d3e2be] {
    max-width: 330px;
    margin: 5px 0 9px;
    font-size: clamp(27px, 8vw, 34px);
}
.main-hero__fallback-copy p[data-v-a0d3e2be] {
    max-width: 310px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.35;
}
.main-hero__fallback-copy[data-v-a0d3e2be] .button {
    min-height: 42px;
}
}/* custom colors */
.tile-banner[data-v-08ed1858] {
  position: relative;
}
.tile-banner-slide[data-v-08ed1858] {
  --height: 160.5%;
  display: block;
  position: relative;
  overflow: hidden;
}
.tile-banner-slide[data-v-08ed1858]::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--height);
}
.tile-banner-slide__image[data-v-08ed1858] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 479.98px) {
.tile-banner-slide[data-v-08ed1858] {
    --height: 100%;
    border: 1px solid var(--border-default);
    border-radius: var(--radius-md, var(--global-border-radius));
    background: var(--surface-primary);
    box-shadow: var(--elevation-1);
}
}
@media (max-width: 479.98px) {
.tile-banner__slider[data-v-08ed1858] {
    --space-between: 8px;
}
.tile-banner__slider[data-v-08ed1858] .swiper-pagination {
    max-width: 180px;
    margin: 10px auto 0;
    gap: 5px;
}
.tile-banner__slider[data-v-08ed1858] .swiper-pagination .swiper-pagination-bullet {
    max-width: none;
    height: 3px;
}
}
/* custom colors */
.main-page-tile-banner__title[data-v-98c0641c] {
  display: none;
}
@media (max-width: 479.98px) {
.main-page-tile-banner__title[data-v-98c0641c] {
    margin: 0 0 14px;
    display: block;
    font-size: 23px;
    line-height: 1.15;
}
.main-page-tile-banner__title[data-v-98c0641c]::before {
    content: "🔥";
    margin-right: 8px;
    font-size: 0.9em;
}
}/* custom colors */
.category-item[data-v-7211b0da] {
  cursor: progress;
  padding: var(--md);
}
.category-item__image[data-v-7211b0da] {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: var(--global-border-radius-inner);
  margin-bottom: 10px;
}/* custom colors */
.top-categories__head[data-v-4ab3ef76] {
  margin-bottom: var(--space-4, var(--md));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4, var(--md));
}
.top-categories__head h2[data-v-4ab3ef76] {
  margin: 3px 0 0;
  font-size: clamp(24px, 3vw, 34px);
}
.top-categories__rail[data-v-4ab3ef76] {
  padding: var(--space-3, 12px);
  overflow: hidden;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg, var(--global-border-radius));
  background: var(--surface-primary);
  box-shadow: var(--elevation-1);
}
.top-categories__rail[data-v-4ab3ef76] .slider-root__pagination {
  margin-top: 14px;
}
.top-categories__all[data-v-4ab3ef76] {
  min-width: var(--control-height-md, 44px);
  min-height: var(--control-height-md, 44px);
  padding: var(--space-2, 8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  color: var(--text-primary);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.top-categories__all[data-v-4ab3ef76]:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}
.top-categories__skeletons[data-v-4ab3ef76] {
  overflow: hidden;
}
.top-categories__skeletons-inner[data-v-4ab3ef76] {
  display: grid;
  gap: 0 var(--grid-gutter);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-auto-rows: 0px;
}
@media (min-width: 480px) {
.top-categories__skeletons-inner[data-v-4ab3ef76] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 768px) {
.top-categories__skeletons-inner[data-v-4ab3ef76] {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1024px) {
.top-categories__skeletons-inner[data-v-4ab3ef76] {
    grid-template-columns: repeat(6, 1fr);
}
}
@media (min-width: 1280px) {
.top-categories__skeletons-inner[data-v-4ab3ef76] {
    grid-template-columns: repeat(7, 1fr);
}
}
@media (max-width: 479.98px) {
.top-categories__head[data-v-4ab3ef76] {
    align-items: center;
}
.top-categories__head h2[data-v-4ab3ef76] {
    font-size: 22px;
}
.top-categories__all[data-v-4ab3ef76] {
    font-size: 0;
}
.top-categories__all[data-v-4ab3ef76] .ui-icon {
    font-size: 16px;
}
.top-categories__rail[data-v-4ab3ef76] {
    margin: 0 calc(var(--container-px) * -1);
    padding: 12px var(--container-px);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
}/* custom colors */
.post[data-v-489c491e] {
  --title-color: var(--theme-color);
  --pa: var(--md);
}
.post__container[data-v-489c491e] {
  padding: var(--pa);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.post__link[data-v-489c491e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.post__inner[data-v-489c491e] {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: var(--theme-color);
  transition: color var(--trs-1);
  height: 100%;
}
.post__image[data-v-489c491e] {
  --m: calc(var(--pa) / -2);
  flex: 0 0 auto;
  border-radius: var(--global-border-radius-inner);
  margin: var(--m) var(--m) var(--md) var(--m);
}
.post__title[data-v-489c491e] {
  color: var(--title-color);
  transition: color var(--trs-1);
}
.post__content[data-v-489c491e] {
  flex: 1 1 auto;
  margin-bottom: var(--md);
}
.post__badges[data-v-489c491e] {
  margin-bottom: var(--md);
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.post__badges[data-v-489c491e] > * {
  pointer-events: all;
}
.post__badges--absolute[data-v-489c491e] {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.desktop .post[data-v-489c491e]:hover {
  --title-color: var(--theme-color-primary);
}/* custom colors */
.blog-preview-section__post[data-v-57f74daa] {
  height: 100%;
}
@media (max-width: 479.98px) {
.blog-preview-section__post[data-v-57f74daa] {
    width: var(--min-content-width);
}
}/* custom colors */
.preview-product-tiles[data-v-4058be2e] {
  display: grid;
  grid-template-columns: repeat(var(--columns), 48px);
  justify-content: start;
  gap: 8px;
}
.product-tile[data-v-4058be2e] {
  position: relative;
  width: 48px;
  height: 48px;
}
.product-tile__image[data-v-4058be2e] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  min-width: 48px;
}
.product-tile__more[data-v-4058be2e] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
}
.product-tile__more[data-v-4058be2e]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--theme-color-bg);
  transition: background-color var(--trs-1);
  opacity: 0.85;
}
.product-tile__more span[data-v-4058be2e] {
  position: relative;
  z-index: 2;
}/* custom colors */
.cart-preview[data-v-7d75f263] {
  position: relative;
  min-height: 76px;
  padding: var(--space-3, 12px) var(--space-4, 16px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-4, 16px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 20%, var(--border-default));
  background: var(--surface-primary);
  box-shadow: var(--elevation-1);
}
.cart-preview[data-v-7d75f263]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--brand-primary);
}
.cart-preview__overview[data-v-7d75f263] {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--space-6, 24px);
}
.cart-preview__summary[data-v-7d75f263] {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: var(--space-3, 12px);
}
.cart-preview__status-icon[data-v-7d75f263] {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md, 10px);
  color: var(--semantic-success);
  background: var(--semantic-success-soft);
  font-size: 20px;
}
.cart-preview__description[data-v-7d75f263] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cart-preview__description strong[data-v-7d75f263] {
  font-size: 15px;
  line-height: 1.25;
}
.cart-preview__eyebrow[data-v-7d75f263] {
  color: var(--brand-primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cart-preview__amount[data-v-7d75f263] {
  color: var(--text-secondary);
  font-size: 12px;
}
.cart-preview__amount b[data-v-7d75f263] {
  margin-left: 4px;
  color: var(--text-primary);
  font-size: 14px;
}
.cart-preview__controls[data-v-7d75f263] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2, 8px);
}
.cart-preview__products-wrapper[data-v-7d75f263] {
  min-width: 0;
  padding-left: var(--space-4, 16px);
  border-left: 1px solid var(--border-default);
}
.cart-preview__products[data-v-7d75f263] {
  width: auto;
  max-width: 320px;
}
.cart-preview__checkout-button[data-v-7d75f263] {
  min-width: 164px;
}
.cart-preview__close[data-v-7d75f263] {
  flex: 0 0 auto;
}
@media (max-width: 1279.98px) {
.cart-preview[data-v-7d75f263] {
    gap: 18px;
}
.cart-preview__overview[data-v-7d75f263] {
    gap: 18px;
}
}
@media (max-width: 1023.98px) {
.cart-preview__products[data-v-7d75f263] {
    max-width: 240px;
}
.cart-preview__checkout-button[data-v-7d75f263] {
    min-width: 168px;
}
}
@media (max-width: 767.98px) {
.cart-preview[data-v-7d75f263] {
    grid-template-columns: minmax(0, 1fr) auto;
}
.cart-preview__products-wrapper[data-v-7d75f263] {
    display: none;
}
.cart-preview__checkout-button[data-v-7d75f263] {
    min-width: 180px;
}
}
@media (max-width: 479.98px) {
.cart-preview[data-v-7d75f263] {
    min-height: 0;
    padding: var(--space-3, 12px);
    grid-template-columns: 1fr;
    gap: var(--space-3, 12px);
}
.cart-preview__status-icon[data-v-7d75f263] {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}
.cart-preview__controls[data-v-7d75f263] {
    width: 100%;
}
.cart-preview__checkout-button[data-v-7d75f263] {
    min-width: 0;
    flex: 1 1 auto;
}
}/* custom colors */
.storefront-benefits__grid[data-v-31dd4b2c] {
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg, var(--global-border-radius));
  background: var(--surface-primary);
  box-shadow: var(--elevation-1);
}
.storefront-benefits__item[data-v-31dd4b2c] {
  min-width: 0;
  min-height: 92px;
  padding: 16px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-right: 1px solid var(--border-default);
  border-radius: var(--radius-md, 10px);
  color: var(--text-primary);
  background: transparent;
  text-decoration: none;
  transition: background-color var(--trs-1);
}
.storefront-benefits__item[data-v-31dd4b2c]:last-child {
  border-right: 0;
}
.storefront-benefits__icon[data-v-31dd4b2c] {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg, 14px);
  color: var(--brand-primary);
  background: var(--brand-soft);
  font-size: 20px;
}
.storefront-benefits__copy[data-v-31dd4b2c] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.storefront-benefits__copy strong[data-v-31dd4b2c] {
  font-size: 13px;
  line-height: 1.2;
}
.storefront-benefits__copy small[data-v-31dd4b2c] {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.3;
}
.storefront-benefits__arrow[data-v-31dd4b2c] {
  color: var(--text-tertiary);
  font-size: 12px;
}
body.desktop .storefront-benefits__item[data-v-31dd4b2c]:hover {
  background: var(--brand-soft);
}
@media (max-width: 1023.98px) {
.storefront-benefits__grid[data-v-31dd4b2c] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.storefront-benefits__item[data-v-31dd4b2c]:nth-child(2) {
    border-right: 0;
}
.storefront-benefits__item[data-v-31dd4b2c]:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-default);
}
}
@media (max-width: 479.98px) {
.storefront-benefits__grid[data-v-31dd4b2c] {
    padding: 0;
    display: flex;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.storefront-benefits__grid[data-v-31dd4b2c]::-webkit-scrollbar {
    display: none;
}
.storefront-benefits__item[data-v-31dd4b2c] {
    flex: 0 0 calc(100% - var(--control-height-lg) - var(--space-6));
    min-height: 82px;
    padding: 13px;
    border: 1px solid var(--border-default);
    background: var(--surface-primary);
    scroll-snap-align: start;
}
}/* custom colors */
.home-page[data-v-fe71974e] {
  --home-section-gap: clamp(var(--space-6, 24px), 3vw, var(--space-12, 48px));
  min-width: 0;
}
.home-page[data-v-fe71974e] .section:not(:last-child) {
  --section-my: var(--home-section-gap);
}
.home-page__categories[data-v-fe71974e] {
  position: relative;
  z-index: 1;
}
.home-page__benefits[data-v-fe71974e] {
  --section-my: clamp(var(--space-8, 32px), 4vw, var(--space-12, 48px)) !important;
}
@media (max-width: 479.98px) {
.home-page[data-v-fe71974e] {
    --home-section-gap: var(--space-6, 24px);
    display: flex;
    flex-direction: column;
}
.home-page .main-banner[data-v-fe71974e] {
    order: 1;
}
.home-page__categories[data-v-fe71974e] {
    order: 2;
}
.home-page__promo-banners[data-v-fe71974e] {
    order: 3;
}
.home-page__products[data-v-fe71974e] {
    order: 4;
}
.home-page__benefits[data-v-fe71974e] {
    order: 5;
}
.home-page__viewed[data-v-fe71974e] {
    order: 6;
}
.home-page__news[data-v-fe71974e] {
    order: 7;
}
}
@media (max-width: 479.98px) {
.main-banner[data-v-fe71974e] {
    --section-my: 20px !important;
}
.main-banner[data-v-fe71974e]:first-child {
    position: relative;
    margin-top: calc(var(--layout-pt) * -1);
}
}