:root{--purple-dark: #3d1f3d;--purple: #5c2d5c;--purple-light: #7a3f7a;--gold: #c9a227;--gold-light: #e8c547;--orange: #e8940a;--orange-dark: #d17a08;--cream: #faf7f2;--cream-dark: #f0ebe3;--white: #ffffff;--text-dark: #2d1f2d;--text-muted: #6b5b6b;--border: #e8e0d8;--success: #2d8a4e;--shadow: 0 4px 20px rgba(61, 31, 61, .08);--shadow-lg: 0 8px 40px rgba(61, 31, 61, .12);--radius: 12px;--radius-sm: 8px;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-sans);background:var(--cream);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;width:100%}#root{overflow-x:clip;max-width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.section-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--purple-dark);text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--purple);color:var(--white)}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--purple);border:2px solid var(--purple)}.btn-outline:hover{background:var(--purple);color:var(--white)}.btn-gold{background:var(--gold);color:var(--purple-dark)}.btn-gold:hover{background:var(--gold-light)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-block{width:100%}.top-bar{background:var(--purple-dark);color:#ffffffe6;font-size:.8rem;padding:.5rem 0}.top-bar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.top-bar-left{display:flex;gap:1.5rem;flex-wrap:wrap}.top-bar-right{display:flex;gap:1.25rem}.top-bar a:hover{color:var(--gold-light)}.header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}main{overflow-x:clip;max-width:100%}@media(max-width:767px){.container{padding-left:16px;padding-right:16px}.shop-layout,.shop-layout>*,.page-content .container,.product-grid{min-width:0;max-width:100%}.product-detail-image img{object-fit:contain;object-position:center;background:var(--white)}}.header-inner{display:flex;align-items:center;gap:1.5rem;padding:1rem 0}.logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.logo-img-mark{height:72px;width:auto;max-width:160px;object-fit:contain;display:block}.logo-img-wordmark{height:28px;width:auto;max-width:110px;object-fit:contain;display:block}.logo-img-wordmark-light{filter:invert(1)}.logo-img{height:58px;width:auto;max-width:180px;object-fit:contain;display:block}.logo-img-white{height:36px;max-width:140px}.footer-logo-img{margin-bottom:1rem}.logo-icon{width:44px;height:44px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.25rem}.logo-text{font-family:var(--font-serif);font-size:1.5rem;font-weight:800;color:var(--purple-dark);line-height:1.1}.logo-text span{display:block;font-size:.65rem;font-family:var(--font-sans);font-weight:500;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.nav-desktop{display:none;gap:1.75rem}.nav-desktop a{font-weight:500;font-size:.95rem;color:var(--text-dark);transition:color .2s}.nav-desktop a:hover,.nav-desktop a.active{color:var(--purple)}.search-bar{flex:1;max-width:400px;position:relative;display:none}.search-bar input{width:100%;padding:.65rem 1rem .65rem 2.75rem;border:1px solid var(--border);border-radius:50px;font-size:.9rem;background:var(--cream);transition:border-color .2s,box-shadow .2s}.search-bar input:focus{outline:none;border-color:var(--purple-light);box-shadow:0 0 0 3px #5c2d5c1a}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.icon-btn{position:relative;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--purple-dark);transition:background .2s,color .2s}.icon-btn:hover{background:var(--cream-dark);color:var(--purple)}.badge{position:absolute;top:2px;right:2px;background:var(--purple);color:var(--white);font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.menu-toggle{display:flex}.mobile-nav{display:none;flex-direction:column;padding:1rem 0;border-top:1px solid var(--border);gap:.5rem}.mobile-nav.open{display:flex}.mobile-nav a{padding:.75rem 0;font-weight:500;border-bottom:1px solid var(--border)}.mobile-search{display:block;margin-bottom:.5rem}@media(max-width:767px){.header-inner{gap:.65rem;padding:.65rem 0}.logo-img-mark{height:52px;max-width:120px}.header-actions{gap:.35rem}.icon-btn{width:38px;height:38px}}@media(min-width:768px){.nav-desktop{display:flex}.search-bar{display:block}.menu-toggle{display:none}.mobile-nav{display:none!important}}.hero{background:linear-gradient(135deg,var(--cream) 0%,var(--cream-dark) 100%);padding:3rem 0 4rem;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.hero-content h1{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.25rem);font-weight:800;color:var(--purple-dark);line-height:1.15;margin-bottom:1rem}.hero-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.75rem;max-width:480px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.hero-feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.hero-feature svg{color:var(--gold);flex-shrink:0}.hero-image-wrap{position:relative;display:flex;justify-content:center}.hero-image{width:100%;max-width:520px;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.hero-badges{position:absolute;right:-10px;top:50%;transform:translateY(-50%);display:none;flex-direction:column;gap:.75rem}.hero-badge{background:var(--purple);color:var(--white);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-align:center;box-shadow:var(--shadow);min-width:100px}.hero-badge svg{display:block;margin:0 auto .25rem;color:var(--gold)}@media(min-width:900px){.hero-inner{grid-template-columns:1fr 1fr}.hero-features{grid-template-columns:repeat(4,1fr)}.hero-badges{display:flex}}.categories{padding:3rem 0;background:var(--white)}.categories-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}.category-item{flex-shrink:0;text-align:center;width:110px;transition:transform .2s}.category-item:hover{transform:translateY(-4px)}.category-img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:0 auto .75rem;border:3px solid var(--cream-dark);transition:border-color .2s}.category-item:hover .category-img{border-color:var(--gold)}.category-name{font-weight:600;font-size:.85rem;color:var(--purple-dark);margin-bottom:.25rem}.category-link{font-size:.75rem;color:var(--gold);font-weight:600}.categories-footer{text-align:center;margin-top:2rem}.products-section{padding:3rem 0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}@media(max-width:767px){.product-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem}.product-grid .product-card{min-width:0;max-width:100%;width:100%}}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--purple-dark);font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:50px;z-index:2}.wishlist-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);z-index:2;transition:all .2s;color:var(--text-muted)}.wishlist-btn:hover,.wishlist-btn.active{color:#e74c3c;background:#fff5f5}.product-image-link{display:block;aspect-ratio:1;overflow:hidden}.product-image-link .product-image-wrap{height:100%}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1rem}.product-name{font-weight:600;font-size:.95rem;color:var(--purple-dark);margin-bottom:.35rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name:hover{color:var(--purple)}.product-rating{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.stars{display:flex;gap:1px;color:var(--gold)}.product-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.price-current{font-size:1.15rem;font-weight:700;color:var(--purple-dark)}.price-original{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.add-cart-btn{width:100%;padding:.65rem;background:var(--purple);color:var(--white);border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;transition:background .2s}.add-cart-btn:hover{background:var(--purple-dark)}.add-cart-btn.in-cart{background:var(--success)}.why-section{padding:4rem 0;background:var(--white)}.why-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.why-list{display:flex;flex-direction:column;gap:1rem}.why-item{display:flex;align-items:flex-start;gap:.75rem}.why-item svg{color:var(--gold);flex-shrink:0;margin-top:2px}.why-item h4{font-weight:600;color:var(--purple-dark);margin-bottom:.15rem}.why-item p{font-size:.9rem;color:var(--text-muted)}.why-image{border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-height:400px;object-fit:cover}.sidebar-blocks{display:flex;flex-direction:column;gap:1.5rem}.health-block,.testimonial-block{background:var(--cream);border-radius:var(--radius);padding:1.5rem}.block-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--purple-dark);margin-bottom:1rem}.health-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.health-item{text-align:center;padding:.75rem}.health-item svg{color:var(--purple);margin:0 auto .5rem}.health-item span{font-size:.8rem;font-weight:600;color:var(--text-dark)}.testimonial-text{font-style:italic;color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.testimonial-author{font-weight:600;color:var(--purple-dark)}@media(min-width:900px){.why-grid{grid-template-columns:1fr 1fr}}@media(min-width:1100px){.why-grid{grid-template-columns:1.2fr .8fr .8fr}}.bulk-banner{background:linear-gradient(135deg,var(--purple-dark) 0%,var(--purple) 100%);color:var(--white);padding:3rem 0;margin:2rem 0}.bulk-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.bulk-content h2{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.bulk-content p{opacity:.9;margin-bottom:1.5rem;max-width:500px}.bulk-features{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.bulk-feature{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.bulk-feature svg{color:var(--gold)}@media(min-width:768px){.bulk-inner{flex-direction:row;text-align:left}}.instagram-section{padding:3rem 0}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.instagram-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);transition:opacity .2s}.instagram-grid img:hover{opacity:.85}@media(min-width:768px){.instagram-grid{grid-template-columns:repeat(6,1fr)}}.trust-bar{background:var(--cream-dark);padding:2rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-items{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600;color:var(--purple-dark)}.trust-item svg{color:var(--gold);flex-shrink:0}@media(min-width:768px){.trust-items{grid-template-columns:repeat(5,1fr)}}.footer{background:var(--purple-dark);color:#ffffffd9;padding:3rem 0 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-logo .logo-img-wordmark{height:32px;max-width:120px;filter:none}.footer-logo .logo-img{margin-bottom:1rem}.footer-logo .logo-text{color:var(--white)}.footer-desc{margin:1rem 0;font-size:.9rem;line-height:1.7}.social-links{display:flex;gap:.75rem}.social-links a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s}.social-links a:hover{background:var(--gold);color:var(--purple-dark)}.footer-col h4{color:var(--gold);font-size:1rem;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--gold-light)}.footer-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.55}.footer-contact-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-top:.05rem;border-radius:50%;background:#ffffff1a;color:var(--gold-light)}.footer-contact-icon svg{display:block}.footer-contact-text{flex:1;min-width:0}.footer-contact-item a{color:#ffffffd9}.footer-contact-item a:hover{color:var(--gold-light)}.footer-contact p{font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.newsletter-form{display:flex;gap:.5rem;margin-top:.75rem}.newsletter-form input{flex:1;padding:.65rem 1rem;border:none;border-radius:var(--radius-sm);font-size:.9rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0;display:flex;justify-content:center;align-items:center;font-size:.85rem;text-align:center}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr}}.whatsapp-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36666;z-index:99;transition:transform .2s}.whatsapp-btn:hover{transform:scale(1.08)}.toast-container{position:fixed;bottom:90px;right:24px;z-index:200;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--purple-dark);color:var(--white);padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;box-shadow:var(--shadow-lg);animation:slideIn .3s ease}.toast-success{border-left:4px solid var(--success)}.toast-info{border-left:4px solid var(--gold)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.page-header{background:linear-gradient(135deg,var(--purple-dark) 0%,var(--purple) 100%);color:var(--white);padding:2.5rem 0;text-align:center}.page-header h1{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.page-hero-compact{position:relative;overflow:hidden;color:var(--white);padding:1rem 0;background:linear-gradient(118deg,var(--purple-dark) 0%,#452645 48%,var(--purple) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.page-hero-compact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 120% at 100% 0%,rgba(201,162,39,.14),transparent 50%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.06),transparent 40%);pointer-events:none}.page-hero-compact-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-hero-compact-main{display:flex;align-items:center;gap:.75rem}.page-hero-compact-icon{flex-shrink:0;color:var(--gold-light);opacity:.95}.page-hero-eyebrow{display:block;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e8c547f2;margin-bottom:.15rem}.page-hero-compact h1{font-family:var(--font-serif);font-size:clamp(1.25rem,3.5vw,1.65rem);font-weight:600;margin:0;line-height:1.2}.page-hero-chip{font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.35rem .8rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-hero-reveal{animation:pageHeroIn .6s cubic-bezier(.22,1,.36,1) both}.page-hero-reveal-delay{animation-delay:.1s}@keyframes pageHeroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.page-content-compact{padding:1.75rem 0 3rem}.wishlist-grid-animate .product-card,.cart-layout-animate .cart-item{animation:wishlistCardIn .55s cubic-bezier(.22,1,.36,1) both}@keyframes wishlistCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.empty-state-animate{animation:pageHeroIn .65s cubic-bezier(.22,1,.36,1) .08s both}.page-content{padding:3rem 0}.shop-layout{display:grid;grid-template-columns:1fr;gap:2rem}.shop-filters{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);height:fit-content}.shop-filters h3{font-size:1rem;color:var(--purple-dark);margin-bottom:1rem}.filter-group{margin-bottom:1.5rem}.filter-group label,.filter-group-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:var(--text-muted)}.category-filter-toggle{display:flex;flex-wrap:wrap;gap:.45rem}.category-toggle-btn{flex-shrink:0;padding:.42rem .95rem;border-radius:999px;font-size:.82rem;font-weight:600;line-height:1.25;border:1px solid var(--border);background:var(--cream);color:var(--text-muted);transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .15s ease}.category-toggle-btn:hover{border-color:#5c2d5c59;color:var(--purple-dark)}.category-toggle-btn:active{transform:scale(.97)}.category-toggle-btn.active{background:var(--purple-dark);border-color:var(--purple-dark);color:var(--white);box-shadow:0 4px 14px #3d1f3d38}@media(max-width:899px){.shop-filters{background:transparent;box-shadow:none;padding:0;width:100%;max-width:100%;overflow:hidden}.shop-filters-title,.filter-group-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-group{margin-bottom:0}.category-filter-toggle{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:.15rem 0 .35rem;margin:0;max-width:100%}.category-filter-toggle::-webkit-scrollbar{display:none}}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.shop-toolbar select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-size:.9rem}@media(min-width:900px){.shop-layout{grid-template-columns:240px 1fr}}.cart-layout{display:grid;grid-template-columns:1fr;gap:2rem}.cart-items{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--border);align-items:center}.cart-item:last-child{border-bottom:none}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-info h3{font-size:.95rem;color:var(--purple-dark);margin-bottom:.25rem}.cart-item-info p{font-size:.85rem;color:var(--text-muted)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.quantity-control{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.quantity-control button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--cream);font-size:1.1rem;color:var(--purple-dark)}.quantity-control button:hover{background:var(--cream-dark)}.quantity-control span{width:40px;text-align:center;font-weight:600;font-size:.9rem}.remove-btn{font-size:.8rem;color:#e74c3c;font-weight:500}.remove-btn:hover{text-decoration:underline}.cart-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;height:fit-content}.cart-summary h3{font-family:var(--font-serif);color:var(--purple-dark);margin-bottom:1.25rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}.summary-row.total{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.75rem;font-weight:700;font-size:1.1rem;color:var(--purple-dark)}.empty-state{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.empty-state svg{color:var(--text-muted);margin:0 auto 1rem}.empty-state h2{font-family:var(--font-serif);color:var(--purple-dark);margin-bottom:.5rem}.empty-state p{color:var(--text-muted);margin-bottom:1.5rem}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 340px}}.product-detail{display:grid;grid-template-columns:1fr;gap:2.5rem}.product-detail-image{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.product-detail-image img{width:100%;aspect-ratio:1;object-fit:cover}.product-detail-info h1{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);color:var(--purple-dark);margin-bottom:.75rem}.product-detail-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}.detail-quantity{display:flex;align-items:center;gap:.75rem}.detail-quantity label{font-weight:600;color:var(--purple-dark)}.product-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}@media(min-width:768px){.product-detail{grid-template-columns:1fr 1fr}}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb a:hover{color:var(--purple)}.breadcrumb span{color:var(--purple-dark);font-weight:500}.checkout-note{background:var(--cream);padding:1rem;border-radius:var(--radius-sm);font-size:.85rem;color:var(--text-muted);margin-top:1rem;text-align:center}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-up{transform:translateY(40px)}.reveal-down{transform:translateY(-40px)}.reveal-left{transform:translate(-40px)}.reveal-right{transform:translate(40px)}.reveal-scale{transform:scale(.92)}.reveal.revealed{opacity:1;transform:none}.section-eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.section-eyebrow-center{display:flex;justify-content:center}.section-title-left{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--purple-dark)}.section-header-inline{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;gap:1rem}.btn-glow{box-shadow:0 4px 20px #5c2d5c59}.btn-glow:hover{box-shadow:0 8px 30px #5c2d5c73}.btn-glass{background:#ffffff26;border-color:#ffffff80;color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-glass:hover{background:#ffffff40;color:var(--white)}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:inline-flex}}.promo-marquee{background:var(--purple-dark);color:#ffffffeb;overflow:hidden;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.promo-marquee-track{display:flex;width:max-content;animation:marquee 30s linear infinite}.promo-marquee-item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;font-size:.8rem;font-weight:500;white-space:nowrap}.promo-marquee-item svg{color:var(--gold);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{position:relative;padding:4rem 0 5rem;overflow:hidden;background:var(--purple-dark);min-height:580px;display:flex;flex-direction:column;justify-content:center}.hero-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#2d102deb,#3d1f3dc7 45%,#3d1f3d8c)}.hero-inner{position:relative;z-index:1}.hero-content h1{color:var(--white);font-size:clamp(2.25rem,5.5vw,3.75rem)}.hero-highlight{color:var(--gold-light);display:block}.hero-content p{color:#ffffffd1;font-size:1.05rem;max-width:520px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);padding:.35rem .85rem;border-radius:50px;font-size:.78rem;font-weight:600;color:var(--gold-light);margin-bottom:1.25rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-feature{color:#ffffffd9}.hero-visual{position:relative}.hero-showcase{position:relative;width:100%;max-width:420px;margin:0 auto;aspect-ratio:1}.hero-showcase-ring{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;border:2px dashed rgba(201,162,39,.35);border-radius:50%;animation:spin-slow 25s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}.hero-showcase-img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #00000059;animation:float-gentle 4s ease-in-out infinite}.hero-float-img{position:absolute;width:72px;height:72px;object-fit:cover;border-radius:50%;border:3px solid var(--white);box-shadow:var(--shadow-lg)}.float-1{top:5%;right:0;animation:float-gentle 3.5s ease-in-out infinite}.float-2{bottom:10%;left:-5%;animation:float-gentle 4.2s ease-in-out infinite .5s}.float-3{top:40%;right:-8%;animation:float-gentle 3.8s ease-in-out infinite 1s}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-badges{right:-20px}.hero-badge{animation:slide-in-right .6s ease backwards}.hero-badge:nth-child(2){animation-delay:.15s}.hero-badge:nth-child(3){animation-delay:.3s}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;z-index:2;line-height:0}.hero-wave svg{width:100%;height:60px}.stats-bar{background:var(--white);padding:2.5rem 0;margin-top:-1px;border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{text-align:center;padding:1rem}.stat-number{display:block;font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--purple-dark);line-height:1.1}.stat-label{font-size:.85rem;color:var(--text-muted);font-weight:500}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.categories-pro{padding:4rem 0;background:var(--cream)}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.category-card{display:block;transition:transform .3s ease}.category-card:hover{transform:translateY(-6px)}.category-img-wrap{position:relative;aspect-ratio:1;border-radius:50%;overflow:hidden;margin-bottom:.85rem;border:3px solid var(--white);box-shadow:var(--shadow)}.category-img-wrap .product-image-wrap{width:100%;height:100%}.category-img-wrap .product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .product-image{transform:scale(1.1)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3d1f3d8c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:var(--white);font-size:.85rem;font-weight:600}.category-overlay span{display:flex;align-items:center;gap:.35rem}.category-card:hover .category-overlay{opacity:1}.category-card .category-name{text-align:center;font-size:.95rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.categories-grid{grid-template-columns:repeat(6,1fr)}}.product-image-wrap{position:relative;width:100%;height:100%;overflow:hidden;background:var(--cream-dark)}.product-image-wrap .product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s ease;opacity:0}.product-image-wrap.loaded .product-image{opacity:1}.image-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--cream-dark) 0%,#f8f4ee 50%,var(--cream-dark) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products-section-pro{padding:4rem 0;background:var(--white)}.product-card-pro{height:100%;border:1px solid transparent;transition:border-color .3s,box-shadow .3s,transform .3s}.product-card-pro:hover{border-color:#c9a22740}.product-image-link{position:relative}.product-quick-view{position:absolute;bottom:0;left:0;right:0;padding:.65rem;background:#3d1f3dd9;color:var(--white);text-align:center;font-size:.8rem;font-weight:600;transform:translateY(100%);transition:transform .3s ease}.product-card-pro:hover .product-quick-view{transform:translateY(0)}.product-weight{font-size:.72rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.add-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.video-showcase{padding:4rem 0;background:linear-gradient(180deg,var(--cream) 0%,var(--white) 100%)}.video-showcase-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.video-showcase-content h2{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);color:var(--purple-dark);margin-bottom:1rem}.video-showcase-content p{color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem}.video-features{list-style:none;display:flex;flex-direction:column;gap:.5rem}.video-features li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--purple-dark)}.video-features li:before{content:"✓";color:var(--gold);font-weight:700}.video-showcase-player{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/10}.showcase-video{width:100%;height:100%;object-fit:cover}.video-play-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--purple);pointer-events:none;animation:pulse-ring 2s ease infinite}@keyframes pulse-ring{0%,to{box-shadow:0 0 #ffffff80}50%{box-shadow:0 0 0 12px #fff0}}@media(min-width:900px){.video-showcase-inner{grid-template-columns:1fr 1.1fr}}.why-section-pro{background:var(--cream)}.why-icon-wrap{width:36px;height:36px;border-radius:50%;background:#c9a22726;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.why-image-wrap{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3}.why-image-wrap .product-image-wrap{height:100%}.why-image-badge{position:absolute;bottom:1.25rem;right:1.25rem;background:var(--purple);color:var(--white);width:72px;height:72px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);animation:float-gentle 3s ease-in-out infinite}.why-image-badge span{font-size:1.25rem;font-weight:800;line-height:1}.why-image-badge small{font-size:.65rem;opacity:.9}.health-block-pro,.testimonial-block-pro{transition:transform .3s ease,box-shadow .3s ease}.health-block-pro:hover,.testimonial-block-pro:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.quote-icon{color:var(--gold);opacity:.4;margin-bottom:.5rem}.bulk-banner-pro{position:relative;overflow:hidden;padding:4rem 0}.bulk-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--purple-dark) 0%,var(--purple) 60%,#6b3570 100%)}.bulk-banner-pro .bulk-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.bulk-image-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 50px #0000004d;aspect-ratio:4/3;max-width:420px;margin:0 auto}.bulk-image-wrap .product-image-wrap{height:100%}.bulk-banner-pro .btn-gold{margin-top:1.5rem}@media(min-width:900px){.bulk-banner-pro .bulk-inner{grid-template-columns:1.2fr .8fr}}.instagram-section-pro{background:var(--white)}.instagram-item{position:relative;display:block;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1}.instagram-item .product-image-wrap{height:100%}.instagram-hover{position:absolute;top:0;right:0;bottom:0;left:0;background:#3d1f3d99;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.85rem;font-weight:600;opacity:0;transition:opacity .3s ease}.instagram-item:hover .instagram-hover{opacity:1}.instagram-item:hover .product-image{transform:scale(1.08)}@media(min-width:900px){.hero-inner{grid-template-columns:1.05fr .95fr}.hero-features{grid-template-columns:repeat(2,1fr)}.hero-badges{display:flex}}@media(min-width:1100px){.hero-features{grid-template-columns:repeat(4,1fr)}}.page-enter{animation:pageEnter .5s cubic-bezier(.22,1,.36,1) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.header{transition:box-shadow .3s ease,border-color .3s ease,backdrop-filter .3s ease}.header-scrolled{box-shadow:0 8px 32px #3d1f3d1f;border-bottom-color:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb}.btn-lift{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .2s ease}.btn-lift:hover{transform:translateY(-2px)}.hover-lift{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px)}.hero-slide-content{animation:heroSlideIn .55s cubic-bezier(.22,1,.36,1) both}@keyframes heroSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero-proto-inner>.hero-badges .hero-badge{opacity:0;animation:heroBadgeIn .6s cubic-bezier(.22,1,.36,1) forwards}.hero-proto-inner>.hero-badges .hero-badge:nth-child(1){animation-delay:.45s}.hero-proto-inner>.hero-badges .hero-badge:nth-child(2){animation-delay:.6s}.hero-proto-inner>.hero-badges .hero-badge:nth-child(3){animation-delay:.75s}@keyframes heroBadgeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}.hero-enter{opacity:0;animation:heroFadeUp .75s cubic-bezier(.22,1,.36,1) forwards}.hero-trust-row.hero-enter{animation-delay:.55s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.revealed .category-stagger .category-bar-item,.revealed .category-stagger .category-bar-all{opacity:0;animation:staggerUp .55s cubic-bezier(.22,1,.36,1) forwards}.revealed .category-stagger .category-bar-item:nth-child(1){animation-delay:.04s}.revealed .category-stagger .category-bar-item:nth-child(2){animation-delay:.08s}.revealed .category-stagger .category-bar-item:nth-child(3){animation-delay:.12s}.revealed .category-stagger .category-bar-item:nth-child(4){animation-delay:.16s}.revealed .category-stagger .category-bar-item:nth-child(5){animation-delay:.2s}.revealed .category-stagger .category-bar-item:nth-child(6){animation-delay:.24s}.revealed .category-stagger .category-bar-all{animation-delay:.3s}@keyframes staggerUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.revealed .instagram-gallery-item{opacity:0;animation:staggerUp .5s cubic-bezier(.22,1,.36,1) forwards}.revealed .instagram-gallery-item:nth-child(1){animation-delay:.05s}.revealed .instagram-gallery-item:nth-child(2){animation-delay:.1s}.revealed .instagram-gallery-item:nth-child(3){animation-delay:.15s}.revealed .instagram-gallery-item:nth-child(4){animation-delay:.2s}.revealed .instagram-gallery-item:nth-child(5){animation-delay:.25s}.revealed .instagram-gallery-item:nth-child(6){animation-delay:.3s}.revealed .instagram-gallery-item:nth-child(7){animation-delay:.35s}.product-card-classic{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .3s ease}.product-card-classic:hover{transform:translateY(-6px)}.nav-desktop a{position:relative}.nav-desktop a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,1,.36,1)}.nav-desktop a:hover:after,.nav-desktop a.active:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.page-enter,.hero-enter,.hero-slide-content,.category-stagger .category-bar-item,.category-stagger .category-bar-all,.instagram-gallery-item,.page-hero-reveal,.page-hero-reveal-delay,.wishlist-grid-animate .product-card,.cart-layout-animate .cart-item,.empty-state-animate{animation:none!important;opacity:1;transform:none}.promo-marquee-track,.hero-showcase-ring,.hero-showcase-img,.hero-float-img,.hero-badge,.video-play-badge,.why-image-badge{animation:none}.hover-lift:hover,.btn-lift:hover,.category-toggle-btn:active{transform:none}}.hero-proto{position:relative;overflow:hidden;min-height:clamp(480px,72vh,640px);display:flex;align-items:center}.hero-proto-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-proto-bg-img{width:100%;height:100%;object-fit:cover;object-position:72% center}.hero-proto-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(255,249,243,.92) 0%,rgba(255,249,243,.78) 28%,rgba(255,249,243,.35) 50%,rgba(255,249,243,.08) 68%,transparent 85%)}.hero-proto-inner{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:center;position:relative;z-index:1;width:100%;min-height:clamp(480px,72vh,640px);padding:3rem 0 4rem}.hero-proto-content{max-width:520px}.hero-proto-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;color:var(--orange);letter-spacing:.06em;margin-bottom:.75rem}.hero-proto-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:#2a1528;line-height:1.15;margin-bottom:1rem}.hero-proto-highlight{display:block;color:var(--purple-dark);font-weight:800}.hero-proto-desc{font-size:1.05rem;color:var(--text-muted);max-width:440px;margin-bottom:1.5rem;line-height:1.65}.hero-proto-buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.75rem}.btn-outline-gold{background:#ffffffd9;color:var(--orange);border:2px solid var(--orange);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline-gold:hover{background:var(--orange);color:var(--white)}.hero-trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);font-weight:500}.hero-trust-item svg{color:var(--gold);flex-shrink:0}.hero-proto .hero-badges{display:none}.hero-slider-controls{position:absolute;bottom:1.5rem;right:1.5rem;display:flex;gap:.5rem;z-index:2}.hero-slider-controls button{width:36px;height:36px;border-radius:50%;background:#ffffffeb;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--purple-dark);box-shadow:var(--shadow);transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-slider-controls button:hover{background:var(--purple);color:var(--white);border-color:var(--purple)}@media(max-width:899px){.hero-proto{min-height:auto;overflow-x:clip}.hero-proto-media{top:0;right:0;bottom:0;left:0}.hero-proto .container{padding-left:16px;padding-right:16px}.hero-proto-bg-img{object-fit:cover;object-position:center center}.hero-proto-overlay{background:linear-gradient(180deg,#fff9f3fa,#fff9f3f0 42%,#fff9f3d1)}.hero-proto-inner{min-height:auto;padding:1.5rem 0 5.25rem;gap:1.25rem;align-items:stretch}.hero-proto-content{max-width:100%;width:100%}.hero-slide-content{width:100%}.hero-proto-eyebrow{font-size:.72rem;line-height:1.45;margin-bottom:.5rem}.hero-proto-title{font-size:clamp(1.65rem,7vw,2.25rem);margin-bottom:.75rem;overflow-wrap:break-word}.hero-proto-desc{font-size:.92rem;max-width:none;margin-bottom:1.15rem}.hero-proto-buttons{flex-direction:column;align-items:stretch;width:100%;margin-bottom:1.15rem;gap:.65rem}.hero-proto-buttons .btn{width:100%;justify-content:center;white-space:normal;padding:.8rem 1.25rem}.hero-trust-row{grid-template-columns:1fr 1fr;gap:.55rem .75rem;padding:.85rem .75rem;background:#ffffffeb;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 14px #3d1f3d0f}.hero-trust-item{font-size:.72rem;line-height:1.35;align-items:flex-start}.hero-trust-item span{flex:1;min-width:0}.hero-slider-controls{bottom:.85rem;right:.85rem}.hero-slider-controls button{width:34px;height:34px}}@media(max-width:480px){.hero-trust-row{grid-template-columns:1fr}}@media(min-width:900px){.hero-proto-inner{flex-direction:row;align-items:center;justify-content:space-between}.hero-trust-row{grid-template-columns:repeat(4,1fr)}.hero-proto .hero-badges{display:flex;position:relative;right:auto;top:auto;transform:none;flex-shrink:0;margin-right:.5rem}}.category-bar{background:var(--cream);padding:1.25rem 0 1.75rem;border:none}.category-bar-card{width:100%;max-width:100%;overflow:hidden}.category-bar-inner{display:flex;align-items:stretch;background:var(--white);border:1px solid #e3e3e3;border-radius:10px;box-shadow:0 2px 14px #30193412;overflow:hidden;overflow-x:auto;max-width:100%;scrollbar-width:thin}.category-bar-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border-right:1px solid #ececec;flex:1 1 0;min-width:130px;transition:background .2s}.category-bar-item:last-of-type{border-right:1px solid #ececec}.category-bar-item:hover{background:#fafafa}.category-bar-item:hover .category-bar-text span{color:var(--orange-dark)}.category-bar-img{width:64px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent}.category-bar-img .product-image-wrap{width:100%;height:100%;background:transparent;overflow:visible}.category-bar-img .product-image-wrap .image-shimmer{border-radius:4px}.category-bar-img .product-image{width:100%;height:100%;object-fit:contain;object-position:center bottom}.category-bar-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.category-bar-text strong{display:block;font-size:.78rem;font-weight:700;color:#2a1528;line-height:1.15}.category-bar-text span{font-size:.68rem;color:#d48d2f;font-weight:600;letter-spacing:.01em;transition:color .2s}.category-bar-all{position:relative;display:flex;align-items:center;justify-content:center;background:#301934;color:var(--white);padding:.65rem 1rem 1.1rem;min-width:100px;max-width:112px;flex-shrink:0;transition:background .2s;text-align:center}.category-bar-all:hover{background:var(--purple-dark);color:var(--white)}.category-bar-all-text{font-size:.7rem;font-weight:700;line-height:1.3;letter-spacing:.01em}.category-bar-all-icon{position:absolute;bottom:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#d48d2f;color:var(--white);display:flex;align-items:center;justify-content:center}@media(min-width:1100px){.category-bar-inner{overflow-x:visible}.category-bar-item{min-width:0}}@media(max-width:768px){.category-bar-inner{border-radius:8px}.category-bar-item{min-width:160px;flex:0 0 auto}}.home-main-section-ss1{padding:2.5rem 0 2rem;background:var(--cream)}.best-sellers-header{margin-bottom:1.75rem}.best-sellers-title{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:700;color:var(--purple-dark);display:inline-flex;align-items:center;gap:.75rem}.title-flourish{display:inline-block;width:36px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='14' viewBox='0 0 36 14'%3E%3Cpath d='M0 7 Q9 0 18 7 T36 7' fill='none' stroke='%23c9a227' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat}.best-sellers-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}@media(max-width:767px){.best-sellers-grid,.product-section-block .product-grid{grid-template-columns:minmax(0,1fr)}.best-sellers-grid>.reveal,.product-section-block .product-grid>.reveal{min-width:0;width:100%;max-width:100%}}@media(min-width:768px){.best-sellers-grid{grid-template-columns:repeat(3,1fr)}}.best-sellers-view-all{padding:.7rem 1.75rem;font-size:.9rem}.product-card-classic{border:1px solid #ebe5df;box-shadow:0 2px 12px #3019340f}.product-card-classic:hover{border-color:#ddd5cc;box-shadow:0 6px 20px #3019341a}.product-card-classic .product-image-link{padding:1rem 1rem .5rem;aspect-ratio:auto;min-height:200px;display:flex;align-items:center;justify-content:center}.product-card-classic .product-image-wrap{max-height:190px}.product-card-classic .product-image{object-fit:contain}.product-info-classic{text-align:center;padding:.75rem 1rem 1rem!important}.product-info-classic .product-name{font-family:var(--font-serif);font-size:.95rem;margin-bottom:.4rem}.product-info-classic .product-rating{justify-content:center;margin-bottom:.35rem}.product-info-classic .product-price{justify-content:center;margin-bottom:.85rem}.product-info-classic .price-current{font-size:1.05rem}.product-info-classic .add-cart-btn{border-radius:6px;padding:.6rem;font-size:.85rem}.bulk-banner-ss1{background:linear-gradient(135deg,#301934 0%,var(--purple-dark) 100%);padding:2rem 0;margin:0}.bulk-banner-ss1-inner{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;color:var(--white)}.bulk-banner-ss1-content h2{font-family:var(--font-serif);font-size:clamp(1.35rem,2.5vw,1.75rem);color:var(--gold-light);margin-bottom:.65rem}.bulk-banner-ss1-content p{font-size:.88rem;opacity:.9;margin-bottom:1rem;max-width:340px;line-height:1.55}.bulk-banner-ss1-features{display:flex;flex-wrap:wrap;gap:1.25rem}.bulk-banner-ss1 .bulk-feature{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;font-size:.75rem;min-width:90px}.bulk-banner-ss1 .bulk-feature svg{color:var(--gold)}.bulk-banner-ss1-image{max-width:220px;margin:0 auto;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1}.bulk-banner-ss1-image .product-image-wrap{height:100%}@media(min-width:900px){.bulk-banner-ss1-inner{grid-template-columns:1.1fr auto .9fr;gap:2rem}.bulk-banner-ss1-image{margin:0;max-width:200px}}.home-features-ss1{padding:2.5rem 0 3rem;background:var(--cream)}.home-features-ss1-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}.home-features-why-bg{border-radius:var(--radius);overflow:hidden;min-height:380px;background-size:cover;background-position:right center;background-repeat:no-repeat;box-shadow:var(--shadow)}.home-features-why-overlay{min-height:380px;height:100%;padding:2rem 1.75rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(250,247,242,.98) 0%,rgba(250,247,242,.94) 42%,rgba(250,247,242,.55) 62%,rgba(250,247,242,.15) 78%,transparent 100%)}.home-features-why-overlay h3{font-family:var(--font-serif);font-size:clamp(1.15rem,2vw,1.35rem);color:var(--purple-dark);margin-bottom:1.25rem}.home-features-why-overlay ul{list-style:none;display:flex;flex-direction:column;gap:.9rem;max-width:340px}.home-features-why-overlay li{display:flex;gap:.75rem;align-items:flex-start}.why-check-icon{width:30px;height:30px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.home-features-why-overlay strong{display:block;font-size:.9rem;color:var(--purple-dark);margin-bottom:.12rem}.home-features-why-overlay li>div>span{font-size:.8rem;color:var(--text-muted);line-height:1.45}.home-features-side{display:flex;flex-direction:column;gap:1.25rem}.home-features-health{background:var(--purple-dark);color:var(--white);border-radius:var(--radius);padding:1.35rem 1.25rem}.home-features-health h3{font-family:var(--font-serif);font-size:1rem;margin-bottom:1rem;color:var(--gold-light)}.home-features-health .health-grid-row{grid-template-columns:repeat(2,1fr);gap:.75rem}.home-features-health .health-item{padding:.35rem .25rem}.home-features-health .health-item svg{color:var(--gold);margin:0 auto .4rem}.home-features-health .health-item span{color:#ffffffeb;font-size:.72rem;font-weight:600}.home-features-testimonial{background:var(--white);border-radius:var(--radius);padding:1.35rem 1.25rem;box-shadow:var(--shadow);flex:1;display:flex;flex-direction:column}.home-features-testimonial h3{font-family:var(--font-serif);font-size:1rem;color:var(--purple-dark);margin-bottom:.35rem}.home-features-testimonial .testimonial-stars{margin-bottom:.65rem}.home-features-testimonial .testimonial-stars span{color:var(--gold);font-size:.95rem}.home-features-testimonial .testimonial-text{flex:1;font-size:.88rem;line-height:1.65}.testimonial-controls{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;gap:1rem}.testimonial-dots{display:flex;gap:.4rem}.testimonial-dots button{width:8px;height:8px;border-radius:50%;background:#ddd;padding:0;transition:background .2s,transform .2s}.testimonial-dots button.active{background:var(--purple-dark);transform:scale(1.15)}@media(min-width:640px){.home-features-health .health-grid-row{grid-template-columns:repeat(4,1fr)}}@media(min-width:1000px){.home-features-ss1-grid{grid-template-columns:1.35fr .72fr;gap:1.75rem}.home-features-why-bg,.home-features-why-overlay{min-height:440px}.home-features-why-overlay{padding:2.25rem 2rem}}.home-main-section{padding:3rem 0;background:var(--cream)}.home-main-grid{display:grid;grid-template-columns:1fr;gap:2rem}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-row.centered{justify-content:center;text-align:center}.section-title-left{font-family:var(--font-serif);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--purple-dark);display:flex;align-items:center;gap:.75rem}.title-ornament{display:inline-block;width:28px;height:2px;background:var(--gold)}.product-grid-3{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media(min-width:768px){.product-grid-3{grid-template-columns:repeat(3,1fr)}}.product-grid-5{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media(min-width:1100px){.product-grid-5{grid-template-columns:repeat(5,1fr)}.home-main-grid{grid-template-columns:1.4fr .85fr;gap:2rem;align-items:start}}.section-cta-center{text-align:center;margin-top:2rem}.link-arrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--orange)}.link-arrow:hover{color:var(--purple)}.why-compact{display:flex;flex-direction:column;gap:1.25rem}.why-compact-block{background:var(--white);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.why-compact-block h3{font-family:var(--font-serif);font-size:1.05rem;color:var(--purple-dark);margin-bottom:1rem}.why-compact-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.why-compact-list li{display:flex;gap:.5rem;align-items:flex-start}.why-compact-list li svg{color:var(--orange);flex-shrink:0;margin-top:2px}.why-compact-list strong{display:block;font-size:.85rem;color:var(--purple-dark)}.why-compact-list span{font-size:.78rem;color:var(--text-muted)}.why-compact-image{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/10;box-shadow:var(--shadow)}.why-compact-image .product-image-wrap{height:100%}.testimonial-nav{display:flex;gap:.5rem;margin-top:.75rem}.testimonial-nav button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--purple-dark)}.testimonial-nav button:hover{background:var(--purple);color:var(--white);border-color:var(--purple)}.product-section-block{padding:3rem 0;background:var(--white)}.product-section-block:nth-child(2n){background:var(--cream)}.promo-banners{padding:2rem 0;background:var(--cream)}.promo-banner-card{display:grid;grid-template-columns:1fr;gap:1.5rem;background:var(--purple-dark);border-radius:var(--radius);overflow:hidden;color:var(--white);position:relative;min-height:200px}.promo-banner-content{padding:2rem;display:flex;flex-direction:column;justify-content:center;z-index:1}.promo-banner-content h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.5rem}.promo-banner-content p{opacity:.9;margin-bottom:1rem;font-size:.95rem}.promo-banner-image{position:relative;min-height:180px}.promo-banner-image .product-image-wrap{height:100%}.promo-banner-image img{object-fit:cover}.promo-banner-nav{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:2}.promo-banner-nav button{width:32px;height:32px;border-radius:50%;background:#fff3;color:var(--white);display:flex;align-items:center;justify-content:center}.promo-banner-nav button:hover{background:var(--gold);color:var(--purple-dark)}.promo-banner-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.promo-banner-dots button{width:8px;height:8px;border-radius:50%;background:var(--border);padding:0}.promo-banner-dots button.active{background:var(--purple);width:24px;border-radius:4px}@media(min-width:768px){.promo-banner-card{grid-template-columns:1.2fr .8fr}}.faq-section{padding:3.5rem 0;background:var(--white)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.75rem;overflow:hidden;background:var(--cream);transition:box-shadow .2s}.faq-item.open{box-shadow:var(--shadow);background:var(--white)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;font-size:.95rem;color:var(--purple-dark);text-align:left}.faq-chevron{transition:transform .2s;flex-shrink:0;color:var(--text-muted)}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1rem;color:var(--text-muted);font-size:.9rem;line-height:1.65;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blog-section{padding:3rem 0;background:var(--cream)}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.blog-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.blog-card-img{aspect-ratio:16/10;overflow:hidden}.blog-card-img .product-image-wrap{height:100%}.blog-card-body{padding:1.25rem}.blog-card-body time{font-size:.75rem;color:var(--text-muted)}.blog-card-body h3{font-size:1rem;color:var(--purple-dark);margin:.35rem 0 .5rem;line-height:1.4}.blog-card-body p{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.6}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.newsletter-band{background:linear-gradient(135deg,var(--purple-dark) 0%,var(--purple) 100%);padding:2.5rem 0;color:var(--white)}.newsletter-band-inner{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center}.newsletter-band h2{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.35rem}.newsletter-band p{opacity:.9;font-size:.95rem}.newsletter-band-form{display:flex;gap:.5rem;width:100%;max-width:440px}.newsletter-band-form input{flex:1;padding:.7rem 1rem;border:none;border-radius:var(--radius-sm);font-size:.9rem}@media(min-width:768px){.newsletter-band-inner{flex-direction:row;justify-content:space-between;text-align:left}}.instagram-section-ss1{padding:2.5rem 0 3rem;background:var(--cream)}.instagram-banner-ss1{display:flex;flex-direction:column;gap:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.instagram-banner-content{flex-shrink:0}.instagram-banner-title{font-family:var(--font-serif);font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:700;color:var(--purple-dark);margin-bottom:.35rem;line-height:1.25}.instagram-banner-handle{font-size:.88rem;color:var(--text-muted);margin-bottom:1rem}.instagram-banner-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;flex:1;min-width:0}.instagram-gallery-item{display:block;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1;background:var(--cream)}.instagram-gallery-item .product-image-wrap{height:100%}.instagram-gallery-item .product-image{object-fit:cover}@media(min-width:640px){.instagram-banner-gallery{grid-template-columns:repeat(4,1fr)}}@media(min-width:900px){.instagram-banner-ss1{flex-direction:row;align-items:center;gap:2rem;padding:1.75rem 2rem}.instagram-banner-content{width:210px}.instagram-banner-gallery{grid-template-columns:repeat(7,1fr);gap:.55rem}}.instagram-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.instagram-follow-btn{display:inline-block;background:var(--purple-dark);color:var(--white);padding:.55rem 1.35rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .2s ease}.instagram-follow-btn:hover{background:var(--purple)}.trust-bar-ss2{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.75rem 0}.trust-bar-ss2 .trust-items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.25rem 1rem}.trust-bar-ss2 .trust-item{flex-direction:row;align-items:center;text-align:left;gap:.85rem;color:var(--text-dark);flex:1 1 160px;min-width:0}.trust-bar-ss2 .trust-item svg{color:var(--text-dark);opacity:.85;flex-shrink:0}.trust-bar-ss2 .trust-item-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.trust-bar-ss2 .trust-item strong{display:block;font-size:.88rem;font-weight:700;color:var(--text-dark);line-height:1.3}.trust-bar-ss2 .trust-item span{display:block;font-size:.78rem;font-weight:400;color:var(--text-muted);line-height:1.35}@media(min-width:1100px){.trust-bar-ss2 .trust-items{flex-wrap:nowrap;gap:1.5rem}.trust-bar-ss2 .trust-item{flex:1}}.trust-bar-pro{background:var(--purple-dark);color:var(--white);border:none}.trust-bar-pro .trust-item{color:var(--white);flex-direction:column;text-align:center;gap:.35rem}.trust-bar-pro .trust-item svg{color:var(--gold)}.trust-bar-pro .trust-item strong{display:block;font-size:.82rem}.trust-bar-pro .trust-item span{font-size:.72rem;opacity:.75;font-weight:400}.trust-bar-pro .trust-items{gap:1rem}.contact-page{padding:3rem 0 4.5rem;background:var(--cream);min-height:calc(100vh - 280px)}.contact-page-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.contact-info-card{background:linear-gradient(180deg,var(--purple-dark) 0%,var(--purple) 55%,#6a3f6a 100%);color:var(--white);border-radius:20px;padding:2.5rem 2rem;box-shadow:var(--shadow-lg)}.contact-info-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;margin-bottom:2rem;color:var(--white)}.contact-info-block{margin-bottom:1.75rem}.contact-info-block:last-child{margin-bottom:0}.contact-info-block h3{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:var(--gold-light)}.contact-info-block p{font-size:.9rem;opacity:.92;line-height:1.55;margin-bottom:.2rem}.contact-info-block a{display:inline-block;font-size:.9rem;color:var(--white);font-weight:600;text-decoration:underline;text-underline-offset:3px}.contact-info-block a:hover{color:var(--gold-light)}.contact-social{display:flex;gap:.65rem;margin-top:.75rem}.contact-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s,border-color .2s,color .2s}.contact-social a:hover{background:#ffffff1f;border-color:var(--gold);color:var(--gold-light)}.contact-form-panel{background:var(--white);border-radius:20px;padding:2.5rem 2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border);display:flex;flex-direction:column;gap:1.15rem}.contact-form-row{display:grid;grid-template-columns:1fr;gap:1.15rem}.contact-field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.45rem;color:var(--text-dark)}.field-optional{font-weight:400;color:var(--text-muted);font-size:.8rem}.contact-field input,.contact-field textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream);font-family:inherit;font-size:.92rem;color:var(--text-dark);transition:border-color .2s,box-shadow .2s}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--purple-light);box-shadow:0 0 0 3px #5c2d5c1f}.contact-field textarea{resize:vertical;min-height:130px}.contact-phone-wrap{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--cream);transition:border-color .2s,box-shadow .2s}.contact-phone-wrap:focus-within{border-color:var(--purple-light);box-shadow:0 0 0 3px #5c2d5c1f}.contact-phone-prefix{display:flex;align-items:center;padding:0 .85rem;background:var(--cream-dark);border-right:1px solid var(--border);font-size:.9rem;font-weight:600;color:var(--text-muted);flex-shrink:0}.contact-phone-wrap input{border:none;border-radius:0;background:transparent;flex:1}.contact-phone-wrap input:focus{box-shadow:none}.contact-consent{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--text-muted);line-height:1.55;cursor:pointer}.contact-consent input{margin-top:.2rem;flex-shrink:0;accent-color:var(--purple)}.contact-consent a{color:var(--purple);font-weight:600}.contact-consent a:hover{color:var(--orange)}.contact-submit-btn{margin-top:.35rem;padding:.9rem 1.5rem;border-radius:var(--radius-sm);font-size:.95rem}@media(min-width:640px){.contact-form-row{grid-template-columns:1fr 1fr}}@media(min-width:960px){.contact-page-grid{grid-template-columns:.4fr .6fr;gap:2.5rem}.contact-form-panel{padding:2.75rem 2.5rem}}.auth-page{padding:3rem 0 4rem;min-height:50vh}.auth-card-wrap{max-width:440px;margin:0 auto}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;box-shadow:var(--shadow-sm)}.auth-card h1{font-size:1.5rem;margin-bottom:.35rem}.auth-sub{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.auth-footer-text{margin-top:1rem;font-size:.85rem;color:var(--text-muted);text-align:center}.auth-footer-text a{color:var(--purple);font-weight:600}.header-account-link{font-size:.85rem;font-weight:600;color:var(--purple);white-space:nowrap}.header-account-link:hover{color:var(--orange)}@media(max-width:768px){.hide-mobile{display:none}}.account-page,.checkout-page,.admin-page{padding:2rem 0 4.5rem;background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.track-order-page{padding:2.5rem 0 4rem;min-height:50vh;background:linear-gradient(180deg,var(--cream) 0%,var(--cream-dark) 100%)}.track-order-wrap{max-width:560px}.track-order-header{margin-bottom:1.5rem}.track-order-title{font-family:var(--font-serif);font-size:clamp(1.65rem,4vw,2rem);font-weight:500;color:var(--purple-dark);margin:0 0 .5rem}.track-order-sub{margin:0;font-size:.92rem;line-height:1.55}.track-order-sub code{font-size:.85em;padding:.1rem .35rem;border-radius:4px;background:#5c2d5c14;color:var(--purple)}.track-order-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.track-order-form .btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.track-order-error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:#b4282814;color:#a82828;font-size:.9rem}.track-order-result{margin-bottom:1.25rem}.order-placed-banner{margin-top:1.25rem;margin-bottom:.75rem;padding:.85rem 1rem;border-radius:var(--radius-sm);background:#2d8a4e1a;border:1px solid rgba(45,138,78,.25);color:var(--text-dark);font-size:.9rem;line-height:1.5}.order-placed-banner strong{color:var(--success)}.order-whatsapp-cta{margin-top:1.25rem;padding-top:1.15rem;border-top:1px dashed var(--border)}.order-whatsapp-cta-text{font-size:.85rem;color:var(--text-muted);margin-bottom:.85rem;line-height:1.5}.order-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#25d366;color:var(--white);border:none;padding:.85rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 4px 16px #25d36659;transition:transform .2s ease,box-shadow .2s ease}.order-whatsapp-btn:hover{color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #25d36673}.track-order-foot{font-size:.88rem;text-align:center}.track-order-foot a{color:var(--purple);font-weight:600}.account-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem 1.5rem;margin-bottom:2rem;padding-bottom:1.75rem;border-bottom:1px solid var(--border)}.account-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-light);margin:0 0 .35rem}.account-hero-title{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.35rem);font-weight:500;color:var(--purple-dark);margin:0 0 .5rem;line-height:1.2}.account-hero-title span{color:var(--purple)}.account-hero-sub{margin:0;max-width:36rem;color:var(--text-muted);font-size:.95rem;line-height:1.55}.account-signout-btn{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0}.account-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.account-grid{display:grid;gap:1.5rem;align-items:start}@media(min-width:900px){.account-grid{grid-template-columns:minmax(280px,380px) 1fr;gap:1.75rem}}.account-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.account-profile-card{padding:1.65rem 1.5rem 1.5rem}.account-card-title{font-family:var(--font-serif);font-size:1.35rem;font-weight:500;color:var(--purple-dark);margin:0;line-height:1.25}.account-card-sub{margin:.2rem 0 0;font-size:.85rem;color:var(--text-muted)}.account-profile-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.35rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.account-avatar{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;font-size:1rem;font-weight:700;letter-spacing:.02em;color:var(--white);background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);box-shadow:0 4px 14px #5c2d5c40;flex-shrink:0}.account-profile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.account-profile-row{display:flex;align-items:flex-start;gap:.85rem}.account-profile-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);background:var(--cream);color:var(--purple);flex-shrink:0}.account-profile-copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.account-profile-label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.account-profile-value{font-size:.95rem;font-weight:600;color:var(--text-dark);word-break:break-word}.account-profile-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:1.35rem}.account-orders-card{padding:1.65rem 1.5rem 1.5rem}.account-orders-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.account-orders-count{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--purple);background:#5c2d5c14;padding:.35rem .65rem;border-radius:999px;white-space:nowrap}.account-orders-loading{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.account-skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--cream-dark) 0%,var(--cream) 50%,var(--cream-dark) 100%);background-size:200% 100%;animation:account-shimmer 1.2s ease-in-out infinite}.account-skeleton-lg{height:5.5rem}.account-skeleton-md{height:4rem;width:85%}.account-skeleton-sm{height:3rem;width:60%}@keyframes account-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.account-empty-orders{text-align:center;padding:2rem 1rem 2.25rem;margin-bottom:.5rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--cream)}.account-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;border-radius:50%;background:var(--white);color:var(--purple);box-shadow:var(--shadow)}.account-empty-orders h3{font-family:var(--font-serif);font-size:1.25rem;color:var(--purple-dark);margin:0 0 .5rem}.account-empty-orders p{max-width:22rem;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.5}.account-dl{display:grid;gap:.75rem;margin:0}.account-dl dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.account-dl dd{margin:0;font-weight:600}.order-list{display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem;background:var(--cream)}.order-card-pro{padding:1.15rem 1.25rem 1.1rem;background:var(--white);border-radius:var(--radius);box-shadow:0 2px 12px #3d1f3d0a}.order-card-id{font-size:1rem;color:var(--purple-dark)}.order-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.65rem}.order-status-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.28rem .55rem;border-radius:999px;background:#5c2d5c1f;color:var(--purple);flex-shrink:0}.order-status-badge--success{background:#2d8a4e1f;color:var(--success)}.order-status-badge--pending{background:#e8940a24;color:var(--orange-dark)}.order-status-badge--danger{background:#b428281a;color:#a82828}.order-status-badge--neutral{background:#6b5b6b1f;color:var(--text-muted)}.order-meta{font-size:.85rem;color:var(--text-muted);margin:.2rem 0 0}.order-lines{margin:.5rem 0;padding-left:1.1rem;font-size:.9rem}.order-lines-pro{list-style:none;margin:.75rem 0 0;padding:.75rem 0 0;border-top:1px solid var(--border)}.order-lines-pro li{display:grid;grid-template-columns:1fr auto auto;gap:.5rem .75rem;align-items:baseline;padding:.35rem 0;font-size:.88rem}.order-lines-pro li+li{border-top:1px dashed rgba(232,224,216,.9)}.order-line-name{color:var(--text-dark)}.order-line-qty{color:var(--text-muted);font-size:.82rem}.order-line-price{font-weight:600;color:var(--purple-dark);text-align:right}.order-totals-pro{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem;font-size:.88rem}.order-totals-row{display:flex;justify-content:space-between;gap:1rem;color:var(--text-muted)}.order-totals-row-total{margin-top:.25rem;padding-top:.5rem;border-top:1px dashed var(--border);color:var(--text-dark);font-size:.95rem}.order-totals-foot{margin-top:.35rem}.order-payment-pill{display:inline-block;font-size:.78rem;font-weight:600;padding:.25rem .55rem;border-radius:var(--radius-sm);background:var(--cream);color:var(--text-muted)}.order-payment-pill--success{background:#2d8a4e1a;color:var(--success)}.order-payment-pill--pending{background:#e8940a1f;color:var(--orange-dark)}.order-payment-pill--danger{background:#b4282814;color:#a82828}.order-payment-pill--neutral{background:var(--cream);color:var(--text-muted)}.checkout-grid{display:grid;gap:2rem}@media(min-width:900px){.checkout-grid{grid-template-columns:1fr 360px;align-items:start}}.checkout-summary{position:sticky;top:6rem}.shipping-note{font-size:.8rem;color:var(--text-muted);margin-top:.75rem}.checkout-payment{border:none;margin:1.25rem 0 1.5rem;padding:0}.checkout-payment-legend{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--purple);margin-bottom:.65rem;padding:0}.checkout-payment-options{display:flex;flex-direction:column;gap:.65rem}.checkout-payment-option{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream);cursor:pointer;transition:border-color .15s,box-shadow .15s}.checkout-payment-option input{accent-color:var(--purple)}.checkout-payment-option.is-selected{border-color:var(--purple);background:var(--white);box-shadow:0 0 0 2px #5c2d5c1a}.checkout-payment-option.is-disabled{opacity:.72;cursor:not-allowed;background:var(--cream-dark)}.checkout-payment-icon{display:flex;color:var(--purple)}.checkout-payment-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0}.checkout-payment-copy strong{font-size:.92rem;color:var(--text-dark)}.checkout-payment-copy small{font-size:.78rem;color:var(--text-muted)}.checkout-payment-soon{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--orange-dark);background:#e8940a1f;padding:.2rem .45rem;border-radius:999px}.order-tracking{margin:.85rem 0 .25rem;padding:.85rem .5rem .25rem;border-top:1px dashed var(--border)}.order-tracking-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}@media(max-width:640px){.order-tracking-steps{grid-template-columns:1fr;gap:.5rem}}.order-tracking-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;color:var(--text-muted);font-size:.72rem;line-height:1.3}@media(max-width:640px){.order-tracking-step{flex-direction:row;text-align:left}}.order-tracking-marker{display:flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:50%;border:2px solid var(--border);background:var(--white);font-size:.72rem;font-weight:700;flex-shrink:0}.order-tracking-step.is-done .order-tracking-marker{background:var(--success);border-color:var(--success);color:var(--white)}.order-tracking-step.is-current .order-tracking-marker{border-color:var(--purple);color:var(--purple);box-shadow:0 0 0 2px #5c2d5c26}.order-tracking-step.is-current .order-tracking-label{color:var(--purple-dark);font-weight:700}.order-tracking-step.is-done .order-tracking-label{color:var(--text-dark)}.admin-online-orders{display:flex;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem}.admin-online-order-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.15rem;background:var(--cream)}.admin-online-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.admin-online-order-head strong{display:block;color:var(--purple-dark)}.admin-online-order-meta{display:block;font-size:.82rem;color:var(--text-muted);margin-top:.2rem}.admin-online-order-total{font-weight:700;color:var(--purple);white-space:nowrap}.admin-online-order-lines{margin:0 0 .85rem;padding-left:0;list-style:none;font-size:.88rem;color:var(--text-dark)}.admin-online-order-lines li{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px dashed var(--border)}.admin-online-order-lines li:last-child{border-bottom:none}.admin-online-toolbar-actions{flex-wrap:wrap;align-items:center}.admin-online-search{font:inherit;padding:.45rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);min-width:min(100%,14rem);background:var(--white)}.admin-online-customer,.admin-online-items{margin-bottom:.85rem}.admin-online-customer-title{margin:0 0 .4rem;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.admin-online-customer-list{margin:0;padding:0;list-style:none;font-size:.88rem;display:flex;flex-direction:column;gap:.35rem}.admin-online-customer-list li{display:flex;align-items:flex-start;gap:.4rem;color:var(--text-dark)}.admin-online-customer-address{align-items:flex-start}.admin-online-totals{font-size:.85rem;display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.admin-online-totals div{display:flex;justify-content:space-between;color:var(--text-muted)}.admin-online-order-badges{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.admin-online-badge{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;background:var(--white);border:1px solid var(--border)}.admin-online-badge--payment{color:var(--purple-dark)}.admin-online-tracking{margin-bottom:.75rem;padding:.65rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.admin-online-order-status-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem 1rem;padding-top:.75rem;border-top:1px solid var(--border)}.admin-online-status-label{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:700;color:var(--text-muted);flex:1;min-width:12rem}.admin-online-status-label select{font:inherit;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white)}.admin-section{margin-bottom:2.5rem}.admin-status-label{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.9rem}.admin-inventory-table{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.admin-inventory-row{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:center;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white)}.admin-inventory-row input[type=number]{width:5rem}.text-muted{color:var(--text-muted)}.product-stock-hint{font-size:.8rem;color:var(--orange);font-weight:600;margin:.35rem 0 0}.add-cart-btn:disabled{opacity:.55;cursor:not-allowed}.product-reviews{margin-top:3rem;padding-top:2.25rem;border-top:1px solid var(--border)}.product-reviews-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem 1.5rem;margin-bottom:1.5rem}.product-reviews-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-light);margin:0 0 .35rem}.product-reviews-title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:500;color:var(--purple-dark);margin:0;line-height:1.2}.product-reviews-product{margin:.45rem 0 0;font-size:.88rem}.product-reviews-product strong{color:var(--purple);font-weight:600}.product-reviews-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;padding:.65rem 1rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.product-reviews-summary-stars{display:flex;gap:2px;color:var(--gold)}.product-reviews-summary-score{font-size:1.35rem;font-weight:700;color:var(--purple-dark);line-height:1}.product-reviews-summary-count{font-size:.82rem;color:var(--text-muted);width:100%}@media(min-width:480px){.product-reviews-summary-count{width:auto}}.product-reviews-loading{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.5rem;max-width:28rem}.product-reviews-empty{display:flex;align-items:flex-start;gap:1rem;padding:1.15rem 1.25rem;margin-bottom:1.75rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--cream)}.product-reviews-empty-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--white);color:var(--purple);flex-shrink:0;box-shadow:var(--shadow)}.product-reviews-empty p{margin:.35rem 0 0;font-size:.92rem;line-height:1.55;color:var(--text-muted)}.product-review-list{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.85rem}.product-review-card{padding:1.15rem 1.25rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 12px #3d1f3d0a}.product-review-card-head{margin-bottom:.5rem}.product-review-author{display:block;font-size:.95rem;color:var(--purple-dark);margin-bottom:.25rem}.product-review-stars{display:flex;gap:2px;color:var(--gold)}.product-review-text{margin:0;font-size:.92rem;line-height:1.6;color:var(--text-dark);font-style:italic}.product-review-compose{padding:1.65rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-width:520px}.product-review-compose-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;color:var(--purple-dark);margin:0 0 .35rem}.product-review-compose-hint{font-size:.78rem;margin:0 0 1.25rem;line-height:1.45}.product-review-form{display:flex;flex-direction:column;gap:0}.product-review-form-actions{display:flex;justify-content:flex-end;margin-top:.5rem;padding-top:.25rem}.product-review-form-actions .btn{min-width:10rem}.product-reviews h2{font-size:1.35rem;margin-bottom:1rem}.review-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.review-item{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream)}.review-item-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.review-stars{display:flex;gap:2px;color:var(--gold)}.review-form{max-width:520px;display:flex;flex-direction:column;gap:.75rem}.review-form h3{font-size:1.05rem}.review-rating-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.review-signin-hint{font-size:.9rem;color:var(--text-muted)}.review-signin-hint a{color:var(--purple);font-weight:600}.review-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.review-field input,.review-field select,.review-field textarea,.review-rating-label select{font-weight:400;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-family:inherit}.home-review-panel{display:flex;flex-direction:column;gap:.5rem}.testimonial-card-head{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}.testimonial-card-head h3{flex:1;margin:0;min-width:0}.testimonial-quote-inline{flex-shrink:0;margin-top:.15rem;color:var(--purple);opacity:.85}.testimonial-write-btn{flex-shrink:0;font-weight:700;letter-spacing:.06em;font-size:.72rem;padding:.35rem .65rem;border-color:var(--purple);color:var(--purple)}.testimonial-write-btn:hover{background:var(--purple);color:var(--white)}.review-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:5.5rem 1rem 2rem;box-sizing:border-box}.review-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#2d1b3d73;cursor:pointer;z-index:0}.review-modal{position:relative;z-index:1;width:min(100%,440px);margin:0 auto 2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.review-modal-site{background:var(--white);border:1px solid var(--border);padding:1.75rem 1.5rem 1.5rem}.review-modal-close{position:absolute;top:.85rem;right:.85rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:transparent;color:var(--text-muted);cursor:pointer;z-index:2}.review-modal-close:hover{background:#6b2d7a14;color:var(--purple)}.review-modal-form-site{display:flex;flex-direction:column;gap:0;max-width:none;padding:0;padding-right:1.25rem}.review-modal-title-site{font-family:var(--font-serif);font-size:1.45rem;font-weight:400;color:var(--purple-dark);margin:0 0 .5rem;padding-right:2rem;line-height:1.25}.review-modal-sheet-hint{font-size:.78rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.45}.review-site-field{margin-bottom:1.1rem}.review-site-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--purple);margin-bottom:.45rem}.review-site-input{width:100%;box-sizing:border-box;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .85rem;color:var(--text);font-size:.95rem;font-family:inherit}.review-site-input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 2px #6b2d7a1f}.review-site-input:read-only{opacity:.9}.review-site-textarea{resize:vertical;min-height:120px;line-height:1.5}.review-star-input{display:flex;gap:.2rem;padding:.1rem 0}.review-star-input-btn{display:flex;padding:.15rem;border:none;background:transparent;color:var(--gold);cursor:pointer;line-height:0}.review-star-input-btn[aria-pressed=false]{color:#6b2d7a33}.review-modal-actions-site{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.75rem;padding-top:.5rem}.home-review-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);max-width:none}.home-review-form h4{margin:0;font-size:1rem;color:var(--purple)}.home-review-form-hint{font-size:.78rem;margin:0 0 .25rem}.home-review-loading{font-size:.85rem;margin:.75rem 0 0}.home-review-empty{font-size:.88rem;margin:.75rem 0 0;line-height:1.5}.home-review-empty code{font-size:.8rem}.testimonial-stars{display:flex;gap:2px;color:var(--gold)}.btn-sm{padding:.45rem .85rem;font-size:.85rem}.admin-app{display:flex;min-height:100vh;background:#f0ebe3}.admin-sidebar{width:280px;flex-shrink:0;background:linear-gradient(180deg,#3d1f3d,#2a152a);color:#f5f0e8;display:flex;flex-direction:column;padding:1.25rem 1rem}.admin-sidebar-brand{padding:.5rem .65rem 0;flex:1;min-width:0}.admin-sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:1rem}.admin-sidebar-close{display:none;flex-shrink:0;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:var(--radius-sm);background:#ffffff1a;color:#f5f0e8;cursor:pointer}.admin-sidebar-close:hover{background:#ffffff29}.admin-sidebar-logo img{max-height:56px}.admin-sidebar-tag{display:block;margin-top:.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;opacity:.65}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.35rem;flex:1}.admin-sidebar-link{display:flex;align-items:flex-start;gap:.75rem;width:100%;text-align:left;padding:.75rem .85rem;border:none;border-radius:var(--radius-sm);background:transparent;color:inherit;cursor:pointer;transition:background .2s}.admin-sidebar-link:hover{background:#ffffff14}.admin-sidebar-link.active{background:#ffffff24;box-shadow:inset 3px 0 0 var(--gold)}.admin-sidebar-link strong{display:block;font-size:.9rem;font-weight:600}.admin-sidebar-link small{display:block;font-size:.68rem;opacity:.65;margin-top:.1rem;font-weight:400}.admin-sidebar-foot{border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;display:flex;flex-direction:column;gap:.35rem}.admin-sidebar-sync{display:flex;align-items:center;gap:.4rem;font-size:.72rem;opacity:.7;margin:0 0 .35rem}.admin-sidebar-action{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#f5f0e8;background:none;border:none;padding:.45rem .65rem;cursor:pointer;border-radius:var(--radius-sm);text-decoration:none}.admin-sidebar-action:hover{background:#ffffff14}.admin-main{flex:1;overflow:auto;padding:1.5rem;min-width:0}.admin-mobile-bar{display:none;align-items:center;gap:.75rem;margin:-.25rem 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.admin-menu-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);color:var(--purple-dark);font-size:.88rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow)}.admin-menu-toggle:hover{border-color:var(--purple);color:var(--purple)}.admin-mobile-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--purple-dark)}.admin-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;border:none;padding:0;background:#2d1b3d73;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s ease}@media(max-width:1024px){.admin-mobile-bar{display:flex}.admin-sidebar-backdrop{display:block}.admin-nav-open .admin-sidebar-backdrop{opacity:1;pointer-events:auto}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:210;width:min(100%,300px);max-width:300px;transform:translate(-105%);transition:transform .28s cubic-bezier(.22,1,.36,1);box-shadow:8px 0 32px #00000040;overflow-y:auto}.admin-nav-open .admin-sidebar{transform:translate(0)}.admin-sidebar-close{display:flex}.admin-sidebar-nav{flex-direction:column;flex-wrap:nowrap}.admin-sidebar-link small{display:block}.admin-main{padding:1rem;width:100%}}@media(min-width:1025px){.admin-sidebar-backdrop{display:none!important}}.admin-main-inner{max-width:1100px;margin:0 auto}.admin-dashboard{display:flex;flex-direction:column;gap:1.25rem}.admin-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:0 1px 3px #2d182d0f;padding:1.35rem 1.5rem}.admin-card-flush{padding:1.25rem 1.5rem}.admin-card-form{padding:1.5rem 1.75rem 1.75rem}.admin-card-title{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:var(--purple)}.admin-overview-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-page-header h2{margin:0 0 .35rem;font-size:1.45rem;color:var(--purple)}.admin-page-header p{margin:0;font-size:.9rem;color:var(--text-muted);max-width:42rem;line-height:1.55}.admin-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:900px){.admin-stat-grid{grid-template-columns:repeat(5,1fr)}}.admin-overview-orders-section{padding:1rem 1.25rem 1.25rem;margin-bottom:.75rem}.admin-overview-section-title{margin:0 0 .35rem}.admin-overview-section-hint{margin:0 0 1rem;font-size:.85rem;color:var(--text-muted);line-height:1.5}.admin-stat-grid-orders{margin-bottom:0}.admin-stat-card{display:flex;align-items:center;gap:.65rem;padding:1rem 1.1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);color:var(--purple);box-shadow:0 1px 2px #0000000a}.admin-stat-card strong{display:block;font-size:1.4rem;line-height:1.2;color:var(--text)}.admin-stat-card span{font-size:.72rem;color:var(--text-muted)}.admin-stat-ok{border-color:#2e7d3259;background:#2e7d320f}.admin-stat-warn{border-color:#e67e2266;background:#e67e2214}.admin-stat-accent{border-color:#5c2d5c40;background:#5c2d5c0f}.admin-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.admin-product-card{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--cream);transition:transform .2s,box-shadow .2s}.admin-product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.admin-product-card.is-low{border-color:#e67e2273}.admin-product-card.is-out{opacity:.75}.admin-product-card-img{position:relative;aspect-ratio:1;background:var(--white)}.admin-product-card-img img{width:100%;height:100%;object-fit:cover}.admin-product-badge{position:absolute;top:.5rem;left:.5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.2rem .45rem;border-radius:4px;background:var(--gold)}.admin-product-card-body{padding:.85rem 1rem 1rem;background:var(--white)}.admin-product-card-body h4{margin:0 0 .35rem;font-size:.92rem;line-height:1.35}.admin-product-meta{margin:0 0 .65rem;font-size:.78rem;color:var(--text-muted)}.admin-stock-bar-wrap{height:6px;border-radius:999px;background:var(--cream-dark);overflow:hidden;margin-bottom:.5rem}.admin-stock-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--purple),var(--purple-light))}.admin-product-card.is-low .admin-stock-bar{background:linear-gradient(90deg,#e67e22,#f39c12)}.admin-product-foot{display:flex;justify-content:space-between;align-items:center}.admin-stock-qty{font-weight:700;font-size:.82rem}.admin-stock-pill{font-size:.62rem;font-weight:700;text-transform:uppercase;padding:.2rem .45rem;border-radius:999px}.pill-ok{background:#2e7d3226;color:#2e7d32}.pill-warn{background:#e67e2226;color:#d35400}.pill-out{background:#00000014;color:var(--text-muted)}.admin-stock-hint{margin:.4rem 0 0;font-size:.72rem;font-weight:600;color:var(--orange)}.admin-pro-form{display:flex;flex-direction:column;gap:1.5rem}.admin-form-layout{display:grid;gap:1.5rem}@media(min-width:960px){.admin-form-layout{grid-template-columns:1fr 280px;align-items:start}}.admin-form-section{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--cream)}.admin-form-section-head{padding:.85rem 1.1rem;background:#5c2d5c0f;border-bottom:1px solid var(--border)}.admin-form-section-head h3{margin:0;font-size:.95rem;font-weight:700;color:var(--purple)}.admin-form-section-head p{margin:.25rem 0 0;font-size:.78rem;color:var(--text-muted)}.admin-form-section-body{padding:1.1rem;background:var(--white);display:flex;flex-direction:column;gap:.85rem}.admin-field-grid{display:grid;gap:.85rem}@media(min-width:640px){.admin-field-grid{grid-template-columns:repeat(2,1fr)}.admin-field-span-2{grid-column:1 / -1}}.admin-file-input-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.admin-upload-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem}.admin-field code{font-size:.78em;background:var(--cream-dark);padding:.1rem .35rem;border-radius:4px}.admin-field-label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.35rem}.admin-required{color:#c0392b;margin-left:.15rem}.admin-field-hint{margin:-.15rem 0 .35rem;font-size:.75rem;color:var(--text-muted)}.admin-field-input{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream);font-size:.92rem;transition:border-color .2s,box-shadow .2s}.admin-field-input:focus{outline:none;border-color:var(--purple-light);box-shadow:0 0 0 3px #5c2d5c1f;background:var(--white)}.admin-field-textarea{min-height:72px;resize:vertical}.admin-toggle-row{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream);font-size:.88rem;cursor:pointer}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid var(--border)}.admin-preview-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;background:var(--cream);position:sticky;top:1rem}.admin-preview-card h4{margin:0 0 .75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.admin-preview-img{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:var(--white);margin-bottom:.75rem}.admin-preview-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--text-muted)}.admin-preview-name{font-weight:700;margin:0 0 .65rem;font-size:.95rem}.admin-preview-meta{list-style:none;padding:0;margin:0;font-size:.85rem}.admin-preview-meta li{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid var(--border)}.admin-preview-meta span{color:var(--text-muted)}.admin-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#3d1f3d,#2a152a,#1a0f1a)}.admin-auth-card{width:100%;max-width:420px;background:var(--white);border-radius:var(--radius);padding:2rem 2rem 1.75rem;box-shadow:0 24px 48px #00000040;text-align:center}.admin-auth-logo{display:inline-block;margin-bottom:1rem}.admin-auth-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:#5c2d5c1a;color:var(--purple);display:flex;align-items:center;justify-content:center}.admin-auth-card h1{margin:0 0 .35rem;font-size:1.35rem}.admin-auth-card>p{margin:0 0 1.5rem;font-size:.85rem;color:var(--text-muted)}.admin-auth-card form{text-align:left;display:flex;flex-direction:column;gap:1rem}.admin-auth-back{display:inline-block;margin-top:1.25rem;font-size:.85rem;font-weight:600;color:var(--purple)}.spin-icon{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-index-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.admin-index-actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-index-empty{padding:2.5rem 1.5rem;text-align:center}.admin-index-empty h3{margin:0 0 .5rem}.admin-index-empty p{margin:0 0 1.25rem;color:var(--text-muted);max-width:28rem;margin-left:auto;margin-right:auto}.admin-index-table-wrap{overflow-x:auto;padding:0 0 .5rem}.admin-index-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-index-table th,.admin-index-table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.admin-index-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:#00000005}.admin-index-table tbody tr:hover{background:#6b2d7a0a}.admin-index-open-cell{width:1%;white-space:nowrap}.admin-index-open-btn{display:inline-flex;align-items:center;gap:.15rem;padding:.35rem .5rem;border:none;background:transparent;color:var(--purple);font-weight:600;font-size:.85rem;cursor:pointer;border-radius:var(--radius-sm)}.admin-index-open-btn:hover{background:#6b2d7a14}.admin-index-loading{padding:1rem 1.5rem;color:var(--text-muted);margin:0}.admin-index-loading-block{padding:2.5rem 1.5rem;text-align:center}.admin-form-back-row{margin-bottom:.75rem}.admin-back-btn{display:inline-flex;align-items:center;gap:.35rem}
