*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fdfcfa;--surface:#ffffff;--surface2:#f4f1ec;--blue:#f0b8c4;--blue-light:#f8d9e0;--blue-dark:#e08aa0;--blue-deep:#d16a86;--sand:#e8dcc8;--sand-light:#f2eadd;--sand-dark:#cdb99a;--ink:#2e3a40;--text:#3a4750;--text-muted:#8a96a0;--accent:#e8a87c;--border:rgba(224,138,160,.22);--border2:rgba(224,138,160,.1)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4{font-family:Poppins,system-ui,sans-serif;font-weight:600;color:var(--ink);letter-spacing:-.01em}em{font-style:normal;color:var(--blue-deep)}a{color:inherit;text-decoration:none}.announce-bar{background:var(--blue);padding:.5rem 1rem;text-align:center;font-size:.72rem;letter-spacing:.04em;color:#7a2840;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;font-weight:500}.site-nav{position:sticky;top:0;z-index:200;background:#fdfcfaf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;gap:1rem}.site-logo{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.site-logo span{color:var(--blue-deep)}.nav-search{flex:1;max-width:340px}.nav-search input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:24px;padding:.55rem 1.1rem;color:var(--text);font-size:.82rem;outline:none;font-family:inherit}.nav-search input::placeholder{color:var(--text-muted)}.nav-right{display:flex;align-items:center;gap:1.2rem}.nav-cart{background:var(--blue);border:none;border-radius:24px;padding:.5rem 1.1rem;color:#7a2840;font-size:.78rem;letter-spacing:.02em;cursor:pointer;display:flex;align-items:center;gap:.4rem;font-family:inherit;font-weight:500;transition:background .2s}.nav-cart:hover{background:var(--blue-dark)}.cart-count{background:var(--ink);color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:600}.nav-links{background:#fdfcfaf0;border-bottom:1px solid var(--border2);display:flex;overflow-x:auto;padding:0 .5rem;justify-content:center}.nav-links::-webkit-scrollbar{display:none}.nav-link{padding:.7rem 1.1rem;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;cursor:pointer;border:none;background:none;font-family:inherit;font-weight:500;transition:color .2s;text-decoration:none;display:block}.nav-link:hover{color:var(--blue-deep)}.nav-link.special{color:var(--accent)}.nav-link.gold-link{color:var(--blue-deep)}.marquee-wrap{background:var(--sand-light);border-bottom:1px solid var(--border);overflow:hidden;padding:.55rem 0}.marquee-inner{display:flex;width:max-content;animation:scrollX 30s linear infinite}.marquee-item{padding:0 2rem;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;font-weight:500}.marquee-item:before{content:"\2600  ";color:var(--accent)}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{height:460px;position:relative;overflow:hidden;display:flex;align-items:center;background:linear-gradient(135deg,var(--blue-light) 0%,var(--sand-light) 55%,var(--bg) 100%)}.hero-orb{position:absolute;border-radius:50%;pointer-events:none;animation:drift 8s ease-in-out infinite}.hero-orb-1{width:420px;height:420px;right:-60px;top:-100px;background:radial-gradient(circle,rgba(240,184,196,.5) 0%,transparent 70%)}.hero-orb-2{width:280px;height:280px;left:3%;bottom:-60px;background:radial-gradient(circle,rgba(232,168,124,.22) 0%,transparent 70%);animation-delay:-3.5s}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(12px,-15px)}}.hero-content{position:relative;z-index:2;padding:0 3.5rem;max-width:580px}.hero-eyebrow{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--blue-deep);background:#fff9;padding:.32rem 1rem;border-radius:20px;display:inline-block;margin-bottom:1.1rem;font-weight:600}.hero-title{font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.05;margin-bottom:1rem;color:var(--ink)}.hero-title em{color:var(--blue-deep)}.hero-title .gold{color:var(--accent)}.hero-body{font-size:.95rem;color:var(--text);max-width:400px;margin-bottom:1.6rem;line-height:1.75}.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap}.hero-float{position:absolute;right:3rem;bottom:2.5rem;z-index:5;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:16px;padding:1.1rem 1.6rem;text-align:center}.float-big{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700;color:var(--blue-deep);display:block;line-height:1}.float-sm{font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.btn-primary{background:var(--blue-deep);color:#fff;border:none;border-radius:26px;padding:.85rem 2rem;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:inherit;font-weight:600;transition:background .3s,transform .2s;display:inline-block;text-decoration:none}.btn-primary:hover{background:var(--ink);transform:translateY(-2px)}.btn-outline{background:transparent;border:1.5px solid var(--blue-deep);color:var(--blue-deep);border-radius:26px;padding:.82rem 2rem;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:inherit;font-weight:600;display:inline-block;text-decoration:none;transition:background .3s,color .3s}.btn-outline:hover{background:var(--blue-deep);color:#fff}.cat-strip{padding:2.5rem 1.5rem;background:var(--surface);text-align:center}.cat-strip-label{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);display:block;margin-bottom:1.6rem;font-weight:600}.cat-icons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.cat-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:pointer;min-width:74px;text-decoration:none}.cat-icon{width:72px;height:72px;border-radius:50%;border:1px solid var(--border);background:var(--sand-light);display:flex;align-items:center;justify-content:center;font-size:1.8rem;transition:border-color .3s,transform .3s,background .3s}.cat-item:hover .cat-icon{border-color:var(--blue-dark);transform:translateY(-4px);background:var(--blue-light)}.cat-name{font-size:.7rem;color:var(--text-muted);text-align:center;white-space:nowrap;transition:color .3s;font-weight:500}.cat-item:hover .cat-name{color:var(--blue-deep)}.section{padding:3.5rem 2rem}.section-dark{padding:3.5rem 2rem;background:var(--surface2)}.sec-hdr{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:.8rem}.sec-label{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.4rem;font-weight:600}.sec-title{font-size:clamp(1.6rem,2.6vw,2.3rem);color:var(--ink)}.sec-title em{color:var(--blue-deep)}.see-all{font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;color:var(--blue-deep);text-decoration:none;border:1.5px solid var(--border);border-radius:22px;padding:.5rem 1.2rem;white-space:nowrap;cursor:pointer;background:none;font-family:inherit;font-weight:600;transition:border-color .3s,background .3s}.see-all:hover{border-color:var(--blue-deep);background:var(--blue-light)}.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin:0 auto}.prod-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;display:block;text-decoration:none;color:inherit}.prod-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #e08aa029;border-color:var(--blue-dark)}.prod-img{height:250px;position:relative;overflow:hidden;background:var(--sand-light);display:flex;align-items:center;justify-content:center}.prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.prod-card:hover .prod-img img{transform:scale(1.05)}.prod-badge{position:absolute;top:.7rem;left:.7rem;padding:.26rem .7rem;font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;z-index:2;border-radius:14px}.badge-top{background:var(--sand);color:#6a5536}.badge-new{background:var(--accent);color:#fff}.badge-hot{background:var(--blue);color:#7a2840}.badge-sale{background:var(--blue-deep);color:#fff}.prod-body{padding:1.1rem}.prod-brand{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.25rem;font-weight:600}.prod-name{font-family:Poppins,sans-serif;font-size:.98rem;font-weight:600;margin-bottom:.3rem;line-height:1.3;color:var(--ink)}.prod-desc{font-size:.76rem;color:var(--text-muted);line-height:1.55;margin-bottom:.6rem}.prod-stars{font-size:.68rem;color:var(--accent);margin-bottom:.45rem}.prod-stars span{color:var(--text-muted);margin-left:3px}.prod-foot{display:flex;align-items:center;justify-content:space-between}.prod-price{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:var(--ink)}.atc-btn{width:34px;height:34px;border-radius:50%;background:var(--blue);border:none;color:#7a2840;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;font-family:inherit}.atc-btn:hover{background:var(--blue-deep);color:#fff;transform:scale(1.1)}.feat-prod{display:grid;grid-template-columns:1fr 1fr;margin:1.5rem;border:1px solid var(--border);border-radius:20px;overflow:hidden}.fp-img{background:var(--sand-light);min-height:320px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.fp-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.fp-img:hover img{transform:scale(1.04)}.fp-info{background:var(--surface);padding:2.8rem;display:flex;flex-direction:column;justify-content:center}.fp-label{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;font-weight:600}.fp-name{font-size:1.9rem;line-height:1.15;margin-bottom:.8rem;color:var(--ink)}.fp-name em{color:var(--blue-deep)}.fp-desc{font-size:.88rem;color:var(--text);line-height:1.8;margin-bottom:1.3rem}.fp-feats{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.5rem}.fp-feat{font-size:.8rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.fp-feat:before{content:"\2600";color:var(--accent);font-size:.7rem;flex-shrink:0}.fp-price{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:var(--ink);margin-bottom:1.3rem}.fp-btns{display:flex;gap:.7rem;flex-wrap:wrap}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:calc(100vh - 120px)}.product-gallery{position:sticky;top:65px;height:calc(100vh - 65px);background:var(--surface2);border-right:1px solid var(--border);display:flex;flex-direction:column}.gallery-main{flex:1;overflow:hidden;position:relative;cursor:zoom-in;display:flex;align-items:center;justify-content:center;background:var(--sand-light)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-main:hover img{transform:scale(1.04);transition:transform .4s}.gallery-thumbs{display:flex;gap:.5rem;padding:.8rem;background:var(--surface);border-top:1px solid var(--border2)}.gallery-thumb{width:66px;height:66px;border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:pointer;flex-shrink:0;transition:border-color .2s,opacity .2s;opacity:.6;background:var(--sand-light)}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--blue-deep);opacity:1}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:3rem;overflow-y:auto;background:var(--bg)}.product-vendor{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-weight:600}.product-title{font-size:2.3rem;line-height:1.15;margin-bottom:.9rem;color:var(--ink)}.product-title em{color:var(--blue-deep)}.product-rating{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border2)}.product-price{font-family:Poppins,sans-serif;font-size:2.4rem;font-weight:700;color:var(--ink);margin-bottom:1.5rem;line-height:1}.product-desc{font-size:.92rem;color:var(--text);line-height:1.8;margin-bottom:1.8rem}.product-feats{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.8rem}.product-feat{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--text);padding:.65rem .85rem;background:var(--surface);border:1px solid var(--border2);border-radius:10px}.product-feat:before{content:"\2600";color:var(--accent);font-size:.7rem;flex-shrink:0}.variant-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);display:block;margin-bottom:.6rem;font-weight:600}.variant-select{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;color:var(--text);font-size:.88rem;font-family:inherit;outline:none;cursor:pointer;margin-bottom:1.2rem;transition:border-color .3s}.variant-select:focus{border-color:var(--blue-deep)}.qty-row{display:flex;gap:.8rem;margin-bottom:1.2rem;align-items:stretch}.qty-wrap{display:flex;align-items:center;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.qty-btn{width:42px;height:52px;background:none;border:none;color:var(--text-muted);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:color .2s}.qty-btn:hover{color:var(--blue-deep)}.qty-num{width:42px;text-align:center;font-size:.95rem;color:var(--text)}.add-to-cart{flex:1;background:var(--blue-deep);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;font-weight:600;transition:background .3s,transform .2s}.add-to-cart:hover{background:var(--ink);transform:translateY(-1px)}.add-to-cart[disabled]{opacity:.5;cursor:not-allowed}.trust-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.8rem}.trust-pill{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--text-muted);background:var(--surface2);border:1px solid var(--border2);border-radius:14px;padding:.4rem .8rem}.product-tabs{border-top:1px solid var(--border);margin-top:1rem}.tab-heads{display:flex;border-bottom:1px solid var(--border)}.tab-head{padding:.9rem 1.2rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;border-left:none;border-right:none;border-top:none;font-family:inherit;font-weight:600;transition:color .2s}.tab-head.active{color:var(--blue-deep);border-bottom-color:var(--blue-deep)}.tab-panel{padding:1.5rem 0;display:none}.tab-panel.active{display:block}.tab-panel p{font-size:.88rem;color:var(--text);line-height:1.9;margin-bottom:1rem}.tab-panel ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.tab-panel ul li{font-size:.85rem;color:var(--text);display:flex;align-items:flex-start;gap:.6rem;line-height:1.6}.tab-panel ul li:before{content:"\2600";color:var(--accent);font-size:.7rem;flex-shrink:0;margin-top:.2rem}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid var(--border2)}.spec-table td{padding:.7rem 0;font-size:.84rem;vertical-align:top}.spec-table td:first-child{color:var(--text-muted);width:40%;padding-right:1rem}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--surface);border-top:1px solid var(--border);padding:.8rem 1.2rem;gap:.8rem;align-items:center}.sticky-atc-btn{flex:1;background:var(--blue-deep);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:.9rem;cursor:pointer}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);margin:0 1.5rem;border-radius:16px;overflow:hidden}.trust-item{background:var(--surface);padding:1.8rem 1.2rem;text-align:center;transition:background .3s}.trust-item:hover{background:var(--blue-light)}.trust-icon{font-size:1.8rem;margin-bottom:.6rem}.trust-title{font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--ink);font-family:Poppins,sans-serif}.trust-desc{font-size:.72rem;color:var(--text-muted);line-height:1.55}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.8rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}.why-card:hover{border-color:var(--blue-dark);transform:translateY(-3px);box-shadow:0 12px 30px #e08aa01f}.why-icon{font-size:1.7rem;margin-bottom:.8rem}.why-name{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:var(--ink)}.why-desc{font-size:.78rem;color:var(--text-muted);line-height:1.7}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.rev-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s}.rev-card:hover{border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 12px 30px #e08aa01a}.rev-prod{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-weight:600}.rev-stars{font-size:.74rem;color:var(--accent);margin-bottom:.5rem}.rev-text{font-size:.82rem;color:var(--text);line-height:1.75;margin-bottom:1rem}.rev-author{display:flex;align-items:center;gap:.6rem}.rev-av{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:600;color:#fff;flex-shrink:0}.rev-name{font-size:.8rem;font-weight:600;color:var(--ink)}.rev-loc{font-size:.68rem;color:var(--text-muted)}.rev-verified{font-size:.6rem;color:var(--blue-deep);background:var(--blue-light);padding:.12rem .45rem;border-radius:10px;margin-left:.3rem}.quiz-banner{margin:0 1.5rem;background:linear-gradient(120deg,var(--blue-light),var(--sand-light));border:1px solid var(--border);border-radius:20px;padding:2.8rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;position:relative;overflow:hidden}.qb-label{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-weight:600}.qb-title{font-size:1.8rem;font-weight:600;margin-bottom:.6rem;line-height:1.2;color:var(--ink)}.qb-title em{color:var(--blue-deep)}.qb-sub{font-size:.88rem;color:var(--text);max-width:400px;margin-bottom:1.5rem;line-height:1.75}.qb-deco{font-size:5rem;line-height:1;flex-shrink:0;animation:drift 7s ease-in-out infinite;-webkit-user-select:none;user-select:none}.email-section{padding:4rem 1.5rem;background:var(--surface2);border-top:1px solid var(--border);text-align:center}.email-sub{font-size:.9rem;color:var(--text);margin-bottom:1.8rem;margin-top:.4rem}.email-form{display:flex;max-width:440px;margin:0 auto;gap:.5rem}.email-form input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:.85rem 1.2rem;color:var(--text);font-size:.85rem;outline:none;font-family:inherit}.email-form input::placeholder{color:var(--text-muted)}.email-form button{background:var(--blue-deep);border:none;border-radius:24px;padding:.85rem 1.6rem;color:#fff;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:inherit;font-weight:600;transition:background .3s}.email-form button:hover{background:var(--ink)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e3a4066;z-index:800;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:340px;background:var(--bg);z-index:900;transform:translate(100%);transition:transform .4s;display:flex;flex-direction:column;border-left:1px solid var(--border)}.cart-drawer.open{transform:none}.cart-head{padding:1.3rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-head h3{font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:600;color:var(--ink)}.cart-close{background:none;border:1px solid var(--border);border-radius:8px;width:30px;height:30px;color:var(--text-muted);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-body{flex:1;overflow-y:auto;padding:1rem 1.3rem}.cart-empty-msg{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);font-size:.85rem}.cart-empty-icon{font-size:2.5rem;display:block;margin-bottom:.7rem}.cart-item{display:flex;gap:.8rem;padding:.9rem 0;border-bottom:1px solid var(--border2)}.ci-img{width:54px;height:54px;background:var(--sand-light);border:1px solid var(--border);border-radius:10px;overflow:hidden;flex-shrink:0}.ci-img img{width:100%;height:100%;object-fit:cover}.ci-info{flex:1}.ci-name{font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:.18rem;color:var(--ink)}.ci-price{font-size:.8rem;color:var(--blue-deep);font-weight:600}.ci-qty{display:flex;align-items:center;gap:.4rem;margin-top:.35rem}.ci-qty-btn{width:22px;height:22px;background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-family:inherit}.ci-qty-num{font-size:.8rem;min-width:16px;text-align:center;color:var(--text)}.ci-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.68rem;margin-left:auto;align-self:flex-start;transition:color .2s;font-family:inherit}.ci-remove:hover{color:var(--accent)}.cart-foot{padding:1.3rem;border-top:1px solid var(--border)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}.cart-total-label{font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.cart-total-val{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;color:var(--ink)}.cart-checkout-btn{width:100%;background:var(--blue-deep);color:#fff;border:none;border-radius:24px;padding:.9rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;font-family:inherit;font-weight:600;margin-bottom:.5rem;transition:background .3s}.cart-checkout-btn:hover{background:var(--ink)}.cart-note{font-size:.66rem;color:var(--text-muted);text-align:center}.fab{position:fixed;bottom:1.8rem;right:1.8rem;z-index:500;background:var(--blue-deep);border:none;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;cursor:pointer;box-shadow:0 6px 24px #d16a8666;animation:fabFloat 3.5s ease-in-out infinite}@keyframes fabFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.fab-count{position:absolute;top:-3px;right:-3px;width:19px;height:19px;border-radius:50%;background:var(--accent);color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.toast{position:fixed;bottom:5rem;right:1.8rem;background:var(--ink);border:none;border-radius:12px;color:#fff;padding:.8rem 1.2rem;font-size:.78rem;z-index:600;transform:translateY(16px);opacity:0;transition:all .3s;pointer-events:none;max-width:240px}.toast.show{transform:none;opacity:1}.site-footer{background:var(--surface2);border-top:1px solid var(--border);padding:3rem 1.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--ink);display:block;margin-bottom:.7rem;text-decoration:none}.footer-logo span{color:var(--blue-deep)}.footer-tagline{font-size:.8rem;color:var(--text-muted);line-height:1.8;max-width:220px;margin-bottom:1rem}.footer-badges{display:flex;gap:.4rem;flex-wrap:wrap}.footer-badge{border:1px solid var(--border);border-radius:12px;padding:.24rem .6rem;font-size:.6rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.footer-col h4{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.45rem}.footer-col ul li a{font-size:.78rem;color:var(--text-muted);text-decoration:none;transition:color .25s}.footer-col ul li a:hover{color:var(--blue-deep)}.footer-bottom{padding-top:1.2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}.footer-copy{font-size:.72rem;color:var(--text-muted)}.footer-pay{display:flex;gap:.35rem;flex-wrap:wrap}.pay-tag{border:1px solid var(--border);border-radius:6px;padding:.2rem .5rem;font-size:.58rem;color:var(--text-muted)}.collection-layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 65px)}.collection-sidebar{background:var(--surface);border-right:1px solid var(--border);padding:2rem 0;position:sticky;top:65px;height:calc(100vh - 65px);overflow-y:auto}.sidebar-title{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);padding:0 1.5rem;margin-bottom:1rem;display:block;font-weight:600}.sidebar-cat-btn{display:flex;align-items:center;gap:.8rem;width:100%;padding:.85rem 1.5rem;background:none;border:none;cursor:pointer;font-family:inherit;transition:background .2s;text-align:left;border-left:3px solid transparent;text-decoration:none;color:inherit}.sidebar-cat-btn:hover{background:var(--blue-light)}.sidebar-cat-btn.active{background:var(--blue-light);border-left-color:var(--blue-deep)}.sidebar-cat-btn.active .sidebar-cat-label,.sidebar-cat-btn:hover .sidebar-cat-label{color:var(--blue-deep)}.sidebar-cat-emoji{font-size:1.15rem;flex-shrink:0;width:24px}.sidebar-cat-label{font-size:.84rem;color:var(--text);flex:1;transition:color .2s;font-weight:500}.sidebar-cat-count{font-size:.65rem;color:var(--text-muted);background:var(--surface2);border:1px solid var(--border2);padding:.12rem .5rem;border-radius:10px}.sidebar-divider{border:none;border-top:1px solid var(--border);margin:.8rem 1.5rem}.sidebar-price-title{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);padding:.8rem 1.5rem .4rem;display:block;font-weight:600}.sidebar-price-btn{display:flex;align-items:center;width:100%;padding:.55rem 1.5rem;background:none;border:none;cursor:pointer;font-size:.82rem;color:var(--text-muted);font-family:inherit;transition:color .2s,background .2s;text-align:left}.sidebar-price-btn:hover{color:var(--blue-deep);background:var(--blue-light)}.sidebar-price-btn.active{color:var(--blue-deep);font-weight:600}.collection-main{padding:2.5rem 2rem;max-width:1200px}.collection-header{margin-bottom:1.5rem}.collection-title{font-size:2.3rem;margin-bottom:.4rem;color:var(--ink)}.collection-title em{color:var(--blue-deep)}.collection-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7}.sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border2)}.sort-label{font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.sort-select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.45rem .9rem;font-size:.76rem;font-family:inherit;cursor:pointer;outline:none}.collection-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.collection-empty-icon{font-size:3rem;margin-bottom:1rem;display:block}.collection-empty-title{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:var(--ink)}@media(max-width:1024px){.prod-grid{grid-template-columns:repeat(2,1fr)}.feat-prod{grid-template-columns:1fr;margin:1rem}.footer-grid{grid-template-columns:1fr 1fr}.rev-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.product-layout{grid-template-columns:1fr;min-height:auto}.product-gallery{position:relative;top:auto;height:auto}.gallery-main{height:380px}.product-info{padding:1.5rem}.product-title{font-size:1.8rem}.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:relative;top:auto;height:auto;display:flex;overflow-x:auto;padding:.5rem 0;border-right:none;border-bottom:1px solid var(--border)}.sidebar-title,.sidebar-divider,.sidebar-price-title,.sidebar-price-btn{display:none}.sidebar-cat-btn{white-space:nowrap;padding:.6rem 1rem;border-left:none;border-bottom:3px solid transparent;flex-shrink:0}.sidebar-cat-btn.active{border-bottom-color:var(--blue-deep);border-left:none;background:var(--blue-light)}.sidebar-cat-count{display:none}.sticky-atc{display:flex}.nav-inner{padding:.8rem 1rem}.hero-content{padding:0 1.5rem}.hero{height:auto;padding:3rem 0}.hero-float{display:none}.quiz-banner{grid-template-columns:1fr}.qb-deco{display:none}}@media(max-width:600px){.prod-grid,.rev-grid,.why-grid,.footer-grid,.trust-grid,.product-feats{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
