/** Shopify CDN: Minification failed

Line 1759:3 Unexpected "@media"

**/
body.as-fixed {
  overflow-y: hidden;
}

body {
  padding-top: var(--header-height, 100);
}

.container-header {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1440px;
}

.container-header-dropdown {
  max-width: 1230px;
}

.submenu-products--static {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 37px;
  padding-left: 0;
  max-width: 900px;
}

.submenu-products--static {
  gap: 47px 12px;
}

.as-card__button.header {
  height: 44px;
}

.as-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  background-color: transparent;
  z-index: 50;
  background: #f6f3ec;
}

.as-header-wrapper.is-hidden {
  transform: translateY(-100%);
}

.as-header-wrapper.is-visible {
  transform: translateY(0);
}

.as-header__item {
  padding-inline-start: 0px;
}

.as-header-wrapper.scrolling {
  background-color: #1a191a;
}

.as-header-wrapper.static {
  background-color: #f6f3ec;
}

.as-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0;
  border-bottom: 0.5px solid #21212126
}

@media screen and (max-width: 1095px) {
  .as-header {
    max-height: 55px;
  }
}

.as-header__logo-cont {
  width: 139px;
  display: flex;
  align-items: center;
  transform: translateY(-3px);
  justify-content: center;
}

.as-header__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.as-header__logo-link {
  text-decoration: none;
  display: flex;
}

.as-header__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;

}


.as-header__logo-block {
  position: static;
  transform: none;
  z-index: 2;
  flex: 0 0 auto;
  order: 1;
}

.as-header__nav {
  order: 2;
}

.as-header__right {
  order: 3;
}

.as-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.as-header__list {
  gap: 8px;
}


.as-header__list {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-header__nav {
  display: flex;
}

.as-header__link {
  font-family: 'Cormorant', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;

  color: #212121;
}

.as-header-wrapper.as-header-wrapper--light .as-header__link {
  color: #1a191a;
}

.as-header__summary {
  display: flex;
  flex-direction: row;
  gap: 4px;
  /* padding: 10px 13px; */
  border-radius: 4px;
  transition: all 0.2s linear;
}

/* ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ */
.as-header__main {
  height: 100%;
}



/* ÑÐ¿Ð¸ÑÐ¾Ðº */
.as-header__list {
  display: flex;
  align-items: stretch;

}

/* li */
.as-header__item {
  display: flex;
  place-items: center;
  height: 100%;
  max-height: 24px;
  transition: background-color 0.25s ease;
}

.as-header__link,
.as-header__summary {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}

/* hover */
.as-header__item {
  position: relative;
}

.as-header__link,
.as-header__summary {
  position: relative;
}

.as-header__link .as-link-wrap,
.as-header__summary .as-link-wrap,
.as-header__link .as-header__link--wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.as-link-text {
  position: relative;
  display: inline-block;
}

.as-link-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #212121;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.as-header__link:hover .as-link-text::after,
.as-header__summary:hover .as-link-text::after,
.as-header__item:hover .as-link-text::after,
.as-mob-link:hover .as-link-text::after {
  transform: scaleX(1);
}

.as-header__link::after,
.as-header__summary::after,
.as-link-wrap::after,
.as-header__link--wrap::after {
  display: none !important;
}

.as-header__link--wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}



