
/* ProductHotspots canvas — paylaşılan stiller (stage + pin + kart). */

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__stage, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__stage {
  position: relative;
  overflow: hidden;
  background: #eef0f3;
  --ih-ease: cubic-bezier(0.33, 1, 0.68, 1);
  --ih-ink: #14141a;
  --ih-accent: var(--color-accent, #2563eb);
  /* border-radius inline geliyor */
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__media, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3; /* layout shift önlenir */
  object-fit: cover;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__media--empty, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__media--empty {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #e7eaef, var(--color-surface-alt, #f4f6f8));
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__layer, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* ── Pin ("+") ── */
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(11, 18, 32, 0.16);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 200ms var(--ih-ease), background 200ms var(--ih-ease), box-shadow 200ms var(--ih-ease);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin:hover, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin:hover { transform: scale(1.06); }

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin:focus-visible, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin:focus-visible {
  outline: none;
  box-shadow: 0 4px 14px rgba(11, 18, 32, 0.16), 0 0 0 3px var(--ih-accent);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon {
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  transition: transform 200ms var(--ih-ease);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::before, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::before, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::after, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--ih-ink);
  border-radius: 2px;
  box-sizing: border-box;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::before, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::after, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__pin, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__pin { background: #fff; }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__pin-icon { transform: rotate(45deg); }

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin--static, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin--static, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin--static .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin--static .interactive-hotspots__pin-icon { transition: none; }

/* ── Ürün kartı ── */
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card {
  position: absolute;
  z-index: 3;
  width: 260px;
  max-width: min(280px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms var(--ih-ease), transform 200ms var(--ih-ease), visibility 0s linear 200ms;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__card, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 200ms var(--ih-ease), transform 200ms var(--ih-ease), visibility 0s;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-link, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(11, 18, 32, 0.16);
  text-decoration: none;
  transition: box-shadow 200ms var(--ih-ease), transform 200ms var(--ih-ease);
}

.cc_iaGi07ZoIl_juRAN2gs3B a.interactive-hotspots__card-link:hover, .cc_iaGi07ZoIl_eESwbZ3L46 a.interactive-hotspots__card-link:hover {
  box-shadow: 0 14px 36px rgba(11, 18, 32, 0.22);
  transform: translateY(-1px);
}

.cc_iaGi07ZoIl_juRAN2gs3B a.interactive-hotspots__card-link:focus-visible, .cc_iaGi07ZoIl_eESwbZ3L46 a.interactive-hotspots__card-link:focus-visible {
  outline: 2px solid var(--ih-accent);
  outline-offset: 2px;
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-link--plain, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-link--plain { cursor: default; }

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-name, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ih-ink);
}

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-cta, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-cta {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ih-accent);
}

/* ── Kart yönleri ── */
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--top, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--top { left: 50%; bottom: calc(100% + 14px); transform: translateX(-50%); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--bottom, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--bottom { left: 50%; top: calc(100% + 14px); transform: translateX(-50%); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--left, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--left { right: calc(100% + 14px); top: 50%; transform: translateY(-50%); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--right, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--right { left: calc(100% + 14px); top: 50%; transform: translateY(-50%); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--top-left, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--top-left { right: calc(50% - 20px); bottom: calc(100% + 14px); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--top-right, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--top-right { left: calc(50% - 20px); bottom: calc(100% + 14px); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--bottom-left, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--bottom-left { right: calc(50% - 20px); top: calc(100% + 14px); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card--bottom-right, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card--bottom-right { left: calc(50% - 20px); top: calc(100% + 14px); }

.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__card--top, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__card--top, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__card--bottom, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__card--bottom { transform: translateX(-50%); }
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__card--left, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__card--left, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__spot.is-open .interactive-hotspots__card--right, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__spot.is-open .interactive-hotspots__card--right { transform: translateY(-50%); }

/* ── Debug ── */
.cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__debug, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__debug {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  z-index: 4;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(11, 18, 32, 0.85);
  color: #fff;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin { width: 48px; height: 48px; }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card { width: 240px; }
}

@media (max-width: 767px) {
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin { width: 44px; height: 44px; }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon { width: 15px; height: 15px; }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::before, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::before { width: 14px; }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon::after, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon::after { height: 14px; }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card { width: min(280px, calc(100vw - 32px)); }
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-name, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-name { font-size: 14.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__pin-icon, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card, .cc_iaGi07ZoIl_juRAN2gs3B .interactive-hotspots__card-link, .cc_iaGi07ZoIl_eESwbZ3L46 .interactive-hotspots__card-link {
    transition: none !important;
  }
}
