.header__icon--menu{position:initial}.section-header.menu-open .header-pills{display:none}:root{--menu-drawer-duration: .54s;--menu-drawer-duration-close: .18s;--menu-drawer-ease: cubic-bezier(.22, 1, .36, 1);--menu-drawer-ease-close: cubic-bezier(.4, 0, 1, 1)}header-drawer>details>summary.header__icon--menu:before,header-drawer>details[open]:not(.menu-opening)>summary.header__icon--menu:before,.js menu-drawer>details>summary:before,.js menu-drawer>details[open]:not(.menu-opening)>summary:before{content:"";position:absolute;cursor:default;width:100vw;height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 100%));top:100%;left:calc(50% - 50vw);background-color:#ffffffb8;backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);opacity:0;visibility:hidden;z-index:2;transition:opacity var(--menu-drawer-duration-close) var(--menu-drawer-ease-close),visibility 0s linear var(--menu-drawer-duration-close);display:block}header-drawer>details[open]>summary.header__icon--menu:before,menu-drawer>details[open]>summary:before{visibility:visible;opacity:1;transition:opacity var(--menu-drawer-duration) var(--menu-drawer-ease),visibility 0s linear 0s}.header__icon--menu[aria-expanded=true]:before{background-color:#ffffffb8!important;backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);width:100vw;left:calc(50% - 50vw)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){header-drawer>details>summary.header__icon--menu:before,.js menu-drawer>details>summary:before,.header__icon--menu[aria-expanded=true]:before{background-color:#ffffffe0!important}}.menu-drawer{position:absolute;z-index:3;left:calc(50% - 50vw);top:100%;width:100vw;padding:0;background-color:#f7f4f1;border-bottom:2px solid #1e4d1d;overflow-x:hidden;overflow-y:auto;max-height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 0px));clip-path:inset(0 0 100% 0);-webkit-clip-path:inset(0 0 100% 0);opacity:0;visibility:hidden;pointer-events:none;filter:drop-shadow(0 18px 30px rgba(30,77,29,.06));will-change:clip-path,opacity}.js details[open]>.menu-drawer{transition:clip-path var(--menu-drawer-duration-close) var(--menu-drawer-ease-close),-webkit-clip-path var(--menu-drawer-duration-close) var(--menu-drawer-ease-close),opacity var(--menu-drawer-duration-close) var(--menu-drawer-ease-close),visibility 0s linear var(--menu-drawer-duration-close)}.js details[open].menu-opening>.menu-drawer{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);opacity:1;visibility:visible;pointer-events:auto;transition:clip-path var(--menu-drawer-duration) var(--menu-drawer-ease),-webkit-clip-path var(--menu-drawer-duration) var(--menu-drawer-ease),opacity .22s var(--menu-drawer-ease),visibility 0s linear 0s}@supports not ((clip-path: inset(0)) or (-webkit-clip-path: inset(0))){.menu-drawer{clip-path:none;-webkit-clip-path:none;transform:translateY(-16px)}.js details[open].menu-opening>.menu-drawer{transform:translateY(0)}}.menu-drawer__inner-container{position:relative}.menu-drawer__layout{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:start;gap:60px;padding-top:67px;padding-bottom:67px}@keyframes menu-drawer-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.menu-drawer__menu li,.drawer-product-card{opacity:0}.js details[open].menu-opening .menu-drawer__menu li,.js details[open].menu-opening .drawer-product-card{animation:menu-drawer-fade-up .36s var(--menu-drawer-ease) forwards}.js details[open].menu-opening .menu-drawer__menu li:nth-child(1){animation-delay:80ms}.js details[open].menu-opening .menu-drawer__menu li:nth-child(2){animation-delay:125ms}.js details[open].menu-opening .menu-drawer__menu li:nth-child(3){animation-delay:.17s}.js details[open].menu-opening .menu-drawer__menu li:nth-child(4){animation-delay:215ms}.js details[open].menu-opening .menu-drawer__menu li:nth-child(5){animation-delay:.26s}.js details[open].menu-opening .menu-drawer__menu li:nth-child(6){animation-delay:305ms}.js details[open].menu-opening .menu-drawer__menu li:nth-child(n+7){animation-delay:.35s}.js details[open].menu-opening .drawer-product-card:nth-child(1){animation-delay:.18s}.js details[open].menu-opening .drawer-product-card:nth-child(2){animation-delay:.24s}.menu-drawer__navigation{padding:0}.menu-drawer__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:26px}.js .menu-drawer__menu li{margin-bottom:0}.menu-drawer__menu-item{display:inline-flex;align-items:center;padding:0;text-decoration:none;font-family:var(--font-heading-family);font-size:32px;line-height:1.2;font-weight:600;color:#1e4d1d;text-transform:uppercase;background:transparent;transition:opacity .15s ease,transform .15s ease}.menu-drawer__menu-item:hover,.menu-drawer__menu-item:focus-visible{color:#1e4d1d;background:transparent;opacity:.7;transform:translate(2px)}.menu-drawer__menu-item--active{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.menu-drawer__has-submenu>details>summary{display:inline-flex;align-items:center;gap:10px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.menu-drawer__has-submenu>details>summary::-webkit-details-marker{display:none}.menu-drawer__submenu-toggle .icon-caret{width:12px;height:auto;flex-shrink:0;transition:transform var(--menu-drawer-duration-close) var(--menu-drawer-ease)}.menu-drawer__has-submenu>details[open]>summary .icon-caret{transform:rotate(180deg)}.menu-drawer__submenu{list-style:none;margin:12px 0 4px!important;padding:0 0 0 16px!important;display:flex;flex-direction:column;gap:12px;border-left:2px solid rgba(30,77,29,.15)}.menu-drawer__has-submenu>details:not([open])>.menu-drawer__submenu{display:none}.menu-drawer__submenu-item{display:inline-flex;font-family:var(--font-heading-family);font-size:18px;line-height:1.3;font-weight:500;color:#1e4d1d;text-transform:none;text-decoration:none;background:transparent;transition:opacity .15s ease,transform .15s ease}.menu-drawer__submenu-item:hover,.menu-drawer__submenu-item:focus-visible{color:#1e4d1d;opacity:.7;transform:translate(2px)}.menu-drawer__submenu-item--active{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.menu-drawer__products{display:flex;gap:22px;align-items:stretch}.drawer-product-card{position:relative;display:flex;flex-direction:column;width:338px;border-radius:9.11px;border:1px solid #1e4d1d;overflow:hidden;background:linear-gradient(169deg,#edf3e4 3%,#c7dca9 121%)}.drawer-product-card--pink{border-color:#d70983;background:linear-gradient(108deg,#ffe0f0a6 38%,#fffde8a6 94%),#f9e2f1}.drawer-product-card__media{position:relative;height:263px;overflow:hidden;border-bottom:1px solid #1e4d1d}.drawer-product-card--pink .drawer-product-card__media{border-bottom-color:#d70983}.drawer-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.drawer-product-card__image.placeholder-svg{background:#fff6;padding:40px}.drawer-product-card__body{display:flex;flex-direction:column;gap:15px;padding:14px 13px 20px}.drawer-product-card__heading{display:flex;flex-direction:column;gap:9px}.drawer-product-card__title{margin:0;font-family:var(--font-heading-family);font-size:18px;line-height:1.2;font-weight:500;letter-spacing:-.36px;color:#1e4d1d;text-transform:uppercase}.drawer-product-card__benefits{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 14px}.drawer-product-card__benefits li{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body-family);font-size:11px;line-height:1.35;color:#1e4d1d;white-space:nowrap}.drawer-product-card__check{width:13px;height:13px;flex-shrink:0}.drawer-product-card__benefit-mobile{display:none}.drawer-product-card__footer{display:flex;flex-direction:column;gap:9px}.drawer-product-card__price{display:flex;align-items:center;gap:8px;font-family:var(--font-body-family);color:#1e4d1d}.drawer-product-card__price-now{font-size:12px;font-weight:700}.drawer-product-card__price-was{display:none}.drawer-product-card__serving{font-size:8px;line-height:1.3;letter-spacing:.23px;text-transform:uppercase;border:.63px solid #1e4d1d;border-radius:1.27px;padding:1.7px 2.9px}.drawer-product-card__button{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 18px;border-radius:9.11px;border:none;font-family:var(--font-heading-family);font-size:12px;font-weight:500;line-height:1.4;text-transform:uppercase;text-decoration:none;color:#fff;cursor:pointer;transition:filter .15s ease,transform .15s ease}.drawer-product-card__button:hover{filter:brightness(1.05);transform:translateY(-1px)}.drawer-product-card__button--green{background:linear-gradient(71deg,#1e4d1d 31%,#339f31 58%,#93b84d 107%)}.drawer-product-card__button--pink{background:linear-gradient(71deg,#d70983 31%,#ff4ab6 58%,#ff49b5 107%)}.drawer-product-card__button-label-short{display:none}@media screen and (max-width:989px){.menu-drawer__layout{grid-template-columns:1fr;gap:32px;padding-top:33px;padding-bottom:40px}.menu-drawer__menu{gap:21px}.menu-drawer__menu-item{font-size:26px}.menu-drawer__submenu-item{font-size:17px}.menu-drawer__products{flex-direction:column;gap:14px}.drawer-product-card{flex-direction:row;width:100%;max-width:600px;align-self:center;padding:12px;gap:12px;border-radius:16px;overflow:visible}.drawer-product-card__media{flex:0 0 89px;width:89px;height:89px;border-radius:7px;border:none;overflow:hidden}.drawer-product-card--pink .drawer-product-card__media{border:none}.drawer-product-card__body{flex:1 1 0;min-width:0;flex-direction:row;align-items:stretch;gap:12px;padding:0}.drawer-product-card__heading{flex:1 1 0;min-width:0;gap:8px}.drawer-product-card__benefits{display:none}.drawer-product-card__benefit-mobile{display:inline-flex;align-items:center;gap:4px;margin:0;font-family:var(--font-body-family);font-size:12px;line-height:1.35;color:#1e4d1d}.drawer-product-card__benefit-mobile .drawer-product-card__check{flex-shrink:0}.drawer-product-card__footer{flex-direction:column;align-items:flex-end;justify-content:space-between;gap:8px}.drawer-product-card__price{flex-direction:row;align-items:baseline;gap:4px}.drawer-product-card__price-now{font-size:16px}.drawer-product-card__price-was{display:inline;font-size:14px;text-decoration:line-through;opacity:.8;font-weight:400}.drawer-product-card__serving{display:none}.drawer-product-card__button{padding:10px 20px;border-radius:12px;font-size:16px;width:auto;min-width:84px}.drawer-product-card__button-label-full{display:none}.drawer-product-card__button-label-short{display:inline}}@media screen and (max-width:749px){.menu-drawer__layout{padding-top:28px;padding-bottom:32px}.menu-drawer__menu{gap:18px}.menu-drawer__menu-item{font-size:24px}.menu-drawer__submenu-item{font-size:16px}.drawer-product-card__title{font-size:17px}.drawer-product-card__price-now{font-size:15px}.drawer-product-card__button{font-size:15px;min-width:76px}}@media(prefers-reduced-motion:reduce){.js details[open]>.menu-drawer,.js details[open].menu-opening>.menu-drawer,menu-drawer>details>summary:before,menu-drawer>details[open]>summary:before{transition-duration:.001ms!important}.menu-drawer__menu li,.drawer-product-card{opacity:1!important;animation:none!important}.drawer-product-card__button,.menu-drawer__menu-item{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-menu-drawer.css.map */
