.product-card{background:var(--card-bg);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-image-link{display:block;position:relative;overflow:hidden}.product-image-container{position:relative;width:100%;padding-top:75%;background-color:var(--background);overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{right:.75rem}.product-badge,.product-images-count{position:absolute;top:.75rem;z-index:10;box-shadow:var(--shadow)}.product-images-count{left:.75rem;background-color:rgba(0,0,0,.7);color:white;display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.product-images-count svg{flex-shrink:0}.product-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1 1}.product-title-link{text-decoration:none;color:inherit}.product-title{font-size:1rem;font-weight:600;color:var(--text-primary);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.product-title-link:hover .product-title{color:var(--primary-color)}.product-category{font-size:.813rem;color:var(--text-secondary);margin:0}.product-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.product-actions{display:flex;gap:.5rem;align-items:center}.btn-add-to-cart{flex:1 1;font-size:.875rem;padding:.625rem .875rem;display:flex;align-items:center;justify-content:center;gap:.375rem}.product-price-section{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.product-price-consult{font-size:1.125rem;font-weight:600;color:var(--text-secondary);font-style:italic}.product-stock{font-size:.813rem;color:var(--text-secondary);background-color:var(--background);padding:.25rem .625rem;border-radius:.375rem}.btn-product-whatsapp{width:48px;height:48px;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:600}@media (max-width:768px){.product-content{padding:1rem}.product-title{font-size:.938rem}.product-price{font-size:1.25rem}}