/*
 Theme Name:   Storefront Child
 Description:  Storefront Child Theme
 Author:       Lukas Hartmann
 Author URI:   https://lukashartmann.cz
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
 Text Domain:  storefrontchild
*/

.woocommerce-active .site-header .site-header-cart {
	display: none!important;
}

.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 {
	width: auto;
	height: 200px;
}

.storefront-handheld-footer-bar .my-account a::before,
.storefront-handheld-footer-bar .cart a::before,
.storefront-handheld-footer-bar .cart span {
	opacity: 0;
}