/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.elementor-widget-woocommerce-checkout-page a {
    color: #E91A21 !important;
}
.elementor-widget-woocommerce-checkout-page a:hover {
    color: #E91A21 !important;
}
.elementor-kit-105 h3 {
    color: #000000 !important;
}
/* --- end layout --- */
.lnt-shop-left-menu .elementor-loop-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lnt-shop-left-menu .e-loop-item,
.lnt-shop-left-menu .e-loop-item a {
    display: block;
    width: 100%;
}

.lnt-shop-left-menu {
    position: sticky;
    top: 24px;
}

.elementor-button-text {
    display: inline-block;
    text-align: left;
}

.woocommerce ul.products li.product .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.woocommerce ul.products li.product .button::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    flex-shrink: 0;
    -webkit-mask-image: url("https://lenuovatermica.dev.netkom.it/wp-content/uploads/2026/03/shopping-cart-outline-svgrepo-com.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("https://lenuovatermica.dev.netkom.it/wp-content/uploads/2026/03/shopping-cart-outline-svgrepo-com.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

/* Soluzione precedente (WP-003): label sotto bottone, mantenuta come fallback. */
.lnt-loop-soldout-label {
    display: block;
    margin-top: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

