
/* ===== Product Card ===== */
.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card, .cc_xxJ4QqhzHX_navbar .kombos-product-card, .cc_xxJ4QqhzHX_product_slider .kombos-product-card, .cc_xxJ4QqhzHX_product_list .kombos-product-card, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 12px;
  background: var(--kombos-white);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card:hover, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card:hover, .cc_xxJ4QqhzHX_navbar .kombos-product-card:hover, .cc_xxJ4QqhzHX_product_slider .kombos-product-card:hover, .cc_xxJ4QqhzHX_product_list .kombos-product-card:hover, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card:hover {
  border-color: var(--kombos-brand-200);
  box-shadow: 0 4px 16px rgba(230, 0, 0, 0.08);
}

/* Image wrapper */
.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__image-wrapper, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__image-wrapper, .cc_xxJ4QqhzHX_navbar .kombos-product-card__image-wrapper, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__image-wrapper, .cc_xxJ4QqhzHX_product_list .kombos-product-card__image-wrapper, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__media-link, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__media-link, .cc_xxJ4QqhzHX_navbar .kombos-product-card__media-link, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__media-link, .cc_xxJ4QqhzHX_product_list .kombos-product-card__media-link, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__media-link {
  display: block;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__media, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__media, .cc_xxJ4QqhzHX_navbar .kombos-product-card__media, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__media, .cc_xxJ4QqhzHX_product_list .kombos-product-card__media, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_navbar .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_product_list .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__media--primary {
  transition: opacity 0.3s ease;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_navbar .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_product_list .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_product_list .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__media--placeholder, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__media--placeholder, .cc_xxJ4QqhzHX_navbar .kombos-product-card__media--placeholder, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__media--placeholder, .cc_xxJ4QqhzHX_product_list .kombos-product-card__media--placeholder, .cc_xxJ4QqhzHX_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;
}

/* Badges */
.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__badges, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__badges, .cc_xxJ4QqhzHX_navbar .kombos-product-card__badges, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__badges, .cc_xxJ4QqhzHX_product_list .kombos-product-card__badges, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__favorite, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__favorite, .cc_xxJ4QqhzHX_navbar .kombos-product-card__favorite, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__favorite, .cc_xxJ4QqhzHX_product_list .kombos-product-card__favorite, .cc_xxJ4QqhzHX_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_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__overlay, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__overlay, .cc_xxJ4QqhzHX_navbar .kombos-product-card__overlay, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__overlay, .cc_xxJ4QqhzHX_product_list .kombos-product-card__overlay, .cc_xxJ4QqhzHX_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_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_navbar .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_product_list .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__add-btn {
  width: 100%;
}

/* Category list layout */
.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card--category, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card--category, .cc_xxJ4QqhzHX_navbar .kombos-product-card--category, .cc_xxJ4QqhzHX_product_slider .kombos-product-card--category, .cc_xxJ4QqhzHX_product_list .kombos-product-card--category, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card--category {
  height: 100%;
  gap: 0.625rem;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card--category:hover, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card--category:hover, .cc_xxJ4QqhzHX_navbar .kombos-product-card--category:hover, .cc_xxJ4QqhzHX_product_slider .kombos-product-card--category:hover, .cc_xxJ4QqhzHX_product_list .kombos-product-card--category:hover, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card--category:hover {
  border-color: var(--kombos-gray-300);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__content, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__content, .cc_xxJ4QqhzHX_navbar .kombos-product-card__content, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__content, .cc_xxJ4QqhzHX_product_list .kombos-product-card__content, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card--category .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card--category .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_navbar .kombos-product-card--category .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_product_slider .kombos-product-card--category .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_product_list .kombos-product-card--category .kombos-product-card__add-btn, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card--category .kombos-product-card__add-btn {
  margin-top: auto;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__attribute-badges, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__attribute-badges, .cc_xxJ4QqhzHX_navbar .kombos-product-card__attribute-badges, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__attribute-badges, .cc_xxJ4QqhzHX_product_list .kombos-product-card__attribute-badges, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__attribute-badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  max-width: calc(100% - 3rem);
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__attribute-badge, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__attribute-badge, .cc_xxJ4QqhzHX_navbar .kombos-product-card__attribute-badge, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__attribute-badge, .cc_xxJ4QqhzHX_product_list .kombos-product-card__attribute-badge, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__attribute-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem 0.25rem 0.375rem;
  border-radius: 999px;
  border: 1px solid var(--kombos-brand-100);
  background: var(--kombos-brand-50);
  color: var(--kombos-brand-600);
  line-height: 1.2;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__attribute-badge-icon, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__attribute-badge-icon, .cc_xxJ4QqhzHX_navbar .kombos-product-card__attribute-badge-icon, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__attribute-badge-icon, .cc_xxJ4QqhzHX_product_list .kombos-product-card__attribute-badge-icon, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__attribute-badge-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.875rem;
  height: 0.875rem;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card__attribute-badge-icon .kombos-icon, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card__attribute-badge-icon .kombos-icon, .cc_xxJ4QqhzHX_navbar .kombos-product-card__attribute-badge-icon .kombos-icon, .cc_xxJ4QqhzHX_product_slider .kombos-product-card__attribute-badge-icon .kombos-icon, .cc_xxJ4QqhzHX_product_list .kombos-product-card__attribute-badge-icon .kombos-icon, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card__attribute-badge-icon .kombos-icon {
  width: 100%;
  height: 100%;
}

.cc_xxJ4QqhzHX_kqADJtY1iO .kombos-product-card--category .kombos-product-card__favorite, .cc_xxJ4QqhzHX_1zXyz6E0Tc .kombos-product-card--category .kombos-product-card__favorite, .cc_xxJ4QqhzHX_navbar .kombos-product-card--category .kombos-product-card__favorite, .cc_xxJ4QqhzHX_product_slider .kombos-product-card--category .kombos-product-card__favorite, .cc_xxJ4QqhzHX_product_list .kombos-product-card--category .kombos-product-card__favorite, .cc_xxJ4QqhzHX_account_favorites .kombos-product-card--category .kombos-product-card__favorite {
  z-index: 3;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.25rem;
}
