
/* ===== Product Card ===== */
.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card, .cc_gAOwkzarRu_navbar .kombos-product-card, .cc_gAOwkzarRu_product_slider .kombos-product-card, .cc_gAOwkzarRu_product_list .kombos-product-card, .cc_gAOwkzarRu_account_favorites .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__image-wrapper, .cc_gAOwkzarRu_navbar .kombos-product-card__image-wrapper, .cc_gAOwkzarRu_product_slider .kombos-product-card__image-wrapper, .cc_gAOwkzarRu_product_list .kombos-product-card__image-wrapper, .cc_gAOwkzarRu_account_favorites .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__media-link, .cc_gAOwkzarRu_navbar .kombos-product-card__media-link, .cc_gAOwkzarRu_product_slider .kombos-product-card__media-link, .cc_gAOwkzarRu_product_list .kombos-product-card__media-link, .cc_gAOwkzarRu_account_favorites .kombos-product-card__media-link {
  display: block;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__media, .cc_gAOwkzarRu_navbar .kombos-product-card__media, .cc_gAOwkzarRu_product_slider .kombos-product-card__media, .cc_gAOwkzarRu_product_list .kombos-product-card__media, .cc_gAOwkzarRu_account_favorites .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__media--primary, .cc_gAOwkzarRu_navbar .kombos-product-card__media--primary, .cc_gAOwkzarRu_product_slider .kombos-product-card__media--primary, .cc_gAOwkzarRu_product_list .kombos-product-card__media--primary, .cc_gAOwkzarRu_account_favorites .kombos-product-card__media--primary {
  transition: opacity 0.3s ease;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__media--hover, .cc_gAOwkzarRu_navbar .kombos-product-card__media--hover, .cc_gAOwkzarRu_product_slider .kombos-product-card__media--hover, .cc_gAOwkzarRu_product_list .kombos-product-card__media--hover, .cc_gAOwkzarRu_account_favorites .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--primary, .cc_gAOwkzarRu_navbar .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--primary, .cc_gAOwkzarRu_product_slider .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--primary, .cc_gAOwkzarRu_product_list .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--primary, .cc_gAOwkzarRu_account_favorites .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--hover, .cc_gAOwkzarRu_navbar .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--hover, .cc_gAOwkzarRu_product_slider .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--hover, .cc_gAOwkzarRu_product_list .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--hover, .cc_gAOwkzarRu_account_favorites .kombos-product-card__image-wrapper--has-hover:hover
  .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__media--placeholder, .cc_gAOwkzarRu_navbar .kombos-product-card__media--placeholder, .cc_gAOwkzarRu_product_slider .kombos-product-card__media--placeholder, .cc_gAOwkzarRu_product_list .kombos-product-card__media--placeholder, .cc_gAOwkzarRu_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_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__badges, .cc_gAOwkzarRu_navbar .kombos-product-card__badges, .cc_gAOwkzarRu_product_slider .kombos-product-card__badges, .cc_gAOwkzarRu_product_list .kombos-product-card__badges, .cc_gAOwkzarRu_account_favorites .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__favorite, .cc_gAOwkzarRu_navbar .kombos-product-card__favorite, .cc_gAOwkzarRu_product_slider .kombos-product-card__favorite, .cc_gAOwkzarRu_product_list .kombos-product-card__favorite, .cc_gAOwkzarRu_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_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__overlay, .cc_gAOwkzarRu_navbar .kombos-product-card__overlay, .cc_gAOwkzarRu_product_slider .kombos-product-card__overlay, .cc_gAOwkzarRu_product_list .kombos-product-card__overlay, .cc_gAOwkzarRu_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;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__stock-band, .cc_gAOwkzarRu_navbar .kombos-product-card__stock-band, .cc_gAOwkzarRu_product_slider .kombos-product-card__stock-band, .cc_gAOwkzarRu_product_list .kombos-product-card__stock-band, .cc_gAOwkzarRu_account_favorites .kombos-product-card__stock-band {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  padding: 0.625rem 1rem;
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__details, .cc_gAOwkzarRu_navbar .kombos-product-card__details, .cc_gAOwkzarRu_product_slider .kombos-product-card__details, .cc_gAOwkzarRu_product_list .kombos-product-card__details, .cc_gAOwkzarRu_account_favorites .kombos-product-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__name-link, .cc_gAOwkzarRu_navbar .kombos-product-card__name-link, .cc_gAOwkzarRu_product_slider .kombos-product-card__name-link, .cc_gAOwkzarRu_product_list .kombos-product-card__name-link, .cc_gAOwkzarRu_account_favorites .kombos-product-card__name-link {
  color: inherit;
  text-decoration: none;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__name, .cc_gAOwkzarRu_navbar .kombos-product-card__name, .cc_gAOwkzarRu_product_slider .kombos-product-card__name, .cc_gAOwkzarRu_product_list .kombos-product-card__name, .cc_gAOwkzarRu_account_favorites .kombos-product-card__name {
  display: -webkit-box;
  min-height: 3rem;
  margin: 0;
  overflow: hidden;
  color: var(--kombos-gray-900);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__name-link:hover .kombos-product-card__name, .cc_gAOwkzarRu_navbar .kombos-product-card__name-link:hover .kombos-product-card__name, .cc_gAOwkzarRu_product_slider .kombos-product-card__name-link:hover .kombos-product-card__name, .cc_gAOwkzarRu_product_list .kombos-product-card__name-link:hover .kombos-product-card__name, .cc_gAOwkzarRu_account_favorites .kombos-product-card__name-link:hover .kombos-product-card__name {
  color: var(--kombos-argerobo-orange-500);
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__prices, .cc_gAOwkzarRu_navbar .kombos-product-card__prices, .cc_gAOwkzarRu_product_slider .kombos-product-card__prices, .cc_gAOwkzarRu_product_list .kombos-product-card__prices, .cc_gAOwkzarRu_account_favorites .kombos-product-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__price, .cc_gAOwkzarRu_navbar .kombos-product-card__price, .cc_gAOwkzarRu_product_slider .kombos-product-card__price, .cc_gAOwkzarRu_product_list .kombos-product-card__price, .cc_gAOwkzarRu_account_favorites .kombos-product-card__price {
  color: var(--kombos-argerobo-orange-500);
}

.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__old-price, .cc_gAOwkzarRu_navbar .kombos-product-card__old-price, .cc_gAOwkzarRu_product_slider .kombos-product-card__old-price, .cc_gAOwkzarRu_product_list .kombos-product-card__old-price, .cc_gAOwkzarRu_account_favorites .kombos-product-card__old-price {
  color: var(--kombos-gray-400);
}


/* Add to Cart Button */
.cc_gAOwkzarRu_0VT5QzbrdD .kombos-product-card__add-btn, .cc_gAOwkzarRu_navbar .kombos-product-card__add-btn, .cc_gAOwkzarRu_product_slider .kombos-product-card__add-btn, .cc_gAOwkzarRu_product_list .kombos-product-card__add-btn, .cc_gAOwkzarRu_account_favorites .kombos-product-card__add-btn {
  width: 100%;
}
