.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers {
  width: 100%;
  padding: 32px 1rem;
  font-family: var(--font-family);
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-inner {
  max-width: 1232px;
  margin: 0 auto;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-dark, #154f26);
  margin-bottom: 24px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-title::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 80px;
  height: 3px;
  background: var(--primary, #1b7a33);
  border-radius: 2px;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-carousel {
  position: relative;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-track-wrap {
  overflow: hidden;
  width: 100%;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-track {
  display: flex;
  transition: transform 0.4s ease;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-slide {
  flex-shrink: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-arrow:hover {
  border-color: var(--primary, #1b7a33);
  color: var(--primary, #1b7a33);
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-arrow-prev {
  left: -8px;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-arrow-next {
  right: -8px;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: background 0.15s;
}

.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-dot-active {
  background: var(--primary, #1b7a33);
}

@media (min-width: 1024px) {
.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers {
    padding: 48px 1rem;
  }
.cc_1Y5QghZ9ie_yYrjzkAhtI .k-bestsellers-title {
    font-size: 24px;
  }
}
