#product-sliders {
  position: relative;
  width: 100%;
  display: flex;
  padding: 100px 0 200px 0;
}

#products-v-slider {
  position: relative;
  height: 100% !important;
}

#products-circular {
  width: 650px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-image: url(../img/product-details/circular-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left -50px center;
  overflow: hidden; */
}

#series-slider-wrapper {
  position: absolute;
  width: 40%;
  left: 50%;
  padding-left: 5%;
  overflow-x: hidden;
}

#series-slider-wrapper #series-slider {
}

#series-slider-wrapper #series-slider .count {
  font-family: "Rheem Sans Roman";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  color: #cd1222;
  margin-bottom: 20px;
}

#series-slider-wrapper #series-slider h4 {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #000000;
}

.circular-bottom-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 300px !important;
  height: 300px !important;
  bottom: -70px;
  right: -70px;
  z-index: -1;
}

/* Container for the circular slider */
.unique-circular-swiper-container {
  width: 100%; /* Adjust width for slider container */
  height: 100%;
  aspect-ratio: 1/1; /* Adjust height for vertical alignment */
  position: relative;
  margin: auto; /* Center the slider */
  border: 2px solid #cd1222; /* Circular border similar to provided image */
  border-radius: 50%;
}

.unique-circular-swiper-container * {
  transition: all 1000ms;
}

/* Swiper wrapper to make slides align vertically */
.unique-circular-swiper-container .swiper-wrapper {
  height: 100%;
  top: 0;
  margin-left: 30%;
  overflow: hidden;
}

/* Individual swiper slides */
.unique-circular-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto; /* Divide equally for visible 3 slides */
}

.unique-circular-swiper-container .swiper-slide-active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 22%;
}

.unique-circular-swiper-container .swiper-slide-active .simg-wrap {
  width: 300px !important;
  height: 300px !important;
  background: #fcfcfc;
  border: 20px solid #cd1222 !important;
  border-radius: 200px !important;
  padding: 60px !important;
}

.unique-circular-swiper-container .swiper-slide .slide-image {
  object-fit: contain;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

.unique-circular-swiper-container .swiper-slide .simg-wrap {
  width: 100px;
  height: 100px;
  background: #fcfcfc;
  border: 2px solid #cd1222;
  border-radius: 100px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-sliders .circular-nav {
  position: absolute;
  width: 215px !important;
  left: 35%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  padding-left: 5%;
  gap: 10px;
  overflow-x: hidden;
  z-index: 9;
}

#product-sliders #series-slider {
  overflow-x: hidden;
}

#product-sliders .circular-nav-mobile {
  display: none !important;
  position: absolute;
  width: 96% !important;
  left: 2%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  gap: 10px;
  overflow-x: hidden;
  z-index: 9;
}

#products-circular {
  display: flex;
  justify-content: center;
  align-items: center;
}

#products-circular .container {
  position: relative;
  max-width: 100%;
  margin: auto;
  left: -50%;
}

#products-circular .wrapper {
  position: relative;
}

#products-circular .item {
  position: relative;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  border-radius: 100%;
  z-index: 1;
}

#product-sliders #products-circular .item:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20px;
  top: -20px;
  background: #fcfcfc;
  border: 2px solid #cd1222;
  padding: 60px;
  z-index: -1;
  border-radius: 100px;
}
#product-sliders #products-circular .item.active:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -50px;
  top: -100px;
  background: #fcfcfc;
  border: 18px solid #cd1222;
  padding: 60px;
  z-index: -1;
  border-radius: 300px;
  transition: all 300ms;
}

#products-circular .item.active {
}

#products-circular .item img {
  transition: all 300ms;
}

#products-circular .item.active img {
  height: 200px !important;
  width: 200px !important;
  margin-top: -50px;
}

#products-circular svg {
  height: 300px;
  overflow: visible;
  width: 300px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#products-circular .st0 {
  fill: none;
  stroke: #cd1222;
  stroke-width: 2;
  stroke-miterlimit: 1;
}

#products-circular .start {
  position: absolute;
  top: 50%;
  right: -30px;
}

/* product sliders circular */
#product-sliders .unique-slider-wrapper {
  position: absolute;
  width: 700px;
  height: 700px;
  display: flex !important;
  align-items: center;
  left: 0;
  top: 260px;
  transform: translateY(-50%);
  margin-left: -300px;
}

#product-sliders .unique-slider-wrapper svg#unique-slider-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#product-sliders .unique-slider-wrapper .slider-path-circle {
  stroke: #cd1222;
}

#product-sliders .unique-slider-wrapper .slider-image-slide {
  width: 80px;
  height: 80px;
  border: 3px solid #cd1222;
  border-radius: 50%;
  background-color: #fcfcfc;
  position: absolute;
  object-fit: contain;

  padding: 10px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: border-width 0.3s, width 0.3s, height 0.3s;
  display: none;
}

#product-sliders .unique-slider-wrapper .slider-image-slide.active-slide {
  border-width: 20px !important;
  z-index: 10;
  width: 300px;
  height: 300px;

  padding: 30px;
}

#product-sliders .unique-slider-wrapper .slider-control-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 15px;
  font-size: 18px;
  z-index: 10;
  background: white;
  border: none;
  cursor: pointer;
}

#product-sliders .unique-slider-wrapper #prev-button-id {
  left: 620px;
}

#product-sliders .unique-slider-wrapper #next-button-id {
  left: 680px;
}

@media only screen and (max-width: 991px) {
  #product-sliders .circular-nav-mobile {
    display: flex !important;
  }

  #series-slider-wrapper #series-slider h4 {
    font-size: 16px;
    line-height: 22px;
  }

  #series-slider-wrapper #series-slider p {
    font-size: 12px;
    line-height: 20px;
  }

  #product-sliders {
    height: auto;
  }

  #products-circular {
    width: 100%;
    height: auto;
    position: static;
    left: 0;
    top: 0;
  }

  #products-circular .container {
    position: relative;
    max-width: 500px;
    margin: auto;
    left: 50%;
    margin-left: -250px;
    bottom: -250px;
    z-index: -1;
  }

  #products-circular .wrapper {
    transform: rotate(-90deg);
  }

  #series-slider-wrapper {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding-left: 0;
    padding: 40px 60px;
    height: auto;
    overflow-x: hidden;
  }

  #series-slider-wrapper #series-slider {
    margin-top: 0;
  }

  #series-slider-wrapper #series-slider .swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  #product-sliders .circular-nav {
    position: static;
    width: 215px !important;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-left: 5%;
    height: auto;
    gap: 10px;
    overflow-x: hidden;
    z-index: 9;
    display: none;
  }

  /* product sliders circular */

  /* .unique-circular-swiper-container {
    padding-bottom: 200px !important;
  }

  .unique-circular-swiper-container .swiper-slide.swiper-slide-active {
    margin-left: 0;
  }

  #product-sliders #products-circular .unique-circular-swiper-container img {
    width: 60px;
    height: 60px;
  }

  .unique-circular-swiper-container .swiper-slide.swiper-slide-active img {
    width: 160px !important;
    height: 160px !important;
  }

  #product-sliders
    #products-circular
    .unique-circular-swiper-container
    .swiper-slide-active
    .img-circle-wrap {
    border: 8px solid #cd1222;
  }

  .unique-circular-swiper-container
    .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    margin-top: 250px;
  }

  svg.circular-bottom-bg {
    display: none;
  } */
}
