Products recommendations row on mobile view

Hi

Someone can help me to have 2 products per rom in stand of one, on the product page, on products recommendation, MOBILE View

Thanks

https://www.waterlys.com/collections/les-originales/products/500ml-stainless-steel-double-wall-insulated-thermos-cup-vacuum-flask-coffee-mug-travel-drink-bottle-thermocup

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss

@media screen and (max-width: 768px){
.product-recommendations .cont-scale.grid__item.grid-product.one-whole.medium--one-half.large--one-quarter {
    width: 50% !important;
}
}

You’re phenomenal :slightly_smiling_face:

Thanks again