/* Imported from: ../../sub-components/ProductCard/styles.css */
.cc_y1jbqclb_YA2W3Sfbil .product-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-media {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--color-surface-alt);
}

.cc_y1jbqclb_YA2W3Sfbil .product-card.is-portrait .product-card-media {
  aspect-ratio: 3 / 4;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card.is-square .product-card-media {
  aspect-ratio: 1 / 1;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-image--empty {
  background: linear-gradient(135deg, var(--color-surface-alt), var(--color-border));
}

.cc_y1jbqclb_YA2W3Sfbil .product-card.has-hover-image .product-card-image--primary, .cc_y1jbqclb_YA2W3Sfbil .product-card-image--hover {
  position: absolute;
  top: 0;
  left: 0;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-image--hover {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@media (hover: hover) {
  .cc_y1jbqclb_YA2W3Sfbil .product-card.has-hover-image:hover .product-card-image--hover {
    opacity: 1;
  }
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-name {
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 400;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_y1jbqclb_YA2W3Sfbil .product-card-price {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 500;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: no-preference) {
  .cc_y1jbqclb_YA2W3Sfbil .product-card-image {
    transition: transform 400ms ease-out;
  }

  .cc_y1jbqclb_YA2W3Sfbil .product-card:hover .product-card-image {
    transform: scale(1.04);
  }
}

/* End import: ../../sub-components/ProductCard/styles.css */

.cc_y1jbqclb_YA2W3Sfbil .ctlv2 {
  width: 100%;
  font-family: var(--font-body);
  color: var(--color-text-primary);
}

.cc_y1jbqclb_YA2W3Sfbil .ctlv2__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem 2.5rem;
  box-sizing: border-box;
}

.cc_y1jbqclb_YA2W3Sfbil .ctlv2__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3;
}

.cc_y1jbqclb_YA2W3Sfbil .ctlv2__track {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
}

.cc_y1jbqclb_YA2W3Sfbil .ctlv2__item {
  flex: 0 0 42%;
  max-width: 12.5rem;
  min-width: 9rem;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .cc_y1jbqclb_YA2W3Sfbil .ctlv2__inner {
    padding: 2rem 1.5rem 3rem;
  }

  .cc_y1jbqclb_YA2W3Sfbil .ctlv2__item {
    flex-basis: 28%;
    max-width: 14rem;
  }
}

@media (min-width: 1024px) {
  .cc_y1jbqclb_YA2W3Sfbil .ctlv2__inner {
    padding: 2.5rem 2rem 4rem;
  }

  .cc_y1jbqclb_YA2W3Sfbil .ctlv2__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
    gap: 1rem;
  }

  .cc_y1jbqclb_YA2W3Sfbil .ctlv2__item {
    flex: none;
    max-width: none;
    min-width: 0;
  }
}
