
/* V150 - Related products: always 4 columns on desktop */
@media(min-width:1051px){
  .v120-product-page .v120-related-grid{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    justify-content:stretch!important;
    align-items:stretch!important;
  }

  .v120-product-page .v120-related-grid>.v117-product-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}

@media(min-width:761px) and (max-width:1050px){
  .v120-product-page .v120-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .v120-product-page .v120-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
