/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Unexpected "{"
Line 11:3 Expected identifier but found "'influencer-video-slider.css'"

**/


/* CSS from section stylesheet tags */
{{ 'influencer-video-slider.css' | asset_url | stylesheet_tag }}
.fixed-parallax-wrapper {
        background: white;
        display: flex;
        /* max-width: 1500px; */
        /* margin: var(--indexSectionPadding, 60px) auto; */
        padding: 40px 20px;
        gap: 32px;
      }

      .fixed-image {
        flex: 0 0 725px;
        position: sticky;
        top: 100px;
      }

      .fixed-image img {
            width: 100%;
            height: 725px;
            border-radius: 12px;
            object-fit: contain;
        }

     @media (min-width: 769px) {

      .scroll-products {
        flex: 1;
        height: 715px;
        overflow-y: scroll;
      }
    }
      .products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
      }

      .product-item {
        text-align: left;
      }

      .product-image img {
        width: 100%;
        max-width: 350px;
        height: 350px;
        object-fit: cover;
        border-radius: 8px;
        margin: 0 auto;
      }

      .product-title {
        font-size: 15px;
          font-weight: 500;
          margin-bottom: 6px;
          text-transform: capitalize;
          letter-spacing: 0.5px;
        color: black;
      }
    .product-item a {
        text-decoration: none;
    }
    p.product-price
   {
      margin: 4px;
  }
      .product-price {
        font-size: 15px;
          font-weight: 500;
          margin-bottom: 6px;
          /* text-transform: uppercase; */
          letter-spacing: 0.5px;
        color: black;
      }

       .Rsale-price {
        color: #333;
        font-weight: bold;
        margin-right: 5px;
      }

      .Rregular-price {
        font-size: 0.9em;
        color: #888;
        margin-right: 5px;
      }

      .Rsale-tag {
        background: #000000;
        color: #fff !important;
        font-size: 0.8em;
        padding: 2px 6px;
        border-radius: 4px;
      }

      @media (max-width: 768px) 
      {
        .fixed-image {
          /* flex: 0 0 725px; */
          position: static;
          /* top: 100px; */
      }
        .fixed-image img {
            height: auto;
        }
        .scroll-products
        {
           /* height: 530px; */
        }
      .fixed-parallax-wrapper
       {
          display: block;
          /* max-width: 1500px; */
          /* margin: var(--indexSectionPadding, 60px) auto; */
          padding: 40px 20px;
          gap: 32px;
      }
        .product-image img {
          height: auto;
        }
        .product-title {
          font-size: 12px;
        }
      }