@media (max-width: 760px) {
  .vs-shop-hero,
    .vs-product-sales-hero {
      padding-top: 18px;
      padding-bottom: 24px;
    }
  
  .vs-shop-hero-copy,
    .vs-product-sales-copy {
      padding: 20px 14px;
    }
  
  .vs-shop-hero h1,
    .vs-product-sales-hero h1 {
      font-size: 39px;
      line-height: .98;
    }
  
  .vs-shop-hero-product,
    .vs-product-sales-card {
      min-height: 390px;
    }
  
  .vs-shop-proof-row {
      gap: 7px;
    }
  
  .vs-shop-proof-row span,
    .vs-shop-card-tags span {
      padding: 7px 9px;
      font-size: 12px;
    }
  
  .vs-shop-card {
      grid-template-columns: 1fr;
    }
  
  .vs-shop-card-media {
      min-height: 260px;
      aspect-ratio: 16 / 10;
    }
  
  .vs-shop-card-body {
      padding: 16px;
    }
  
  .vs-shop-card h2 {
      font-size: 27px;
    }
  
  .vs-shop-card-buy {
      grid-template-columns: 1fr;
    }
  
  .vs-shop-card-buy strong {
      font-size: 27px;
    }
  
  .vs-shop-card-details {
      width: 100%;
      justify-content: center;
      min-height: 40px;
    }
  
  .vs-shop-guide-grid,
    .vs-product-delivery-grid,
    .vs-product-steps,
    .vs-product-related-grid,
    .vs-product-fit-cards {
      grid-template-columns: 1fr;
    }
  
  .vs-product-buy-row {
      display: grid;
      grid-template-columns: 1fr;
    }
  
  .vs-product-buy-row .vs-button,
    .vs-product-close-card .vs-button,
    .vs-product-action-card .vs-button {
      width: 100%;
      text-align: center;
    }
  
  .vs-product-sales-card > div {
      left: 12px;
      right: 12px;
      bottom: 12px;
      padding: 14px;
    }
}
