.carousel {
  background: #F7F5F3;
}
.carousel-title {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 32px;
  padding-left: 62px;
  position: relative;
  color: #1A5550;
  text-transform: initial;
  font-weight: normal;
  margin-bottom: 32px;
}
.carousel-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 36px;
  background: url("../../images/diamond.svg") no-repeat center center;
}
@media (max-width: 991px) {
  .carousel-title {
    font-size: 24px;
  }
}
.carousel .filter-products {
  position: relative;
}
.carousel .slick-list {
  margin-right: -8px;
}
.carousel .item {
  border-radius: 9px;
  background: #ffffff;
  margin-right: 8px;
}
.carousel .item .product-image-area {
  padding: 0;
  border: none;
  margin-bottom: 16px;
}
.carousel .item .details-area {
  padding: 0;
}
.carousel .item .details-area .product-name {
  font-size: 14px;
  margin: 0 0 16px 0;
  text-transform: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 56px;
}
.carousel .item .details-area .product-name:hover {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.carousel .item .details-area .product-name:hover a {
  background: #ffffff;
  z-index: 1;
  position: relative;
  max-height: 115px;
  overflow: hidden;
}
.carousel .item .details-area .product-name a {
  display: block;
  font-size: 14px;
  color: #847671;
}
.carousel .item .details-area .product-name .brand {
  display: block;
  font-size: 14px;
  color: #292424;
  line-height: 150%;
}
.carousel .item .details-area .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.carousel .item .details-area .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
}
.carousel .item .details-area .price-box .old-price {
  margin-bottom: 2px;
}
.carousel .item .details-area .price-box .old-price .price {
  font-size: 12px;
  color: #847671;
  text-decoration: none;
  position: relative;
}
.carousel .item .details-area .price-box .old-price .price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #847671;
}
.carousel .item .details-area .price-box .special-price .price,
.carousel .item .details-area .price-box .regular-price .price {
  font-size: 16px;
  color: #092a28;
  font-weight: normal;
}
.carousel .slick-prev,
.carousel .slick-next {
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../images/carousel-arrow.svg") no-repeat center center;
  border-radius: 0;
  margin: 0;
  font-size: 0;
  border: 0;
}
.carousel .slick-prev.slick-disabled,
.carousel .slick-next.slick-disabled {
  display: none !important;
}
.carousel .slick-next {
  left: auto;
  right: -35px;
  margin-top: -12px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.carousel .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  bottom: -32px;
  padding: 0;
}
.carousel .slick-dots li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.carousel .slick-dots li button {
  border: 0;
  font-size: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.carousel .slick-dots li.slick-active button {
  width: 16px;
  border-radius: 999px;
  background: #27a595;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.carousel.white .slick-prev,
.carousel.white .slick-next {
  background: url("../../images/carousel-arrow-white.svg") no-repeat center center;
}
/*# sourceMappingURL=carousel.css.map */
