.elementor-kit-8{--e-global-color-primary:#0a472e;--e-global-color-secondary:#0a472e;--e-global-color-text:#555555;--e-global-color-accent:#000000;}.elementor-kit-8 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Ukrywa przycisk Dodaj do koszyka na stronie produktu */
.single-product .single_add_to_cart_button {
    display: none !important;
}

/* Ukrywa przycisk Dodaj do koszyka w listingu produktów (sklepie) */
.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Ukrywa pole ilości w produktach */
.quantity, 
input.qty, 
.woocommerce .quantity { 
    display: none !important; 
}

/* Ukryj ikonę koszyka w nagłówku tylko w widoku mobilnym */
@media (max-width: 768px) {
    .site-header .header-cart {
        display: none !important;
    }
}/* End custom CSS */