/* Listing product badges: keep stock/preorder/availability on its own row. */
#products .p-badges {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

#products .p-badges > .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 2.5px;
    vertical-align: middle;
}

#products .p-badges > .b-stock {
    display: table;
    width: auto;
    max-width: 100%;
    margin: 0 auto 5px;
    white-space: normal;
    text-align: center;
}

#products .p-badges > .product-miniature-language {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Homepage product sliders: keep stock/preorder/availability on its own row. */
body#index .elementor-widget-product-carousel .p-badges {
    display: block;
    text-align: center;
}

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

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

body#index .elementor-widget-product-carousel .p-badges > .product-miniature-language {
    margin-left: auto !important;
    margin-right: auto !important;
}
