/* v21: three-column vertical shop catalogue */
body[data-page="shop"] .products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
body[data-page="shop"] .product-card{display:flex!important;flex-direction:column!important;min-width:0!important;height:100%!important}
body[data-page="shop"] .product-image{width:100%!important;height:285px!important;min-height:285px!important;padding:22px!important}
body[data-page="shop"] .product-info{width:100%!important;min-height:330px!important;padding:22px!important}
body[data-page="shop"] .product-info h3{font-size:1.05rem!important;line-height:1.35!important}
body[data-page="shop"] .product-description{-webkit-line-clamp:3!important;font-size:.9rem!important}
@media(max-width:1120px){body[data-page="shop"] .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){body[data-page="shop"] .products-grid{grid-template-columns:1fr!important}body[data-page="shop"] .product-card{max-width:440px!important;margin-inline:auto!important}body[data-page="shop"] .product-image{height:300px!important}}
