.product-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:10px;flex-direction:column;height:100%;min-height:360px;transition:border-color .22s,transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--border-hover);transform:translateY(-5px);box-shadow:0 10px 32px #fbac0c1f}[data-theme=light] .product-card{box-shadow:0 2px 14px #00000017}[data-theme=light] .product-card:hover{box-shadow:0 10px 32px #fbac0c33}.product-img{background:linear-gradient(135deg, var(--bg-surface), var(--bg));border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;height:175px;min-height:175px;display:flex;position:relative;overflow:hidden}.product-badge{background:var(--accent);color:#111;font-family:var(--font-condensed);letter-spacing:.06em;text-transform:uppercase;z-index:2;border-radius:2px;padding:3px 9px;font-size:.68rem;font-weight:700;position:absolute;top:10px;left:10px}.discount-ribbon{z-index:3;color:#fff;font-family:var(--font-condensed);letter-spacing:.05em;text-shadow:0 1px 1px #0003;clip-path:polygon(0 0,100% 0,calc(100% - 7px) 50%,100% 100%,0 100%);background:#dc2626;padding:4px 12px 4px 10px;font-size:.72rem;font-weight:800;line-height:1.3;position:absolute;top:14px;left:0;box-shadow:0 3px 10px #dc262640}[data-theme=light] .discount-ribbon{box-shadow:0 3px 10px #dc262633}.product-info{flex-direction:column;flex:1;min-height:0;padding:1rem 1.1rem 1.15rem;display:flex}.product-ref{color:var(--text-hint);letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;font-size:.68rem}.product-name{font-family:var(--font-condensed);color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.4em;margin-bottom:5px;font-size:1rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.product-compat{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;min-height:1em;margin-bottom:.9rem;font-size:.76rem;overflow:hidden}.product-price-block{flex-direction:column;gap:2px;min-height:52px;margin-top:auto;display:flex}.product-price-old{color:var(--text-hint);font-size:.78rem;line-height:1.1;text-decoration:line-through;text-decoration-thickness:1px}.product-footer{justify-content:space-between;align-items:center;gap:.75rem;min-height:32px;display:flex}.product-price{font-family:var(--font-condensed);color:var(--accent);font-size:1.25rem;font-weight:800;line-height:1}.btn-add{color:var(--accent);font-family:var(--font-condensed);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#fbac0c1a;border:1px solid #fbac0c47;border-radius:4px;flex-shrink:0;padding:7px 13px;font-size:.78rem;font-weight:700;transition:background .2s}.btn-add:hover{background:#fbac0c38}.product-name-link{color:inherit;text-decoration:none;display:block}.product-name-link:hover .product-name{color:var(--accent);transition:color .2s}.productos-grid.list-view .product-card{height:auto;min-height:auto}.productos-grid.list-view .product-img{height:auto;min-height:100%}.productos-grid.list-view .product-name,.productos-grid.list-view .product-compat{min-height:0}.productos-grid.list-view .product-price-block{min-height:0;margin-top:.5rem}.productos-grid.list-view .discount-ribbon{padding:3px 10px 3px 8px;font-size:.65rem;top:8px}.product-card-skeleton{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;min-height:360px;position:relative;overflow:hidden}.product-card-skeleton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0a 50%,#0000 100%);animation:1.5s infinite skeleton-shimmer;position:absolute;inset:0}[data-theme=light] .product-card-skeleton:before{background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%)}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
