/* Product hover: keep the row anchored and let the image breathe instead. */
.product { transition: background .55s ease !important; }
.product:hover { padding-left: 0 !important; background: rgba(222, 219, 210, .62) !important; }
.product-image img { transition: transform 1s cubic-bezier(.2, .7, .2, 1), filter .7s ease !important; }
.product:hover .product-image img { transform: scale(1.035) !important; filter: saturate(.92) !important; }
.product-num { transition: color .45s ease; }
.product:hover .product-num { color: var(--blue); }
