.product-card{background-color:var(--pure-white);border:1px solid var(--steel-silver);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.product-card:hover{border-color:var(--safety-orange);transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.product-image-container{aspect-ratio:1;background-color:var(--white-smoke);justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.product-image{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.product-details{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-name{color:var(--industrial-blue);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3.6rem;margin-bottom:.5rem;font-size:1.5rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-price{color:var(--safety-orange);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-price.on-offer{color:#ff5722}.product-price-on-request{color:var(--industrial-blue);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.price-container{flex-direction:column;margin-bottom:1rem;display:flex}.original-price{color:#9e9e9e;margin-bottom:.25rem;font-size:1rem;text-decoration:line-through}.bestseller-ribbon{background:var(--industrial-blue);color:#fff;z-index:2;padding:5px 15px;font-family:Bebas Neue,sans-serif;font-size:1rem;position:absolute;top:10px;right:-5px;box-shadow:2px 2px 5px #0003}.offer-badge{color:#fff;text-transform:uppercase;z-index:2;background:#ff5722;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.product-actions{margin-top:auto}.whatsapp-inquire-btn{width:100%;font-size:.875rem}
