:root{--primary-color:#d83344;--text-color:#333;--background-color:#f5f5f7;--card-background:#fff}product-card__price{align-items:center;display:flex}.product-card{overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-cards-container .product-card__btn svg{display:block;height:auto;transition:.3s ease;width:22px}.product-cards-container .product-card__btn.has-icon{align-items:center;display:flex;gap:12px}.product-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.15);transform:translateY(-5px)}.product-card__image{overflow:hidden}.product-card__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__price-row{align-items:center;display:flex;justify-content:space-between;grid-gap:12px}.product-card__btn{cursor:pointer;transition:background-color .3s ease}