body.single-product main.wp-block-group {
            padding-top: clamp(10px, 2vw, 24px) !important;
        }
        body.single-product .wp-block-columns.alignwide {
            width: min(1180px, calc(100% - 48px)) !important;
            max-width: 1180px !important;
            margin-inline: auto !important;
            align-items: start !important;
            gap: clamp(28px, 4vw, 56px) !important;
        }
        body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child {
            flex-basis: min(42%, 450px) !important;
        }
        body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
            flex-basis: 1fr !important;
        }
        body.single-product .wp-block-post-title {
            max-width: 720px !important;
            margin-bottom: 16px !important;
            color: #3f3131 !important;
            font-size: clamp(1.8rem, 1.25rem + 1.4vw, 2.55rem) !important;
            line-height: 1.12 !important;
            letter-spacing: 0 !important;
        }
        body.single-product .wp-block-woocommerce-product-image-gallery,
        body.single-product .woocommerce-product-gallery {
            width: min(100%, 450px) !important;
            margin-inline: auto !important;
        }
        body.single-product .woocommerce-product-gallery__wrapper,
        body.single-product .woocommerce-product-gallery__image,
        body.single-product .woocommerce-product-gallery__image a {
            border-radius: 22px !important;
            overflow: hidden !important;
            background: #fffaf6 !important;
        }
        body.single-product .woocommerce-product-gallery img.wp-post-image {
            display: block !important;
            width: 100% !important;
            height: auto !important;
            object-fit: contain !important;
            background: #fffaf6 !important;
        }
        body.single-product .gsr-product-summary-shell {
            max-width: 720px !important;
            gap: 12px !important;
        }
        body.single-product .gsr-product-meta-grid {
            gap: 10px !important;
        }
        body.single-product .gsr-product-meta-card {
            min-height: 88px !important;
            padding: 12px 13px !important;
            border-radius: 16px !important;
        }
        body.single-product .gsr-product-teaser-shell {
            padding: 13px 15px !important;
            border-radius: 16px !important;
        }
        body.single-product .gsr-product-teaser {
            -webkit-line-clamp: 4 !important;
            line-clamp: 4 !important;
        }
        body.single-product .gsr-product-trust-row {
            gap: 8px !important;
        }
        body.single-product .gsr-product-trust-pill {
            min-height: 40px !important;
            padding: 8px 10px !important;
            font-size: .88rem !important;
        }
        body.single-product .gsr-product-description-section,
        body.single-product .gsr-related-materials-section {
            width: min(1180px, calc(100% - 48px)) !important;
            max-width: 1180px !important;
        }
        @media (max-width: 900px) {
            body.single-product .wp-block-columns.alignwide {
                width: min(100%, calc(100% - 28px)) !important;
                gap: 18px !important;
            }
            body.single-product .wp-block-columns.alignwide > .wp-block-column:first-child,
            body.single-product .wp-block-columns.alignwide > .wp-block-column:last-child {
                flex-basis: 100% !important;
            }
            body.single-product .wp-block-woocommerce-product-image-gallery,
            body.single-product .woocommerce-product-gallery,
            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;
                margin-inline: auto !important;
            }
            body.single-product .wp-block-post-title {
                font-size: clamp(1.45rem, 1.15rem + 1vw, 1.8rem) !important;
                text-align: center !important;
            }
        }