*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#FAF7F2;--dark:#1A1410;--rose:#C97B6B;--rose-light:#F2E0DB;--gold:#C9A96E;--gold-light:#F5EDD8;--muted:#8A7E74;--white:#fff;--success:#2E7D32}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--dark);overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:#faf7f2f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,169,110,.15)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:21px;font-weight:400;letter-spacing:.06em;color:var(--dark);text-decoration:none}.nav-logo span{color:var(--rose)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:13px;color:var(--muted);text-decoration:none;letter-spacing:.04em;transition:color .2s}.nav-links a:hover{color:var(--dark)}.nav-right{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;color:var(--dark);text-decoration:none;display:flex;align-items:center;padding:4px}.cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--rose);color:#fff;border-radius:50%;font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center}.nav-cta{font-size:12px;font-weight:500;letter-spacing:.08em;padding:9px 22px;background:var(--dark);color:var(--cream);text-decoration:none;border:none;cursor:pointer;transition:background .2s}.nav-cta:hover{background:var(--rose)}.hero{min-height:calc(100vh - 80px);display:grid;grid-template-columns:1fr 1fr;padding-top:80px;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--rose);text-transform:uppercase;margin-bottom:1.75rem}.hero-tag:before{content:"";display:block;width:24px;height:1px;background:var(--rose)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(44px,4.5vw,68px);font-weight:300;line-height:1.1;margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--rose)}.hero-sub{font-size:15px;line-height:1.7;color:var(--muted);max-width:400px;margin-bottom:2rem;font-weight:300}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:2rem}.price-main{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:400}.price-old{font-size:17px;color:var(--muted);text-decoration:line-through}.price-badge{font-size:11px;font-weight:500;padding:3px 9px;background:var(--rose);color:#fff;letter-spacing:.06em}.hero-btns{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.btn-primary{font-size:13px;font-weight:500;letter-spacing:.08em;padding:15px 32px;background:var(--dark);color:var(--cream);border:none;cursor:pointer;transition:all .25s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--rose);transform:translateY(-1px)}.btn-ghost{font-size:13px;color:var(--muted);text-decoration:none;border-bottom:1px solid var(--muted);padding-bottom:2px}.hero-right{background:linear-gradient(135deg,#f5edd8,#f2e0db,#edd5cf);display:flex;align-items:center;justify-content:center;position:relative;min-height:500px}.mask-wrap{width:300px;height:300px;border-radius:50%;background:#fff6;border:1px solid rgba(201,169,110,.3);display:flex;align-items:center;justify-content:center}.mask-inner{width:220px;height:220px;border-radius:50%;background:#fff9;display:flex;align-items:center;justify-content:center}.led-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:14px}.led{width:9px;height:9px;border-radius:50%;animation:ledpulse 2s ease-in-out infinite}.led:nth-child(7n+1){background:#e85d75;animation-delay:0s}.led:nth-child(7n+2){background:#f5a623;animation-delay:.2s}.led:nth-child(7n+3){background:#f5e642;animation-delay:.4s}.led:nth-child(7n+4){background:#4caf50;animation-delay:.6s}.led:nth-child(7n+5){background:#29b6f6;animation-delay:.8s}.led:nth-child(7n+6){background:#7c4dff;animation-delay:1s}.led:nth-child(7n){background:#c9a96e;animation-delay:1.2s}@keyframes ledpulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.float-badge{position:absolute;background:#fff;padding:9px 14px;border:1px solid rgba(201,169,110,.2);font-size:12px;font-weight:500;animation:floaty 3s ease-in-out infinite}.float-badge small{display:block;font-size:10px;color:var(--muted);font-weight:400}.fb1{top:18%;left:4%;animation-delay:0s}.fb2{bottom:22%;right:4%;animation-delay:1.5s}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.trust{background:var(--dark);color:var(--cream);padding:.9rem 3rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{font-size:12px;letter-spacing:.04em;opacity:.8}.benefits{padding:6rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sec-tag{font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:8px;margin-bottom:1.25rem}.sec-tag:before{content:"";width:24px;height:1px;background:var(--gold)}.sec-title{font-family:Cormorant Garamond,serif;font-size:clamp(32px,3vw,48px);font-weight:300;line-height:1.15;margin-bottom:1.25rem}.sec-title em{font-style:italic;color:var(--rose)}.sec-body{font-size:15px;line-height:1.8;color:var(--muted);font-weight:300}.bene-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.bene-card{background:#fff;padding:1.5rem;border:1px solid rgba(201,169,110,.15);transition:border-color .2s,transform .2s}.bene-card:hover{border-color:var(--gold);transform:translateY(-3px)}.bene-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-size:15px}.bene-title{font-size:14px;font-weight:500;margin-bottom:4px}.bene-body{font-size:13px;color:var(--muted);line-height:1.6}.ic-r{background:#fdecea}.ic-b{background:#e8f4fd}.ic-y{background:#fff8e1}.ic-g{background:#e8f5e9}.colors-sec{padding:4.5rem 3rem;background:var(--dark);color:var(--cream);text-align:center}.colors-sec .sec-tag{justify-content:center;color:var(--gold)}.colors-sec .sec-tag:before{display:none}.colors-sec .sec-title{color:var(--cream);margin-bottom:2.5rem}.c-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.85rem;max-width:860px;margin:0 auto}.c-card{padding:1.25rem .6rem;border:1px solid rgba(255,255,255,.08);transition:border-color .2s}.c-card:hover{border-color:#ffffff4d}.c-dot{width:32px;height:32px;border-radius:50%;margin:0 auto 10px}.c-name{font-size:11px;font-weight:500;letter-spacing:.04em;margin-bottom:3px}.c-ben{font-size:10px;color:#fff6;line-height:1.4}.reviews{padding:6rem 3rem;background:var(--rose-light)}.reviews-head{text-align:center;margin-bottom:3.5rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.rev-card{background:#fff;padding:1.75rem;border:1px solid rgba(201,169,110,.1)}.rev-stars{color:var(--gold);font-size:13px;margin-bottom:.85rem;letter-spacing:2px}.rev-text{font-family:Cormorant Garamond,serif;font-size:16px;line-height:1.6;font-style:italic;color:var(--dark);margin-bottom:1rem}.rev-author{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.04em}.cta-sec{padding:7rem 3rem;text-align:center;background:var(--gold-light);position:relative;overflow:hidden}.cta-sec:before{content:"LED";position:absolute;font-family:Cormorant Garamond,serif;font-size:260px;font-weight:300;color:#c9a96e12;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;white-space:nowrap}.cta-price{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:300;margin:1.25rem 0}.cta-price small{font-size:18px;color:var(--muted)}.cta-guar{font-size:12px;color:var(--muted);margin-top:1.25rem;letter-spacing:.04em}.product-wrap{padding:5rem 3rem;max-width:1100px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-img{background:linear-gradient(135deg,#f5edd8,#f2e0db);border:1px solid rgba(201,169,110,.2);display:flex;align-items:center;justify-content:center;min-height:440px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-stars{color:var(--gold);font-size:14px;margin-bottom:1rem;letter-spacing:1px}.product-stars span{font-size:13px;color:var(--muted)}.product-title{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:300;line-height:1.2;margin-bottom:1rem}.product-desc{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:1.5rem}.product-perks{list-style:none;margin-bottom:2rem}.product-perks li{font-size:13px;padding:6px 0;border-bottom:1px solid rgba(201,169,110,.1);display:flex;gap:8px}.product-perks li:before{content:"\2726";color:var(--gold);flex-shrink:0}.qty-wrap{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.qty-label{font-size:13px;color:var(--muted)}.qty-ctrl{display:flex;align-items:center;border:1px solid rgba(201,169,110,.3)}.qty-ctrl button{width:36px;height:36px;background:none;border:none;cursor:pointer;font-size:16px;color:var(--dark)}.qty-ctrl button:hover{background:var(--rose-light)}.qty-ctrl span{width:40px;text-align:center;font-size:14px;font-weight:500}.add-cart{width:100%;padding:16px;background:var(--dark);color:var(--cream);border:none;font-size:13px;font-weight:500;letter-spacing:.08em;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .2s;margin-bottom:.75rem}.add-cart:hover{background:var(--rose)}.buy-now{width:100%;padding:16px;background:var(--rose);color:#fff;border:none;font-size:13px;font-weight:500;letter-spacing:.08em;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .2s}.buy-now:hover{background:#b86e5f}.product-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}.pbadge{font-size:11px;padding:4px 10px;border:1px solid rgba(201,169,110,.3);color:var(--muted)}.cart-wrap{padding:5rem 3rem;max-width:1000px;margin:0 auto}.cart-wrap h1{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:300;margin-bottom:2.5rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-row{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(201,169,110,.12)}.cart-row-img{width:80px;height:80px;object-fit:cover;background:linear-gradient(135deg,#f5edd8,#f2e0db);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:28px}.cart-row-info{flex:1}.cart-row-name{font-size:14px;font-weight:500;margin-bottom:4px}.cart-row-price{font-size:14px;color:var(--rose)}.cart-row-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-row-qty input{width:50px;text-align:center;padding:4px;border:1px solid rgba(201,169,110,.3);font-size:13px;font-family:DM Sans,sans-serif}.cart-row-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:12px;letter-spacing:.04em;margin-left:auto;align-self:flex-start;text-decoration:underline}.cart-summary-box{background:#fff;border:1px solid rgba(201,169,110,.15);padding:1.75rem;position:sticky;top:100px}.cart-summary-box h3{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400;margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);padding:.4rem 0}.summary-total{display:flex;justify-content:space-between;padding:1rem 0 0;border-top:1px solid rgba(201,169,110,.2);font-size:15px;font-weight:500;margin-top:.5rem}.summary-total strong{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:400;color:var(--dark)}.checkout-btn{width:100%;padding:15px;background:var(--dark);color:var(--cream);border:none;font-size:13px;font-weight:500;letter-spacing:.08em;cursor:pointer;font-family:DM Sans,sans-serif;margin-top:1.25rem;transition:background .2s}.checkout-btn:hover{background:var(--rose)}.secure-note{font-size:11px;color:var(--muted);text-align:center;margin-top:.75rem;letter-spacing:.03em}.cart-empty-msg{text-align:center;padding:4rem 1rem}.cart-empty-msg p{font-size:15px;color:var(--muted);margin-bottom:1.5rem}.legal-wrap{padding:5rem 3rem;max-width:800px;margin:0 auto}.legal-wrap h1{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:300;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,169,110,.2)}.legal-wrap h2{font-size:16px;font-weight:500;margin:2rem 0 .75rem}.legal-wrap p{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:.75rem}.legal-wrap ul{padding-left:1.5rem;margin-bottom:.75rem}.legal-wrap ul li{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:.25rem}.contact-wrap{padding:5rem 3rem;max-width:900px;margin:0 auto}.contact-wrap h1{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:300;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,169,110,.2)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:300;margin-bottom:1.25rem}.contact-info p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:1rem}.contact-detail{font-size:13px;color:var(--muted);margin-bottom:.5rem;display:flex;gap:8px}.contact-detail strong{color:var(--dark);min-width:80px}.contact-form-wrap h2{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:300;margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:11px;font-weight:500;letter-spacing:.06em;color:var(--muted);margin-bottom:5px;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 13px;border:1px solid rgba(201,169,110,.3);background:#fff;font-size:14px;font-family:DM Sans,sans-serif;color:var(--dark);outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:120px}.form-full{grid-column:1/-1}.submit-btn{width:100%;padding:14px;background:var(--dark);color:var(--cream);border:none;font-size:13px;font-weight:500;letter-spacing:.08em;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .2s}.submit-btn:hover{background:var(--rose)}.site-footer{background:var(--dark);color:var(--cream);padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:Cormorant Garamond,serif;font-size:19px}.footer-logo span{color:var(--rose)}.footer-links{display:flex;gap:1.75rem;flex-wrap:wrap}.footer-links a{font-size:12px;color:#fff6;text-decoration:none;letter-spacing:.04em;transition:color .2s}.footer-links a:hover{color:var(--cream)}.footer-copy{font-size:11px;color:#ffffff40}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}.fade-up.vis{opacity:1;transform:translateY(0)}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-right{min-height:280px}.hero-left{padding:3rem 1.5rem}.benefits{grid-template-columns:1fr;padding:4rem 1.5rem;gap:2rem}.bene-grid{grid-template-columns:1fr}.c-grid{grid-template-columns:repeat(4,1fr)}.reviews{padding:4rem 1.5rem}.reviews-grid{grid-template-columns:1fr}.cta-sec{padding:5rem 1.5rem}.product-layout,.cart-layout,.contact-layout{grid-template-columns:1fr}.trust{gap:1rem;padding:.9rem 1.5rem}.site-footer{flex-direction:column;text-align:center;padding:2rem 1.5rem}.cart-wrap,.product-wrap,.legal-wrap,.contact-wrap{padding:4rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
