
/* ===== Product Card — exquise reference ===== */
.cc_08gehf9r_navbar .kombos-product-card, .cc_08gehf9r_productslider .kombos-product-card, .cc_08gehf9r_productlist .kombos-product-card, .cc_08gehf9r_accountfavorites .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper — exquise: square corners */
.cc_08gehf9r_navbar .kombos-product-card__image-wrapper, .cc_08gehf9r_productslider .kombos-product-card__image-wrapper, .cc_08gehf9r_productlist .kombos-product-card__image-wrapper, .cc_08gehf9r_accountfavorites .kombos-product-card__image-wrapper {
  position: relative;
  overflow: hidden;
}

.cc_08gehf9r_navbar .kombos-product-card__media-link, .cc_08gehf9r_productslider .kombos-product-card__media-link, .cc_08gehf9r_productlist .kombos-product-card__media-link, .cc_08gehf9r_accountfavorites .kombos-product-card__media-link {
  display: block;
}

.cc_08gehf9r_navbar .kombos-product-card__media, .cc_08gehf9r_productslider .kombos-product-card__media, .cc_08gehf9r_productlist .kombos-product-card__media, .cc_08gehf9r_accountfavorites .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

/* In-card gallery: the active image sits in flow, neighbors preload hidden */
.cc_08gehf9r_navbar .kombos-product-card__media--inactive, .cc_08gehf9r_productslider .kombos-product-card__media--inactive, .cc_08gehf9r_productlist .kombos-product-card__media--inactive, .cc_08gehf9r_accountfavorites .kombos-product-card__media--inactive {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.cc_08gehf9r_navbar .kombos-product-card__media--placeholder, .cc_08gehf9r_productslider .kombos-product-card__media--placeholder, .cc_08gehf9r_productlist .kombos-product-card__media--placeholder, .cc_08gehf9r_accountfavorites .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;
}

/* In-card gallery arrows (exquise: 32px, subtle until hover) */
.cc_08gehf9r_navbar .kombos-product-card__img-arrow, .cc_08gehf9r_productslider .kombos-product-card__img-arrow, .cc_08gehf9r_productlist .kombos-product-card__img-arrow, .cc_08gehf9r_accountfavorites .kombos-product-card__img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  color: var(--kombos-gray-900);
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.cc_08gehf9r_navbar .kombos-product-card__img-arrow--prev, .cc_08gehf9r_productslider .kombos-product-card__img-arrow--prev, .cc_08gehf9r_productlist .kombos-product-card__img-arrow--prev, .cc_08gehf9r_accountfavorites .kombos-product-card__img-arrow--prev {
  left: 0.5rem;
}

.cc_08gehf9r_navbar .kombos-product-card__img-arrow--next, .cc_08gehf9r_productslider .kombos-product-card__img-arrow--next, .cc_08gehf9r_productlist .kombos-product-card__img-arrow--next, .cc_08gehf9r_accountfavorites .kombos-product-card__img-arrow--next {
  right: 0.5rem;
}

/* Touch devices: arrows always faintly visible */
@media (hover: none) {
  .cc_08gehf9r_navbar .kombos-product-card__img-arrow, .cc_08gehf9r_productslider .kombos-product-card__img-arrow, .cc_08gehf9r_productlist .kombos-product-card__img-arrow, .cc_08gehf9r_accountfavorites .kombos-product-card__img-arrow {
    opacity: 0.5;
  }
}

.cc_08gehf9r_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow, .cc_08gehf9r_productslider .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow, .cc_08gehf9r_productlist .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow, .cc_08gehf9r_accountfavorites .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow {
  opacity: 0.35;
}

.cc_08gehf9r_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow:hover, .cc_08gehf9r_productslider .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow:hover, .cc_08gehf9r_productlist .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow:hover, .cc_08gehf9r_accountfavorites .kombos-product-card__image-wrapper:hover .kombos-product-card__img-arrow:hover {
  opacity: 1;
}

