.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan {
  width: 100%;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__title {
  margin: 0 0 1.5rem;
  text-align: center;
  color: var(--kombos-gray-900);
}

/* ===== Coverflow stage ===== */
.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__stage {
  position: relative;
  width: 100%;
  height: 22rem;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__deck {
  position: absolute;
  inset: 0;
  --fan-card-w: 12rem;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--fan-card-w);
  aspect-ratio: 2 / 3;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.45s ease, opacity 0.45s ease;
  will-change: transform, opacity;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__img--empty {
  background: var(--kombos-gray-200);
}

/* ===== Thin outlined circular arrows ===== */
.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 1px solid var(--kombos-navy);
  background: transparent;
  color: var(--kombos-navy);
  font-size: 1rem;
  cursor: pointer;
  z-index: 200;
  transition: background 0.2s ease, color 0.2s ease;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__arrow:hover {
  background: var(--kombos-navy);
  color: var(--kombos-white);
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__arrow--prev {
  left: 0;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__arrow--next {
  right: 0;
}

/* ===== Info block ===== */
.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  text-align: center;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__name {
  margin: 0;
  color: var(--kombos-gray-900);
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__price {
  color: var(--kombos-navy);
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__shop {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kombos-navy);
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--kombos-navy);
  transition: opacity 0.2s ease;
}

.cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__shop:hover {
  opacity: 0.7;
}

/* ===== Tablet ===== */
@media (min-width: 768px) {
  .cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__stage {
    height: 26rem;
  }
  .cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__deck {
    --fan-card-w: 15rem;
  }
}

/* ===== Desktop ===== */
@media (min-width: 1024px) {
  .cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__stage {
    height: 28rem;
  }
  .cc_HPUOT9V5Zm_WGUT24D6DT .featured-fan__deck {
    --fan-card-w: 18rem;
  }
}
