/** Shopify CDN: Minification failed

Line 15:4 Unexpected "}"

**/

      #appTopSellingSlider {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
       margin:0;
      }

    }
     #shopify-section-top-scotches{
       background-color:#fff;
     }
  #shopify-section-top-scotches{
    margin:80px 0 0 0;
  }


    .swiper-carousel {
      padding-bottom: 32px;
      max-width: 1200px;
      background-color: #fffcf5;
    }
    .swiper-carousel .swiper-slide {
      width: 520px;
      height: 380px;
      border-radius: 8px;
      background: #18212b;
      max-width: calc(100% - 48px);
    }
    .swiper-carousel .swiper-carousel-animate-opacity {
      height: 100%;
    }
    .swiper-carousel .swiper-pagination-bullets {
      bottom: 0;
    }
    .swiper-carousel img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 8px;
    }
    .swiper-carousel .slide-content {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      padding: 88px 16px 24px;
      box-sizing: border-box;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
      border-radius: 0 0 8px 8px;
    }
    .swiper-carousel .slide-content h2 {
      margin: 0;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.1;
      color:#fff;
      display:flex;
      justify-content:center;
    }
    .swiper-carousel .slide-content p {
      margin: 8px 0 0;
      opacity: 0.65;
      font-size: 14px;
      font-weight: 500;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }

    .swiper-carousel {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
  }
  .swiper-carousel .swiper-slide,
  .swiper-carousel swiper-slide {
    position: relative;
  }


     @media (max-width: 749px){
      .swiper-carousel .swiper-button-next,
    .swiper-carousel .swiper-button-prev {
        display: none !important;
      }

      #shopify-section-vsliquor-picks{
        margin:0 0 85px 0;
      }
     
    }
