/* Mobile badge layout: stock/availability first, product info badges below. */
@media (max-width: 767px) {
    body#index .elementor-widget-product-carousel .p-badges,
    body#product .product-slider-wrapper .p-badges,
    #products .p-badges {
        display: block !important;
        text-align: center !important;
        flex-wrap: unset !important;
        gap: 0 !important;
        width: 100% !important;
    }

    body#index .elementor-widget-product-carousel .p-badges > .badge,
    body#product .product-slider-wrapper .p-badges > .badge,
    #products .p-badges > .badge {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 2px 2.5px !important;
        vertical-align: middle !important;
    }

    body#index .elementor-widget-product-carousel .p-badges > .b-stock,
    body#product .product-slider-wrapper .p-badges > .b-stock,
    #products .p-badges > .b-stock {
        display: table !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto 6px !important;
        white-space: normal !important;
        text-align: center !important;
    }

    body#index .elementor-widget-product-carousel .p-badges > .product-miniature-language,
    body#product .product-slider-wrapper .p-badges > .product-miniature-language,
    #products .p-badges > .product-miniature-language {
        display: block !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    body#product .product-badges-capsule {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }

    body#product .product-badges-capsule > .product-badge-pill {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 6px 6px !important;
        vertical-align: middle !important;
    }

    body#product .product-badges-capsule > .product-badge-pill.stock {
        display: table !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto 8px !important;
        white-space: normal !important;
        text-align: center !important;
    }
}
