div[id*='top-rated-products'] {
  min-height: 474px;
  padding: 0 !important;
  background: #fef4e4;
  background: -webkit-linear-gradient(legacy-direction(to right), #fef4e4 0%, #fcebd0 50%, #fef4e4 100%);
  background: -webkit-linear-gradient(left, #fef4e4 0%, #fcebd0 50%, #fef4e4 100%);
  background: linear-gradient(to right, #fef4e4 0%, #fcebd0 50%, #fef4e4 100%);
  border: 3px solid #ffd493;
}

div[id*='top-rated-products'] .heading {
  margin: 0;
  text-transform: uppercase;
  color: #aa000d;
  font-size: 1.5rem;
}

.top-rated-products ul li {
  margin: 10px;
  padding: 11px;
  border-top: 1px solid #f7c036;
  letter-spacing: normal;
}

.top-rated-products ul li:first-child {
  padding-top: 15px;
  margin-top: 0;
}

.top-rated-products ul li:last-child {
  margin: 10px;
  padding: 10px;
}

.top-rated-products ul li .product-snippet .product-name {
  margin: 0 0 5px 0;
}

@media (min-width: 768px) {
  .top-rated-products ul li .product-snippet .product-image {
    width: 37%;
    margin: 0 20px 0 0;
  }
  .top-rated-products ul li .product-snippet .product-name {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .top-rated-products ul li .product-snippet .star-rating .rating {
    font-size: 1rem;
  }
}
