.best_sellers {
  background-color: #eff6fa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}
.best_sellers .card {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  border: none;
}

.bestsellers_owl .owl-nav {
  display: none;
}

.bestsellers_owl .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.bestsellers_owl .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9d2d8;
  margin: 0;
  transition: background 200ms ease;
}
.bestsellers_owl .owl-dot.active span {
  background: #0e8ce4;
}
.bestseller-image {
    height: 220px;
    overflow: hidden;
}
.bestseller-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bestsellers_owl .owl-stage {
  display: flex !important;
}

.bestsellers_owl .owl-item {
  display: flex !important;
  height: auto !important;
  align-items: stretch !important;
}

.bestsellers_owl .owl-item .card {
  width: 100% !important;
}

.bestsellers_owl .card-title {
  display: block;
  min-height: calc(1.2em * 2);
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}