/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

.stroke-text {
    -webkit-text-stroke-width: 4px;
    stroke-width: 4px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: #FFFFFF00;
}

.woocommerce-badge.new {
    background-color: #000000;
}

.woocommerce-badge.new, .woocommerce-badge.onsale {
    background-color: #000000 !important;
}

#homepage-products.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 767px) {
    #homepage-products.elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}