.nameContainer--summaryListDesktop {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: start;
}

.nameContainer--summaryListMobile {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: start;
}

.brandName--summaryListMobile,
.brandName--summaryListDesktop {
  font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.container--listLayout {
  max-width: none !important;
}

.image--summaryListDesktop {
  width: 150px!important;
  max-width: none !important;
}

/*Grila*/
@media screen and (max-width: 1025px) {
  .image--summaryListDesktop {
    width: 100%!important;
    min-width: 50px; 
    height: auto !important; 
  }

  .nameContainer--summaryListDesktop {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

}
/*Grila*/