.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--editorial-showcase-bg);
  box-shadow: 0 -1.5rem 3.5rem rgba(0, 0, 0, 0.08);
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  max-width: none;
  gap: 0;
  padding: 0;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media {
  position: relative;
  flex: none;
  width: 100%;
  overflow: hidden;
  aspect-ratio: var(--editorial-showcase-media-ratio);
  background: var(--kombos-gray-100);
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media-source {
  display: block;
  width: 100%;
  height: 100%;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media-source--desktop {
  display: none;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.52));
  pointer-events: none;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media-content {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  color: var(--editorial-showcase-color);
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__eyebrow, .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__title {
  margin: 0;
  text-transform: uppercase;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__cta {
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__products {
  display: flex;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  padding: 0.5rem 0 1.5rem;
}

/* Fixed two-by-two grid — the section renders at most four products. */
.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__track {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0.25rem;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.625rem;
}

/* Portrait imagery while the layout is stacked. `!important` is required
   because ProductCard writes the ratio as an inline style from its Studio prop,
   which this section has saved as Square. The desktop rule below replaces this
   with a viewport-driven height. */
.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__card .kombos-product-card__media {
  height: auto !important;
  aspect-ratio: 3 / 4 !important;
}

/* The showcase runs a dark editorial palette, so the discount badge drops the
   default red for the neutral near-black. */
.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase .kombos-tag--discounted {
  background: var(--kombos-gray-900);
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__card-content, .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__fallback-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0.125rem 0.75rem;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__product-name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--kombos-gray-900);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  align-items: baseline;
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__price {
  color: var(--kombos-error);
}

.cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__old-price {
  color: var(--kombos-gray-400);
}

@media (min-width: 1024px) {
  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__layout {
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
  }

  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media {
    order: 1;
    width: var(--editorial-showcase-media-width);
    min-height: 100vh;
    min-height: 100svh;
    aspect-ratio: auto;
  }

  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media-source--desktop {
    display: block;
  }

  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media-source--mobile {
    display: none;
  }

  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__products {
    order: 2;
    flex: 1;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
  }

  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__track {
    align-content: start;
    margin: 0;
    padding: 0;
  }

  /* The section stays exactly one viewport tall, so the two rows split the
     available height and the cards keep the full column width. That fixes the
     frame as landscape — deriving the width from a portrait ratio instead would
     shrink each column to height x 3/4 and leave the sides empty. */
  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__card .kombos-product-card__media {
    height: clamp(12rem, calc((100svh - 9rem) / 2), 30rem) !important;
    aspect-ratio: auto !important;
  }
}

@supports (height: 100dvh) {
  .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase, .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__layout {
    min-height: 100dvh;
  }

  @media (min-width: 1024px) {
    .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__media, .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__products {
      min-height: 100dvh;
    }

    .cc_r06g45hb_cMVkZPqCh9 .kombos-editorial-showcase__card .kombos-product-card__media {
      height: clamp(12rem, calc((100dvh - 9rem) / 2), 30rem) !important;
    }
  }
}
