.s-block--bundle-product-details-showcase * {
    background-color: transparent !important;
}

.s-block--bundle-product-details-showcase {
    background-color: #f2f2f2 !important;
}
@media (max-width: 768px) {

    /* نقفل أي overflow من الشمال */
    body {
        overflow-x: hidden !important;
    }

    /* السيكشن نفسه */
    .s-block--bundle-product-details-showcase {
        padding: 0 !important;
    }

    /* الأب اللي ماسك الزرار */
    .s-block--bundle-product-details-showcase .content-side {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        padding: 0 16px !important;
    }

    /* لف الزرار داخل مساحة محددة */
    .s-block--bundle-product-details-showcase .cta-button {
        width: 100% !important;          /* يفضل 100% */
        max-width: 200px !important;     /* هنا التحكم الحقيقي */
        margin: 15px auto !important;
        display: block !important;
        text-align: center;
        box-sizing: border-box;
    }

}