.ec-size .ec-store .grid-product__picture {
background-color: #fff !important;
background-size: 70% !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.ec-size .ec-store .grid-product__picture img {
transform: scale(0.7) !important;
object-fit: contain !important;
}
.ec-size .ec-store .grid-product__wrap-inner {
background-color: #fff !important;
}
.ec-size .ec-store .product-details__gallery {
background-color: #fff !important;
}
.ec-size .ec-store .product-details__gallery img {
transform: scale(0.7) !important;
object-fit: contain !important;
display: block !important;
margin: auto !important;
}
.ec-size .ec-store .product-details__product-description img {
transform: scale(0.7) !important;
display: block !important;
margin: auto !important;
background-color: #fff !important;
}