/* The price is the single detail link; its existing stretched target covers the card. */
body .catalog-price-link{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;min-height:44px;padding:10px 12px;text-align:left;border-radius:11px;text-decoration:none}
body .catalog-price-link .catalog-price-value{font-size:1.08rem;font-weight:850;line-height:1.25;letter-spacing:-.025em}
body .catalog-price-link>i{font-size:.85rem;opacity:.7;flex-shrink:0}
body .product-card:has(.catalog-price-link:focus-visible),body .oferta-card:has(.catalog-price-link:focus-visible){outline:3px solid #e1ad00;outline-offset:3px}
body .product-card:has(.catalog-price-link),body .oferta-card:has(.catalog-price-link){cursor:pointer}
body .product-card:has(.catalog-price-link:hover){box-shadow:0 7px 22px #10294718}
body .oferta-btn.catalog-price-link{background:#ffffff1f;color:#fff;border:1px solid #ffffff38}
@media(max-width:768px){
 body .catalog-price-link{padding:10px;min-height:43px}
 body .catalog-price-link .catalog-price-value{font-size:1rem}
 body .best-sellers-grid .catalog-price-link .catalog-price-value{font-size:.95rem}
}
