@media (max-width: 768px) {
            body.single-product {
                padding-bottom: max(92px, env(safe-area-inset-bottom) + 76px) !important;
            }

            body.single-product .gsr-product-sticky-bar {
                position: fixed !important;
                left: 50% !important;
                right: auto !important;
                bottom: max(10px, env(safe-area-inset-bottom)) !important;
                z-index: 9999 !important;
                display: grid !important;
                width: min(420px, calc(100vw - 20px)) !important;
                max-width: calc(100vw - 20px) !important;
                padding: 0 !important;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
                opacity: 1 !important;
                pointer-events: auto !important;
                transform: translateX(-50%) !important;
                transition: none !important;
            }

            body.single-product .gsr-product-sticky-bar .gsr-product-primary-cta--sticky {
                min-height: 48px !important;
                border-radius: 16px !important;
                box-shadow: 0 -8px 22px rgba(46, 32, 39, .16) !important;
            }
        }