.vs-shop-proof-row .vs-icon,
.vs-shop-card-tags .vs-icon {
  width: 17px;
  height: 17px;
  color: var(--vs-tea);
}

.vs-shop-hero-product {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  color: #fffaf2;
  text-decoration: none;
}

.vs-shop-hero-product img,
.vs-product-sales-card > img,
.vs-shop-card-media img,
.vs-product-related-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-shop-hero-product::after,
.vs-product-sales-card::after,
.vs-shop-card-media::after,
.vs-product-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 27, .04), rgba(23, 32, 27, .78));
}

.vs-shop-hero-product > *:not(img),
.vs-product-sales-card > div,
.vs-shop-card-media span,
.vs-product-related-card span,
.vs-product-related-card strong,
.vs-product-related-card small {
  position: relative;
  z-index: 1;
}

.vs-shop-hero-badge,
.vs-shop-card-media span,
.vs-product-related-card span {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 250, 242, .92);
  color: var(--vs-brown);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-shop-hero-product strong {
  max-width: 420px;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.vs-shop-hero-product small {
  max-width: 420px;
  margin-top: 10px;
  color: rgba(255, 250, 242, .82);
  font-size: 16px;
  line-height: 1.42;
}

.vs-shop-section,
.vs-product-section {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.vs-shop-section-head,
.vs-product-section-head {
  max-width: 840px;
  margin-bottom: 22px;
}
