.swiper-container .swiper-home {
  max-width: calc(100% - 290px);
  margin-right: 0;
  height: 504px;
}

.swiper-container .swiper-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container .swiper-pagination {
  max-width: calc(100% - 290px);
  right: 0;
  left: unset;
}

.swiper-pagination {
  bottom: auto;
  margin-bottom: 35px;
  gap: 15px;
  display: flex;
  justify-content: center;
  
}

.swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--color-grey-light);
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-dots);
}

.slider-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 270px;
  margin-left: 40px;
  transform: translateY(-50%);
}
.slider-content-wrapper h4 {
  font-weight: 700;
  font-size: 43px;
  margin-bottom: 15px;
  line-height: 51px;
}
.slider-content-wrapper p {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 36px;
  line-height: 29px;
}
.slider-content-wrapper a {
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #F242B3;
  max-width: 130px;
}

[data-page-name="index_main_category"] .slider-content-wrapper {
  margin-left: 20%;
}

[data-page-name="index_main_category"] .swiper-container .swiper-home {
  max-width: 100%;
  max-height: 350px;
  margin-bottom: 40px;
}

[data-page-name="index_main_category"] .swiper-container .swiper-pagination {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .slider-content-wrapper {
    margin-left: 20px;
    margin-bottom: 40px;
  }

  .slider-content-wrapper p {
    line-height: 29px;
  }

  .swiper-container .swiper-pagination,
  .swiper-container .swiper-home {
    max-width: 100%;
  }

  [data-page-name="index_main_category"] .slider-content-wrapper {
    margin-left: 20px;
  }

  .swiper-pagination {
    margin-bottom: 15px;
  }
}