.section__wrapper_collection {
  @media (max-width: 767px) {
    margin: 0 calc(-1 * var(--page-padding));
  }
}
.clp_banner {
  width: 31.5%;
  @media (max-width: 767px) {
    width: 100%;
  }
}
.clp_list {
  width: 68.5%;
  @media (max-width: 767px) {
    width: 100%;
    padding-left: var(--page-padding);
  }
  a.block {
    border-radius: 4px;
  }
}
.clp_banner_image {
  aspect-ratio: 412 / 256;
  @media (max-width: 767px) {
    aspect-ratio: 376 / 192;
  }
}
.title_collection_banner_list {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding: 0 12px;
  text-align: center;
  @media (max-width: 767px) {
    font-size: 15px;
    line-height: 20px;
  }
}

.snippet-breadcrumb {
  padding: 0;
  .breadcrumbs {
    padding: 0;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    a {
      color: #fff;
    }
  }
  .breadcrumbs--sep {
    margin: 0 8px;
  }
}
.content-clp-banner {
  padding: 0 24px;
}
.clp_title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.clp_subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  p {
    margin: 0;
  }
}

.collection-description .hero__subheading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 16px;
  @media (max-width: 767px) {
    font-size: 18px;
    line-height: 24px;
  }
}

.collection-description .read-more-wrapper {
  position: relative;
}

.collection-description .read-more-content-container {
  overflow: hidden;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.collection-description .read-more-content-container.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.collection-description .read-more-content-container.expanded {
  display: block;
}

.collection-description .read-more-btn {
  background: none;
  border: none;
  color: #131a30bf;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 0;
  margin-top: 16px;
  height: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.collection-description .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.collection-description .read-more-btn:hover {
  opacity: 0.8;
}

.collection-description .read-more-btn::before {
  transform: scaleX(1);
  transform-origin: left;
}

.product-card__image-wrapper {
  border-radius: 4px;
}

.f-badge--soldout, .f-badge--sale {
  border-radius: 20px;
}

.f-badge--collection {
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0px 12px;
  @media (max-width: 767px) {
    font-size: 8px;
    line-height: 8px;
    padding: 2px 6px;
  }
}

.product-card__info {
  padding-top: 20px;
  gap: 8px;
}

.text-pcard-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  @media (max-width: 767px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.product-card .f-price-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.swatch-color {
  width: 20px;
  height: 20px;
}

.product-card__wrapper .product-card__quickview {
  display: none;
}

.product-card__main-actions {
  right: 8px;
  bottom: 8px;
  left: auto;
}
.product-card:not(.product-card--list) .product-card__actions .btn {
  min-width: 0;
  width: 32px !important;
  height: 32px !important;
  background-color: #000;
  color: #fff;
  border-color: #000;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: none;
  border-radius: 100%;
  height: auto;
  padding: 5px;
  padding-right: 6px;
}

.product-card__badge {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  pointer-events: none;
}

.f-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  pointer-events: auto;
}

.swatches li .swatch-color:after, .swatches li .swatch-color:before {
  opacity: 1;
}

.swatch-color:before {
  --shadow-width: 0.3rem;
}

.swatch-color {
  border: .1rem solid #D6D6D6;
}

.collection-list.collection-list--slider {
  overflow: visible;
  margin-bottom: 24px;

  .clp_list {
    .swiper-pagination {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }
  
    .section__content {
      margin-inline-end: calc(-1 * var(--page-padding) - 17vw);
    }
    
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #D1D5DB;
      opacity: 1;
      margin: 0 4px;
      padding: 0 4px;
      transition: all 0.3s ease;
      
      &:hover {
        background: #9CA3AF;
      }
    }
    .swiper-pagination-bullet::after {
      display: none;
    }
    
    .swiper-pagination-bullet-active {
      background: #131A30;
      width: 8px;
      height: 8px;
      border-radius: 4px;
    }
  }
}

.recently-viewed-products {
  .section__header {
    padding: 0;
    margin-bottom: 20px;
    @media screen and (max-width: 767px) {
      margin-bottom: 32px;
    }
  }
  .swiper-controls {
    position: absolute;
    top: 0;
    right: var(--page-padding);
    @media screen and (max-width: 767px) {
      right: 60px;
    }
  }
  .swiper-button-prev, .swiper-button-next {
    transition: all .3s;
    opacity: 1;
    visibility: visible;
    top: -35px;
    width: 48px;
    height: 48px;
    @media screen and (max-width: 767px) {
      top: -50px
    }
  }
  .swiper-button-prev {
    left: -60px;
  }
  .swiper-button-next {
    right: 0;
    left: 0;
  }
  // .swiper-initialized.swiper-equal-height .swiper-slide {
  //   width: calc(100% / 2 - 16px) !important;
  // }
}