
/* ===== Product Card — Melien Ador ===== */

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card, .cc_xuUMlpuJCr_navbar .kombos-product-card, .cc_xuUMlpuJCr_product_slider .kombos-product-card, .cc_xuUMlpuJCr_product_list .kombos-product-card, .cc_xuUMlpuJCr_account_favorites .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
}

/* Image wrapper — square-cornered 3:4 frame on a white product ground */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__image-wrapper, .cc_xuUMlpuJCr_navbar .kombos-product-card__image-wrapper, .cc_xuUMlpuJCr_product_slider .kombos-product-card__image-wrapper, .cc_xuUMlpuJCr_product_list .kombos-product-card__image-wrapper, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: var(--kombos-product);
  aspect-ratio: 3 / 4;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__media-link, .cc_xuUMlpuJCr_navbar .kombos-product-card__media-link, .cc_xuUMlpuJCr_product_slider .kombos-product-card__media-link, .cc_xuUMlpuJCr_product_list .kombos-product-card__media-link, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__media, .cc_xuUMlpuJCr_navbar .kombos-product-card__media, .cc_xuUMlpuJCr_product_slider .kombos-product-card__media, .cc_xuUMlpuJCr_product_list .kombos-product-card__media, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__media {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--kombos-product);
  transition: transform 1.1s var(--kombos-ease-brand);
}

