<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.okright-a {
  width: 35px;
  height: 35px;
}
.brand-new1 {
  color: red;
  font-weight: 800;
  font-size: 30px;
}
p.brandnew-text {
  color: #525252;
}
.custom-saunaprice {
  color: red;
  font-size: 20px;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.feature-commerical h3 {
  font-size: 35px;
}
.feature-commerical .feaute-disc {
  width: 60%;
  margin: auto;
  color: #525252;
}
.carousel-indicators button.thumbnail {
  width: 70px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
  height: 70px;
}
.carousel-indicators button.thumbnail img {
  border: 2px solid #E5E3D9;
  border-radius: 6px;
}
.feature-images{
  width: 85%;
  margin: auto;
  display: flex;
  margin-top: 25px;
}
.feature-disc{
  width: 85%;
  margin: auto;
  padding-top: 10px;
  color: #525252;
}
.productsp-disc{
  width: 85%;
  margin: auto;
  color: #525252;
}
.productpro-images{
  width: 25%;
  display: flex;
  margin: auto;
}
.arrow-nxt {
  background-color: #acde31;
  border-radius: 50%;
  color: black;
  padding: 5px 10px;
}
.selct-modle-a{
  border: 2px solid #E5E3D9;
}
.model-name{
 font-size: 20px;
}
.compare-name{
 font-size: 14px;
}
.sidefeature-images{
  display: flex;
  margin: auto;
  margin-left: 12px;
}
.stars-abs {
  color: #B2E23D;
}
.modle-info{
  font-size: 12px;
  margin-bottom: 5px;
}
.modle-buybtn{
  width: 40%;
}
h5.modle-heada {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
span.modle-headb {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
span.modle-headb span{
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
}
.container-q {
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
}
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper .arrow-l-r {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper .arrow-l-r:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper .arrow-l-r:first-child{
  left: -60px;
}
.wrapper .arrow-l-r:last-child{
  right: -60px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 33px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  /* height: 342px; */
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: none;
  margin-top: 20px;
}
.card {
    border: none;
}
.card-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.start-i {
    color: #FECA12;
    font-size: 14px;
    padding-right: 4px;
}
.card-sub-d {
    border-top: 2px solid #656565;
    padding-top: 10px;
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
@media screen and (min-width: 992px) {
  .carousel {
    /* max-width: 70%; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .brand-new1 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .brandnew-text {
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
  }
  .feature-commerical .feaute-disc {
      width: 100%;
  }
  .feature-images {
    width: 100%;
  }
  .carousel-control-next, .carousel-control-prev {
    height: 80%;
  }
  .carousel-indicators {
    width: 100%;
  }
  .carousel-indicators {
    margin-left: 0px;
    margin-right: 0px;
  }
  .feature-disc {
    width: 100%;
    font-size: 14px;
  }
  .productsp-disc {
    font-size: 14px;
  }
  .feature-commerical h3 {
    font-size: 25px;
  }
}
</pre></body></html>