.vs-shop-card-details {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  color: var(--vs-red);
  font-weight: 900;
  text-decoration: none;
}

.vs-shop-card-details .vs-icon {
  width: 16px;
  height: 16px;
}

.vs-shop-guide {
  display: grid;
  grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
  gap: 18px;
}

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

.vs-shop-guide-grid > div {
  padding: 18px;
}

.vs-shop-guide-grid strong {
  display: block;
  color: var(--vs-brown);
  font-size: 18px;
}

.vs-product-notices {
  padding-top: 16px;
}

.vs-product-sales-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fffaf2;
}

.vs-product-sales-card > div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 8px;
  background: rgba(17, 24, 20, .78);
  padding: 18px;
  backdrop-filter: blur(16px);
}

.vs-product-sales-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e3c99d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-product-sales-card strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.vs-product-sales-card p {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, .82);
}

.vs-product-value-box {
  max-width: 640px;
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(227, 201, 157, .2), rgba(255, 253, 247, .9));
}
