.category-item .category-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.category-item .category-link .zoom-scal:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  transition: .3s;
}
.category-item .category-link:hover .zoom-scal:after {
  opacity: 1;
}
.category-item .category-link .blur-up {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-item .category-link .category-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: 15px;
  color: #fff;
  transition: .3s;
  opacity: 0;
}
.category-item .category-link:hover .category-title {
  opacity: 1;
}
.category-item .category-link .category-title:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: .5s;
}
.category-item .category-link:hover  .category-title:after {
  width: 100%;
}
.collection-banner-grid .large-bnr .details .title {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.collection-banner-grid .large-bnr .details .title:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  left: 0;
  bottom: 5px;
  background: #fff;
  transition: .5s;
}
.collection-banner-grid .large-bnr:hover .details .title:after {
  width: 100%;
}
.slideshow  .circle-dots {}
.slideshow  .circle-dots .slick-dots li button {
  position: relative;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: #fff;
  font-size: 0;
}
.slideshow  .circle-dots .slick-dots li button:after {
  display: none;
}
.slideshow .circle-dots .slick-dots li.slick-active button {
  background-color: #e96f84;
}

.brands-list .slick-track {
  display: flex;
  align-items: unset;
}
.brands-list .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-section .brands-list .brands-logo a {
  border: none !important;
}

@media (max-width: 568px) {
  .slideshow .circle-dots .slick-dots li button {
    width: 25px;
  }
}