/* Add custom CSS styles below */ 
@media(max-width:768px){
  .s-products-list-vertical-cards {
    gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
}
}