:root{--blue:#1769ff;--navy:#14213d;--red:#ef174d;--ink:#101318;--muted:#68707d;--line:#eceff3;--snow:#fff;--soft:#f8fafc;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--snow);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input{font:inherit}.wrap{max-width:1280px;margin:auto;padding:0 28px}.topbar{border-bottom:1px solid var(--line);background:#fff}.topbar-inner{min-height:42px;display:flex;justify-content:center;gap:55px;align-items:center;color:#4d5561;font-size:13px;font-weight:600}.top-item{display:flex;align-items:center;gap:9px}.top-icon{font-size:17px;color:#111}.header{height:82px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}.header-inner{height:100%;display:flex;align-items:center;gap:34px}.menu{display:none;font-size:25px}.logo{font-size:30px;font-weight:850;letter-spacing:-1.8px;white-space:nowrap}.logo em{font-style:normal;color:var(--blue)}.nav{display:flex;gap:27px;align-items:center;flex:1}.nav a{font-size:14px;font-weight:650;color:#353b44}.nav a:hover{color:var(--blue)}.actions{display:flex;align-items:center;gap:17px}.action{font-size:22px;line-height:1}.cart{position:relative}.cart-badge{position:absolute;right:-9px;top:-9px;background:var(--red);color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:99px;display:grid;place-items:center}.hero{background:#fff;overflow:hidden}.hero-inner{min-height:650px;display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:20px}.hero-copy{padding:65px 0}.pill{display:inline-flex;padding:9px 18px;border-radius:999px;background:#fff0f4;color:#c91549;font-weight:800;font-size:13px;letter-spacing:.2px;margin-bottom:20px}.hero h1{font-size:clamp(50px,6vw,82px);line-height:.97;letter-spacing:-4.5px;margin:0;color:var(--navy);max-width:690px}.hero h1 span{color:var(--red)}.hero-copy p{font-size:18px;line-height:1.55;color:var(--muted);max-width:540px;margin:24px 0 29px}.cta{display:inline-flex;align-items:center;gap:16px;background:var(--blue);color:#fff;border-radius:999px;padding:16px 28px;font-weight:800;box-shadow:0 10px 28px #1769ff2e}.cta:hover{transform:translateY(-1px)}.hero-product{min-height:590px;display:flex;align-items:center;justify-content:center;position:relative}.hero-product:before{content:"";position:absolute;width:520px;height:520px;background:radial-gradient(circle,#eef5ff,#fff 68%);border-radius:50%}.hero-product img{position:relative;width:min(78%,520px);height:560px;object-fit:contain;filter:drop-shadow(0 24px 25px rgba(0,0,0,.12));transform:rotate(2deg)}.benefits{display:flex;gap:28px;margin-top:28px}.benefit{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;color:#323943}.benefit b{font-size:20px}.section{padding:75px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{margin:0;font-size:38px;letter-spacing:-1.8px}.section-head p{margin:8px 0 0;color:var(--muted)}.link{color:var(--blue);font-weight:750}.categories{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 0}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.cat{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:14px;font-weight:700}.cat-icon{width:78px;height:78px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;font-size:28px;box-shadow:0 8px 22px #14213d0d}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{position:relative}.card-img{aspect-ratio:1/1;background:#fbfcfe;border:1px solid var(--line);border-radius:22px;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-img img{width:88%;height:88%;object-fit:contain;transition:.25s}.card:hover .card-img img{transform:scale(1.035)}.tag{position:absolute;top:13px;right:13px;background:var(--red);color:#fff;border-radius:99px;padding:8px 11px;font-size:11px;font-weight:850}.card-info{padding:14px 4px}.card-title{font-weight:750;font-size:15px;margin-bottom:8px}.price{font-weight:850;font-size:18px}.compare{text-decoration:line-through;color:#9aa1ab;font-weight:500;margin-left:7px;font-size:14px}.news{background:var(--navy);color:#fff;border-radius:30px;padding:55px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px}.news h2{font-size:38px;margin:0 0 8px;letter-spacing:-1.5px}.news p{margin:0;color:#c8ced9}.news form{display:flex;background:#fff;padding:5px;border-radius:99px;min-width:390px}.news input{border:0;outline:0;padding:0 15px;flex:1;min-width:0}.news button{border:0;background:var(--blue);color:#fff;border-radius:99px;padding:12px 20px;font-weight:800}.footer{background:#f7f8fa;margin-top:75px;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer h3{margin:0 0 14px}.footer p,.footer a{color:#68707d;font-size:14px;line-height:1.8}.copy{border-top:1px solid #e1e5ea;margin-top:35px;padding-top:20px;color:#8a919b;font-size:12px}.product{padding:65px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px}.product-media{background:#fbfcfe;border:1px solid var(--line);border-radius:28px;display:flex;align-items:center;justify-content:center;min-height:600px}.product-media img{width:90%;height:590px;object-fit:contain}.product h1{font-size:48px;line-height:1.02;letter-spacing:-2.5px}.product-price{font-size:30px;font-weight:850;margin:20px 0}.desc{color:var(--muted);line-height:1.7}.qty{padding:14px;width:85px;border:1px solid #d9dde4;border-radius:12px}.add{width:100%;border:0;margin-top:14px;cursor:pointer;font-size:16px}.collection{padding:60px 0}.collection h1{font-size:48px;letter-spacing:-2px;margin:0 0 12px}.collection-desc{color:var(--muted);margin-bottom:30px}@media(max-width:900px){.wrap{padding:0 18px}.topbar-inner{gap:20px;font-size:11px}.nav{display:none}.menu{display:block;font-size:25px;background:none;border:0}.header-inner{gap:16px}.logo{font-size:25px}.actions{margin-left:auto}.hero-inner{display:flex;flex-direction:column;min-height:0;gap:0;align-items:stretch}.hero-copy{padding:48px 0 0}.hero h1{font-size:52px;line-height:.98;letter-spacing:-2.8px}.hero-copy p{font-size:16px;max-width:100%;margin:20px 0 25px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0 0;align-items:start}.benefit{min-width:0;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;gap:6px;font-size:11px;line-height:1.25}.benefit b{font-size:21px;height:25px;display:flex;align-items:center;justify-content:center}.hero-product{min-height:0;height:350px;margin-top:6px;overflow:hidden}.hero-product:before{width:310px;height:310px}.hero-product img{height:330px;width:75%;transform:rotate(1deg);object-fit:contain}.cat-grid{grid-template-columns:repeat(3,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.news{display:block;padding:38px 25px}.news form{margin-top:25px;min-width:0}.footer-grid{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:30px}.product-media{min-height:400px}.product-media img{height:390px}}@media(max-width:520px){.topbar-inner{justify-content:space-between;gap:8px}.top-item:nth-child(2){display:none}.top-item{font-size:10px}.hero-copy{padding-top:38px}.hero h1{font-size:43px;line-height:1;letter-spacing:-2.4px}.hero-copy p{font-size:15px;line-height:1.45}.cta{padding:15px 24px}.benefits{grid-template-columns:repeat(3,1fr);margin-top:22px}.benefit{font-size:10px}.benefit b{font-size:19px}.hero-product{height:305px;margin-top:2px}.hero-product img{height:285px;width:72%}.section{padding:52px 0}.section-head h2{font-size:30px}.cat-grid{grid-template-columns:repeat(3,1fr)}.cat-icon{width:62px;height:62px;font-size:23px}.cat-icon svg{width:27px;height:27px;stroke:#1a1f27;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cat{font-size:12px}.grid{gap:13px}.card-img{border-radius:17px}.footer-grid{grid-template-columns:1fr}.product h1,.collection h1{font-size:36px}.news h2{font-size:30px}.news form{display:block;background:none}.news input{width:100%;height:48px;border-radius:99px;margin-bottom:8px}.news button{width:100%;height:48px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
