/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 115:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }

  .video-product-carousel-wrapper {
    position: relative;
  }

  .video-product-carousel {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
  }

  .video-product-card {
    flex: 0 0 25%;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .video-container video,
  .video-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .video-description {
    padding: 10px 14px;
  }

  .video-description h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1.3;
  }

  .video-description h3 a {
       color: #647837;
    font-family: 'Montserrat';
  }

  .stars {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .price {
 font-size: 16px;
    font-weight: 600;
    font-family: monospace;
  }

  .price del {
    color: #888;
    font-weight: normal;
    margin-left: 5px;
  }

  .best-buy {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
    font-family: 'Montserrat';
  }

  .best-buy span {
    color: #d0021b;
    font-weight: 600;
  }

  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: white;
    padding: 32px 10px;
    cursor: pointer;
    z-index: 9;
    font-size: 20px;
  }

  .carousel-arrow.left { left: 0; }
  .carousel-arrow.right { right: 0; }

  @media (max-width: 1024px) {
    .video-product-card {
      flex: 0 0 50%;
    }
  }

  @media (max-width: 768px) {
    .video-product-card {
      flex: 0 0 100%;
    }
  }
</style>