:root{--blue:#1268e8;--navy:#071a38;--orange:#ff6b17;--ink:#14213a;--muted:#6c7a90;--line:#e2e8f1;--paper:#f4f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif}.store-top{position:sticky;top:0;z-index:30;min-height:78px;padding:0 max(22px,calc((100vw - 1440px)/2));display:flex;align-items:center;gap:18px;background:#fffffff0;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.store-menu{width:42px;height:42px;border:1px solid #dce5f0;border-radius:11px;background:#fff;display:grid;place-content:center;gap:4px;cursor:pointer}.store-menu span{width:18px;height:2px;background:#17365f;border-radius:2px}.store-logo{display:flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none;font-size:17px;font-weight:850;white-space:nowrap}.store-logo>b,.side-heading b{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:linear-gradient(145deg,#176fe9,#0c429d);color:#fff;font-size:12px;box-shadow:0 5px 13px #1769d238}.store-logo small{display:block;margin-top:2px;color:#8290a5;font-size:10px;font-weight:650}.store-search{height:44px;flex:1;max-width:570px;display:flex;align-items:center;gap:8px;padding:0 5px 0 14px;border:1px solid #dce4ee;border-radius:12px;background:#fff;color:#738198}.store-search i{font-size:23px;font-style:normal}.store-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;color:var(--ink)}.store-search button{border:0;border-radius:9px;background:#edf4ff;color:#175aae;font:inherit;font-size:12px;font-weight:800;padding:8px 12px;cursor:pointer}.category-select{height:44px;max-width:190px;border:1px solid #dce4ee;border-radius:11px;background:#fff;padding:0 11px;color:#40516c;font:inherit}.cart-open{position:relative;display:flex;align-items:center;gap:7px;height:44px;border:0;border-radius:11px;background:var(--blue);color:#fff;padding:0 14px;font:inherit;font-weight:800;cursor:pointer}.cart-open b{display:grid;min-width:22px;height:22px;place-items:center;border-radius:99px;background:#fff;color:var(--blue);font-size:11px}.store-side{position:fixed;z-index:35;top:0;bottom:0;left:0;width:286px;padding:18px 12px;background:#fff;box-shadow:8px 0 30px #0c255216;transform:translateX(-103%);transition:.22s ease;overflow-y:auto}.store-side.open{transform:translateX(0)}.side-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 7px 19px;border-bottom:1px solid var(--line);font-weight:850}.side-heading span{display:flex;align-items:center;gap:9px}.side-heading button{border:0;background:transparent;color:#687995;font-size:28px;cursor:pointer}.side-link{width:100%;display:flex;align-items:center;gap:13px;margin:4px 0;padding:12px 13px;border:0;border-radius:10px;background:transparent;color:#43536d;text-align:left;text-decoration:none;font:inherit;font-weight:700;cursor:pointer}.side-link:hover,.side-link.active{background:#edf4ff;color:var(--blue)}.side-label{margin:20px 13px 6px;color:#95a2b5;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.side-whatsapp{margin-top:20px;background:#e9faf0;color:#167343}.store-shade,.cart-shade{position:fixed;z-index:32;inset:0;background:#071a385c;opacity:0;pointer-events:none;transition:.2s}.store-shade.open,.cart-shade.open{opacity:1;pointer-events:auto}.store-main{max-width:1440px;margin:auto;padding:0 28px 65px}.store-hero{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:370px;overflow:hidden;margin:30px 0 38px;padding:46px 60px;border-radius:24px;background:radial-gradient(circle at 86% 18%,#2078df,transparent 29%),linear-gradient(115deg,#061a3b,#104b9b);color:#fff}.store-hero:after{content:"";position:absolute;width:470px;height:470px;right:-135px;bottom:-290px;border:45px solid #ffffff13;border-radius:50%}.store-hero>div{position:relative;z-index:1;max-width:740px}.store-hero small,.catalog-head small,.store-contact small{font-size:11px;font-weight:900;letter-spacing:.15em}.store-hero h1{max-width:680px;margin:12px 0;font-size:clamp(35px,5.4vw,65px);line-height:1.03;letter-spacing:-.045em}.store-hero p{max-width:570px;margin:0;color:#dceaff;font-size:18px;line-height:1.55}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-actions a{display:inline-flex;align-items:center;gap:12px;padding:13px 18px;border-radius:11px;background:#fff;color:#0b4190;text-decoration:none;font-size:13px;font-weight:850}.hero-actions a.outline{border:1px solid #ffffff66;background:#ffffff10;color:#fff}.hero-orb{width:180px;height:180px!important;display:grid;place-content:center!important;border:1px solid #ffffff30;border-radius:50%;background:#ffffff0f;text-align:center;transform:rotate(-7deg)}.hero-orb span{font-size:32px;color:#ffd36c}.hero-orb b{font-size:13px;line-height:1.45}.chips{display:flex;gap:9px;overflow:auto;padding:0 0 25px}.chips button{flex:0 0 auto;border:1px solid #d9e3ef;border-radius:99px;background:#fff;color:#53647d;padding:9px 15px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.chips button.active,.chips button:hover{border-color:var(--blue);background:var(--blue);color:#fff}.catalog-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.catalog-head h2{margin:6px 0 0;font-size:29px;letter-spacing:-.03em}.catalog-head small{color:var(--blue)}.catalog-head>span{color:#8090a6;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.store-product{overflow:hidden;border:1px solid #e0e7f0;border-radius:17px;background:#fff;box-shadow:0 5px 17px #10264d0b;transition:transform .18s,box-shadow .18s}.store-product:hover{transform:translateY(-4px);box-shadow:0 13px 26px #10264d18}.product-visual{position:relative;display:grid;height:220px;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f8fafc,#ecf1f8)}.product-visual img{width:100%;height:100%;object-fit:contain;transition:transform .2s}.store-product:hover .product-visual img{transform:scale(1.04)}.product-visual>span{font-size:58px}.product-visual em{position:absolute;left:11px;top:11px;border-radius:99px;background:#ffffffed;color:#2f6b48;padding:5px 8px;font-size:9px;font-style:normal;font-weight:850}.product-info{display:flex;min-height:270px;flex-direction:column;padding:17px}.product-info>small{color:#3973aa;font-size:9px;font-weight:900;letter-spacing:.11em}.product-info h3{min-height:48px;margin:8px 0 7px;font-size:16px;line-height:1.45;letter-spacing:-.02em}.product-info p{display:-webkit-box;overflow:hidden;min-height:39px;margin:0;color:#77869b;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-info strong{margin-top:auto;color:#0d3470;font-size:21px;letter-spacing:-.025em}.price-caption{margin-top:3px;color:#8a98aa;font-size:9px}.add-product{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:13px;border:1px solid #cfe0fb;border-radius:10px;background:#f3f8ff;color:#145db7;padding:10px 11px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.add-product:hover{border-color:var(--blue);background:var(--blue);color:#fff}.add-product b{font-size:17px}.catalog-empty{margin:30px 0;padding:35px;border:1px dashed #bdcad9;border-radius:14px;color:#718198;text-align:center}.store-contact{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:56px;padding:36px 42px;border-radius:18px;background:#e8f2ff}.store-contact small{color:var(--blue)}.store-contact h2{margin:7px 0;font-size:27px;letter-spacing:-.03em}.store-contact p{margin:0;color:#62738c}.store-contact a{flex:0 0 auto;border-radius:11px;background:#1769d2;color:#fff;padding:14px 18px;text-decoration:none;font-size:13px;font-weight:850}.store-footer{display:flex;justify-content:space-between;gap:18px;padding:28px max(28px,calc((100vw - 1440px)/2));background:#071a38;color:#cfdaeb;font-size:12px}.store-footer b{color:#fff}.store-footer a{color:inherit}.store-cart{position:fixed;z-index:40;top:0;right:0;bottom:0;width:min(430px,100%);display:flex;flex-direction:column;overflow:auto;background:#fff;box-shadow:-8px 0 30px #071a3825;transform:translateX(103%);transition:.25s}.store-cart.open{transform:translateX(0)}.store-cart header{display:flex;justify-content:space-between;padding:25px 25px 18px;border-bottom:1px solid var(--line)}.store-cart header small,.checkout-box header small{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.11em}.store-cart h2,.checkout-box h2{margin:4px 0;font-size:23px}.store-cart header p{margin:0;color:#7b899d;font-size:12px}.store-cart header button,.checkout-box header button{border:0;background:transparent;color:#738197;font-size:29px;cursor:pointer}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:11px;align-items:center;margin:0 22px;padding:16px 0;border-bottom:1px solid #e8edf3}.cart-thumb{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;border-radius:10px;background:#f2f5f9;font-size:25px}.cart-thumb img{width:100%;height:100%;object-fit:contain}.cart-copy b{display:block;font-size:13px;line-height:1.35}.cart-copy small{display:block;margin-top:4px;color:#7a899c;font-size:11px}.cart-copy strong{display:block;margin-top:6px;color:#164884;font-size:13px}.cart-actions{display:grid;gap:5px;justify-items:end}.cart-actions span{display:flex;align-items:center;gap:6px}.cart-actions button{display:grid;width:25px;height:25px;place-items:center;border:1px solid #d5dfec;border-radius:7px;background:#fff;color:#265b99;cursor:pointer}.cart-actions .delete{border:0;color:#be3636}.cart-empty{padding:70px 25px;color:#8491a4;text-align:center}.cart-empty span{font-size:44px}.cart-bottom{margin-top:auto;padding:19px 22px 25px;border-top:1px solid var(--line);background:#fff}.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:15px}.cart-bottom span{color:#718199}.cart-bottom strong{font-size:21px;color:#0e3977}.cart-bottom button,.confirm-order{width:100%;border:0;border-radius:11px;background:var(--blue);color:#fff;padding:14px;font:inherit;font-weight:850;cursor:pointer}.checkout-backdrop{position:fixed;z-index:45;inset:0;display:grid;place-items:center;overflow:auto;padding:25px;background:#071a3880;opacity:0;pointer-events:none;transition:.2s}.checkout-backdrop.open{opacity:1;pointer-events:auto}.checkout-box{width:min(520px,100%);margin:auto;border-radius:18px;background:#fff;padding:25px;box-shadow:0 15px 45px #071a3852}.checkout-box header{display:flex;align-items:start;justify-content:space-between;margin-bottom:17px}.checkout-box label{display:grid;gap:6px;margin:12px 0;color:#394a63;font-size:12px;font-weight:800}.checkout-box input,.checkout-box select,.checkout-box textarea{width:100%;border:1px solid #d2dce9;border-radius:9px;padding:10px;font:inherit;color:var(--ink)}.checkout-box textarea{min-height:68px;resize:vertical}.checkout-total{display:flex;justify-content:space-between;margin:20px 0;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.checkout-total span{color:#64758d}.checkout-total strong{font-size:20px;color:#103a7a}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-orb{display:none!important}}@media(max-width:760px){.store-top{min-height:65px;padding:0 13px;gap:9px}.store-search,.category-select{display:none}.store-logo>b{width:34px;height:34px}.store-logo{font-size:14px}.cart-open{margin-left:auto;height:40px;padding:0 10px;font-size:12px}.store-main{padding:0 14px 42px}.store-hero{min-height:330px;margin:16px 0 28px;padding:30px 25px;border-radius:17px}.store-hero h1{font-size:39px}.store-hero p{font-size:15px}.hero-actions{flex-wrap:wrap}.catalog-head h2{font-size:24px}.catalog-head>span{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-visual{height:160px}.product-info{min-height:250px;padding:12px}.product-info h3{font-size:14px}.product-info strong{font-size:18px}.store-contact{display:block;margin-top:35px;padding:28px 23px}.store-contact a{display:inline-block;margin-top:16px}.store-footer{display:grid;padding:25px 18px}.cart-item{margin:0 16px}.store-side{width:min(286px,88vw)}}@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-visual{height:215px}}
