h1 {
  margin-bottom: 0;
  line-height: 1;
}
h2 {
  color: grey;
}

.product__carousel {
  display: block;
  width: 100%;
  margin: 1em auto 3em;
}

.product__carousel .gallery-top {
    width:100%;
    border-radius: 3px;
    margin-bottom: 5px;
  }
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
 
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
   height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

  }

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}

@media (max-width: 1200px) {

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border 0.15s linear;
  transition: border 0.15s linear;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

}

@media (max-width: 768px) {


.product__carousel .gallery-top {
    width:100%;
    height:300px;
    border-radius: 3px;
    margin-bottom: 5px;
  }
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  -webkit-transition: border 0.15s linear;
  transition: border 0.15s linear;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}


.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

