/* Andreas Moutsis @ Socialab */

/* Swiper Slider */

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mySwiper h2 {
  position: absolute;
  top: 40%;
  left: 67%;
  transform: translate(-50%, -50%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  text-align: center;
}

.header-heading {
  text-align: left;
  color: #ed1c24;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

.mySwiperProducts .swiper-button-prev,
.swiper-button-next {
  color: black;
}

/* Swiper Products */

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperProducts img {
  padding: 10px;
  transition: transform 0.2s;
  margin: 0 auto;
  max-width: 90%;
}

.mySwiperProducts img:hover {
  transform: scale(1.1);
  pointer-events: auto;
}

/* @media only screen and (min-width: 1024px) {
  .mySwiperProducts .swiper-slide:nth-child(odd) {
    margin-top: 50px;
  }
} */

/* Effects */

.transition-text {
  transform: rotate(-90deg);
}
.slider-product h3 {
  font-weight: bold;
}
.social-icons a {
  color: white;
}
