.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ביטול אייקונים/תמונות בכפתורי WooCommerce */
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before,
.woocommerce #respond input#submit::before,
.elementor-button::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* כפתורי Elementor רגילים */
.elementor-button {
    background-color: #E7C1B2 !important;
    color: #FFFFFF !important;
    border-radius: 30px;
    padding: 14px 32px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.25s ease-in-out;
}

.elementor-button:hover {
    background-color: #BA9B5A !important;
    color: #FFFFFF !important;
}

/* כפתור הוספה לסל בעמוד חנות */
.woocommerce ul.products li.product .button {
    background-color: #E7C1B2 !important;
    color: #FFFFFF !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    transition: 0.25s;
}

.woocommerce ul.products

/* כפתור הוספה לסל בעמוד מוצר – דריסת כל המערכות */
.single-product .single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button,
.elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button,
.single_add_to_cart_button.button,
button.single_add_to_cart_button,
.single-product form.cart button,
.single-product .cart button,
.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .button {
    background-color: #E7C1B2 !important; /* ורוד מותג */
    color: #FFFFFF !important;
    border-radius: 30px !important;
    padding: 14px 32px !important;
    font-family: 'Heebo', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease-in-out !important;
}

/* HOVER */
.single-product .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce-page .single_add_to_cart_button:hover,
.elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.single-product form.cart button:hover,
.single-product .cart button:hover,
.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button:hover {
    background-color: #BA9B5A !important; /* זהב בהיר */
    color: #FFFFFF !important;
    box-shadow: none !important;
}

/* ביטול אייקונים שמתווספים אוטומטית */
.single_add_to_cart_button::before,
.single_add_to_cart_button::after {
    display: none !important;
    content: none !important;
}/* End custom CSS */