.cc_jtahuabn_pqAtTZzVtG .category-slider {
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: var(--font-family, system-ui, -apple-system, sans-serif);
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-track {
  --slider-edge: 0px;
  display: flex;
  gap: 4px;
  padding: 0;
  overflow-x: auto;
  scroll-padding-inline: var(--slider-edge);
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-track::-webkit-scrollbar {
  display: none;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-guide {
  display: flex;
  gap: 5px;
  width: min(220px, calc(100% - 32px));
  margin: 12px auto 0;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-guide-segment {
  height: 2px;
  flex: 1;
  background: #d5d5d5;
  transition: background-color 0.25s ease, transform 0.25s ease;
  transform-origin: center;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-guide-segment.is-active {
  background: #111111;
  transform: scaleY(1.5);
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-card {
  position: relative;
  flex: 0 0 clamp(280px, 36vw, 520px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #111111;
  scroll-snap-align: start;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-image, .cc_jtahuabn_pqAtTZzVtG .category-slider-overlay {
  position: absolute;
  inset: 0;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.55s ease;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-image-mobile {
  display: none;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-overlay {
  background: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-content {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-name {
  display: block;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: var(--font-weight-emphasis, 600);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-badge {
  margin-left: 7px;
  font-size: 0.34em;
  vertical-align: super;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-sr-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-card:hover .category-slider-image {
  transform: scale(1.055);
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-card:hover .category-slider-name {
  transform: scale(1.035);
}

.cc_jtahuabn_pqAtTZzVtG .category-slider-card:active .category-slider-image {
  transform: scale(1.035);
}

@media (max-width: 1024px) {
  .cc_jtahuabn_pqAtTZzVtG .category-slider-card {
    flex-basis: clamp(280px, 48vw, 440px);
  }
}

@media (max-width: 768px) {
  .cc_jtahuabn_pqAtTZzVtG .category-slider {
    padding: 0;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-track {
    --slider-edge: 0px;
    gap: 4px;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-guide {
    width: min(160px, calc(100% - 40px));
    margin-top: 10px;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-card {
    flex-basis: clamp(250px, 68vw, 360px);
    aspect-ratio: 2 / 3;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-image-mobile {
    display: block;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-card:has(.category-slider-image-mobile) .category-slider-image-desktop {
    display: none;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-content {
    padding: 16px;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-name {
    font-size: clamp(20px, 6vw, 27px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_jtahuabn_pqAtTZzVtG .category-slider-image {
    transition: none;
  }

  .cc_jtahuabn_pqAtTZzVtG .category-slider-name {
    transition: none;
  }
}
