.ProductCard .image{height:367px;transition:.3s;background-color:white;overflow:hidden}.ProductCard .image .discount{min-width:74px;height:30px;background-color:var(--green-color);color:white}.ProductCard:hover .image{background-color:#f4f3ef}.ProductCard img{width:auto;max-height:100%}.ProductCard:hover .info h2{color:var(--green-color)}@media (max-width:767px){.ProductCard .image{height:172px}.ProductCard .image .discount{min-width:46px;height:20px}}