.fh-colors-carousel {
  position: relative;
  max-width: 1100px;
  margin: 2rem auto 0;
  overflow: hidden;
}

.fh-colors-track {
  display: flex;
  transition: transform 420ms ease;
}

.fh-colors-slide {
  flex: 0 0 100%;
  margin: 0;
  text-align: center;
}

.fh-colors-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.fh-colors-slide figcaption {
  margin-top: 1rem;
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fh-colors-control {
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.fh-colors-control:hover,
.fh-colors-control:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.fh-colors-prev { left: 1rem; }
.fh-colors-next { right: 1rem; }

.fh-colors-dots {
  display: flex;
  justify-content: center;
  gap: .6rem;
  margin-top: 1.25rem;
}

.fh-colors-dot {
  width: .65rem;
  height: .65rem;
  border: 0;
  border-radius: 50%;
  background: #b9b9b9;
  cursor: pointer;
}

.fh-colors-dot[aria-current="true"] { background: #1a1a1a; }

@media (max-width: 600px) {
  .fh-colors-carousel { margin-top: 1.25rem; }
  .fh-colors-control { width: 2.35rem; height: 2.35rem; font-size: 1.7rem; }
  .fh-colors-prev { left: .5rem; }
  .fh-colors-next { right: .5rem; }
}
