:root{--gold: #C8A96E;--gold-dark: #A8894E;--dark: #1C1C1E;--text: #2C2C2E;--muted: #8A8A8E;--bg: #FAF8F5;--bg2: #F2EDE6;--bg3: #EAE3DA;--border: #E5DED5;--white: #FFFFFF;--green: #2E7D32;--red: #C62828;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--header-h: 64px;--radius: 6px;--radius-lg: 12px;--shadow: 0 2px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.14);--ease: cubic-bezier(.4,0,.2,1);--speed: .25s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}input,select,textarea{font:inherit}.skip-to-content{position:absolute;top:-100%;left:1rem;background:var(--dark);color:#fff;padding:.5rem 1rem;border-radius:var(--radius);z-index:9999}.skip-to-content:focus{top:.5rem}.container{max-width:1320px;margin:0 auto;padding:0 24px}.section-pad{padding:80px 0}.section-pad-sm{padding:50px 0}.text-center{text-align:center}.heading-xl{font-family:var(--font-heading);font-size:clamp(2.4rem,5vw,4.5rem);font-weight:400;line-height:1.1}.heading-lg{font-family:var(--font-heading);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.15}.heading-md{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,2rem);font-weight:400;line-height:1.2}.eyebrow{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--speed) var(--ease);white-space:nowrap;cursor:pointer}.btn-dark{background:var(--dark);color:#fff;border:2px solid var(--dark)}.btn-dark:hover{background:var(--gold);border-color:var(--gold)}.btn-outline{background:transparent;color:var(--dark);border:2px solid var(--dark)}.btn-outline:hover{background:var(--dark);color:#fff}.btn-gold{background:var(--gold);color:#fff;border:2px solid var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.announcement{background:var(--dark);color:#ffffffe6;text-align:center;padding:.55rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.06em;position:relative}.announcement a{color:var(--gold);text-decoration:underline}.announcement-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#ffffff80;font-size:1rem;line-height:1;transition:color var(--speed)}.announcement-close:hover{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#faf8f5f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:var(--header-h);transition:box-shadow var(--speed)}.site-header.scrolled{box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-logo{font-family:var(--font-heading);font-size:1.7rem;font-weight:600;color:var(--dark);letter-spacing:.02em;line-height:1}.site-logo span{color:var(--gold);font-style:italic}.site-nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .9rem;font-size:.8rem;font-weight:500;letter-spacing:.06em;color:var(--text);border-radius:var(--radius);transition:all var(--speed);white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--gold);background:var(--bg2)}.nav-link.sale{color:#c62828}.header-actions{display:flex;align-items:center;gap:.25rem}.header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text);transition:all var(--speed);position:relative}.header-btn:hover{background:var(--bg2);color:var(--gold)}.cart-count{position:absolute;top:2px;right:2px;background:var(--gold);color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px}.menu-btn{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:200;transform:translate(-100%);transition:transform .35s var(--ease);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.mobile-menu a{display:block;padding:.9rem 0;font-family:var(--font-heading);font-size:1.4rem;border-bottom:1px solid var(--border);color:var(--dark);transition:color var(--speed),padding-left var(--speed)}.mobile-menu a:hover{color:var(--gold);padding-left:.75rem}.mobile-menu-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg2);font-size:1.1rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:150;opacity:0;pointer-events:none;transition:opacity var(--speed)}.overlay.open{opacity:1;pointer-events:all}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--header-h))}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 48px}.hero-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5.5vw,5rem);line-height:1.08;font-weight:400;color:var(--dark);margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:1rem;color:var(--muted);max-width:400px;margin-bottom:2.5rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-wrap{position:relative;overflow:hidden;background:var(--bg2)}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 8s ease}.hero:hover .hero-image-wrap img{transform:scale(1.04)}.hero-badge{position:absolute;bottom:2rem;left:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);padding:1rem 1.25rem;display:flex;align-items:center;gap:.85rem;box-shadow:var(--shadow)}.hero-badge-icon{width:42px;height:42px;background:var(--gold);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.hero-badge-num{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--dark);line-height:1;display:block}.hero-badge-label{font-size:.7rem;color:var(--muted);letter-spacing:.08em}.ticker{background:var(--gold);padding:.65rem 0;overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;animation:ticker 22s linear infinite}.ticker-track:hover{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 2rem;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#fff}.ticker-item:after{content:"\2726";opacity:.5}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.usp-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white)}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr)}.usp-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem}.usp-item:not(:last-child){border-right:1px solid var(--border)}.usp-icon{font-size:1.5rem;flex-shrink:0}.usp-title{font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:.15rem}.usp-desc{font-size:.75rem;color:var(--muted)}.section-header{margin-bottom:3rem}.section-header.center{text-align:center;display:flex;flex-direction:column;align-items:center}.section-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;color:var(--dark);margin-top:.25rem}.section-title em{font-style:italic;color:var(--gold)}.section-sub{color:var(--muted);margin-top:.5rem;font-size:.95rem;max-width:500px}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cat-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:3/4;cursor:pointer;display:block}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.cat-card:hover img{transform:scale(1.06)}.cat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,28,30,.72) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.cat-label{font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.3rem}.cat-title{font-family:var(--font-heading);font-size:1.5rem;color:#fff;line-height:1.1;margin-bottom:.75rem}.cat-cta{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.4rem;opacity:0;transform:translateY(6px);transition:all var(--speed)}.cat-card:hover .cat-cta{opacity:1;transform:translateY(0)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.products-grid.col-3{grid-template-columns:repeat(3,1fr)}.product-card{display:flex;flex-direction:column}.product-card-media{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--bg2);aspect-ratio:3/4;margin-bottom:1rem}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.product-card-img-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--speed)}.product-card:hover .product-card-img{transform:scale(1.04)}.product-card:hover .product-card-img-alt{opacity:1}.product-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.badge{display:inline-block;padding:.25rem .6rem;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:4px}.badge-sale{background:#c62828;color:#fff}.badge-new{background:var(--dark);color:#fff}.badge-hot{background:var(--gold);color:#fff}.product-card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.4rem;z-index:2;opacity:0;transform:translate(8px);transition:all var(--speed)}.product-card:hover .product-card-actions{opacity:1;transform:translate(0)}.card-action-btn{width:34px;height:34px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);color:var(--text);transition:all var(--speed);font-size:.85rem}.card-action-btn:hover{background:var(--gold);color:#fff;transform:scale(1.08)}.card-action-btn.wishlisted{background:var(--gold);color:#fff}.product-card-quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--dark);color:#fff;padding:.85rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;border:none;cursor:pointer;transform:translateY(100%);transition:transform var(--speed) var(--ease),background var(--speed);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.product-card:hover .product-card-quick-add{transform:translateY(0)}.product-card-quick-add:hover{background:var(--gold)}.product-card-cat{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.product-card-title{font-family:var(--font-heading);font-size:1.05rem;color:var(--dark);margin-bottom:.4rem;line-height:1.3;transition:color var(--speed)}.product-card:hover .product-card-title{color:var(--gold)}.product-card-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.75rem;color:var(--muted)}.stars{color:var(--gold)}.price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.price{font-size:1rem;font-weight:600;color:var(--dark)}.price-was{font-size:.85rem;color:var(--muted);text-decoration:line-through}.price-sale{color:#c62828}.price-save{font-size:.68rem;font-weight:700;background:#2e7d321a;color:var(--green);padding:.15rem .4rem;border-radius:4px}.lookbook{display:grid;grid-template-columns:1fr 1fr}.lookbook-img{overflow:hidden;min-height:560px}.lookbook-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.lookbook-img:hover img{transform:scale(1.04)}.lookbook-content{background:var(--bg2);display:flex;flex-direction:column;justify-content:center;padding:80px 72px}.lookbook-stats{display:flex;gap:2.5rem;margin:2rem 0;padding:2rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-num{font-family:var(--font-heading);font-size:2.2rem;color:var(--gold);display:block;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.countdown-section{background:var(--dark);padding:60px 0;text-align:center}.countdown-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.8rem);color:#fff;margin-bottom:.5rem}.countdown-title em{font-style:italic;color:var(--gold)}.countdown-sub{color:#ffffff80;font-size:.9rem;margin-bottom:2rem}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.countdown-unit{text-align:center}.countdown-num{display:block;font-family:var(--font-heading);font-size:3rem;font-weight:400;color:var(--gold);line-height:1;min-width:3ch}.countdown-label{font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#fff6}.countdown-sep{font-family:var(--font-heading);font-size:2.5rem;color:#fff3;padding-bottom:1rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:box-shadow var(--speed),transform var(--speed)}.testimonial-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.testimonial-stars{color:var(--gold);font-size:.85rem;margin-bottom:1rem;letter-spacing:.1em}.testimonial-text{font-family:var(--font-heading);font-size:1.05rem;font-style:italic;line-height:1.7;color:var(--text);margin-bottom:1.25rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.testimonial-name{font-size:.85rem;font-weight:600;color:var(--dark)}.testimonial-loc{font-size:.72rem;color:var(--muted)}.testimonial-verified{font-size:.68rem;color:var(--green);font-weight:600;display:flex;align-items:center;gap:.25rem;margin-top:.15rem}.newsletter-section{background:var(--dark);padding:80px 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.newsletter-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.8rem);color:#fff;margin-bottom:1rem}.newsletter-title em{font-style:italic;color:var(--gold)}.newsletter-desc{color:#ffffff80;font-size:.9rem;line-height:1.8;margin-bottom:1.5rem}.newsletter-perks{display:flex;flex-direction:column;gap:.6rem}.newsletter-perk{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:#fff9}.newsletter-perk-icon{color:var(--gold)}.newsletter-form{display:flex;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}.newsletter-input{flex:1;padding:.95rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-right:none;color:#fff;font-size:.9rem;outline:none}.newsletter-input::placeholder{color:#ffffff59}.newsletter-input:focus{background:#ffffff1f}.newsletter-submit{padding:.95rem 1.5rem;background:var(--gold);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:background var(--speed);white-space:nowrap}.newsletter-submit:hover{background:var(--gold-dark)}.newsletter-fine{font-size:.7rem;color:#ffffff4d;margin-top:.75rem}.site-footer{background:#111113;color:#fff9}.footer-top{padding:64px 0;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px}.footer-logo{font-family:var(--font-heading);font-size:1.6rem;color:#fff;margin-bottom:1rem;display:block}.footer-logo span{font-style:italic;color:var(--gold)}.footer-desc{font-size:.85rem;line-height:1.8;max-width:260px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.6rem}.social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#ffffff80;transition:all var(--speed)}.social-link:hover{background:var(--gold);border-color:var(--gold);color:#fff}.footer-col-title{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.85rem;transition:color var(--speed)}.footer-links a:hover{color:var(--gold)}.footer-contact-item{display:flex;gap:.75rem;font-size:.85rem;margin-bottom:.6rem;align-items:flex-start}.footer-contact-icon{flex-shrink:0;margin-top:.1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.75rem;color:#ffffff4d}.footer-payments{display:flex;gap:.4rem}.payment-tag{background:#ffffff12;border-radius:4px;padding:.2rem .55rem;font-size:.65rem;font-weight:700;color:#ffffff73;letter-spacing:.05em}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.72rem;color:#ffffff4d;transition:color var(--speed)}.footer-legal a:hover{color:var(--gold)}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100%;height:100dvh;background:#fff;z-index:200;transform:translate(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.cart-drawer.open{transform:translate(0)}.cart-drawer-head{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer-title{font-family:var(--font-heading);font-size:1.3rem}.cart-close-btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background var(--speed);font-size:1.1rem;color:var(--text)}.cart-close-btn:hover{background:var(--bg2)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-empty{text-align:center;padding:3rem 0}.cart-empty-icon{font-size:3rem;margin-bottom:1rem}.cart-empty-title{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:.75rem;color:var(--dark)}.cart-empty-sub{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--bg2)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:.88rem;font-weight:600;color:var(--dark);margin-bottom:.2rem;line-height:1.3}.cart-item-variant{font-size:.75rem;color:var(--muted);margin-bottom:.6rem}.cart-item-row{display:flex;align-items:center;justify-content:space-between}.cart-item-price{font-size:.95rem;font-weight:700;color:var(--dark)}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-qty-btn{width:26px;height:26px;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all var(--speed);color:var(--text)}.cart-qty-btn:hover{border-color:var(--gold);color:var(--gold)}.cart-qty-num{font-size:.85rem;font-weight:600;min-width:1.5ch;text-align:center}.cart-item-remove{font-size:.72rem;color:var(--muted);text-decoration:underline;margin-top:.4rem;cursor:pointer;display:inline-block;transition:color var(--speed)}.cart-item-remove:hover{color:var(--red)}.cart-drawer-foot{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.cart-subtotal-label{font-size:.82rem;color:var(--muted)}.cart-subtotal-amt{font-family:var(--font-heading);font-size:1.4rem;color:var(--dark)}.cart-free-ship{font-size:.75rem;color:var(--green);font-weight:500;margin-bottom:1rem}.cart-checkout-btn{display:block;width:100%;padding:1rem;background:var(--dark);color:#fff;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);transition:background var(--speed);margin-bottom:.75rem}.cart-checkout-btn:hover{background:var(--gold)}.cart-continue{display:block;text-align:center;font-size:.75rem;color:var(--muted);text-decoration:underline;cursor:pointer}.product-page{padding:48px 0 80px}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--muted);margin-bottom:2rem}.breadcrumb-sep{color:var(--border)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:.75rem;position:sticky;top:calc(var(--header-h) + 1.5rem)}.gallery-thumbs{display:flex;flex-direction:column;gap:.5rem}.gallery-thumb{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--speed)}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--gold)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-main-wrap{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg2);aspect-ratio:1/1.1}.gallery-main-img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.product-cat-tag{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.product-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;color:var(--dark);margin-bottom:1rem}.product-rating-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.82rem;color:var(--muted)}.product-price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.product-price-main{font-size:1.75rem;font-weight:700;color:var(--dark)}.product-price-main.on-sale{color:#c62828}.product-price-was{font-size:1.1rem;color:var(--muted);text-decoration:line-through}.divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.option-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;color:var(--dark)}.options-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.option-btn{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:999px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all var(--speed);background:#fff;color:var(--text)}.option-btn:hover{border-color:var(--dark)}.option-btn.active{background:var(--dark);border-color:var(--dark);color:#fff}.option-btn.unavail{opacity:.35;text-decoration:line-through;pointer-events:none}.atc-row{display:flex;gap:.75rem;margin-bottom:.75rem}.qty-wrap{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.qty-btn{width:44px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text);transition:background var(--speed)}.qty-btn:hover{background:var(--bg2)}.qty-input{width:48px;height:52px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:.95rem;font-weight:600;outline:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.atc-btn{flex:1;height:52px;background:var(--dark);color:#fff;border:none;border-radius:var(--radius);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--speed)}.atc-btn:hover{background:var(--gold)}.atc-btn:disabled{opacity:.5;cursor:not-allowed}.buy-now-btn{width:100%;height:52px;background:transparent;border:1.5px solid var(--dark);border-radius:var(--radius);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all var(--speed);color:var(--dark);margin-bottom:1rem}.buy-now-btn:hover{background:var(--dark);color:#fff}.product-assurances{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.assurance{display:flex;align-items:flex-start;gap:.6rem}.assurance-icon{font-size:1.1rem;flex-shrink:0}.assurance-title{font-size:.8rem;font-weight:600;color:var(--dark);display:block;margin-bottom:.1rem}.assurance-sub{font-size:.72rem;color:var(--muted)}.product-tabs{border-top:1px solid var(--border);margin-top:1.5rem}.product-tab{border-bottom:1px solid var(--border)}.tab-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:var(--text);transition:color var(--speed)}.tab-trigger:hover{color:var(--gold)}.tab-chevron{transition:transform var(--speed);flex-shrink:0;font-size:.8rem}.product-tab.open .tab-chevron{transform:rotate(180deg)}.tab-content{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.product-tab.open .tab-content{max-height:400px}.tab-body{padding-bottom:1.25rem;font-size:.88rem;color:var(--muted);line-height:1.8}.collection-banner{background:var(--bg2);padding:48px 0;text-align:center;border-bottom:1px solid var(--border)}.collection-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem;padding:2rem 0 5rem}.sidebar-title{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;color:var(--dark)}.filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.filter-option{display:flex;align-items:center;gap:.6rem;padding:.3rem 0;cursor:pointer;font-size:.85rem;color:var(--text)}.filter-option input{accent-color:var(--gold)}.filter-option:hover{color:var(--gold)}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.toolbar-count{font-size:.82rem;color:var(--muted)}.sort-select{border:1.5px solid var(--border);padding:.5rem .75rem;border-radius:var(--radius);font-size:.82rem;outline:none;cursor:pointer;color:var(--text)}.sort-select:focus{border-color:var(--gold)}.cart-page{padding:48px 0 80px}.cart-page-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);padding:0 0 1rem;text-align:left;border-bottom:2px solid var(--border)}.cart-table th.right{text-align:right}.cart-table th.center{text-align:center}.cart-table td{padding:1.25rem 0;border-bottom:1px solid var(--border);vertical-align:middle}.order-summary{background:var(--bg2);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.order-summary-title{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:1.25rem;color:var(--dark)}.order-row{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.6rem}.order-label{color:var(--muted)}.order-value{font-weight:600;color:var(--dark)}.order-total{display:flex;justify-content:space-between;align-items:baseline;border-top:2px solid var(--border);padding-top:1rem;margin-top:.5rem;margin-bottom:1.25rem}.order-total-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.order-total-amt{font-family:var(--font-heading);font-size:1.75rem;color:var(--dark)}.search-page{padding:60px 0 80px}.search-form-wrap{max-width:540px;margin:0 auto 3rem}.search-form{display:flex;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.search-input{flex:1;padding:.95rem 1.25rem;border:none;font-size:.95rem;outline:none;color:var(--text)}.search-submit{padding:0 1.5rem;background:var(--dark);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:background var(--speed)}.search-submit:hover{background:var(--gold)}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;background:var(--dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--shadow);z-index:80;opacity:0;transform:translateY(12px);pointer-events:none;transition:all var(--speed)}.back-to-top.show{opacity:1;transform:translateY(0);pointer-events:all}.back-to-top:hover{background:var(--gold)}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--dark);color:#fff;padding:.85rem 1.5rem;border-radius:var(--radius);font-size:.85rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:500;opacity:0;pointer-events:none;transition:all var(--speed);white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:all}.toast.success{border-left:3px solid #4CAF50}.toast.error{border-left:3px solid var(--red)}.rte h2{font-family:var(--font-heading);font-size:1.8rem;margin:2rem 0 1rem}.rte h3{font-family:var(--font-heading);font-size:1.3rem;margin:1.5rem 0 .75rem}.rte p{margin-bottom:1rem}.rte a{color:var(--gold);text-decoration:underline}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem}.rte li{margin-bottom:.5rem}.rte img{border-radius:var(--radius-lg);margin:1.5rem 0}.rte blockquote{border-left:3px solid var(--gold);padding-left:1.5rem;font-style:italic;color:var(--muted);margin:1.5rem 0}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-content{order:2;padding:3rem 1.5rem}.hero-image-wrap{order:1;min-height:60vw}.lookbook{grid-template-columns:1fr}.lookbook-img{min-height:400px}.lookbook-content{padding:3rem 1.5rem}.newsletter-inner{grid-template-columns:1fr;gap:2.5rem}.usp-grid,.testimonials-grid,.categories-grid{grid-template-columns:1fr 1fr}.collection-layout,.product-grid{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:768px){.site-nav{display:none}.menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text);transition:background var(--speed)}.menu-btn:hover{background:var(--bg2)}.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.cart-drawer{width:100%}.testimonials-grid,.cart-page-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-actions,.newsletter-form{flex-direction:column}.newsletter-input{border-right:1px solid rgba(255,255,255,.15);border-bottom:none}.usp-grid{grid-template-columns:1fr}}.hero-placeholder-svg,.lookbook-placeholder-svg,.cat-placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.hero-placeholder-svg svg,.lookbook-placeholder-svg svg,.cat-placeholder-svg svg{width:100%;height:100%;fill:var(--bg3)}.hero-image-wrap .hero-placeholder-svg{min-height:60vh}.product-card{transition:transform .25s ease,box-shadow .25s ease}.cat-card{transition:transform .25s ease}.testimonial-card{transition:transform .25s ease,box-shadow .25s ease}.usp-item{transition:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a}.product-card:nth-child(4),.cat-card:nth-child(4){animation-delay:.21s}.product-card:nth-child(5){animation-delay:.28s}.product-card:nth-child(6){animation-delay:.35s}.product-card:nth-child(7){animation-delay:.07s}.product-card:nth-child(8){animation-delay:.14s}@media(prefers-reduced-motion:reduce){.product-card,.cat-card,.testimonial-card,.usp-item{animation:none}}.hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2c2c2e,#3a3a3c);display:flex;align-items:center;justify-content:center;min-height:400px}.hero-placeholder-inner{text-align:center;padding:2rem}.hero-img{width:100%;height:100%;object-fit:cover;display:block}.cat-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.cat-card:hover .cat-img{transform:scale(1.06)}img.product-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover img.product-card-img{transform:scale(1.04)}.whatsapp-float{position:fixed;bottom:5rem;right:1.5rem;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.whatsapp-btn{width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36673;transition:transform .25s,box-shadow .25s;animation:wa-pulse 2.5s ease-in-out infinite}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36699}.whatsapp-btn svg{width:28px;height:28px;fill:#fff}.whatsapp-tooltip{background:var(--dark);color:#fff;font-size:.75rem;font-weight:600;padding:.4rem .85rem;border-radius:999px;white-space:nowrap;opacity:0;transform:translate(8px);transition:all .25s;pointer-events:none}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}@keyframes wa-pulse{0%,to{box-shadow:0 4px 20px #25d36673}50%{box-shadow:0 4px 32px #25d366bf,0 0 0 8px #25d3661f}}.trust-strip{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.1rem 0}.trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:var(--dark);letter-spacing:.03em}.trust-badge-icon{font-size:1.15rem;line-height:1}.trust-badge-cod{background:var(--dark);color:#fff;padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.06em}.product-trust{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0}.product-trust-badge{display:flex;align-items:center;gap:.4rem;background:var(--bg2);border:1px solid var(--border);border-radius:999px;padding:.35rem .9rem;font-size:.75rem;font-weight:600;color:var(--text)}.product-trust-badge-icon{font-size:.9rem}.product-trust-badge.cod{background:#2e7d3214;border-color:#2e7d324d;color:var(--green)}.product-trust-badge.secure{background:#1565c012;border-color:#1565c040;color:#1565c0}.product-urgency{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:.9rem 1rem;background:#c8a96e12;border:1px solid rgba(200,169,110,.25);border-radius:var(--radius)}.urgency-item{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--text)}.urgency-icon{font-size:.95rem;flex-shrink:0}.urgency-text strong{color:var(--dark)}.stock-bar-wrap{margin-top:.4rem}.stock-progress{height:5px;background:var(--border);border-radius:999px;overflow:hidden;margin-bottom:.35rem}.stock-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),#e8b86d);border-radius:999px;transition:width .6s ease}.stock-progress-label{font-size:.72rem;color:var(--red);font-weight:600}.delivery-estimate{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#2e7d320f;border:1px solid rgba(46,125,50,.2);border-radius:var(--radius);margin:1rem 0}.delivery-icon{font-size:1.3rem;flex-shrink:0}.delivery-text{font-size:.82rem;line-height:1.5}.delivery-text strong{color:var(--green)}.delivery-pincode{display:flex;gap:.5rem;margin-top:.4rem}.delivery-pincode-input{flex:1;padding:.4rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.8rem;outline:none;max-width:140px}.delivery-pincode-input:focus{border-color:var(--gold)}.delivery-pincode-btn{padding:.4rem .9rem;background:var(--dark);color:#fff;border:none;border-radius:var(--radius);font-size:.75rem;font-weight:600;cursor:pointer;transition:background .25s}.delivery-pincode-btn:hover{background:var(--gold)}.viewers-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--muted);margin-bottom:.75rem}.viewers-dot{width:7px;height:7px;background:#4caf50;border-radius:50%;animation:blink 1.4s ease-in-out infinite}.exit-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .3s}.exit-popup{background:#fff;border-radius:var(--radius-lg);max-width:480px;width:100%;overflow:hidden;transform:scale(.92);transition:transform .3s;position:relative}.exit-popup-overlay.show .exit-popup{transform:scale(1)}.exit-popup-top{background:var(--dark);padding:2rem;text-align:center}.exit-popup-emoji{font-size:2.5rem;margin-bottom:.75rem}.exit-popup-title{font-family:var(--font-heading);font-size:1.6rem;color:#fff;margin-bottom:.4rem}.exit-popup-sub{font-size:.85rem;color:#ffffffa6}.exit-popup-body{padding:1.75rem;text-align:center}.exit-popup-code{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--bg2);border:2px dashed var(--gold);border-radius:var(--radius);padding:.85rem 1.25rem;font-size:1.1rem;font-weight:700;color:var(--gold-dark);letter-spacing:.12em;cursor:pointer;margin-bottom:1.25rem;transition:background .25s}.exit-popup-close{position:absolute;top:.75rem;right:.75rem;width:30px;height:30px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;cursor:pointer;transition:background .25s}.exit-popup-close:hover{background:#ffffff4d}.exit-popup-dismiss{font-size:.75rem;color:var(--muted);text-decoration:underline;cursor:pointer}.recently-viewed{padding:3rem 0;border-top:1px solid var(--border)}.recently-viewed-title{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark)}.dimension-table{width:100%;border-collapse:collapse;font-size:.82rem;margin-top:.75rem}.dimension-table th{background:var(--bg2);padding:.5rem .75rem;text-align:left;font-weight:600;color:var(--dark);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border)}.dimension-table td{padding:.5rem .75rem;border:1px solid var(--border);color:var(--text)}.dimension-table tr:nth-child(2n) td{background:var(--bg2)}.instagram-strip{padding:3rem 0;background:var(--bg2)}.instagram-strip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}.instagram-item{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--bg3);position:relative;cursor:pointer}.instagram-item svg{width:100%;height:100%}.instagram-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.instagram-item:hover .instagram-item-overlay{opacity:1}.instagram-item-overlay span{color:#fff;font-size:.75rem;font-weight:600}.press-strip{padding:2.5rem 0;border-top:1px solid var(--border)}.press-strip-label{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);text-align:center;margin-bottom:1.5rem}.press-logos{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;opacity:.45;filter:grayscale(1)}.press-logo{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--dark)}@media(max-width:768px){.whatsapp-float{bottom:5.5rem;right:1rem}.whatsapp-btn{width:50px;height:50px}.instagram-grid{grid-template-columns:repeat(3,1fr)}.trust-strip-inner{gap:1rem}.exit-popup-top{padding:1.5rem}.exit-popup-title{font-size:1.3rem}}.whatsapp-btn{position:fixed;bottom:5rem;right:1.5rem;z-index:90;display:flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;border-radius:999px;padding:.75rem 1.25rem .75rem .85rem;box-shadow:0 4px 20px #25d36666;font-size:.82rem;font-weight:700;letter-spacing:.02em;transition:all .25s ease;text-decoration:none;max-width:200px}.whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 28px #25d36680}.whatsapp-pulse{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:#f44;border-radius:50%;border:2px solid white;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}@media(max-width:768px){.whatsapp-btn{bottom:4.5rem;right:1rem}.whatsapp-btn-text{display:none}.whatsapp-btn{padding:.85rem;border-radius:50%;width:52px;height:52px;justify-content:center}}.social-proof-bar{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin:.5rem 0 .75rem;font-weight:500}.viewing-dot{width:8px;height:8px;background:var(--green);border-radius:50%;animation:blink 1.5s ease-in-out infinite;flex-shrink:0}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.stock-urgency{display:inline-flex;align-items:center;gap:.4rem;background:#ff98001a;border:1px solid rgba(255,152,0,.4);color:#e65100;font-size:.8rem;font-weight:700;padding:.45rem .85rem;border-radius:var(--radius);margin-bottom:.75rem;width:fit-content}.delivery-estimator{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:1.25rem}.delivery-estimate-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text);margin-bottom:.6rem}.delivery-estimate-row svg{color:var(--gold);flex-shrink:0}.delivery-pincode-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pincode-input{padding:.45rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.82rem;width:130px;outline:none;background:#fff}.pincode-input:focus{border-color:var(--gold)}.pincode-btn{padding:.45rem .9rem;background:var(--dark);color:#fff;border-radius:var(--radius);font-size:.75rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .2s;border:none}.pincode-btn:hover{background:var(--gold)}.pincode-result{font-size:.78rem;font-weight:600}.pincode-result.success{color:var(--green)}.pincode-result.error{color:var(--red)}.cod-trust-strip{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:.85rem}.cod-badge{display:inline-flex;align-items:center;gap:.4rem;background:#c8a96e1a;border:1px solid rgba(200,169,110,.3);color:var(--dark);font-size:.72rem;font-weight:700;padding:.35rem .7rem;border-radius:999px;letter-spacing:.03em}.cod-badge svg{color:var(--gold)}.whatsapp-product-btn{display:flex;align-items:center;gap:.6rem;border:1.5px solid #25D366;color:#1a8f45;padding:.75rem 1.1rem;border-radius:var(--radius);font-size:.82rem;font-weight:700;margin-top:1rem;transition:all .2s;background:#25d3660d}.whatsapp-product-btn:hover{background:#25d366;color:#fff}.whatsapp-product-btn:hover svg path{fill:#fff}.exit-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:600;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.exit-popup-overlay.show{opacity:1;pointer-events:all}.exit-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);width:min(460px,calc(100vw - 2rem));background:#fff;border-radius:16px;z-index:700;box-shadow:0 24px 80px #00000040;overflow:hidden;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s;opacity:0;pointer-events:none}.exit-popup.show{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:all}.exit-popup[hidden]{display:block}.exit-popup-inner{padding:2.25rem 2rem 2rem;text-align:center}.exit-popup-close{position:absolute;top:.9rem;right:.9rem;width:32px;height:32px;border-radius:50%;background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;color:var(--muted);transition:all .2s;border:none}.exit-popup-close:hover{background:var(--bg3);color:var(--dark)}.exit-popup-badge{display:inline-block;background:var(--gold);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;margin-bottom:1rem}.exit-popup-title{font-family:var(--font-heading);font-size:1.75rem;color:var(--dark);margin-bottom:.5rem;line-height:1.2}.exit-popup-sub{color:var(--muted);font-size:.88rem;line-height:1.7;margin-bottom:1.25rem}.exit-popup-code{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--bg2);border:2px dashed var(--gold);border-radius:var(--radius);padding:.85rem 1.25rem;font-size:1.1rem;font-weight:800;color:var(--gold);letter-spacing:.12em;margin-bottom:1rem;cursor:pointer;transition:background .2s}.exit-popup-code:hover{background:var(--bg3)}.exit-code-copy{font-size:.68rem;background:var(--gold);color:#fff;padding:.2rem .5rem;border-radius:4px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.exit-popup-cta{margin-bottom:.75rem;height:52px;font-size:.82rem}.exit-popup-fine{font-size:.7rem;color:var(--muted);line-height:1.6}@media(max-width:768px){.product-card-quick-add{padding:1rem;font-size:.75rem}.atc-btn,.buy-now-btn{font-size:.8rem}.cod-trust-strip{gap:.4rem}.cod-badge{font-size:.68rem;padding:.3rem .55rem}}@media(max-width:600px){.product-grid{gap:1.5rem}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{flex-direction:row;overflow-x:auto}.gallery-thumb{width:60px;height:60px;flex-shrink:0}.atc-row{flex-direction:column}.qty-wrap{width:100%;justify-content:center}.atc-btn{width:100%}}.recently-viewed-section{padding:2.5rem 0;border-top:1px solid var(--border)}.recently-viewed-grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.recently-viewed-grid::-webkit-scrollbar{display:none}.recently-viewed-grid .product-card{min-width:200px;max-width:200px}.footer-trust{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.footer-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#ffffff73}.sticky-atc-mobile{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1.5px solid var(--border);padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;z-index:88;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease}.sticky-atc-mobile.show{transform:translateY(0)}.sticky-atc-title{flex:1;font-size:.78rem;font-weight:600;color:var(--dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc-price{font-size:.88rem;font-weight:700;color:var(--dark);white-space:nowrap}.sticky-atc-btn{flex-shrink:0;padding:.7rem 1.25rem;font-size:.75rem;white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/27/assets/theme.css.map */