/* Slow push-in on hover, matching the original card behaviour. */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__image-wrapper:hover .kombos-product-card__media, .cc_xuUMlpuJCr_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media, .cc_xuUMlpuJCr_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media, .cc_xuUMlpuJCr_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media {
  transform: scale(1.06);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__media--primary, .cc_xuUMlpuJCr_navbar .kombos-product-card__media--primary, .cc_xuUMlpuJCr_product_slider .kombos-product-card__media--primary, .cc_xuUMlpuJCr_product_list .kombos-product-card__media--primary, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__media--primary {
  transition:
    opacity 0.3s ease,
    transform 1.1s var(--kombos-ease-brand);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__media--hover, .cc_xuUMlpuJCr_navbar .kombos-product-card__media--hover, .cc_xuUMlpuJCr_product_slider .kombos-product-card__media--hover, .cc_xuUMlpuJCr_product_list .kombos-product-card__media--hover, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 1.1s var(--kombos-ease-brand);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xuUMlpuJCr_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xuUMlpuJCr_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xuUMlpuJCr_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xuUMlpuJCr_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xuUMlpuJCr_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xuUMlpuJCr_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__media--placeholder, .cc_xuUMlpuJCr_navbar .kombos-product-card__media--placeholder, .cc_xuUMlpuJCr_product_slider .kombos-product-card__media--placeholder, .cc_xuUMlpuJCr_product_list .kombos-product-card__media--placeholder, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

/* Badges */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__badges, .cc_xuUMlpuJCr_navbar .kombos-product-card__badges, .cc_xuUMlpuJCr_product_slider .kombos-product-card__badges, .cc_xuUMlpuJCr_product_list .kombos-product-card__badges, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__badges {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__favorite, .cc_xuUMlpuJCr_navbar .kombos-product-card__favorite, .cc_xuUMlpuJCr_product_slider .kombos-product-card__favorite, .cc_xuUMlpuJCr_product_list .kombos-product-card__favorite, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__favorite {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  /* On the white product ground the icon must be dark. */
  color: var(--kombos-cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Out of stock overlay */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__overlay, .cc_xuUMlpuJCr_navbar .kombos-product-card__overlay, .cc_xuUMlpuJCr_product_slider .kombos-product-card__overlay, .cc_xuUMlpuJCr_product_list .kombos-product-card__overlay, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 29, 24, 0.32);
  pointer-events: none;
}

/* ===== Action bar =====
   Slides up from the bottom edge of the image on hover. */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__action-bar, .cc_xuUMlpuJCr_navbar .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_slider .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_list .kombos-product-card__action-bar, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__action-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  transform: translateY(100%);
  transition: transform 0.5s var(--kombos-ease-brand);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__image-wrapper:hover .kombos-product-card__action-bar, .cc_xuUMlpuJCr_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__action-bar, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__action-bar, .cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__action-bar:focus-within, .cc_xuUMlpuJCr_navbar .kombos-product-card__action-bar:focus-within, .cc_xuUMlpuJCr_product_slider .kombos-product-card__action-bar:focus-within, .cc_xuUMlpuJCr_product_list .kombos-product-card__action-bar:focus-within, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__action-bar:focus-within {
  transform: translateY(0);
}

/* Touch devices have no hover, so the bar would never appear — pin it open. */
@media (hover: none) {
  .cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__action-bar, .cc_xuUMlpuJCr_navbar .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_slider .kombos-product-card__action-bar, .cc_xuUMlpuJCr_product_list .kombos-product-card__action-bar, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__action-bar {
    transform: translateY(0);
  }
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__add-btn, .cc_xuUMlpuJCr_navbar .kombos-product-card__add-btn, .cc_xuUMlpuJCr_product_slider .kombos-product-card__add-btn, .cc_xuUMlpuJCr_product_list .kombos-product-card__add-btn, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__add-btn {
  width: 100%;
}

/* ===== Price ===== */

/* Ported from the Arşiv card: centred under the media, generous tracking,
   secondary ink so the photograph stays the focus. */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__info, .cc_xuUMlpuJCr_navbar .kombos-product-card__info, .cc_xuUMlpuJCr_product_slider .kombos-product-card__info, .cc_xuUMlpuJCr_product_list .kombos-product-card__info, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__info {
  padding: 1.1rem 0.2rem 0;
  text-align: center;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__name, .cc_xuUMlpuJCr_navbar .kombos-product-card__name, .cc_xuUMlpuJCr_product_slider .kombos-product-card__name, .cc_xuUMlpuJCr_product_list .kombos-product-card__name, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__name {
  margin: 0;
  font-family: var(--kombos-font-serif);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: var(--kombos-ink);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__name-link, .cc_xuUMlpuJCr_navbar .kombos-product-card__name-link, .cc_xuUMlpuJCr_product_slider .kombos-product-card__name-link, .cc_xuUMlpuJCr_product_list .kombos-product-card__name-link, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__name-link {
  color: inherit;
  text-decoration: none;
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__name-link:hover, .cc_xuUMlpuJCr_navbar .kombos-product-card__name-link:hover, .cc_xuUMlpuJCr_product_slider .kombos-product-card__name-link:hover, .cc_xuUMlpuJCr_product_list .kombos-product-card__name-link:hover, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__name-link:hover {
  color: var(--kombos-taupe);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__price, .cc_xuUMlpuJCr_navbar .kombos-product-card__price, .cc_xuUMlpuJCr_product_slider .kombos-product-card__price, .cc_xuUMlpuJCr_product_list .kombos-product-card__price, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__price {
  margin: 0.3rem 0 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--kombos-ink-soft);
}

/* Only rendered when the variant is actually discounted. */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__price-was, .cc_xuUMlpuJCr_navbar .kombos-product-card__price-was, .cc_xuUMlpuJCr_product_slider .kombos-product-card__price-was, .cc_xuUMlpuJCr_product_list .kombos-product-card__price-was, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__price-was {
  text-decoration: line-through;
  color: var(--kombos-gray-400);
}

.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__price-now, .cc_xuUMlpuJCr_navbar .kombos-product-card__price-now, .cc_xuUMlpuJCr_product_slider .kombos-product-card__price-now, .cc_xuUMlpuJCr_product_list .kombos-product-card__price-now, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__price-now {
  color: var(--kombos-ink-soft);
}

/* When discounted, the payable price is the one to notice. */
.cc_xuUMlpuJCr_rrbePUOYqW .kombos-product-card__price-was + .kombos-product-card__price-now, .cc_xuUMlpuJCr_navbar .kombos-product-card__price-was + .kombos-product-card__price-now, .cc_xuUMlpuJCr_product_slider .kombos-product-card__price-was + .kombos-product-card__price-now, .cc_xuUMlpuJCr_product_list .kombos-product-card__price-was + .kombos-product-card__price-now, .cc_xuUMlpuJCr_account_favorites .kombos-product-card__price-was + .kombos-product-card__price-now {
  color: var(--kombos-taupe);
}
