.Toast-module__dpyMdW__toastContainer{top:var(--space-4);right:var(--space-4);z-index:9999;gap:var(--space-3);pointer-events:none;flex-direction:column;width:100%;max-width:420px;display:flex;position:fixed}.Toast-module__dpyMdW__toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--color-gray-200);pointer-events:auto;animation:Toast-module__dpyMdW__slideInRight var(--transition-slow) ease-out;display:flex}.Toast-module__dpyMdW__toast.Toast-module__dpyMdW__exiting{animation:Toast-module__dpyMdW__fadeOut var(--transition-fast) ease-in forwards}.Toast-module__dpyMdW__icon{border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__icon{color:var(--color-success)}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__icon{color:var(--color-error)}.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__icon{color:var(--color-warning)}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__icon{color:var(--color-info)}.Toast-module__dpyMdW__content{flex:1;min-width:0}.Toast-module__dpyMdW__message{font-size:var(--text-sm);color:var(--color-gray-800);font-weight:500;line-height:var(--leading-snug)}.Toast-module__dpyMdW__closeBtn{border-radius:var(--radius-full);width:28px;height:28px;color:var(--color-gray-400);transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__dpyMdW__closeBtn:hover{background:var(--color-gray-100);color:var(--color-gray-600)}.Toast-module__dpyMdW__progress{border-radius:0 0 var(--radius-lg) var(--radius-lg);height:3px;animation:4s linear forwards Toast-module__dpyMdW__progress;position:absolute;bottom:0;left:0}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__progress{background:var(--color-success)}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__progress{background:var(--color-error)}.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__progress{background:var(--color-warning)}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__progress{background:var(--color-info)}@keyframes Toast-module__dpyMdW__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__dpyMdW__fadeOut{to{opacity:0;transform:translate(50%)}}@keyframes Toast-module__dpyMdW__progress{0%{width:100%}to{width:0%}}@media (max-width:640px){.Toast-module__dpyMdW__toastContainer{right:var(--space-2);left:var(--space-2);max-width:none}}
.ProductCard-module__nuC0Gq__card{background:var(--color-surface);border-radius:var(--radius-xl);transition:all var(--transition-base);border:1px solid #c6282814;position:relative;overflow:hidden}.ProductCard-module__nuC0Gq__card:hover{box-shadow:var(--shadow-lg);border-color:#ffb30033;transform:translateY(-4px)}.ProductCard-module__nuC0Gq__imageWrapper{aspect-ratio:1;background:var(--cream-dark);position:relative;overflow:hidden}.ProductCard-module__nuC0Gq__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ProductCard-module__nuC0Gq__card:hover .ProductCard-module__nuC0Gq__image{transform:scale(1.05)}.ProductCard-module__nuC0Gq__placeholder{background:linear-gradient(135deg, var(--cream), var(--cream-dark));justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.ProductCard-module__nuC0Gq__badges{top:var(--space-3);left:var(--space-3);gap:var(--space-1);flex-direction:column;display:flex;position:absolute}.ProductCard-module__nuC0Gq__badge{padding:2px var(--space-2);border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:11px;font-weight:700;display:inline-flex}.ProductCard-module__nuC0Gq__mustTry{background:var(--gold)}.ProductCard-module__nuC0Gq__bestSeller{background:var(--red)}.ProductCard-module__nuC0Gq__discount{background:var(--color-error)}.ProductCard-module__nuC0Gq__wishlistBtn{top:var(--space-3);right:var(--space-3);border-radius:var(--radius-full);width:36px;height:36px;box-shadow:var(--shadow-sm);color:var(--color-gray-400);transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;display:flex;position:absolute}.ProductCard-module__nuC0Gq__wishlistBtn:hover{color:var(--color-error);box-shadow:var(--shadow-md)}.ProductCard-module__nuC0Gq__wishlisted{opacity:1;color:var(--color-error)}.ProductCard-module__nuC0Gq__body{padding:var(--space-4)}.ProductCard-module__nuC0Gq__category{font-size:var(--text-xs);color:var(--red);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-1);font-weight:600}.ProductCard-module__nuC0Gq__title{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-gray-900);margin-bottom:var(--space-1);font-weight:600;line-height:var(--leading-snug);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ProductCard-module__nuC0Gq__size{font-size:var(--text-xs);color:var(--color-gray-500);margin-bottom:var(--space-2)}.ProductCard-module__nuC0Gq__variantSelector{margin-bottom:var(--space-2);flex-wrap:wrap;gap:4px;display:flex}.ProductCard-module__nuC0Gq__variantPill{color:var(--color-gray-600);background:var(--cream-dark);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:1.5px solid #0000;padding:4px 10px;font-size:11px;font-weight:600}.ProductCard-module__nuC0Gq__variantPill:hover:not(:disabled){border-color:var(--red);color:var(--red)}.ProductCard-module__nuC0Gq__variantPillActive{background:var(--red);color:#fff;border-color:var(--red)}.ProductCard-module__nuC0Gq__variantPillActive:hover{background:var(--red);color:#fff}.ProductCard-module__nuC0Gq__variantPillOos{opacity:.4;cursor:not-allowed;text-decoration:line-through}.ProductCard-module__nuC0Gq__priceRow{align-items:center;gap:var(--space-2);display:flex}.ProductCard-module__nuC0Gq__price{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);font-weight:700}.ProductCard-module__nuC0Gq__comparePrice{font-size:var(--text-sm);color:var(--color-gray-400);text-decoration:line-through}.ProductCard-module__nuC0Gq__discountPercent{font-size:var(--text-xs);color:var(--color-success);font-weight:700}.ProductCard-module__nuC0Gq__outOfStock{font-size:var(--text-sm);color:var(--color-error);margin-top:var(--space-2);font-weight:600}.ProductCard-module__nuC0Gq__cardActions{align-items:center;gap:var(--space-2);margin-top:var(--space-3);display:flex}.ProductCard-module__nuC0Gq__addToCartBtn{justify-content:center;align-items:center;gap:var(--space-1);padding:9px var(--space-3);color:#fff;background:var(--red);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;border:none;flex:1;font-size:12px;font-weight:700;display:flex;overflow:hidden}.ProductCard-module__nuC0Gq__addToCartBtn:hover{filter:brightness(1.1);box-shadow:0 4px 12px #c628284d}.ProductCard-module__nuC0Gq__addToCartBtn:disabled{opacity:.5;cursor:not-allowed;filter:none;box-shadow:none}.ProductCard-module__nuC0Gq__buyNowBtn{background:var(--gold);color:#fff;border-radius:var(--radius-full);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProductCard-module__nuC0Gq__buyNowBtn:hover{filter:brightness(1.1);box-shadow:0 4px 12px #ffb30059}.ProductCard-module__nuC0Gq__buyNowBtn:disabled{opacity:.5;cursor:not-allowed;filter:none;box-shadow:none}.ProductCard-module__nuC0Gq__tags{gap:var(--space-1);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.ProductCard-module__nuC0Gq__tag{padding:1px var(--space-2);background:var(--cream-dark);color:var(--color-gray-600);border-radius:var(--radius-full);font-size:10px;font-weight:600}
.MobileMenu-module__dvw3PW__overlay{background:var(--color-backdrop);z-index:var(--z-overlay);animation:MobileMenu-module__dvw3PW__fadeIn var(--transition-fast) ease-out;position:fixed;inset:0}.MobileMenu-module__dvw3PW__panel{background:var(--cream);width:300px;max-width:85vw;z-index:calc(var(--z-overlay) + 1);animation:MobileMenu-module__dvw3PW__slideInLeft var(--transition-slow) ease-out;box-shadow:var(--shadow-2xl);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.MobileMenu-module__dvw3PW__header{padding:var(--space-4) var(--space-5);border-bottom:1px solid #c628281a;justify-content:space-between;align-items:center;display:flex}.MobileMenu-module__dvw3PW__brand{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.MobileMenu-module__dvw3PW__closeBtn{border-radius:var(--radius-full);width:36px;height:36px;color:var(--red-light);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.MobileMenu-module__dvw3PW__closeBtn:hover{background:var(--cream-dark);color:var(--red)}.MobileMenu-module__dvw3PW__links{padding:var(--space-4) 0;flex:1;overflow-y:auto}.MobileMenu-module__dvw3PW__link{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);font-size:var(--text-base);color:var(--color-gray-700);transition:all var(--transition-fast);border-bottom:1px solid #c628280d;font-weight:500;display:flex}.MobileMenu-module__dvw3PW__link:hover{background:var(--cream-dark);color:var(--red)}.MobileMenu-module__dvw3PW__linkActive{color:var(--red);background:#c628280d}.MobileMenu-module__dvw3PW__footer{padding:var(--space-4) var(--space-5);border-top:1px solid #c628281a}.MobileMenu-module__dvw3PW__userInfo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.MobileMenu-module__dvw3PW__userAvatar{border-radius:var(--radius-full);object-fit:cover;width:40px;height:40px}.MobileMenu-module__dvw3PW__userAvatarPlaceholder{border-radius:var(--radius-full);width:40px;height:40px;color:var(--red);background:#c628281a;justify-content:center;align-items:center;font-weight:600;display:flex}.MobileMenu-module__dvw3PW__userDetails{flex-direction:column;display:flex}.MobileMenu-module__dvw3PW__userNameText{font-weight:600;font-size:var(--text-sm);color:var(--color-gray-900)}.MobileMenu-module__dvw3PW__userEmail{font-size:var(--text-xs);color:var(--color-gray-500)}.MobileMenu-module__dvw3PW__signOutBtn{width:100%;padding:var(--space-3);font-size:var(--text-sm);color:var(--color-gray-600);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-fast);border:1px solid #c6282826;font-weight:600}.MobileMenu-module__dvw3PW__signOutBtn:hover{background:var(--cream-dark);border-color:#c6282840}.MobileMenu-module__dvw3PW__signInBtnMobile{width:100%;padding:var(--space-3);font-size:var(--text-sm);color:#fff;background:linear-gradient(135deg, var(--red), var(--red-dark));border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-fast);font-weight:600}.MobileMenu-module__dvw3PW__signInBtnMobile:hover{box-shadow:var(--shadow-md)}@keyframes MobileMenu-module__dvw3PW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MobileMenu-module__dvw3PW__slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}
.ProductFilters-module__Xiideq__filters{padding:var(--space-6);background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid #c6282814;position:sticky;top:80px}.ProductFilters-module__Xiideq__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.ProductFilters-module__Xiideq__title{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--color-gray-900);font-weight:600}.ProductFilters-module__Xiideq__clearBtn{font-size:var(--text-sm);color:var(--red);cursor:pointer;transition:color var(--transition-fast);font-weight:500}.ProductFilters-module__Xiideq__clearBtn:hover{color:var(--red-dark)}.ProductFilters-module__Xiideq__section{margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid #c628280f}.ProductFilters-module__Xiideq__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ProductFilters-module__Xiideq__sectionTitle{font-size:var(--text-sm);color:var(--color-gray-700);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.ProductFilters-module__Xiideq__options{gap:var(--space-1);flex-direction:column;display:flex}.ProductFilters-module__Xiideq__option{text-align:left;padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-gray-600);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer}.ProductFilters-module__Xiideq__option:hover{background:var(--color-gray-50);color:var(--color-gray-900)}.ProductFilters-module__Xiideq__active{color:var(--red);background:#c628280d;font-weight:600}.ProductFilters-module__Xiideq__tags{gap:var(--space-2);flex-wrap:wrap;display:flex}.ProductFilters-module__Xiideq__tag{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);color:var(--color-gray-600);background:var(--color-gray-100);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:1px solid #0000;font-weight:500}.ProductFilters-module__Xiideq__tag:hover{border-color:var(--color-gray-300)}.ProductFilters-module__Xiideq__tagActive{color:var(--red);background:#c628281a;border-color:#c6282833}
.Skeleton-module__QUUPIW__skeleton{background:linear-gradient(90deg, var(--cream-dark) 25%, var(--cream) 50%, var(--cream-dark) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s ease-in-out infinite Skeleton-module__QUUPIW__shimmer}@keyframes Skeleton-module__QUUPIW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Skeleton-module__QUUPIW__text{border-radius:var(--radius-sm)}.Skeleton-module__QUUPIW__circle{border-radius:50%}.Skeleton-module__QUUPIW__textLine{height:14px;margin-bottom:var(--space-2)}.Skeleton-module__QUUPIW__textLine:last-child{width:60%}
.IngredientsOrbit-module__yLamNW__heroSection{--clay-50:#fffdf5;--clay-bg:#fff8e1;--clay-card:#fffcf6;--terracotta:#c62828;--terracotta-dark:#b71c1c;--bark:#3d2817;--bark-soft:#6b5640;--line:#e3d4b8;background:var(--clay-bg);color:var(--bark);font-family:var(--font-bricolage), sans-serif;-webkit-font-smoothing:antialiased;max-width:1280px;margin:0 auto;padding:60px 0 80px}.IngredientsOrbit-module__yLamNW__nav{justify-content:space-between;align-items:center;padding:28px 56px;display:flex}.IngredientsOrbit-module__yLamNW__logo{font-family:var(--font-fraunces), serif;letter-spacing:-.01em;font-size:22px;font-weight:600}.IngredientsOrbit-module__yLamNW__logo span{color:var(--terracotta)}.IngredientsOrbit-module__yLamNW__navLinks{color:var(--bark-soft);gap:40px;font-size:15px;list-style:none;display:flex}.IngredientsOrbit-module__yLamNW__heroLayout{grid-template-columns:1fr 1fr;align-items:center;gap:20px;padding:30px 56px 70px;display:grid;position:relative}.IngredientsOrbit-module__yLamNW__heroCopy{z-index:3;position:relative}.IngredientsOrbit-module__yLamNW__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--terracotta-dark);background:#ffcdd2;border-radius:30px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px 7px 12px;font-size:13px;font-weight:500;display:inline-flex}.IngredientsOrbit-module__yLamNW__eyebrowDot{background:var(--terracotta);border-radius:50%;width:6px;height:6px}.IngredientsOrbit-module__yLamNW__heroTitle{font-family:var(--font-fraunces), serif;letter-spacing:-.015em;margin-bottom:24px;font-size:clamp(40px,5vw,64px);font-weight:600;line-height:1.04}.IngredientsOrbit-module__yLamNW__heroTitle em{color:var(--terracotta);font-style:italic;font-weight:500}.IngredientsOrbit-module__yLamNW__heroSubtitle{color:var(--bark-soft);max-width:440px;margin-bottom:36px;font-size:17px;line-height:1.6}.IngredientsOrbit-module__yLamNW__heroCtas{gap:14px;margin-bottom:46px;display:flex}.IngredientsOrbit-module__yLamNW__ctaPrimary,.IngredientsOrbit-module__yLamNW__ctaSecondary{font-family:var(--font-bricolage), sans-serif;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:15px 28px;font-size:15px;font-weight:500;text-decoration:none;display:inline-flex}.IngredientsOrbit-module__yLamNW__ctaPrimary{background:var(--terracotta);color:#fbf1e7}.IngredientsOrbit-module__yLamNW__ctaSecondary{color:var(--bark);border:1.5px solid var(--bark);background:0 0}.IngredientsOrbit-module__yLamNW__trustRow{flex-wrap:wrap;gap:32px;display:flex}.IngredientsOrbit-module__yLamNW__trustItem{flex-direction:column;display:flex}.IngredientsOrbit-module__yLamNW__trustNum{font-family:var(--font-fraunces), serif;color:var(--terracotta-dark);font-size:24px;font-weight:600}.IngredientsOrbit-module__yLamNW__trustLabel{color:var(--bark-soft);margin-top:2px;font-size:12.5px}.IngredientsOrbit-module__yLamNW__radialWrap{aspect-ratio:1;--seed-size:64px;width:100%;max-width:560px;margin:0 auto;position:relative}.IngredientsOrbit-module__yLamNW__ringOuter,.IngredientsOrbit-module__yLamNW__ringInner{border-radius:50%;position:absolute}.IngredientsOrbit-module__yLamNW__ringOuter{border:2px dashed var(--line);inset:8%}.IngredientsOrbit-module__yLamNW__ringInner{border:2px solid #ead9bb;inset:28%}.IngredientsOrbit-module__yLamNW__potCenter{aspect-ratio:1;background:radial-gradient(circle at 38% 32%, #e53935 0%, var(--terracotta-dark) 62%, #7f1616 100%);text-align:center;z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:38%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px -12px #c6282859}.IngredientsOrbit-module__yLamNW__potLabel{font-family:var(--font-fraunces), serif;color:#fbe9d8;padding:0 14%;font-size:clamp(15px,2vw,20px);font-weight:600;line-height:1.15}.IngredientsOrbit-module__yLamNW__potSub{color:#e8b98f;letter-spacing:.06em;text-transform:uppercase;margin-top:8px;font-size:11px}.IngredientsOrbit-module__yLamNW__potSteam{filter:blur(1px);background:linear-gradient(#0000,#ffffff8c);border-radius:3px;width:3px;height:34px;position:absolute;top:-22px}.IngredientsOrbit-module__yLamNW__steam1{left:42%}.IngredientsOrbit-module__yLamNW__steam2{height:42px;top:-30px;left:50%}.IngredientsOrbit-module__yLamNW__steam3{left:58%}.IngredientsOrbit-module__yLamNW__seed{z-index:3;position:absolute}.IngredientsOrbit-module__yLamNW__seedCircle{width:var(--seed-size);height:var(--seed-size);background:color-mix(in srgb, var(--seed-accent) 22%, var(--clay-card));border:2px solid var(--seed-accent);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 6px 14px -6px #3d28172e}.IngredientsOrbit-module__yLamNW__seedImg{object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(var(--seed-zoom,1.8));transform-origin:50%;background:color-mix(in srgb, var(--seed-accent) 22%, var(--clay-card));position:absolute;inset:0}.IngredientsOrbit-module__yLamNW__seedInitial{z-index:1;font-family:var(--font-fraunces), serif;color:var(--bark);font-size:22px;font-weight:600;position:relative}.IngredientsOrbit-module__yLamNW__seedName{top:calc(var(--seed-size) / 2 + 8px);width:max-content;max-width:88px;color:var(--bark);text-align:center;white-space:normal;font-size:11.5px;font-weight:500;line-height:1.2;position:absolute;left:0;transform:translate(-50%)}.IngredientsOrbit-module__yLamNW__strip{background:var(--clay-card);border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding:28px 56px;display:flex}.IngredientsOrbit-module__yLamNW__stripLabel{font-family:var(--font-fraunces), serif;color:var(--bark-soft);margin-right:18px;font-size:14px;font-style:italic}.IngredientsOrbit-module__yLamNW__chip{background:var(--clay-bg);border:1px solid var(--line);color:var(--bark-soft);border-radius:30px;padding:7px 16px;font-size:13px}@media (max-width:880px){.IngredientsOrbit-module__yLamNW__heroSection{padding:24px 0 32px}.IngredientsOrbit-module__yLamNW__heroLayout{grid-template-columns:1fr;gap:0;padding:0 16px 24px}.IngredientsOrbit-module__yLamNW__nav{padding:20px 24px}.IngredientsOrbit-module__yLamNW__navLinks{display:none}.IngredientsOrbit-module__yLamNW__heroCopy{text-align:center;order:2}.IngredientsOrbit-module__yLamNW__heroSubtitle{margin-left:auto;margin-right:auto;font-size:15px}.IngredientsOrbit-module__yLamNW__heroCtas,.IngredientsOrbit-module__yLamNW__trustRow{justify-content:center}.IngredientsOrbit-module__yLamNW__radialWrap{width:min(94vw,420px);max-width:min(94vw,420px);margin:28px auto 0;margin-bottom:calc(var(--seed-size) / 2 + 48px);--seed-size:clamp(38px, 10vw, 56px);order:1}.IngredientsOrbit-module__yLamNW__heroTitle{font-size:clamp(28px,7vw,40px)}.IngredientsOrbit-module__yLamNW__heroCtas{margin-bottom:24px}.IngredientsOrbit-module__yLamNW__ctaPrimary,.IngredientsOrbit-module__yLamNW__ctaSecondary{padding:12px 20px;font-size:14px}.IngredientsOrbit-module__yLamNW__strip{padding:20px}}@media (max-width:480px){.IngredientsOrbit-module__yLamNW__radialWrap{--seed-size:clamp(34px, 12vw, 44px)}.IngredientsOrbit-module__yLamNW__seedName{max-width:70px;top:calc(var(--seed-size) / 2 + 6px);font-size:10px}}
.Navbar-module__cRh5nW__nav{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow var(--transition-base);background:#fff8e1e6;border-bottom:1px solid #c628281a;position:sticky;top:0}.Navbar-module__cRh5nW__scrolled{box-shadow:var(--shadow-md)}.Navbar-module__cRh5nW__container{max-width:var(--max-width);padding:0 var(--space-4);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.Navbar-module__cRh5nW__brand{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--red);align-items:center;gap:var(--space-2);font-weight:700;text-decoration:none;display:flex}.Navbar-module__cRh5nW__brandIcon{font-family:var(--font-display);font-size:var(--text-sm);color:var(--gold);background:var(--red);border-radius:var(--radius-sm);letter-spacing:1px;padding:3px 6px;font-weight:900;line-height:1}.Navbar-module__cRh5nW__brandSub{color:var(--color-gray-500);font-size:10px;font-weight:400;font-family:var(--font-body);display:none}@media (min-width:480px){.Navbar-module__cRh5nW__brandSub{display:inline}}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:var(--space-8);display:flex}.Navbar-module__cRh5nW__navLink{font-size:var(--text-sm);color:var(--color-gray-600);transition:color var(--transition-fast);padding:var(--space-2) 0;font-weight:500;position:relative}.Navbar-module__cRh5nW__navLink:hover,.Navbar-module__cRh5nW__navLinkActive{color:var(--red)}.Navbar-module__cRh5nW__navLink:after{content:"";background:var(--gold);border-radius:var(--radius-full);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Navbar-module__cRh5nW__navLink:hover:after,.Navbar-module__cRh5nW__navLinkActive:after{width:100%}.Navbar-module__cRh5nW__actions{align-items:center;gap:var(--space-2);display:flex}.Navbar-module__cRh5nW__iconBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-gray-600);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__iconBtn:hover{background:var(--cream-dark);color:var(--red)}.Navbar-module__cRh5nW__cartBadge{background:var(--red);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.Navbar-module__cRh5nW__userBtn{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3) var(--space-1) var(--space-1);border-radius:var(--radius-full);transition:background var(--transition-fast);cursor:pointer;display:flex}.Navbar-module__cRh5nW__userBtn:hover{background:var(--cream-dark)}.Navbar-module__cRh5nW__avatar{border-radius:var(--radius-full);object-fit:cover;width:32px;height:32px}.Navbar-module__cRh5nW__avatarPlaceholder{border-radius:var(--radius-full);width:32px;height:32px;color:var(--red);font-weight:600;font-size:var(--text-sm);background:#c628281a;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__userName{font-size:var(--text-sm);color:var(--color-gray-700);text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-weight:500;overflow:hidden}.Navbar-module__cRh5nW__dropdown{top:calc(100% + var(--space-2));background:var(--color-surface);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:200px;padding:var(--space-2);animation:Navbar-module__cRh5nW__scaleIn var(--transition-fast) ease-out;z-index:var(--z-dropdown);position:absolute;right:0}.Navbar-module__cRh5nW__dropdownItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-3);font-size:var(--text-sm);color:var(--color-gray-700);border-radius:var(--radius-md);transition:background var(--transition-fast);text-align:left;display:flex}.Navbar-module__cRh5nW__dropdownItem:hover{background:var(--cream);color:var(--red)}.Navbar-module__cRh5nW__dropdownDivider{background:var(--color-gray-100);height:1px;margin:var(--space-2) 0}.Navbar-module__cRh5nW__signInBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:#fff;background:linear-gradient(135deg, var(--red), var(--red-dark));border-radius:var(--radius-full);transition:all var(--transition-base);font-weight:600;display:inline-flex}.Navbar-module__cRh5nW__signInBtn:hover{background:linear-gradient(135deg, var(--red-light), var(--red));box-shadow:var(--shadow-md)}.Navbar-module__cRh5nW__hamburger{display:none}.Navbar-module__cRh5nW__userWrapper{position:relative}@keyframes Navbar-module__cRh5nW__scaleIn{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.Navbar-module__cRh5nW__desktopNav,.Navbar-module__cRh5nW__userBtn,.Navbar-module__cRh5nW__signInBtn{display:none}.Navbar-module__cRh5nW__hamburger{border-radius:var(--radius-md);width:40px;height:40px;color:var(--red);justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__hamburger:hover{background:var(--cream-dark)}}@media (min-width:768px){.Navbar-module__cRh5nW__container{padding:0 var(--space-8)}}
.products-module__E8alaG__pageHeader{padding:var(--space-10) 0;background:linear-gradient(135deg,#c628280f 0%,#c628281f 100%)}.products-module__E8alaG__headerContainer{max-width:var(--max-width);padding:0 var(--space-4);margin:0 auto}.products-module__E8alaG__pageTitle{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--red);margin-bottom:var(--space-2);font-weight:700}.products-module__E8alaG__pageSubtitle{font-size:var(--text-base);color:var(--color-gray-600)}.products-module__E8alaG__content{max-width:var(--max-width);padding:var(--space-8) var(--space-4);gap:var(--space-8);grid-template-columns:280px 1fr;margin:0 auto;display:grid}.products-module__E8alaG__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.products-module__E8alaG__empty{text-align:center;padding:var(--space-16) var(--space-4);grid-column:1/-1}.products-module__E8alaG__emptyIcon{margin-bottom:var(--space-4);font-size:4rem}.products-module__E8alaG__emptyTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-gray-700);margin-bottom:var(--space-2);font-weight:600}.products-module__E8alaG__emptyDesc{font-size:var(--text-sm);color:var(--color-gray-500)}.products-module__E8alaG__pagination{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-8);grid-column:1/-1;display:flex}.products-module__E8alaG__pageBtn{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-gray-600);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;font-weight:500}.products-module__E8alaG__pageBtn:hover{background:var(--cream-dark);border-color:var(--color-gray-400)}.products-module__E8alaG__pageBtn:disabled{opacity:.4;cursor:not-allowed}.products-module__E8alaG__pageBtnActive{background:var(--red);color:#fff;border-color:var(--red)}.products-module__E8alaG__mobileFilterBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-size:var(--text-sm);color:var(--red);background:var(--color-surface);border-radius:var(--radius-full);margin-bottom:var(--space-4);cursor:pointer;transition:all var(--transition-fast);border:1.5px solid #c6282833;font-weight:600;display:none}.products-module__E8alaG__mobileFilterBtn:hover{border-color:var(--red);background:#c628280d}.products-module__E8alaG__filterBadge{color:#fff;background:var(--red);border-radius:var(--radius-full);justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.products-module__E8alaG__filterOverlay,.products-module__E8alaG__filterPanel{display:none}.products-module__E8alaG__filterPanelHeader{padding:var(--space-4) var(--space-5);background:var(--color-surface);z-index:1;border-bottom:1px solid #c628281a;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.products-module__E8alaG__filterPanelTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--red);font-weight:700}.products-module__E8alaG__filterPanelClose{border-radius:var(--radius-full);width:36px;height:36px;color:var(--color-gray-500);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.products-module__E8alaG__filterPanelClose:hover{background:var(--cream-dark);color:var(--red)}.products-module__E8alaG__filterPanelBody{padding:var(--space-2);flex:1;overflow-y:auto}.products-module__E8alaG__filterPanelBody aside{padding:var(--space-2);background:0 0;border:none;position:static}@media (max-width:768px){.products-module__E8alaG__content{padding:var(--space-4);grid-template-columns:1fr}.products-module__E8alaG__content>aside{display:none}.products-module__E8alaG__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.products-module__E8alaG__mobileFilterBtn{display:flex}.products-module__E8alaG__headerContainer{padding:0 var(--space-4)}.products-module__E8alaG__filterOverlay{z-index:var(--z-overlay);animation:products-module__E8alaG__fadeIn var(--transition-fast) ease-out;background:#00000080;display:block;position:fixed;inset:0}.products-module__E8alaG__filterPanel{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:85vh;z-index:calc(var(--z-overlay) + 1);animation:products-module__E8alaG__slideUp var(--transition-slow) ease-out;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #00000026}}@media (min-width:768px){.products-module__E8alaG__headerContainer{padding:0 var(--space-8)}.products-module__E8alaG__content{padding:var(--space-8)}}@keyframes products-module__E8alaG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes products-module__E8alaG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.InstagramReels-module__n4yccG__reelsSection{padding:var(--space-20) 0;background:var(--cream-light);overflow:hidden}.InstagramReels-module__n4yccG__reelsHeader{text-align:center;margin-bottom:var(--space-12)}.InstagramReels-module__n4yccG__reelsLabel{font-family:var(--font-heading);font-size:var(--text-xs);letter-spacing:.35em;text-transform:uppercase;color:var(--color-gray-400);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.InstagramReels-module__n4yccG__reelsTitle{font-family:var(--font-display);font-size:var(--text-4xl);color:var(--red);margin-bottom:var(--space-3);font-weight:900;line-height:var(--leading-tight)}.InstagramReels-module__n4yccG__reelsHandle{font-size:var(--text-base);color:var(--color-gray-500);margin-bottom:var(--space-4)}.InstagramReels-module__n4yccG__reelsHandle a{color:var(--red);transition:color var(--transition-fast);font-weight:600}.InstagramReels-module__n4yccG__reelsHandle a:hover{color:var(--red-light)}.InstagramReels-module__n4yccG__reelsDivider{background:linear-gradient(90deg, var(--gold), var(--gold-light));border-radius:2px;width:48px;height:3px;margin:0 auto}.InstagramReels-module__n4yccG__reelsGrid{gap:var(--space-6);max-width:var(--max-width);padding:0 var(--space-4);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.InstagramReels-module__n4yccG__reelCard{border-radius:var(--radius-xl);aspect-ratio:9/16;box-shadow:var(--shadow-lg);transition:transform var(--transition-base), box-shadow var(--transition-base);cursor:pointer;background:#1a1a1a;position:relative;overflow:hidden}.InstagramReels-module__n4yccG__reelCard:hover{box-shadow:var(--shadow-2xl);transform:translateY(-6px)scale(1.02)}.InstagramReels-module__n4yccG__reelVideo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.InstagramReels-module__n4yccG__reelOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 45%,#00000059 70%,#000000bf 100%);position:absolute;inset:0}.InstagramReels-module__n4yccG__reelContent{padding:var(--space-5);z-index:2;position:absolute;bottom:0;left:0;right:0}.InstagramReels-module__n4yccG__reelTag{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:var(--space-2);font-size:10px;font-weight:700;display:inline-block}.InstagramReels-module__n4yccG__reelTitle{font-family:var(--font-heading);font-size:var(--text-base);color:#fff;font-weight:700;line-height:var(--leading-snug);margin-bottom:var(--space-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.InstagramReels-module__n4yccG__reelFooter{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.InstagramReels-module__n4yccG__reelExplore{font-size:var(--text-sm);color:#ffffffa6;transition:color var(--transition-fast);font-weight:500;text-decoration:none;display:inline-block}.InstagramReels-module__n4yccG__reelCard:hover .InstagramReels-module__n4yccG__reelExplore{color:#ffffffe6}.InstagramReels-module__n4yccG__reelShopBtn{font-family:var(--font-heading);font-size:var(--text-base);color:var(--red-dark);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:#fff;border:none;justify-content:center;align-items:center;padding:10px 24px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #00000026}.InstagramReels-module__n4yccG__reelShopBtn:hover{background:var(--gold-light);transform:scale(1.05)}.InstagramReels-module__n4yccG__reelPlayIndicator{top:var(--space-3);right:var(--space-3);z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;width:32px;height:32px;transition:opacity var(--transition-base);background:#0006;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.InstagramReels-module__n4yccG__reelCard:hover .InstagramReels-module__n4yccG__reelPlayIndicator{opacity:1}.InstagramReels-module__n4yccG__reelPlayIcon{color:#fff;width:14px;height:14px}@media (max-width:1024px){.InstagramReels-module__n4yccG__reelsGrid{gap:var(--space-4)}}@media (max-width:768px){.InstagramReels-module__n4yccG__reelsSection{padding:var(--space-12) 0}.InstagramReels-module__n4yccG__reelsTitle{font-size:var(--text-2xl)}.InstagramReels-module__n4yccG__reelsGrid{gap:var(--space-4);padding:0 var(--space-4);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow:auto hidden}.InstagramReels-module__n4yccG__reelsGrid::-webkit-scrollbar{display:none}.InstagramReels-module__n4yccG__reelCard{scroll-snap-align:center;aspect-ratio:9/16;flex:0 0 70vw;max-width:280px}.InstagramReels-module__n4yccG__reelContent{padding:var(--space-3)}.InstagramReels-module__n4yccG__reelTag{font-size:9px}.InstagramReels-module__n4yccG__reelTitle{font-size:var(--text-sm);margin-bottom:var(--space-2)}.InstagramReels-module__n4yccG__reelShopBtn{font-size:var(--text-sm);padding:8px 18px;font-weight:700}}@media (max-width:480px){.InstagramReels-module__n4yccG__reelCard{flex:0 0 65vw;max-width:240px}}@media (min-width:768px){.InstagramReels-module__n4yccG__reelsGrid{padding:0 var(--space-8)}}
.Footer-module__3hUVsW__footer{background:var(--red-dark);color:#fff8e199;padding:var(--space-16) 0 0}.Footer-module__3hUVsW__container{max-width:var(--max-width);padding:0 var(--space-4);margin:0 auto}.Footer-module__3hUVsW__grid{gap:var(--space-12);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__3hUVsW__heading{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--cream);margin-bottom:var(--space-4);font-weight:700}.Footer-module__3hUVsW__brand{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--gold);margin-bottom:var(--space-2);align-items:center;gap:var(--space-2);font-weight:900;display:flex}.Footer-module__3hUVsW__brandIcon{font-family:var(--font-display);font-size:var(--text-lg);color:var(--gold);padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);background:#ffb30026;font-weight:900}.Footer-module__3hUVsW__tagline{font-size:var(--text-sm);color:#fff8e180;margin-bottom:var(--space-4);font-style:italic}.Footer-module__3hUVsW__description{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:#fff8e180;max-width:320px;margin-bottom:var(--space-4)}.Footer-module__3hUVsW__contactList{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__3hUVsW__linkList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3hUVsW__link{font-size:var(--text-sm);color:#fff8e199;transition:color var(--transition-fast);align-items:center;gap:var(--space-2);display:flex}.Footer-module__3hUVsW__link:hover{color:var(--gold)}.Footer-module__3hUVsW__contactItem{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:#fff8e199;display:flex}.Footer-module__3hUVsW__promiseList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3hUVsW__promiseItem{font-size:var(--text-sm);color:#fff8e1b3;font-weight:500}.Footer-module__3hUVsW__bottom{margin-top:var(--space-12);padding:var(--space-6) 0;border-top:1px solid #fff8e126;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{font-size:var(--text-sm);color:#fff8e180;text-align:center}@media (max-width:768px){.Footer-module__3hUVsW__grid{gap:var(--space-6);grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__grid>div:first-child{grid-column:1/-1}.Footer-module__3hUVsW__container{padding:0 var(--space-4)}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column}}@media (min-width:768px){.Footer-module__3hUVsW__container{padding:0 var(--space-8)}}
.Reviews-module__KngHiq__reviewsSection{margin-top:var(--space-12)}.Reviews-module__KngHiq__reviewsTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--red);margin-bottom:var(--space-6);font-weight:700}.Reviews-module__KngHiq__reviewStats{gap:var(--space-8);margin-bottom:var(--space-8);padding:var(--space-6);background:var(--cream-dark);border-radius:var(--radius-xl);display:flex}.Reviews-module__KngHiq__ratingBig{text-align:center}.Reviews-module__KngHiq__ratingNumber{font-family:var(--font-heading);color:var(--color-gray-900);font-size:3rem;font-weight:800;line-height:1}.Reviews-module__KngHiq__ratingStars{color:#f59e0b;font-size:var(--text-lg);margin-top:var(--space-1)}.Reviews-module__KngHiq__ratingCount{font-size:var(--text-sm);color:var(--color-gray-500);margin-top:var(--space-1)}.Reviews-module__KngHiq__distribution{gap:var(--space-2);flex-direction:column;flex:1;justify-content:center;display:flex}.Reviews-module__KngHiq__distRow{align-items:center;gap:var(--space-2);font-size:var(--text-sm);display:flex}.Reviews-module__KngHiq__distLabel{text-align:right;width:16px;color:var(--color-gray-600);font-weight:600}.Reviews-module__KngHiq__distBar{background:var(--color-gray-200);border-radius:var(--radius-full);flex:1;height:8px;overflow:hidden}.Reviews-module__KngHiq__distFill{border-radius:var(--radius-full);background:#f59e0b;height:100%;transition:width .5s}.Reviews-module__KngHiq__distCount{width:24px;font-size:var(--text-xs);color:var(--color-gray-500)}.Reviews-module__KngHiq__writeBtn{padding:var(--space-3) var(--space-6);color:#fff;background:var(--red);border-radius:var(--radius-lg);cursor:pointer;margin-bottom:var(--space-6);font-weight:600}.Reviews-module__KngHiq__formCard{padding:var(--space-6);background:var(--cream-dark);border-radius:var(--radius-xl);margin-bottom:var(--space-6)}.Reviews-module__KngHiq__formTitle{font-family:var(--font-heading);margin-bottom:var(--space-4);font-weight:600}.Reviews-module__KngHiq__starPicker{gap:var(--space-1);margin-bottom:var(--space-4);display:flex}.Reviews-module__KngHiq__starBtn{font-size:var(--text-2xl);cursor:pointer;background:0 0;border:none;transition:transform .1s}.Reviews-module__KngHiq__starBtn:hover{transform:scale(1.2)}.Reviews-module__KngHiq__formInput{width:100%;padding:var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);margin-bottom:var(--space-3);font-family:inherit}.Reviews-module__KngHiq__formInput:focus{border-color:var(--red);outline:none}.Reviews-module__KngHiq__formActions{gap:var(--space-3);justify-content:flex-end;display:flex}.Reviews-module__KngHiq__submitBtn{padding:var(--space-2) var(--space-6);color:#fff;background:var(--red);border-radius:var(--radius-lg);cursor:pointer;font-weight:600;font-size:var(--text-sm)}.Reviews-module__KngHiq__cancelBtn{padding:var(--space-2) var(--space-6);color:var(--color-gray-600);border:1px solid var(--color-gray-300);border-radius:var(--radius-lg);cursor:pointer;font-weight:500;font-size:var(--text-sm)}.Reviews-module__KngHiq__reviewList{gap:var(--space-4);flex-direction:column;display:flex}.Reviews-module__KngHiq__reviewCard{padding:var(--space-5);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl)}.Reviews-module__KngHiq__reviewHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.Reviews-module__KngHiq__reviewAvatar{background:#c6282814;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative;overflow:hidden}.Reviews-module__KngHiq__reviewAvatarLetter{font-weight:700;font-size:var(--text-sm);color:var(--red)}.Reviews-module__KngHiq__reviewMeta{flex:1}.Reviews-module__KngHiq__reviewName{font-weight:600;font-size:var(--text-sm);color:var(--color-gray-900)}.Reviews-module__KngHiq__reviewDate{font-size:var(--text-xs);color:var(--color-gray-500)}.Reviews-module__KngHiq__verifiedBadge{color:var(--color-success);padding:1px var(--space-2);border-radius:var(--radius-full);background:#22c55e14;align-items:center;gap:3px;font-size:10px;font-weight:700;display:inline-flex}.Reviews-module__KngHiq__reviewStars{color:#f59e0b;font-size:var(--text-sm)}.Reviews-module__KngHiq__reviewTitle{color:var(--color-gray-900);margin-bottom:var(--space-1);font-weight:600}.Reviews-module__KngHiq__reviewComment{font-size:var(--text-sm);color:var(--color-gray-600);line-height:var(--leading-relaxed)}.Reviews-module__KngHiq__emptyReviews{text-align:center;padding:var(--space-8);color:var(--color-gray-500)}@media (max-width:640px){.Reviews-module__KngHiq__reviewStats{gap:var(--space-4);flex-direction:column}}
.admin-module__4WpgRW__adminLayout{flex-direction:column;min-height:100vh;display:flex}.admin-module__4WpgRW__mobileHeader{background:var(--red-dark);color:#fff;height:56px;padding:0 var(--space-4);z-index:45;justify-content:space-between;align-items:center;gap:var(--space-3);display:none;position:fixed;top:0;left:0;right:0}.admin-module__4WpgRW__mobileToggle{color:#fff;border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;transition:background var(--transition-fast);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;display:none}.admin-module__4WpgRW__mobileToggle:hover{background:#fff3}.admin-module__4WpgRW__mobileTitle{font-family:var(--font-heading);font-size:var(--text-base);text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.admin-module__4WpgRW__mobileStoreLink{font-size:var(--text-xs);color:var(--gold-light);white-space:nowrap;flex-shrink:0;font-weight:600}.admin-module__4WpgRW__sidebar{background:var(--red-dark);color:#fff;z-index:50;flex-direction:column;width:260px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0}.admin-module__4WpgRW__sidebarHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid #ffffff1f}.admin-module__4WpgRW__sidebarBrand{font-family:var(--font-heading);font-size:var(--text-lg);color:#fff;align-items:center;gap:var(--space-2);font-weight:700;display:flex}.admin-module__4WpgRW__sidebarTag{color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:10px;font-weight:700}.admin-module__4WpgRW__sidebarNav{padding:var(--space-4);gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow-y:auto}.admin-module__4WpgRW__navItem{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);color:#fff9;transition:all var(--transition-fast);cursor:pointer;font-weight:500;text-decoration:none;display:flex}.admin-module__4WpgRW__navItem:hover{color:#fff;background:#ffffff1a}.admin-module__4WpgRW__navItemActive{background:var(--red);color:#fff;font-weight:600}.admin-module__4WpgRW__navItemActive:hover{background:var(--red-light)}.admin-module__4WpgRW__navIcon{flex-shrink:0;width:20px;height:20px}.admin-module__4WpgRW__sidebarFooter{padding:var(--space-4);border-top:1px solid #ffffff1f}.admin-module__4WpgRW__backLink{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:#ffffff80;border-radius:var(--radius-lg);transition:color var(--transition-fast);display:flex}.admin-module__4WpgRW__backLink:hover{color:#fff}.admin-module__4WpgRW__overlay{display:none}.admin-module__4WpgRW__main{background:var(--cream-dark);flex:1;min-height:100vh;margin-left:260px}.admin-module__4WpgRW__content{padding:var(--space-8)}.admin-module__4WpgRW__statsGrid{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.admin-module__4WpgRW__statCard{background:var(--cream);padding:var(--space-5);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200)}.admin-module__4WpgRW__statLabel{font-size:var(--text-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);font-weight:600}.admin-module__4WpgRW__statValue{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--red);font-weight:700}.admin-module__4WpgRW__statChange{font-size:var(--text-xs);margin-top:var(--space-1);font-weight:600}.admin-module__4WpgRW__statUp{color:var(--color-success)}.admin-module__4WpgRW__statDown{color:var(--color-error)}.admin-module__4WpgRW__sectionRow{gap:var(--space-6);margin-bottom:var(--space-8);grid-template-columns:1fr 1fr;display:grid}.admin-module__4WpgRW__sectionCard{background:var(--cream);padding:var(--space-5);border-radius:var(--radius-xl);border:1px solid var(--color-gray-200);overflow:hidden}.admin-module__4WpgRW__sectionTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red);margin-bottom:var(--space-4);font-weight:600}.admin-module__4WpgRW__tableWrap{-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--space-5));padding:0 var(--space-5);overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%;min-width:600px}.admin-module__4WpgRW__table th{text-align:left;padding:var(--space-3) var(--space-4);font-size:var(--text-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-gray-200);white-space:nowrap;font-weight:600}.admin-module__4WpgRW__table td{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-gray-700);border-bottom:1px solid var(--color-gray-100);white-space:nowrap}.admin-module__4WpgRW__table tr:hover td{background:var(--cream-dark)}.admin-module__4WpgRW__badge{padding:2px var(--space-2);border-radius:var(--radius-full);text-transform:capitalize;font-size:11px;font-weight:700;display:inline-flex}.admin-module__4WpgRW__badgePlaced{color:var(--color-info);background:#3b82f61a}.admin-module__4WpgRW__badgeConfirmed{color:var(--red);background:#c628281a}.admin-module__4WpgRW__badgePacked{color:var(--color-warning);background:#f59e0b1a}.admin-module__4WpgRW__badgeShipped{color:#8b5cf6;background:#8b5cf61a}.admin-module__4WpgRW__badgeDelivered{color:var(--color-success);background:#22c55e1a}.admin-module__4WpgRW__badgeCancelled{color:var(--color-error);background:#ef44441a}.admin-module__4WpgRW__toolbar{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.admin-module__4WpgRW__searchInput{min-width:0;padding:var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);background:#fff;flex:1}.admin-module__4WpgRW__searchInput:focus{border-color:var(--red);outline:none}.admin-module__4WpgRW__filterSelect{padding:var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);background:var(--cream);min-width:0}.admin-module__4WpgRW__topProduct{align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--color-gray-100);display:flex}.admin-module__4WpgRW__topProduct:last-child{border-bottom:none}.admin-module__4WpgRW__topProductRank{color:#fff;background:var(--red);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.admin-module__4WpgRW__topProductImage{border-radius:var(--radius-md);background:var(--color-gray-100);flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.admin-module__4WpgRW__topProductInfo{flex:1;min-width:0}.admin-module__4WpgRW__topProductName{font-weight:600;font-size:var(--text-sm);color:var(--color-gray-900);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-module__4WpgRW__topProductMeta{font-size:var(--text-xs);color:var(--color-gray-500)}.admin-module__4WpgRW__pagination{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.admin-module__4WpgRW__pageBtn{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);color:var(--color-gray-600);cursor:pointer}.admin-module__4WpgRW__pageBtn:hover{background:var(--cream-dark)}.admin-module__4WpgRW__pageBtn:disabled{opacity:.3;cursor:not-allowed}.admin-module__4WpgRW__pageBtnActive{background:var(--red);color:#fff;border-color:var(--red)}.admin-module__4WpgRW__actionBtn{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);font-weight:600}.admin-module__4WpgRW__actionPrimary{color:#fff;background:var(--red)}.admin-module__4WpgRW__actionPrimary:hover{background:var(--red-dark)}.admin-module__4WpgRW__actionDanger{color:var(--color-error);border:1px solid var(--color-error);background:0 0}.admin-module__4WpgRW__actionDanger:hover{background:#ef44440d}.admin-module__4WpgRW__empty{text-align:center;padding:var(--space-12);color:var(--color-gray-500)}.admin-module__4WpgRW__editBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-gray-500);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.admin-module__4WpgRW__editBtn:hover{color:var(--red);background:#c6282814;border-color:#c6282833}.admin-module__4WpgRW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;animation:.2s admin-module__4WpgRW__fadeIn;display:flex;position:fixed;inset:0}.admin-module__4WpgRW__modal{background:var(--cream);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:720px;max-height:90vh;animation:.25s admin-module__4WpgRW__slideUp;display:flex;box-shadow:0 25px 50px -12px #00000040}.admin-module__4WpgRW__modalHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-gray-200);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.admin-module__4WpgRW__modalTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red);font-weight:700}.admin-module__4WpgRW__modalClose{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-gray-500);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;font-size:18px;display:flex}.admin-module__4WpgRW__modalClose:hover{background:var(--color-gray-100);color:var(--color-gray-900)}.admin-module__4WpgRW__modalBody{padding:var(--space-5);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.admin-module__4WpgRW__modalFooter{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-gray-200);flex-shrink:0;display:flex}.admin-module__4WpgRW__formGroup{gap:var(--space-1);flex-direction:column;display:flex}.admin-module__4WpgRW__formRow{gap:var(--space-4);flex-wrap:wrap;display:flex}.admin-module__4WpgRW__formRow>.admin-module__4WpgRW__formGroup{flex:1;min-width:140px}.admin-module__4WpgRW__formLabel{font-size:var(--text-xs);color:var(--color-gray-600);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.admin-module__4WpgRW__formLabelSmall{color:var(--color-gray-500);text-transform:capitalize;font-size:10px;font-weight:600}.admin-module__4WpgRW__formInput{padding:var(--space-2) var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:var(--text-sm);transition:border-color var(--transition-fast);background:#fff}.admin-module__4WpgRW__formInput:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #c6282814}.admin-module__4WpgRW__formSelect{padding:var(--space-2) var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:var(--text-sm);cursor:pointer;background:#fff}.admin-module__4WpgRW__formSelect:focus{border-color:var(--red);outline:none}.admin-module__4WpgRW__formTextarea{padding:var(--space-2) var(--space-3);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);font-size:var(--text-sm);resize:vertical;min-height:60px;transition:border-color var(--transition-fast);background:#fff;font-family:inherit}.admin-module__4WpgRW__formTextarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #c6282814}.admin-module__4WpgRW__imageGrid{gap:var(--space-2);flex-wrap:wrap;display:flex}.admin-module__4WpgRW__imageThumb{border-radius:var(--radius-md);border:1.5px solid var(--color-gray-200);width:80px;height:80px;position:relative;overflow:hidden}.admin-module__4WpgRW__imageRemove{border-radius:var(--radius-full);color:#fff;cursor:pointer;opacity:0;width:20px;height:20px;transition:opacity var(--transition-fast);background:#ef4444e6;justify-content:center;align-items:center;font-size:13px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.admin-module__4WpgRW__imageThumb:hover .admin-module__4WpgRW__imageRemove{opacity:1}.admin-module__4WpgRW__imageAdd{border-radius:var(--radius-md);border:2px dashed var(--color-gray-300);cursor:pointer;width:80px;height:80px;color:var(--color-gray-400);transition:all var(--transition-fast);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.admin-module__4WpgRW__imageAdd:hover{border-color:var(--red);color:var(--red);background:#c628280a}.admin-module__4WpgRW__imageAdd:disabled{opacity:.5;cursor:not-allowed}.admin-module__4WpgRW__tagContainer{gap:var(--space-1);flex-wrap:wrap;display:flex}.admin-module__4WpgRW__tag{padding:2px var(--space-2);color:var(--red);border-radius:var(--radius-full);background:#c6282814;align-items:center;gap:4px;font-size:11px;font-weight:600;display:inline-flex}.admin-module__4WpgRW__tagRemove{color:var(--red);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.admin-module__4WpgRW__tagRemove:hover{opacity:1}.admin-module__4WpgRW__checkboxLabel{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-gray-700);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex}.admin-module__4WpgRW__checkboxLabel input[type=checkbox]{accent-color:var(--red);width:16px;height:16px}.admin-module__4WpgRW__spinner{border:2px solid var(--color-gray-300);border-top-color:var(--red);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite admin-module__4WpgRW__spin}@keyframes admin-module__4WpgRW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes admin-module__4WpgRW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes admin-module__4WpgRW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.admin-module__4WpgRW__sectionRow{grid-template-columns:1fr}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.admin-module__4WpgRW__adminLayout{flex-direction:column}.admin-module__4WpgRW__mobileHeader,.admin-module__4WpgRW__mobileToggle{display:flex}.admin-module__4WpgRW__sidebar{transform:translate(-100%)}.admin-module__4WpgRW__sidebarOpen{transform:translate(0)}.admin-module__4WpgRW__overlay{z-index:40;background:#00000080;animation:.15s admin-module__4WpgRW__fadeIn;display:block;position:fixed;inset:0}.admin-module__4WpgRW__main{margin-left:0;padding-top:56px}.admin-module__4WpgRW__content{padding:var(--space-4)}.admin-module__4WpgRW__statsGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}.admin-module__4WpgRW__statCard{padding:var(--space-4)}.admin-module__4WpgRW__statValue{font-size:var(--text-xl)}.admin-module__4WpgRW__sectionCard{padding:var(--space-4)}.admin-module__4WpgRW__toolbar{gap:var(--space-2)}.admin-module__4WpgRW__searchInput{flex-basis:100%;min-width:0}.admin-module__4WpgRW__filterSelect{flex:1}.admin-module__4WpgRW__modalOverlay{align-items:flex-end;padding:0}.admin-module__4WpgRW__modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:100%;max-height:95vh;animation:.3s admin-module__4WpgRW__mobileSlideUp}.admin-module__4WpgRW__modalHeader,.admin-module__4WpgRW__modalBody{padding:var(--space-4)}.admin-module__4WpgRW__modalFooter{padding:var(--space-3) var(--space-4);flex-wrap:wrap}.admin-module__4WpgRW__modalFooter>*{text-align:center;flex:1;justify-content:center;min-width:0}.admin-module__4WpgRW__formRow{gap:var(--space-3);flex-direction:column}.admin-module__4WpgRW__formRow>.admin-module__4WpgRW__formGroup{min-width:0}}@keyframes admin-module__4WpgRW__mobileSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.page-module___8aEwW__heroBanner{background:var(--cream);width:100%;position:relative;overflow:hidden}.page-module___8aEwW__heroBannerImageWrap{aspect-ratio:1024/500;width:100%}.page-module___8aEwW__heroBannerImage{object-fit:cover;object-position:center;animation:.8s ease-out both page-module___8aEwW__bannerFadeIn}.page-module___8aEwW__heroBannerOverlay{padding-bottom:var(--space-8);pointer-events:none;background:linear-gradient(#0000 40%,#b71c1c26 65%,#b71c1c8c 100%);justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.page-module___8aEwW__heroBannerCta{gap:var(--space-4);pointer-events:auto;animation:page-module___8aEwW__slideUp var(--transition-slow) ease-out .4s both;display:flex}.page-module___8aEwW__ctaPrimary{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red-dark);background:linear-gradient(135deg, var(--gold-light), var(--gold));border-radius:var(--radius-full);transition:all var(--transition-base);font-weight:700;display:inline-flex;box-shadow:0 4px 20px #ffb30066}.page-module___8aEwW__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffb30080}.page-module___8aEwW__ctaSecondary{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);font-family:var(--font-heading);font-size:var(--text-lg);color:var(--cream);border-radius:var(--radius-full);transition:all var(--transition-base);border:2px solid #fff8e14d;font-weight:600;display:inline-flex}.page-module___8aEwW__ctaSecondary:hover{background:#fff8e114;border-color:#fff8e180}.page-module___8aEwW__sectionContainer{max-width:var(--max-width);padding:0 var(--space-4);margin:0 auto}.page-module___8aEwW__sectionTitle{font-family:var(--font-display);font-size:var(--text-3xl);text-align:center;color:var(--red);margin-bottom:var(--space-3);font-weight:900}.page-module___8aEwW__sectionSubtitle{text-align:center;font-size:var(--text-lg);color:var(--color-gray-500);margin-bottom:var(--space-12);max-width:600px;margin-left:auto;margin-right:auto}.page-module___8aEwW__categories{padding:var(--space-20) 0;background:var(--cream)}.page-module___8aEwW__categoriesGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.page-module___8aEwW__categoryCard{border-radius:var(--radius-xl);transition:transform var(--transition-base), box-shadow var(--transition-base);cursor:pointer;min-height:180px;padding:var(--space-5);background:#1a1212;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__categoryCard:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 16px 40px #c6282840}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryBgImage{transform:scale(1.08)}.page-module___8aEwW__categoryBgImage{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.page-module___8aEwW__categoryOverlay{z-index:1;background:linear-gradient(#1c0c0c0d 0%,#1c0c0c59 50%,#1c0c0cc7 100%);position:absolute;inset:0}.page-module___8aEwW__categoryName{z-index:2;font-family:var(--font-heading);font-size:var(--text-lg);color:#fff;text-shadow:0 2px 8px #00000080;letter-spacing:.02em;text-align:center;font-weight:700;position:relative}.page-module___8aEwW__ctaBanner{background:linear-gradient(135deg, var(--red-dark) 0%, var(--red) 50%, var(--red-light) 100%);padding:var(--space-16) 0;text-align:center;position:relative;overflow:hidden}.page-module___8aEwW__ctaBanner:before{content:"";background:radial-gradient(circle,#ffb30014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}.page-module___8aEwW__ctaBannerTitle{font-family:var(--font-display);font-size:var(--text-4xl);color:#fff;margin-bottom:var(--space-4);z-index:1;font-weight:900;position:relative}.page-module___8aEwW__ctaBannerSubtitle{font-size:var(--text-lg);color:#fff8e1d9;margin-bottom:var(--space-8);z-index:1;position:relative}.page-module___8aEwW__ctaBannerBtn{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-10);font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red-dark);background:linear-gradient(135deg, var(--gold-light), var(--gold));border-radius:var(--radius-full);transition:all var(--transition-base);z-index:1;font-weight:700;display:inline-flex;position:relative;box-shadow:0 4px 20px #ffb30066}.page-module___8aEwW__ctaBannerBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffb30080}@keyframes page-module___8aEwW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module___8aEwW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__bannerFadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.page-module___8aEwW__heroBannerCta{gap:var(--space-3)}.page-module___8aEwW__ctaPrimary,.page-module___8aEwW__ctaSecondary{font-size:var(--text-base);padding:var(--space-3) var(--space-6)}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__sectionContainer{padding:0 var(--space-4)}.page-module___8aEwW__categories{padding:var(--space-12) 0}.page-module___8aEwW__ctaBannerTitle{font-size:var(--text-2xl)}}@media (max-width:480px){.page-module___8aEwW__heroBannerOverlay{padding-bottom:var(--space-4)}.page-module___8aEwW__ctaPrimary,.page-module___8aEwW__ctaSecondary{font-size:var(--text-sm);padding:var(--space-2) var(--space-4)}}@media (min-width:768px){.page-module___8aEwW__sectionContainer{padding:0 var(--space-8)}}
.productDetail-module__R6cfHG__container{max-width:var(--max-width);padding:var(--space-8) var(--space-4);margin:0 auto}.productDetail-module__R6cfHG__productGrid{gap:var(--space-12);margin-bottom:var(--space-16);grid-template-columns:1fr 1fr;display:grid}.productDetail-module__R6cfHG__gallery{gap:var(--space-4);flex-direction:column;display:flex}.productDetail-module__R6cfHG__mainImage{aspect-ratio:1;border-radius:var(--radius-xl);background:var(--cream-dark);position:relative;overflow:hidden}.productDetail-module__R6cfHG__mainImage img{object-fit:cover}.productDetail-module__R6cfHG__imagePlaceholder{background:linear-gradient(135deg,#c628280f,#c628281f);justify-content:center;align-items:center;width:100%;height:100%;font-size:6rem;display:flex}.productDetail-module__R6cfHG__thumbs{gap:var(--space-3);display:flex}.productDetail-module__R6cfHG__thumb{border-radius:var(--radius-lg);border:2px solid var(--color-gray-200);cursor:pointer;width:72px;height:72px;transition:border-color var(--transition-fast);position:relative;overflow:hidden}.productDetail-module__R6cfHG__thumb:hover,.productDetail-module__R6cfHG__thumbActive{border-color:var(--red)}.productDetail-module__R6cfHG__info{flex-direction:column;display:flex}.productDetail-module__R6cfHG__breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:var(--space-4);display:flex}.productDetail-module__R6cfHG__breadcrumb a{color:var(--color-gray-500);transition:color var(--transition-fast)}.productDetail-module__R6cfHG__breadcrumb a:hover{color:var(--gold)}.productDetail-module__R6cfHG__badgesRow{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.productDetail-module__R6cfHG__badge{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-full);color:#fff;font-weight:700;display:inline-flex}.productDetail-module__R6cfHG__mustTry{background:var(--gold)}.productDetail-module__R6cfHG__bestSeller{background:var(--red)}.productDetail-module__R6cfHG__title{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--red);margin-bottom:var(--space-2);font-weight:700;line-height:var(--leading-tight)}.productDetail-module__R6cfHG__sizeLabel{font-size:var(--text-base);color:var(--color-gray-500);margin-bottom:var(--space-4)}.productDetail-module__R6cfHG__priceBlock{align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-6);display:flex}.productDetail-module__R6cfHG__price{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-gray-900);font-weight:700}.productDetail-module__R6cfHG__comparePrice{font-size:var(--text-lg);color:var(--color-gray-400);text-decoration:line-through}.productDetail-module__R6cfHG__discountBadge{font-size:var(--text-sm);color:var(--color-success);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:#22c55e1a;font-weight:700}.productDetail-module__R6cfHG__variantsSection{margin-bottom:var(--space-6)}.productDetail-module__R6cfHG__variantsLabel{font-size:var(--text-sm);color:var(--color-gray-700);margin-bottom:var(--space-3);font-weight:600}.productDetail-module__R6cfHG__variantsList{gap:var(--space-3);display:flex}.productDetail-module__R6cfHG__variantBtn{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-gray-700);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);font-weight:500}.productDetail-module__R6cfHG__variantBtn:hover{border-color:var(--gold)}.productDetail-module__R6cfHG__variantBtnActive{border-color:var(--red);color:var(--red);background:#c628280d}.productDetail-module__R6cfHG__actionsWrapper{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}.productDetail-module__R6cfHG__actionsTop{align-items:center;gap:var(--space-3);display:flex}.productDetail-module__R6cfHG__quantitySelector{border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);align-items:center;display:flex;overflow:hidden}.productDetail-module__R6cfHG__qtyBtn{width:40px;height:44px;font-size:var(--text-lg);color:var(--color-gray-600);cursor:pointer;transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.productDetail-module__R6cfHG__qtyBtn:hover{background:var(--cream-dark)}.productDetail-module__R6cfHG__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.productDetail-module__R6cfHG__qtyValue{text-align:center;width:48px;font-size:var(--text-base);color:var(--color-gray-900);border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);font-weight:600}.productDetail-module__R6cfHG__actionsButtons{gap:var(--space-3);display:flex}.productDetail-module__R6cfHG__addToCartBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-heading);font-size:var(--text-base);color:#fff;background:linear-gradient(135deg, var(--red), var(--red-dark));border-radius:var(--radius-lg);transition:all var(--transition-base);cursor:pointer;flex:1;font-weight:600;display:flex}.productDetail-module__R6cfHG__addToCartBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c628284d}.productDetail-module__R6cfHG__addToCartBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.productDetail-module__R6cfHG__buyNowBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-family:var(--font-heading);font-size:var(--text-base);color:#fff;background:linear-gradient(135deg, var(--gold), var(--gold-dark));border-radius:var(--radius-lg);transition:all var(--transition-base);cursor:pointer;flex:1;font-weight:600;display:flex}.productDetail-module__R6cfHG__buyNowBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #ff8f0059}.productDetail-module__R6cfHG__buyNowBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.productDetail-module__R6cfHG__wishlistBtn{border:1.5px solid var(--color-gray-300);border-radius:var(--radius-lg);width:44px;height:44px;color:var(--color-gray-500);transition:all var(--transition-fast);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.productDetail-module__R6cfHG__wishlistBtn:hover,.productDetail-module__R6cfHG__wishlisted{border-color:var(--color-error);color:var(--color-error)}.productDetail-module__R6cfHG__stockInfo{font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:var(--space-6)}.productDetail-module__R6cfHG__inStock{color:var(--color-success)}.productDetail-module__R6cfHG__lowStock{color:var(--color-warning)}.productDetail-module__R6cfHG__outOfStock{color:var(--color-error)}.productDetail-module__R6cfHG__description{margin-bottom:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--color-gray-200)}.productDetail-module__R6cfHG__descTitle{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--red);margin-bottom:var(--space-3);font-weight:600}.productDetail-module__R6cfHG__descText{font-size:var(--text-base);color:var(--color-gray-600);line-height:var(--leading-relaxed)}.productDetail-module__R6cfHG__nutrition{margin-bottom:var(--space-6)}.productDetail-module__R6cfHG__nutritionGrid{gap:var(--space-3);grid-template-columns:repeat(5,1fr);display:grid}.productDetail-module__R6cfHG__nutriCard{text-align:center;padding:var(--space-3);background:var(--cream-dark);border-radius:var(--radius-lg)}.productDetail-module__R6cfHG__nutriValue{font-family:var(--font-heading);font-size:var(--text-base);color:var(--red);font-weight:700}.productDetail-module__R6cfHG__nutriLabel{font-size:var(--text-xs);color:var(--color-gray-500)}.productDetail-module__R6cfHG__tagsList{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.productDetail-module__R6cfHG__tagItem{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);color:var(--red);border-radius:var(--radius-full);background:#c6282814;font-weight:500}.productDetail-module__R6cfHG__relatedSection{padding-top:var(--space-12);border-top:1px solid var(--color-gray-200)}.productDetail-module__R6cfHG__relatedTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--red);margin-bottom:var(--space-8);text-align:center;font-weight:700}.productDetail-module__R6cfHG__relatedGrid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:768px){.productDetail-module__R6cfHG__productGrid{gap:var(--space-6);grid-template-columns:1fr}.productDetail-module__R6cfHG__title,.productDetail-module__R6cfHG__price{font-size:var(--text-2xl)}.productDetail-module__R6cfHG__nutritionGrid{grid-template-columns:repeat(3,1fr)}.productDetail-module__R6cfHG__container{padding:var(--space-4)}.productDetail-module__R6cfHG__actionsButtons{flex-direction:column}.productDetail-module__R6cfHG__addToCartBtn,.productDetail-module__R6cfHG__buyNowBtn{padding:var(--space-4)}.productDetail-module__R6cfHG__relatedGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.productDetail-module__R6cfHG__container{padding:var(--space-8)}}
.wishlist-module__nFMXDW__container{max-width:var(--max-width);padding:var(--space-8) var(--space-4);margin:0 auto}.wishlist-module__nFMXDW__pageTitle{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--red);margin-bottom:var(--space-8);font-weight:700}.wishlist-module__nFMXDW__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.wishlist-module__nFMXDW__empty{text-align:center;padding:var(--space-16) var(--space-4)}.wishlist-module__nFMXDW__emptyIcon{margin-bottom:var(--space-4);font-size:5rem}.wishlist-module__nFMXDW__emptyTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-gray-700);margin-bottom:var(--space-2);font-weight:600}.wishlist-module__nFMXDW__emptyDesc{font-size:var(--text-sm);color:var(--color-gray-500);margin-bottom:var(--space-6)}.wishlist-module__nFMXDW__shopBtn{padding:var(--space-3) var(--space-8);color:#fff;background:var(--red);border-radius:var(--radius-full);font-weight:600;display:inline-flex}.wishlist-module__nFMXDW__loginNote{font-size:var(--text-sm);color:var(--color-gray-500);margin-top:var(--space-2)}.wishlist-module__nFMXDW__loginNote a{color:var(--gold);font-weight:600}@media (max-width:768px){.wishlist-module__nFMXDW__container{padding:var(--space-4)}.wishlist-module__nFMXDW__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.wishlist-module__nFMXDW__container{padding:var(--space-8)}}
