
/* ===== Product Card — Nomelly =====
 *
 * Shared by ProductSlider, CategoryList, AccountFavorites and the search modal,
 * so every change here lands in four places at once.
 *
 * The brand's only curve is the sprout on the logo. Everything else stays crisp
 * (2px), so the mark keeps ownership of the one organic gesture on the page.
 * Colour comes only from the product photograph — the chrome is ivory and olive.
 */

.cc_ybju7jv0_navbar .kombos-product-card, .cc_ybju7jv0_product_slider .kombos-product-card, .cc_ybju7jv0_product_list .kombos-product-card, .cc_ybju7jv0_account_favorites .kombos-product-card, .cc_ybju7jv0_header .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  position: relative;
}

/* ---- media ------------------------------------------------------------ */
.cc_ybju7jv0_navbar .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_slider .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_list .kombos-product-card__image-wrapper, .cc_ybju7jv0_account_favorites .kombos-product-card__image-wrapper, .cc_ybju7jv0_header .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: var(--kombos-gray-200);
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cc_ybju7jv0_navbar .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_slider .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_list .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_account_favorites .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_header .kombos-product-card:hover .kombos-product-card__image-wrapper {
  transform: translateY(-6px);
}

.cc_ybju7jv0_navbar .kombos-product-card__media-link, .cc_ybju7jv0_product_slider .kombos-product-card__media-link, .cc_ybju7jv0_product_list .kombos-product-card__media-link, .cc_ybju7jv0_account_favorites .kombos-product-card__media-link, .cc_ybju7jv0_header .kombos-product-card__media-link { display: block; }

.cc_ybju7jv0_navbar .kombos-product-card__media, .cc_ybju7jv0_product_slider .kombos-product-card__media, .cc_ybju7jv0_product_list .kombos-product-card__media, .cc_ybju7jv0_account_favorites .kombos-product-card__media, .cc_ybju7jv0_header .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-200);
}

/* A slow crossfade to the second shot — vegetal, not snappy. */
.cc_ybju7jv0_navbar .kombos-product-card__media--primary, .cc_ybju7jv0_product_slider .kombos-product-card__media--primary, .cc_ybju7jv0_product_list .kombos-product-card__media--primary, .cc_ybju7jv0_account_favorites .kombos-product-card__media--primary, .cc_ybju7jv0_header .kombos-product-card__media--primary {
  transition: opacity 680ms cubic-bezier(0.32, 0.72, 0.24, 1),
              transform 900ms cubic-bezier(0.32, 0.72, 0.24, 1);
}
.cc_ybju7jv0_navbar .kombos-product-card__media--hover, .cc_ybju7jv0_product_slider .kombos-product-card__media--hover, .cc_ybju7jv0_product_list .kombos-product-card__media--hover, .cc_ybju7jv0_account_favorites .kombos-product-card__media--hover, .cc_ybju7jv0_header .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 680ms cubic-bezier(0.32, 0.72, 0.24, 1),
              transform 900ms cubic-bezier(0.32, 0.72, 0.24, 1);
}
.cc_ybju7jv0_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_ybju7jv0_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_ybju7jv0_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_ybju7jv0_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_ybju7jv0_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary { opacity: 0; }
.cc_ybju7jv0_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_ybju7jv0_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_ybju7jv0_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_ybju7jv0_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_ybju7jv0_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover { opacity: 1; }

/* With one photo there is nothing to cross-fade to, so the single image
   breathes instead — otherwise hover would do nothing at all. */
.cc_ybju7jv0_navbar .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary:only-child, .cc_ybju7jv0_product_slider .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary:only-child, .cc_ybju7jv0_product_list .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary:only-child, .cc_ybju7jv0_account_favorites .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary:only-child, .cc_ybju7jv0_header .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary:only-child {
  opacity: 1;
  transform: scale(1.035);
}

.cc_ybju7jv0_navbar .kombos-product-card__media--placeholder, .cc_ybju7jv0_product_slider .kombos-product-card__media--placeholder, .cc_ybju7jv0_product_list .kombos-product-card__media--placeholder, .cc_ybju7jv0_account_favorites .kombos-product-card__media--placeholder, .cc_ybju7jv0_header .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-gray-200);
  background: var(--kombos-gray-50);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 3rem;
}

