body .social-carousel .owl-stage {
  margin: 0 auto;
}
body .social-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: 0 !important;
}
body .social-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
body .social-carousel .owl-nav button.owl-prev {
  transform: translate(5rem, -50%);
  left: 0;
}
body .social-carousel .owl-nav button.owl-next {
  transform: translate(-5rem, -50%);
  right: 0;
}

body .hero-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -30px);
  margin: 0 !important;
  height: 15px;
  display: flex;
  align-items: center;
}
body .hero-carousel .owl-dots button {
  height: 100%;
}
body .hero-carousel .owl-dots button:not(:first-child) {
  margin-left: 8px;
}
body .hero-carousel .owl-dots button span {
  margin: 0 !important;
  background-color: transparent !important;
  border: 1px solid #fff;
  width: 15px !important;
  height: 100% !important;
}
body .hero-carousel .owl-dots button.active span {
  background-color: #fff !important;
}
body .customer-says-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 40px));
}
body .customer-says-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
body .customer-says-carousel .owl-nav button.owl-prev {
  left: 0;
}
body .customer-says-carousel .owl-nav button.owl-next {
  right: 0;
}

body .product-card-carousel .owl-stage-outer,
body .product-card-carousel .owl-stage,
body .product-card-carousel .owl-item {
  height: 100%;
}
body .product-card-carousel .owl-dots {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  align-items: flex-start;
  gap: 6px;
  height: 100%;
  transform: translateY(0);
}
body .product-card-carousel .owl-dots button {
  flex: 1 1 0% !important;
  height: calc(100% + 13px);
  display: flex !important;
  align-items: flex-end;
}
body .product-card-carousel .owl-dots button:hover span {
  background-color: #3A3A36 !important;
}
body .product-card-carousel .owl-dots button span {
  width: 100% !important;
  background-color: #949BA5;
  border-radius: 0 !important;
  height: 1px !important;
  margin: 0 !important;
}
body .product-card-carousel .owl-dots button.active span {
  background-color: #3A3A36 !important;
}
body .product-card-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .product-card-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
body .product-card-carousel .owl-nav button.owl-prev {
  left: 10px;
}
body .product-card-carousel .owl-nav button.owl-next {
  right: 10px;
}
body .product-card-carousel:hover .owl-dots {
  display: flex;
}

@media (min-width: 768px) {
  .customer-says-carousel .owl-stage-outer {
    padding: 100px 0;
  }
  .customer-says-carousel .owl-item {
    transition: 1s all;
    transform: scale(0.65) !important;
  }
  .customer-says-carousel .owl-item .center-flex {
    display: none;
  }
  .customer-says-carousel .owl-item.active.center {
    transform: scale(1.4) !important;
  }
  .customer-says-carousel .owl-item.active.center .center-flex {
    display: flex;
    flex-direction: column;
  }
}