.homeSlider {
    overflow : hidden;
}

.home-tabs__section{
  margin-top: 40px;
  margin-bottom: 90px;
}

.home-tabs__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 0 100px 0 20px;
}

.home-tabs__titles{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.home-tabs__tab-title{
  cursor: pointer;
  font-size: 14px;
  color: var(--color-black-default)
}

.home-tabs__tab-title:not(:last-child){
  margin-right: 30px;
}

.home-tabs__tab-title:hover{
  opacity: 0.7;
  color:var(--color-black-default)
}

.home-tabs__tab-title.active{
  text-decoration: underline;
}

.home-tabs__head h2{
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.home-tabs__tab-content .featured-products{
  position: initial!important;
}

.home-tabs__tab-content{
  opacity: 0;
  height: 0;
  position: relative;
  z-index: -1;
}

.home-tabs__tab-content.active{
  opacity: 1;
  height: initial;
  position: initial;
}

.home-tabs__contents .swiper-bestsellers-products-button-prev svg,
.home-tabs__contents .swiper-new-products-button-prev svg{
  transform : rotate(180deg);
}

.swiper-bestsellers-products .swiper-featured-products-buttons>.swiper-featuredproducts-button.swiper-button-lock,
.swiper-new-products .swiper-featured-products-buttons>.swiper-featuredproducts-button.swiper-button-lock,
.swiper-featuredproducts-button.swiper-button-lock~.swiper-featuredproducts-separator
{
  display: none;
}

.swiper-bestsellers-products .swiper-featured-products-buttons,
.swiper-new-products .swiper-new-products-buttons{
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 0;
}

.swiper-new-products-buttons>.swiper-featuredproducts-button {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-bestsellers-products,
.swiper-new-products{
  overflow: hidden;
}

@media (max-width: 967px){
  .home-tabs__head h2{
    white-space: initial;
  }
  .swiper-featured-products-buttons {
    top : 15px;
  }
}

@media (max-width: 767px){
  .home-tabs__head{
    flex-direction: column;
    padding: 0;
  }
  .home-tabs__titles{
    justify-content: center;
    margin-top: 25px;
  }
  .home-tabs__tab-content .featured-products{
    padding-top: 35px;
    position: relative!important;
  }
  .swiper-featured-products-buttons,
  .swiper-bestsellers-products-buttons,
  .swiper-new-products-buttons{
    width: 100%;
    justify-content: center;
    top: 0px;
  }
}

@media (max-width: 449px){
  .home-tabs__head h2{
    font-size: 18px;
  }
}
