/** Shopify CDN: Minification failed

Line 367:38 Expected ":"
Line 417:2 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.pro-description ul li:before {
    content: ""!important;
    background-image: url(/cdn/shop/files/2.svg?v=1725044636)!important;
    position: absolute!important;
    width: 20px!important;
    height: 20px!important;
    display: block!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    left: -26px;
    top: 0px;
    background-size: 16px;
}
  .multiple-items {
    display: flex;
}
  .main-product-slider .slick-slide .loox-rating-content span.loox-rating-label {
    color: #7a7a7a;
}
  /* .main-product-slider .product-card-main a:hover img.product-img.showImg {
    display: none;
}
  .main-product-slider .product-card-main a:hover img.hover-img.showImg {
    display: block;
}
.main-product-slider .product-card-main a  img.hover-img.showImg {
    display: none;
} */
  .slider-item{
    height: inherit !important;
    flex: 1;
  }
  .main-product-slider .container.product-slider {
    max-width: 100%;
}
   .multiple-items .slick-track {
    display: flex!important; 
    /* width: 100% !important; */
    padding: 0 50px;
} 
  .main-product-slider {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .product-slider .slick-slider {
    margin-bottom: 0px !important;
  }
  .main-product-slider p {
     margin: 0px;
  }
  .heading-top {
    text-align: center;
    margin-bottom: 40px;
}
  .product-item-main-slide {
    background-color: #ffffff;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .product-card-main {
    height: 100%;
  }
.image-top {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
  .image-content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
  }
  .pro-description {
    text-align: left;
    flex-grow: 1;
    margin-top: 5px;
}
  .description-top-text p {
    padding: 10px 0;
  }
.pro-description ul li {
    margin-bottom: 5px;
    font-size: 12px;
    color: #7a7a7a;
    position: relative;
    list-style: none!important;
    line-height: normal;
}
  .afford {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #2         12529;
    opacity: .7;
    letter-spacing: 0;
    list-style: none;
    row-gap: 7px;
  }
  .item-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    position: relative;
  }
  p.price-text {
    color: #232323;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    font-family: Inter, sans-serif;
    text-align: left;
  }
  .price {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .price p {
    font-size: 28px !important;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #0e91d2;
    font-weight: 700;
    font-family: Inter, sans-serif;
  }
  .item-compare-price {
    color: #212529b3;
    text-decoration: line-through;
    font-weight: 400;
    margin-top: 10px;
}
  .btn-shop {
    border: 1px solid #2296f4;
    color: #fff;
    background: #2296f4;
    transition: all ease .3s;
    padding: 10px 20px;
    border-radius: 16px !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    font-family: Inter, sans-serif;
  }
  .btn-shop a {
    text-decoration: none;
    color: #fff;
    display: block;
   }
  .btn-shop:hover {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
  }
  .afford img {
    width: 12px;
    height: 12px;
  }
  .tick-text {
    display: flex;
    align-items: center;
    gap: 5px;
  }
   .heading-top h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    margin: 0px;
  }
  .heading-top h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}
  
/* start css for slick */
  
  .main-product-slider .slick-prev:before, .main-product-slider .slick-next:before {
    color: #2296f4;
  }
  .main-product-slider .slick-slide {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #0000001a;
    margin: 10px;
}
    
  .main-product-slider .custom-next {
    right: 40px; 
  }
  .main-product-slider .custom-prev, .main-product-slider .custom-next {
    border: none;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .main-product-slider .custom-prev svg, .main-product-slider .custom-next svg {
    width: 18px;
    height: 18px;
    fill: #000; 
  }
  .main-product-slider .custom-prev {
    left: 50px;
  }
  .main-product-slider .custom-prev.slick-arrow.slick-disabled, .main-product-slider .custom-next.slick-arrow.slick-disabled {
    opacity: 0;
  }
  .main-product-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    bottom: 0px !important;
  }
  .main-product-slider .slick-dots li{
    height: unset;
  }
  .main-product-slider .slick-dots li button {
    border: none;
    background: none;
    display: block;
    width: 25px; 
    height: 3px; 
    background-color: #ccc;
    padding: 0;
    cursor: pointer;
  }
  .main-product-slider .slick-dots li.slick-active button {
    background-color: #0e91d2; 
  }
  .main-product-slider .slick-dots li button:before {
    content: none; 
  }
  .main-product-slider .slick-list {
    padding-bottom: 30px !important;
  }
