/* Tarjetas compartidas por ofertas y catálogo general de la portada. */
.home-product-section{margin-top:42px}.sale-products-section{margin-top:6px}
.home-product-section .home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-product-section .home-product-card{display:flex;flex-direction:column;min-width:0;height:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.home-product-section .home-product-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(7,31,79,.09)}
.home-product-section .home-product-card .pic{display:block;width:100%;aspect-ratio:.9;margin:0;overflow:hidden;border-radius:7px;background:var(--soft)}
.home-product-section .home-product-card .pic img{width:100%;height:100%;object-fit:cover}
.home-product-section .home-product-card>small{display:block;margin:10px 0 0;color:var(--muted);font-size:9px;text-transform:uppercase}
.home-product-section .home-product-card h3{min-height:34px;margin:5px 0;color:var(--ink);font-size:12px;line-height:1.35;overflow-wrap:anywhere}
.home-product-section .home-product-card h3 a{display:inline!important;margin:0!important;padding:0!important;border:0!important;color:inherit!important;text-align:left!important}
.home-product-section .home-product-price{margin:1px 0 10px}.home-product-section .home-product-price strong{color:var(--blue);font-size:14px}
.home-product-section .home-product-button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:38px;margin:auto 0 0!important;padding:9px 7px!important;border:1px solid var(--blue)!important;border-radius:5px!important;background:transparent!important;color:var(--blue)!important;font-size:10px!important;font-weight:850!important;line-height:1.15;text-align:center}
.home-product-section .home-product-button:hover{background:var(--blue)!important;color:#fff!important}
@media(max-width:900px){.home-product-section .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
@media(max-width:560px){.home-product-section{margin-top:30px}.home-product-section .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-product-section .home-product-card{padding:8px;border-radius:8px}.home-product-section .home-product-card h3{min-height:0;font-size:11px}.home-product-section .home-product-button{padding:8px 4px!important;font-size:9px!important}}

/* Contador AJAX visible en el carrito de escritorio. */
.cart-button{display:inline-flex!important;align-items:center;gap:6px}.desktop-cart-count{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:12px;background:var(--red);color:#fff;font-size:9px;line-height:1}
