.product-card{display:block;position:relative;text-decoration:none;color:var(--body-color);text-align:center}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card .product-card-image{background:var(--bg-product-card);display:block;position:relative;width:100%;height:0;padding-bottom:calc(1/var(--product-card-ratio)*100%);overflow:hidden}.product-card .product-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-card-title{display:block;margin:1rem auto 0;width:80%}.product-card .product-card-prices{display:flex;align-items:center;justify-content:center;gap:15px;padding:8px}.product-card .product-card-price{margin-bottom:0}.product-card .product-card-price--discount{text-decoration:line-through;color:#9e9e9e}