.carousel {
  display: block;
  font-size: 0;
  padding: 20px 2%;
}
.carousel.banner-sag {
  padding-right: 3px;
}
.carousel.banner-sag .products {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .carousel.banner-sag .products {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .carousel.banner-sag .products {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.carousel.banner-sag h1 {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .carousel.banner-sag h1 {
    padding-left: 20px;
  }
}
.carousel.banner-sag .owl-nav {
  right: unset;
  left: -50px;
}
@media (max-width: 1024px) {
  .carousel.banner-sag .owl-nav {
    left: unset;
  }
}
.carousel.four .products {
  width: 100%;
}
.carousel .left {
  display: inline-block;
  width: 420px;
  height: 100%;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .carousel .left {
    display: none;
  }
}
.carousel .left .text-cont {
  display: block;
  padding: 8% 2%;
}
.carousel .left .text-cont .head {
  display: block;
  padding: 20px 0;
  color: #2E3038;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.carousel .left .text-cont .head span {
  color: #ED1919;
}
.carousel .left .text-cont p {
  display: block;
  padding: 10px 0;
  color: #2E3038;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.carousel .left .img-cont {
  display: block;
  width: 98%;
  height: 100%;
  margin-right: 2%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carousel .left .img-cont {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.carousel .left .img-cont img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel .products {
  display: inline-block;
  width: calc(100% - 420px);
  vertical-align: top;
}
@media (max-width: 1024px) {
  .carousel .products {
    width: 100%;
    padding-right: 0;
  }
}
.carousel .products .four-carousel {
  width: 100%;
}
.carousel .products .owl-nav {
  display: block;
  font-size: 20px;
  z-index: 999;
  text-align: center;
}
.carousel .products .owl-nav .owl-prev, .carousel .products .owl-nav .owl-next {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E4E5E7;
  margin: 2px 0;
}
.carousel .products .owl-nav .owl-prev:hover, .carousel .products .owl-nav .owl-next:hover {
  background-color: #dcdddf;
}
.carousel .products .owl-nav .owl-prev {
  background-image: url("/assets/images/icon-arrow-prev.png");
}
@media (max-width: 1024px) {
  .carousel .products .owl-nav .owl-prev {
    display: inline-block;
  }
}
.carousel .products .owl-nav .owl-next {
  background-image: url("/assets/images/icon-arrow-next.png");
}
@media (max-width: 1024px) {
  .carousel .products .owl-nav .owl-next {
    display: inline-block;
  }
}
.carousel .products .owl-carousel .product-card {
  width: 100%;
}
.carousel .products .owl-carousel .product-card .price-cont {
  display: block;
  padding: 5px 0;
}
.carousel .products .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.carousel .products .owl-carousel .owl-item img {
  display: unset;
  width: auto;
}
.carousel .products .owl-carousel .owl-item .img-crop {
  display: block;
  text-align: center;
}
.carousel .products .owl-carousel .owl-item .img-crop img {
  display: inline-block;
  width: 70%;
  height: auto;
}