   .theme-prod-box-content [data-zs-product-id] img {
        display: block !important
    }
@media screen and (max-width:479px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
    zoom: 60%;
}
}


/* Hide prices and cart buttons instantly for guests */
.theme-prod-price,
.theme-product-price,
.theme-prod-box-price,
.theme-money,
.zp-price,
.theme-btn-cart,
.theme-product-btn-cart,
.theme-prod-box-btn-cart {
  visibility: hidden;
}