@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 {
                display: flex !important;
                flex-direction: column !important;
                width: min(100%, calc(100vw - 28px)) !important;
                max-width: calc(100vw - 28px) !important;
                justify-content: center !important;
                justify-items: center !important;
                align-items: center !important;
                gap: 10px !important;
            }

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

            body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
                order: 1 !important;
                display: flex !important;
                justify-content: center !important;
            }

            body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
                order: 2 !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 {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }

            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: 100% !important;
                max-width: 100% !important;
            }

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

            body.single-product .gsr-related-materials-section .wp-post-image,
            body.single-product .gsr-product-flow-continuation .wp-post-image,
            body.single-product .products .wp-post-image,
            body.single-product ul.products li.product img,
            body.single-product .wc-block-grid__product-image img,
            body.single-product .gsr-material-card img,
            body.single-product .gsr-materialien-shortcode img {
                max-height: none !important;
            }

            body.single-product.sale .wp-block-woocommerce-product-image-gallery {
                padding-top: 34px !important;
            }

            body.single-product .wp-block-woocommerce-product-image-gallery > .onsale {
                left: 50% !important;
                min-width: 78px !important;
                min-height: 42px !important;
                padding: 7px 10px !important;
                font-size: .68rem !important;
                transform: translateX(-50%) !important;
            }

            body.single-product .wp-block-woocommerce-product-image-gallery > .onsale small {
                font-size: .55rem !important;
            }

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

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

            body.single-product .gsr-product-info-tablist,
            body.single-product .gsr-product-info-panel,
            body.single-product .gsr-product-description-inner {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
        }