/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/

@media only screen and (max-width: 767px) {
    .woocommerce.columns-4 .products:not(.swiper) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce.columns-4 .products:not(.swiper) {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.woocommerce .products .product .compare {
    display: none !important;
}

.woocommerce .products .product a img {
    aspect-ratio: 1/1;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img, .wcboost-variation-swatches__wrapper, .woocommerce .products .product .product-sku {
    display: none !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
    display: block !important;
}