.c-recently-viewed-products .c-section-header {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .c-recently-viewed-products .product-list--carousel {
    --product-list-card-width: min(300px, 65%);
    gap: 16px;
  }
  .c-recently-viewed-products carousel-next-button,
  .c-recently-viewed-products carousel-prev-button {
    display: none;
  }
}
