.AdminProducts-module__lBPPdq__container{padding:1rem 0}.AdminProducts-module__lBPPdq__header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.AdminProducts-module__lBPPdq__subtitle{color:#666;margin-top:.5rem;font-size:.95rem}.AdminProducts-module__lBPPdq__addBtn a{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.AdminProducts-module__lBPPdq__tableWrapper{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000008}.AdminProducts-module__lBPPdq__table{border-collapse:collapse;width:100%}.AdminProducts-module__lBPPdq__table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#888;background:#fafafa;border-bottom:1px solid #eee;padding:1.25rem 1.5rem;font-size:.8rem;font-weight:700}.AdminProducts-module__lBPPdq__table td{vertical-align:middle;border-bottom:1px solid #f5f5f5;padding:1.25rem 1.5rem}.AdminProducts-module__lBPPdq__productCell{align-items:center;gap:1.25rem;display:flex}.AdminProducts-module__lBPPdq__productThumb{object-fit:contain;background:#fdfdfd;border:1px solid #eee;border-radius:8px;width:48px;height:48px}.AdminProducts-module__lBPPdq__productMeta{flex-direction:column;gap:.25rem;display:flex}.AdminProducts-module__lBPPdq__productName{color:#111;font-weight:600}.AdminProducts-module__lBPPdq__productSlug{color:#999;font-size:.75rem}.AdminProducts-module__lBPPdq__price{color:#111;font-weight:600}.AdminProducts-module__lBPPdq__stockCell{font-family:var(--font-inter);color:#444;align-items:center;gap:.5rem;display:flex}.AdminProducts-module__lBPPdq__badge{border-radius:20px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.AdminProducts-module__lBPPdq__herbal{color:#2e7d32;background:#eefbee}.AdminProducts-module__lBPPdq__nutraceuticals{color:#3730a3;background:#eef2ff}.AdminProducts-module__lBPPdq__statusDot{border-radius:50%;width:8px;height:8px;margin-right:.5rem;display:inline-block}.AdminProducts-module__lBPPdq__active{background:#22c55e}.AdminProducts-module__lBPPdq__outOfStock{background:#ef4444}.AdminProducts-module__lBPPdq__actions{gap:.75rem;display:flex}.AdminProducts-module__lBPPdq__actionsHeader{text-align:right!important}.AdminProducts-module__lBPPdq__editBtn,.AdminProducts-module__lBPPdq__deleteBtn{border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.AdminProducts-module__lBPPdq__editBtn{color:#333;background:#f8f8f8}.AdminProducts-module__lBPPdq__editBtn:hover{color:#fff;background:#000}.AdminProducts-module__lBPPdq__deleteBtn{color:#f44;cursor:pointer;background:#fff;border-color:#fee2e2}.AdminProducts-module__lBPPdq__deleteBtn:hover{color:#fff;background:#f44;border-color:#f44}.AdminProducts-module__lBPPdq__emptyState{color:#999;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem;display:flex}
.Button-module__VMVMAW__button{font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-base);text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:9999px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.Button-module__VMVMAW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__VMVMAW__primary{background:var(--color-maroon);color:var(--color-white);border:2px solid #0000}.Button-module__VMVMAW__primary:hover:not(:disabled){background:var(--color-dark-gray);transform:translateY(-2px)}.Button-module__VMVMAW__secondary{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-black)}.Button-module__VMVMAW__secondary:hover:not(:disabled){background:var(--color-black);color:var(--color-white)}.Button-module__VMVMAW__ghost{color:var(--color-black);border:2px solid var(--color-ash);background:0 0}.Button-module__VMVMAW__ghost:hover:not(:disabled){border-color:var(--color-black)}.Button-module__VMVMAW__small{padding:var(--space-xs)var(--space-md);font-size:.875rem}.Button-module__VMVMAW__medium{padding:var(--space-sm)var(--space-xl);font-size:1rem}.Button-module__VMVMAW__large{padding:var(--space-md)var(--space-2xl);font-size:1.125rem}.Button-module__VMVMAW__fullWidth{width:100%}
.CartItem-module__sVqlWW__cartItem{gap:var(--space-md);padding:var(--space-md)0;border-bottom:1px solid var(--border-light);display:flex}.CartItem-module__sVqlWW__imageWrapper{background:var(--bg-secondary);border-radius:4px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.CartItem-module__sVqlWW__image{object-fit:cover;width:100%;height:100%}.CartItem-module__sVqlWW__content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartItem-module__sVqlWW__name{font-family:var(--font-serif);color:var(--text-primary);font-size:1rem;font-weight:500}.CartItem-module__sVqlWW__price{color:var(--text-muted);font-size:.875rem}.CartItem-module__sVqlWW__controls{margin-top:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.CartItem-module__sVqlWW__quantity{border:1px solid var(--border-color);border-radius:4px;align-items:center;display:flex}.CartItem-module__sVqlWW__quantityBtn{cursor:pointer;width:24px;height:24px;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.CartItem-module__sVqlWW__quantityBtn:hover{background:var(--bg-secondary)}.CartItem-module__sVqlWW__quantityValue{padding:0 var(--space-xs);text-align:center;min-width:20px;font-size:.875rem}.CartItem-module__sVqlWW__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.CartItem-module__sVqlWW__removeBtn:hover{color:#dc2626}
.CartDrawer-module__xWnuvG__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000;background:#00000080;width:100%;height:100%;animation:.3s CartDrawer-module__xWnuvG__fadeIn;position:fixed;top:0;left:0}.CartDrawer-module__xWnuvG__drawer{background:var(--color-white);z-index:2001;flex-direction:column;width:100%;max-width:400px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) CartDrawer-module__xWnuvG__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #0000001a}@keyframes CartDrawer-module__xWnuvG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartDrawer-module__xWnuvG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__xWnuvG__header{padding:var(--space-lg);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__xWnuvG__header h2{margin:0;font-size:1.5rem}.CartDrawer-module__xWnuvG__closeBtn{cursor:pointer;padding:var(--space-xs);color:var(--text-secondary);transition:color var(--transition-fast);background:0 0;border:none;font-size:2rem;line-height:1}.CartDrawer-module__xWnuvG__closeBtn:hover{color:var(--text-primary)}.CartDrawer-module__xWnuvG__content{padding:var(--space-lg);flex:1;overflow-y:auto}.CartDrawer-module__xWnuvG__empty{justify-content:center;align-items:center;gap:var(--space-lg);height:100%;color:var(--text-secondary);flex-direction:column;display:flex}.CartDrawer-module__xWnuvG__items{flex-direction:column;display:flex}.CartDrawer-module__xWnuvG__footer{padding:var(--space-lg);border-top:1px solid var(--border-light);background:var(--color-pearl)}.CartDrawer-module__xWnuvG__total{font-family:var(--font-serif);margin-bottom:var(--space-xs);justify-content:space-between;font-size:1.25rem;font-weight:600;display:flex}.CartDrawer-module__xWnuvG__shippingNote{color:var(--text-muted);text-align:center;margin-bottom:var(--space-lg);font-size:.875rem}.CartDrawer-module__xWnuvG__actions{gap:var(--space-sm);flex-direction:column;display:flex}
.CarouselProductCard-module__7pMkHq__linkWrapper{text-align:left;height:100%;color:inherit;background:var(--color-white);border:1px solid var(--border-light);padding:var(--space-md);flex-direction:column;text-decoration:none;transition:all .2s;display:flex}@media (max-width:639px){.CarouselProductCard-module__7pMkHq__linkWrapper{padding:var(--space-sm)}}.CarouselProductCard-module__7pMkHq__linkWrapper:hover{border-color:var(--color-ash)}.CarouselProductCard-module__7pMkHq__flipWrapper{perspective:1000px;aspect-ratio:1;width:100%;margin-bottom:var(--space-md);z-index:10;position:relative}.CarouselProductCard-module__7pMkHq__flipper{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.CarouselProductCard-module__7pMkHq__flipWrapper:hover .CarouselProductCard-module__7pMkHq__flipper{transform:rotateY(180deg)}.CarouselProductCard-module__7pMkHq__front,.CarouselProductCard-module__7pMkHq__back{backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0}.CarouselProductCard-module__7pMkHq__front{z-index:2;background:0 0;justify-content:center;align-items:center;display:flex;transform:rotateY(0)}.CarouselProductCard-module__7pMkHq__imageContainer{background:var(--color-bg-secondary);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CarouselProductCard-module__7pMkHq__image{object-fit:contain;mix-blend-mode:multiply;width:auto;max-width:90%;height:80%}.CarouselProductCard-module__7pMkHq__back{background:var(--color-maroon);color:#fff;padding:var(--space-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;transform:rotateY(180deg)}.CarouselProductCard-module__7pMkHq__backTitle{font-family:var(--font-sans);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xs);border-bottom:2px solid #ffffff4d;padding-bottom:2px;font-size:1rem;font-weight:700}.CarouselProductCard-module__7pMkHq__benefitList{margin:0 0 var(--space-sm)0;padding:0;list-style:none}.CarouselProductCard-module__7pMkHq__benefitList li{color:#fff;margin-bottom:6px;font-size:.85rem;font-weight:600;line-height:1.4}.CarouselProductCard-module__7pMkHq__ingredientsPreview{color:#ffffffb3;padding-top:var(--space-xs);border-top:1px solid #fff3;font-size:.75rem;font-style:italic}.CarouselProductCard-module__7pMkHq__info{flex-direction:column;flex-grow:1;display:flex}.CarouselProductCard-module__7pMkHq__brand{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);margin-bottom:var(--space-xs);font-size:.75rem;font-weight:600}.CarouselProductCard-module__7pMkHq__name{color:var(--color-black);font-size:1.15rem;font-weight:700;line-height:1.2;font-family:var(--font-sans);margin-bottom:4px}@media (max-width:639px){.CarouselProductCard-module__7pMkHq__name{font-size:.95rem}}.CarouselProductCard-module__7pMkHq__tagline{color:var(--text-secondary);margin-bottom:var(--space-md);min-height:2.8em;font-size:.85rem;line-height:1.4}.CarouselProductCard-module__7pMkHq__footer{padding-top:var(--space-md);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CarouselProductCard-module__7pMkHq__price{color:var(--color-black);font-size:1.25rem;font-weight:700;font-family:var(--font-sans)}.CarouselProductCard-module__7pMkHq__viewBtn{background:var(--color-maroon);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:8px 16px;font-size:.75rem;font-weight:700;transition:background .2s}@media (max-width:639px){.CarouselProductCard-module__7pMkHq__viewBtn{padding:6px 12px;font-size:.65rem}}.CarouselProductCard-module__7pMkHq__linkWrapper:hover .CarouselProductCard-module__7pMkHq__viewBtn{background:var(--color-deep-brown)}.CarouselProductCard-module__7pMkHq__reviewsWrapper{margin-bottom:var(--space-xs);justify-content:center;align-items:center;gap:4px;display:flex}.CarouselProductCard-module__7pMkHq__stars{color:var(--color-text-primary);font-size:.9rem}.CarouselProductCard-module__7pMkHq__reviewCount{color:var(--color-text-light);font-size:.8rem}
.Card-module__QRy0Sa__card{background:var(--color-white);border:1px solid var(--border-light);padding:var(--space-lg);transition:all var(--transition-base)}.Card-module__QRy0Sa__card.Card-module__QRy0Sa__hover{cursor:pointer}.Card-module__QRy0Sa__card.Card-module__QRy0Sa__hover:hover{border-color:var(--border-color);transform:translateY(-4px)}
.NutritionTable-module__u0s79q__tableWrapper{border:2px solid var(--color-black);max-width:100%;padding:var(--space-xs);font-family:var(--font-sans);background:#fff;overflow-x:auto}.NutritionTable-module__u0s79q__table{border-collapse:collapse;width:100%}.NutritionTable-module__u0s79q__table th{text-align:left;border-bottom:4px solid var(--color-black);padding:var(--space-xs)0;font-size:1.5rem;font-weight:900}.NutritionTable-module__u0s79q__table td{padding:var(--space-xs)0;border-bottom:1px solid var(--border-light);font-size:.9rem}.NutritionTable-module__u0s79q__thickRow td{border-bottom:2px solid var(--color-black);padding-top:var(--space-sm)}.NutritionTable-module__u0s79q__disclaimer{margin-top:var(--space-sm);color:var(--text-secondary);font-size:.75rem;line-height:1.4}
.ProductCard-module__PgH3tW__productCardWrapper{flex-direction:column;height:100%;display:flex;overflow:hidden;padding:0!important}.ProductCard-module__PgH3tW__cardContent{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.ProductCard-module__PgH3tW__flipArea{perspective:1000px;aspect-ratio:1;background:var(--color-pearl);z-index:10;width:100%;position:relative}.ProductCard-module__PgH3tW__flipper{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.ProductCard-module__PgH3tW__cardContent:hover .ProductCard-module__PgH3tW__flipper{transform:rotateY(180deg)}.ProductCard-module__PgH3tW__front,.ProductCard-module__PgH3tW__back{backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0}.ProductCard-module__PgH3tW__front{z-index:2;background:var(--color-pearl);justify-content:center;align-items:center;display:flex;transform:rotateY(0)}.ProductCard-module__PgH3tW__image{object-fit:contain;width:100%;height:100%;padding:var(--space-md);transition:transform var(--transition-slow)}.ProductCard-module__PgH3tW__cardContent:hover .ProductCard-module__PgH3tW__image{transform:scale(1.05)}.ProductCard-module__PgH3tW__back{background:var(--color-maroon);padding:var(--space-md);text-align:center;border-bottom:1px solid var(--border-light);color:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden;transform:rotateY(180deg)}.ProductCard-module__PgH3tW__backContent{gap:var(--space-sm);flex-direction:column;width:100%;display:flex}.ProductCard-module__PgH3tW__backTitle{font-family:var(--font-sans);color:#fff;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #ffffff4d;align-self:center;margin:0;padding-bottom:2px;font-size:1rem;font-weight:700;display:inline-block}.ProductCard-module__PgH3tW__benefitList{margin:0;padding:0;list-style:none}.ProductCard-module__PgH3tW__benefitList li{color:#fff;margin-bottom:6px;font-size:.85rem;font-weight:600;line-height:1.4}.ProductCard-module__PgH3tW__ingredientsPreview{color:#ffffffb3;padding-top:var(--space-xs);margin-top:var(--space-xs);border-top:1px solid #fff3;font-size:.75rem;font-style:italic}.ProductCard-module__PgH3tW__info{padding:var(--space-md);gap:var(--space-xs);background:var(--color-white);z-index:20;flex-direction:column;flex-grow:1;display:flex}@media (max-width:639px){.ProductCard-module__PgH3tW__info{padding:var(--space-sm)}}.ProductCard-module__PgH3tW__name{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}@media (max-width:639px){.ProductCard-module__PgH3tW__name{font-size:1rem}}.ProductCard-module__PgH3tW__tagline{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.875rem}.ProductCard-module__PgH3tW__footer{padding-top:var(--space-md);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ProductCard-module__PgH3tW__price{font-family:var(--font-serif);color:var(--text-primary);font-size:1.25rem;font-weight:600}
.ProductCarousel-module__uJhQOa__carouselWrapper{max-width:100%;position:relative}.ProductCarousel-module__uJhQOa__viewport{margin-bottom:var(--space-xl);overflow:hidden}.ProductCarousel-module__uJhQOa__container{gap:var(--space-lg);display:flex}.ProductCarousel-module__uJhQOa__slide{flex:0 0 85%;min-width:0}@media (min-width:640px){.ProductCarousel-module__uJhQOa__slide{flex:0 0 45%}}@media (min-width:1024px){.ProductCarousel-module__uJhQOa__slide{flex:0 0 24%}}.ProductCarousel-module__uJhQOa__controls{justify-content:space-between;align-items:center;gap:var(--space-xl);padding-top:var(--space-md);display:flex}.ProductCarousel-module__uJhQOa__progressBarContainer{background-color:var(--color-ash);border-radius:2px;flex-grow:1;height:2px;position:relative;overflow:hidden}.ProductCarousel-module__uJhQOa__progressBar{background-color:var(--color-accent-red);max-width:100%;height:100%;transition:width .1s linear;position:absolute;top:0;left:0}.ProductCarousel-module__uJhQOa__buttons{gap:var(--space-md);flex-shrink:0;display:flex}.ProductCarousel-module__uJhQOa__navButton{border:1px solid var(--color-dark-gray);cursor:pointer;width:48px;height:48px;transition:all var(--transition-fast);color:var(--color-dark-gray);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.ProductCarousel-module__uJhQOa__navButton:hover:not(:disabled){background:var(--color-dark-gray);color:#fff}.ProductCarousel-module__uJhQOa__navButton:disabled{opacity:.3;cursor:not-allowed;border-color:var(--color-ash);color:var(--color-ash)}.ProductCarousel-module__uJhQOa__navButton svg{width:20px;height:20px}
.page-module__oSAelG__grid{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.page-module__oSAelG__grid{grid-template-columns:1fr 1fr;align-items:start}}.page-module__oSAelG__imageSection{position:relative}@media (min-width:1024px){.page-module__oSAelG__imageSection{position:sticky;top:120px}}.page-module__oSAelG__imageWrapper{aspect-ratio:1;background:var(--bg-secondary);border-radius:8px;width:100%;position:relative;overflow:hidden}.page-module__oSAelG__image{object-fit:contain;padding:var(--space-xl);transition:transform .5s}.page-module__oSAelG__image:hover{transform:scale(1.05)}.page-module__oSAelG__infoSection{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__oSAelG__tagline{text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:var(--space-xs);font-size:.875rem;display:block}.page-module__oSAelG__title{margin-bottom:var(--space-md);font-size:2.5rem;line-height:1.1}.page-module__oSAelG__priceRow{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-md);display:flex}.page-module__oSAelG__price{font-family:var(--font-serif);font-size:1.75rem;font-weight:600}.page-module__oSAelG__rating{color:#fbbf24;letter-spacing:2px;font-size:1.125rem}.page-module__oSAelG__count{color:var(--text-muted);letter-spacing:normal;margin-left:var(--space-xs);font-size:.875rem}.page-module__oSAelG__description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.page-module__oSAelG__actions{padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-light)}.page-module__oSAelG__accordions{margin-top:var(--space-sm)}.page-module__oSAelG__list{padding-left:var(--space-lg);margin:0}.page-module__oSAelG__list li{margin-bottom:var(--space-xs)}.page-module__oSAelG__allergenNote{color:var(--text-muted);margin-top:var(--space-md);font-size:.875rem;font-style:italic}.page-module__oSAelG__tags{color:var(--text-secondary);font-size:.9375rem}.page-module__oSAelG__tagLabel{color:var(--text-primary);font-weight:600}
.FilterBar-module__9kyiBW__filterContainer{margin-bottom:var(--space-2xl);gap:var(--space-lg);flex-direction:column;display:flex}.FilterBar-module__9kyiBW__controlsRow{gap:var(--space-lg);flex-wrap:wrap;align-items:flex-end;display:flex}.FilterBar-module__9kyiBW__resultsRow{padding-top:var(--space-md);border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.FilterBar-module__9kyiBW__countText{color:var(--text-muted);font-size:.875rem;font-weight:500}@media (max-width:640px){.FilterBar-module__9kyiBW__controlsRow{flex-direction:column;align-items:stretch}}.FilterBar-module__9kyiBW__selectWrapper{display:inline-block;position:relative}.FilterBar-module__9kyiBW__select{border:1px solid var(--color-border);cursor:pointer;appearance:none;color:var(--color-text-primary);background:0 0;border-radius:50px;outline:none;padding:10px 40px 10px 20px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.FilterBar-module__9kyiBW__select:hover,.FilterBar-module__9kyiBW__select:focus{border-color:var(--color-dark-gray)}.FilterBar-module__9kyiBW__arrow{pointer-events:none;width:10px;height:10px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.FilterBar-module__9kyiBW__chipsContainer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.FilterBar-module__9kyiBW__chip{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text-primary);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:8px 20px;font-size:.85rem;transition:all .2s;display:inline-flex}.FilterBar-module__9kyiBW__chip:hover{border-color:var(--color-text-light);background:var(--color-bg-secondary)}.FilterBar-module__9kyiBW__chipActive{background:var(--color-dark-gray);color:var(--color-white);border-color:var(--color-dark-gray)}.FilterBar-module__9kyiBW__chipActive:hover{background:var(--color-text-primary);border-color:var(--color-text-primary)}.FilterBar-module__9kyiBW__clearButton{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;padding:0 8px;font-size:.85rem;text-decoration:underline}.FilterBar-module__9kyiBW__clearButton:hover{color:var(--color-text-primary)}
.CollectionCarousel-module__UAiO-q__componentWrapper{width:100%;overflow:hidden}.CollectionCarousel-module__UAiO-q__splitLayout{gap:var(--space-xl);flex-direction:column;display:flex}@media (min-width:900px){.CollectionCarousel-module__UAiO-q__splitLayout{flex-direction:row;align-items:flex-start}}.CollectionCarousel-module__UAiO-q__textSide{padding-right:var(--space-lg);flex:0 0 35%;align-items:center;display:flex}.CollectionCarousel-module__UAiO-q__mainHeading{color:var(--color-black);text-transform:uppercase;font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:.9}.CollectionCarousel-module__UAiO-q__carouselSide{flex:1;min-width:0;position:relative}.CollectionCarousel-module__UAiO-q__carouselViewport{width:100%;overflow:hidden}.CollectionCarousel-module__UAiO-q__carouselContainer{gap:var(--space-md);display:flex}.CollectionCarousel-module__UAiO-q__slide{flex:0 0 280px;min-width:0;position:relative}@media (min-width:600px){.CollectionCarousel-module__UAiO-q__slide{flex:0 0 320px}}.CollectionCarousel-module__UAiO-q__card{height:500px;padding:var(--space-xl);transition:transform var(--transition-base);border-radius:4px;flex-direction:column;justify-content:space-between;text-decoration:none;display:flex;position:relative;overflow:hidden}.CollectionCarousel-module__UAiO-q__card:hover{transform:translateY(-5px)}.CollectionCarousel-module__UAiO-q__cardContent{text-align:center;margin-top:var(--space-2xl);z-index:2;position:relative}.CollectionCarousel-module__UAiO-q__cardSubtitle{font-family:var(--font-serif);opacity:.8;margin-bottom:-5px;font-size:1.5rem;display:block}.CollectionCarousel-module__UAiO-q__cardTitle{text-transform:uppercase;color:inherit;margin:0;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:900;line-height:.9}.CollectionCarousel-module__UAiO-q__cardFooter{text-align:center;z-index:2;margin-bottom:var(--space-sm);flex-direction:column;gap:4px;display:flex;position:relative}.CollectionCarousel-module__UAiO-q__rangeName{font-size:1rem;font-weight:600}.CollectionCarousel-module__UAiO-q__discoverLink{opacity:.9;font-size:.9rem;text-decoration:underline}.CollectionCarousel-module__UAiO-q__iconOverlay{color:currentColor;opacity:.2;pointer-events:none;z-index:0;width:250px;height:250px;transition:all .6s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-50px;right:-50px;transform:rotate(-15deg)}.CollectionCarousel-module__UAiO-q__iconOverlay svg{width:100%;height:100%}.CollectionCarousel-module__UAiO-q__card:hover .CollectionCarousel-module__UAiO-q__iconOverlay{opacity:.3;transform:rotate(0)scale(1.1)translate(-10px,-10px)}.CollectionCarousel-module__UAiO-q__navButtons{gap:var(--space-md);margin-top:var(--space-lg);justify-content:flex-end;display:flex}.CollectionCarousel-module__UAiO-q__navBtn{border:1px solid var(--color-charcoal);width:48px;height:48px;transition:all var(--transition-fast);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.CollectionCarousel-module__UAiO-q__navBtn:hover{background:var(--color-maroon);border-color:var(--color-maroon);color:#fff}
.FilterDropdown-module__ta2hSG__container{flex-direction:column;gap:8px;min-width:180px;display:flex;position:relative}.FilterDropdown-module__ta2hSG__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem;font-weight:600}.FilterDropdown-module__ta2hSG__dropdown{background:var(--color-white);border:1px solid var(--border-color);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:space-between;align-items:center;height:44px;padding:0 16px;transition:all .2s;display:flex;position:relative}.FilterDropdown-module__ta2hSG__dropdown:hover{border-color:var(--color-black);box-shadow:0 2px 8px #0000000d}.FilterDropdown-module__ta2hSG__dropdown.FilterDropdown-module__ta2hSG__isOpen{border-color:var(--color-black);background:var(--color-white);z-index:50}.FilterDropdown-module__ta2hSG__currentValue{color:var(--color-black);font-size:.9rem;font-weight:500}.FilterDropdown-module__ta2hSG__icon{color:var(--text-muted);transition:transform .3s}.FilterDropdown-module__ta2hSG__icon.FilterDropdown-module__ta2hSG__rotate{transform:rotate(180deg)}.FilterDropdown-module__ta2hSG__menu{background:var(--color-white);border:1px solid var(--border-color);z-index:100;border-radius:8px;width:100%;max-height:300px;padding:8px;animation:.2s forwards FilterDropdown-module__ta2hSG__slideIn;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 15px 35px #0000001a}.FilterDropdown-module__ta2hSG__option{color:var(--text-secondary);border-radius:6px;padding:10px 12px;font-size:.9rem;transition:all .15s}.FilterDropdown-module__ta2hSG__option:hover{background:var(--color-beige);color:var(--color-black)}.FilterDropdown-module__ta2hSG__option.FilterDropdown-module__ta2hSG__active{background:var(--color-maroon);color:var(--color-white)}@keyframes FilterDropdown-module__ta2hSG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.FilterDropdown-module__ta2hSG__menu::-webkit-scrollbar{width:4px}.FilterDropdown-module__ta2hSG__menu::-webkit-scrollbar-track{background:0 0}.FilterDropdown-module__ta2hSG__menu::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}
.ArticleCarousel-module__O2NvbW__carouselWrapper{width:100%;padding-bottom:2rem;position:relative}.ArticleCarousel-module__O2NvbW__headingWrapper{margin-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;display:flex}.ArticleCarousel-module__O2NvbW__headingWrapper h2{font-family:var(--font-sans);text-transform:uppercase;color:#333;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.ArticleCarousel-module__O2NvbW__headingWrapper p{color:var(--color-text-light);max-width:600px}.ArticleCarousel-module__O2NvbW__controls{gap:.5rem;display:flex}.ArticleCarousel-module__O2NvbW__controlBtn{border:1px solid var(--color-border);cursor:pointer;width:48px;height:48px;color:var(--color-text);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ArticleCarousel-module__O2NvbW__controlBtn:hover:not(:disabled){background:var(--color-text);color:var(--color-bg)}.ArticleCarousel-module__O2NvbW__controlBtn:disabled{opacity:.3;cursor:not-allowed}.ArticleCarousel-module__O2NvbW__viewport{width:100%;overflow:hidden}.ArticleCarousel-module__O2NvbW__container{gap:var(--space-md);margin-left:-1rem;padding-left:1rem;display:flex}.ArticleCarousel-module__O2NvbW__slide{min-width:0;padding-right:var(--space-md);flex:0 0 100%}@media (min-width:640px){.ArticleCarousel-module__O2NvbW__slide{flex:0 0 50%}}@media (min-width:1024px){.ArticleCarousel-module__O2NvbW__slide{flex:0 0 33.333%}}.ArticleCarousel-module__O2NvbW__articleCard{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);flex-direction:column;height:100%;transition:transform .3s;display:flex;overflow:hidden}.ArticleCarousel-module__O2NvbW__articleCard:hover{transform:translateY(-4px)}.ArticleCarousel-module__O2NvbW__imageWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.ArticleCarousel-module__O2NvbW__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ArticleCarousel-module__O2NvbW__articleCard:hover .ArticleCarousel-module__O2NvbW__imageWrapper img{transform:scale(1.05)}.ArticleCarousel-module__O2NvbW__cardContent{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.ArticleCarousel-module__O2NvbW__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.ArticleCarousel-module__O2NvbW__title{font-family:var(--font-serif);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;line-height:1.3;display:-webkit-box;overflow:hidden}.ArticleCarousel-module__O2NvbW__excerpt{color:var(--color-text-light);margin-bottom:var(--space-lg);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ArticleCarousel-module__O2NvbW__meta{color:var(--color-text-muted);gap:.5rem;margin-bottom:1rem;font-size:.8rem;display:flex}.ArticleCarousel-module__O2NvbW__readMore{text-underline-offset:4px;color:var(--color-text);font-size:.875rem;font-weight:600;text-decoration:underline}
.page-module__ox25rq__header{margin-bottom:var(--space-2xl);text-align:center}.page-module__ox25rq__header h1{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:2.5rem}.page-module__ox25rq__header p{color:var(--text-secondary);font-size:.875rem}.page-module__ox25rq__grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.page-module__ox25rq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__ox25rq__grid{grid-template-columns:repeat(4,1fr)}}.page-module__ox25rq__empty{text-align:center;padding:var(--space-3xl)0;color:var(--text-muted);font-size:1.125rem}
.CartSummary-module__egLC9G__summary{background:var(--bg-secondary);padding:var(--space-xl);border-radius:8px;position:sticky;top:100px}.CartSummary-module__egLC9G__summary h3{margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-color);font-size:1.5rem}.CartSummary-module__egLC9G__rows{gap:var(--space-md);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.CartSummary-module__egLC9G__row{color:var(--text-secondary);justify-content:space-between;font-size:1rem;display:flex}.CartSummary-module__egLC9G__total{border-top:1px solid var(--border-color);padding-top:var(--space-md);font-family:var(--font-serif);color:var(--text-primary);font-size:1.25rem;font-weight:600}
.CheckoutForm-module__j7w_5a__form{max-width:600px;margin:0 auto}.CheckoutForm-module__j7w_5a__form h2{margin-bottom:var(--space-xl);text-align:center}.CheckoutForm-module__j7w_5a__section{margin-bottom:var(--space-xl);padding:var(--space-lg);background:var(--color-white);border:1px solid var(--border-light);border-radius:8px}.CheckoutForm-module__j7w_5a__section h3{margin-bottom:var(--space-md);font-size:1.125rem;font-family:var(--font-serif)}.CheckoutForm-module__j7w_5a__errorMessage{color:#dc2626;margin-bottom:var(--space-md);text-align:center}.CheckoutForm-module__j7w_5a__totalSection{margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--bg-secondary);border-radius:8px;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.CheckoutForm-module__j7w_5a__totalAmount{font-family:var(--font-serif)}
.TestimonialCarousel-module__qBODKq__section{background-color:var(--color-bg-secondary);padding:var(--space-2xl)0;text-align:center}.TestimonialCarousel-module__qBODKq__heading{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#333;margin-bottom:var(--space-2xl);font-size:2.5rem;font-weight:900}.TestimonialCarousel-module__qBODKq__carouselWrapper{max-width:1200px;padding:0 var(--space-md);margin:0 auto;position:relative}.TestimonialCarousel-module__qBODKq__viewport{width:100%;overflow:hidden}.TestimonialCarousel-module__qBODKq__container{gap:var(--space-2xl);align-items:flex-start;display:flex}.TestimonialCarousel-module__qBODKq__slide{opacity:.4;flex:0 0 100%;min-width:0;transition:opacity .3s}.TestimonialCarousel-module__qBODKq__slide.TestimonialCarousel-module__qBODKq__active{opacity:1}@media (min-width:1024px){.TestimonialCarousel-module__qBODKq__slide{flex:0 0 33.333%}}.TestimonialCarousel-module__qBODKq__card{text-align:center;padding:0 var(--space-md);flex-direction:column;align-items:center;display:flex}.TestimonialCarousel-module__qBODKq__stars{margin-bottom:var(--space-lg);color:#d32f2f;gap:4px;display:flex}.TestimonialCarousel-module__qBODKq__quote{color:var(--color-text);margin-bottom:var(--space-lg);font-size:1.1rem;font-style:italic;line-height:1.6}.TestimonialCarousel-module__qBODKq__author{color:var(--color-text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.TestimonialCarousel-module__qBODKq__product{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.TestimonialCarousel-module__qBODKq__controlsWrapper{margin-top:var(--space-2xl);justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.TestimonialCarousel-module__qBODKq__progressBar{background-color:#0000001a;border-radius:2px;flex:1;height:4px;position:relative;overflow:hidden}.TestimonialCarousel-module__qBODKq__progressFill{background-color:var(--color-text);height:100%;transition:width .3s;position:absolute;top:0;left:0}.TestimonialCarousel-module__qBODKq__buttons{gap:var(--space-md);display:flex}.TestimonialCarousel-module__qBODKq__navBtn{border:1px solid var(--color-text);cursor:pointer;width:48px;height:48px;color:var(--color-text);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.TestimonialCarousel-module__qBODKq__navBtn:hover,.TestimonialCarousel-module__qBODKq__navBtn.TestimonialCarousel-module__qBODKq__nextBtn{background:var(--color-text);color:var(--color-bg)}.TestimonialCarousel-module__qBODKq__navBtn.TestimonialCarousel-module__qBODKq__nextBtn:hover{color:var(--color-text);background:0 0}@media (max-width:768px){.TestimonialCarousel-module__qBODKq__heading{font-size:2rem}.TestimonialCarousel-module__qBODKq__quote{font-size:1rem}.TestimonialCarousel-module__qBODKq__controlsWrapper{gap:var(--space-lg);flex-direction:column-reverse}.TestimonialCarousel-module__qBODKq__buttons{justify-content:center;width:100%}}
.page-module__ngZQ_a__emptyCart{text-align:center;max-width:500px;padding:var(--space-3xl)0;margin:0 auto}.page-module__ngZQ_a__emptyCart h1{margin-bottom:var(--space-md)}.page-module__ngZQ_a__emptyCart p{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1.125rem}.page-module__ngZQ_a__title{margin-bottom:var(--space-xl)}.page-module__ngZQ_a__grid{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.page-module__ngZQ_a__grid{grid-template-columns:2fr 1fr;align-items:start}}.page-module__ngZQ_a__items{border-top:1px solid var(--border-color)}.page-module__ngZQ_a__header{gap:var(--space-md);padding:var(--space-md)0;border-bottom:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;grid-template-columns:1fr 100px 120px 100px;font-size:.875rem;display:none}@media (min-width:768px){.page-module__ngZQ_a__header{display:grid}}.page-module__ngZQ_a__desktopOnly{display:none}@media (min-width:768px){.page-module__ngZQ_a__desktopOnly{text-align:center;display:block}}
.page-module__6l14Va__checkoutContainer{max-width:1200px;padding:var(--space-2xl)var(--space-lg);margin:0 auto}.page-module__6l14Va__checkoutGrid{gap:var(--space-2xl);grid-template-columns:1fr;align-items:flex-start;display:grid}@media (min-width:1024px){.page-module__6l14Va__checkoutGrid{grid-template-columns:1.5fr 1fr}}.page-module__6l14Va__checkoutFormCard{padding:var(--space-xl);border:1px solid var(--border-light);background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000008}.page-module__6l14Va__orderSummaryCard{background:var(--color-pearl);padding:var(--space-xl);border:1px solid var(--border-light);border-radius:16px;position:sticky;top:100px}.page-module__6l14Va__summaryTitle{margin-bottom:var(--space-lg);border-bottom:1px solid var(--border-light);padding-bottom:var(--space-sm);font-size:1.5rem}.page-module__6l14Va__itemList{gap:var(--space-md);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.page-module__6l14Va__item{gap:var(--space-md);align-items:center;display:flex}.page-module__6l14Va__itemImage{object-fit:contain;border:1px solid var(--border-light);background:#fff;border-radius:8px;width:60px;height:60px}.page-module__6l14Va__itemInfo{flex:1}.page-module__6l14Va__itemName{font-size:.95rem;font-weight:600;display:block}.page-module__6l14Va__itemQty{color:var(--text-secondary);font-size:.85rem}.page-module__6l14Va__itemPrice{font-size:.95rem;font-weight:600}.page-module__6l14Va__totalRow{margin-top:var(--space-md);justify-content:space-between;font-size:1.1rem;font-weight:700;display:flex}.page-module__6l14Va__emptyState{text-align:center;padding:var(--space-3xl)0}.page-module__6l14Va__breadcrumb{margin-bottom:var(--space-xl);color:var(--text-secondary);font-size:.9rem}.page-module__6l14Va__breadcrumb a{color:var(--color-maroon);text-decoration:none}
.SuccessPage-module__clqM_W__successCard{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;max-width:600px;margin:4rem auto;padding:4rem;box-shadow:0 15px 35px -5px #0000000d}.SuccessPage-module__clqM_W__icon{color:#166534;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:2.5rem;display:flex}.SuccessPage-module__clqM_W__icon.SuccessPage-module__clqM_W__error{color:#991b1b;background:#fef2f2}.SuccessPage-module__clqM_W__orderNumber{color:#666;margin-top:1.5rem;font-weight:600}.SuccessPage-module__clqM_W__actions{flex-direction:column;gap:1rem;margin-top:3rem;display:flex}@media (min-width:640px){.SuccessPage-module__clqM_W__actions{flex-direction:row;justify-content:center}}
.page-module__E0kJGG__heroSplit{background:var(--color-sand);flex-direction:column-reverse;min-height:85vh;display:flex}@media (min-width:900px){.page-module__E0kJGG__heroSplit{flex-direction:row;align-items:center}}.page-module__E0kJGG__heroLeft{padding:var(--space-2xl)var(--space-lg);flex:1;justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__heroContentLeft{text-align:left;max-width:600px}.page-module__E0kJGG__heroContentLeft h1{margin-bottom:var(--space-md);color:var(--color-maroon);font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1;font-family:var(--font-sans)}.page-module__E0kJGG__heroRight{flex:1;height:50vh;position:relative;overflow:hidden}@media (min-width:900px){.page-module__E0kJGG__heroRight{height:85vh}}.page-module__E0kJGG__heroRight img{object-fit:cover;width:100%;height:100%}.page-module__E0kJGG__categoryGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__categoryCardRect{transition:transform var(--transition-base);border-radius:8px;display:block;position:relative;overflow:hidden}.page-module__E0kJGG__categoryCardRect:hover{transform:translateY(-5px)}.page-module__E0kJGG__categoryImageWrapperRect{background:#f0f0f0;width:100%;padding-bottom:125%;position:relative}.page-module__E0kJGG__categoryImageWrapperRect img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.page-module__E0kJGG__categoryCardRect:hover .page-module__E0kJGG__categoryImageWrapperRect img{transform:scale(1.05)}.page-module__E0kJGG__categoryOverlay{width:100%;padding:var(--space-lg);background:linear-gradient(#0000 0%,#000000b3 100%);justify-content:center;align-items:flex-end;height:50%;display:flex;position:absolute;bottom:0;left:0}.page-module__E0kJGG__categoryOverlay h3{color:#fff;text-shadow:0 2px 4px #0000004d;font-size:1.5rem;font-weight:500}.page-module__E0kJGG__benefitGrid{gap:var(--space-lg)var(--space-sm);grid-template-columns:repeat(3,1fr);justify-items:center;display:grid}@media (min-width:768px){.page-module__E0kJGG__benefitGrid{gap:var(--space-xl);grid-template-columns:repeat(6,1fr)}}.page-module__E0kJGG__benefitItem{align-items:center;gap:var(--space-sm);text-align:center;width:100%;max-width:120px;transition:transform var(--transition-fast);flex-direction:column;display:flex}.page-module__E0kJGG__benefitItem:hover{transform:scale(1.05)}.page-module__E0kJGG__benefitIcon{width:60px;height:60px;color:var(--color-black);border:1px solid var(--border-light);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 4px 15px #00000014}@media (min-width:768px){.page-module__E0kJGG__benefitIcon{width:80px;height:80px;font-size:2rem}}.page-module__E0kJGG__valuesGrid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:640px){.page-module__E0kJGG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__E0kJGG__valuesGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__valueCard{text-align:center;padding:var(--space-xl);background:var(--color-white);transition:all var(--transition-base);align-items:center;gap:var(--space-md);border:1px solid #0000;border-radius:16px;flex-direction:column;display:flex}.page-module__E0kJGG__valueCard:hover{background:var(--color-white);border-color:var(--color-ash);transform:translateY(-4px);box-shadow:0 10px 40px #00000014}.page-module__E0kJGG__valueIcon{background:var(--color-beige);width:64px;height:64px;color:var(--color-black);margin-bottom:var(--space-xs);border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__valueCard h3{margin-bottom:var(--space-xs);font-size:1.15rem;font-family:var(--font-sans);color:var(--color-black);font-weight:700}.page-module__E0kJGG__valueCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.page-module__E0kJGG__sectionHeader{text-align:center;margin-bottom:var(--space-3xl)}.page-module__E0kJGG__sectionHeader h2{margin-bottom:var(--space-sm);color:#333;font-family:var(--font-sans);text-transform:uppercase;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900}.page-module__E0kJGG__sectionHeader p{color:var(--text-secondary);font-size:1.125rem}.page-module__E0kJGG__productGrid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:640px){.page-module__E0kJGG__productGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__E0kJGG__productGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__hubGrid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.page-module__E0kJGG__hubGrid{grid-template-columns:repeat(2,1fr)}}.page-module__E0kJGG__hubCard{transition:transform var(--transition-base);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.page-module__E0kJGG__hubCard:hover{transform:translateY(-5px)}.page-module__E0kJGG__hubCard img{object-fit:cover;width:100%;height:250px}.page-module__E0kJGG__hubContent{padding:var(--space-xl);text-align:left}.page-module__E0kJGG__hubTag{background:var(--color-maroon);color:#fff;text-transform:uppercase;margin-bottom:var(--space-xs);border-radius:99px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.page-module__E0kJGG__hubContent h3{margin-bottom:var(--space-sm)}.page-module__E0kJGG__instaGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.page-module__E0kJGG__instaGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__instaGrid img{aspect-ratio:1;object-fit:cover;width:100%;transition:opacity var(--transition-fast);border-radius:8px}.page-module__E0kJGG__instaGrid img:hover{opacity:.8}.page-module__E0kJGG__whyEknovaSplit{background:var(--color-deep-brown);background:var(--color-deep-brown);border-radius:32px;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}@media (min-width:900px){.page-module__E0kJGG__whyEknovaSplit{grid-template-columns:1fr 1fr}}.page-module__E0kJGG__whyImage img{object-fit:cover;width:100%;height:100%;min-height:400px}.page-module__E0kJGG__whyContentDark{padding:var(--space-3xl);flex-direction:column;justify-content:center;display:flex}.page-module__E0kJGG__whyListDark{gap:var(--space-sm);color:#fff;flex-direction:column;list-style:none;display:flex}.page-module__E0kJGG__whyTitle{font-family:var(--font-sans);text-transform:uppercase;color:var(--color-black);margin-bottom:var(--space-md);font-size:2.5rem;font-weight:900}.page-module__E0kJGG__whySubtitle{max-width:800px;color:var(--text-secondary);margin:0 auto;font-size:1.1rem}.page-module__E0kJGG__iconGrid{gap:var(--space-xl);margin-top:var(--space-3xl);text-align:center;grid-template-columns:1fr;display:grid}@media (min-width:640px){.page-module__E0kJGG__iconGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__E0kJGG__iconGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__iconItem{align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.page-module__E0kJGG__iconWrapper{width:48px;height:48px;margin-bottom:var(--space-xs);color:var(--color-black);justify-content:center;align-items:center;display:flex}@media (min-width:768px){.page-module__E0kJGG__iconWrapper{width:64px;height:64px}}.page-module__E0kJGG__iconItem h3{font-family:var(--font-sans);color:var(--color-black);margin-bottom:4px;font-size:1.125rem;font-weight:700}.page-module__E0kJGG__iconItem p{color:var(--text-muted);max-width:200px;font-size:.9rem}.page-module__E0kJGG__heroFull{justify-content:center;align-items:center;width:100%;height:60vh;display:flex;position:relative;overflow:hidden}@media (min-width:900px){.page-module__E0kJGG__heroFull{height:90vh}}.page-module__E0kJGG__heroImageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__E0kJGG__heroImageWrapper img,.page-module__E0kJGG__heroImageWrapper video{object-fit:cover;width:100%;height:100%}.page-module__E0kJGG__heroOverlay{z-index:2;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__E0kJGG__heroContentOverlay{z-index:3;text-align:center;color:#fff;padding:var(--space-xl);width:100%;max-width:1200px;position:relative}.page-module__E0kJGG__heroContentOverlay h1{margin-bottom:var(--space-md);font-size:clamp(4rem,10vw,8rem);font-weight:800;line-height:1.1;font-family:var(--font-sans);color:#fff;text-shadow:none;mix-blend-mode:difference}.page-module__E0kJGG__serifText{font-family:var(--font-serif);margin:0 .2em;font-style:italic;font-weight:400}
.SearchPage-module__6zcYiW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.SearchPage-module__6zcYiW__loader{color:#666;margin-top:2rem}
.ProductForm-module__3f_bxG__form{padding-bottom:5rem}.ProductForm-module__3f_bxG__header{z-index:10;background:#fdfdfd;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1rem 0;display:flex;position:sticky;top:0}.ProductForm-module__3f_bxG__headerContent{flex-direction:column;gap:.5rem;display:flex}.ProductForm-module__3f_bxG__backBtn{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.875rem;transition:color .2s;display:flex}.ProductForm-module__3f_bxG__backBtn:hover{color:#000}.ProductForm-module__3f_bxG__layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.ProductForm-module__3f_bxG__section{background:#fff;border:1px solid #eee;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #00000008}.ProductForm-module__3f_bxG__sectionSquare{background:#fff;border:1px solid #eee;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 20px #00000008}.ProductForm-module__3f_bxG__section h3{color:#333;margin-top:0;margin-bottom:1.5rem;font-size:1.1rem}.ProductForm-module__3f_bxG__sectionSquare h3{color:#333;margin-top:0;margin-bottom:1rem;font-size:1rem}.ProductForm-module__3f_bxG__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ProductForm-module__3f_bxG__field{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.ProductForm-module__3f_bxG__field label{color:#555;margin-left:.25rem;font-size:.875rem;font-weight:600}.ProductForm-module__3f_bxG__field input,.ProductForm-module__3f_bxG__field select,.ProductForm-module__3f_bxG__field textarea{background:#fafafa;border:1px solid #e2e2e2;border-radius:10px;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.ProductForm-module__3f_bxG__field input:focus,.ProductForm-module__3f_bxG__field textarea:focus{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 4px #0000000d}.ProductForm-module__3f_bxG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProductForm-module__3f_bxG__sectionHeader h3{margin-bottom:0}.ProductForm-module__3f_bxG__addBtn{color:#000;cursor:pointer;background:#f0f0f0;border:none;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.ProductForm-module__3f_bxG__addBtn:hover{background:#e5e5e5}.ProductForm-module__3f_bxG__arrayField{gap:.75rem;margin-bottom:.75rem;display:flex}.ProductForm-module__3f_bxG__arrayField input,.ProductForm-module__3f_bxG__arrayField select{border:1px solid #e2e2e2;border-radius:10px;flex:1;padding:.75rem 1rem;font-size:.9rem}.ProductForm-module__3f_bxG__removeBtn{color:#f44;cursor:pointer;background:#fff0f0;border:1px solid #ffebeb;border-radius:10px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex}.ProductForm-module__3f_bxG__removeBtn:hover{color:#fff;background:#f44}.ProductForm-module__3f_bxG__imagePreview{object-fit:contain;background:#f9f9f9;border:1px solid #eee;border-radius:10px;width:100%;height:150px;margin-top:1rem}.ProductForm-module__3f_bxG__saveBtn{align-items:center;gap:.75rem;padding:.75rem 2rem;display:flex}@media (max-width:968px){.ProductForm-module__3f_bxG__layout{grid-template-columns:1fr}}
