/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 23:0 Unexpected "<"

**/
<style>
  /* Smooth scrolling for carousel */
  .product-grid,
  .collection-slider {
    scroll-behavior: smooth !important;
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Thin black borders around product cards */
  .product-card,
  .card-wrapper,
  .card {
    border: 1px solid #000000;
    box-sizing: border-box;
  }
</style>

