.elementor-5469 .elementor-element.elementor-element-53b8736{--display:flex;--background-transition:0.3s;--margin-top:90px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for wc-elements, class: .elementor-element-d292296 */@media (max-width: 1024px) {
    /* 1) DUŻE obrazki tylko na głównej stronie koszyka */
    body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
        transform: scale(2.5) !important;
        width: 250px !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Wycentrowanie w głównym koszyku */
    body.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 30px !important;
    }

    body.woocommerce-cart .woocommerce-cart-form .product {
        text-align: center !important;
        padding-bottom: 20px !important;
    }

    /* 2) RESET obrazków we wszystkich innych miejscach (popup itp.) */
    body:not(.woocommerce-cart) .product-thumbnail img {
        transform: none !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }
}/* End custom CSS */