.collection-showcase {
  position: relative;
  padding: 2.5rem 0;
  overflow: auto;
  overflow-x: hidden;
}

.collection-showcase .collection-swipper {
  padding-bottom: 40px;
  margin-bottom: -40px;
}

@media (min-width: 768px) {
  .collection-showcase.showcase-slide .collection-swipper {
    padding-bottom: 130px;
    margin-bottom: -130px;
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }
}

@media (min-width: 768px) {
  .collection-showcase.showcase-slide .collection-swipper {
    width: calc(100% + 60px);
    padding: 0 30px;
    padding-bottom: 0px;
    margin: 0 -30px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 1.675rem;
}

.section-header .title-section {
  font-size: 1.475rem;
  font-weight: 700;
  color: var(--collection-head-color);
}

.section-header .description-section {
  color: var(--collection-description-color);
}

.collection-products-swipper .item {
  display: flex;
  height: auto;
  width: 25%;
  margin-bottom: 1.4rem;
  box-sizing: border-box;
  padding: 0 0.425rem;
}

@media (min-width: 768px) {
  [data-prod-line='5'] .collection-products-swipper .item {
    width: 20%;
  }
}

.collection-products-swipper .swiper-button-prev,
.collection-products-swipper .swiper-button-next {
  width: 54px;
  height: 54px;
  background: var(--collection-arrow-button-bg);
  transition: all 0.2s;
  position: absolute;
  display: flex !important;
  display: -webkit-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  bottom: auto;
  font-size: 19px !important;
  text-align: center;
  border-radius: 100px !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.0784313725);
}

.collection-products-swipper:hover .swiper-button-prev,
.collection-products-swipper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.collection-products-swipper .swiper-button-prev::after,
.collection-products-swipper .swiper-button-next::after {
  font-size: 1.2rem;
  color: var(--collection-arrow-button-color);
}

@media (max-width: 768px) {
  .collection-products-swipper .swiper-button-prev,
  .collection-products-swipper .swiper-button-next {
    visibility: hidden;
    opacity: 0;
  }
}

.accordion-body .filter-container-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
  display: block;
  cursor: pointer;
}

.section-header.text-end .d-flex {
  flex-direction: row-reverse; 
  justify-content: space-between; 
}

.section-header.text-end .title-section {
  text-align: right; 
}
.section-header.text-end .px-2 {
  text-align: left; 
}

.section-header.text-center .d-flex {
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
}

.section-header.text-center .title-section {
  text-align: center; 
  margin-bottom: 0.5rem; 
}

.section-header.text-center .px-2 {
  text-align: center; 
}