body{margin:0;background:#f1f5f9;color:#0f172a;font-family:Inter,Arial}.store-header{display:flex;justify-content:space-between;align-items:center;padding:16px 5%;background:#fff;border-bottom:1px solid #e2e8f0}.store-brand{display:flex;align-items:center;gap:10px;font-weight:800}.store-brand img{width:42px;height:42px;border-radius:14px;object-fit:cover}.store-actions a{color:var(--primary);font-weight:700}.store-main{max-width:1180px;margin:auto;padding:24px 18px}.hero{display:grid;grid-template-columns:1.4fr .6fr;gap:14px;margin-bottom:16px}.hero>div{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 8px 25px #0f172a08}.eyebrow{color:var(--primary);font-size:11px;letter-spacing:.18em;font-weight:800}.hero h1{font-size:clamp(34px,6vw,58px);margin:10px 0}.hero p{color:#64748b}.catalog-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:16px}.select-box select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:12px}.state{font-size:12px;color:#64748b;margin:14px 0}.catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product{overflow:hidden;border:1px solid #e2e8f0;border-radius:18px;background:#fff;transition:.18s}.product:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0f172a12}.product-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f1f5f9}.product-body{padding:12px}.product h3{font-size:14px;margin:0 0 4px}.product small{color:#64748b}.prices{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:11px}.prices span{background:#f8fafc;padding:7px;border-radius:8px;font-size:9px;color:#64748b}.prices b{display:block;color:#0f172a;font-size:11px;margin-top:3px}.prices small{color:#64748b}footer{text-align:center;padding:28px;color:#94a3b8}@media(max-width:950px){.catalog{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.hero{grid-template-columns:1fr}.catalog{grid-template-columns:1fr 1fr}}