.cc_r06g45hb_category_images .kombos-category-images {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  background: var(--kombos-white);
}

.cc_r06g45hb_category_images .kombos-category-images__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  max-width: none;
  gap: 0;
  padding: 0;
}

.cc_r06g45hb_category_images .kombos-category-images__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  color: var(--kombos-gray-900);
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
  text-wrap-style: balance;
}

.cc_r06g45hb_category_images .kombos-category-images__grid {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 0;
  width: 100%;
  gap: 0;
  overflow: hidden;
}

/* The ikas renderer forces `display: contents` inline on its own wrapper, so it
   can never be the scroll port — this div, which we own, is. Keeping it inside
   `__grid` also leaves the arrows outside the scroller so they stay pinned
   instead of scrolling away with the cards. */
.cc_r06g45hb_category_images .kombos-category-images__viewport {
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.cc_r06g45hb_category_images .kombos-category-images__viewport::-webkit-scrollbar {
  display: none;
}

/* Flatten both renderer-owned wrappers so each card is a flex item above. */
.cc_r06g45hb_category_images .kombos-category-images__items, .cc_r06g45hb_category_images .kombos-category-images__items > * {
  display: contents;
}

.cc_r06g45hb_category_images .kombos-category-images__items > * > *, .cc_r06g45hb_category_images .kombos-category-images__viewport .kombos-category-image-item {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Bare caret — no button chrome. The selectors carry the section class so they
   outrank the shared `.kombos-slider-arrow` base regardless of stylesheet order.
   The 2.75rem box is kept as an invisible tap target, and the drop shadow keeps
   the icon readable over both light and dark category photos. */
.cc_r06g45hb_category_images .kombos-category-images .kombos-category-images__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--kombos-white);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 2rem;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
  transform: translateY(-50%);
}

.cc_r06g45hb_category_images .kombos-category-images .kombos-category-images__arrow:hover:not(:disabled) {
  background: transparent;
  transform: translateY(-50%) scale(1.12);
}

.cc_r06g45hb_category_images .kombos-category-images__arrow:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.cc_r06g45hb_category_images .kombos-category-images__arrow--left {
  left: 0.75rem;
}

.cc_r06g45hb_category_images .kombos-category-images__arrow--right {
  right: 0.75rem;
}

/* The section is intentionally full-bleed. Child settings still control the
   media itself, while the storefront presentation stays rectangular. */
.cc_r06g45hb_category_images .kombos-category-images .kombos-category-image-item__img-wrap {
  height: 100% !important;
  min-height: 0;
  aspect-ratio: auto !important;
}

.cc_r06g45hb_category_images .kombos-category-images .kombos-category-image-item__card, .cc_r06g45hb_category_images .kombos-category-images .kombos-category-image-item__img {
  height: 100%;
}

@media (min-width: 768px) {
  .cc_r06g45hb_category_images .kombos-category-images__container {
    gap: 0;
    padding: 0;
  }

  .cc_r06g45hb_category_images .kombos-category-images__title {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .cc_r06g45hb_category_images .kombos-category-images--desktop-2
    .kombos-category-images__items
    > *
    > *:nth-child(-n + 2), .cc_r06g45hb_category_images .kombos-category-images--desktop-3
    .kombos-category-images__items
    > *
    > *:nth-child(-n + 3), .cc_r06g45hb_category_images .kombos-category-images--desktop-4
    .kombos-category-images__items
    > *
    > *:nth-child(-n + 4), .cc_r06g45hb_category_images .kombos-category-images--desktop-5
    .kombos-category-images__items
    > *
    > *:nth-child(-n + 5) {
    flex-basis: calc(100% / var(--category-desktop-columns));
    width: calc(100% / var(--category-desktop-columns));
    scroll-snap-align: none;
  }

  .cc_r06g45hb_category_images .kombos-category-images--desktop-2
    .kombos-category-images__items
    > *
    > *:nth-child(n + 3), .cc_r06g45hb_category_images .kombos-category-images--desktop-3
    .kombos-category-images__items
    > *
    > *:nth-child(n + 4), .cc_r06g45hb_category_images .kombos-category-images--desktop-4
    .kombos-category-images__items
    > *
    > *:nth-child(n + 5), .cc_r06g45hb_category_images .kombos-category-images--desktop-5
    .kombos-category-images__items
    > *
    > *:nth-child(n + 6) {
    flex-basis: 100%;
    width: 100%;
  }

  .cc_r06g45hb_category_images .kombos-category-images__items > * > * {
    min-width: 0;
    height: 100%;
  }

  .cc_r06g45hb_category_images .kombos-category-images__viewport .kombos-category-image-item {
    width: 100%;
    height: 100%;
  }
}

@supports (height: 100dvh) {
  .cc_r06g45hb_category_images .kombos-category-images, .cc_r06g45hb_category_images .kombos-category-images__container {
    height: 100dvh;
    min-height: 100dvh;
  }
}
