html {
    -webkit-text-size-adjust: none;
}

.container.product,
.container.product-2{
   background-color: #262626; 
}

.product img {
  height: 100vh;
  width: auto;
}

.product-2 img.parent-slide{
  height: 100vh;
  width: auto;
}
.product-2 img.child-slide{
  height: auto;
  width: 100%;
}

.product-2{
  position: relative;
}

.product-2 .swiper-container.product-description{
  text-align: left;
  font-family: 'GothamProRegular', sans-serif;
  position: absolute;
  top: 65.7vh;
  left: 0;
  font-size: 1.5625vh;
  color: #333333;
  line-height: 2.5vh;
  width: 100%;
  letter-spacing: 0.031vh;
}


.product-2 .swiper-pagination {
  bottom: 11.4vh;
  left: 0;
  width: 100%;
}
.product-2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.62vh;
}

.product-2  .swiper-pagination-bullet {
  width: 0.4166666667vh;
  height: 0.4166666667vh;
  display: inline-block;
  border-radius: 100%;
  background: #FFF;
  opacity: 1;
  border: 0.2083333333vh solid #D9D9D9;
}

.product-2 .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #ef2e7a;
  background: #ef2e7a;
}