.as-header__link-arrow {
  position: relative;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-header__link-arrow .as-icon-caret {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}

.as-header__submenu-list {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-header__submenu-link {
  background: #f6f3ec;
  padding: 12px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.as-header__submenu-link {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.as-header__submenu-cap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  display: flex;

  gap: 8px;
}

.as-header__submenu-title {
  flex: 1;
}

.as-header__submenu-arrow {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 9px;
  width: 9px;
  opacity: 0.5;
}



.as-header__submenu-title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #212121;
  opacity: 0.5;
}

.as-header__submenu-cta-icon {
  height: 16px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: inherit;
}

.as-header__details {
  cursor: pointer;
  display: inline-block;
}

.as-header__details[aria-expanded="true"]>.as-header__link .as-header__link-arrow .as-icon-caret {
  transform: translate(-50%, -50%) rotate(180deg);
}



.as-header__submenu-grid {
  display: grid;
  grid-template-columns: 209px minmax(0, 1fr) 290px;
  grid-template-rows: auto;
  column-gap: 16px;
  row-gap: 0;
  align-items: start;
  min-height: 0;
  max-height: calc(100vh - var(--header-height, 96px) - 48px);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  will-change: opacity, transform;
}

.submenu-products-wrap[hidden] {
  display: none;
}

.as-header-view-all {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  position: relative;
  z-index: 5;
  pointer-events: auto;
  color: #212121;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.as-header-product-item.is-hidden {
  display: none;
}

.as-header__details[aria-expanded="true"]>.as-header__submenu .as-header__submenu-grid {
  opacity: 1;
  transform: translateY(0);
}

.as-header__submenu-banners {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  display: block;
  min-width: 0;
  height: calc(100vh - var(--header-height, 96px) - 80px);
  max-height: 620px;
  padding-right: 0;
  border-right: 0;
}

.as-header-banners {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.as-header__submenu-list {
  grid-column: 1;
}

.as-header__submenu-products {
  grid-column: 2;
}

.as-header__details {
  position: relative;
}

.as-header__submenu-products {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  position: relative;
  min-width: 0;
  width: 100%;
  max-height: calc(100vh - var(--header-height, 96px) - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}

.submenu-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, 212px);
  gap: 24px 12px;
  align-content: start;
  width: 100%;
  padding-top: 0;
}

.as-header-product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: none;
}

.as-header-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  background: #f6f3ec;
}

.as-header-product-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.as-header-product-card__content {
  margin-top: 12px;
}

.as-header-blog-card__title,
.as-header-product-card__title,
.as-simple-card__title {
  font-family: Lato;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #212121;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.25em * 2);
}

.as-header-product-card__price {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.85;
}

.as-header__details[aria-expanded="true"]>.as-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.as-header__ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

.as-header__btn {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  width: fit-content;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 80px;
  text-align: center;
  transition: all 0.2s ease-out;
}

.as-header__btn.as-header__btn--primary {
  color: #1a191a;
}

