/* Móvil ≤768px — sin scroll horizontal en home */
@media screen and (max-width: 768px) {
    html body.cms-home {
        overflow-x: hidden;
        max-width: 100%;
    }

    html body.cms-home .page-wrapper {
        padding-top: var(--sucre-header-offset, 188px);
    }

    html body.cms-home .page-wrapper,
    html body.cms-home .page-main,
    html body.cms-home .column.main {
        overflow-x: hidden;
        max-width: 100%;
    }

    html body.cms-home .page-header .store-dropdown-wrapper {
        max-width: 100%;
        overflow: hidden;
    }

    html body.cms-home .page-header .stores-dropdown-widget {
        max-width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 0.5rem 12px !important;
        gap: 6px !important;
        box-sizing: border-box;
    }

    html body.cms-home .page-header .stores-dropdown-widget .store.selected,
    html body.cms-home .page-header .stores-dropdown-widget .change-store-btn {
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    html body.cms-home #storeModal.store-location-modal {
        width: 100% !important;
        max-width: 100% !important;
    }

    html body.cms-home #main-banner-wrapper,
    html body.cms-home #servicios-beneficios-wrapper,
    html body.cms-home .product-slider.products-grid {
        max-width: 100%;
        overflow-x: hidden;
    }

    html body.cms-home #main-banner-wrapper img {
        max-width: 100%;
        height: auto;
    }

    html body.cms-home .product-slider.products-grid {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    html body.cms-home .product-slider.products-grid .carousel-inner.row {
        margin-left: 0;
        margin-right: 0;
    }

    html body.cms-home .product-slider.products-grid .carousel-control-prev {
        left: 0;
    }

    html body.cms-home .product-slider.products-grid .carousel-control-next {
        right: 0;
    }
}
