/* Rally Car Center V19 — cuatro fichas visibles, sin filtros superiores */
.store-section .category-row{display:none!important}
.store-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.store-section .product-grid article.product-card-v19{display:flex;min-width:0;flex-direction:column;height:100%}
.store-section .product-grid article.product-card-v19>p{flex:1}
.product-card-footer-v19{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.09)}
.product-card-price-v19{color:#f4f1e8;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:24px;line-height:1;text-transform:uppercase}
.product-card-footer-v19 a{flex:0 0 auto}
@media(max-width:1050px){.store-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.store-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-footer-v19{display:block}.product-card-price-v19{display:block;margin-bottom:8px;font-size:21px}}
@media(max-width:360px){.store-section .product-grid{grid-template-columns:1fr}}
