/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wc-block-grid__products .wc-block-grid__product-image{
    max-height: 200px;
}
.wc-block-grid__products .wc-block-grid__product-image img{
    max-height: 200px;
}

.wc-block-grid__products{
    margin-top: 100px;
}