.vs-product-action-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 8px;
  background: rgba(255, 250, 242, .08);
  padding: 18px;
}

.vs-product-action-card strong {
  color: #fffaf2;
  font-size: 34px;
  line-height: 1;
}

.vs-product-action-card span {
  color: rgba(255, 250, 242, .78);
}

.vs-product-faq {
  display: grid;
  gap: 10px;
}

.vs-product-faq details {
  padding: 18px 20px;
}

.vs-product-faq summary {
  color: var(--vs-brown);
  cursor: pointer;
  font-weight: 950;
}

.vs-product-faq p {
  margin: 10px 0 0;
}

.vs-product-related-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  padding: 18px;
  color: #fffaf2;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(47, 39, 35, .12);
}

.vs-product-related-card strong {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.04;
}

.vs-product-related-card small {
  margin-top: 8px;
  color: #e3c99d;
  font-size: 18px;
  font-weight: 950;
}

.vs-product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--vs-red);
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .vs-shop-hero,
  .vs-product-sales-hero,
  .vs-shop-guide,
  .vs-product-fit,
  .vs-product-close,
  .vs-product-action-strip {
    grid-template-columns: 1fr;
  }

  .vs-shop-grid {
    grid-template-columns: 1fr;
  }
}
