.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  --ps-hotspot-shift-x: 0px;
  --ps-hotspot-shift-y: 0px;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--alptekin-white, #fff);
  opacity: 0.6;
  animation: cc_9w18tgsw_VUwjSW5GPH_ps-hotspot-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot--open .ps-hotspot__ring {
  animation-play-state: paused;
  opacity: 0;
}

@keyframes cc_9w18tgsw_VUwjSW5GPH_ps-hotspot-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--alptekin-gray-900, #111);
  color: var(--alptekin-white, #fff);
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot i {
  transition: transform 0.2s ease;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot:hover, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot--open .ps-hotspot__dot {
  transform: scale(1.08);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot--open .ps-hotspot__dot i {
  transform: rotate(90deg);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot:focus-visible {
  outline: 2px solid var(--alptekin-white, #fff);
  outline-offset: 2px;
}

/* ===== Mini product popover ===== */
.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop {
  position: absolute;
  top: 50%;
  transform: translate(var(--ps-hotspot-shift-x), calc(-50% + var(--ps-hotspot-shift-y)));
  width: 200px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--alptekin-white, #fff);
  color: var(--alptekin-gray-900, #111);
  box-shadow:
    0 2px 6px -2px rgba(0, 0, 0, 0.12),
    0 16px 32px -12px rgba(0, 0, 0, 0.28);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot--open .ps-hotspot__pop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop--right {
  left: calc(100% + 18px);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop--left {
  right: calc(100% + 18px);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  border-radius: 50%;
  background: var(--alptekin-white, #fff);
  color: var(--alptekin-gray-900, #111);
  font-size: 10px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__close:hover {
  transform: scale(1.1);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__close:focus-visible {
  outline: 2px solid var(--alptekin-gray-900, #111);
  outline-offset: 2px;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  color: inherit;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__frame {
  position: relative;
  flex: none;
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 16px;
  background: var(--alptekin-gray-50, #f3f3f3);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 3px 6px;
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--alptekin-discount, #e02b2b);
  color: var(--alptekin-white, #fff);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -0.1px;
  white-space: nowrap;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.24);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__name {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__price {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 13px;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__price-now {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--alptekin-accent, #0a63e5);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__price-was {
  font-size: 11px;
  opacity: 0.4;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__arrow {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--alptekin-gray-50, #f3f3f3);
  color: var(--alptekin-gray-900, #111);
  font-size: 12px;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__card:hover .ps-hotspot__arrow {
  background: var(--alptekin-gray-900, #111);
  color: var(--alptekin-white, #fff);
  transform: translateX(2px);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip {
  position: absolute;
  top: 50%;
  transform: translate(var(--ps-hotspot-shift-x), calc(-50% + var(--ps-hotspot-shift-y)));
  width: max-content;
  max-width: 200px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4);
  color: var(--alptekin-white, #fff);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot--open .ps-hotspot__tip {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip--right {
  left: calc(100% + 12px);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip--left {
  right: calc(100% + 12px);
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip-desc {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.82;
}

@media (prefers-reduced-motion: reduce) {
  .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__dot i, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__close, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__ring {
    transition: none;
    animation: none;
  }
}

@media (max-width: 768px) {
  .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop--right, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__pop--left {
    top: calc(100% + 14px);
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(
      calc(-50% + var(--ps-hotspot-shift-x, 0px)),
      var(--ps-hotspot-shift-y, 0px)
    );
    width: min(200px, calc(100vw - 32px));
  }

  .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip--right, .cc_9w18tgsw_VUwjSW5GPH .ps-hotspot__tip--left {
    top: calc(100% + 14px);
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(
      calc(-50% + var(--ps-hotspot-shift-x, 0px)),
      var(--ps-hotspot-shift-y, 0px)
    );
    max-width: min(200px, calc(100vw - 32px));
  }
}
