:root{--bg:#fff;--bg-soft:#f6f9fc;--panel:#fff;--text:#101820;--muted:#637282;--blue:#008cff;--blue2:#006ee6;--navy:#071a2d;--line:#e3eaf1;--radius:18px;--shadow:0 14px 40px rgba(7,26,45,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(1240px,calc(100% - 32px));margin-inline:auto}.section{padding:54px 0}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--blue);font-size:.78rem;font-weight:850}.h1,.h2,.h3{margin:0 0 14px;line-height:1.05}.h1{font-size:clamp(2.8rem,6vw,5.8rem);font-weight:900;letter-spacing:-.05em}.h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:850;letter-spacing:-.03em}.h3{font-size:1.15rem;font-weight:800}.muted{color:var(--muted)}.blue{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border:0;border-radius:12px;padding:14px 22px;font-weight:800;min-height:50px;box-shadow:0 10px 24px #008cff2e;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn.secondary{background:#fff;color:var(--navy);border:1px solid #cfdbe6;box-shadow:none}.topbar{background:var(--blue);color:#fff;font-size:.8rem;font-weight:750}.topbar .inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header{position:sticky;top:0;z-index:30;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.logo{display:flex;flex-direction:column;line-height:.9}.logo-main{font-size:2rem;font-weight:900;letter-spacing:-.06em;color:#101820}.logo-main .q,.logo-main .dot{color:var(--blue)}.tagline{font-size:.62rem;letter-spacing:.32em;color:#637282;margin-top:8px}.nav{display:flex;justify-content:center;gap:28px;font-weight:650;font-size:.95rem}.nav a:hover{color:var(--blue)}.header-actions{display:flex;gap:12px;align-items:center}.icon-btn{width:38px;height:38px;border-radius:50%;border:1px solid #dbe4ec;display:grid;place-items:center;background:#fff}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f7fbff 58%,#e9f5ff);border-bottom:1px solid var(--line)}.hero:after{content:"";position:absolute;right:-10%;top:-25%;width:55%;height:120%;background:radial-gradient(circle,rgba(0,140,255,.15),transparent 62%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:560px;gap:34px}.hero-copy{padding:72px 0}.hero-copy p{max-width:590px;font-size:1.08rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-visual{min-height:500px;display:grid;place-items:center}.hero-visual img{width:min(700px,100%);max-height:510px;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(7,26,45,.16))}.hero-fallback{width:100%;aspect-ratio:1.35;border-radius:32px;background:radial-gradient(circle at 50% 45%,#70c8ff 0,#dff3ff 34%,#fff 70%);box-shadow:inset 0 0 0 1px #dcebf6}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-block:1px solid var(--line)}.trust-item{background:#fff;padding:19px 22px;display:flex;align-items:center;gap:13px}.trust-icon{width:40px;height:40px;border-radius:11px;background:#eaf6ff;display:grid;place-items:center;color:var(--blue);font-size:1.2rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;min-height:165px;overflow:hidden;box-shadow:0 8px 26px #071a2d0f;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bddfff}.category-card img{width:100%;height:125px;object-fit:contain}.category-placeholder{width:100%;height:125px;border-radius:16px;background:radial-gradient(circle,#bce6ff,#eef8ff 50%,#fff 75%)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 10px 32px #071a2d14;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{background:#fff;border-radius:13px;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border:1px solid #edf1f5}.product-media img{width:100%;height:100%;object-fit:contain;padding:8px}.product-body{padding:18px 5px 5px}.price{font-size:1.45rem;font-weight:900;margin:9px 0;color:#071a2d}.compare{font-size:.9rem;color:#8c99a5;text-decoration:line-through;margin-left:8px}.stars{color:#ffad0a;letter-spacing:.06em;font-size:.9rem}.product-card .btn{width:100%;margin-top:auto}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote{background:#f7faff;color:#111a24;border:1px solid var(--line);border-radius:14px;padding:22px;min-height:150px}.quote .stars{margin-bottom:12px}.lifestyle{display:grid;grid-template-columns:1fr 1.1fr;background:#f3f8fc;border-block:1px solid var(--line);overflow:hidden}.lifestyle-media{min-height:370px;background:radial-gradient(circle at 50% 40%,#b8e4ff,#edf8ff 62%);position:relative}.lifestyle-media img{width:100%;height:100%;object-fit:cover}.lifestyle-copy{padding:50px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.feature-list{display:grid;gap:18px}.feature{display:flex;gap:12px;align-items:center}.feature-bullet{color:var(--blue);font-size:1.4rem}.footer{border-top:1px solid var(--line);background:#071a2d;color:#fff;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer h4{margin:0 0 10px}.footer a{display:block;color:#c1d0dc;margin:8px 0}.copyright{margin-top:34px;padding-top:20px;border-top:1px solid #1a354d;color:#91a7b8;font-size:.85rem}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:52px 0}.product-page .gallery{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.product-page .gallery img{width:100%;max-height:650px;object-fit:contain}.qty{display:flex;gap:8px;align-items:center;margin:20px 0}.qty input{width:76px;padding:12px;border-radius:10px;border:1px solid #d5e0e8;background:#fff;color:#101820}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:100px;height:100px;object-fit:contain;background:#fff;border-radius:12px}.empty{padding:80px 0;text-align:center}.mobile-toggle,.drawer{display:none}@media(max-width:900px){.page-width{width:min(100% - 24px,1240px)}.nav{display:none}.mobile-toggle{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:52px 0 8px}.hero-visual{min-height:350px}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.product-grid,.testimonials{grid-template-columns:1fr}.category-card{grid-template-columns:105px 1fr}.lifestyle{grid-template-columns:1fr}.lifestyle-copy{grid-template-columns:1fr;padding:32px 24px}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}.h1{font-size:3.4rem}}@media(max-width:560px){.topbar .inner span:nth-child(2){display:none}.logo-main{font-size:1.55rem}.tagline{font-size:.5rem}.header-actions .icon-btn:nth-child(2){display:none}.hero-grid{min-height:auto}.hero-visual{min-height:300px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:14px 10px;font-size:.8rem}.footer-grid{grid-template-columns:1fr}.section{padding:36px 0}.h1{font-size:2.85rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding:12px 14px}.cart-row{grid-template-columns:80px 1fr}.cart-row>div:last-child{grid-column:2}}.hero-grid-products{grid-template-columns:.86fr 1.14fr;gap:52px;padding-block:38px}.hero-product-list{display:grid;gap:12px;background:#ffffffd6;border:1px solid #dce8f2;border-radius:24px;padding:18px;box-shadow:0 22px 60px #071a2d1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-list-head{padding:4px 6px 10px;display:flex;justify-content:space-between;align-items:end;gap:18px}.hero-list-head strong{font-size:1.12rem;color:var(--navy)}.hero-product-row{display:grid;grid-template-columns:128px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px;transition:.2s;box-shadow:0 7px 22px #071a2d0d}.hero-product-row:hover{transform:translate(-4px);border-color:#9bd2ff;box-shadow:0 13px 30px #008cff1f}.hero-product-thumb{height:112px;border-radius:13px;background:#fff;display:grid;place-items:center;overflow:hidden}.hero-product-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.hero-thumb-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#eef8ff,#fff);color:var(--blue);font-size:2rem;font-weight:900}.hero-product-info h3{margin:2px 0 4px;font-size:1.05rem;line-height:1.2}.hero-product-info p{margin:0;color:var(--muted);font-size:.88rem}.hero-product-kicker{font-size:.68rem;letter-spacing:.16em;font-weight:850;color:var(--blue)}.hero-product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:9px;gap:12px}.hero-product-bottom strong{font-size:1.08rem;color:var(--navy)}.hero-product-bottom span{font-size:.82rem;color:var(--blue);font-weight:800}@media(max-width:900px){.hero-grid-products{grid-template-columns:1fr;gap:16px;padding-block:0 36px}.hero-product-list{margin-bottom:8px}.hero-copy{padding-bottom:16px}}@media(max-width:560px){.hero-product-list{padding:10px;border-radius:18px}.hero-list-head{display:block}.hero-list-head strong{display:block;margin-top:4px}.hero-product-row{grid-template-columns:92px 1fr;gap:10px;padding:9px}.hero-product-thumb{height:88px}.hero-product-info p{display:none}.hero-product-info h3{font-size:.92rem}.hero-product-bottom{margin-top:5px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
