.recommended_product_slider_main .owl-carousel:not(.owl-loaded) {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.recommended_product_slider_main .owl-carousel:not(.owl-loaded) > .prod_details {
    display: flex !important;
    flex: 0 0 calc(25% - 8px);
    flex-direction: column;
    margin: 0 !important;
    max-width: calc(25% - 8px);
    min-width: 0;
    width: auto !important;
}

.recommended_product_slider_main .prod_details .alt_detail_section {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.recommended_product_slider_main .alt_prod_name {
    display: block;
    height: auto !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .recommended_product_slider_main .owl-carousel:not(.owl-loaded) {
        flex-wrap: wrap;
    }

    .recommended_product_slider_main .owl-carousel:not(.owl-loaded) > .prod_details {
        flex-basis: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

@media (max-width: 575.98px) {
    .recommended_product_slider_main .owl-carousel:not(.owl-loaded) > .prod_details {
        flex-basis: 100%;
        max-width: 100%;
    }
}
