.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.2em;display:grid}@media (min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65em}}.product-card{background:var(--bg-surface,#fff);border-radius:.72em;flex-direction:column;min-height:320px;padding:0;transition:box-shadow .18s cubic-bezier(.19,1,.22,1),transform .12s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #3232320f}@media (hover:hover){.product-card:hover{z-index:2;transform:translateY(-4px)scale(1.01);box-shadow:0 6px 18px #3232321f}.product-card:hover img{filter:brightness(.98)saturate(1.06)}}.product-card img{aspect-ratio:4/3;object-fit:contain;background:var(--bg-surface,#fff);width:100%;padding-top:5px;transition:filter .15s}.product-card .product-info{flex-direction:column;flex-grow:1;gap:.37em;padding:.85em;display:flex}.product-card h3{color:var(--text-primary,#1f2937);word-break:break-word;letter-spacing:.01em;min-height:2.5em;margin:0 0 .11em;font-size:1.12rem;font-weight:600;line-height:1.22}.product-sku{color:var(--text-tertiary,#9ca3af);align-items:center;gap:.36em;margin-bottom:.13em;font-size:.87rem;display:flex}.sku-label{opacity:.8;font-weight:600}.sku-value{letter-spacing:.04em;color:var(--text-secondary,#6b7280);font-weight:500}.product-brand{color:var(--primary-color,#2563eb);margin:-.1em 0 .05em;font-size:.8125rem;font-weight:600}.product-qty-step{color:var(--text-secondary,#475569);margin:-.05em 0 .1em;font-size:.75rem;font-weight:600}.price{flex-wrap:wrap;align-items:flex-end;gap:.25em;margin:.15em 0 .22em;font-size:1.19em;font-weight:800;display:flex}.price .list-price{color:var(--text-tertiary,#94a3b8);margin-right:0;font-size:.78em;font-weight:500;text-decoration:line-through}.price .unit-price{color:var(--price-color,#059669);letter-spacing:-.01em;margin-right:0;font-size:1.14em;font-weight:800}.price .discount-info{background:var(--danger-color,#dc2626);color:var(--text-inverse,#fff);border-radius:1.1em;margin-left:0;padding:.1em .7em .1em .5em;font-size:.72em;font-weight:600;display:inline-block}.price .iva-label{color:var(--text-secondary,#6b7280);vertical-align:baseline;margin-left:.28em;font-size:.72em;font-weight:500;position:relative;top:-.38em}.availability{margin-top:.07em;margin-bottom:.06em}.product-avail{letter-spacing:.02em;font-size:.87rem;font-weight:700;display:inline-block}.avail-ok{color:var(--success-color-hover,#047857)}.avail-no{color:var(--danger-color,#dc2626)}.avail-low,.avail-very-low{color:var(--success-color-hover,#047857)}@media (max-width:600px){.product-card{border-radius:.6em;min-width:0;min-height:0}.product-card img{aspect-ratio:1;padding-top:0}.product-card .product-info{gap:.18em;min-width:0;padding:.55em .6em .65em}.product-card h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:0;font-size:.82rem;display:-webkit-box;overflow:hidden}.product-brand{white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.product-sku{min-width:0;font-size:.68rem}.sku-label{display:none}.sku-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.product-qty-step{font-size:.65rem}.price{gap:.15em;font-size:.92em}.product-avail{font-size:.72rem}}.cart-quantity-badge{color:#fff;z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.02em;background:#7100e1;border-radius:22px;padding:6px 8px;font-size:.8rem;line-height:1;position:absolute;top:10px;right:10px}.cart-quantity-badge.badge-pulse{animation:.45s cubic-bezier(.4,0,.2,1) pulse-scale}@media (max-width:600px){.cart-quantity-badge{border-radius:15px;padding:4px 9px;font-size:.75rem;top:8px;right:8px}}