.item-buttons a.m-button {
    background-color: #0e91d2 !important;
    padding: 10px;
    text-transform: uppercase !important;
    border: 0 !important;
    font-size: 14px !important;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
  .product-item-main-slide .product-card-main a {
    text-decoration: none;
}
  .main-product-slider .product-item-main-slide .price_main .price {
    display: block;
}
/* end css for slick */
.main-product-slider .product-img {
  transition: opacity 0.3s ease-in-out;
}

.main-product-slider .hover-img {
  position: absolute; /* Stack it on top of the product-img */
  top: 0;
  left: 0;
  opacity: 0; /* Hide hover image initially */
  transition: opacity 0.3s ease-in-out;
}

.main-product-slider a:hover .product-img {
  opacity: 0; /* Hide the default image on hover */
}

.main-product-slider a:hover .hover-img {
  opacity: 1; /* Show the hover image */
}

.main-product-slider a {
    position: relative;
    /* display: inline-block; */
    /* min-height: 340px; */
}
.image-content-wrapper .img-section {
    min-height: 150px;
}
.price-with-compare {
    display: flex;
    gap: 5px;
    align-items: center;
}
  @media (max-width: 600px) {
    .product-item-main-slide {
        /* margin-right: 20px; */
    }
    .prod-mySlider {
      padding-left: 1%;
    }
    .slider-item{
      padding: 10px !important;
    }
    .price p {
    font-size: 22px !important;
}
  }

  @media (max-width: 1400px) {
    .slick-track {
      transform: translateX(-10%); /* Adjust the slide width to show 2 full slides and part of the third */
    }
  }
  @media (max-width: 1320px) {
  .multiple-items .slick-track {
    display: block !important;
    padding: 0 !important;
}
  }
    @media (min-width: 1320px) {
    .multiple-items .slick-track {
    width: 90% !important;
}
      .sauna-systems.main-product-slider .multiple-items .slick-track {
    width: 60%!important;
}
      .main-product-slider .slick-dots {
    display: none !important;
}
       .product-card-main .img-section {
    min-height: 340px;
  }
  }
    .pro_title {
      font-size: 24px;
      line-height: 31px;
      text-align: left;
      margin: 0;
      padding: 0;
      color: #121212;
      font-family: Inter, sans-serif;x
      letter-spacing: 0;
      font-weight: 700;
    }
 .item-buttons .price_main p.strt {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
  .trust-bbb-logo img.lazyShow {
    max-width: 300px;
}
  @media (max-width: 991px) {
    .pro_title {
      font-size: 20px;
      line-height: 28px;
    }
    .heading-top h1 {
      font-size: 25px;
      line-height: normal;
    }
  }
  @media (max-width: 480px) {
    .products-carousel .line-up-item .item__content h4, .pro_title {
        font-size: 18px;
        line-height: 24px;
    }
    .main-product-slider a:hover .product-img {
    opacity: 1;
}
    /* .main-product-slider .slick-slide {
    width: 280px !important;
}
    .main-product-slider .slick-slide:nth-child(2) {
    margin-left: 80px !important;
} */
.product-item-main-slide {
    height: 100%;
    /* min-height: 810px; */
    display: block;
}
  .cold-plunge.main-product-slider .image-top {
    /* gap: 20px; */
}
   .water-chiller.main-product-slider .image-top {
    /* min-height: 580px; */
}
.image-content-wrapper .img-section {
    width: 85%;
    margin: 0 auto;
} {
    width: 60%;
    margin: 0 auto;
}
    .sauna-systems.main-product-slider .image-top {
    min-height: 540px;
}
    .pro-description ul li {
    line-height: 15px;
}
  }