.cc_m72Blh0rnq_u5oFRcGXgC .bs-root {
  width: 100%;
  overflow-x: hidden;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-root :where(*) {
  min-width: 0;
}

.cc_m72Blh0rnq_u5oFRcGXgC .bs-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 56px);
}

/* header: heading + subtitle left, Shop now pill right */
.cc_m72Blh0rnq_u5oFRcGXgC .bs-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-headtext {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-heading {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: inherit;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-root .bs-accent {
  font-family: var(--hu-font-serif);
  font-style: italic;
  font-weight: 400;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: var(--hu-radius-pill);
  background: var(--hu-btn-bg, var(--hu-brand-black));
  color: var(--hu-btn-text, var(--hu-white));
  border: 1px solid var(--hu-btn-border, transparent);
  font-size: 15px;
  text-decoration: none;
}

/* head right: CTA + arrows */
.cc_m72Blh0rnq_u5oFRcGXgC .bs-head-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-arrow:hover:not(:disabled) {
  background: var(--hu-btn-hover-bg, #c7f1c5);
  border-color: var(--hu-btn-hover-border, #386641);
  color: var(--hu-btn-hover-text, #0c0c0d);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

/* slider — native scroll + snap on all screen sizes */
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slider {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slider::-webkit-scrollbar { display: none; }
.cc_m72Blh0rnq_u5oFRcGXgC .bs-track {
  display: flex;
  gap: 16px;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: calc((100% - (var(--bs-visible, 4) - 1) * 16px) / var(--bs-visible, 4));
}

@media (max-width: 768px) {
  .cc_m72Blh0rnq_u5oFRcGXgC .bs-slide { width: 80%; }
  .cc_m72Blh0rnq_u5oFRcGXgC .bs-arrows { display: none; }
}

/* ── BestsellerCard inline styles (CSS scoping workaround) ── */
/* When BestsellerCard is rendered programmatically inside Bestsellers,
   its own cc_ scoped CSS doesn't apply. We re-declare the card styles here
   under the Bestsellers scope. */
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--hu-radius-card);
  overflow: hidden;
  background: var(--hu-cream);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-img-hover {
  opacity: 0;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc:hover .bsc-img-primary {
  opacity: 0;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc:hover .bsc-img-hover {
  opacity: 1;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  max-width: calc(100% - 12px);
  padding: 4px 8px;
  border-radius: var(--hu-radius-pill);
  background: rgba(245, 242, 236, 0.9);
  color: #2d2d2e;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-info {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--hu-brand-black);
  text-decoration: none;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-desc {
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--hu-gray-700);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-attrs {
  list-style: none;
  margin: 12px 0 16px;
  padding: 9px 0;
  border-top: 1px solid var(--hu-disabled);
  border-bottom: 1px solid var(--hu-disabled);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-attr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--hu-gray-500);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-attr-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--hu-gray-500);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-foot {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-price-main {
  font-size: 16px;
  font-weight: 500;
  color: var(--hu-brand-black);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-price-unit {
  font-size: 14px;
  color: var(--hu-gray-700);
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 9.5px 17px;
  border-radius: var(--hu-radius-pill);
  background: var(--hu-btn-bg, var(--hu-brand-black));
  color: var(--hu-btn-text, var(--hu-white));
  border: 1px solid var(--hu-btn-border, var(--hu-brand-black));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-slide .bsc-cta:hover {
  background: var(--hu-btn-hover-bg, #c7f1c5);
  color: var(--hu-btn-hover-text, #0c0c0d);
  border-color: var(--hu-btn-hover-border, #386641);
}

/* ── Configurable button hover ──────────────────────────── */
.cc_m72Blh0rnq_u5oFRcGXgC .bs-cta {
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.cc_m72Blh0rnq_u5oFRcGXgC .bs-cta:hover {
  background: var(--hu-btn-hover-bg, #c7f1c5);
  color: var(--hu-btn-hover-text, #0c0c0d);
  border-color: var(--hu-btn-hover-border, #386641);
  opacity: 1;
}