/* Preserve a single visible row before the recommendation carousel starts. */
.redan-recommendations-pending {display:flex !important;flex-wrap:nowrap !important;gap:15px;overflow:hidden;}
.redan-recommendations-pending > .product-item--slider {flex:0 0 calc((100% - 15px)/2);min-width:0;}
@media(min-width:768px){.redan-recommendations-pending{gap:20px;}.redan-recommendations-pending > .product-item--slider{flex-basis:calc((100% - 40px)/3);}}
@media(min-width:992px){.redan-recommendations-pending > .product-item--slider{flex-basis:calc((100% - 60px)/4);}}
@media(min-width:1440px){.redan-recommendations-pending > .product-item--slider{flex-basis:calc((100% - 80px)/5);}}
