.ProductCTA-module__MZJdPa__cta{gap:var(--space-3);display:grid}
.ProductGallery-module__Rw3gNa__gallery{gap:var(--space-4);display:grid}.ProductGallery-module__Rw3gNa__mainImage{border-radius:var(--radius-lg);aspect-ratio:1;background:var(--color-white-warm);box-shadow:var(--shadow-md);border:1px solid var(--color-border-soft);position:relative;overflow:hidden}.ProductGallery-module__Rw3gNa__mainImage .ProductGallery-module__Rw3gNa__badge{top:var(--space-4);left:var(--space-4);z-index:2;position:absolute}.ProductGallery-module__Rw3gNa__mainImageInner{transition:opacity .35s var(--ease-out), transform .35s var(--ease-out);position:absolute;inset:0}.ProductGallery-module__Rw3gNa__fadeIn{opacity:1;transform:scale(1)}.ProductGallery-module__Rw3gNa__fadeOut{opacity:0;transform:scale(1.02)}.ProductGallery-module__Rw3gNa__galleryImage{object-fit:cover;object-position:center}.ProductGallery-module__Rw3gNa__thumbs{gap:var(--space-3);display:flex}.ProductGallery-module__Rw3gNa__thumb{border:2px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-white-warm);cursor:pointer;width:72px;height:72px;transition:border-color var(--duration-normal) var(--ease-out);padding:0;position:relative;overflow:hidden}.ProductGallery-module__Rw3gNa__thumb img{object-fit:cover}.ProductGallery-module__Rw3gNa__thumbActive{border-color:var(--color-primary)}
.ReviewSection-module__T5Vpua__section{margin-top:var(--space-8)}.ReviewSection-module__T5Vpua__heading{font-size:var(--text-xl);margin-bottom:var(--space-6)}.ReviewSection-module__T5Vpua__toast{bottom:var(--space-6);background:var(--color-natural);color:#fff;padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-size:var(--text-sm);z-index:9999;animation:ReviewSection-module__T5Vpua__toastIn var(--duration-normal) var(--ease-spring);font-weight:600;position:fixed;left:50%;transform:translate(-50%)}@keyframes ReviewSection-module__T5Vpua__toastIn{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ReviewSection-module__T5Vpua__summary{gap:var(--space-8);margin-bottom:var(--space-6);grid-template-columns:auto 1fr;align-items:start;display:grid}@media (max-width:640px){.ReviewSection-module__T5Vpua__summary{grid-template-columns:1fr}}.ReviewSection-module__T5Vpua__avgBlock{align-items:center;gap:var(--space-2);padding:var(--space-4);background:var(--color-white-warm);border-radius:var(--radius-lg);flex-direction:column;min-width:120px;display:flex}.ReviewSection-module__T5Vpua__avgNumber{font-size:var(--text-3xl);color:var(--color-text-dark);font-weight:700;line-height:1}.ReviewSection-module__T5Vpua__stars{font-size:var(--text-lg);gap:1px;display:inline-flex}.ReviewSection-module__T5Vpua__starFilled{color:var(--color-cta);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;line-height:1}.ReviewSection-module__T5Vpua__starEmpty{color:var(--color-border-soft);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;line-height:1}.ReviewSection-module__T5Vpua__reviewCount{font-size:var(--text-sm);color:var(--color-text-muted)}.ReviewSection-module__T5Vpua__breakdown{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.ReviewSection-module__T5Vpua__breakdownRow{gap:var(--space-2);font-size:var(--text-sm);grid-template-columns:2rem 1fr 2rem;align-items:center;display:grid}.ReviewSection-module__T5Vpua__breakdownLabel{color:var(--color-text-muted);text-align:right}.ReviewSection-module__T5Vpua__breakdownBar{background:var(--color-cream-deep);border-radius:var(--radius-full);height:8px;overflow:hidden}.ReviewSection-module__T5Vpua__breakdownFill{background:var(--color-cta);border-radius:var(--radius-full);height:100%;transition:width var(--duration-normal) var(--ease-out)}.ReviewSection-module__T5Vpua__breakdownCount{color:var(--color-text-muted);text-align:right}.ReviewSection-module__T5Vpua__writeBtn{align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);border:1.5px solid var(--color-primary);color:var(--color-primary);margin-bottom:var(--space-6);background:0 0;padding:.75rem 2rem;font-weight:600;display:inline-flex}.ReviewSection-module__T5Vpua__writeBtn:hover{background:var(--color-primary);color:var(--color-white-warm)}.ReviewSection-module__T5Vpua__form{background:var(--color-white-warm);padding:var(--space-6);border-radius:var(--radius-lg);gap:var(--space-4);margin-bottom:var(--space-8);border:1px solid var(--color-border-soft);display:grid}.ReviewSection-module__T5Vpua__label{gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-dark);font-weight:600;display:grid}.ReviewSection-module__T5Vpua__input{border:1.5px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg);width:100%;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-dark);transition:border-color var(--duration-normal) var(--ease-out);outline:none;padding:.75rem 1rem}.ReviewSection-module__T5Vpua__input:focus{border-color:var(--color-cta)}.ReviewSection-module__T5Vpua__textarea{border:1.5px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg);width:100%;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-dark);resize:vertical;transition:border-color var(--duration-normal) var(--ease-out);outline:none;padding:.75rem 1rem}.ReviewSection-module__T5Vpua__textarea:focus{border-color:var(--color-cta)}.ReviewSection-module__T5Vpua__starInput{gap:4px;display:inline-flex}.ReviewSection-module__T5Vpua__starInput button{font-size:var(--text-2xl);line-height:1}.ReviewSection-module__T5Vpua__submitBtn{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);background:var(--color-cta);color:var(--color-text-dark);box-shadow:var(--shadow-cta);border:1.5px solid #0000;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:600;display:inline-flex}.ReviewSection-module__T5Vpua__submitBtn:hover:not(:disabled){background:var(--color-cta-hover);transform:translateY(-2px)}.ReviewSection-module__T5Vpua__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ReviewSection-module__T5Vpua__reviewList{gap:var(--space-4);display:grid}.ReviewSection-module__T5Vpua__empty{color:var(--color-text-muted);text-align:center;padding:var(--space-8);font-style:italic}.ReviewSection-module__T5Vpua__reviewCard{background:var(--color-bg);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:var(--space-5);gap:var(--space-3);display:grid}.ReviewSection-module__T5Vpua__reviewHeader{align-items:center;gap:var(--space-3);display:flex}.ReviewSection-module__T5Vpua__verifiedBadge{font-size:var(--text-xs);color:var(--color-natural-dark);background:var(--color-natural-light);border-radius:var(--radius-full);padding:.2rem .6rem;font-weight:600}.ReviewSection-module__T5Vpua__reviewComment{color:var(--color-text-muted);line-height:var(--leading-normal);margin:0}.ReviewSection-module__T5Vpua__reviewFooter{justify-content:space-between;align-items:center;display:flex}.ReviewSection-module__T5Vpua__reviewName{font-weight:600;font-size:var(--text-sm);color:var(--color-text-dark)}.ReviewSection-module__T5Vpua__reviewDate{font-size:var(--text-xs);color:var(--color-text-muted)}
.product-module__ud9wSq__product h1{font-size:var(--text-3xl);margin-bottom:var(--space-4)}.product-module__ud9wSq__breadcrumb{margin-bottom:var(--space-8);color:var(--color-text-muted)}.product-module__ud9wSq__topGrid{gap:var(--space-12);grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){.product-module__ud9wSq__topGrid{grid-template-columns:1fr}}.product-module__ud9wSq__gallery{gap:var(--space-4);display:grid}.product-module__ud9wSq__mainImage{border-radius:var(--radius-lg);aspect-ratio:1;background:var(--color-white-warm);box-shadow:var(--shadow-md);border:1px solid var(--color-border-soft);position:relative;overflow:hidden}.product-module__ud9wSq__mainImage .product-module__ud9wSq__badge{top:var(--space-4);left:var(--space-4);z-index:2;position:absolute}.product-module__ud9wSq__mainImageInner{transition:opacity .35s var(--ease-out), transform .35s var(--ease-out);position:absolute;inset:0}.product-module__ud9wSq__fadeIn{opacity:1;transform:scale(1)}.product-module__ud9wSq__fadeOut{opacity:0;transform:scale(1.02)}.product-module__ud9wSq__galleryImage{object-fit:cover;object-position:center}.product-module__ud9wSq__thumbs{gap:var(--space-3);display:flex}.product-module__ud9wSq__thumb{border:2px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-white-warm);cursor:pointer;width:72px;height:72px;transition:border-color var(--duration-normal) var(--ease-out);padding:0;position:relative;overflow:hidden}.product-module__ud9wSq__thumb img{object-fit:cover}.product-module__ud9wSq__thumbActive{border-color:var(--color-primary)}.product-module__ud9wSq__details{gap:var(--space-4);align-content:start;display:grid}.product-module__ud9wSq__badges{gap:var(--space-2);display:flex}.product-module__ud9wSq__rating{color:var(--color-text-muted)}.product-module__ud9wSq__price{font-size:var(--text-2xl);color:var(--color-primary);font-weight:600}.product-module__ud9wSq__trust{gap:var(--space-4);color:var(--color-text-muted);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.product-module__ud9wSq__tabs{margin-top:var(--space-16);background:var(--color-white-warm);border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:var(--shadow-sm)}.product-module__ud9wSq__tabHeader{gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.product-module__ud9wSq__tabHeader button{cursor:pointer;background:0 0;border:none;font-weight:600}.product-module__ud9wSq__ingredientChips{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.product-module__ud9wSq__chip{background:var(--color-natural-light);color:var(--color-natural-dark);border-radius:var(--radius-full);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);padding:.35rem .8rem;font-weight:600}.product-module__ud9wSq__related{margin-top:var(--space-16)}.product-module__ud9wSq__related h2{font-size:var(--text-2xl);margin-bottom:var(--space-6)}.product-module__ud9wSq__relatedGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.product-module__ud9wSq__relatedCard{background:var(--color-white-warm);padding:var(--space-4);border-radius:var(--radius-md);gap:var(--space-2);color:var(--color-text-dark);display:grid}.product-module__ud9wSq__relatedImageWrap{aspect-ratio:1;border-radius:var(--radius-md);position:relative;overflow:hidden}.product-module__ud9wSq__relatedImage{object-fit:cover}.product-module__ud9wSq__ingredientSection{margin-top:var(--space-6)}.product-module__ud9wSq__ingredientSection h3,.product-module__ud9wSq__howToUseSection h3{font-size:var(--text-lg);margin-bottom:var(--space-4)}.product-module__ud9wSq__howToUseSection{margin-top:var(--space-6)}.product-module__ud9wSq__steps{gap:var(--space-4);padding:0;list-style:none;display:grid}.product-module__ud9wSq__step{align-items:flex-start;gap:var(--space-4);color:var(--color-text-muted);display:flex}.product-module__ud9wSq__stepNumber{border-radius:var(--radius-full);background:var(--color-natural-light);width:2rem;height:2rem;color:var(--color-natural-dark);font-weight:700;font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}
