<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.productDetailPage .productColletion .gallery ul li.swiper-slide-active {
      border-radius: 6px;
      /* min-width: -webkit-max-content;
      min-width: -moz-max-content; */
      /* min-width: max-content; */
      background-color: #EF5423;
      color: #fff;
  }
  .productDetailPage .productColletion .gallery ul li {
    border-radius: 6px;
    background: #e6e6e6;
    margin-right: 15px;
    font-weight: 500;
    padding: 8px 20px;
    color: #202020;
    cursor: pointer;
    width: 150px;
  }
  .productDetailPage .productColletion .feature .gallery ul {
      overflow-x: unset;
  }
  .gallery {
    width: 100%;
    max-width: 620px;
    margin: 40px auto;
  }
  .gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
  }
  .gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .gallery-thumbs .swiper-slide {
    /* width: 100px; */
    height: auto;
    text-align: center;
    overflow: hidden;
  }
  .gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .voicePage.innerpages .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.voicePage.innerpages .details p.expanded {
    -webkit-line-clamp: unset; /* Show all lines when expanded */
    overflow: visible;
}
.voicePage.innerpages span.readers_readmore {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #EF5423;
    cursor: pointer;
}
.buttonList{
  justify-content: space-between;
}
.voiceSlider .slider p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.voiceSlider .slider p.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
.voiceSlider span.readers_readmore {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #EF5423;
  cursor: pointer;
}
.voiceSlider {
  display: block;
  height: auto;
  overflow: hidden;
}
.voiceSlider .swiper-container {
  height: auto !important;
}
.voiceSlider .swiper-slide {
  height: auto !important;
}
.videoSlide .swiper-slide img, .videoSlide .swiper-slide video {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
div#product-list-container .tab-content {
  display: none;
}
div#product-list-container .tab-content.current {
  display: block;
}
.modalVariants span.gray {
  cursor: pointer;
}
.row.radioInput {
  flex-direction: row;
}
.productPurpose .col-12 {
  width: 100%;
}
.row.radioInput .col-3 {
  width: max-content;
}
</pre></body></html>