@media (max-width: 768px) {
            body.single-product .wp-block-columns.alignwide {
                width: calc(100vw - 12px) !important;
                max-width: calc(100vw - 12px) !important;
                margin-left: auto !important;
                margin-right: auto !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                gap: 10px !important;
            }

            body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child,
            body.single-product .wp-block-woocommerce-product-image-gallery,
            body.single-product .woocommerce-product-gallery,
            body.single-product .woocommerce-product-gallery__wrapper,
            body.single-product .woocommerce-product-gallery__image,
            body.single-product .woocommerce-product-gallery__image a {
                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
                box-sizing: border-box !important;
            }

            body.single-product .woocommerce-product-gallery img.wp-post-image,
            body.single-product .woocommerce-product-gallery__image img,
            body.single-product img.wp-post-image {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                max-height: none !important;
                height: auto !important;
                object-fit: contain !important;
            }

            body.single-product .wp-block-post-title,
            body.single-product .gsr-product-summary-shell,
            body.single-product .gsr-product-info-tabs,
            body.single-product .gsr-product-meta-grid,
            body.single-product .gsr-product-teaser-shell,
            body.single-product .gsr-product-cta-row,
            body.single-product .gsr-product-trust-row,
            body.single-product .gsr-product-description-section,
            body.single-product .gsr-related-materials-section {
                width: calc(100vw - 28px) !important;
                max-width: calc(100vw - 28px) !important;
                box-sizing: border-box !important;
            }
        }