.sf-offers-banner {
  margin: 12px 10px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sf-shadow);
}
.sf-offers-banner img {
  width: 100%;
  display: block;
  aspect-ratio: 1.73/1;
  object-fit: cover;
}
.sf-offer-note {
  margin: 9px 14px 0;
  font-size: 9px;
  color: #667085;
  line-height: 1.45;
  text-align: center;
}
.sf-list-product .sf-wishlist {
  position: static;
  box-shadow: none;
  border: 1px solid var(--sf-line);
  background: #fff;
}
.sf-list-product .sf-wishlist svg {
  width: 17px;
}
