.text-box-outer .text-box-outer__slide {
  padding: 56px 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: auto;
}
.text-box__title {
  margin: 0 0 32px;
  height: 2lh;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #faf0e6;
  text-align: center;
}
@media (max-width: 992px) {
  .text-box__title {
    height: 3lh;
  }
} 


/* ===== Featured Products ===== */
.text-box {
  position: relative;
}
.text-box__slider.swiper {
  position: relative;
  z-index: 0;
}
.text-box .text-box__wrapper {
  display: flex;
  padding-bottom: 36px;
  align-items: stretch;
}
.text-box .text-box__slide {
  align-self: stretch;
  height: auto;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
}
.text-box .text-box__slider .text-box__scrollbar {
  margin: 0 auto;
  height: 7px;
  background: #D9D9D9;
  border-radius: 8px;
  max-width: 422px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.text-box .text-box__slider .text-box__scrollbar .swiper-scrollbar-drag {
  background: #EE5439;
  border-radius: 8px;
  width: 18%;
}

/* BOX */
.text-box__slide {
  background: #52debb;
  color: #faf0e6;
}
.text-box__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
{# Navigation #}
.text-box .text-box__pagination.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 10px;
  bottom: 0;
  pointer-events: none;
}
.text-box .text-box__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(217, 217, 217, 0.52);
  opacity: 1;
  border-radius: 0%;
  transition: all 0.3s ease;
  border: none;
  pointer-events: auto;
  cursor: pointer;
  margin: 0;
}
.text-box .text-box__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #D9D9D9;
  border: none;
  opacity: 1;
}
.text-box .text-box__nav {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.text-box .text-box__nav .text-box__button--prev.swiper-button-prev,
.text-box .text-box__nav .text-box__button--next.swiper-button-next {
  top: 0;
  margin-top: 0;
  padding: 0;
  height: 25px;
  background: transparent;
}
.text-box .text-box__nav .text-box__button--prev.swiper-button-prev:after,
.text-box .text-box__nav .text-box__button--next.swiper-button-next:after {
  font-size: 25px !important;
  color: #000;
}
@media (min-width: 992px) {
  .text-box .text-box__nav {
    z-index: 10;
    top: 56px;
    width: calc(100% + 80px);
    height: 40px;
  }
  .text-box .text-box__nav .text-box__button--prev.swiper-button-prev,
  .text-box .text-box__nav .text-box__button--next.swiper-button-next {
    height: 40px;
  }
  .text-box .text-box__nav .text-box__button--prev.swiper-button-prev {
    left: -40px;
  }
  .text-box .text-box__nav .text-box__button--next.swiper-button-next {
    right: -40px;
  }
  .text-box .text-box__nav .text-box__button--prev.swiper-button-prev:after,
  .text-box .text-box__nav .text-box__button--next.swiper-button-next:after {
    font-size: 40px !important;
  }
}
@media (max-width: 992px) {
  .text-box__scrollbar {
    display: none;
  }
  .text-box__pagination {
    display: block;
  }
}
{# End Navigation #}


.text-box-outer__scrollbar.swiper-scrollbar {
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  background: #52DEBB54;
}
.text-box-outer__scrollbar .swiper-scrollbar-drag {
  background: #52DEBB;
}

