
.cc_MWZh2oluPB_product_list .kombos-product-card, .cc_MWZh2oluPB_account_favorites .kombos-product-card, .cc_MWZh2oluPB_product_slider .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
  height: 100%;
  padding: 0.65rem;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  background: var(--kombos-white);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.cc_MWZh2oluPB_product_list .kombos-product-card:hover, .cc_MWZh2oluPB_account_favorites .kombos-product-card:hover, .cc_MWZh2oluPB_product_slider .kombos-product-card:hover {
  border-color: rgba(0, 172, 187, 0.55);
  box-shadow: 0 10px 26px rgba(23, 33, 38, 0.08);
}

.cc_MWZh2oluPB_product_list .kombos-product-card__image-wrapper, .cc_MWZh2oluPB_account_favorites .kombos-product-card__image-wrapper, .cc_MWZh2oluPB_product_slider .kombos-product-card__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: var(--kombos-gray-50);
}

.cc_MWZh2oluPB_product_list .kombos-product-card__media-link, .cc_MWZh2oluPB_account_favorites .kombos-product-card__media-link, .cc_MWZh2oluPB_product_slider .kombos-product-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__media, .cc_MWZh2oluPB_account_favorites .kombos-product-card__media, .cc_MWZh2oluPB_product_slider .kombos-product-card__media {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  object-fit: contain;
  object-position: center;
  background: var(--kombos-gray-50);
}

.cc_MWZh2oluPB_product_list .kombos-product-card__media--primary, .cc_MWZh2oluPB_account_favorites .kombos-product-card__media--primary, .cc_MWZh2oluPB_product_slider .kombos-product-card__media--primary {
  transition: opacity 0.25s ease;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__media--hover, .cc_MWZh2oluPB_account_favorites .kombos-product-card__media--hover, .cc_MWZh2oluPB_product_slider .kombos-product-card__media--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary, .cc_MWZh2oluPB_account_favorites .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary, .cc_MWZh2oluPB_product_slider .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--hover, .cc_MWZh2oluPB_account_favorites .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--hover, .cc_MWZh2oluPB_product_slider .kombos-product-card__image-wrapper:hover
  .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__media--placeholder, .cc_MWZh2oluPB_account_favorites .kombos-product-card__media--placeholder, .cc_MWZh2oluPB_product_slider .kombos-product-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__badges, .cc_MWZh2oluPB_account_favorites .kombos-product-card__badges, .cc_MWZh2oluPB_product_slider .kombos-product-card__badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__favorite, .cc_MWZh2oluPB_account_favorites .kombos-product-card__favorite, .cc_MWZh2oluPB_product_slider .kombos-product-card__favorite {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--kombos-gray-700);
  cursor: pointer;
  font-size: 1rem;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__favorite:hover, .cc_MWZh2oluPB_account_favorites .kombos-product-card__favorite:hover, .cc_MWZh2oluPB_product_slider .kombos-product-card__favorite:hover {
  color: var(--balsuzen-turquoise-dark);
}

.cc_MWZh2oluPB_product_list .kombos-product-card__overlay, .cc_MWZh2oluPB_account_favorites .kombos-product-card__overlay, .cc_MWZh2oluPB_product_slider .kombos-product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 33, 38, 0.22);
  pointer-events: none;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__actions, .cc_MWZh2oluPB_account_favorites .kombos-product-card__actions, .cc_MWZh2oluPB_product_slider .kombos-product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__actions
  .kombos-product-card__add-btn, .cc_MWZh2oluPB_account_favorites .kombos-product-card__actions
  .kombos-product-card__add-btn, .cc_MWZh2oluPB_product_slider .kombos-product-card__actions
  .kombos-product-card__add-btn {
  margin-top: 0;
}

.cc_MWZh2oluPB_product_list .kombos-product-card__add-btn, .cc_MWZh2oluPB_account_favorites .kombos-product-card__add-btn, .cc_MWZh2oluPB_product_slider .kombos-product-card__add-btn {
  width: 100%;
  margin-top: auto;
  font-weight: 700;
}