/* Badges */
.cc_08gehf9r_navbar .kombos-product-card__badges, .cc_08gehf9r_productslider .kombos-product-card__badges, .cc_08gehf9r_productlist .kombos-product-card__badges, .cc_08gehf9r_accountfavorites .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite — ikon küçük, tıklama alanı padding ile korunur */
.cc_08gehf9r_navbar .kombos-product-card__favorite, .cc_08gehf9r_productslider .kombos-product-card__favorite, .cc_08gehf9r_productlist .kombos-product-card__favorite, .cc_08gehf9r_accountfavorites .kombos-product-card__favorite {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  font-size: 1.0625rem;
  color: var(--kombos-gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cc_08gehf9r_navbar .kombos-product-card__favorite, .cc_08gehf9r_productslider .kombos-product-card__favorite, .cc_08gehf9r_productlist .kombos-product-card__favorite, .cc_08gehf9r_accountfavorites .kombos-product-card__favorite {
    font-size: 1.1875rem;
  }
}

/* Quick add "+" — exquise: 24px white circle, bottom-right, reveals on hover */
.cc_08gehf9r_navbar .kombos-product-card__quick-add, .cc_08gehf9r_productslider .kombos-product-card__quick-add, .cc_08gehf9r_productlist .kombos-product-card__quick-add, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-add {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kombos-white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  color: var(--kombos-gray-900);
  font-size: 0.75rem;
  box-shadow: 0 0 4px rgba(28, 28, 28, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}

/* Touch devices: quick add always visible */
@media (hover: none) {
  .cc_08gehf9r_navbar .kombos-product-card__quick-add, .cc_08gehf9r_productslider .kombos-product-card__quick-add, .cc_08gehf9r_productlist .kombos-product-card__quick-add, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-add {
    opacity: 1;
  }
}

.cc_08gehf9r_navbar .kombos-product-card__image-wrapper:hover .kombos-product-card__quick-add, .cc_08gehf9r_productslider .kombos-product-card__image-wrapper:hover .kombos-product-card__quick-add, .cc_08gehf9r_productlist .kombos-product-card__image-wrapper:hover .kombos-product-card__quick-add, .cc_08gehf9r_accountfavorites .kombos-product-card__image-wrapper:hover .kombos-product-card__quick-add {
  opacity: 1;
}

/* Quick add size popup — exquise: white bar over image bottom.
   Mobil: kompakt panel (görselde az yer kaplasın); masaüstü boyutu media'da */
.cc_08gehf9r_navbar .kombos-product-card__quick-popup, .cc_08gehf9r_productslider .kombos-product-card__quick-popup, .cc_08gehf9r_productlist .kombos-product-card__quick-popup, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--kombos-white);
  padding: 0.625rem 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  z-index: 3;
}

.cc_08gehf9r_navbar .kombos-product-card__quick-popup--open, .cc_08gehf9r_productslider .kombos-product-card__quick-popup--open, .cc_08gehf9r_productlist .kombos-product-card__quick-popup--open, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-popup--open {
  opacity: 1;
  visibility: visible;
}

.cc_08gehf9r_navbar .kombos-product-card__quick-list, .cc_08gehf9r_productslider .kombos-product-card__quick-list, .cc_08gehf9r_productlist .kombos-product-card__quick-list, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}

/* Beden chip'i — ölçek dışı boyutlar: mobil 12px, masaüstü 13px (media'da) */
.cc_08gehf9r_navbar .kombos-product-card__quick-size, .cc_08gehf9r_productslider .kombos-product-card__quick-size, .cc_08gehf9r_productlist .kombos-product-card__quick-size, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-size {
  display: block;
  padding: 0.1875rem 0.4375rem;
  min-width: 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  background: var(--kombos-white);
  border: 1px solid var(--kombos-gray-200);
  border-radius: 4px;
  cursor: pointer;
  color: var(--kombos-gray-900);
  transition: border-color 0.2s ease;
}

@media (min-width: 1024px) {
  .cc_08gehf9r_navbar .kombos-product-card__quick-popup, .cc_08gehf9r_productslider .kombos-product-card__quick-popup, .cc_08gehf9r_productlist .kombos-product-card__quick-popup, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-popup {
    padding: 0.875rem 1rem;
  }

  .cc_08gehf9r_navbar .kombos-product-card__quick-list, .cc_08gehf9r_productslider .kombos-product-card__quick-list, .cc_08gehf9r_productlist .kombos-product-card__quick-list, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-list {
    gap: 0.3125rem;
  }

  .cc_08gehf9r_navbar .kombos-product-card__quick-size, .cc_08gehf9r_productslider .kombos-product-card__quick-size, .cc_08gehf9r_productlist .kombos-product-card__quick-size, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-size {
    padding: 0.1875rem 0.5rem;
    min-width: 2.125rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

.cc_08gehf9r_navbar .kombos-product-card__quick-size:hover:not(:disabled), .cc_08gehf9r_productslider .kombos-product-card__quick-size:hover:not(:disabled), .cc_08gehf9r_productlist .kombos-product-card__quick-size:hover:not(:disabled), .cc_08gehf9r_accountfavorites .kombos-product-card__quick-size:hover:not(:disabled) {
  border-color: var(--kombos-gray-900);
}

.cc_08gehf9r_navbar .kombos-product-card__quick-size:disabled, .cc_08gehf9r_productslider .kombos-product-card__quick-size:disabled, .cc_08gehf9r_productlist .kombos-product-card__quick-size:disabled, .cc_08gehf9r_accountfavorites .kombos-product-card__quick-size:disabled {
  opacity: 0.5;
  cursor: default;
  text-decoration: line-through;
}

/* Out of stock overlay */
.cc_08gehf9r_navbar .kombos-product-card__overlay, .cc_08gehf9r_productslider .kombos-product-card__overlay, .cc_08gehf9r_productlist .kombos-product-card__overlay, .cc_08gehf9r_accountfavorites .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_08gehf9r_navbar .kombos-product-card__add-btn, .cc_08gehf9r_productslider .kombos-product-card__add-btn, .cc_08gehf9r_productlist .kombos-product-card__add-btn, .cc_08gehf9r_accountfavorites .kombos-product-card__add-btn {
  width: 100%;
}
