.similar-product-card .secondary-image-hover {
    background: #f5f5f5 !important;
}

/* ================================
   Kumaş Seçenekleri Lightbox (taxonomy item'lar arasında geçiş)
   ================================ */
.kumas-secenekleri-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.kumas-secenekleri-modal.active {
  opacity: 1;
  visibility: visible;
}
.kumas-secenekleri-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.kumas-secenekleri-content {
  position: relative;
  width: 100%;
  max-width: 78vw;
  max-height: 82vh;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.kumas-lightbox-slides {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.kumas-lightbox-slide {
  display: none;
  height: 100%;
  min-height: 280px;
  overflow-y: auto;
  flex: 1;
  flex-direction: column;
}
.kumas-lightbox-slide.active {
  display: flex;
  flex-direction: column;
}
.kumas-lightbox-prev,
.kumas-lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.kumas-lightbox-prev:hover,
.kumas-lightbox-next:hover {
  background-color: #f0f0f0;
  transform: translateY(-50%) scale(1.05);
}
.kumas-lightbox-prev {
  left: 24px;
}
.kumas-lightbox-next {
  right: 24px;
}
.kumas-lightbox-prev svg,
.kumas-lightbox-next svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}
.kumas-lightbox-counter {
  flex-shrink: 0;
  align-self: center;
  background-color: #121212;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
}
.kumas-lightbox-counter .kumas-current,
.kumas-lightbox-counter .kumas-total {
  font-variant-numeric: tabular-nums;
}
.kumas-secenekleri-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.kumas-secenekleri-close:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
}
.kumas-secenekleri-close svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}
.kumas-secenekleri-title {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  margin: 0;
  padding: 24px 24px 16px;
  text-align: center;
  flex-shrink: 0;
}
.kumas-secenekleri-inner {
  padding: 0 24px 24px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.kumas-secenekleri-top-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.kumas-secenekleri-top-image img {
  width: 500px;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.kumas-secenekleri-body {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
  min-height: 0;
  justify-content: center;
  background-color: #fff;
  margin-top: 50px;
  padding: 20px;
}
.kumas-secenekleri-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
  gap: 8px 4px;
}
.kumas-item {
  display: block;
  margin-bottom: 8px;
  flex: 0 1 auto;
}
.kumas-item-title {
  display: block;
  font-weight: 600;
  color: #121212;
  margin-bottom: 4px;
}
.kumas-item-desc {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.kumas-sep {
  display: inline-block;
  margin: 0 50px;
  color: #999;
  font-weight: 700;
  border-left: 1px solid #000;
  height: 50px;
  vertical-align: middle;
}
.kumas-secenekleri-right {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 150px;
}
.kumas-thumb {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f0;
}
.kumas-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kumas-secenekleri-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kumas-secenekleri-item {
  margin: 0 0 12px 0;
}
.kumas-secenekleri-item a {
  color: #121212;
  text-decoration: none;
  font-weight: 500;
}
.kumas-secenekleri-item a:hover {
  text-decoration: underline;
}
.kumas-secenekleri-empty {
  margin: 0;
  color: #666;
  text-align: center;
  padding: 24px 0;
}
@media (max-width:1024px) {
  .kumas-sep {
    display: none !important;
  }
  .kumas-secenekleri-top-image img {
    height: 350px !important;
    width: 100%;
  }
  .kumas-secenekleri-modal {
    padding: 16px;
  }
  .kumas-secenekleri-content {
    max-width: 95vw;
    max-height: 88vh;
  }
  .kumas-secenekleri-close {
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
  .kumas-secenekleri-close svg {
    width: 20px;
    height: 20px;
  }
  .kumas-lightbox-prev {
    left: 12px;
    width: 40px;
    height: 40px;
  }
  .kumas-lightbox-next {
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .kumas-lightbox-prev svg,
  .kumas-lightbox-next svg {
    width: 20px;
    height: 20px;
  }
  .kumas-lightbox-counter {
    font-size: 13px;
    padding: 6px 12px;
  }
  .kumas-secenekleri-body {
    flex-direction: column;
    margin-top: 0px;
  }
  .kumas-secenekleri-right {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}