@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--gold-50:#fefce8;--gold-100:#fef9c3;--gold-200:#fef08a;--gold-300:#fde047;--gold-400:#facc15;--gold-500:#eab308;--gold-600:#ca8a04;--gold-700:#a16207;--gold-800:#854d0e;--gold-900:#713f12;--dark-50:#f8fafc;--dark-100:#f1f5f9;--dark-200:#e2e8f0;--dark-300:#cbd5e1;--dark-400:#94a3b8;--dark-500:#64748b;--dark-600:#475569;--dark-700:#334155;--dark-800:#1e293b;--dark-900:#0f172a;--dark-950:#020617;--ruby:#e11d48;--emerald:#059669;--sapphire:#2563eb;--amethyst:#7c3aed;--accent-primary:#eab308;--accent-gradient:linear-gradient(135deg, #c59b27, #eab308);--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--container-max:1280px;--container-padding:1.5rem;--section-spacing:5rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}:root,[data-theme=light]{--bg-primary:#fff;--bg-secondary:#faf8f5;--bg-card:#fff;--bg-card-hover:#fdfbf7;--bg-glass:#ffffffe6;--surface-1:#fff;--surface-2:#f8f7f4;--text-primary:#1c1917;--text-secondary:#44403c;--text-tertiary:#78716c;--text-muted:#78716c;--border-color:#c59b2740;--border-light:#0000000d;--border-subtle:#0000000f;--gold-gradient:linear-gradient(135deg, #dfbc68, #f8ecc2, #c59b27);--gold-gradient-text:linear-gradient(135deg, #b8860b, #daa520);--dark-gradient:linear-gradient(180deg, #fff 0%, #faf8f5 100%);--card-shadow:0 10px 40px #0000000a;--glow-gold:0 0 25px #c59b2726;--input-bg:#f5f4f1;--overlay-bg:#00000080;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg-primary:#08080f;--bg-secondary:#0e0e18;--bg-card:#12121e;--bg-card-hover:#1a1a2e;--bg-glass:#12121eeb;--surface-1:#ffffff08;--surface-2:#ffffff0d;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-tertiary:#64748b;--text-muted:#64748b;--border-color:#c59b2733;--border-light:#ffffff0a;--border-subtle:#ffffff0f;--gold-gradient:linear-gradient(135deg, #c59b27, #eab308, #dfbc68);--gold-gradient-text:linear-gradient(135deg, #eab308, #fde047);--dark-gradient:linear-gradient(180deg, #08080f 0%, #0e0e18 100%);--card-shadow:0 10px 40px #0000004d;--glow-gold:0 0 25px #c59b2733;--input-bg:#ffffff0d;--overlay-bg:#000000b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:clip}.price,.price-original,.quickview-price,.quickview-original-price,.compare-price,.checkout-item-price,.admin-price{font-variant-numeric:tabular-nums;letter-spacing:-.015em;font-family:var(--font-body)!important}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);font-size:inherit;background:0 0;border:none}ul,ol{list-style:none}input,select,textarea{font-family:var(--font-body);font-size:1rem}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-spacing) 0}.section-header{text-align:center;margin-bottom:3rem}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--gold-500);align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--gold-500);width:26px;height:2px;display:inline-block}.section-title{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:1rem auto 0;font-size:1.05rem;line-height:1.6}.btn{transition:all var(--transition-base);letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--gold-gradient);color:#1c1917;border:1px solid #fff6;position:relative;overflow:hidden;box-shadow:0 4px 15px #c59b2740}.btn-primary:after,.btn-whatsapp:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;animation:3s infinite shimmerBtn;position:absolute;top:0;left:-100%;transform:skew(-25deg)}@keyframes shimmerBtn{0%{left:-100%}15%{left:200%}to{left:200%}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c59b2766}.btn-secondary{color:var(--gold-400);border:1.5px solid var(--gold-600);background:0 0}.btn-secondary:hover{border-color:var(--gold-400);background:#ca8a041a}.btn-ghost{color:var(--text-primary);border:1px solid var(--border-light);background:#00000008}.btn-ghost:hover{background:#0000000f}.btn-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#1fae51);border:1px solid #ffffff4d;position:relative;overflow:hidden;box-shadow:0 4px 15px #25d36640}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36659}.btn-sm{padding:.6rem 1.2rem;font-size:.85rem}.btn-lg{padding:1.1rem 2.8rem;font-size:1.05rem}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.badge-gold{background:var(--gold-gradient);color:var(--dark-950)}.badge-ruby{background:var(--ruby);color:#fff}.badge-emerald{background:var(--emerald);color:#fff}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--glow-gold);border-color:#ca8a0440;transform:translateY(-4px)}.stars{color:var(--gold-400);align-items:center;gap:2px;font-size:.85rem;display:flex}.price{font-family:var(--font-display);color:var(--gold-400);font-size:1.4rem;font-weight:700}.price-original{font-family:var(--font-body);color:var(--text-muted);font-size:.9rem;font-weight:400;text-decoration:line-through}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-input,.form-select{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);padding:.85rem 1rem;font-size:.95rem}.form-input:focus,.form-select:focus{border-color:var(--gold-500);outline:none;box-shadow:0 0 0 3px #ca8a0426}.form-input::placeholder{color:var(--text-muted)}.page-header{text-align:center;border-bottom:1px solid var(--border-light);background:radial-gradient(640px 260px at 50% -10%,#c59b271f,#0000 70%),linear-gradient(#ca8a040d 0%,#0000 100%);padding:6.5rem 0 3.25rem;position:relative;overflow:hidden}.page-header h1{font-family:var(--font-display);letter-spacing:-.015em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);position:relative}.page-header h1:after{content:"";background:linear-gradient(90deg, transparent, var(--gold-500), transparent);border-radius:3px;width:60px;height:3px;margin:.85rem auto 0;display:block}.page-header p{color:var(--text-secondary);font-size:1.1rem}.breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.breadcrumb a:hover{color:var(--gold-400)}.breadcrumb .separator{color:var(--text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-in{opacity:0;animation:.6s forwards fadeInUp}.animate-in:nth-child(2){animation-delay:.1s}.animate-in:nth-child(3){animation-delay:.2s}.animate-in:nth-child(4){animation-delay:.3s}.animate-in:nth-child(5){animation-delay:.4s}.animate-in:nth-child(6){animation-delay:.5s}.divider{background:var(--border-light);height:1px;margin:2rem 0}.empty-state{text-align:center;max-width:480px;margin:0 auto;padding:4rem 2rem}.empty-state svg{color:var(--gold-400);opacity:.55;margin-bottom:1rem}.empty-state h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.45rem}.empty-state p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--dark-600);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--dark-500)}@media (width<=768px){:root{--container-padding:1rem;--section-spacing:3rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.8rem}.page-header{padding:3rem 0 2rem}.page-header h1{font-size:1.8rem}.section-title{font-size:clamp(1.4rem,4vw,2rem)}.section-subtitle{font-size:.9rem}.btn{padding:.75rem 1.5rem;font-size:.82rem}.btn-lg{padding:.85rem 2rem;font-size:.9rem}}@media (width<=480px){.product-grid{grid-template-columns:1fr 1fr;gap:.6rem}}body,body *{transition:background-color .3s,color .2s,border-color .3s}[data-theme=dark] .btn-ghost{color:var(--text-primary);background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .btn-ghost:hover{background:#ffffff14}[data-theme=dark] .btn-outline{color:var(--text-primary);background:0 0;border:1px solid #ffffff1f}[data-theme=dark] .btn-outline:hover{background:#ffffff0f;border-color:#fff3}[data-theme=dark] .card{background:#ffffff05;border-color:#ffffff0f}[data-theme=dark] .card:hover{background:#ffffff0a;border-color:#c59b2733}[data-theme=dark] .form-input,[data-theme=dark] .form-select{background:#ffffff0a;border-color:#ffffff14}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .page-header{background:linear-gradient(#ca8a040a 0%,#0000 100%)}[data-theme=dark] .about-stat{box-shadow:none;background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .about-stat:hover{background:#ffffff0d;border-color:#c59b2740;box-shadow:0 15px 40px #0000004d}[data-theme=dark] .filter-count{color:var(--text-secondary);background:#ffffff14}[data-theme=dark] .footer-social a{background:#ffffff0f}[data-theme=dark] .footer-social a:hover{background:#ca8a0433}[data-theme=dark] .footer{background:var(--bg-secondary);border-top-color:#ffffff0a}[data-theme=dark] .footer-bottom{border-top-color:#ffffff0a}[data-theme=dark] .contact-card{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .contact-card:hover{border-color:#ca8a0433}[data-theme=dark] .contact-form,[data-theme=dark] .value-card{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .value-card:hover{background:#ffffff0d;border-color:#c59b2740}[data-theme=dark] .product-specs{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .qty-control button{background:#ffffff0d}[data-theme=dark] .cart-summary,[data-theme=dark] .cart-item{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .blog-card{background:#ffffff05;border-color:#ffffff0f}[data-theme=dark] .blog-card:hover{box-shadow:0 12px 30px #0006}[data-theme=dark] .blog-category-btn{color:var(--text-secondary);border-color:#ffffff1a}[data-theme=dark] .blog-category-btn:hover{border-color:var(--gold-500);color:var(--text-primary)}[data-theme=dark] .add-to-cart-btn{background:#ffffff0f;border-color:#c59b2733}[data-theme=dark] .policy-content{background:#ffffff08;border-color:#ffffff0f;box-shadow:0 10px 30px #0000004d}[data-theme=dark] .filter-btn{border-color:#ffffff0f}[data-theme=dark] .filter-btn:hover{background:#ca8a0414;border-color:#ca8a0433}[data-theme=dark] .filter-btn.active{border-color:var(--gold-500);color:var(--gold-400);background:#ca8a041f}[data-theme=dark] .blog-feature-section{background:#ffffff08;border-color:#ffffff0f}.top-banner{background:var(--gold-gradient);color:#1c1917;text-align:center;z-index:1001;padding:.5rem 0;font-size:.8rem;font-weight:500;position:relative}.top-banner-inner{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex;overflow:hidden}.marquee-container{white-space:nowrap;flex:1;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.marquee-content{align-items:center;width:max-content;animation:25s linear infinite scrollMarquee;display:flex}.marquee-content:hover{animation-play-state:paused}.marquee-group{align-items:center;gap:2rem;padding-right:2rem;display:flex}.marquee-separator{opacity:.5;font-size:.6rem}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.top-banner-contact{white-space:nowrap;flex-shrink:0}.top-banner-contact a{align-items:center;gap:5px;font-weight:700;display:inline-flex}.top-banner-contact a:hover{color:#fff}@media (width<=768px){.top-banner{font-size:.72rem}.top-banner-inner{gap:0}.top-banner-contact{display:none}.marquee-group{gap:1.5rem;padding-right:1.5rem}.navbar-logo{font-size:1.1rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);transition:all var(--transition-base);background:#ffffffd9;position:sticky;top:0;left:0;right:0}.navbar.scrolled{background:#fffffff2;box-shadow:0 4px 30px #0000000d}.navbar-inner{max-width:var(--container-max);padding:.5rem 0;padding-left:var(--container-padding);padding-right:var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.navbar-logo{border-radius:10px;flex-shrink:0;align-items:center;text-decoration:none;display:flex;overflow:hidden}.navbar-logo-image{object-fit:contain;width:auto;height:70px;display:block}.navbar-logo:hover .navbar-logo-image{transform:scale(1.05)}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.navbar-links a:after{content:"";background:var(--gold-gradient);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.navbar-links a:hover,.navbar-links a.active{color:var(--gold-400)}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.navbar-actions{align-items:center;gap:1rem;display:flex}.currency-selector{appearance:none;border:1px solid var(--border-light);color:var(--text-primary);font-size:.85rem;font-family:var(--font-base);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .5rem center/14px no-repeat;padding:.4rem 1.5rem .4rem .75rem;font-weight:500}.currency-selector:hover{border-color:var(--gold-400)}.currency-selector:focus{border-color:var(--gold-500);outline:none;box-shadow:0 0 0 2px #ca8a0433}[data-theme=dark] .currency-selector{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");border-color:#ffffff1a}[data-theme=dark] .currency-selector option{background:var(--bg-primary);color:var(--text-primary)}.navbar-cart{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--text-primary);transition:all var(--transition-fast);background:#ffffff0d;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:relative}.navbar-cart:hover{color:var(--gold-400);background:#ca8a0426}.cart-badge{background:var(--gold-gradient);width:20px;height:20px;color:var(--dark-950);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-toggle span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.navbar-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--bg-primary);z-index:2000;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;padding-top:6rem;padding-bottom:4rem;animation:.3s fadeIn;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-display);color:var(--text-primary);transition:color var(--transition-fast);font-size:1.8rem;font-weight:600}.mobile-menu a:hover{color:var(--gold-400)}.mobile-close{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:1.5rem}@media (width<=768px){.navbar-links{display:none}.navbar-toggle{display:flex}}[data-theme=dark] .navbar{background:#08080fd9;border-bottom-color:#ffffff0a}[data-theme=dark] .navbar.scrolled{background:#08080ff2;box-shadow:0 4px 30px #0000004d}[data-theme=dark] .mobile-menu{background:var(--bg-primary)}[data-theme=dark] .navbar-cart{background:#ffffff0d}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-light);padding:4rem 0 0}.footer-grid{max-width:var(--container-max);padding:0 var(--container-padding);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin:0 auto;display:grid}.footer-brand h3{font-family:var(--font-display);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.4rem;display:flex}.footer-logo-image{border-radius:10px;width:180px;height:auto;margin-bottom:1.5rem;display:block}.footer-brand p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-social{gap:.75rem;display:flex}.footer-social a{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);transition:all var(--transition-fast);background:#ffffff0d;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.footer-social a:hover{color:var(--gold-400);background:#ca8a0426}.footer-col h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-400);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem}.footer-col ul li a:hover{color:var(--gold-400)}.footer-contact-item{color:var(--text-secondary);align-items:flex-start;gap:.6rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.footer-contact-item svg{color:var(--gold-500);flex-shrink:0;margin-top:3px}.footer-bottom{padding:1.5rem var(--container-padding);border-top:1px solid var(--border-light);color:var(--text-muted);max-width:var(--container-max);justify-content:space-between;align-items:center;margin-top:3rem;margin-left:auto;margin-right:auto;font-size:.85rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--text-muted);transition:color var(--transition-fast)}.footer-bottom-links a:hover{color:var(--gold-400)}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.whatsapp-fab{z-index:900;color:#fff;transition:all var(--transition-base);background:linear-gradient(135deg,#25d366,#1fae51);border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.6rem;padding:.9rem 1.4rem;font-size:.9rem;font-weight:600;animation:2s infinite whatsappPulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 6px 25px #25d3664d}.whatsapp-fab:hover{animation:none;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 35px #25d3668c}.whatsapp-icon{font-size:1.5rem}.whatsapp-label{letter-spacing:.3px;font-size:.85rem}@keyframes whatsappPulse{0%,to{box-shadow:0 6px 25px #25d36666}50%{box-shadow:0 6px 35px #25d366b3}}@media (width<=768px){.whatsapp-fab{border-radius:50%;padding:.8rem;bottom:1.2rem;right:1.2rem}.whatsapp-label{display:none}}.compare-page{min-height:80vh}.compare-table-wrapper{border-radius:var(--radius-lg);border:1px solid var(--border-light);margin-top:2rem;overflow-x:auto}.compare-table{border-collapse:collapse;width:100%;min-width:600px}.compare-table th,.compare-table td{text-align:left;border-bottom:1px solid var(--border-light);vertical-align:top;padding:1rem 1.25rem}.compare-table th{background:var(--bg-secondary);text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);white-space:nowrap;width:120px;font-size:.78rem;font-weight:600}.compare-table td{background:var(--bg-card);min-width:200px}.compare-product-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.compare-product-img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-light);width:120px;height:120px}.compare-product-name{font-family:var(--font-display);color:var(--text-primary);font-size:.95rem;font-weight:600;text-decoration:none}.compare-product-name:hover{color:var(--gold-500)}.compare-remove-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:.8rem;transition:all .2s}.compare-remove-btn:hover{color:var(--ruby);background:#ef44441a}.compare-price{color:var(--gold-500);font-size:1.15rem;font-weight:700}.compare-bar{background:var(--bg-card);border-top:1px solid var(--border-light);z-index:9999;justify-content:space-between;align-items:center;padding:1rem 2rem;animation:.3s slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.compare-bar-items{align-items:center;gap:.75rem;display:flex}.compare-bar-thumb{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-light);width:40px;height:40px}.compare-bar-count{color:var(--text-primary);font-size:.9rem;font-weight:600}.compare-bar-actions{gap:.75rem;display:flex}@media (width<=640px){.compare-bar{flex-direction:column;gap:.75rem;padding:1rem}}.cookie-consent{z-index:9000;justify-content:center;animation:.35s cookie-rise;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem}@keyframes cookie-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-inner{background:var(--bg-card);border:1px solid var(--border-light);border-radius:14px;align-items:center;gap:1.25rem;width:100%;max-width:920px;padding:1rem 1.25rem;display:flex;box-shadow:0 16px 50px #00000059}.cookie-consent-text{flex:1;align-items:center;gap:.75rem;display:flex}.cookie-consent-icon{color:var(--gold-400);flex-shrink:0;font-size:1.4rem}.cookie-consent-text p{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.5}.cookie-consent-text a{color:var(--gold-400);text-decoration:underline}.cookie-consent-actions{flex-shrink:0;gap:.6rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;padding:.6rem 1.15rem;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .1s}.cookie-btn:active{transform:translateY(1px)}.cookie-btn-ghost{border-color:var(--border-light);color:var(--text-secondary);background:0 0}.cookie-btn-primary{background:var(--gold-500,#c59b27);color:#1a1300}@media (width<=640px){.cookie-consent-inner{flex-direction:column;align-items:stretch;gap:.85rem}.cookie-consent-actions{justify-content:stretch}.cookie-btn{flex:1}}.quick-view-trigger{opacity:0;z-index:3;background:linear-gradient(#0000,#000000b3);justify-content:center;padding:2rem 1rem 1rem;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.product-card:hover .quick-view-trigger{opacity:1;transform:translateY(0)}.quick-view-btn{color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.quick-view-btn:hover{background:var(--gold-500);color:#fff}.quickview-overlay{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.quickview-modal{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);grid-template-columns:1fr 1fr;width:100%;max-width:900px;max-height:85vh;animation:.3s slideUp;display:grid;position:relative;overflow-y:auto}.quickview-close{z-index:2;background:var(--bg-secondary);border:1px solid var(--border-light);cursor:pointer;width:36px;height:36px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.quickview-close:hover{background:var(--gold-500);color:#fff;border-color:var(--gold-500)}.quickview-image{aspect-ratio:1;border-radius:var(--radius-xl) 0 0 var(--radius-xl);overflow:hidden}.quickview-image img{object-fit:cover;width:100%;height:100%}.quickview-info{flex-direction:column;gap:1rem;padding:2rem;display:flex}.quickview-category{text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-500);font-size:.75rem;font-weight:600}.quickview-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.3}.quickview-rating{align-items:center;gap:.5rem;display:flex}.quickview-rating .review-count{color:var(--text-muted);font-size:.85rem}.quickview-price-row{align-items:baseline;gap:.75rem;display:flex}.quickview-price{color:var(--gold-500);font-size:1.5rem;font-weight:700}.quickview-original-price{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.quickview-desc{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.quickview-specs{background:var(--bg-secondary);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:.5rem;padding:1rem;font-size:.85rem;display:grid}.quickview-spec{flex-direction:column;gap:.15rem;display:flex}.quickview-spec label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.72rem}.quickview-spec span{color:var(--text-primary);font-weight:600}.quickview-actions{gap:.75rem;margin-top:auto;display:flex}.quickview-actions .btn{flex:1}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.quickview-modal{grid-template-columns:1fr;max-height:90vh}.quickview-image{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:300px}.quick-view-trigger{display:none}}.product-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);flex-direction:column;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(90deg, var(--gold-300), var(--gold-500), var(--gold-300));transform-origin:0;z-index:3;height:3px;transition:transform .45s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.product-card:hover{border-color:var(--border-color);transform:translateY(-8px);box-shadow:0 26px 52px #3c2d0a29}.product-card:hover:before{transform:scaleX(1)}.product-card-image{aspect-ratio:1;background:var(--bg-secondary);position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card-image img{transform:scale(1.1)}.product-badge{z-index:2;position:absolute;top:.75rem;left:.75rem}.product-discount{background:var(--ruby);color:#fff;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.product-card-body{flex-direction:column;flex:1;gap:.4rem;padding:1.1rem;display:flex}.product-category{text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-500);font-size:.72rem;font-weight:600}.product-name{font-family:var(--font-display);color:var(--text-primary);transition:color var(--transition-fast);font-size:1.05rem;font-weight:600;line-height:1.3}.product-card:hover .product-name{color:var(--gold-400)}.product-rating{align-items:center;gap:.5rem;display:flex}.review-count{color:var(--text-muted);font-size:.78rem}.product-price-row{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.add-to-cart-btn{background:var(--bg-secondary);width:38px;height:38px;color:var(--gold-600);transition:all var(--transition-fast);border:1px solid #c59b2733;border-radius:50%;justify-content:center;align-items:center;display:flex}.add-to-cart-btn:hover{background:var(--gold-gradient);color:#fff;border-color:#0000;transform:scale(1.1)}.wishlist-toggle-btn{z-index:2;width:34px;height:34px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 5px #0000001a}.product-discount~.wishlist-toggle-btn{top:2.5rem}[data-theme=dark] .wishlist-toggle-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e1e24cc}.wishlist-toggle-btn:hover{color:var(--ruby);transform:scale(1.1)}.wishlist-toggle-btn.active{color:var(--ruby)}.gem-hero-canvas{pointer-events:none;place-items:center;width:100%;height:100%;min-height:420px;display:grid;position:relative}.gem-hero-canvas canvas{pointer-events:auto}.gem-orb{place-items:center;width:320px;height:320px;display:grid;position:relative}.gem-orb-core{filter:saturate(1.25)blur(.3px);background:radial-gradient(circle at 32% 28%,#fff 0%,#ffffff80 12%,#0000 40%),conic-gradient(from 200deg,#56b9d6,#7c3aed,#e7c873,#2bd0a8,#d98cff,#56b9d6);border-radius:50%;animation:14s linear infinite gem-spin,6s ease-in-out infinite gem-pulse;position:absolute;inset:22%;box-shadow:inset 0 0 50px #ffffff59,0 0 60px #c59b2759}.gem-orb-ring{border:1px solid #e7c87359;border-radius:50%;animation:22s linear infinite reverse gem-spin;position:absolute;inset:8%;box-shadow:inset 0 0 40px #e7c8732e}.gem-orb-glow{filter:blur(8px);background:radial-gradient(circle,#c59b2747 0%,#0000 62%);border-radius:50%;animation:6s ease-in-out infinite gem-pulse;position:absolute;inset:-12%}@keyframes gem-spin{to{transform:rotate(360deg)}}@keyframes gem-pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.gem-orb-core,.gem-orb-ring,.gem-orb-glow{animation:none}}@media (width<=768px){.gem-hero-canvas{min-height:340px}.gem-orb{width:240px;height:240px}}.lux-home{--bg-primary:#fdfbf7;--bg-secondary:#f6f1e7;--bg-card:#fff;--bg-card-hover:#fffdf8;--surface-1:#fff;--surface-2:#f8f5ee;--text-primary:#1c1917;--text-secondary:#57534e;--text-tertiary:#8a8170;--text-muted:#8a8170;--border-light:#c59b272e;--border-subtle:#c59b271f;--border-color:#c59b2747;--card-shadow:0 14px 44px #3c2d0a14;--lux-gold:#b8860b;--lux-gold-bright:#c59b27;--lux-gold-text:linear-gradient(120deg, #a9791a 0%, #c59b27 40%, #e0b94e 60%, #a9791a 100%);--lux-glass:#ffffffb8;--lux-glass-brd:#c59b2738;background:var(--bg-primary);color:var(--text-primary);overflow:clip}.lux-home .section-label{color:var(--lux-gold)}.tilt-card{transform:perspective(900px) rotateX(var(--tilt-rx,0deg)) rotateY(var(--tilt-ry,0deg));transform-style:preserve-3d;transition:transform .22s,box-shadow .3s,border-color .3s;position:relative}.tilt-card:after{content:"";border-radius:inherit;background:radial-gradient(420px circle at var(--mx,50%) var(--my,0%), #c59b2729, transparent 45%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.tilt-card:hover:after{opacity:1}.lux-hero{background:radial-gradient(1200px 600px at 80% -10%,#c59b2729,#0000 60%),radial-gradient(900px 500px at 0 110%,#7c3aed14,#0000 55%),linear-gradient(#fdfbf7 0%,#f7f2e8 60%,#fdfbf7 100%);align-items:center;min-height:min(94vh,920px);padding:7rem 0 4rem;display:flex;position:relative;overflow:hidden}.lux-hero-aurora{pointer-events:none;position:absolute;inset:0}.lux-hero-aurora .aurora{filter:blur(55px);opacity:.5;border-radius:50%;position:absolute}.aurora-1{background:radial-gradient(circle,#c59b2766,#0000 70%);width:520px;height:520px;animation:16s ease-in-out infinite aurora-float;top:4%;right:-6%}.aurora-2{background:radial-gradient(circle,#56b9d638,#0000 70%);width:460px;height:460px;animation:20s ease-in-out infinite reverse aurora-float;bottom:-6%;left:-8%}.aurora-3{background:radial-gradient(circle,#7c3aed29,#0000 70%);width:380px;height:380px;animation:24s ease-in-out infinite aurora-float;top:30%;left:40%}@keyframes aurora-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-24px)scale(1.12)}}.lux-hero-grain{pointer-events:none;opacity:.5;background-image:radial-gradient(#00000008 1px,#0000 1px);background-size:3px 3px;position:absolute;inset:0}.lux-hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;display:grid;position:relative}.lux-hero-copy{max-width:620px}.lux-badge{border:1px solid var(--lux-glass-brd);color:var(--lux-gold);letter-spacing:.02em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#c59b271a;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.lux-badge svg{color:var(--lux-gold)}.lux-title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--text-primary);margin-bottom:1.4rem;font-size:clamp(2.5rem,5.5vw,4.3rem);font-weight:700;line-height:1.04}.lux-title-accent{background:var(--lux-gold-text);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite gold-shimmer;display:block}@keyframes gold-shimmer{to{background-position:200%}}.lux-subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:2.2rem;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.75}.lux-actions{flex-wrap:wrap;gap:1rem;display:flex}.lux-actions-center{justify-content:center}.lux-stats{flex-wrap:wrap;gap:2.2rem;margin-top:2.8rem;display:flex}.lux-stat{flex-direction:column;display:flex}.lux-stat strong{font-family:var(--font-display);color:var(--text-primary);font-size:1.85rem;line-height:1}.lux-stat span{color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase;margin-top:.35rem;font-size:.82rem}.lux-hero-visual{place-items:center;height:100%;min-height:460px;display:grid;position:relative}.lux-hero-visual:before{content:"";filter:blur(34px);pointer-events:none;background:radial-gradient(circle,#c59b2733,#7c3aed14 45%,#0000 70%);border-radius:50%;position:absolute;inset:10%}.lux-scroll-cue{z-index:3;border:1px solid var(--lux-glass-brd);width:42px;height:42px;color:var(--lux-gold);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffa6;border-radius:50%;place-items:center;animation:2s ease-in-out infinite cue-bounce;display:grid;position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #3c2d0a14}@keyframes cue-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,7px)}}.lux-marquee{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:linear-gradient(90deg,#c59b2712,#7c3aed0d);padding:1rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.lux-marquee-track{gap:2.5rem;width:max-content;animation:38s linear infinite marquee;display:flex}.lux-marquee:hover .lux-marquee-track{animation-play-state:paused}.lux-marquee-item{font-family:var(--font-display);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.6rem;font-size:1.05rem;display:inline-flex}.lux-marquee-item svg{color:var(--lux-gold);font-size:.7rem}@keyframes marquee{to{transform:translate(-50%)}}.lux-trust-section{padding:4rem 0 1rem}.lux-trust-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.lux-trust-card{border-radius:var(--radius-lg);background:var(--lux-glass);border:1px solid var(--border-light);box-shadow:var(--card-shadow);align-items:center;gap:1rem;padding:1.5rem;display:flex}.lux-trust-card:hover{border-color:var(--lux-glass-brd);box-shadow:0 18px 44px #3c2d0a1f}.lux-trust-icon{width:48px;height:48px;color:var(--lux-gold);background:#c59b271f;border-radius:12px;flex-shrink:0;place-items:center;font-size:1.3rem;display:grid}.lux-trust-card h4{color:var(--text-primary);margin-bottom:.2rem;font-size:.98rem}.lux-trust-card p{color:var(--text-tertiary);font-size:.82rem;line-height:1.4}.lux-section-alt{background:var(--bg-secondary)}.lux-loading{min-height:140px;color:var(--text-secondary);grid-column:1/-1;justify-content:center;align-items:center;display:flex}.lux-collections{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.lux-cat-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--card-shadow);text-decoration:none;display:block;overflow:hidden}.lux-cat-card:hover{border-color:var(--lux-glass-brd);box-shadow:0 24px 56px #3c2d0a24}.lux-cat-img-wrap{aspect-ratio:16/11;position:relative;overflow:hidden}.lux-cat-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.lux-cat-card:hover .lux-cat-img{transform:scale(1.08)}.lux-cat-sheen{background:linear-gradient(#0000 55%,#1c191729 100%);position:absolute;inset:0}.lux-cat-body{padding:1.25rem 1.4rem 1.5rem}.lux-cat-body h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:1.3rem}.lux-cat-body p{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.9rem;font-size:.86rem;line-height:1.5;display:-webkit-box;overflow:hidden}.lux-cat-arrow{color:var(--lux-gold);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;display:inline-flex}.lux-cat-arrow svg{transition:transform .3s}.lux-cat-card:hover .lux-cat-arrow svg{transform:translate(5px)}.lux-why-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.lux-why-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--card-shadow);padding:2rem 1.75rem}.lux-why-card:hover{border-color:var(--lux-glass-brd)}.lux-why-number{font-family:var(--font-display);background:var(--lux-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.4rem;font-weight:700}.lux-why-card h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.2rem}.lux-why-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.lux-testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.lux-testimonial-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--card-shadow);padding:2rem}.lux-testimonial-stars{color:var(--lux-gold);gap:.2rem;margin-bottom:1rem;display:flex}.lux-testimonial-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.75}.lux-testimonial-author{align-items:center;gap:.85rem;display:flex}.lux-testimonial-avatar{background:var(--lux-gold-text);color:#fff;width:44px;height:44px;font-weight:700;font-family:var(--font-display);border-radius:50%;place-items:center;display:grid}.lux-testimonial-author strong{color:var(--text-primary);font-size:.95rem;display:block}.lux-testimonial-author span{color:var(--text-tertiary);font-size:.82rem}.lux-lead{background:radial-gradient(700px 320px at 50% 0,#c59b2729,#0000 70%),linear-gradient(#fdfbf7,#f6f1e7);padding:5rem 0}.lux-lead-inner{text-align:center;border-radius:var(--radius-xl);border:1px solid var(--lux-glass-brd);background:#fff;max-width:760px;margin:0 auto;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 24px 60px #3c2d0a1a}.lux-lead-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#c59b2738,#0000 65%);width:360px;height:360px;position:absolute;top:-160px;left:50%;transform:translate(-50%)}.lux-lead h2{font-family:var(--font-display);color:var(--text-primary);margin:.75rem 0 1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);position:relative}.lux-lead p{color:var(--text-secondary);max-width:560px;margin:0 auto 2rem;font-size:1.02rem;line-height:1.7;position:relative}.lux-lead-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.lux-lead-trust{color:var(--text-tertiary);align-items:center;gap:.45rem;margin-top:1.5rem;font-size:.82rem;display:inline-flex;position:relative}.lux-lead-trust svg{color:var(--lux-gold)}.lux-cta{text-align:center;background:radial-gradient(800px 400px at 50% 120%,#7c3aed1a,#0000 60%),linear-gradient(#f6f1e7,#fdfbf7);padding:5.5rem 0}.lux-cta-content h2{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.9rem;font-size:clamp(2rem,4vw,3rem)}.lux-cta-content p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem}@media (width<=960px){.lux-hero-grid{text-align:center;grid-template-columns:1fr}.lux-hero-copy{max-width:100%;margin:0 auto}.lux-subtitle{margin-left:auto;margin-right:auto}.lux-actions,.lux-stats{justify-content:center}.lux-hero-visual{order:-1;min-height:320px}.lux-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.lux-hero{min-height:auto;padding:6rem 0 3rem}.lux-stats{gap:1.5rem}.lux-stat strong{font-size:1.5rem}.lux-trust-grid{grid-template-columns:1fr}.lux-lead-inner{padding:2.25rem 1.25rem}.lux-actions .btn,.lux-lead-actions .btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.aurora,.lux-title-accent,.lux-marquee-track,.lux-scroll-cue{animation:none!important}.tilt-card{transform:none!important}}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--bg-secondary) 25%, #ca8a040f 50%, var(--bg-secondary) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.8s ease-in-out infinite skeletonShimmer}.skeleton-card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);overflow:hidden}.skeleton-card-image{aspect-ratio:1;background:linear-gradient(90deg, var(--bg-secondary) 25%, #ca8a040f 50%, var(--bg-secondary) 75%);background-size:200% 100%;animation:1.8s ease-in-out infinite skeletonShimmer}.skeleton-card-body{flex-direction:column;gap:.6rem;padding:1.1rem;display:flex}.skeleton-line{border-radius:6px;height:14px}.skeleton-line-sm{width:40%;height:10px}.skeleton-line-md{width:70%}.skeleton-line-lg{width:90%}.skeleton-line-full{width:100%}.skeleton-price-row{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.skeleton-price{border-radius:6px;width:60px;height:20px}.skeleton-btn{border-radius:50%;width:38px;height:38px}.skeleton-detail-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:1.5rem;display:grid}.skeleton-detail-image{aspect-ratio:1;border-radius:var(--radius-lg)}.skeleton-detail-thumbs{gap:.75rem;margin-top:1rem;display:flex}.skeleton-detail-thumb{border-radius:var(--radius-sm);width:70px;height:70px}.skeleton-detail-info{flex-direction:column;gap:1rem;display:flex}.skeleton-detail-title{border-radius:6px;width:80%;height:28px}.skeleton-detail-price{border-radius:6px;width:35%;height:24px}.skeleton-detail-desc{flex-direction:column;gap:.5rem;display:flex}.skeleton-detail-spec-box{border-radius:var(--radius-md);border:1px solid var(--border-light);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.skeleton-detail-spec-row{justify-content:space-between;display:flex}.skeleton-detail-actions{gap:1rem;margin-top:.5rem;display:flex}.skeleton-detail-action-btn{border-radius:999px;flex:1;height:48px}.skeleton-sidebar{flex-direction:column;gap:1.5rem;display:flex}.skeleton-sidebar-group{flex-direction:column;gap:.5rem;display:flex}.skeleton-sidebar-title{border-radius:6px;width:60%;height:12px;margin-bottom:.25rem}.skeleton-sidebar-item{border-radius:var(--radius-sm);height:36px}.skeleton-category-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.skeleton-category-card{border-radius:var(--radius-lg);border:1px solid var(--border-light);overflow:hidden}.skeleton-category-image{aspect-ratio:4/3}.skeleton-category-label{flex-direction:column;gap:.4rem;padding:1rem;display:flex}@media (width<=768px){.skeleton-detail-grid{grid-template-columns:1fr;gap:2rem}.skeleton-category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.shop-section{padding-top:2rem}.shop-controls{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.shop-search{flex:1;min-width:250px;position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input{border-radius:999px!important;padding-left:2.8rem!important;padding-right:2.5rem!important}.search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.shop-sort{min-width:180px}.filter-toggle{display:none}.shop-layout{grid-template-columns:240px 1fr;gap:2rem;display:grid}.shop-sidebar{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);height:fit-content;box-shadow:var(--card-shadow);padding:1.5rem 1.25rem;position:sticky;top:5rem}.filter-group{margin-bottom:2rem}.filter-group h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-400);margin-bottom:.75rem;font-size:.82rem;font-weight:600}.filter-options{flex-direction:column;gap:.4rem;display:flex}.filter-btn{border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-secondary);text-align:left;transition:all var(--transition-fast);cursor:pointer;background:0 0;padding:.55rem .85rem;font-size:.85rem}.filter-btn:hover{color:var(--text-primary);background:#ca8a040f;border-color:#ca8a0447;transform:translate(2px)}.filter-btn.active{border-color:var(--gold-500);color:var(--gold-700);background:linear-gradient(135deg,#c59b272e,#c59b2714);font-weight:600;box-shadow:inset 0 0 0 1px #c59b2740}.shop-results-bar{border-bottom:1px solid var(--border-light);color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.85rem;font-size:.9rem;display:flex}.shop-results-bar span strong,.shop-results-bar b{color:var(--gold-600)}.filter-parent-group{margin-bottom:.2rem}.filter-btn.filter-parent{color:var(--text-primary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.filter-sub-options{border-left:2px solid var(--border-light);flex-direction:column;gap:.2rem;margin-top:.2rem;margin-bottom:.4rem;margin-left:.5rem;padding-left:.75rem;display:flex}.filter-btn.filter-sub{justify-content:space-between;align-items:center;padding:.4rem .7rem;font-size:.82rem;display:flex}.filter-count{color:var(--text-muted);text-align:center;background:#c59b271a;border-radius:10px;min-width:22px;padding:.1rem .45rem;font-size:.75rem}.filter-btn.active .filter-count{background:var(--gold-500);color:#fff}@media (width<=768px){.filter-toggle{display:flex}.shop-layout{grid-template-columns:1fr}.shop-sidebar{z-index:900;background:var(--bg-primary);padding:5rem 1.5rem 2rem;display:none;position:fixed;inset:0;overflow-y:auto}.shop-sidebar.open{display:block}}.product-detail-page{padding-top:5.5rem;padding-bottom:2rem}.product-detail-grid{grid-template-columns:minmax(0,480px) 1fr;align-items:start;gap:3.5rem;margin-top:1rem;display:grid}.product-images{position:sticky;top:6rem}.product-gallery{gap:.75rem;display:flex}.product-thumbs-vertical{scrollbar-width:thin;flex-direction:column;gap:.5rem;max-height:480px;padding-right:2px;display:flex;overflow-y:auto}.product-thumb{cursor:pointer;opacity:.55;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:58px;height:58px;min-height:58px;padding:0;transition:all .2s;overflow:hidden}.product-thumb.active{border-color:var(--gold-500);opacity:1;box-shadow:0 0 0 2px #eab30833}.product-thumb:hover{opacity:1;border-color:var(--gold-400)}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-main-image{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-light);cursor:zoom-in;flex:1;max-height:480px;position:relative;overflow:hidden;box-shadow:0 16px 44px #3c2d0a1a}.product-main-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.product-main-image:hover img{transform:scale(1.05)}.product-detail-badge{z-index:2;position:absolute;top:.75rem;left:.75rem}.product-thumbs-horizontal{scrollbar-width:thin;gap:.5rem;margin-top:.65rem;padding-bottom:4px;display:none;overflow-x:auto}.product-info{flex-direction:column;display:flex}.product-category-badge{width:fit-content;color:var(--gold-600);text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#eab3081f,#ca8a0414);border-radius:100px;align-items:center;gap:.35rem;margin-bottom:.6rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}[data-theme=dark] .product-category-badge{color:var(--gold-400);background:#eab3081a}.product-detail-name{font-family:var(--font-display);color:var(--text-primary);margin:0 0 .7rem;font-size:1.65rem;font-weight:700;line-height:1.25}.product-rating-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.product-rating-row .stars{gap:2px;display:flex}.product-rating-row .rating-text{color:var(--text-primary);font-size:.88rem;font-weight:600}.product-rating-row .review-count{color:var(--text-muted);font-size:.82rem}.product-detail-price{border-radius:var(--radius-md);background:linear-gradient(135deg,#eab3080f,#ca8a0408);border:1px solid #eab3081f;align-items:baseline;gap:.85rem;margin-bottom:1rem;padding:.85rem 1.15rem;display:flex}.product-detail-price .price{color:var(--gold-600);font-weight:800;line-height:1;font-size:1.75rem!important}[data-theme=dark] .product-detail-price .price{color:var(--gold-400)}.product-detail-price .price-original{font-size:1rem!important}.product-detail-price .price-tag-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:500}.stock-badge{border-radius:100px;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .7rem;font-size:.76rem;font-weight:600;display:inline-flex}.stock-badge.in-stock{color:#059669;background:#0596691a}.stock-badge .stock-dot{background:#059669;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.product-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.92rem;line-height:1.7}.product-specs{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);margin-bottom:1.5rem;overflow:hidden}.specs-header{color:var(--text-primary);border-bottom:1px solid var(--border-light);background:#00000005;align-items:center;gap:.5rem;padding:.75rem 1.1rem;font-size:.85rem;font-weight:700;display:flex}[data-theme=dark] .specs-header{background:#ffffff08}.spec-row{border-bottom:1px solid var(--border-light);justify-content:space-between;padding:.55rem 1.1rem;transition:background .2s;display:flex}.spec-row:last-child{border-bottom:none}.spec-row:hover{background:#eab30808}.spec-label{color:var(--text-muted);text-transform:capitalize;font-size:.82rem;font-weight:500}.spec-value{color:var(--text-primary);text-align:right;font-size:.82rem;font-weight:600}.product-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.product-actions .btn-primary{flex:1;gap:.5rem;min-width:170px;padding:.8rem 1.25rem;font-size:.95rem;font-weight:700}.product-actions .wishlist-action-btn{border-radius:var(--radius-sm);border:1.5px solid var(--border-light);background:var(--bg-card);cursor:pointer;width:46px;min-width:46px;height:46px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .25s;display:flex}.product-actions .wishlist-action-btn:hover,.product-actions .wishlist-action-btn.active{color:#e11d48;background:#e11d480f;border-color:#e11d48}.qty-control{border:1.5px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-card);align-items:center;display:flex;overflow:hidden}.qty-control button{width:40px;height:42px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.1rem;font-weight:600;transition:all .2s}.qty-control button:hover{color:var(--gold-600);background:#eab3081a}.qty-control span{text-align:center;width:38px;font-size:.95rem;font-weight:700}.btn-added{background:var(--emerald)!important;color:#fff!important}.btn-whatsapp-detail{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#25d366;border:none;justify-content:center;align-items:center;gap:.55rem;width:100%;margin-top:.75rem;padding:.8rem 1.25rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 14px #25d36633}.btn-whatsapp-detail:hover{color:#fff;background:#1fba59;transform:translateY(-1px);box-shadow:0 6px 18px #25d3664d}.product-guarantees{border-top:1px solid var(--border-light);grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.25rem;padding-top:1.25rem;display:grid}.guarantee-item{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-secondary);align-items:center;gap:.5rem;padding:.55rem .75rem;font-size:.78rem;font-weight:500;transition:all .25s;display:flex}.guarantee-item:hover{border-color:var(--gold-400);background:#eab3080a}.guarantee-item svg{color:var(--gold-500);flex-shrink:0;min-width:15px}.related-section{border-top:1px solid var(--border-light);margin-top:3.5rem;padding-top:2.5rem}.reviews-section{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);margin-top:3rem;padding:1.75rem}.reviews-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.reviews-header .section-title{margin-bottom:.35rem;font-size:1.4rem}.review-stats{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.review-stats .stars{gap:2px;display:flex}.rating-big{color:var(--text-primary);font-size:1rem;font-weight:800}.review-list{flex-direction:column;gap:1.25rem;display:flex}.review-card{border-bottom:1px solid var(--border-light);padding-bottom:1.25rem}.review-card:last-child{border-bottom:none;padding-bottom:0}.reviewer-row{align-items:center;gap:.65rem;margin-bottom:.5rem;display:flex}.reviewer-avatar{width:34px;height:34px;color:var(--gold-600);background:linear-gradient(135deg,#c59b2733,#eab3081f);border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}[data-theme=dark] .reviewer-avatar{color:var(--gold-400)}.reviewer-name{color:var(--text-primary);font-size:.9rem;font-weight:700}.verified-badge{color:#34d399;background:#05966914;border-radius:100px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.review-title{color:var(--text-primary);margin:.4rem 0 .3rem;font-size:.9rem;font-weight:700}.review-body{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}@media (width<=1024px){.product-detail-grid{grid-template-columns:minmax(0,380px) 1fr;gap:2.5rem}.product-main-image,.product-thumbs-vertical{max-height:380px}}@media (width<=768px){.product-detail-page{padding-top:4.5rem}.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}.product-images{position:static}.product-thumbs-vertical{display:none}.product-thumbs-horizontal{display:flex}.product-main-image{max-height:340px}.product-detail-name{font-size:1.35rem}.product-detail-price .price{font-size:1.5rem!important}.product-guarantees{grid-template-columns:1fr}.product-actions{flex-direction:column;align-items:stretch}.product-actions .btn-primary{width:100%}.reviews-header{flex-direction:column;align-items:flex-start}}@media (width<=480px){.product-detail-name{font-size:1.2rem}.product-main-image{max-height:280px}.product-detail-price{padding:.75rem .9rem}.product-detail-price .price{font-size:1.3rem!important}.spec-row{padding:.5rem .9rem}.product-thumb{width:50px;min-width:50px;height:50px;min-height:50px}.guarantee-item{padding:.45rem .6rem;font-size:.75rem}.reviews-section{padding:1.1rem}}.mobile-buy-bar{display:none}@media (width<=768px){.mobile-buy-bar{z-index:850;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom,0px));background:var(--bg-glass,var(--bg-card));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-light);align-items:center;gap:.6rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0000001a}.mbb-price{flex-direction:column;line-height:1.1;display:flex}.mbb-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.62rem}.mbb-price .price{color:var(--gold-600);font-weight:800;font-size:1.15rem!important}.mbb-wa{border-radius:var(--radius-sm);color:#fff;background:#25d366;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 4px 12px #25d3664d}.mbb-cart{flex:1;justify-content:center}.product-detail-page{padding-bottom:6rem}}
