
/* ===== Product Card ===== */
.cc_HPUOT9V5Zm_navbar .kombos-product-card, .cc_HPUOT9V5Zm_product_slider .kombos-product-card, .cc_HPUOT9V5Zm_product_list .kombos-product-card, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__image-wrapper, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__image-wrapper, .cc_HPUOT9V5Zm_product_list .kombos-product-card__image-wrapper, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__media-link, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__media-link, .cc_HPUOT9V5Zm_product_list .kombos-product-card__media-link, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__media-link {
  display: block;
  overflow: hidden;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__track, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__track, .cc_HPUOT9V5Zm_product_list .kombos-product-card__track, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__track {
  display: flex;
  transition: transform 0.4s ease;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__media, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__media, .cc_HPUOT9V5Zm_product_list .kombos-product-card__media, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__media {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
  object-fit: cover;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__media--placeholder, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__media--placeholder, .cc_HPUOT9V5Zm_product_list .kombos-product-card__media--placeholder, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

/* Image carousel arrows — appear on hover */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__nav, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__nav, .cc_HPUOT9V5Zm_product_list .kombos-product-card__nav, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--kombos-navy);
  font-size: 0.875rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__nav:hover, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__nav:hover, .cc_HPUOT9V5Zm_product_list .kombos-product-card__nav:hover, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__nav:hover {
  background: var(--kombos-white);
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__nav--prev, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__nav--prev, .cc_HPUOT9V5Zm_product_list .kombos-product-card__nav--prev, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__nav--prev {
  left: 0.5rem;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__nav--next, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__nav--next, .cc_HPUOT9V5Zm_product_list .kombos-product-card__nav--next, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__nav--next {
  right: 0.5rem;
}

.cc_HPUOT9V5Zm_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__nav, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__nav, .cc_HPUOT9V5Zm_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__nav, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__nav {
  opacity: 1;
}

/* Badges */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__badges, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__badges, .cc_HPUOT9V5Zm_product_list .kombos-product-card__badges, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__badges {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Revival-style cream pill — 11px is non-standard, sized here instead of a typography class */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__badge-pill, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__badge-pill, .cc_HPUOT9V5Zm_product_list .kombos-product-card__badge-pill, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__badge-pill {
  display: inline-block;
  background: var(--kombos-badge-pill-bg);
  color: var(--kombos-gray-900);
  border-radius: 12px;
  padding: 0.375rem 0.625rem 0.25rem;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}

/* Favorite */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__favorite, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__favorite, .cc_HPUOT9V5Zm_product_list .kombos-product-card__favorite, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__favorite {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  color: var(--kombos-gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Out of stock overlay */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__overlay, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__overlay, .cc_HPUOT9V5Zm_product_list .kombos-product-card__overlay, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

/* Add to Cart Button */
.cc_HPUOT9V5Zm_navbar .kombos-product-card__add-btn, .cc_HPUOT9V5Zm_product_slider .kombos-product-card__add-btn, .cc_HPUOT9V5Zm_product_list .kombos-product-card__add-btn, .cc_HPUOT9V5Zm_account_favorites .kombos-product-card__add-btn {
  width: 100%;
}
