.vs-shop-section h2,
.vs-product-section h2 {
  margin: 8px 0 10px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
}

.vs-shop-section p,
.vs-product-section p,
.vs-product-value-box p,
.vs-product-sales-card p {
  color: var(--vs-muted);
  line-height: 1.5;
}

.vs-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vs-shop-card {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(47, 39, 35, .08);
}

.vs-shop-card-media {
  position: relative;
  min-height: 300px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.vs-shop-card-media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.vs-shop-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.vs-shop-card h2 {
  margin: 0;
  color: var(--vs-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.04;
}

.vs-shop-card p {
  margin: 0;
}

.vs-shop-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.vs-shop-card-buy {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.vs-shop-card-buy strong {
  color: var(--vs-brown);
  font-size: 24px;
}

.vs-shop-card-buy .vs-button {
  text-align: center;
}
