/* Home mobile carousels */
@media (max-width: 768px) {
    body.home ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 12px !important;
        padding: 0 12px 12px !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.home ul.products::-webkit-scrollbar {
        height: 0;
    }

    body.home ul.products li.product,
    body.home ul.products li.product.sa-home-mobile-scroll-product {
        flex: 0 0 62% !important;
        scroll-snap-align: start;
        width: auto !important;
        float: none !important;
        margin: 0 !important;
    }

    body.home .wc-block-grid__products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 12px !important;
        padding: 0 12px 12px !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.home .wc-block-grid__products::-webkit-scrollbar {
        height: 0;
    }

    body.home .wc-block-grid__product {
        flex: 0 0 85% !important;
        scroll-snap-align: start;
        max-width: none !important;
        margin: 0 !important;
    }

    body.home .wc-block-grid__product.sa-home-mobile-scroll-product {
        flex: 0 0 85% !important;
    }
}

/* Home mobile layout cleanup */
@media (max-width: 767px) {
    .elementor-224 .elementor-element.elementor-element-6f6d0648 > .elementor-element-populated {
        margin: 0;
    }
}
