@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar{position:sticky;top:0;z-index:200;background:#f8fbffc7;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(59,130,246,.1);box-shadow:0 1px #ffffff80 inset;transition:box-shadow .3s ease,background .3s ease,border-color .3s ease}.navbar.navbar--scrolled{background:#f8fbffeb;border-bottom-color:#3b82f62e;box-shadow:0 8px 30px #1e293b14}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:20px}.logo{display:flex;align-items:center;transition:transform .25s ease;flex-shrink:0}.logo:hover{transform:translateY(-1px)}.logo-img{height:52px;width:auto;object-fit:contain;transition:height .3s ease}.nav-links{display:flex;gap:4px;align-items:center}.nav-links a{font-size:.88rem;font-weight:500;color:var(--text-muted);padding:8px 16px;border-radius:999px;transition:color .2s,background .25s;position:relative;white-space:nowrap}.nav-links a:hover{color:var(--rose-gold-dark);background:#3b82f614}.nav-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;color:var(--text-dark);background:var(--neu-surface);box-shadow:var(--neu-out-sm);border:none;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .25s ease,color .2s ease}.icon-btn:hover{color:var(--rose-gold);transform:translateY(-2px);box-shadow:var(--sky-glow),var(--neu-out-sm)}.icon-btn:active{transform:translateY(0);box-shadow:var(--neu-in)}.nav-search{display:flex;align-items:center;gap:6px;padding:0;border-radius:14px;background:transparent;transition:background .25s ease,box-shadow .25s ease,padding .25s ease}.nav-search .icon-btn{flex-shrink:0}.nav-search input{width:0;border:none;background:transparent;font-family:var(--font-sans);font-size:.9rem;color:var(--text-dark);padding:0;outline:none;transition:width .3s ease,padding .3s ease}.nav-search.open{background:var(--neu-surface);box-shadow:var(--neu-in);padding:4px 6px 4px 14px}.nav-search.open input{width:180px;padding:8px 4px}.cart-btn{position:relative}.cart-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.62rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 0 0 2px var(--neu-surface),0 4px 12px #3b82f680;animation:badge-pop .3s ease}@keyframes badge-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.menu-toggle{display:none}.user-menu-wrap{position:relative}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:16px;box-shadow:0 16px 48px #1e293b29;min-width:200px;padding:8px;z-index:300;border:1px solid var(--border);animation:fadeIn .18s ease}.user-dropdown-name{padding:10px 12px;font-weight:600;font-size:.875rem;color:var(--text-dark);border-bottom:1px solid var(--border);margin-bottom:6px}.user-dropdown a,.user-dropdown button{display:block;width:100%;text-align:left;padding:10px 12px;font-size:.88rem;font-weight:500;color:var(--text-muted);border-radius:10px;transition:background .15s,color .15s;font-family:var(--font-sans);background:none;border:none;cursor:pointer}.user-dropdown a:hover,.user-dropdown button:hover{background:#3b82f614;color:var(--rose-gold-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.nav-links{display:none;position:fixed;top:72px;left:12px;right:12px;flex-direction:column;align-items:stretch;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:14px;gap:6px;border-radius:20px;border:1px solid var(--border);box-shadow:0 16px 48px #1e293b24;z-index:199;animation:fadeIn .22s ease}.nav-links.open{display:flex}.nav-links a{padding:13px 16px;font-size:.95rem;border-radius:12px}.menu-toggle{display:flex}.nav-search.open input{width:130px}.logo-img{height:46px}}@media(max-width:560px){.navbar-inner{gap:8px}.logo-img{height:38px}.nav-search.open{position:absolute;top:72px;left:12px;right:12px;padding:6px}.nav-search.open input{width:100%;flex:1}}.navbar-user-btn{padding:0!important;overflow:hidden;border-radius:50%!important}.navbar-avatar{width:42px;height:42px;object-fit:cover;border-radius:50%}.hero{position:relative;min-height:92vh;padding:96px 0 64px;background:radial-gradient(ellipse at top left,rgba(59,130,246,.35),transparent 55%),radial-gradient(ellipse at bottom right,rgba(99,102,241,.3),transparent 55%),linear-gradient(135deg,#0b1220,#0f172a 45%,#111c34);color:#f8fafc;overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%)}.hero-bg-blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.45;animation:float-blob 14s ease-in-out infinite}.blob-1{width:480px;height:480px;background:radial-gradient(circle,rgba(59,130,246,.55),transparent 68%);top:-200px;left:-120px}.blob-2{width:420px;height:420px;background:radial-gradient(circle,rgba(129,140,248,.45),transparent 70%);bottom:-180px;right:-100px;animation-duration:18s;animation-delay:-6s}@keyframes float-blob{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-24px) scale(1.05)}}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;width:100%}.hero-content{max-width:600px}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#3b82f61f;border:1px solid rgba(96,165,250,.35);color:#bfdbfe;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#60a5fa;box-shadow:0 0 12px #60a5fa;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-family:var(--font-serif);font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.05;font-weight:700;color:#f8fafc;letter-spacing:-1px;margin:0 0 22px}.hero-title-highlight{background:linear-gradient(120deg,#60a5fa,#93c5fd,#c7d2fe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 4px 20px rgba(96,165,250,.55))}.hero-desc{max-width:520px;color:#e2e8f0d1;font-size:1.08rem;line-height:1.7;margin:0 0 32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}.hero-cta-primary,.hero-cta-ghost{display:inline-flex;align-items:center;gap:8px;padding:15px 28px;border-radius:14px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-cta-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 12px 30px #3b82f673}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px #3b82f699}.hero-cta-ghost{background:#ffffff0f;color:#e2e8f0;border:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-cta-ghost:hover{background:#ffffff1f;border-color:#60a5fa80;color:#fff;transform:translateY(-2px)}.hero-stats{display:flex;gap:28px;flex-wrap:wrap}.hero-stat{display:flex;align-items:center;gap:12px}.hero-stat-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#3b82f626;color:#60a5fa;border:1px solid rgba(96,165,250,.25)}.hero-stat-value{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:#fff;line-height:1}.hero-stat-label{font-size:.78rem;color:#94a3b8e6;margin-top:2px}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:480px;transform:translateY(var(--scroll-y, 0px))}.hero-product-stage{position:relative;width:min(100%,440px);aspect-ratio:3 / 4;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 50% 40%,rgba(59,130,246,.25),transparent 60%),linear-gradient(160deg,#1e3a8a66,#0f172ab3);border:1px solid rgba(96,165,250,.25);box-shadow:0 30px 70px #00000080,0 0 0 1px #60a5fa1a,0 0 80px #3b82f640;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-product-image{width:100%;height:100%;object-fit:cover;display:block}.hero-chip{position:absolute;display:flex;flex-direction:column;padding:10px 14px;border-radius:14px;background:#0f172aa6;border:1px solid rgba(96,165,250,.3);color:#f1f5f9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 30px #0006;animation:chip-float 5s ease-in-out infinite}.hero-chip-discount{top:20px;left:20px;animation-delay:0s}.hero-chip-value{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:#60a5fa;line-height:1}.hero-chip-label{font-size:.7rem;color:#e2e8f0cc;margin-top:3px;letter-spacing:.06em;text-transform:uppercase}.hero-chip-rating{top:20px;right:20px;align-items:flex-end;animation-delay:-1.5s}.hero-chip-stars{color:#fbbf24;letter-spacing:2px;font-size:.85rem}.hero-chip-count{font-size:.72rem;color:#e2e8f0cc;margin-top:2px}.hero-chip-price{bottom:20px;left:20px;flex-direction:row;align-items:baseline;gap:10px;animation-delay:-3s}.hero-chip-price-old{font-size:.9rem;color:#94a3b8d9;text-decoration:line-through}.hero-chip-price-new{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#fff}@keyframes chip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-product-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle at 50% 50%,rgba(96,165,250,.35),transparent 65%);filter:blur(40px);z-index:-1;pointer-events:none}@media(max-width:1100px){.hero-grid{gap:40px}}@media(max-width:960px){.hero{min-height:auto;padding:72px 0 56px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-visual{order:-1;min-height:400px}.hero-product-stage{max-width:360px}.hero-content{max-width:none}}@media(max-width:640px){.hero-title{font-size:clamp(2rem,9vw,2.8rem)}.hero-desc{font-size:.98rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-cta-primary,.hero-cta-ghost{justify-content:center}.hero-stats{gap:18px}.hero-product-stage{max-width:300px}.hero-chip-value{font-size:1.1rem}.hero-chip-price-new{font-size:1.25rem}}.trust-bar{background:linear-gradient(135deg,var(--text-dark) 0%,#2A3F54 100%);padding:14px 0;overflow:hidden;position:relative}.trust-bar:before,.trust-bar:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2}.trust-bar:before{left:0;background:linear-gradient(90deg,#1A2B3C,transparent)}.trust-bar:after{right:0;background:linear-gradient(-90deg,#1A2B3C,transparent)}.trust-track{display:flex;gap:0;width:max-content;animation:marquee-scroll 28s linear infinite}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-track:hover{animation-play-state:paused}.trust-item{display:flex;align-items:center;gap:10px;padding:0 36px;color:#ffffffd9;font-size:.83rem;font-weight:500;white-space:nowrap;border-right:1px solid rgba(255,255,255,.1)}.trust-item svg{color:var(--sky-blue-light);flex-shrink:0}.categories-section{padding:86px 0;background:radial-gradient(circle at 10% 20%,rgba(240,249,255,.4) 0%,var(--neu-surface) 90%);position:relative;border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.7)}.categories-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:20px}.categories-title{text-align:left;margin-bottom:0}.categories-view-all{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--rose-gold-dark);background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);box-shadow:var(--neu-out-sm);white-space:nowrap;transition:all .3s cubic-bezier(.2,.8,.2,1)}.categories-view-all:hover{transform:translateY(-2px);background:var(--white);box-shadow:var(--sky-glow),var(--neu-out-sm);color:var(--rose-gold-deep)}.category-chips{display:flex;gap:16px;overflow-x:auto;padding:10px 4px 18px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-chips::-webkit-scrollbar{height:6px}.category-chips::-webkit-scrollbar-thumb{background:#3b82f633;border-radius:999px}.category-chip{scroll-snap-align:start;flex:0 0 auto;display:inline-flex;align-items:center;gap:14px;padding:14px 20px;border-radius:20px;background:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 12px #6384ad0f,var(--neu-out-sm);color:var(--text-dark);transition:all .35s cubic-bezier(.2,.8,.2,1);min-width:190px}.category-chip:hover{transform:translateY(-4px);background:#ffffffe6;border-color:#3b82f640;box-shadow:var(--sky-glow),0 8px 24px #3b82f626}.category-chip-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:var(--rose-gold-dark);background:linear-gradient(135deg,var(--white) 0%,var(--peach-light) 100%);box-shadow:2px 2px 6px #6384ad26,inset -2px -2px 6px var(--white);flex-shrink:0;transition:transform .4s ease,color .3s ease}.category-chip:hover .category-chip-icon{transform:rotate(8deg) scale(1.05);color:var(--rose-gold-deep)}.category-chip-text{display:flex;flex-direction:column;line-height:1.3}.category-chip-name{font-weight:600;font-size:.95rem;color:var(--text-dark);transition:color .3s ease}.category-chip:hover .category-chip-name{color:var(--rose-gold-deep)}.category-chip-count{font-size:.76rem;color:var(--text-muted);font-weight:500;margin-top:2px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px;margin-top:8px}.category-card{display:block;height:290px;border-radius:24px;overflow:hidden;background:var(--neu-surface);border:1px solid rgba(255,255,255,.5);box-shadow:var(--neu-out);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s cubic-bezier(.2,.8,.2,1);position:relative}.category-card:hover{transform:translateY(-8px);box-shadow:var(--sky-glow),0 16px 40px #3b82f626}.category-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--bg-subtle);width:100%;height:100%}.category-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.category-card:hover img{transform:scale(1.12)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(30,41,59,.45) 100%);transition:opacity .4s ease}.category-card:hover .category-overlay{background:linear-gradient(180deg,transparent 30%,rgba(30,41,59,.55) 100%)}.category-info{position:absolute;bottom:16px;left:16px;right:16px;padding:14px 18px;border-radius:18px;background:#fffc;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(255,255,255,.45);box-shadow:0 8px 32px #1e293b14;display:flex;align-items:center;justify-content:space-between;transition:all .4s cubic-bezier(.2,.8,.2,1)}.category-card:hover .category-info{transform:translateY(-4px);background:#fffffff2;border-color:#3b82f64d;box-shadow:0 12px 36px #3b82f62e}.category-text{display:flex;flex-direction:column;gap:2px;text-align:left}.category-text h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;margin:0;color:var(--text-dark);line-height:1.25;transition:color .3s ease}.category-card:hover .category-text h3{color:var(--rose-gold-dark)}.category-count{font-size:.78rem;color:var(--text-muted);font-weight:600;letter-spacing:.2px}.category-arrow-btn{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--rose-gold-dark);color:var(--white);box-shadow:0 4px 10px #2563eb33;transition:all .35s cubic-bezier(.2,.8,.2,1);flex-shrink:0}.category-card:hover .category-arrow-btn{transform:rotate(45deg);background:var(--rose-gold-deep);box-shadow:0 6px 14px #2563eb66}@media(min-width:768px){.category-chips{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;overflow:visible;padding:0}.category-chip{min-width:0}}@media(min-width:768px)and (max-width:1100px){.category-chips,.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:14px}.category-card{height:170px;border-radius:16px}.category-info{bottom:10px;left:10px;right:10px;padding:8px 12px;border-radius:12px}.category-text h3{font-size:.95rem}.category-count{font-size:.7rem}.category-arrow-btn{width:28px;height:28px}.category-arrow-btn svg{width:14px;height:14px}.categories-header{flex-direction:column;align-items:flex-start;gap:12px}.categories-section{padding:64px 0}.category-chip{padding:10px 14px;min-width:145px;border-radius:14px;gap:10px}.category-chip-icon{width:36px;height:36px;border-radius:10px}.category-chip-icon svg{width:15px;height:15px}.category-chip-name{font-size:.85rem}.category-chip-count{font-size:.68rem}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{height:155px}}.ads-banner-section{padding:24px 0 8px;background:var(--neu-surface)}.ads-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ad-card{display:flex;align-items:center;gap:16px;padding:22px;border-radius:var(--radius);background:var(--neu-surface);box-shadow:var(--neu-out);color:var(--text-dark);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;position:relative;overflow:hidden}.ad-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;pointer-events:none;background:radial-gradient(circle at top right,rgba(59,130,246,.06),transparent 60%)}.ad-card:hover{transform:translateY(-4px);box-shadow:var(--sky-glow),var(--neu-out)}.ad-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;flex-shrink:0;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 20px #3b82f64d}.ad-card--indigo .ad-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 8px 20px #6366f14d}.ad-card--sky .ad-icon{background:linear-gradient(135deg,#38bdf8,#0ea5e9);box-shadow:0 8px 20px #0ea5e94d}.ad-body{flex:1;min-width:0}.ad-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--text-dark);margin:0 0 2px}.ad-subtitle{font-size:.82rem;color:var(--text-muted);margin:0;line-height:1.4}.ad-cta{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--rose-gold-dark);white-space:nowrap;padding-top:2px}@media(max-width:980px){.ads-grid{grid-template-columns:1fr}}@media(max-width:640px){.ads-banner-section{padding:16px 0 4px}.ad-card{padding:16px;gap:12px}.ad-icon{width:44px;height:44px;border-radius:12px}.ad-title{font-size:1.05rem}.ad-subtitle{font-size:.78rem}.ad-cta{font-size:.72rem}}.promo-banner{position:relative;background:var(--gradient-dark);padding:80px 0;overflow:hidden}.promo-bg-circle{position:absolute;border-radius:50%;pointer-events:none}.promo-bg-circle-1{width:500px;height:500px;background:radial-gradient(circle,rgba(135,206,235,.12) 0%,transparent 70%);top:-200px;right:-100px}.promo-bg-circle-2{width:350px;height:350px;background:radial-gradient(circle,rgba(58,155,196,.1) 0%,transparent 70%);bottom:-150px;left:5%}.promo-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:48px;align-items:center}.promo-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--sky-blue);margin-bottom:16px}.promo-content h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:600;color:var(--white);margin-bottom:20px;line-height:1.2}.promo-content .serif-italic{font-family:var(--font-serif);font-style:italic;color:var(--sky-blue-light);-webkit-text-fill-color:unset}.promo-offer{margin-bottom:32px}.promo-offer-pill{display:inline-block;background:#87ceeb26;border:1px solid rgba(135,206,235,.3);color:var(--sky-blue-light);padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.promo-btn{background:linear-gradient(135deg,var(--sky-blue),var(--sky-blue-dark));color:#fff;box-shadow:0 4px 20px #87ceeb59;padding:15px 32px}.promo-btn:hover{transform:translateY(-3px);box-shadow:0 12px 36px #87ceeb80}.promo-image{position:relative;display:flex;justify-content:center}.promo-image-ring{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:2px dashed rgba(135,206,235,.25);border-radius:24px;animation:spin-slow 20s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}.promo-image img{width:100%;max-width:340px;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #0006;position:relative;z-index:1}.promo-stats{display:flex;flex-direction:column;gap:28px}.promo-stat{display:flex;align-items:center;gap:16px}.promo-stat-icon{width:44px;height:44px;border-radius:12px;background:#87ceeb1f;border:1px solid rgba(135,206,235,.2);display:flex;align-items:center;justify-content:center;color:var(--sky-blue-light);flex-shrink:0}.promo-stat-value{display:block;font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--white);line-height:1;margin-bottom:2px}.promo-stat-stars{display:flex;gap:2px;margin:4px 0}.promo-stat-label{font-size:.82rem;color:#fff9}@media(max-width:960px){.promo-grid{grid-template-columns:1fr;text-align:center;gap:36px}.promo-stat{justify-content:center}.promo-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.promo-image img{max-width:100%;height:240px}}.bestsellers-section{background:var(--neu-surface);position:relative;overflow:hidden}.bestsellers-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-sky)}.bestsellers-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:52px;flex-wrap:wrap;gap:20px}.bestsellers-header .section-title.inline{text-align:left;margin-bottom:0}.view-all{padding:12px 28px;font-size:.88rem;white-space:nowrap;flex-shrink:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card-link{display:block;text-decoration:none;color:inherit;height:100%}.product-card{background:var(--white);border-radius:var(--radius);border:1px solid rgba(255,255,255,.7);overflow:hidden;box-shadow:0 10px 30px #6384ad1f,var(--neu-out-sm);transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s;position:relative;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--sky-glow),0 16px 40px #3b82f62e}.product-image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--white);display:flex;align-items:center;justify-content:center}.product-image-wrap img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image-wrap img{transform:scale(1.07)}.discount-badge{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,var(--rose-gold-dark),var(--rose-gold));color:#fff;font-size:.72rem;font-weight:700;padding:5px 11px;border-radius:50px;letter-spacing:.5px}.wishlist-btn{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .25s;opacity:0;transform:translateY(-4px)}.product-card:hover .wishlist-btn{opacity:1;transform:translateY(0)}.wishlist-btn.active,.wishlist-btn:hover{background:#fff;color:#ef4444;border-color:#fecaca;box-shadow:0 4px 12px #ef444433;opacity:1;transform:translateY(0)}.product-card:hover .product-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,43,60,.12) 0%,transparent 50%)}.product-info{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}.product-name{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text-dark);margin-bottom:8px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rating{display:flex;align-items:center;gap:5px;margin-bottom:14px;font-size:.85rem;color:var(--text-dark);font-weight:500}.review-count{color:var(--text-muted);font-weight:400}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.product-prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-current{font-size:1.15rem;font-weight:700;color:var(--text-dark)}.price-original{font-size:.88rem;color:var(--text-muted);text-decoration:line-through}.add-cart-btn{width:42px;height:42px;border-radius:12px;background:var(--gradient-dark);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s;box-shadow:0 4px 12px #1a2b3c33}.add-cart-btn:hover:not(:disabled){background:var(--gradient-sky);transform:scale(1.08);box-shadow:0 6px 20px #3a9bc466}.add-cart-btn:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:20px}.product-card{border-radius:var(--radius)}.product-image-wrap img{padding:12px}.product-info{padding:18px 20px 20px}.product-name{font-size:1.05rem;margin-bottom:8px}.product-rating{margin-bottom:14px;font-size:.85rem}.price-current{font-size:1.15rem}.price-original{font-size:.88rem}.add-cart-btn{width:42px;height:42px;border-radius:12px}.add-cart-btn svg{width:18px;height:18px}.discount-badge{top:14px;left:14px;font-size:.72rem;padding:5px 11px}.product-prices{flex-direction:row;align-items:center;gap:8px}.bestsellers-header{flex-direction:column;align-items:flex-start;gap:12px}}.testimonials-section{background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--white) 100%);position:relative}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;position:relative;transition:transform .3s,box-shadow .3s,border-color .3s;animation:fadeInUp .6s ease both}.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--sky-blue-light)}.testimonial-quote{color:var(--sky-blue-light);margin-bottom:16px}.testimonial-stars{display:flex;gap:3px;margin-bottom:16px}.testimonial-text{font-size:.94rem;color:var(--text-muted);line-height:1.75;margin-bottom:14px;font-style:italic}.testimonial-product{font-size:.78rem;color:var(--sky-blue-deep);font-weight:500;margin-bottom:24px;background:linear-gradient(135deg,#e0f4fd,#f0f9ff);padding:6px 14px;border-radius:50px;display:inline-block}.testimonial-product span{color:var(--text-muted);font-weight:400}.testimonial-author{display:flex;align-items:center;gap:12px;border-top:1px solid var(--border);padding-top:20px}.testimonial-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid var(--sky-blue-light);flex-shrink:0}.testimonial-name{font-weight:600;font-size:.92rem;color:var(--text-dark)}.testimonial-role{font-size:.78rem;color:var(--text-muted)}.rating-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:40px 48px;display:flex;align-items:center;gap:64px;box-shadow:var(--shadow)}.rating-summary-score{text-align:center;flex-shrink:0}.score-big{display:block;font-family:var(--font-serif);font-size:4rem;font-weight:700;color:var(--text-dark);line-height:1;margin-bottom:10px}.score-stars{display:flex;gap:4px;justify-content:center;margin-bottom:8px}.score-count{font-size:.82rem;color:var(--text-muted);white-space:nowrap}.rating-bars{flex:1;display:flex;flex-direction:column;gap:10px}.rating-bar-row{display:flex;align-items:center;gap:12px}.rating-bar-label{font-size:.82rem;color:var(--text-muted);width:52px;flex-shrink:0;text-align:right}.rating-bar-track{flex:1;height:8px;background:var(--bg-subtle);border-radius:50px;overflow:hidden}.rating-bar-fill{height:100%;background:linear-gradient(90deg,var(--sky-blue),var(--sky-blue-deep));border-radius:50px;transition:width 1s ease}.rating-bar-pct{font-size:.78rem;color:var(--text-muted);width:32px;flex-shrink:0}@media(max-width:960px){.testimonials-grid{grid-template-columns:1fr}.rating-summary{flex-direction:column;gap:32px;padding:32px 24px}.rating-bars{width:100%}}@media(max-width:640px){.testimonials-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(180deg,#111e2b,#1a2b3c);color:#ffffffb8;padding-top:72px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(135,206,235,.07) 0%,transparent 70%);pointer-events:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:2fr 1fr 1fr 1.6fr;gap:48px;padding-bottom:56px}.footer-logo{margin-bottom:18px}.footer-logo-img{height:48px;width:auto;object-fit:contain;filter:brightness(1.1)}.footer-brand p{font-size:.88rem;line-height:1.8;max-width:280px;margin-bottom:24px}.footer-social{display:flex;gap:10px}.footer-social-btn{width:38px;height:38px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff9;font-size:.8rem;font-weight:700;transition:background .2s,color .2s,border-color .2s;cursor:pointer;font-family:var(--font-sans)}.footer-social-btn:hover{background:#87ceeb26;border-color:#87ceeb4d;color:var(--sky-blue-light)}.footer-links{display:flex;flex-direction:column;gap:4px}.footer-links h4,.footer-contact h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:18px;letter-spacing:.3px}.footer-links a{font-size:.84rem;color:#fff9;padding:5px 0;transition:color .2s,padding-left .2s;display:inline-block}.footer-links a:hover{color:var(--sky-blue-light);padding-left:4px}.footer-contact h4{margin-bottom:18px}.contact-item{display:flex;align-items:center;gap:12px;font-size:.84rem;margin-bottom:14px;color:#fff9}.contact-item svg{color:var(--sky-blue-light);flex-shrink:0;opacity:.8}.footer-newsletter{margin-top:4px}.footer-newsletter p{font-size:.82rem;margin-bottom:10px;color:#ffffff80}.footer-newsletter-row{display:flex;gap:8px}.footer-newsletter-input{flex:1;padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;font-size:.83rem;font-family:var(--font-sans);outline:none;transition:border-color .2s}.footer-newsletter-input::placeholder{color:#ffffff4d}.footer-newsletter-input:focus{border-color:#87ceeb66}.footer-newsletter-btn{padding:10px 18px;border-radius:10px;background:var(--sky-blue-dark);color:#fff;font-size:.82rem;font-weight:600;border:none;cursor:pointer;font-family:var(--font-sans);transition:background .2s,transform .2s;white-space:nowrap}.footer-newsletter-btn:hover{background:var(--sky-blue-deep);transform:translateY(-1px)}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.07);padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom p{font-size:.8rem;color:#ffffff59}.footer-bottom-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{font-size:.8rem;color:#ffffff59;transition:color .2s}.footer-bottom-links a:hover{color:#ffffffb3}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:540px){.footer-grid{grid-template-columns:1fr}.footer-bottom{justify-content:center;text-align:center}.footer-bottom-container{flex-direction:column;justify-content:center;text-align:center;gap:16px}.footer-bottom-links{justify-content:center}}:root{--accent-1: #7c3aed;--accent-2: #60a5fa;--muted: #6b7280}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.9,.2,1),transform .6s cubic-bezier(.2,.9,.2,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:none}.animate-in{opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.animate-in.visible{opacity:1;transform:none}.stagger .product-card,.stagger .category-card{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.9,.2,1),transform .6s cubic-bezier(.2,.9,.2,1)}.stagger.visible .product-card,.stagger.visible .category-card{opacity:1;transform:none}.stagger.visible .product-card:nth-child(1){transition-delay:.02s}.stagger.visible .product-card:nth-child(2){transition-delay:.06s}.stagger.visible .product-card:nth-child(3){transition-delay:.1s}.stagger.visible .product-card:nth-child(4){transition-delay:.14s}.stagger.visible .product-card:nth-child(5){transition-delay:.18s}.stagger.visible .product-card:nth-child(6){transition-delay:.22s}.stagger.visible .product-card:nth-child(7){transition-delay:.26s}.stagger.visible .product-card:nth-child(8){transition-delay:.3s}.stagger.visible .product-card:nth-child(9){transition-delay:.34s}.stagger.visible .product-card:nth-child(10){transition-delay:.38s}.stagger.visible .product-card:nth-child(11){transition-delay:.42s}.stagger.visible .product-card:nth-child(12){transition-delay:.46s}.stagger.visible .category-card:nth-child(1){transition-delay:.02s}.stagger.visible .category-card:nth-child(2){transition-delay:.06s}.stagger.visible .category-card:nth-child(3){transition-delay:.1s}.stagger.visible .category-card:nth-child(4){transition-delay:.14s}.stagger.visible .category-card:nth-child(5){transition-delay:.18s}.stagger.visible .category-card:nth-child(6){transition-delay:.22s}.stagger.visible .category-card:nth-child(7){transition-delay:.26s}.stagger.visible .category-card:nth-child(8){transition-delay:.3s}.stagger.visible .category-card:nth-child(9){transition-delay:.34s}.stagger.visible .category-card:nth-child(10){transition-delay:.38s}.stagger.visible .category-card:nth-child(11){transition-delay:.42s}.stagger.visible .category-card:nth-child(12){transition-delay:.46s}.product-card,.category-card{transition:transform .28s ease,box-shadow .28s ease}.product-card:hover,.category-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0e2a4a1a}.fade-up{opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.fade-up.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal,.animate-in,.stagger .product-card,.stagger .category-card,.fade-up{transition:none!important;transform:none!important;opacity:1!important}}@media(max-width:1024px){.reveal,.animate-in{animation:mobileFallbackReveal 0s 1.5s forwards}.reveal.visible,.animate-in.visible{animation:none}}@keyframes mobileFallbackReveal{to{opacity:1;transform:none}}.stat-strip{background:var(--text-dark);padding:26px 0}.stat-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-item{display:flex;align-items:center;gap:14px;color:#fff}.stat-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#ffffff14;color:var(--rose-gold-light);flex-shrink:0}.stat-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;line-height:1.1;color:#fff}.stat-label{font-size:.8rem;color:#ffffffb3}@media(max-width:768px){.stat-strip-grid{grid-template-columns:repeat(2,1fr);gap:18px}}.section.home-section{padding:80px 0;background:var(--neu-surface)}.section.home-section:nth-child(2n){background:var(--off-white)}@media(max-width:768px){.section.home-section{padding:56px 0}}.about-section{background:var(--neu-surface)!important;text-align:center}.about-content p.about-desc{max-width:680px;margin:0 auto 48px;font-size:1.05rem;color:var(--text-muted);line-height:1.85}.about-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:0}.about-pillar{background:var(--neu-surface);border:none;border-radius:var(--radius);padding:32px 22px;text-align:center;box-shadow:var(--neu-out);transition:transform .3s,box-shadow .3s}.about-pillar:hover{transform:translateY(-5px);box-shadow:var(--sky-glow),var(--neu-out)}.about-pillar-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 16px;border-radius:18px;color:var(--rose-gold-dark);background:var(--neu-surface);box-shadow:var(--neu-in),0 0 18px #3b82f638}.about-pillar h4{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:8px}.about-pillar p{font-size:.85rem;color:var(--text-muted);line-height:1.5}@media(max-width:860px){.about-pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-pillars{grid-template-columns:1fr}}.cta-band{position:relative;padding:64px 0;text-align:center;background:radial-gradient(circle at 20% 30%,rgba(96,165,250,.32),transparent 45%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.28),transparent 45%),linear-gradient(135deg,#eff6ff,#dbeafe,#eff6ff);overflow:hidden}.cta-band-inner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.cta-band-title{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);color:#1e293b;margin:0 0 6px}.cta-band-sub{color:#475569;font-size:1rem;margin:0}.cta-band-btn{white-space:nowrap;padding:14px 24px}@media(max-width:640px){.cta-band{padding:48px 0}.cta-band-inner{flex-direction:column;text-align:center}}.cart-page{padding:40px 0 80px;min-height:60vh}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:var(--text-muted);margin-bottom:24px;transition:color .2s}.back-link:hover{color:var(--sky-blue-deep)}.cart-title{font-family:var(--font-serif);font-size:2.25rem;margin-bottom:32px}.cart-empty{text-align:center;padding:80px 0;color:var(--text-muted)}.cart-empty svg{color:var(--sky-blue-light);margin-bottom:24px}.cart-empty h2{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:8px}.cart-empty p{margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-info h3{font-size:.95rem;font-weight:600;margin-bottom:4px}.cart-item-price{color:var(--text-muted);font-size:.85rem}.cart-item-qty{display:flex;align-items:center;gap:12px;background:var(--off-white);border-radius:50px;padding:4px 8px}.cart-item-qty button{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-dark);transition:background .2s}.cart-item-qty button:hover{background:var(--sky-blue-light)}.cart-item-total{font-weight:700;min-width:70px;text-align:right}.cart-item-remove{color:var(--text-light);transition:color .2s}.cart-item-remove:hover{color:#e74c3c}.cart-summary{background:var(--off-white);border-radius:var(--radius);padding:28px;border:1px solid var(--border);position:sticky;top:96px}.cart-summary h3{font-family:var(--font-serif);font-size:1.35rem;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:12px;color:var(--text-muted)}.summary-row.total{font-size:1.1rem;font-weight:700;color:var(--text-dark)}.summary-row .free{color:var(--sky-blue-deep);font-weight:600}.summary-divider{height:1px;background:var(--border);margin:16px 0}.checkout-btn{width:100%;justify-content:center;margin-top:20px}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr;gap:12px}.cart-item img{width:60px;height:60px}.cart-item-qty,.cart-item-total,.cart-item-remove{grid-column:2}}.review-section{margin-top:48px}.rs-title{font-family:var(--font-serif);font-size:1.6rem;margin-bottom:24px;color:var(--text-dark)}.rs-summary{display:flex;gap:32px;align-items:center;flex-wrap:wrap;background:var(--off-white, #f8fafc);border-radius:16px;padding:24px;margin-bottom:28px}.rs-summary-score{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:140px}.rs-score-big{font-size:2.4rem;font-weight:800;color:var(--text-dark);line-height:1}.rs-score-count{font-size:.85rem;color:var(--text-muted, #64748b)}.rs-breakdown{flex:1;min-width:240px;display:flex;flex-direction:column;gap:6px}.rs-bar-row{display:flex;align-items:center;gap:10px;font-size:.82rem;color:var(--text-muted, #64748b)}.rs-bar-label{width:28px}.rs-bar-track{flex:1;height:8px;background:#e2e8f0;border-radius:50px;overflow:hidden}.rs-bar-fill{height:100%;background:linear-gradient(90deg,gold,orange);border-radius:50px}.rs-bar-pct{width:28px;text-align:right}.rs-stars{display:inline-flex;gap:2px}.rs-star-btn{cursor:pointer;transition:transform .1s}.rs-star-btn:hover{transform:scale(1.15)}.rs-mine{background:#f0f9ff;border:1px solid #B8E2F2;border-radius:12px;padding:16px;margin-bottom:24px}.rs-mine-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.rs-mine-text{font-size:.9rem;color:var(--text-dark);margin:4px 0 12px}.rs-mine-actions{display:flex;gap:8px}.rs-form{background:var(--white, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:20px;margin-bottom:28px}.rs-form h3{font-size:1.1rem;margin-bottom:14px}.rs-error{background:#fee2e2;color:#dc2626;padding:8px 12px;border-radius:8px;font-size:.85rem;margin-bottom:12px}.rs-form-row{margin-bottom:14px}.rs-form-row label{display:block;font-size:.82rem;font-weight:600;color:var(--text-muted, #64748b);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.rs-form-row textarea{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:.9rem;resize:vertical}.rs-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;max-width:280px}.rs-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.rs-thumb img{width:100%;height:100%;object-fit:cover}.rs-thumb-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;border:none;background:#ef4444eb;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.rs-upload-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:var(--text-muted, #475569);font-size:.85rem;cursor:pointer}.rs-upload-btn:hover{border-color:#87ceeb;color:#3a9bc4}.rs-form-actions{display:flex;gap:10px;margin-top:16px;align-items:center}.rs-spin{animation:rs-spin .8s linear infinite}@keyframes rs-spin{to{transform:rotate(360deg)}}.rs-cta{background:var(--off-white, #f8fafc);border-radius:10px;padding:14px 18px;margin-bottom:28px}.rs-cta a{color:#3a9bc4;font-weight:600}.rs-empty{color:var(--text-muted, #64748b);font-style:italic;padding:24px 0}.rs-list{display:flex;flex-direction:column;gap:16px}.rs-card{background:var(--white, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:16px 18px}.rs-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.rs-name{font-weight:600;color:var(--text-dark);margin-right:8px}.rs-verified{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:#10b981;font-weight:600}.rs-comment{font-size:.92rem;color:var(--text-dark);margin:6px 0 10px;line-height:1.5}.rs-card-photos{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.rs-card-photos img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;cursor:pointer}.rs-date{font-size:.75rem;color:var(--text-muted, #94a3b8)}.rs-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:8px;font-size:.85rem;color:var(--text-muted, #64748b)}@media(max-width:640px){.rs-summary{flex-direction:column;align-items:stretch;gap:20px;padding:18px}.rs-summary-score{min-width:0}.rs-thumbs{grid-template-columns:repeat(3,1fr);max-width:100%}}.product-detail-container{width:100%;max-width:1260px;margin:0 auto;padding:40px 28px 80px;min-height:100vh;background:var(--neu-surface)}.breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:36px;font-size:.92rem}.breadcrumb a{color:var(--rose-gold);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--rose-gold-dark);text-decoration:underline}.breadcrumb .separator{color:var(--text-muted)}.breadcrumb .current{color:var(--text-dark);font-weight:500}.product-detail-loading{display:flex;justify-content:center;align-items:center;min-height:400px;background:var(--neu-surface)}.product-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:24px;text-align:center;background:var(--neu-surface)}.product-not-found h2{font-size:2rem;color:var(--text-dark)}.product-detail-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:56px;margin-bottom:72px;align-items:start}@media(max-width:768px){.product-detail-wrapper{grid-template-columns:1fr;gap:36px}.product-image-container{max-height:420px;margin:0 auto}.product-image-thumbnails{justify-content:flex-start}}.product-image-section{display:flex;flex-direction:column;gap:16px}.product-image-container{position:relative;width:100%;aspect-ratio:1;background:var(--white);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:var(--neu-out);transition:box-shadow .35s}.product-image-container:hover{box-shadow:var(--sky-glow),var(--neu-out)}.product-image-main{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .4s ease}.product-image-container:hover .product-image-main{transform:scale(1.05)}.discount-badge-large{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,var(--rose-gold),var(--rose-gold-dark));color:#fff;padding:12px 16px;border-radius:14px;font-weight:600;font-size:1.05rem;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 6px 18px #3b82f64d}.discount-badge-large .save-amount{font-size:.78rem;font-weight:500;opacity:.9}.out-of-stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.product-image-thumbnails{display:flex;gap:12px;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding:4px 4px 12px}.product-image-thumbnails::-webkit-scrollbar{height:6px}.product-image-thumbnails::-webkit-scrollbar-track{background:transparent}.product-image-thumbnails::-webkit-scrollbar-thumb{background:var(--rose-gold-light);border-radius:3px}.thumbnail{width:80px;height:80px;border-radius:14px;overflow:hidden;cursor:pointer;background:var(--white);box-shadow:var(--neu-out-sm);transition:box-shadow .25s;flex-shrink:0}.thumbnail img{width:100%;height:100%;object-fit:contain;padding:4px}.thumbnail.active,.thumbnail:hover{box-shadow:var(--sky-glow),var(--neu-out-sm)}.product-info-section{display:flex;flex-direction:column;gap:22px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.product-title{font-family:var(--font-serif);font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;color:var(--text-dark);line-height:1.15;margin:0}.product-rating-section{display:flex;align-items:center;gap:12px;margin-top:10px}.stars{display:flex;gap:4px}.rating-number{font-weight:600;color:var(--text-dark);font-size:1rem}.review-count{color:var(--text-muted);font-size:.9rem}.wishlist-icon-btn{width:50px;height:50px;border-radius:50%;border:none;background:var(--neu-surface);box-shadow:var(--neu-out-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .25s,color .25s;color:var(--text-muted);flex-shrink:0}.wishlist-icon-btn:hover{color:var(--rose-gold);box-shadow:var(--sky-glow),var(--neu-out-sm)}.wishlist-icon-btn.active{color:var(--rose-gold)}.share-icon-btn{width:50px;height:50px;border-radius:50%;border:none;background:var(--neu-surface);box-shadow:var(--neu-out-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:box-shadow .25s,color .25s;color:var(--text-muted);flex-shrink:0;position:relative}.share-icon-btn:hover{color:var(--sky-blue-deep);box-shadow:var(--sky-glow),var(--neu-out-sm)}.share-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background:#0f172af2;color:#fff;font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;box-shadow:0 4px 12px #00000026;animation:tooltipFadeIn .2s ease-out;z-index:10}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(0)}to{opacity:1;transform:translate(-50%) translateY(-8px)}}.price-section{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.price-group{display:flex;align-items:baseline;gap:12px}.price-current{font-family:var(--font-serif);font-size:2.2rem;font-weight:700;color:var(--rose-gold-dark)}.price-original{font-size:1.15rem;color:var(--text-muted);text-decoration:line-through}.discount-percent{display:inline-block;background:#3b82f61f;color:var(--rose-gold-dark);padding:6px 12px;border-radius:8px;font-weight:600;font-size:.88rem}.stock-status{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--neu-surface);border-radius:12px;font-weight:500;color:#10b981;box-shadow:var(--neu-in)}.stock-status.out-stock,.out-stock{color:#d92d20}.product-description{font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0}.features-list{display:flex;flex-direction:column;gap:14px;padding:22px;background:var(--neu-surface);border-radius:var(--radius);box-shadow:var(--neu-in)}.feature-item{display:flex;gap:16px;align-items:flex-start}.feature-item svg{flex-shrink:0;color:var(--rose-gold);margin-top:2px}.feature-title{font-weight:600;color:var(--text-dark);font-size:.95rem}.feature-subtitle{font-size:.85rem;color:var(--text-muted);margin-top:2px}.actions-section{display:flex;flex-direction:column;gap:16px}.quantity-selector{display:flex;align-items:center;gap:16px}.quantity-selector label{font-weight:600;color:var(--text-dark);white-space:nowrap}.quantity-input{display:flex;align-items:center;border-radius:14px;overflow:hidden;background:var(--neu-surface);box-shadow:var(--neu-in);padding:4px}.qty-btn{width:38px;height:38px;border:none;background:var(--neu-surface);box-shadow:var(--neu-out-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-dark);border-radius:10px;transition:box-shadow .2s,color .2s}.qty-btn:hover:not(:disabled){color:var(--rose-gold);box-shadow:var(--sky-glow),var(--neu-out-sm)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-input{width:50px;border:none;text-align:center;font-weight:600;font-size:1rem;background:transparent;padding:0 8px}.qty-input:focus{outline:none}.action-buttons{display:flex;gap:12px}.btn-add-cart,.btn-buy-now{flex:1;padding:15px 24px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .25s ease,box-shadow .25s ease}.btn-add-cart{background:var(--neu-surface);color:var(--rose-gold-dark);box-shadow:var(--neu-out-sm)}.btn-add-cart:hover:not(:disabled){transform:translateY(-2px);color:var(--rose-gold-dark);box-shadow:var(--sky-glow),var(--neu-out-sm)}.btn-add-cart.added{color:#10b981}.btn-buy-now{background:linear-gradient(135deg,var(--rose-gold),var(--rose-gold-dark));color:#fff;box-shadow:0 8px 20px #3b82f64d}.btn-buy-now:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #3b82f66b}.btn-add-cart:disabled,.btn-buy-now:disabled{opacity:.55;cursor:not-allowed}.additional-info{padding:22px;background:var(--neu-surface);border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;box-shadow:var(--neu-in)}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.info-label{color:var(--text-muted);font-weight:500}.info-value{color:var(--text-dark);font-weight:600}.product-details-section{margin-top:56px;padding:36px;background:var(--neu-surface);border-radius:var(--radius);box-shadow:var(--neu-out)}.tabs-header{display:flex;gap:24px;border-bottom:2px solid rgba(99,132,173,.18);margin-bottom:28px}.tab-btn{padding:14px 0;border:none;background:none;font-size:1rem;font-weight:600;color:var(--text-muted);cursor:pointer;position:relative;transition:color .3s}.tab-btn:hover{color:var(--text-dark)}.tab-btn.active{color:var(--rose-gold)}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--rose-gold)}.tabs-content{animation:fadeIn .3s ease}.tab-pane{display:flex;flex-direction:column;gap:14px}.tab-pane h3{font-family:var(--font-serif);font-size:1.3rem;color:var(--text-dark);margin:0}.tab-pane p{color:var(--text-muted);line-height:1.7;margin:0}.ingredients-list,.usage-steps{margin:12px 0;padding-left:24px;color:var(--text-muted);line-height:1.9}.ingredients-list li,.usage-steps li{margin-bottom:8px}.ingredients-note{padding:16px;background:#3b82f60f;border-radius:12px;font-size:.95rem;color:var(--text-muted)}.related-products-section{margin-top:72px}.related-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:16px}.related-header .section-title.inline{text-align:left;margin-bottom:0}.related-view-all{padding:10px 24px;font-size:.85rem;white-space:nowrap}@media(max-width:1024px){.product-detail-container{padding:30px 18px 60px}.product-detail-wrapper{gap:36px}.price-current{font-size:1.8rem}}@media(max-width:640px){.product-detail-wrapper{gap:28px}.product-header{flex-direction:column}.wishlist-icon-btn{align-self:flex-start}.action-buttons{flex-direction:column}.tabs-header{overflow-x:auto;gap:12px}.tab-btn{white-space:nowrap;padding:12px 0}.breadcrumb{font-size:.82rem;flex-wrap:wrap}.product-details-section{padding:22px}.product-image-container{max-height:340px}.thumbnail{width:64px;height:64px;border-radius:10px}.discount-badge-large{top:12px;right:12px;padding:8px 12px;border-radius:10px;font-size:.85rem}.discount-badge-large .save-amount{font-size:.65rem}}.category-products-page{min-height:100vh;background:var(--neu-surface);padding:40px 0 80px}.category-products-page .back-link{display:inline-flex;align-items:center;gap:8px;color:var(--rose-gold);font-weight:500;font-size:.92rem;margin-bottom:28px;text-decoration:none;transition:color .2s}.category-products-page .back-link:hover{color:var(--rose-gold-dark)}.category-products-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}.category-products-title{text-align:left;margin-bottom:0}.category-products-count{font-size:.95rem;color:var(--text-muted);font-weight:500;padding:8px 18px;background:var(--neu-surface);border-radius:999px;box-shadow:var(--neu-in)}.category-products-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.category-products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;text-align:center;padding:60px 20px;background:var(--neu-surface);border-radius:var(--radius);box-shadow:var(--neu-in)}.category-products-empty h3{font-family:var(--font-serif);font-size:1.4rem;color:var(--text-dark);margin:0}.category-products-empty p{color:var(--text-muted);margin:0}@media(max-width:640px){.category-products-header{flex-direction:column;align-items:flex-start}}.google-btn-wrapper{position:relative;width:100%;max-width:320px;height:48px;margin:16px auto}.google-official-btn-container{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.01;z-index:2;overflow:hidden}.google-neumorphic-btn{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--white);border-radius:24px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:600;font-size:.95rem;color:var(--text-dark);box-shadow:6px 6px 16px #a3b1c666,-6px -6px 16px #ffffffd9;border:1px solid rgba(255,255,255,.4);transition:all .2s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:1}.google-btn-wrapper:hover .google-neumorphic-btn{transform:translateY(-2px);box-shadow:8px 8px 20px #a3b1c680,-8px -8px 20px #fffffff2;background:var(--off-white)}.google-btn-wrapper:active .google-neumorphic-btn{transform:translateY(0);box-shadow:inset 4px 4px 10px #a3b1c659,inset -4px -4px 10px #ffffffd9}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--off-white) 0%,var(--sky-blue-light) 100%);padding:24px}.auth-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:48px 40px;width:100%;max-width:440px}.auth-logo{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--sky-blue-deep);margin-bottom:8px}.auth-subtitle{text-align:center;color:var(--text-muted);margin-bottom:32px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:6px}.form-group input{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--sky-blue)}.auth-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:var(--radius-sm);font-size:.875rem}.auth-submit{width:100%;justify-content:center;margin-top:8px}.auth-footer{text-align:center;margin-top:24px;color:var(--text-muted);font-size:.9rem}.auth-footer a{color:var(--sky-blue-deep);font-weight:600}.auth-footer a:hover{text-decoration:underline}.demo-credentials{margin-top:20px;padding:12px 16px;background:var(--off-white);border-radius:var(--radius-sm);font-size:.8rem;color:var(--text-muted);text-align:center;line-height:1.6}.loading-screen{min-height:60vh;display:flex;align-items:center;justify-content:center}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--sky-blue);border-radius:50%;animation:spin .8s linear infinite}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--text-muted);margin:20px 0;font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1.5px solid var(--border)}.auth-divider:not(:empty):before{margin-right:.75em}.auth-divider:not(:empty):after{margin-left:.75em}.checkout-page{padding:40px 0 80px;background:var(--off-white);min-height:70vh}.checkout-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:32px}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.checkout-form-card,.checkout-summary{background:var(--white);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.checkout-form-card h3,.checkout-summary h3{font-size:1.1rem;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--border)}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-grid .full{grid-column:1 / -1}.checkout-item{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.checkout-item img{width:56px;height:56px;object-fit:cover;border-radius:8px}.checkout-item-info{flex:1}.checkout-item-info h4{font-size:.9rem;margin-bottom:2px}.checkout-item-info span{font-size:.85rem;color:var(--text-muted)}.demo-pay-notice{background:linear-gradient(135deg,var(--sky-blue-light),var(--off-white));border:2px dashed var(--sky-blue);border-radius:var(--radius-sm);padding:16px;margin-bottom:20px;font-size:.875rem;color:var(--text-muted)}.success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--off-white)}.success-card{background:var(--white);border-radius:var(--radius);padding:48px;text-align:center;max-width:980px;box-shadow:var(--shadow-lg)}.success-stack{display:flex;flex-direction:column;gap:18px}.success-header{display:flex;align-items:center;justify-content:center;gap:18px;text-align:left}.success-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.success-meta-box{background:linear-gradient(135deg,#f0f9fff2,#fffffffa);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;text-align:left}.success-meta-box strong{display:block;color:var(--sky-blue-deep);font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.success-meta-box span{display:block;color:var(--text-main);font-weight:700}.success-icon{width:72px;height:72px;background:var(--sky-blue-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:var(--sky-blue-deep)}.success-card h1{font-family:var(--font-serif);font-size:2rem;margin-bottom:12px}.success-card p{color:var(--text-muted);margin-bottom:8px}.success-actions{display:flex;gap:12px;justify-content:center;margin-top:32px;flex-wrap:wrap}@media(max-width:980px){.success-meta-grid{grid-template-columns:1fr}}@media(max-width:768px){.checkout-layout,.checkout-grid{grid-template-columns:1fr}.success-card{padding:28px 18px}.success-header{flex-direction:column;text-align:center}}.panel-layout{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 72px);background:var(--off-white)}.panel-sidebar{background:var(--white);border-right:1px solid var(--border);padding:32px 0}.panel-sidebar-header{padding:0 24px 24px;border-bottom:1px solid var(--border);margin-bottom:16px}.admin-sidebar-logo{height:44px;width:auto;object-fit:contain}.panel-sidebar-header p{font-size:.85rem;color:var(--text-muted);margin-top:4px}.panel-nav a,.panel-nav button{display:flex;align-items:center;gap:12px;width:100%;padding:14px 24px;font-size:.95rem;color:var(--text-muted);transition:all .2s;text-align:left}.panel-nav a:hover,.panel-nav button:hover{background:var(--off-white);color:var(--rose-gold)}.panel-nav a.active{background:linear-gradient(90deg,var(--rose-gold-light),transparent);color:var(--rose-gold);font-weight:600;border-right:3px solid var(--rose-gold)}.panel-sidebar.dark .panel-nav a.active{background:#3b82f626;color:var(--rose-gold-light);border-right-color:var(--rose-gold-light)}.panel-content{padding:32px 40px;overflow-y:auto;width:100%;box-sizing:border-box}.admin-mobile-bar,.admin-overlay{display:none}.admin-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#ffffff1f;color:#fff;border-radius:8px;cursor:pointer}.panel-content h1{font-family:var(--font-serif);font-size:2rem;margin-bottom:8px}.panel-subtitle{color:var(--text-muted);margin-bottom:32px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.stat-card .stat-label{font-size:.85rem;color:var(--text-muted);margin-bottom:8px}.stat-card .stat-value{font-size:1.75rem;font-weight:700;color:var(--text-dark)}.stat-card.highlight{background:linear-gradient(135deg,var(--rose-gold-light),var(--rose-gold));color:var(--white)}.stat-card.highlight .stat-label{color:#ffffffd9}.stat-card.highlight .stat-value{color:var(--white)}.data-table{width:100%;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.data-table table{width:100%;border-collapse:collapse}.data-table th{background:var(--off-white);padding:14px 16px;text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.data-table td{padding:14px 16px;border-top:1px solid var(--border);font-size:.9rem}.status-badge{display:inline-block;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase}.panel-actions{display:flex;gap:8px}.btn-sm{padding:6px 14px;font-size:.8rem;border-radius:8px}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669}.btn-ship{background:#8b5cf6;color:#fff}.btn-ship:hover{background:#7c3aed}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover{background:#fecaca}.product-form{background:var(--white);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);max-width:640px}.product-form .checkout-grid{margin-bottom:20px}.stock-input{width:80px;padding:6px 10px;border:2px solid var(--border);border-radius:8px;text-align:center}.discount-input{width:70px;padding:6px 10px;border:2px solid var(--border);border-radius:8px;text-align:center}.order-card{background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);margin-bottom:16px}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.order-items-list{display:flex;flex-direction:column;gap:8px}.order-item-row{display:flex;align-items:center;gap:12px;font-size:.9rem}.order-item-row img{width:40px;height:40px;object-fit:cover;border-radius:6px}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.empty-state{text-align:center;padding:60px 24px;color:var(--text-muted)}.empty-state svg{margin-bottom:16px;opacity:.4}.admin-page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:8px}.admin-action-group{display:flex;gap:8px;flex-wrap:wrap}.admin-tabs{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px;border-bottom:1px solid var(--border-color);padding-bottom:16px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.category-form-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.category-form-row>input{flex:1 1 200px}.contact-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}@media(max-width:900px){.panel-layout{grid-template-columns:1fr}.admin-mobile-bar{position:sticky;top:0;z-index:1200;display:flex;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(180deg,#1a2b3c,#2a3f54);color:#fff;box-shadow:0 2px 12px #00000026}.admin-mobile-logo{height:36px;width:auto;object-fit:contain}.admin-mobile-user{margin-left:auto;font-size:.85rem;color:#ffffffb3;max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-sidebar{position:fixed;top:0;left:0;bottom:0;width:270px;max-width:85vw;transform:translate(-100%);transition:transform .25s ease;z-index:1100;box-shadow:4px 0 24px #0003;overflow-y:auto}.panel-sidebar.open{transform:translate(0)}.panel-nav{display:flex;flex-direction:column;overflow:visible}.admin-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1050}.admin-overlay.open{display:block}.panel-content{padding:24px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media(max-width:640px){.panel-content{padding:16px}.panel-content h1{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.stat-card{padding:16px}.stat-card .stat-value{font-size:1.4rem}.dashboard-grid{grid-template-columns:1fr;gap:24px}.admin-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table thead{display:none}.data-table,.data-table table,.data-table tbody{display:block}.data-table tr{display:grid;gap:4px;padding:14px 16px;border-bottom:1px solid var(--border)}.data-table tr:last-child{border-bottom:none}.data-table td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;border-top:none;font-size:.9rem;text-align:right}.data-table td:before{content:attr(data-label);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-align:left}.data-table td[data-full]{grid-column:1 / -1;justify-content:flex-start}.data-table .panel-actions,.panel-actions{flex-wrap:wrap;justify-content:flex-end}.category-form-row{flex-direction:column;align-items:stretch}.category-form-row>input{flex:1 1 auto;width:100%}.contact-header{flex-direction:column;align-items:stretch}.stock-input,.discount-input{width:72px}.product-form{padding:20px}.order-card{padding:16px}.order-card-header{flex-direction:column;align-items:stretch}.stock-modal{width:calc(100% - 24px)!important;max-width:none!important;max-height:90vh;overflow-y:auto}}.account-settings-container{display:flex;flex-direction:column;gap:32px;max-width:600px;animation:fadeIn .4s ease-out}.profile-summary-card,.password-change-card{background:var(--white);padding:32px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:20px}.profile-summary-card h3,.password-change-card h3{font-family:var(--font-serif);font-size:1.25rem;color:var(--text-dark);margin:0}.profile-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:12px;font-size:.95rem}.profile-label{color:var(--text-muted);font-weight:600}.profile-value{color:var(--text-dark);font-weight:500}.profile-badge{background:var(--sky-blue-light);color:var(--sky-blue-deep);font-size:.85rem;font-weight:600;padding:6px 12px;border-radius:20px;align-self:flex-start}.settings-help-text{font-size:.85rem;color:var(--text-muted);background:var(--off-white);padding:12px 16px;border-left:4px solid var(--sky-blue);border-radius:4px;margin:0;line-height:1.5}.settings-form{display:flex;flex-direction:column;gap:20px}.settings-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}.settings-success{background:#ecfdf5;color:#059669;padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}.settings-submit{align-self:flex-start;min-width:160px;margin-top:8px}@media(max-width:640px){.settings-submit{align-self:stretch}}.apf-grid{display:grid;grid-template-columns:1fr 340px;gap:28px;margin-bottom:28px}.apf-fields{display:flex;flex-direction:column;gap:18px}.apf-group{display:flex;flex-direction:column;gap:6px}.apf-group label,.apf-section-label{font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.8px}.apf-section-label{display:block;margin-bottom:10px}.apf-group input,.apf-group select,.apf-group textarea{padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.92rem;color:#1a2b3c;background:#f8fafc;font-family:var(--font-sans);transition:border-color .2s,box-shadow .2s,background .2s;outline:none;width:100%;resize:vertical}.apf-group input:focus,.apf-group select:focus,.apf-group textarea:focus{border-color:#87ceeb;background:#fff;box-shadow:0 0 0 3px #87ceeb26}.apf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.apf-check{justify-content:flex-end}.apf-checkbox-label{display:flex!important;align-items:center;gap:10px;font-size:.88rem!important;font-weight:500!important;color:#334155!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer;padding:11px 0}.apf-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#3A9BC4;cursor:pointer;flex-shrink:0}.apf-image-col{display:flex;flex-direction:column}.apf-dropzone{border:2px dashed #cbd5e1;border-radius:16px;background:#f8fafc;min-height:280px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .25s,background .25s;position:relative;overflow:hidden;margin-bottom:12px}.apf-dropzone:hover{border-color:#87ceeb;background:#f0f9ff}.apf-dropzone.has-image{border-style:solid;border-color:#b8e2f2}.apf-dropzone-empty{text-align:center;padding:24px;pointer-events:none}.apf-drop-icon{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#e0f4fd,#b8e2f2);color:#3a9bc4;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.apf-drop-title{font-size:.9rem;font-weight:600;color:#334155;margin-bottom:6px}.apf-drop-hint{font-size:.78rem;color:#94a3b8}.apf-preview-img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.apf-clear-btn{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;background:#ef4444e6;color:#fff;font-size:.78rem;font-weight:600;border:none;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s;font-family:var(--font-sans)}.apf-clear-btn:hover{background:#dc2626}.apf-browse-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;font-size:.88rem;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s,background .2s;font-family:var(--font-sans)}.apf-browse-btn:hover{border-color:#87ceeb;color:#3a9bc4;background:#f0f9ff}.apf-file-name{font-size:.78rem;color:#64748b;margin-top:8px;text-align:center;word-break:break-all}.apf-actions{display:flex;gap:12px}.apf-section-label{display:flex;align-items:center;justify-content:space-between}.apf-count{font-size:.72rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:50px;text-transform:none;letter-spacing:0}.apf-thumb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.apf-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1.5px solid #e2e8f0;background:#f8fafc}.apf-thumb img{width:100%;height:100%;object-fit:cover;display:block}.apf-thumb.cover{border-color:#87ceeb}.apf-cover-badge{position:absolute;top:4px;left:4px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:#3a9bc4eb;padding:2px 6px;border-radius:50px}.apf-thumb-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:#ef4444eb;color:#fff;cursor:pointer;transition:background .2s}.apf-thumb-remove:hover{background:#dc2626}.apf-dropzone-multi{min-height:150px}.apf-dropzone-multi .apf-drop-icon{width:52px;height:52px;border-radius:14px;margin-bottom:10px}.apf-dropzone-multi .apf-drop-title{margin-bottom:4px}@media(max-width:860px){.apf-grid{grid-template-columns:1fr}.apf-image-col{order:-1}}@media(max-width:540px){.apf-row{grid-template-columns:1fr}.apf-thumb-grid{grid-template-columns:repeat(2,1fr)}}:root{--bg-gradient: linear-gradient(135deg,#7dd3fc 0%, #60a5fa 50%, #7c3aed 100%);--card-bg: #ffffff;--muted: #6b7280;--accent: #7c3aed}.contact-hero{background:var(--bg-gradient);color:#fff;padding:60px 0;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.contact-hero-inner{max-width:900px;margin:0 auto;text-align:left}.contact-hero-inner h1{font-size:32px;margin:0 0 8px}.contact-hero-inner p{margin:0;opacity:.95}.contact-wrapper{margin-top:28px;max-width:1100px;margin-left:auto;margin-right:auto;padding:24px}.contact-grid{display:grid;grid-template-columns:1fr 360px;gap:22px;align-items:start}.card{background:var(--card-bg);border-radius:12px;box-shadow:0 6px 20px #0d263b0f;padding:20px}.contact-form label{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border-radius:8px;border:1px solid #e6eef8;font-size:14px;background:#fff}.contact-form textarea{resize:vertical;min-height:140px}.form-row{display:flex;gap:12px}.form-col{flex:1}.form-actions{display:flex;gap:10px;margin-top:12px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;border:none;cursor:pointer}.btn.primary{background:linear-gradient(90deg,#7c3aed,#60a5fa);color:#fff}.btn.outline{background:transparent;border:1px solid #e6eef8;color:var(--muted)}.contact-notice{padding:12px;border-radius:8px;margin-bottom:12px;font-weight:500}.contact-notice.success{background:#ecfdf5;color:#065f46;border:1px solid #d1fae5}.contact-notice.error{background:#fff1f2;color:#7f1d1d;border:1px solid #fecaca}.contact-info h3{margin-top:0}.info-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.info-item{display:flex;gap:12px;align-items:flex-start}.info-icon{width:40px;height:40px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.info-body strong{display:block}.info-body a,.info-body span{color:#111827;font-size:14px;text-decoration:none}.hours{margin-top:18px;color:var(--muted);font-size:14px}@media(max-width:880px){.contact-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.contact-wrapper{padding:12px}.contact-hero{padding:36px 0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-container{background:var(--white);border-radius:var(--radius);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:440px;padding:40px;position:relative;animation:slideUp .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(135,206,235,.15)}.modal-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background-color:var(--off-white);color:var(--text-dark)}.modal-logo{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--sky-blue-deep);margin-bottom:8px}.modal-subtitle{text-align:center;color:var(--text-muted);margin-bottom:24px;font-size:.95rem}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-form .form-group{margin-bottom:0}.modal-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}.modal-success{background:#ecfdf5;color:#059669;padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;text-align:center}.modal-forgot-link{font-size:.85rem;color:var(--sky-blue-deep);text-align:right;margin-top:4px;cursor:pointer;font-weight:600}.modal-forgot-link:hover{text-decoration:underline}.modal-submit{width:100%;justify-content:center;margin-top:4px}.modal-footer{text-align:center;margin-top:20px;color:var(--text-muted);font-size:.9rem}.modal-footer span{color:var(--sky-blue-deep);font-weight:600;cursor:pointer}.modal-footer span:hover{text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--rose-gold: #3b82f6;--rose-gold-light: #93c5fd;--rose-gold-dark: #2563eb;--rose-gold-deep: #1d4ed8;--peach: #e0f2fe;--peach-light: #f0f9ff;--cream: #f8fafc;--warm-beige: #e2e8f0;--white: #FFFFFF;--off-white: #f8fbff;--bg-subtle: #f1f6fc;--text-dark: #1e293b;--text-muted: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--shadow: 0 4px 24px rgba(59, 130, 246, .1);--shadow-md: 0 8px 32px rgba(59, 130, 246, .12);--shadow-lg: 0 16px 56px rgba(59, 130, 246, .15);--shadow-xl: 0 32px 80px rgba(59, 130, 246, .2);--radius: 20px;--radius-sm: 12px;--radius-xs: 8px;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--gradient-sky: linear-gradient(135deg, #93c5fd 0%, #60a5fa 50%, #3b82f6 100%);--gradient-fresh: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);--gradient-dark: linear-gradient(135deg, #1e293b 0%, #334155 100%);--neu-surface: #eef4fb;--neu-shadow-light: rgba(255, 255, 255, .95);--neu-shadow-dark: rgba(99, 132, 173, .32);--neu-out: 9px 9px 20px var(--neu-shadow-dark), -9px -9px 20px var(--neu-shadow-light);--neu-out-sm: 6px 6px 14px var(--neu-shadow-dark), -6px -6px 14px var(--neu-shadow-light);--neu-in: inset 5px 5px 12px var(--neu-shadow-dark), inset -5px -5px 12px var(--neu-shadow-light);--sky-glow: 0 0 0 1px rgba(59, 130, 246, .18), 0 14px 36px rgba(59, 130, 246, .22);--sky-blue: #3b82f6;--sky-blue-light: #dbeafe;--sky-blue-dark: #2563eb;--sky-blue-deep: #1d4ed8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:1260px;margin:0 auto;padding:0 28px}.section{padding:96px 0}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--rose-gold-deep);margin-bottom:14px}.section-label:before{content:"";display:block;width:24px;height:2px;background:var(--rose-gold-deep);border-radius:2px}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.9rem);font-weight:600;color:var(--text-dark);text-align:center;margin-bottom:56px;line-height:1.2}.section-title .serif-italic{background:linear-gradient(135deg,var(--rose-gold),var(--rose-gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:50px;font-size:.93rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;font-family:var(--font-sans)}.btn-primary{background:var(--gradient-dark);color:var(--white);box-shadow:0 4px 16px #c97a6e33}.btn-primary:hover{background:linear-gradient(135deg,var(--rose-gold),var(--rose-gold-dark));transform:translateY(-2px);box-shadow:0 10px 30px #c97a6e59}.btn-secondary{background:#fff;color:var(--text-dark);border:1.5px solid var(--border);box-shadow:var(--shadow)}.btn-secondary:hover{border-color:var(--rose-gold-light);color:var(--rose-gold);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-sky{background:var(--gradient-sky);color:var(--white);box-shadow:0 4px 16px #c97a6e4d}.btn-sky:hover{transform:translateY(-2px);box-shadow:0 10px 30px #c97a6e73}.serif-italic{font-family:var(--font-serif);font-style:italic;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.animate-in{animation:fadeInUp .7s cubic-bezier(.4,0,.2,1) forwards}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--rose-gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.container{padding:0 16px}}
