.product-card__thumbnail{background-color:#fafafa;padding:15px;border-radius:10px;margin-bottom:18px;width:100%;aspect-ratio:40/46;max-height:460px;display:flex;flex-direction:column;transition:.25s ease-out;transition-property:background;overflow:hidden}.product-card__thumbnail img{width:95%;height:100%;object-fit:contain;margin:auto;mix-blend-mode:multiply;transition:.25s ease-out;transition-property:scale}.product-card__thumbnail .discount{margin-bottom:15px;width:fit-content}.product-card__thumbnail:hover{background:#e8e8e8}.product-card__thumbnail:hover+* .product-card__title{color:#0ab16a;font-weight:700}.product-card__thumbnail:hover img{scale:1.1}.product-card__title{font-size:1rem;font-weight:400;margin-bottom:8px;transition:.25s ease-out;transition-property:color,font-weight}.product-card__price{font-size:1.25rem;display:block;line-height:1}.product-card__old-price{line-height:1}.product-card__info:hover .product-card__title{color:#0ab16a;font-weight:700}
