/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img {
display: block;
margin: 0 auto 1.618em;
height: 200px; //i add height here
width: auto; //and width here
max-width: 100%;
}
/* Hide header - cart */

.site-header-cart {
    display: none;
}
.woocommerce-ordering {
  display: none;
}
