/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item {
    margin-bottom: 20px;
}
.custom-product-image.no-image {
    background-image: url(/wp-content/uploads/2025/01/favicon.png);
    background-size: auto;
    opacity: 0.4;
}
li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item ul.children li {
    margin-bottom: 0px;
}
li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item.cat-item-15 {
    display: none;
}
h2.woocommerce-loop-product__title {
    background: var(--e-global-color-60f9f20);
    color: #fff !important;
    margin-top: -15px !important;
}
span.komptitle {
    font-size: 17px;
    display: block;
}
span.komptext {
    font-size: 12px;
}
mark.count {
    background-color: white;
    font-size: 11px;
}
.products span.price, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
    font-size: 15px !important;
    padding-top: 10px;
	text-align: center;
}
.product a:hover {
    color: var(--e-global-color-89d8672);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 1em;
    margin: 0;
    font-size: 1em;
}
.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: var(--e-global-color-d82fae5);
    background-color: var(--e-global-color-52786c3);
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
	width: 100%;
}
.woocommerce-product-description {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}
ul.products.elementor-grid.columns-4 {
    padding-top: 1em;
}

/* Style for the product image container */
.custom-product-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 16px;
}
.woocommerce-product-gallery__image--placeholder {
    height: 335px;
    background-size: contain !important;
}

/* If no image is available, set a default background */
.custom-product-image.no-image {
    background-color: #f7f7f7; /* Light grey background */
}

li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item.cat-item-54 {
    background-image: linear-gradient(178deg, #004B1E 0%, var(--e-global-color-60f9f20) 100%);
    display: inline-block;
    margin-top: 15px;
    color: #fff !important;
	padding: 3px 9px;
}

li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item.cat-item-54 a {
	color: #fff;
}
.woocommerce-product-excerpt {
    line-height: 16px;
    font-size: 13px;
}

li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item.cat-item-54 {
    grid-row: 1 !important;
    width: fit-content !important;
    margin-bottom: 1em !important;
}
.woocommerce div.product div.images {
    margin-bottom: 0em !important;
}
.elementor-slideshow__title {
    display: none;
}

li.elementor-sitemap-item.elementor-sitemap-item-product_cat.cat-item ul.children {
    display: grid !important;
}

@media screen and (max-width: 600px) {
	.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}