:root{font-family:Inter,DM Sans,system-ui,sans-serif;color:#111c35;background:#f5f8ff;--blue:#1268ef;--navy:#071a42}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.catalog-header{height:82px;padding:0 max(24px,6vw);display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff}.catalog-header img{width:210px;max-height:44px;object-fit:contain}.catalog-header nav{display:flex;gap:28px}.catalog-hero{padding:78px max(24px,8vw) 62px;color:#fff;background:linear-gradient(125deg,#071a42,#124caa)}.catalog-hero>span,.catalog-heading span{font-size:12px;letter-spacing:.18em;font-weight:800;color:#5ef0c2}.catalog-hero h1{font-size:clamp(42px,7vw,82px);line-height:1;margin:18px 0}.catalog-hero p{max-width:680px;color:#d7e2f8;font-size:19px}.catalog-hero form{display:flex;max-width:760px;margin-top:34px;background:#fff;padding:8px;border-radius:14px}.catalog-hero input{flex:1;border:0;padding:15px;font:inherit;min-width:0}.catalog-hero button,.load-more{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:14px 24px;font-weight:800}.category-list{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.category-list button{border:1px solid #ffffff4a;background:#ffffff12;color:#fff;padding:9px 14px;border-radius:9px}.category-list button.active{background:#fff;color:var(--navy)}.catalog-section{padding:54px max(24px,8vw) 90px}.catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.catalog-heading span{color:#087e62}.catalog-heading h2{font-size:36px;margin:8px 0 0}.catalog-heading button{border:0;background:transparent;color:var(--blue);font-weight:800}.catalog-notice{padding:18px;border-radius:12px;background:#e7effd}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px}.product-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;overflow:hidden;box-shadow:0 14px 35px #15386c0c}.product-card img,.product-placeholder{width:100%;aspect-ratio:4/3;object-fit:cover;background:linear-gradient(135deg,#e7effe,#f6f9ff);display:grid;place-items:center;font-size:44px}.product-card div{padding:20px}.product-card small{color:#68758d}.product-card h3{font-size:22px;margin:8px 0}.product-card p{color:#667187;min-height:44px}.price{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price strong{font-size:22px}.price button{border:0;background:#edf4ff;color:#075fd8;border-radius:9px;padding:10px 13px;font-weight:800}.stock{font-size:12px;color:#087e62}.stock.out_of_stock{color:#ba2338}.load-more{display:block;margin:28px auto 0}dialog{width:min(760px,calc(100% - 28px));border:0;border-radius:20px;padding:0;box-shadow:0 24px 90px #03112b66}dialog::backdrop{background:#07152cbb}.dialog-close{position:absolute;right:15px;top:15px;border:0;background:#eef3fb;border-radius:50%;width:40px;height:40px;font-size:22px}.product-detail{padding:38px}.product-detail img{width:100%;max-height:320px;object-fit:cover;border-radius:14px}.product-detail h2{font-size:34px;margin-bottom:8px}.variant-list{display:flex;gap:8px;flex-wrap:wrap}.variant-list span{background:#edf3fd;border-radius:8px;padding:8px 12px}footer{padding:28px max(24px,8vw);background:#061630;color:#d9e4f7;display:flex;justify-content:space-between;gap:18px}footer a{color:#5ef0c2}@media(max-width:820px){.catalog-header nav{display:none}.product-grid{grid-template-columns:1fr}.catalog-hero{padding-top:48px}.catalog-hero form{flex-direction:column}.catalog-hero button{width:100%}footer{flex-direction:column;padding-bottom:110px}}
