:root{--bg:#ffffff;--text:#0B1220;--blue:#4FB2FF;--blue-soft:#EAF6FF;--header:#4FB2FF;--radius:22px;--shadow: 0 10px 26px rgba(0,0,0,.1)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.main{max-width:1200px;margin:0 auto;padding:18px 16px}.header{position:sticky;top:0;z-index:50;background:linear-gradient(180deg,var(--header),var(--bg));border-bottom:1px solid rgba(0,0,0,.06);padding:12px 14px}.header__row{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:12px}.burger{width:44px;height:44px;border-radius:14px;cursor:pointer;border:1px solid rgba(255,255,255,.35);background:#ffffff2e;display:flex;align-items:center;justify-content:center}.burger span,.burger span:before,.burger span:after{display:block;width:18px;height:2px;background:#fff;position:relative;content:""}.burger span:before{position:absolute;top:-6px;left:0}.burger span:after{position:absolute;top:6px;left:0}.logo{flex:1;display:flex;justify-content:center;align-items:center}.logo img{height:72px;width:auto}.header__actions{display:flex;gap:10px}.icon-btn{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.35);background:#ffffff2e;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:.2s;z-index:60}.drawer{position:fixed;top:0;left:0;height:100%;width:min(340px,88vw);background:#fff;transform:translate(-105%);transition:.25s;z-index:70;box-shadow:16px 0 40px #0000002e;padding:16px;overflow:auto}.drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.drawer__title{font-weight:950}.drawer__close{width:40px;height:40px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff;cursor:pointer}.drawer ul{list-style:none;padding:0;margin:10px 0 0}.drawer li{border-top:1px solid rgba(0,0,0,.06)}.drawer a{display:block;padding:14px 6px;font-weight:850}.drawer small{display:block;opacity:.7;padding:10px 6px}.drawer-open .drawer{transform:translate(0)}.drawer-open .backdrop{opacity:1;pointer-events:auto}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-enter{animation:fadeIn .45s ease-out both}.hero,.section,.card{animation:riseIn .65s ease-out both}.hero{animation-delay:.08s}.section{animation-delay:.16s}.hero{background:var(--blue-soft);padding:54px 18px;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow)}.hero h1{margin:0 0 10px;font-size:40px;letter-spacing:.5px}.hero p{margin:0;font-size:18px;opacity:.85}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:16px;border:0;background:var(--blue);color:#fff;font-weight:950;cursor:pointer}.section{padding:26px 0}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (min-width:900px){.grid{grid-template-columns:repeat(4,1fr)}}.card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:12px;box-shadow:0 10px 22px #0000000f}.card img{width:70%;margin:0 auto;display:block;border-radius:14px}.title{margin-top:10px;font-weight:950}.price{margin-top:6px;font-weight:900}.small{opacity:.75;font-size:14px}.form{max-width:520px;margin:14px auto 0}.input,textarea,select{width:100%;padding:12px;border-radius:14px;border:1px solid rgba(0,0,0,.12);font:inherit}.stack{display:grid;gap:10px}.footer{background:var(--blue-soft);margin-top:50px;padding:26px 16px;border-top:1px solid rgba(0,0,0,.06)}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.footer a{font-weight:900}.product-wrap{display:grid;gap:18px;grid-template-columns:1fr;align-items:start}@media (min-width:900px){.product-wrap{grid-template-columns:1.1fr .9fr}}.product-gallery{position:relative;border-radius:22px;border:1px solid rgba(0,0,0,.08);overflow:hidden;background:#fff}.product-gallery__track{display:flex;transition:transform .25s ease;will-change:transform}.product-gallery__slide{min-width:100%;display:flex;justify-content:center;align-items:center}.product-gallery__slide img{width:100%;height:auto;display:block}.pg-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#ffffffd9;cursor:pointer;font-weight:950}.pg-prev{left:10px}.pg-next{right:10px}.pg-dots{display:flex;gap:8px;justify-content:center;margin-top:10px}.pg-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:#fff;cursor:pointer;opacity:.7}.pg-dot.is-active{background:var(--blue);border-color:var(--blue);opacity:1}.footer-compact{display:flex;flex-wrap:wrap;gap:14px 22px;justify-content:center}.footer-compact a{font-size:14px;font-weight:600;opacity:.85}.footer-compact a:hover{opacity:1}.drawer a{font-size:15px;padding:10px 6px;font-weight:700}.logo img{height:96px!important}.payment-icons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.payment-icons svg{height:28px;width:auto;opacity:.9}.ml-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:.2s;z-index:90}.ml-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-52%) scale(.98);width:min(720px,92vw);max-height:80vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 20px 60px #00000040;opacity:0;pointer-events:none;transition:.2s;z-index:100;border:1px solid rgba(0,0,0,.1)}.ml-modal__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.ml-modal__body{padding:16px;line-height:1.5}.ml-close{width:40px;height:40px;border-radius:14px;cursor:pointer;border:1px solid rgba(0,0,0,.1);background:#fff}.ml-open .ml-backdrop{opacity:1;pointer-events:auto}.ml-open .ml-modal{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.icon-account{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}
/*# sourceMappingURL=/cdn/shop/t/44/assets/base.css.map */