@media (min-width: 1101px) {

  .as-mob-menu,
  .as-mob-drawer,
  .as-mob-header__burger {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .as-header__nav {
    display: none;
  }

  .as-header__main {
    justify-content: space-between;
  }


  .as-header__btn--login {
    display: none;
  }

  .as-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .as-mob-header__burger {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9f7f0;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }

  .as-mob-header__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
  }

  .as-mob-header__icon--burger {
    display: flex;
  }

  .as-mob-header__icon--cross {
    display: none;
  }

  .as-mob-header__list {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    padding-bottom: 64px;
  }

  .as-mob-header__toggle-cta {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .as-mob-header__toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 8px;
    min-width: 16px;
    min-height: 8px;
    color: #1a191a;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
  }

  .as-mob-header__item.active .as-mob-header__toggle-icon {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .as-mob-header__submenu-item:not(:first-child) {
    border-top: 1px solid #d4d3ce;
  }

  .as-mob-header__submenu-link {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
  }

  .as-mob-header__submenu-cap {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .as-mob-header__submenu-title {
    font-family: "Chivo", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #1a191a;
  }

  .as-mob-header__submenu-subtitle {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #7e7e7e;
  }

  .as-mob-header__submenu-cta {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.2s ease-out;
    color: #000000;
  }

  .as-mob-header__submenu-cta-icon {
    height: 13px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
  }

  .as-header-wrapper.as-header-wrapper--open {
    transition: all 0.2 ease-out;
  }

  .as-header-wrapper.as-header-wrapper--open .as-mob-header__icon--burger {
    display: none;
  }

  .as-header-wrapper.as-header-wrapper--open .as-mob-header__icon--cross {
    display: flex;
  }
}

.as-header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  display: none;
}

.as-header__submenu-link {
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.as-header__submenu-item.is-active .as-header__submenu-link,
.as-header__submenu-link:hover {
  background: #DAD7CD;

}

.as-header__submenu-item.is-active .as-header__submenu-title,
.as-header__submenu-item.is-active .as-header__submenu-subtitle,
.as-header__submenu-item.is-active .as-header__submenu-arrow,
.as-header__submenu-link:hover .as-header__submenu-title,
.as-header__submenu-link:hover .as-header__submenu-subtitle,
.as-header__submenu-link:hover .as-header__submenu-arrow {
  color: #212121;
  opacity: 1;
}

.as-header__submenu-item.is-active .as-header__submenu-cta-icon,
.as-header__submenu-link:hover .as-header__submenu-cta-icon {
  display: none;
}

.as-header__submenu-item.is-active .icon-dot,
.as-header__submenu-link:hover .icon-dot {
  display: block;
}

/* 
.as-header__submenu-grid:has(.submenu-products--static) {
  grid-template-columns: 280px 0px 1fr;
  gap: 15px;
} */

/* PRODUCTS â€” full width */
/* 
.as-header__details:has(.submenu-products--static) .as-header__submenu-list {
  display: none;
}


.as-header__details:has(.submenu-products--static) .as-header__submenu-list {
  display: none ;
}

.as-header__details:has(.submenu-products--static) .as-header__submenu-grid {
  grid-template-columns: 280px 0 1fr;
  gap: 25px;
}

.as-header__details:has(.submenu-products--static) .submenu-products--static {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(124px, 164px));
  justify-content: start;
  max-width: 100% ;
}

.as-header__submenu-grid:has(.submenu-products--static) .as-header-product-card {
  max-width: 154px;
}

.as-header__submenu-grid:has(.submenu-products--static) .as-header-product-card__content {
  margin-top: 15px;
}

*/
@media (max-width: 1024px) {
  .as-header__submenu {
    position: fixed;
    inset: 0;
    background: #eee;
    z-index: 999;
    overflow-y: auto;
    display: none;
  }

  .as-header__details[aria-expanded="true"] .as-header__submenu {
    display: block;
  }

  /* desktop hover effects OFF */
  .as-header-wrapper.is-mega-open {
    pointer-events: none;
  }
}

.as-mob-menu {
  position: fixed;
  inset: 0;
  background: #eee;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.as-header-wrapper--open+.as-mob-menu {
  transform: translateX(0);
}

.as-mob-header__icon--cross {
  display: none;
}

.as-header-wrapper--open .as-mob-header__icon--burger {
  display: none;
}

.as-header-wrapper--open .as-mob-header__icon--cross {
  display: inline-flex;
}

.as-mob-drawer {
  height: 100%;
  overflow: hidden;
}

.as-mob-level {
  display: none;
  height: 100%;
  height: auto;
  overflow: visible;
}

.as-mob-drawer[data-current-menu-level="1"] .as-mob-level[data-menu-level="1"] {
  display: block;
  height: auto;
}

.as-mob-drawer[data-current-menu-level="2"] .as-mob-level[data-menu-level="2"] {
  display: block;
  height: auto;
}

.as-mob-drawer[data-current-menu-level="3"] .as-mob-level[data-menu-level="3"] {
  display: block;
  height: auto;
}

.as-mob-panel[hidden] {
  display: none;
}

.as-header-wrapper--open .as-mob-drawer {
  transform: translateX(0);
}

.as-header-banner__cta,
.as-mob-banner__cta {
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 8px 11px;
  background: #5b9279;
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #212121;
}

.as-header__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 21px;
  padding: 6px;

  border-radius: 2px;

  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;

  white-space: nowrap;
}

@media (max-width: 1100px) {
  .as-mob-drawer {
    position: fixed;
    top: var(--header-height, 72px);
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 375px;
    height: calc(100vh - var(--header-height, 72px));
    overflow: hidden;
    z-index: 9999;
    background: #F6F3EC;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }

  .as-mob-level {
    height: 100%;
    height: auto;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    display: none;
    padding-left: 0;
    margin: 0;
  }

  .as-mob-drawer[data-current-menu-level="1"] .as-mob-level[data-menu-level="1"] {
    display: block;
  }

  .as-mob-drawer[data-current-menu-level="2"] .as-mob-level[data-menu-level="2"] {
    display: block;
  }

  .as-mob-drawer[data-current-menu-level="3"] .as-mob-level[data-menu-level="3"] {
    display: block;
  }

  .as-mob-panel[hidden] {
    display: none;
  }

  .as-mob-head {
    align-items: center;
    gap: 12px;
    padding: 0px 0 6px;
  }

  .as-mob-pill {
    flex: 1;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
    background: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    padding: 0 14px;
  }

  .as-mob-back-icon {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
    color: #1a191a;
  }

  .as-mob-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(16px);
    transition:
      opacity 0.28s ease,
      transform 0.28s ease;
    will-change: opacity, transform;
  }

  .as-mob-level:not([style*="display: none"]) .as-mob-list,
  .as-mob-panel:not([hidden]) .as-mob-products {
    opacity: 1;
    transform: translateX(0);
  }

  .as-mob-list li {
    opacity: 0;
    transform: translateY(8px);
    animation: mobItemIn 0.75s ease forwards;
  }

  @keyframes mobItemIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .as-mob-products>*,
  .submenu-products>*,
  .as-header-blog-grid>* {
    opacity: 0;
  }

  .as-mob-panel:not([hidden]) .as-mob-products>* {
    animation: mobFadeInUp 0.45s ease forwards;
  }

  .as-mob-tab-panel.is-active .as-mob-products>* {
    animation: mobFadeInUp 0.45s ease forwards;
  }

  .as-mob-tab-panel.is-active .submenu-products>*,
  .as-mob-tab-panel.is-active .as-header-blog-grid>* {
    animation: mobFadeInUp 0.45s ease forwards;
  }

  @keyframes mobFadeInUp {
    from {
      opacity: 0;
      transform: translateY(14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .as-mob-link {
    width: 100%;
    height: 44px;
    border-radius: 14px;
    background: #f6f3ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    text-decoration: none;
    font-family: Cormorant;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212121;
  }

  .as-mob-level[data-menu-level="2"] .as-mob-link {
    opacity: .4;
    transition: opacity .2s ease;
  }

  .as-mob-level[data-menu-level="2"] .as-mob-link.is-active {
    opacity: 1;
  }

  .as-mob-link span {

    transform: translateY(-1px);
    display: flex;
    flex-direction: row;
    gap: 8px;
  }

  .as-header__badge {
    border-radius: 6px;
  }

  .as-mob-link .as-link-text {
    opacity: .55;
  }

  .as-mob-link.is-active {
    outline-offset: 0;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.8);
  }

  .as-mob-products,
  .submenu-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 5px;
    padding-top: 14px;
  }

  .as-mob-drawer[data-current-menu-level="3"] .as-mob-level[data-menu-level="3"] {
    padding-top: 8px;
  }

  .header__account-link {
    display: none !important;
  }

  .as-mob-account {
    width: 100%;
    min-height: 48px;
    margin-top: 48px;
    padding: 0 16px;

    border: 1px solid rgba(33, 33, 33, 0.1);
    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;


    color: #212121;
    text-decoration: none;
    background: transparent;
  }

  .as-mob-account svg {
    width: 28px;
    height: 28px;
  }
}


@media (max-width: 1100px) {
  .as-mob-banners {
    display: grid;
    gap: 14px;
    margin: 10px 0 12px;
  }

  .as-mob-banner {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    overflow: hidden;
  }

  .as-mob-banner__image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .as-mob-banner--top .as-mob-banner__image {
    aspect-ratio: 16 / 9;
  }



  .as-mob-banner__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .as-mob-banner__content {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .as-mob-banner__title {
    font-family: "Manrope", system-ui, sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    display: none;
  }

  .as-mob-banner__cta {
    font-size: 12px;
  }

  s .as-mob-banner-slider {
    overflow: hidden;
  }

  .as-mob-banner-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 85%;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  .as-mob-banner-track::-webkit-scrollbar {
    display: none;
  }

  .as-mob-banner--small {
    scroll-snap-align: start;
  }

  /* dots */
  .as-mob-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .as-mob-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
  }

  .as-mob-dot.is-active {
    background: rgba(0, 0, 0, 0.75);
  }

  .as-mob-header-padding {
    padding: 18px 16px 0px;
  }

  .as-header-product-card {
    max-width: 158px;
  }

  .as-mob-scroll {
    height: auto;
    padding-left: 24px;
    padding: 32px 16px 24px;
    overflow: visible;
  }

  /* pill */
  .as-mob-head-pill {
    flex: 1;
    height: 44px;
    border-radius: 4px;
    background: #DAD7CD4D;

    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0 10px;
    gap: 8px;
  }

  .as-mob-head-title {
    font-family: Cormorant;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #212121;
  }


  .as-mob-back {

    transform: rotate(-180deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .as-mob-scrolling {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
  }

  .as-header-product-card__content {
    margin-top: 14px;
  }

  .as-header-product-card__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .as-mob-shop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    margin-top: 24px;
    border-radius: 4px;
    background: #212121;
    color: #fff;
    text-decoration: none;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }
}

.as-header-blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 158px;
}

.as-header-blog-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
}

.as-header-blog-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-header-blog-card__content {
  margin-top: 15px;
}

.as-mob-tab {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  opacity: 0.7;
}

.as-mob-tab-panel {
  display: none;
}

.as-mob-tab-panel.is-active {
  display: block;
}

.as-mob-tabs,
.as-mob-tab {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.as-mob-head button,
.as-mob-head svg {
  pointer-events: auto;
}

.as-mob-tabs {
  display: flex;
  gap: 8px;
  padding: 16px 0 20px;
  margin: 0;
}

.as-mob-tab {
  padding: 8px 14px;
  border-radius: 4px;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.11;
  text-align: center;
  text-transform: uppercase;
  color: #2f3e46;
}

.as-mob-tab.is-active {
  background: #2f3e46;
  color: #f6f3ec;
  border-color: #1c1c1c;
  opacity: 1;
  font-weight: 600;
}

.as-mob-tab:not(.is-active):hover {
  background: linear-gradient(90deg, #181717 100%, #404040 0%);
  color: #fff;
}

.as-mob-tab-panel {
  display: none;
}

.as-mob-tab-panel.is-active {
  display: block;
}

.as-header-banner {
  position: relative;
}

.as-header-banner__content {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
  width: calc(100% - 48px);
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.m-cart-icon-bubble {
  padding: 0;
}

.submenu-products[hidden] {
  display: none;
}

.as-header__submenu .container-header {
  /* max-width: 1350px; */
  /* Ñ‚Ð²Ñ–Ð¹ page-width */
  margin: 0 auto;
  /* padding: 20px; */
  /* padding-left: 40px;
  padding-right: 40px; */
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: var(--container-width, 1230px);
}

.as-header-wrapper {
  transition: transform 0.3s ease;
}

.as-header-banner__image img {
  border-radius: 14px;
}

.as-card__button.header .as-button__text {
  color: #fff;
}


/* === FIXED MEGA MENU LAYOUT: categories | products | tall banner === */
@media screen and (min-width: 1101px) {
  .as-header__submenu {
    position: fixed;
    top: calc(var(--header-height, 95px));
    left: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 20px 0;
    background: #F6F3EC;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .as-header__submenu-item:first-child .as-header__submenu-link {
    background: #5B927926;
  }

  .as-header__submenu-item:first-child .as-header__submenu-link .as-header__submenu-title {
    opacity: 1;
  }

  .as-header__submenu-item:first-child .as-header__submenu-title {
    color: #212121;
  }

  .as-header__submenu-item:first-child .icon-dot {
    display: block;
  }


  .as-header__details[aria-expanded="true"]>.as-header__submenu .as-header__submenu-grid {
    opacity: 1;
    transform: translateY(0);
  }

  .as-header__submenu-list {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
  }





  .as-header-banners {
    display: block;
    height: 100%;
  }

  .as-header-banners>*:not(:first-child) {
    display: none;
  }

  .as-header-banner {
    display: block;
    height: 100%;
    min-height: 0;
  }

  .as-header-banner__image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
  }

  .as-header-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
  }



  .submenu-products[hidden] {
    display: none;
  }

  .as-header-product-card {
    display: block;
    width: 100%;
    max-width: none;
    text-decoration: none;
    color: inherit;
  }

  .as-header-product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #f6f3ec;
  }

  .as-header-product-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .as-header-product-card__content {
    margin-top: 10px;
  }

  .as-header-blog-card__title,
  .as-header-product-card__title,
  .as-simple-card__title {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.25;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.25em * 2);
  }

  .as-header-product-card__price {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.85;
  }

  .as-header__details:has(.submenu-products--static) .as-header__submenu-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    column-gap: 32px;
  }

  .as-header__details:has(.submenu-products--static) .as-header__submenu-list {
    display: none;
  }

  .as-header__details:has(.submenu-products--static) .as-header__submenu-products {
    grid-column: 1;
    grid-row: 1;
  }

  .as-header__details:has(.submenu-products--static) .as-header__submenu-banners {
    grid-column: 2;
    grid-row: 1;
  }

  .as-header__details:has(.submenu-products--static) .submenu-products--static {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 24px 16px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1101px) {
  .as-header__submenu-products {
    position: relative;
    overflow: hidden;
    padding-right: 4px;
  }

  .as-header__submenu-products-scroll {
    max-height: calc(100vh - var(--header-height, 96px) - 100px);
    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .as-header__submenu-products-scroll::-webkit-scrollbar {
    display: none;
  }

  .as-custom-scrollbar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    background: transparent;
    pointer-events: none;
  }

  .as-custom-scrollbar__thumb {
    width: 2px;
    min-height: 30px;
    border-radius: 999px;
    background: #c8c8c8;
    transform: translateY(0);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .as-header__submenu-products.has-scroll .as-custom-scrollbar__thumb {
    opacity: 1;
  }
}

ф @media screen and (max-width: 1100px) {
  .as-header {
    height: 71px;
    max-height: none !important;
    padding: 0;
  }

  .as-header__main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    gap: 0;
  }

  .as-header__logo-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
  }

  [data-next-level].is-active {
    background: #DAD7CD;
    border-radius: 4px;
    opacity: 1;
  }

  [data-next-level].is-active .as-mob-link__title,
  [data-next-level].is-active span {
    opacity: 1;
  }

  .as-header__logo-cont {
    width: 150px;
    transform: none !important;
  }

  .as-header__right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    z-index: 3;
  }

  .as-mob-header__burger {
    order: 1;
    color: #212121;
    width: 17px;
    height: 17px;
  }

  .header__secondary-nav {
    order: 2;
  }

  .header__secondary-nav .contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
    padding: 0;
  }

  .header__nav-icon {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 390px) {
  .as-header__logo-cont {
    width: 180px;
  }

  .header__secondary-nav .contents {
    gap: 10px;
  }
}

@media screen and (max-width: 390px) {
  .as-header__main {
    grid-template-columns: 72px 1fr 72px;
  }

  .as-header__logo-cont {
    width: 150px;
  }

  .header__secondary-nav .contents {
    gap: 10px;
  }
}