/* ===== LookHotspot marker — absolutely placed over ShopTheLook's image =====
   Positions resolve against the parent's positioned `.stl__markers` layer
   (the static renderer wrapper does not establish a positioning context). */
.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker {
  position: absolute;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  z-index: 3;
}

@media (min-width: 768px) {
  .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker {
    left: var(--dx);
    top: var(--dy);
    width: 34px;
    height: 34px;
  }
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--stl-marker, #ffffff);
  box-shadow: 0 2px 8px rgba(26, 28, 28, 0.18);
  transition: background 240ms ease, transform 240ms ease;
}

@keyframes cc_pSmp65GtZr_z0S4mdrIWT_lh-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 2px 8px rgba(26, 28, 28, 0.18);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0), 0 2px 8px rgba(26, 28, 28, 0.18);
  }
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker[data-active="false"] .lh-marker__ring {
  animation: cc_pSmp65GtZr_z0S4mdrIWT_lh-pulse 2.4s ease-out infinite;
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:hover .lh-marker__ring, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:focus-visible .lh-marker__ring {
  background: rgba(255, 255, 255, 0.92);
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker[data-active="true"] .lh-marker__ring {
  background: var(--stl-marker, #ffffff);
  transform: scale(1.05);
  animation: none;
}

/* Inactive resting state: a small centred dot inside the ring */
.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--stl-marker-dot, #d7d7d7);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 200ms ease;
}

/* Dot gives way to the ＋ / ✕ on hover or when active */
.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:hover .lh-marker__dot, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:focus-visible .lh-marker__dot, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker[data-active="true"] .lh-marker__dot {
  opacity: 0;
}

/* ＋ / ✕ glyph — two bars rotating from + to × on activation */
.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__cross {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__bar {
  position: absolute;
  background: var(--color-text, #1a1c1c);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__bar--h {
  width: 12px;
  height: 2px;
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__bar--v {
  width: 2px;
  height: 12px;
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:hover .lh-marker__bar, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:focus-visible .lh-marker__bar, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker[data-active="true"] .lh-marker__bar {
  opacity: 1;
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker[data-active="true"] .lh-marker__cross {
  transform: rotate(45deg);
}

.cc_pSmp65GtZr_z0S4mdrIWT .lh-marker:focus-visible {
  outline: 2px solid var(--stl-marker, #ffffff);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__ring, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__cross, .cc_pSmp65GtZr_z0S4mdrIWT .lh-marker__bar {
    transition: none;
    animation: none;
  }
}
