.cc_3otbo66j_TVYyFOEaqJ .hotspot {
  position: absolute;
  left: var(--hs-x, 50%);
  top: var(--hs-y, 50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--si-font, "Barlow", system-ui, sans-serif);
}

/* Marker */
.cc_3otbo66j_TVYyFOEaqJ .hs-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--si-marker-size, 26px);
  height: var(--si-marker-size, 26px);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--si-marker-ring, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.cc_3otbo66j_TVYyFOEaqJ .hs-marker:hover {
  transform: scale(1.12);
}

.cc_3otbo66j_TVYyFOEaqJ .hs-dot {
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: var(--si-marker, #2f4fd8);
}

/* Product card popup */
.cc_3otbo66j_TVYyFOEaqJ .hs-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(6px);
  z-index: 3;
  display: flex;
  gap: 12px;
  width: 240px;
  padding: 12px;
  border-radius: 10px;
  background: var(--si-card-bg, #fff);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cc_3otbo66j_TVYyFOEaqJ .hotspot:hover .hs-card, .cc_3otbo66j_TVYyFOEaqJ .hs-marker:focus-visible + .hs-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cc_3otbo66j_TVYyFOEaqJ .hs-card-img {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  background: #f2f2f2;
}

.cc_3otbo66j_TVYyFOEaqJ .hs-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.cc_3otbo66j_TVYyFOEaqJ .hs-card-cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--si-card-cat, #9a9a9a);
}

.cc_3otbo66j_TVYyFOEaqJ .hs-card-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--si-card-name, #1a1a1a);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc_3otbo66j_TVYyFOEaqJ .hs-card-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.cc_3otbo66j_TVYyFOEaqJ .hs-price-current {
  font-size: 14px;
  font-weight: 700;
  color: var(--si-card-price, #c33130);
}

.cc_3otbo66j_TVYyFOEaqJ .hs-price-old {
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
  color: var(--si-card-old, #b0b0b0);
}

/* Mobile: per-dot position override + global mobile marker size */
@media (max-width: 768px) {
  .cc_3otbo66j_TVYyFOEaqJ .hotspot {
    left: var(--hs-x-m, var(--hs-x, 50%));
    top: var(--hs-y-m, var(--hs-y, 50%));
  }
  .cc_3otbo66j_TVYyFOEaqJ .hs-marker {
    width: var(--si-marker-msize, var(--si-marker-size, 26px));
    height: var(--si-marker-msize, var(--si-marker-size, 26px));
  }
}
