
/* ===== Product Card ===== */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card, .cc_oredu26a_navbar .kombos-product-card, .cc_oredu26a_product_slider .kombos-product-card, .cc_oredu26a_product_list .kombos-product-card, .cc_oredu26a_account_favorites .kombos-product-card, .cc_oredu26a_header .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper, .cc_oredu26a_navbar .kombos-product-card__image-wrapper, .cc_oredu26a_product_slider .kombos-product-card__image-wrapper, .cc_oredu26a_product_list .kombos-product-card__image-wrapper, .cc_oredu26a_account_favorites .kombos-product-card__image-wrapper, .cc_oredu26a_header .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media-link, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media-link, .cc_oredu26a_navbar .kombos-product-card__media-link, .cc_oredu26a_product_slider .kombos-product-card__media-link, .cc_oredu26a_product_list .kombos-product-card__media-link, .cc_oredu26a_account_favorites .kombos-product-card__media-link, .cc_oredu26a_header .kombos-product-card__media-link {
  display: block;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media, .cc_oredu26a_navbar .kombos-product-card__media, .cc_oredu26a_product_slider .kombos-product-card__media, .cc_oredu26a_product_list .kombos-product-card__media, .cc_oredu26a_account_favorites .kombos-product-card__media, .cc_oredu26a_header .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--primary, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--primary, .cc_oredu26a_navbar .kombos-product-card__media--primary, .cc_oredu26a_product_slider .kombos-product-card__media--primary, .cc_oredu26a_product_list .kombos-product-card__media--primary, .cc_oredu26a_account_favorites .kombos-product-card__media--primary, .cc_oredu26a_header .kombos-product-card__media--primary {
  transition: opacity 0.3s ease;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--hover, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--hover, .cc_oredu26a_navbar .kombos-product-card__media--hover, .cc_oredu26a_product_slider .kombos-product-card__media--hover, .cc_oredu26a_product_list .kombos-product-card__media--hover, .cc_oredu26a_account_favorites .kombos-product-card__media--hover, .cc_oredu26a_header .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_oredu26a_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_oredu26a_header .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--placeholder, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__media--placeholder, .cc_oredu26a_navbar .kombos-product-card__media--placeholder, .cc_oredu26a_product_slider .kombos-product-card__media--placeholder, .cc_oredu26a_product_list .kombos-product-card__media--placeholder, .cc_oredu26a_account_favorites .kombos-product-card__media--placeholder, .cc_oredu26a_header .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;
}

/* Badges */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__badges, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__badges, .cc_oredu26a_navbar .kombos-product-card__badges, .cc_oredu26a_product_slider .kombos-product-card__badges, .cc_oredu26a_product_list .kombos-product-card__badges, .cc_oredu26a_account_favorites .kombos-product-card__badges, .cc_oredu26a_header .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__favorite, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__favorite, .cc_oredu26a_navbar .kombos-product-card__favorite, .cc_oredu26a_product_slider .kombos-product-card__favorite, .cc_oredu26a_product_list .kombos-product-card__favorite, .cc_oredu26a_account_favorites .kombos-product-card__favorite, .cc_oredu26a_header .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_oredu26a_pPqFNHXcYm .kombos-product-card__overlay, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__overlay, .cc_oredu26a_navbar .kombos-product-card__overlay, .cc_oredu26a_product_slider .kombos-product-card__overlay, .cc_oredu26a_product_list .kombos-product-card__overlay, .cc_oredu26a_account_favorites .kombos-product-card__overlay, .cc_oredu26a_header .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__sold-out-badge, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__sold-out-badge, .cc_oredu26a_navbar .kombos-product-card__sold-out-badge, .cc_oredu26a_product_slider .kombos-product-card__sold-out-badge, .cc_oredu26a_product_list .kombos-product-card__sold-out-badge, .cc_oredu26a_account_favorites .kombos-product-card__sold-out-badge, .cc_oredu26a_header .kombos-product-card__sold-out-badge {
  backdrop-filter: blur(10px);
  background: rgba(31, 24, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 0.85rem;
  box-shadow: 0 0.55rem 1.4rem rgba(22, 16, 12, 0.2);
  color: #fffaf3;
  font-size: 0.58rem;
  font-weight: 600;
  left: 0.85rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0.68rem 0.82rem 0.62rem;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}


/* Add to Cart Button */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__add-btn, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__add-btn, .cc_oredu26a_navbar .kombos-product-card__add-btn, .cc_oredu26a_product_slider .kombos-product-card__add-btn, .cc_oredu26a_product_list .kombos-product-card__add-btn, .cc_oredu26a_account_favorites .kombos-product-card__add-btn, .cc_oredu26a_header .kombos-product-card__add-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .cc_oredu26a_pPqFNHXcYm .kombos-product-card__sold-out-badge, .cc_oredu26a_ore_dune_header_v2 .kombos-product-card__sold-out-badge, .cc_oredu26a_navbar .kombos-product-card__sold-out-badge, .cc_oredu26a_product_slider .kombos-product-card__sold-out-badge, .cc_oredu26a_product_list .kombos-product-card__sold-out-badge, .cc_oredu26a_account_favorites .kombos-product-card__sold-out-badge, .cc_oredu26a_header .kombos-product-card__sold-out-badge {
    bottom: 1rem;
    left: 1rem;
  }
}
