.shop-active{color:var(--blue);border-bottom:2px solid var(--blue);padding-bottom:5px}
.shop-main{background:#f7f9fc}
.shop-hero{
background:
linear-gradient(90deg,rgba(3,18,43,.96),rgba(3,18,43,.55) 38%,rgba(3,18,43,.08) 72%),
url('assets/shop-hero.jpg') 100% center / 72% auto no-repeat;
background-color:#061a38;
color:#fff;
padding:70px 0;
}
.shop-hero-grid{
display:block;
}
.shop-hero h1{margin:4px 0 8px;font-size:2.6rem;line-height:1;text-transform:uppercase}.shop-hero p{margin:0;color:#dce7f7}
.shop-search{
display:grid;
grid-template-columns:1fr 190px;
background:#fff;
border-radius:8px;
overflow:hidden;
width:520px;
max-width:100%;
margin-top:30px;
}
.shop-search input,.shop-search select{border:0;padding:15px;font:inherit;outline:none}.shop-search select{border-left:1px solid #e6eaf1}
.shop-benefits{background:#fff;border-bottom:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits-grid>div{padding:18px 22px;border-right:1px solid var(--line)}.benefits-grid>div:last-child{border-right:0}
.benefits-grid strong{display:block;color:#123fae;font-size:.9rem}.benefits-grid span{display:block;font-size:.82rem;color:#5f6b7a;margin-top:4px}
.shop-section{padding:38px 0}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:30px}
.shop-sidebar{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;height:max-content;position:sticky;top:120px}
.shop-sidebar h3{margin:0 0 12px;color:#123fae}.cat-btn{width:100%;border:0;background:transparent;text-align:left;padding:10px 8px;border-radius:6px;cursor:pointer;font-weight:700;color:#25324a}
.cat-btn:hover,.cat-btn.active{background:#eef4ff;color:#1852d1}
.shop-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.shop-heading h2{margin:0;color:#123fae}.shop-heading p{margin:4px 0 0;color:#5f6b7a}
.cart-summary{background:#071a38;color:#fff;padding:9px 14px;border-radius:6px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;box-shadow:0 8px 20px rgba(14,40,80,.05)}
.product-card h3{font-size:1rem;line-height:1.35;margin:12px 0 4px}.product-card p{font-size:.82rem;color:#6a7482;margin:0 0 12px}
.product-visual{height:150px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#0b2f68,#1852d1)}
.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-bottom strong{font-size:1.12rem;color:#071a38}
.add-cart{border:1px solid #1852d1;background:#fff;color:#1852d1;border-radius:5px;padding:8px 10px;font-weight:800;cursor:pointer}.add-cart:hover{background:#1852d1;color:#fff}
.contractor-strip{background:linear-gradient(90deg,#061a38,#0d2c58);color:#fff;padding:22px 0}.contractor-grid{display:flex;justify-content:space-between;align-items:center;gap:24px}.contractor-grid strong,.contractor-grid span{display:block}.contractor-grid span{color:#dce7f7;margin-top:4px}
@media(max-width:980px){.shop-hero-grid{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.shop-search{grid-template-columns:1fr}.shop-search select{border-left:0;border-top:1px solid #e6eaf1}.product-grid,.benefits-grid{grid-template-columns:1fr}.shop-heading{align-items:flex-start;flex-direction:column}}