
/* EditorialProductCard — product tile used inside the EditorialProductGrid section. */

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__media, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__media, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: var(--color-surface-alt, #F2EDE8);
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image--empty, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image--empty, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image--empty {
  background-color: var(--color-surface-alt, #F2EDE8);
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image--primary {
  transition: opacity 400ms ease, transform 600ms ease;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image--hover, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image--hover, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image--hover {
  opacity: 0;
  transition: opacity 400ms ease;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card.has-hover-image:hover .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card.has-hover-image:hover .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card.has-hover-image:hover .editorial-product-card__image--primary, .cc_9mq44h5t_YSzVf7FiKX .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--primary {
  opacity: 0;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card.has-hover-image:hover .editorial-product-card__image--hover, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card.has-hover-image:hover .editorial-product-card__image--hover, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card.has-hover-image:hover .editorial-product-card__image--hover, .cc_9mq44h5t_YSzVf7FiKX .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--hover, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--hover, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card.has-hover-image:focus-visible .editorial-product-card__image--hover {
  opacity: 1;
}

/* Cards without a second image still get a subtle zoom so hover feedback is consistent. */
.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary {
  transform: scale(1.03);
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__badge, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__badge, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__badge {
  position: absolute;
  top: var(--space-xs, 8px);
  left: var(--space-xs, 8px);
  padding: 4px 8px;
  background-color: var(--color-text-primary, #1C1917);
  color: var(--color-surface, #FFFFFF);
  font-family: var(--font-label, sans-serif);
  font-size: var(--text-label, 12px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__body, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__body, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: var(--space-xs, 8px);
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__category, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__category, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__category {
  font-family: var(--font-label, sans-serif);
  font-size: var(--text-label, 12px);
  color: var(--color-text-secondary, #6B6560);
  line-height: 1.4;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__name, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__name, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__name {
  font-family: var(--font-body, sans-serif);
  font-size: var(--text-small, 14px);
  font-weight: 700;
  color: var(--color-text-primary, #1C1917);
  line-height: 1.35;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__price-row, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__price-row, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: var(--space-xs, 8px);
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__price, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__price, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__price {
  font-family: var(--font-body, sans-serif);
  font-size: var(--text-small, 14px);
  color: var(--color-text-primary, #1C1917);
  line-height: 1.4;
}

.cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__price--original, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__price--original, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__price--original {
  font-family: var(--font-body, sans-serif);
  font-size: var(--text-label, 12px);
  color: var(--color-text-muted, #A89E97);
  text-decoration: line-through;
}

@media (prefers-reduced-motion: reduce) {
  .cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image--primary, .cc_9mq44h5t_YSzVf7FiKX .editorial-product-card__image--hover, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card__image--hover, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card__image--hover {
    transition: none;
  }

  .cc_9mq44h5t_YSzVf7FiKX .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary, .cc_9mq44h5t_EFAndkNtGI .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary, .cc_9mq44h5t_CMC5U4GBvQ .editorial-product-card:not(.has-hover-image):hover .editorial-product-card__image--primary {
    transform: none;
  }
}
