*{box-sizing:border-box}body{margin:0;background:#f7f9fc;color:#10213d;font-family:Manrope,sans-serif}.notice{height:31px;background:#071a35;color:#c9d7e9;display:grid;place-items:center;font-size:9px}.notice span{color:#21b7ef;margin:0 8px}header{height:82px;background:#fff;display:flex;align-items:center;gap:50px;padding:0 max(5vw,24px);border-bottom:1px solid #e7edf4}.brand{font-size:27px}.brand-mark{font-size:35px}.store-search{height:43px;max-width:560px;flex:1;background:#f2f5f9;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;padding:0 15px;color:#8795a9}.store-search input{border:0;outline:0;background:none;width:100%;padding-left:9px;font:500 11px Manrope}.store-actions{display:flex;gap:9px}.store-actions button{background:none;border:0;color:#1a2b45;position:relative;font-size:17px;min-width:55px}.store-actions small{display:block;font-size:8px;margin-top:3px}.store-actions b{position:absolute;top:-6px;right:5px;background:#1473e6;color:#fff;width:17px;height:17px;border-radius:50%;font-size:8px;display:grid;place-items:center}.categories{height:46px;background:#fff;display:flex;align-items:center;padding:0 max(5vw,24px);gap:27px;font-size:10px;border-bottom:1px solid #edf1f6}.categories button{height:30px;border:0;background:#e9f3ff;color:#1167ce;border-radius:8px;padding:0 12px;font:700 9px Manrope}.categories a{font-weight:650}.categories span{margin-left:auto;color:#77869b;font-size:8px}.categories b{color:#162842}main{max-width:1370px;margin:auto;padding:22px max(4vw,20px) 60px}.hero{min-height:350px;border-radius:25px;background:radial-gradient(circle at 78% 34%,#35c2ee 0,#1886de 24%,transparent 25%),linear-gradient(120deg,#08214a,#0b4a91 65%,#0787bc);color:#fff;display:flex;align-items:center;overflow:hidden;padding:50px 7%;position:relative}.hero>div:first-child{position:relative;z-index:2}.hero span{font-size:9px;letter-spacing:2px;color:#7bddff;font-weight:800}.hero h1{font-size:44px;line-height:1.08;letter-spacing:-2px;margin:12px 0}.hero p{color:#bfd8f0;font-size:12px}.hero button{margin-top:16px;border:0;background:#fff;color:#0a4c93;padding:13px 18px;border-radius:10px;font:800 10px Manrope}.hero-art{position:absolute;right:7%;width:38%;height:100%;display:grid;place-items:center}.orb{width:190px;height:190px;border-radius:50%;background:linear-gradient(145deg,#ffcb45,#f39424);box-shadow:0 40px 70px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;font-size:69px;font-weight:800;transform:rotate(-8deg)}.orb small{font-size:14px;line-height:1.1}.bag{position:absolute!important;font-size:170px!important;color:rgba(255,255,255,.18)!important;transform:rotate(10deg)}.benefits{background:#fff;border:1px solid #e3eaf2;border-radius:16px;margin-top:-22px;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 12px 40px rgba(7,24,49,.07)}.benefits>div{display:flex;gap:13px;padding:17px 23px;border-right:1px solid #e7edf4}.benefits>div:last-child{border:0}.benefits i{width:34px;height:34px;border-radius:10px;background:#eaf4ff;color:#1473e6;display:grid;place-items:center;font-style:normal}.benefits b,.benefits small{display:block;font-size:9px}.benefits small{color:#8491a4;margin-top:3px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:42px 0 17px}.section-title small{color:#1473e6;font-size:8px;font-weight:800;letter-spacing:1.2px}.section-title h2{font-size:22px;margin:5px 0 0}.section-title button{border:0;background:none;color:#1473e6;font:700 9px Manrope}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product{background:#fff;border:1px solid #e3eaf2;border-radius:16px;padding:13px;position:relative;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(8,25,48,.1)}.product-img{height:180px;border-radius:12px;background:linear-gradient(145deg,#eff5f7,#e7edf1);display:grid;place-items:center;font-size:78px;color:#1473e6}.discount{position:absolute;top:22px;left:22px;background:#e84d56;color:#fff;border-radius:6px;padding:4px 7px;font-size:8px;font-weight:800}.heart{position:absolute;right:21px;top:20px;border:0;background:#fff;width:28px;height:28px;border-radius:50%;color:#8290a4}.product small{font-size:8px;color:#8090a4}.product h3{font-size:11px;margin:10px 0 6px;min-height:30px}.old{text-decoration:line-through;color:#9aa6b5;font-size:8px}.price{font-size:17px;font-weight:800;margin-top:3px}.price small{font-weight:500}.add{width:100%;border:0;background:#0d67d0;color:#fff;padding:10px;border-radius:9px;font:700 9px Manrope;margin-top:11px}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(410px,100vw);background:#fff;z-index:20;padding:24px;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.drawer.open{transform:none}.overlay{position:fixed;inset:0;background:rgba(4,14,30,.55);display:none;z-index:19}.overlay.show{display:block}.drawer-head{display:flex;justify-content:space-between}.drawer-head h2{font-size:19px}.drawer-head button{border:0;background:none;font-size:24px}.cart-empty{text-align:center;margin:auto}.cart-empty span{font-size:40px;color:#9db0c5}.cart-empty h3{font-size:14px}.cart-empty p{font-size:9px;color:#7b899c}.cart-row{display:grid;grid-template-columns:45px 1fr auto;gap:10px;border-bottom:1px solid #e5ebf2;padding:12px 0;align-items:center}.cart-row>span{height:45px;background:#eef4f8;border-radius:8px;display:grid;place-items:center}.cart-row h4{font-size:9px;margin:0}.cart-row small{font-size:8px;color:#718097}.cart-row b{font-size:10px}.drawer-total{margin-top:auto;border-top:1px solid #e2e8f0;padding-top:15px}.drawer-total span,.drawer-total b{font-size:11px}.drawer-total b{float:right;font-size:15px}.drawer-total button{width:100%;margin-top:16px;padding:13px;border:0;border-radius:10px;background:#1473e6;color:#fff;font:700 10px Manrope}@media(max-width:850px){header{gap:15px;padding:0 18px}.store-search{display:none}.store-actions{margin-left:auto}.categories a,.categories span{display:none}.hero{min-height:310px}.hero h1{font-size:35px}.hero-art{opacity:.5}.benefits{grid-template-columns:1fr 1fr}.products{grid-template-columns:1fr 1fr}}@media(max-width:520px){.benefits{grid-template-columns:1fr}.benefits>div{border-right:0;border-bottom:1px solid #e7edf4}.products{grid-template-columns:1fr}.hero-art{display:none}}
