@media (max-width: 768px) {
            body.single-product {
                overflow-x: hidden !important;
            }

            body.single-product main.wp-block-group,
            body.single-product .wp-block-columns.alignwide,
            body.single-product .wp-block-columns.alignwide > .wp-block-column,
            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,
            body.single-product .wp-block-post-title,
            body.single-product .gsr-product-summary-shell,
            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 {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            body.single-product .wp-block-columns.alignwide {
                width: min(100%, calc(100vw - 28px)) !important;
                max-width: 430px !important;
                justify-content: center !important;
                justify-items: center !important;
                align-items: center !important;
                gap: 16px !important;
            }

            body.single-product .wp-block-columns.alignwide > .wp-block-column {
                width: min(100%, 430px) !important;
                max-width: 430px !important;
                flex-basis: auto !important;
            }

            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,
            body.single-product .wp-block-post-title,
            body.single-product .gsr-product-summary-shell,
            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 {
                width: min(100%, 430px) !important;
                max-width: 430px !important;
            }

            body.single-product .woocommerce-product-gallery img,
            body.single-product .wp-post-image {
                display: block !important;
                width: 100% !important;
                height: auto !important;
                max-height: none !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            body.single-product .gsr-product-description-section,
            body.single-product .gsr-related-materials-section {
                width: min(100%, calc(100vw - 28px)) !important;
                max-width: 430px !important;
            }
        }