.order-address-module__ESTn_q__orderLineVertical{border-bottom:1px solid var(--color-stroke-secondary);flex-direction:column;align-items:flex-start;gap:8px;padding-block:1rem;display:flex}
.order-header-module__TssxsG__arrow{justify-content:center;align-items:center;width:56px;height:56px;display:flex}.order-header-module__TssxsG__arrow svg{padding:2px}.order-header-module__TssxsG__headerWrapper{flex-direction:column;align-items:center;gap:12px;width:100%;padding-bottom:32px;display:flex}.order-header-module__TssxsG__header{justify-content:space-between;align-items:center;width:100%;max-width:760px;margin-inline:auto;display:flex}@media (max-width:767px){.order-header-module__TssxsG__header{flex-direction:column}}
.button-module__x0Fa7W__btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding-block:.5rem;padding-inline:.75rem;font-weight:600;transition:background-color .2s ease-in-out,transform .1s ease-in-out;display:inline-flex}.button-module__x0Fa7W__btn:active{transform:scale(.97)}.button-module__x0Fa7W__icon{align-items:center;display:inline-flex}.button-module__x0Fa7W__startIcon{margin-right:.5em}.button-module__x0Fa7W__startIcon svg{flex-shrink:0}.button-module__x0Fa7W__endIcon{margin-left:.5em}.button-module__x0Fa7W__endIcon svg{flex-shrink:0}.button-module__x0Fa7W__label{display:inline-block}.button-module__x0Fa7W__variant-primary{background-color:var(--color-background-brand);color:#fff}.button-module__x0Fa7W__variant-secondary{background-color:var(--color-background-hover-brand-accent);color:var(--color-text-neutral)}.button-module__x0Fa7W__variant-outline{border:2px solid var(--color-stroke-primary);color:var(--color-text-brand);box-sizing:border-box;background:0 0}.button-module__x0Fa7W__variant-accent{background-color:var(--color-background-brand-2);color:var(--color-text-neutral)}.button-module__x0Fa7W__variant-danger{background-color:var(--danger-color);color:#fff}.button-module__x0Fa7W__variant-transparent{color:var(--color-text-tertiary);background-color:#0000}.button-module__x0Fa7W__variant-ghost-primary{color:var(--color-text-brand);background-color:#0000}.button-module__x0Fa7W__variant-ghost-primary-filled{background-color:var(--color-background-hover);color:var(--color-text-brand)}.button-module__x0Fa7W__variant-ghost-secondary{color:var(--color-text-accent);background-color:#0000}.button-module__x0Fa7W__variant-ghost-accent-filled{background-color:var(--color-background-secondary);color:var(--color-text-accent-negative)}.button-module__x0Fa7W__variant-gray{background-color:var(--color-background-neutral);color:var(--color-text-secondary)}@media (hover:hover) and (pointer:fine){.button-module__x0Fa7W__variant-primary:hover{background-color:var(--color-background-hover-brand-accent)}.button-module__x0Fa7W__variant-secondary:hover{background-color:var(--color-text-neutral);color:var(--color-background-hover-brand-accent);transform:scale(.98)}.button-module__x0Fa7W__variant-outline:hover{background-color:var(--color-background-brand);color:var(--color-text-neutral)}.button-module__x0Fa7W__variant-accent:hover{background-color:var(--color-background-hover-brand-accent);color:var(--color-text-neutral)}.button-module__x0Fa7W__variant-danger:hover{background-color:var(--danger-color-40);color:#fff}.button-module__x0Fa7W__variant-transparent:hover{color:#000}.button-module__x0Fa7W__variant-ghost-primary:hover{background-color:var(--color-background-hover)}.button-module__x0Fa7W__variant-ghost-primary-filled:hover{background-color:var(--color-background-hover-brand)}.button-module__x0Fa7W__variant-ghost-secondary:hover{background-color:var(--color-background-overlay-3)}.button-module__x0Fa7W__variant-ghost-accent-filled:hover{background-color:var(--color-background-hover-brand-2)}.button-module__x0Fa7W__variant-gray:hover{color:var(--color-text-tertiary)}.button-module__x0Fa7W__iconButton:hover svg{fill:#fff}.button-module__x0Fa7W__btn-disabled:hover{background-color:var(--color-gray-light);cursor:default;pointer-events:none}}.button-module__x0Fa7W__iconButton{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:inline-flex}.button-module__x0Fa7W__iconButton svg{width:28px;height:28px;padding:2px}.button-module__x0Fa7W__btn-disabled{background-color:var(--color-gray-light);cursor:default;pointer-events:none}.button-module__x0Fa7W__circleIconButton{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;padding:12px;display:inline-flex}
.chip-filter-section-module__Mik8-G__filterSectionContainer{gap:1.5rem}.chip-filter-section-module__Mik8-G__chipsContainer{flex-flow:wrap;gap:.75rem;display:flex}.chip-filter-section-module__Mik8-G__chip{color:var(--color-text-primary);background:0 0;background:var(--color-background-neutral);border-radius:8px;padding:.5rem 1rem}.chip-filter-section-module__Mik8-G__chipSelected{background:var(--color-background-overlay);color:var(--color-text-accent)}
.radio-module__L2nT1W__wrapper{cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.radio-module__L2nT1W__radio{--size:22px;--dot-size:12px;--ring:3px;appearance:none;min-width:var(--size);min-height:var(--size);border:var(--ring) solid var(--color-icons-secondary);cursor:pointer;background:#fff;border-radius:50%;margin:0;transition:border-color .2s,box-shadow .2s,opacity .2s;position:relative}.radio-module__L2nT1W__radio:after{content:"";width:var(--dot-size);height:var(--dot-size);background:var(--color-background-brand);border-radius:50%;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.radio-module__L2nT1W__radio:checked{border-color:var(--color-background-brand)}.radio-module__L2nT1W__radio:checked:after{transform:translate(-50%,-50%)scale(1)}.radio-module__L2nT1W__radio:disabled{opacity:.5;cursor:not-allowed}.radio-module__L2nT1W__wrapper:has(.radio-module__L2nT1W__radio:disabled){cursor:not-allowed}
.radio-filter-section-module__8otGqa__filterSectionContainer{gap:1.5rem;padding:0 1rem}.radio-filter-section-module__8otGqa__filterRow{border-top:1px solid var(--color-stroke-secondary);cursor:pointer;text-align:left;background:0 0;width:100%;padding:1rem}@media (max-width:767px){.radio-filter-section-module__8otGqa__filterSectionContainer{padding:0 1rem 0 0}.radio-filter-section-module__8otGqa__filterRow{padding-block:1rem;padding-inline:0 1rem}}
.menu-dropdown-item-component-module__T5bsBa__accountItemComponent{cursor:pointer;white-space:nowrap;border-radius:12px;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;display:flex}.menu-dropdown-item-component-module__T5bsBa__accountItemComponent a{flex:70%;text-decoration:none}.menu-dropdown-item-component-module__T5bsBa__accountItemComponent:hover{background-color:var(--color-background-hover-2)}
.checkout-handoff-module__XgZWKG__itemsContainer{flex-direction:column;align-items:stretch;gap:1.5rem;max-width:644px;margin-inline:auto;display:flex}.checkout-handoff-module__XgZWKG__methodContainer{border-bottom:1px solid var(--color-stroke-secondary);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.checkout-handoff-module__XgZWKG__selected{border:2px solid var(--color-stroke-primary);border-radius:6px}.checkout-handoff-module__XgZWKG__methodContainer>*{flex:1}.checkout-handoff-module__XgZWKG__methodNameContainer{align-items:center;gap:1rem;display:flex}.checkout-handoff-module__XgZWKG__methodName{flex-wrap:wrap;align-items:center;gap:1rem;font-weight:600;display:flex}.checkout-handoff-module__XgZWKG__methodName svg{width:20px;height:20px}.checkout-handoff-module__XgZWKG__selectBox{justify-content:flex-end;align-items:center;display:flex}
.menu-dropdown-module__XQnb6a__accountDropdownItem{color:#000;font-size:var(--text-sm);cursor:pointer;min-width:130px;padding:var(--s-3);flex:auto;margin:0}.menu-dropdown-module__XQnb6a__accountDropdownItem:hover{background-color:#6b7280}.menu-dropdown-module__XQnb6a__divider{height:1px;margin-left:var(--s-3);margin-right:var(--s-3);background-color:#ebebef}.menu-dropdown-module__XQnb6a__dropdownTrigger{cursor:pointer;border-radius:50%;flex-shrink:0;width:56px;height:56px;padding:1rem}.menu-dropdown-module__XQnb6a__dropdownTrigger:hover{background-color:var(--color-background-hover-2)}.menu-dropdown-module__XQnb6a__dropDownContainer{border-radius:12px;flex-direction:column;gap:.75rem;min-width:248px;padding:.75rem;display:flex;top:140%;right:4px;background:var(--color-background-primary)!important}@media (max-width:480px){.menu-dropdown-module__XQnb6a__dropDownContainer,.menu-dropdown-module__XQnb6a__dropdownTrigger{display:none}}.menu-dropdown-module__XQnb6a__separator{margin-block:0}
.checkout-header-module__3fKgGG__checkoutHeader{flex-wrap:wrap;justify-content:center;align-items:center;max-width:760px;margin-inline:auto;display:flex}.checkout-header-module__3fKgGG__arrow{flex:.08;justify-content:center;align-items:center;min-width:40px;display:flex}.checkout-header-module__3fKgGG__headerDetailsContainer{border-bottom:1px solid var(--color-stroke-secondary);border-bottom:1px solid var(--color-stroke-secondary);flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:1rem;min-width:280px;max-width:648px;padding-block:1rem;display:flex}.checkout-header-module__3fKgGG__marketName{color:var(--color-text-secondary);text-align:center}.checkout-header-module__3fKgGG__marketNameContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.checkout-header-module__3fKgGG__pageTitle{align-items:center;gap:.5rem;display:flex}.checkout-header-module__3fKgGG__slash{background-color:var(--color-text-tertiary);flex-shrink:0;width:2px;height:24px;transform:rotate(25deg)}@media (max-width:480px){.checkout-header-module__3fKgGG__headerDetailsContainer{min-width:100%}}
.hero-section-module__poUixa__heroSection{background-color:var(--color-background-primary)}.hero-section-module__poUixa__heroSectionWrapper{flex-wrap:wrap;justify-content:center;align-items:center;padding-bottom:6rem;display:flex}.hero-section-module__poUixa__heroText{min-width:320px;color:var(--color-text-tertiary);flex-direction:column;flex:60%;gap:1.5rem;padding:.5rem;display:flex}.hero-section-module__poUixa__heroText p{color:var(--color-text-secondary);width:100%;max-width:32rem}.hero-section-module__poUixa__heroImage{clip-path:circle(102% at 21% 0);flex:40%;min-width:320px;min-height:588px;margin:0;padding:0;position:relative}.hero-section-module__poUixa__heroText a{align-self:flex-start;display:inline-block}
.checkout-items-module__9nQ_iW__itemsContainer{flex-direction:column;align-items:stretch;gap:1.5rem;max-width:644px;margin-inline:auto;display:flex}.checkout-items-module__9nQ_iW__checkoutItem{border-bottom:1px solid var(--color-stroke-secondary);gap:1rem;padding-block:1rem;display:flex}.checkout-items-module__9nQ_iW__checkoutItemImage{flex:1;width:114px;max-width:114px;height:68px;position:relative}.checkout-items-module__9nQ_iW__checkoutItemImage img{object-fit:cover;border-radius:8px}.checkout-items-module__9nQ_iW__detailsContainer{flex-wrap:wrap;flex:1;justify-content:space-between;align-items:stretch;display:flex}.checkout-items-module__9nQ_iW__detailsBlock{flex-direction:column;flex:1;justify-content:space-between;gap:.5rem;min-width:150px;padding-block:2px;display:flex}.checkout-items-module__9nQ_iW__totalPriceContainer{align-items:center;font-weight:600;display:flex}.checkout-items-module__9nQ_iW__totalPriceContainer p{border:1px solid var(--color-stroke-secondary);text-align:center;border-radius:8px;min-width:80px;padding:8px}.checkout-items-module__9nQ_iW__price{text-transform:capitalize}.checkout-items-module__9nQ_iW__priceColor{color:var(--color-text-accent);font-weight:600}.checkout-items-module__9nQ_iW__variantColor{color:var(--color-text-secondary)}
.banner-one-module__TojKaG__heroSection{position:relative;overflow:hidden}.banner-one-module__TojKaG__bannerImage{width:100%;height:700px;position:relative}.banner-one-module__TojKaG__bannerImage img{border-top-left-radius:1rem;border-top-right-radius:1rem}.banner-one-module__TojKaG__bannerSection{pointer-events:none;width:100%;position:absolute;bottom:0;left:0}.banner-one-module__TojKaG__heroBlocks{pointer-events:auto;gap:0;display:flex}.banner-one-module__TojKaG__heroBlock{text-wrap:wrap;color:#fff;flex-direction:column;justify-content:flex-end;max-width:18rem;padding-block:2.2rem;padding-inline:2rem;display:flex}.banner-one-module__TojKaG__heroBlockGreen{background:var(--color-background-brand)}.banner-one-module__TojKaG__heroBlockDark{background:#2d2e30}
.brand-products-module__bTqw0G__container{scroll-margin-top:calc(var(--top-bar-height) + 16px);flex-direction:column;gap:3rem;display:flex}.brand-products-module__bTqw0G__title{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.brand-products-module__bTqw0G__title h3{text-align:center;overflow-wrap:break-word;font-size:clamp(1.5rem,1.667rem + 1.667vw,3rem)}.brand-products-module__bTqw0G__border{background-color:var(--color-stroke-secondary);height:1px}.brand-products-module__bTqw0G__productsContainer{flex-wrap:wrap;gap:3rem;display:flex;position:relative}.brand-products-module__bTqw0G__categoryFilters{top:calc(var(--top-bar-height) + 3.6rem);flex:0 clamp(120px,14vw,184px);align-self:flex-start;min-width:120px;position:sticky;left:0}.brand-products-module__bTqw0G__categoryFilters ul{flex-direction:column;gap:1.25rem;padding:0;list-style-type:none;display:flex}.brand-products-module__bTqw0G__categLink{text-transform:capitalize;color:var(--color-text-secondary);text-decoration:none}.brand-products-module__bTqw0G__categLink:hover{color:var(--color-text-primary)}.brand-products-module__bTqw0G__categPreviewContainer{flex-direction:column;flex:auto;gap:1.75rem;display:flex}.brand-products-module__bTqw0G__categPreview{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.brand-products-module__bTqw0G__productCard{flex-direction:column;gap:1.25rem;display:flex}.brand-products-module__bTqw0G__productCardImageWrapper{aspect-ratio:7/8;border-radius:12px;min-height:200px;position:relative;overflow:clip}.brand-products-module__bTqw0G__productCardImageWrapper img{transform-origin:0;transition:transform .3s ease-in-out}.brand-products-module__bTqw0G__productCardImageWrapper img:hover{transform:scale(1.05)}.brand-products-module__bTqw0G__categName{text-transform:capitalize}.brand-products-module__bTqw0G__categoryContainer{flex-direction:column;gap:1.75rem;scroll-margin-top:112px;display:flex}@media (max-width:767px){.brand-products-module__bTqw0G__categoryContainer{scroll-margin-top:calc(var(--top-bar-height) + 64px)}.brand-products-module__bTqw0G__categoryFilters{z-index:1000;min-width:100%;top:var(--top-bar-height);background-color:#fff;padding-block:1.25rem}.brand-products-module__bTqw0G__categoryFilters ul{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;min-width:100%;display:flex;overflow-x:auto}}
.discover-section-card-module__eCvZhG__discoverSectionCard{border-radius:12px;flex-direction:column;flex:clamp(480px,45vw,660px);width:100%;min-height:360px;padding:3.5rem;display:flex;position:relative}.discover-section-card-module__eCvZhG__discoverSectionCardImage{width:100%;height:100%;position:absolute;top:0;left:0}.discover-section-card-module__eCvZhG__discoverSectionCardImage img{border-radius:12px}.discover-section-card-module__eCvZhG__discoverSectionCardBody{color:var(--color-text-neutral);z-index:2;background:var(--color-background-overlay-2);border-radius:12px;flex-direction:column;gap:1.5rem;width:100%;height:100%;padding:2rem;transition:background-color .3s;display:flex;position:absolute;top:0;left:0}.discover-section-card-module__eCvZhG__discoverSectionCardBody:hover{background-color:#2f2e41a6}
.discover-section-module__szYFWW__discoverSectionLayout{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.5rem;margin-top:7.5rem;padding-bottom:3.5rem;display:flex}.discover-section-module__szYFWW__discoverSectionLayoutCards{flex-flow:wrap;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-bottom:6rem;display:flex}
.collapse-module__55syyW__header{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:0 0 12px;display:flex}.collapse-module__55syyW__icon{width:12px;height:auto;color:var(--color-text-tertiary);flex-shrink:0;transition:transform .16s}.collapse-module__55syyW__iconOpen{transform:rotate(-180deg)}.collapse-module__55syyW__content{visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .18s,visibility .18s;display:grid}.collapse-module__55syyW__contentOpen{visibility:visible;grid-template-rows:1fr}.collapse-module__55syyW__inner{min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapse-module__55syyW__content,.collapse-module__55syyW__icon{transition:none}}
.client-producer-tabs-module__8AhG7q__producerTabsWrapper{color:var(--color-text-tertiary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6rem;padding-inline:2rem;display:flex}.client-producer-tabs-module__8AhG7q__tabTitle{text-transform:capitalize;color:var(--color-text-tertiary);padding-block:.75rem;padding-inline:1rem}.client-producer-tabs-module__8AhG7q__tabTitle:hover{background-color:var(--color-background-hover-2);border-radius:8px;text-decoration:none}.client-producer-tabs-module__8AhG7q__tabTitleActive{color:var(--color-text-brand)}.client-producer-tabs-module__8AhG7q__leftSide{flex-direction:column;flex:clamp(180px,45vw,320px);gap:2rem;width:100%;display:flex}.client-producer-tabs-module__8AhG7q__leftSide p{width:100%}.client-producer-tabs-module__8AhG7q__leftSideHeader{gap:0;width:100%;display:flex}.client-producer-tabs-module__8AhG7q__tabSelectorSeparator{background-color:var(--color-background-tertiary);width:100%;height:1px}.client-producer-tabs-module__8AhG7q__tabSelectorSeparatorActive{background-color:var(--color-text-brand)}.client-producer-tabs-module__8AhG7q__tabSelector{flex-direction:column;gap:1rem;display:flex}.client-producer-tabs-module__8AhG7q__imageWrapper{flex:clamp(210px,45vw,700px);min-height:400px;position:relative}.client-producer-tabs-module__8AhG7q__imageWrapper img{border-radius:1.5rem}
.variants-and-locations-module__YS5w1G__componentContainer{gap:1rem}.variants-and-locations-module__YS5w1G__variantsContainer,.variants-and-locations-module__YS5w1G__locationsContainer{gap:.75rem}.variants-and-locations-module__YS5w1G__sectionContainer{gap:.5rem;padding-bottom:1.5rem}
.page-module__LZbeHq__productPageContainer{flex-direction:column;gap:24px;max-width:760px;margin-inline:auto;padding-bottom:90px;display:flex}.page-module__LZbeHq__header{border-bottom:1px solid var(--color-stroke-secondary);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.page-module__LZbeHq__navigationalText{justify-content:center;align-items:center;gap:12px;display:flex}.page-module__LZbeHq__marketName{color:var(--color-text-secondary);text-align:center}.page-module__LZbeHq__delimited{color:var(--color-text-primary)}.page-module__LZbeHq__productName{color:var(--color-text-primary);text-align:center;font-weight:700}.page-module__LZbeHq__content{flex-direction:column;gap:24px;display:flex}.page-module__LZbeHq__imageWrapper{border-radius:8px;width:100%;height:390px;position:relative;overflow:hidden}.page-module__LZbeHq__productNameHeader{justify-content:space-between;align-items:center;display:flex}.page-module__LZbeHq__description{color:var(--color-text-secondary);flex-direction:column;gap:12px;display:flex}.page-module__LZbeHq__descriptionLabel{color:var(--color-text-primary)}.page-module__LZbeHq__categories{color:var(--color-text-accent);border-radius:8px;font-weight:600;text-decoration:none}.page-module__LZbeHq__categoriesContainer{flex-wrap:wrap;gap:12px;display:flex}.page-module__LZbeHq__cartButtons{display:flex;text-transform:none!important}.page-module__LZbeHq__cartButtons button{width:100%}@media (max-width:767px){.page-module__LZbeHq__header,.page-module__LZbeHq__navigationalText{flex-direction:column}.page-module__LZbeHq__delimited{display:none}.page-module__LZbeHq__imageWrapper{height:304px}}
.catalog-facets-container-module__zsfqgW__facets{padding-bottom:max(1rem, env(safe-area-inset-bottom));flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex}.catalog-facets-container-module__zsfqgW__sidebar{top:calc(var(--top-bar-height) + 8px);max-height:calc(100dvh - var(--top-bar-height));position:sticky}.catalog-facets-container-module__zsfqgW__scrollArea{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:24px;min-height:0;padding-top:12px;display:flex;overflow-y:auto}.catalog-facets-container-module__zsfqgW__group{margin:0;padding-inline:.75rem}.catalog-facets-container-module__zsfqgW__legend{padding-bottom:12px}.catalog-facets-container-module__zsfqgW__list{flex-direction:column;gap:.25rem;display:flex}.catalog-facets-container-module__zsfqgW__item{border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding-block:4px;padding-inline:.5rem;text-decoration:none;transition:background-color .12s;display:flex}.catalog-facets-container-module__zsfqgW__item:hover{background-color:var(--color-background-neutral)}.catalog-facets-container-module__zsfqgW__count,.catalog-facets-container-module__zsfqgW__empty{color:var(--color-text-secondary)}.catalog-facets-container-module__zsfqgW__applyFiltersBtn{flex-shrink:0;width:100%}.catalog-facets-container-module__zsfqgW__search{border:1px solid var(--color-stroke-secondary);color:var(--color-text-primary);background-color:#0000;margin-bottom:8px}
.client-producer-section-module__5F7pga__heroSection{background-color:var(--color-background-primary);padding-bottom:6rem}.client-producer-section-module__5F7pga__clientProdSectionWrapper{flex-flow:column wrap;justify-content:center;align-items:center;gap:6rem;padding-top:6rem;display:flex}.client-producer-section-module__5F7pga__clientProdSectionText{min-width:280px;color:var(--color-text-tertiary);text-align:center;flex-direction:column;flex:100%;gap:.5rem;display:flex}
.onboarding-module__LBii1a__onboardingForm{flex-direction:column;gap:2rem;width:600px;display:flex}.onboarding-module__LBii1a__noMarginBlock{margin-block:0}@media (max-width:767px){.onboarding-module__LBii1a__onboardingForm{width:100%}}
