/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Woo
Author URI: https://woocommerce.com
Template: storefront
*/

/* --------------- Theme customization starts here ----------------- */


body:not(.home) .site-main {
    margin-top: 2em; /* I've addded this to put some between header and content when I removed the breadcrumb, excludes the homepage. */
}

@media screen and (min-width: 768px) {
         .woocommerce-active .site-header .site-branding img {
          max-width: 15%; /* Adjust this percentage up or down to make the logo larger or smaller. */
          }
}


/* Disable mouse hover zoom effect on main product image */
.woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__image img {
    pointer-events: none;
}