/* ---- badges ----------------------------------------------------------- */
.cc_ybju7jv0_navbar .kombos-product-card__badges, .cc_ybju7jv0_product_slider .kombos-product-card__badges, .cc_ybju7jv0_product_list .kombos-product-card__badges, .cc_ybju7jv0_account_favorites .kombos-product-card__badges, .cc_ybju7jv0_header .kombos-product-card__badges {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  z-index: 2;
}

/* ---- favourite -------------------------------------------------------- */
/* Quiet by default: an ivory disc that only commits to full opacity when the
   card is hovered or the control is focused. Always visible on touch, where
   there is no hover to reveal it. */
.cc_ybju7jv0_navbar .kombos-product-card__favorite, .cc_ybju7jv0_product_slider .kombos-product-card__favorite, .cc_ybju7jv0_product_list .kombos-product-card__favorite, .cc_ybju7jv0_account_favorites .kombos-product-card__favorite, .cc_ybju7jv0_header .kombos-product-card__favorite {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  color: var(--kombos-gray-700);
  background: rgba(252, 249, 246, 0.86);
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 340ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 340ms cubic-bezier(0.16, 1, 0.3, 1),
              background 180ms ease;
}
.cc_ybju7jv0_navbar .kombos-product-card:hover .kombos-product-card__favorite, .cc_ybju7jv0_product_slider .kombos-product-card:hover .kombos-product-card__favorite, .cc_ybju7jv0_product_list .kombos-product-card:hover .kombos-product-card__favorite, .cc_ybju7jv0_account_favorites .kombos-product-card:hover .kombos-product-card__favorite, .cc_ybju7jv0_header .kombos-product-card:hover .kombos-product-card__favorite, .cc_ybju7jv0_navbar .kombos-product-card__favorite:focus-visible, .cc_ybju7jv0_product_slider .kombos-product-card__favorite:focus-visible, .cc_ybju7jv0_product_list .kombos-product-card__favorite:focus-visible, .cc_ybju7jv0_account_favorites .kombos-product-card__favorite:focus-visible, .cc_ybju7jv0_header .kombos-product-card__favorite:focus-visible {
  opacity: 1;
  transform: none;
}
.cc_ybju7jv0_navbar .kombos-product-card__favorite:hover, .cc_ybju7jv0_product_slider .kombos-product-card__favorite:hover, .cc_ybju7jv0_product_list .kombos-product-card__favorite:hover, .cc_ybju7jv0_account_favorites .kombos-product-card__favorite:hover, .cc_ybju7jv0_header .kombos-product-card__favorite:hover { background: var(--kombos-white); }
@media (hover: none) {
  .cc_ybju7jv0_navbar .kombos-product-card__favorite, .cc_ybju7jv0_product_slider .kombos-product-card__favorite, .cc_ybju7jv0_product_list .kombos-product-card__favorite, .cc_ybju7jv0_account_favorites .kombos-product-card__favorite, .cc_ybju7jv0_header .kombos-product-card__favorite { opacity: 1; transform: none; }
}

/* ---- out of stock ----------------------------------------------------- */
.cc_ybju7jv0_navbar .kombos-product-card__overlay, .cc_ybju7jv0_product_slider .kombos-product-card__overlay, .cc_ybju7jv0_product_list .kombos-product-card__overlay, .cc_ybju7jv0_account_favorites .kombos-product-card__overlay, .cc_ybju7jv0_header .kombos-product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(252, 249, 246, 0.62);
  pointer-events: none;
}

/* ---- name + price ----------------------------------------------------- */
.cc_ybju7jv0_navbar .kombos-product-card__body, .cc_ybju7jv0_product_slider .kombos-product-card__body, .cc_ybju7jv0_product_list .kombos-product-card__body, .cc_ybju7jv0_account_favorites .kombos-product-card__body, .cc_ybju7jv0_header .kombos-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* The product name is the card's headline, so it takes the display serif. */
.cc_ybju7jv0_navbar .kombos-product-card__name, .cc_ybju7jv0_product_slider .kombos-product-card__name, .cc_ybju7jv0_product_list .kombos-product-card__name, .cc_ybju7jv0_account_favorites .kombos-product-card__name, .cc_ybju7jv0_header .kombos-product-card__name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--kombos-gray-800);
  text-decoration: none;
  /* underline grows on hover rather than blinking */
  background-image: linear-gradient(var(--kombos-gray-800), var(--kombos-gray-800));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 340ms cubic-bezier(0.16, 1, 0.3, 1);
  padding-bottom: 1px;
  /* clamp long snack names to two lines so cards keep an even baseline */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cc_ybju7jv0_navbar .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_product_slider .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_product_list .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_account_favorites .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_header .kombos-product-card:hover .kombos-product-card__name { background-size: 100% 1px; }

