.page-hero{padding:70px 0 50px;background:#f7f8f9;border-bottom:1px solid #e6e8eb}
.page-hero h1{max-width:850px}
.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:30px;padding-top:45px;padding-bottom:80px}
.filters{border:1px solid #e6e8eb;border-radius:14px;padding:20px;height:max-content;position:sticky;top:95px}
.filters label{display:block;font-weight:800;margin-bottom:8px}
.filters select,.shop-toolbar input{width:100%;height:46px;border:1px solid #dfe3e6;border-radius:9px;padding:0 12px;background:#fff}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}
.shop-toolbar input{max-width:330px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{border:1px solid #e6e8eb;border-radius:16px;background:#fff;overflow:hidden}
.product-card>a:first-child{display:block}
.product-card-image{aspect-ratio:1/1;background:#f0f2f3;display:grid;place-items:center;color:#9299a0;font-weight:700}
.product-card-body{padding:18px}
.product-card-body h2{font-size:18px;line-height:1.3;margin:5px 0 14px}
.product-category{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#f28b22;font-weight:800;margin:0}
.quote-link{display:block;border-top:1px solid #e6e8eb;padding:13px 18px;color:#f28b22;font-weight:800}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding-top:60px;padding-bottom:90px}
.product-gallery{min-height:520px;background:#f0f2f3;border-radius:20px;display:grid;place-items:center}
.product-image-placeholder{color:#9299a0;font-weight:700}
.product-info h2{font-size:38px;line-height:1.1;margin:5px 0 15px}
.product-price{font-size:26px;font-weight:900}
.price-note{font-size:13px;color:#69717a;background:#f7f8f9;padding:14px;border-radius:10px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0 35px}
.product-content{border-top:1px solid #e6e8eb;padding-top:25px}
@media(max-width:900px){
 .shop-layout{grid-template-columns:1fr}
 .filters{position:static}
 .product-grid{grid-template-columns:repeat(2,1fr)}
 .product-detail{grid-template-columns:1fr}
}
@media(max-width:600px){
 .product-grid{grid-template-columns:1fr}
 .shop-toolbar{align-items:stretch;flex-direction:column}
 .shop-toolbar input{max-width:none}
 .product-detail{padding-top:35px}
 .product-gallery{min-height:340px}
}
