:root{--bg: #f7f6fb;--bg2: #ffffff;--dark: #12101a;--dark2: #2a2540;--muted: #7a748f;--border: rgba(0,0,0,.07);--accent: #7c5cbf;--accent2: #a78bfa;--accent-glow: rgba(124,92,191,.15);--led-red: #ff4d4d;--led-orange: #ff8c42;--led-yellow: #ffd166;--led-green: #06d6a0;--led-blue: #4dabf7;--led-purple: #b197fc;--led-pink: #f783ac;--gradient: linear-gradient(135deg, #ff6b6b, #ffd166, #06d6a0, #4dabf7, #b197fc, #f783ac);--font-heading: "DM Serif Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--header-height: 64px;--announcement-height: 40px;--bottom-nav-height: 64px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-card: 0 4px 20px rgba(124,92,191,.08);--shadow-hover: 0 16px 50px rgba(124,92,191,.14);--transition: .28s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--dark);line-height:1.6;overflow-x:hidden;padding-bottom:var(--bottom-nav-height);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:16px}.skip-to-content-link{position:absolute;top:-200px;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-weight:700;transition:top .2s}.skip-to-content-link:focus{top:1rem}.announcement-bar{position:sticky;top:0;z-index:100;background:linear-gradient(90deg,#7c5cbf,#a78bfa,#f783ac,#7c5cbf);background-size:200% auto;animation:shimmer 4s linear infinite;color:#fff;text-align:center;padding:11px 1rem;font-size:12px;font-weight:600;letter-spacing:.05em;min-height:var(--announcement-height);display:flex;align-items:center;justify-content:center}.announcement-bar a{text-decoration:underline}@keyframes shimmer{to{background-position:200% center}}.site-header{position:sticky;top:var(--announcement-height);z-index:99;height:var(--header-height);background:#f7f6fbeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(124,92,191,.1);transition:box-shadow .3s}.site-header.is-scrolled{box-shadow:0 4px 20px #7c5cbf1a}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.header-logo{font-family:var(--font-heading);font-size:1.2rem;font-weight:400;color:var(--dark);flex:1;text-align:center;letter-spacing:.3px}.header-logo span{background:var(--gradient);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}.header-logo img{height:36px;width:auto;object-fit:contain}.desktop-nav{display:none}.header-actions{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end}.header-cart-link{position:relative;display:flex;align-items:center;justify-content:center;color:var(--dark);padding:10px;min-width:44px;min-height:44px}.header-cart-count{position:absolute;top:2px;right:2px;background:var(--accent);color:#fff;font-size:9px;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.header-menu-btn{display:flex;flex-direction:column;gap:5px;padding:10px;color:var(--dark);min-width:44px;min-height:44px;justify-content:center;flex:1}.header-menu-btn span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:var(--transition);transform-origin:center}.header-menu-btn.is-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header-menu-btn.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.header-menu-btn.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100%;background:var(--bg2);z-index:200;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:5rem 1.5rem 2rem;border-right:1px solid var(--border);box-shadow:8px 0 32px #7c5cbf1f}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-close{position:absolute;top:1rem;right:1rem;color:var(--muted);padding:8px;font-size:1.3rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-menu nav a{display:block;font-size:1.2rem;font-weight:500;padding:1rem 0;border-bottom:1px solid var(--border);color:var(--dark);font-family:var(--font-heading);transition:color .2s,padding-left .2s}.mobile-menu nav a:hover{color:var(--accent);padding-left:.5rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#12101a80;z-index:150;opacity:0;pointer-events:none;transition:opacity .3s}.overlay.is-visible{opacity:1;pointer-events:all}.led-bar{height:3px;background:linear-gradient(90deg,var(--led-red),var(--led-orange),var(--led-yellow),var(--led-green),var(--led-blue),var(--led-purple),var(--led-pink),var(--led-red));background-size:300% 100%;animation:ledScroll 4s linear infinite}@keyframes ledScroll{0%{background-position:0%}to{background-position:300%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.3px;min-height:52px;transition:var(--transition);white-space:nowrap;cursor:pointer;border:2px solid transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--dark);color:#fff;box-shadow:0 4px 20px #12101a33}.btn-primary:not(:disabled):hover{background:var(--accent);box-shadow:0 8px 30px #7c5cbf59;transform:translateY(-2px)}.btn-gradient{background:var(--gradient);background-size:200%;animation:shimmer 4s linear infinite;color:#fff;box-shadow:0 8px 30px #a78bfa66}.btn-gradient:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 14px 40px #a78bfa80}.btn-outline{background:transparent;color:var(--dark);border-color:#00000026}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{background:none;border:none;font-size:14px;font-weight:500;color:var(--muted);display:flex;align-items:center;gap:6px;min-height:44px;padding:0;transition:color .2s}.btn-ghost:hover{color:var(--dark)}.btn-full{width:100%}section{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-family:var(--font-heading);font-size:clamp(1.8rem,5vw,2.8rem);font-weight:400;line-height:1.1;color:var(--dark);margin-bottom:.75rem;letter-spacing:-.3px}.section-subtitle{font-size:.95rem;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.8}.hero{background:var(--bg2);position:relative;overflow:hidden;padding:3.5rem 1.25rem;display:flex;flex-direction:column;gap:2.5rem}.hero:before{content:"";position:absolute;top:-80px;right:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(167,139,250,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-60px;left:20%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(247,131,172,.08) 0%,transparent 70%);pointer-events:none}.hero-left{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#7c5cbf14;border:1px solid rgba(124,92,191,.2);color:var(--accent);font-size:12px;font-weight:600;padding:7px 16px;border-radius:20px;margin-bottom:1.5rem;letter-spacing:.5px}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--gradient);background-size:200%;animation:shimmer 2s linear infinite}.hero-title{font-family:var(--font-heading);font-size:clamp(2.4rem,9vw,4.5rem);font-weight:400;line-height:1.05;color:var(--dark);margin-bottom:1.25rem;letter-spacing:-.5px}.hero-title em{font-style:italic;background:var(--gradient);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}.hero-desc{font-size:1rem;line-height:1.8;color:var(--muted);max-width:440px;margin-bottom:1.75rem}.hero-price{display:flex;align-items:center;gap:14px;margin-bottom:1.5rem}.price-new{font-family:var(--font-heading);font-size:3rem;color:var(--dark);line-height:1}.price-old{font-size:1.1rem;color:#ccc;text-decoration:line-through}.price-badge{background:#ff4d4d;color:#fff;font-size:12px;font-weight:700;padding:5px 11px;border-radius:6px}.countdown-row{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;flex-wrap:wrap}.cd-label{font-size:12px;font-weight:500;color:var(--muted)}.countdown{display:flex;gap:5px}.cd-block{background:var(--dark);color:#fff;border-radius:6px;padding:6px 10px;min-width:42px;text-align:center}.cd-num{font-family:var(--font-heading);font-size:20px;line-height:1}.cd-unit{font-size:8px;font-weight:500;opacity:.5;letter-spacing:1px;text-transform:uppercase}.hero-cta{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.5rem}.trust-micro{display:flex;gap:1.25rem;flex-wrap:wrap}.trust-micro-item{font-size:12px;font-weight:500;color:var(--muted);display:flex;align-items:center;gap:6px}.trust-check{color:var(--led-green);font-size:14px}.led-strip{display:flex;align-items:center;gap:5px;margin-top:1.25rem}.led-dot-sm{width:8px;height:8px;border-radius:50%;flex-shrink:0}.led-label-sm{font-size:11px;font-weight:500;color:var(--muted);margin-left:8px}.hero-right{position:relative;display:flex;align-items:center;justify-content:center}.product-halo{position:absolute;width:320px;height:320px;border-radius:50%;background:conic-gradient(from 0deg,#ff4d4d33,#ff8c4226,#ffd16626,#06d6a026,#4dabf733,#b197fc40,#f783ac33,#ff4d4d33);filter:blur(24px);animation:rotatehalo 8s linear infinite;pointer-events:none}@keyframes rotatehalo{to{transform:rotate(360deg)}}.product-ring{position:absolute;width:360px;height:360px;border-radius:50%;border:1.5px solid rgba(167,139,250,.2);animation:pulse-ring 3s ease-in-out infinite;pointer-events:none}.product-ring2{position:absolute;width:410px;height:410px;border-radius:50%;border:1px solid rgba(167,139,250,.1);animation:pulse-ring 3s ease-in-out infinite 1s;pointer-events:none}@keyframes pulse-ring{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.02)}}.product-img{width:100%;max-width:380px;position:relative;z-index:2;mix-blend-mode:multiply;animation:floatimg 5s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(124,92,191,.15))}@keyframes floatimg{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.stock-section{background:var(--bg2);padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.stock-text{font-size:13px;font-weight:600;color:var(--accent)}.stock-track{width:180px;height:6px;background:#f0edf8;border-radius:3px;overflow:hidden}.stock-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--led-purple),var(--led-pink))}.stock-note{font-size:12px;color:var(--muted)}.stats-bar{display:grid;grid-template-columns:repeat(2,1fr);background:var(--dark)}.stat{padding:1.75rem 1rem;text-align:center;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.stat:nth-child(2n){border-right:none}.stat:nth-child(n+3){border-bottom:none}.stat-number{font-family:var(--font-heading);font-size:2.2rem;background:var(--gradient);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite;line-height:1}.stat-label{font-size:11px;font-weight:500;color:#ffffff73;margin-top:6px;letter-spacing:.5px}.trust-bar{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-items{display:flex;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.trust-items::-webkit-scrollbar{display:none}.trust-item{flex:1;min-width:80px;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem .75rem;border-right:1px solid var(--border);text-align:center}.trust-item:last-child{border-right:none}.trust-item svg{color:var(--led-green)}.trust-item-text{font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.features{background:var(--bg)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.benefit-card{background:var(--bg2);border-radius:var(--radius-md);padding:1.75rem 1.25rem;border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.benefit-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.1rem}.benefit-title{font-weight:700;font-size:.9rem;color:var(--dark);margin-bottom:.5rem}.benefit-text{font-size:.8rem;line-height:1.8;color:var(--muted)}.benefit-icon{font-size:2rem;margin-bottom:.875rem;display:block}.led-modes-section{background:var(--dark);padding:4rem 0}.led-modes-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.led-mode-card{background:#ffffff0a;border-radius:var(--radius-md);padding:1.5rem 1rem;text-align:center;border:1px solid rgba(255,255,255,.06);transition:transform .3s,background .3s}.led-mode-card:hover{transform:translateY(-6px);background:#ffffff12}.led-mode-card.rainbow{grid-column:1 / -1;display:flex;align-items:center;text-align:left;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff0a}.led-mode-card .section-eyebrow{color:#ffffff80}.led-mode-card .section-title{color:#fff}.led-mode-card .section-subtitle{color:#ffffff73}.led-circle{width:44px;height:44px;border-radius:50%;margin:0 auto .875rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.led-mode-icon{font-size:2.2rem;margin-bottom:.6rem;display:block}.led-mode-card.rainbow .led-mode-icon{margin-bottom:0;flex-shrink:0}.led-mode-name{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.35rem}.led-mode-benefit{font-size:.78rem;color:#fff6;line-height:1.55}.led-nm{font-size:9px;font-weight:700;margin-top:8px;letter-spacing:1px}.how-it-works-section{background:var(--bg2)}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1.25rem;align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.2rem;color:#fff;font-weight:400}.step-title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.step-text{font-size:.875rem;color:var(--muted);line-height:1.7}.how-it-works-image{margin-top:2rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.results-section{background:var(--bg2)}.results-grid{display:grid;grid-template-columns:1fr;gap:1rem}.result-card{background:var(--bg);border-radius:20px;padding:1.75rem 1.25rem;border:1px solid var(--border);position:relative;overflow:hidden}.result-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient);background-size:200%;animation:shimmer 4s linear infinite}.result-week{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem;display:block}.result-card h3{font-family:var(--font-heading);font-size:1.3rem;color:var(--dark);margin-bottom:.75rem}.result-card p{font-size:.85rem;color:var(--muted);line-height:1.8}.progress-row{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:var(--muted);margin:1rem 0 .4rem}.progress-track{height:5px;background:#00000012;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;background:var(--gradient);background-size:200%;animation:shimmer 4s linear infinite}.testimonials-section{background:var(--bg);overflow:hidden}.testimonials-scroll{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 1.25rem 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonial-card{flex-shrink:0;width:280px;background:var(--bg2);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--border);scroll-snap-align:start;transition:box-shadow .3s}.testimonial-card:hover{box-shadow:0 10px 40px #7c5cbf1a}.testimonial-stars{color:#f59e0b;font-size:.9rem;margin-bottom:.75rem}.testimonial-text{font-size:.875rem;color:var(--muted);line-height:1.8;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient);background-size:200%;animation:shimmer 4s linear infinite;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0;text-transform:uppercase}.testimonial-name{font-size:.875rem;font-weight:600;color:var(--dark)}.testimonial-location{font-size:.75rem;color:var(--muted)}.author-verified{font-size:10px;color:var(--led-green);font-weight:600;margin-top:2px}.testimonials-dots{display:flex;justify-content:center;gap:6px;margin-top:1.25rem}.testimonial-dot{width:8px;height:8px;border-radius:4px;background:#0000001f;border:none;cursor:pointer;transition:all .3s}.testimonial-dot.is-active{background:var(--accent);width:24px}.faq-section{background:var(--bg2)}.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.accordion-header{width:100%;padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;color:var(--dark);text-align:left;min-height:52px;transition:color .25s;cursor:pointer}.accordion-header:hover{color:var(--accent)}.accordion-icon{font-size:1.3rem;color:var(--accent);flex-shrink:0;margin-left:.5rem;line-height:1;transition:transform .3s}.accordion-item.is-open .accordion-icon{transform:rotate(45deg)}.accordion-body{display:none;padding-bottom:1.25rem;font-size:.875rem;color:var(--muted);line-height:1.85}.accordion-item.is-open .accordion-body{display:block}.newsletter-section{background:var(--bg)}.newsletter-inner{text-align:center}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:440px;margin:1.5rem auto 0}.newsletter-input{padding:14px 20px;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.15);background:var(--bg2);color:var(--dark);font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s}.newsletter-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.newsletter-input::placeholder{color:var(--muted)}.site-footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 0 2rem}.footer-brand{margin-bottom:2.5rem}.footer-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:var(--dark);margin-bottom:.75rem}.footer-logo span{background:var(--gradient);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}.footer-tagline{font-size:.875rem;color:var(--muted);line-height:1.7;max-width:280px;margin-bottom:1.25rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:42px;height:42px;border-radius:50%;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:var(--transition)}.footer-social a:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-heading{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links li a{font-size:.875rem;color:var(--muted);transition:color .2s,padding-left .2s;display:inline-block}.footer-links li a:hover{color:var(--accent);padding-left:.25rem}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.78rem;color:var(--muted)}.footer-payment{display:flex;justify-content:center;gap:.4rem;margin-top:.875rem;flex-wrap:wrap}.payment-badge{background:var(--bg);border:1px solid var(--border);border-radius:5px;padding:3px 8px;font-size:10px;font-weight:600;color:var(--muted)}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:90;height:var(--bottom-nav-height);background:#f7f6fbf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(124,92,191,.12);display:grid;grid-template-columns:repeat(4,1fr)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:9.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;transition:color .2s;min-height:44px;position:relative}.mobile-nav-item.is-active{color:var(--accent)}.mobile-nav-item.is-active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:2px;background:var(--accent);border-radius:0 0 2px 2px}.mobile-cart-bubble{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--accent);color:#fff;font-size:9px;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.product-gallery{background:var(--bg)}.product-gallery-main{aspect-ratio:1/1;overflow:hidden;position:relative}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:8px;padding:.75rem 1rem;overflow-x:auto;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex-shrink:0;width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background:none;padding:0}.gallery-thumb.is-active{border-color:var(--accent)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem 1.25rem 2rem;background:var(--bg2)}.product-vendor{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.product-title{font-family:var(--font-heading);font-size:1.65rem;font-weight:400;color:var(--dark);line-height:1.15;margin-bottom:.75rem;letter-spacing:-.3px}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.1rem;font-size:.85rem}.product-rating-stars{color:#f59e0b;letter-spacing:2px}.product-rating-count{color:var(--muted)}.product-price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.product-price{font-family:var(--font-heading);font-size:2.2rem;color:var(--dark);line-height:1}.product-price-compare{font-size:1.1rem;color:#ccc;text-decoration:line-through}.product-discount{background:#ff4d4d;color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px}.product-description{font-size:.9rem;color:var(--muted);line-height:1.8;margin-bottom:1.5rem}.option-label{font-size:13px;font-weight:600;color:var(--dark);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.option-label .selected-color{color:var(--muted);font-weight:400}.color-swatches{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.08);cursor:pointer;transition:var(--transition);background:none;padding:0}.color-swatch.is-active{border-color:var(--dark);box-shadow:0 0 0 2px var(--accent)}.color-swatch[data-color=rouge]{background:radial-gradient(circle at 40% 40%,#f55,#a00)}.color-swatch[data-color=vert]{background:radial-gradient(circle at 40% 40%,#5f5,#0a0)}.color-swatch[data-color=bleu]{background:radial-gradient(circle at 40% 40%,#58f,#03c)}.color-swatch[data-color=violet]{background:radial-gradient(circle at 40% 40%,#b197fc,#7c5cbf)}.color-swatch[data-color=arc-en-ciel]{background:conic-gradient(red,#f80,#ff0,#0f0,#06f,#80f,#f08,red)}.qty-wrap{display:flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-sm);width:fit-content;overflow:hidden;margin-bottom:1.25rem}.qty-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--dark);font-size:1.3rem;transition:background .2s}.qty-btn:hover{background:var(--bg)}.qty-input{width:52px;text-align:center;background:transparent;border:none;color:var(--dark);font-size:1rem;font-weight:700;height:48px;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-trust{display:flex;gap:0;margin:1.25rem 0;padding:1rem;background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border)}.product-trust-item{flex:1;text-align:center;padding:0 .5rem;border-right:1px solid var(--border)}.product-trust-item:last-child{border-right:none}.product-trust-icon{font-size:1.3rem;display:block;margin-bottom:.3rem}.product-trust-text{font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.sticky-atc{position:fixed;bottom:var(--bottom-nav-height);left:0;right:0;z-index:80;padding:.75rem 1.25rem;background:#f7f6fbf7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(124,92,191,.12);display:flex;gap:1rem;align-items:center;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -8px 32px #7c5cbf1a}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc-info{flex-shrink:0}.sticky-atc-name{font-size:11px;color:var(--muted);margin-bottom:2px}.sticky-atc-price{font-family:var(--font-heading);font-size:1.3rem;color:var(--dark)}.sticky-atc-form{flex:1}.sticky-atc-form .btn{width:100%;min-height:48px}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.product-card{background:var(--bg2);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.product-card-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--bg)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{position:absolute;top:.65rem;left:.65rem;background:#ff4d4d;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:6px;z-index:1}.product-card-badge.new{background:var(--accent)}.product-card-body{padding:.875rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-family:var(--font-heading);font-size:.95rem;font-weight:400;color:var(--dark);margin-bottom:.3rem;line-height:1.3}.product-card-price-row{display:flex;align-items:baseline;gap:.4rem;margin-top:auto}.product-card-price{font-size:1rem;font-weight:700;color:var(--dark)}.product-card-price-compare{font-size:.78rem;color:#ccc;text-decoration:line-through}.product-card-btn{width:100%;margin-top:.75rem;padding:11px 16px;font-size:12px;min-height:44px;border-radius:var(--radius-sm)}.led-colors{display:flex;gap:4px;margin:.4rem 0;flex-wrap:wrap}.led-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.text-accent{color:var(--accent)}.text-muted{color:var(--muted)}.text-center{text-align:center}.bg-dark{background:var(--dark)}.bg-white{background:var(--bg2)}.gradient-text{background:var(--gradient);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skeleton{background:linear-gradient(90deg,#f0edf8 25%,#e8e4f4,#f0edf8 75%);background-size:300% 100%;animation:skeleton-load 1.8s infinite;border-radius:var(--radius-md)}@keyframes skeleton-load{0%{background-position:100%}to{background-position:-100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-up{animation:fadeUp .9s ease both}.animate-in{animation:fadeIn 1s ease both .3s}@media(min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(4,1fr)}.results-grid{grid-template-columns:repeat(3,1fr)}.newsletter-form{flex-direction:row}.newsletter-input{flex:1}.testimonial-card{width:340px}.stats-bar{grid-template-columns:repeat(4,1fr)}.stat:nth-child(n+3){border-bottom:none}.stat:nth-child(2n){border-right:1px solid rgba(255,255,255,.06)}.stat:last-child{border-right:none}}@media(min-width:768px){:root{--header-height: 64px}body{padding-bottom:0}.mobile-bottom-nav,.header-menu-btn{display:none}.sticky-atc{bottom:0}.header-logo{text-align:left;flex:0 auto}.header-actions{flex:0 auto}.desktop-nav{display:flex;gap:2.25rem;align-items:center;flex:1;justify-content:center}.desktop-nav a{font-size:13px;font-weight:500;color:var(--muted);transition:color .25s;padding:.5rem 0}.desktop-nav a:hover{color:var(--dark)}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:4rem 2rem;gap:3rem;min-height:90vh}.hero:before{top:-100px;right:-100px;width:500px;height:500px}.hero-cta,.stock-section{flex-direction:row}.product-page{display:grid;grid-template-columns:1fr 1fr}.product-gallery{position:sticky;top:calc(var(--header-height) + var(--announcement-height));align-self:start}.product-info{background:var(--bg2)}.steps-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.container{padding:0 2rem}section{padding:6rem 0}.hero{padding:5rem 3rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.testimonial-card{width:380px}.product-halo{width:420px;height:420px}.product-ring{width:460px;height:460px}.product-ring2{width:520px;height:520px}.product-img{max-width:500px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
