#products {
  background: #eeebe6;
  padding-top: 3rem;
}

#products .top .nav-pills button {
  background-color: transparent;
  color: transparent;
  border-radius: unset;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

#products .top .nav-pills button img {
  width: 50px;
}

#products .top .nav-pills .nav-link.active img {
  width: 100px;
}

#products .top .nav-pills .nav-link.active img:nth-child(1) {
  display: inline-block;
}

#products .top .nav-pills .nav-link img:nth-child(1) {
  display: none;
}

#products .top .nav-pills .nav-link.active img:nth-child(2) {
  display: none;
}

#products .bottom {
  padding: 3rem 0;
}

#products .bottom .items {
  margin-top: 3rem;
}

#products .bottom .left h2 {
  font-family: ttcmedium;
  color: #501556;
  font-size: 1rem;
  line-height: 1rem;
}

#products .bottom .left a {
  background: #501556;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 3rem;
  font-family: ttcmedium;
  font-size: 1rem;
  margin-top: 1rem;
}

#products .bottom .left .deliv {
  display: flex;
  align-items: start;
  margin-top: 2rem;
}

#products .bottom .left .deliv ul li {
  font-family: ttcmedium;
  color: #501556;
  /* padding-bottom: 0.5rem; */
  border-bottom: 1px solid #501556;
  font-size: 1rem;
}

#products .bottom .left .deliv ul {
  padding-left: 3rem;
  list-style-type: none;
}

#products .bottom .left .deliv h3 {
  color: #501556;
  font-family: ttcbold;
  font-size: 1.2rem;
}

#products .bottom .left .tech {
  margin-top: 2rem;
}

#products .bottom .left .tech h3 {
  color: #501556;
  font-family: ttcbold;
  font-size: 1.2rem;
}

#products .bottom .left .tech .row {
  margin-top: 1rem;
}

#products .bottom .left .tech img {
  width: 50px;
  margin-top: 1rem;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  cursor: pointer;
}

#products .bottom .left .tech img:hover {
  width: 50px;
  margin-top: 1rem;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.swiper {
  padding: 0 1rem;
}

.swiper .swiper-slide {
  position: relative;
  background: #a3b6e9;
  padding: 1rem;
  border-radius: 30px;
}

.swiper .swiper-slide > div img {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper .swiper-slide > div .char1 {
  width: 100%;
}

.swiper .swiper-slide > div .char2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: auto;
  z-index: 3;
  transform: translate(-50%, -55%);
}

.swiper .arrow-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.swiper .arrow-swiper .button-prev {
  margin-left: 0.5rem;
}

.swiper .arrow-swiper .button-next {
  margin-right: 0.5rem;
}

.swiper .arrow-swiper .button-prev,
.swiper .arrow-swiper .button-next {
  border: 1px solid #989899;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}

.swiper .arrow-swiper .button-prev svg,
.swiper .arrow-swiper .button-next svg {
  width: 25px;
  height: 25px;
  color: #989899;
}

@media (orientation: portrait) {
  #products .top .nav-pills .nav-link.active img {
    width: 75px;
  }

  #products .bottom .left h2 {
  }

  #products .bottom .left .tech img {
    width: 100%;
  }

  #products .bottom .right {
    margin-top: 2rem;
  }

  #products .bottom .right .swiper {
    padding: 0 3rem;
  }

  #products .bottom .right .swiper .arrow-swiper .button-prev,
  #products .bottom .right .swiper .arrow-swiper .button-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  #products .bottom .right .swiper .arrow-swiper .button-prev svg,
  #products .bottom .right .swiper .arrow-swiper .button-next svg {
    width: 15px;
    height: 15px;
  }

  .swiper {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
