/** Shopify CDN: Minification failed

Line 99:16 Unexpected "{"
Line 99:24 Expected ":"
Line 128:17 Unexpected "{"
Line 128:25 Expected ":"
Line 230:22 Unexpected "{"
Line 230:31 Expected ":"
Line 230:38 Unexpected "{"
Line 231:33 Expected identifier but found whitespace
Line 231:35 Unexpected "{"
Line 231:44 Expected ":"
... and 12 more hidden warnings

**/
.slider_container {
     display: block;
    margin: var(--vertical-breather) 0;
}

.swiper-pagination-v1 {
  display:none;
}
  .container_products .section-header{
    margin-bottom:20px;
  }

button.product-item_cta.button.button--primary {
    width: 100%;
}

 .section-header h2{
 font-family: 'Poppins-Bold', sans-serif;
   font-size:24px;
  margin: 0px;
  }
   .section-header a{
  font-weight: 600;
  font-family: "Poppins-SemiBold";
   font-size:14px;
    text-decoration: underline;
  }

  .section-header{
    display:flex;
    justify-content:space-between;
    padding-right:15px;
    align-items:center;
  }
  
  .arrows{
    display:flex;
    justify-content:space-between;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    top: 250px;
    padding:0px 20px;
    
  }

  .swiper-button-next-v1 {
    position: relative !important;
         background-image:var( --slider-next-image)!important;
      background-size:100% auto;
       background-position:center;
       background-repeat:no-repeat;
         right:-60px !important;

  }
   .swiper-button-prev-v1{
      position: relative !important;
      background-image:var(--slider-prev-image)!important;
      background-size:100% auto;
       background-position:center;
       background-repeat:no-repeat;
    left:-60px !important;
}
     
  .swiper-button-next-v1::after{
    display:none ;
  }
    .swiper-button-prev-v1::after{
    display:none;
  }
  
  .image-box{
    max-width:100%;
    height:100% !important;
  }

  .slider_container .container_products{

    padding: 0 70px;
    max-width: 1600px;
    margin: 0 auto;
    
  }
  .card_slider-{{section.id}} .swiper-pagination-v1{
     position:relative !important;
     padding-top:20px;
     display:none !important;
  }


    .swiper-pagination-bullet{
    background-color: black !important;
}

  .image-box .product-item {
    height: 100%;
 }
    .swiper-slide-v1{
    height:auto !important; /* to make it take full height*/ 
  }
  .loader-button__text {
    font-size: 10px;
    font-family: 'Poppins-Bold', sans-serif;
}


@media (max-width: 768px) {
   .swiper-pagination-v1 {
    display: block !important;
     position: relative !important;
     margin-top:20px;
  }
   .card_slider-{{section.id}} .swiper-slider-v1{
      max-width:250px!important;
    }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
    .container_products .section-header{
    margin-bottom:20px;
  }

  span.price {
    font-size: 14px;
  }

  .rating__caption {
    font-size: 10px;
  }

  .slider_container .container_products {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }

  /* .product-item__image-wrapper {
    height: 236px;
    margin-bottom: 10px;
  } */

  .aspect-ratio--square img,
  .aspect-ratio--short img,
  .aspect-ratio--tall img {
    object-fit: cover;
  }

  a.product-item-meta__title {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .product-item__info--with-button {
    margin-top: 10px;
  }

  span.variant-title {
    font-size: 12px;
  }

  .color-swatch-list--mini .color-swatch__item {
    width: 14.5px;
    height: 14.5px;
  }

  .swiper-button-next-v1 {
    display: none !important;
  }

  .swiper-button-prev-v1 {
    display: none !important;
  }

  .swiper-pagination-v1 {
    text-align: left !important;
  }


.section-header {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
    margin-bottom:15px;
}
.section-header a {
    font-size: 10px;

}
.review-price{
  margin-top:10px;
}
}


    @media screen and (min-width: 768px) and (max-width: 971px) {
    span.price {
    font-size: 15px;
    }
    .rating__caption {
     line-height: 1.5;
      font-size:8px;
          }
         span.variant-title {
    font-size: 12px;
}
    .section-header h2 {
    font-size: 15px;
}

}
  
  @media screen and (min-width: 741px) {
    #shopify-section-{{ section.id }} {
      --section-products-per-row: {{ section.settings.products_per_row | at_most: 3 }};
    }
    
  }

  @media screen and (min-width: 1000px) {
    #shopify-section-{{ section.id }} {
      --section-products-per-row: {{ section.settings.products_per_row | at_most: 4 }};
    }
  }

  @media screen and (min-width: 1200px) {
    #shopify-section-{{ section.id }} {
      --section-products-per-row: {{ section.settings.products_per_row }};
    }
  }

  [reveal] {
    opacity: 1;
}