.product-card .product-card__image {
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card .media__image {
    mix-blend-mode: multiply;
    background: #F0F0F0;
    width: 80%;
    height: auto;
}