/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2025 | 19:50:16 */
/* FIX PRINCIPAL PARA TT4 + WooCommerce Blocks – SOLO EN LA PÁGINA DEL CARRITO */
body.woocommerce-cart {

    @media (max-width: 970px) {

        .wp-block-group.has-global-padding.is-layout-constrained {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            padding-left: 1rem !important;
            padding-right: 1rem !important;
            box-sizing: border-box !important;
        }

        .wc-block-cart,
        .wc-block-components-sidebar-layout {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
        }

        .wc-block-components-sidebar {
            width: 100% !important;
            margin-top: 20px !important;
        }

        .wc-block-cart-item__image img {
            max-width: 120px !important;
            height: auto !important;
        }

        .wc-block-cart-items,
        .wc-block-cart-items__row,
        .wc-block-cart-item__product,
        .wc-block-cart-item__total {
            display: block !important;
            width: 100% !important;
        }

        .wc-block-components-panel__button {
            white-space: nowrap !important;
            width: 100% !important;
            display: flex !important;
            align-items: center !important;
        }
    }
}