.cc_ybju7jv0_navbar .kombos-product-card__price, .cc_ybju7jv0_product_slider .kombos-product-card__price, .cc_ybju7jv0_product_list .kombos-product-card__price, .cc_ybju7jv0_account_favorites .kombos-product-card__price, .cc_ybju7jv0_header .kombos-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  font-family: "Poppins", -apple-system, sans-serif;
  font-variant-numeric: tabular-nums;
}
.cc_ybju7jv0_navbar .kombos-product-card__price-final, .cc_ybju7jv0_product_slider .kombos-product-card__price-final, .cc_ybju7jv0_product_list .kombos-product-card__price-final, .cc_ybju7jv0_account_favorites .kombos-product-card__price-final, .cc_ybju7jv0_header .kombos-product-card__price-final {
  color: var(--kombos-gray-800);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.cc_ybju7jv0_navbar .kombos-product-card__price-was, .cc_ybju7jv0_product_slider .kombos-product-card__price-was, .cc_ybju7jv0_product_list .kombos-product-card__price-was, .cc_ybju7jv0_account_favorites .kombos-product-card__price-was, .cc_ybju7jv0_header .kombos-product-card__price-was {
  color: var(--kombos-gray-500);
  font-weight: 300;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .cc_ybju7jv0_navbar .kombos-product-card__name, .cc_ybju7jv0_product_slider .kombos-product-card__name, .cc_ybju7jv0_product_list .kombos-product-card__name, .cc_ybju7jv0_account_favorites .kombos-product-card__name, .cc_ybju7jv0_header .kombos-product-card__name { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  .cc_ybju7jv0_navbar .kombos-product-card__name, .cc_ybju7jv0_product_slider .kombos-product-card__name, .cc_ybju7jv0_product_list .kombos-product-card__name, .cc_ybju7jv0_account_favorites .kombos-product-card__name, .cc_ybju7jv0_header .kombos-product-card__name { transition: none; }
  .cc_ybju7jv0_navbar .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_product_slider .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_product_list .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_account_favorites .kombos-product-card:hover .kombos-product-card__name, .cc_ybju7jv0_header .kombos-product-card:hover .kombos-product-card__name {
    text-decoration: underline; text-underline-offset: 3px; background-size: 0 1px;
  }
}

/* ---- add to cart ------------------------------------------------------ */
.cc_ybju7jv0_navbar .kombos-product-card__add-btn, .cc_ybju7jv0_product_slider .kombos-product-card__add-btn, .cc_ybju7jv0_product_list .kombos-product-card__add-btn, .cc_ybju7jv0_account_favorites .kombos-product-card__add-btn, .cc_ybju7jv0_header .kombos-product-card__add-btn {
  width: 100%;
  border-radius: 2px;
  letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .cc_ybju7jv0_navbar .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_slider .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_list .kombos-product-card__image-wrapper, .cc_ybju7jv0_account_favorites .kombos-product-card__image-wrapper, .cc_ybju7jv0_header .kombos-product-card__image-wrapper, .cc_ybju7jv0_navbar .kombos-product-card__media--primary, .cc_ybju7jv0_product_slider .kombos-product-card__media--primary, .cc_ybju7jv0_product_list .kombos-product-card__media--primary, .cc_ybju7jv0_account_favorites .kombos-product-card__media--primary, .cc_ybju7jv0_header .kombos-product-card__media--primary, .cc_ybju7jv0_navbar .kombos-product-card__media--hover, .cc_ybju7jv0_product_slider .kombos-product-card__media--hover, .cc_ybju7jv0_product_list .kombos-product-card__media--hover, .cc_ybju7jv0_account_favorites .kombos-product-card__media--hover, .cc_ybju7jv0_header .kombos-product-card__media--hover, .cc_ybju7jv0_navbar .kombos-product-card__favorite, .cc_ybju7jv0_product_slider .kombos-product-card__favorite, .cc_ybju7jv0_product_list .kombos-product-card__favorite, .cc_ybju7jv0_account_favorites .kombos-product-card__favorite, .cc_ybju7jv0_header .kombos-product-card__favorite { transition: none; }
  .cc_ybju7jv0_navbar .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_slider .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_product_list .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_account_favorites .kombos-product-card:hover .kombos-product-card__image-wrapper, .cc_ybju7jv0_header .kombos-product-card:hover .kombos-product-card__image-wrapper { transform: none; }
}
