/** Shopify CDN: Minification failed

Line 88:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.swiper-container {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}

/* DESKTOP Swiper Arrows */
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 40%;
  }

  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right:0;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px;
    font-weight: 700;
    color: black;
  }
}

/* MOBILE Swiper Arrows */
@media (max-width: 767px) {
  .section-product-v3 .container {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100% !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background: white;
    color: black;
    
    width: 25px;
    height: 27px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    top: 40%;
    z-index: 10;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px;
    color: black;
    font-weight: bold;
   
  }

  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }

  .des-font a {
  font-size: 16px;
}
}