.productBrandName--summaryListDesktop {
  text-decoration: none;
  font-weight: 500;
  color: #0067C7;
  font-size: .875rem;
}

.productBrandName--summaryListMobile {
  text-decoration: none;
  color: #0067C7;
  font-size: .875rem;
}

.imageElement--seller-image {
	width: 100px;
	height: auto !important;
}
@media screen and (max-width: 1025px) {
	.imageElement--seller-image {
		width: 60px;
		height: auto !important;
	}
}