.collection-slider-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.collection-slider-bottom .swiper-scrollbar {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 5px;
}
.collection-slider-bottom .swiper-button-prev::after {
  transform: rotateZ(-135deg);
}
.collection-slider-bottom .swiper-button-next::after {
  transform: rotateZ(45deg);
}
.collection-slider-bottom .swiper-button-prev,
.collection-slider-bottom .swiper-button-next {
  height: 32px;
  top: calc(50% - 24px);
  width: 32px;
  min-width: 32px;
  padding: 0.5rem;
  background-color: var(--accent-1-color);
  border-radius: 100%;
  margin: 0;
}

.collection-slider-bottom .swiper-button-next {
  right: 30px;
}

.collection-slider-bottom .swiper-button-prev{
  left: 30px;
}

.collection-slider-bottom .swiper-button-prev svg,
.collection-slider-bottom .swiper-button-next svg{
  fill: #fff;
  width: 30px;
  height: 30px;
}

.collection-slider-bottom .swiper-button-prev svg path,
.collection-slider-bottom .swiper-button-next svg path{
  fill:#fff
}

.collection-slider-bottom .swiper-button-prev::after,
.collection-slider-bottom .swiper-button-next::after {
  content: " ";
  width: 20px;
  height: 20px;
  display: none;
  border-style: solid;
  border-radius: 0px;
  border-width: 4px 4px 0 0;
}

.collection-slider-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  margin: 25px auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-slider-swiper .swiper-wrapper {
  width: 100%;
}
.collection-slider-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto !important;
}

.collection-slider-section{
  margin-bottom: 64px;
  position: relative;
}

.collection-slider-section:after,
.collection-slider-section::before{
  content: '';
  position: absolute;
  left: 3.5rem;
  width: calc(100% - 7rem);
}

.collection-slider-section:after{
  bottom: 0;
  border-bottom: 1px solid rgb(239,239,239);
}

.collection-slider-section::before{
  border-top: 1px solid rgb(239,239,239);
  top: 0;
}

@media screen and (max-width: 1023px) {
  .collection-slider-section:after,
  .collection-slider-section::before{
    width: calc(100% - 2rem);
    left: 1rem;
  }

  .collection-slider-swiper {
    margin-bottom: 0;
  }
}

.collection-slider-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 550px) {
  .collection-slider-top {
    padding-bottom: 25px;
    padding-top: 0;
    margin-bottom: 7px;
  }
}
.collection-slider-top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.collection-slider-top .container .intro {
  width: 100%;
}
.collection-slider-top .container .intro h3 {
  margin: 0;
}
.collection-slider-top .container .intro p {
  margin: 10px 0 0;
}
@media screen and (max-width: 550px) {
  .collection-slider-top .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.collection-slider-top .slider-header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .collection-slider-top .slider-header {
    margin-bottom: 2.5rem;
  }
}

.collection-slider-top .top-line{
  position: absolute;
  top: -64px;
  height: 1px;
  width: calc(100% - 112px);
  background-color: rgb(239,239,239);
  padding: 0;
  max-width: 1286px;
}

@media screen and (max-width: 1023px) {
  .collection-slider-top .top-line{
    width: calc(100% - 32px);
    top: -32px;
  }
}

.slider-header__button{
  border-bottom: 2px solid var(--accent-1-color);
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 600;
  height: fit-content;
}

@media screen and (max-width: 1023px) {
  .slider-header__button{
    display: none;
  }

  .collection-slider-top .slider-header {
    justify-content: center!important;
  }
}

.collection-slider-top .slider-header > h3{
  font-size: 27px;
  line-height: 36px;
  font-weight: 400;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .collection-slider-top .slider-header > h3{
    font-size: 23.04px;
    line-height: 29.952px;
  }
}

.collection-slider-bottom .swiper-button-next,
.collection-slider-bottom .swiper-button-prev{
  height: 32px;
  top: calc(50% - 24px);
  width: 32px;
  min-width: 32px;
  padding: 0.5rem;
  background-color: var(--accent-1-color);
  border-radius: 100%;
  position: absolute;
  margin: 0;
}

.collection-slider-bottom .swiper-button-next:after,
.collection-slider-bottom .swiper-button-prev:after{
  width: 17px;
  height: 17px;
  color: #fff;

  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 11px);
}

.collection-slider-bottom .swiper-button-prev:after{
  left: calc(50% - 8px);
}

.collection-swiper-scrollbar .swiper-scrollbar-drag{
  background-color: #cdde00;
}

.collection-slider-bottom .product-card .product-title-reviews .product-title{
  font-size: 13.3px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .collection-slider-bottom .product-card .product-title-reviews .product-title{
    font-size: 16px;
    line-height: 24px;
  }  
}

@media screen and (max-width: 1023px) {
  .collection-slider-bottom .swiper-button-next,
  .collection-slider-bottom .swiper-button-prev{
    display: none!important;
  }

  .collection-slider-section{
    margin-bottom: 48px;
  }
}