.pa-annotator {
    position: relative !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

@media (min-width: 1025px) {
    .pa-annotator {
        min-height: 800px;
    }
}

.pa-image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.pa-image-wrap img.pa-product-img,
.pa-image-wrap picture.pa-product-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.pa-image-wrap picture.pa-product-img img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.pa-image-wrap svg.pa-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.pa-line {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-dasharray: 5 4;
}

.pa-dot {
    fill: #fff;
}

.pa-bubble {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    padding: 10px 16px;
    max-width: 160px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    backdrop-filter: blur(4px);
}

.pa-hotspot {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #1a0a3c;
    font-size: 13px;
    font-weight: 700;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.pa-hotspot.active {
    animation: pa-pulse 2s infinite;
}

.pa-mobile-panel {
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    padding: 10px 16px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    backdrop-filter: blur(4px);
    z-index: 20;
    pointer-events: none;
}

@keyframes pa-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
    70%  { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (max-width: 1024px) {
    .pa-annotator { padding: 0 !important; }
    .pa-bubble    { display: none !important; }
    .pa-svg       { display: none !important; }
}

.pa-annotator {
	display: flex;
  justify-content: center;
  align-items: center;
}

.pa-annotator .pa-image-wrap {
	display: flex !important;
  justify-content: center;
  align-items: center;
	width: auto !important;
}

.pa-annotator .pa-image-wrap picture.pa-product-img {
	width: auto !important;
}

.pa-annotator .pa-image-wrap picture.pa-product-img img  {
	max-width: 686px;
  object-fit: contain;
  object-position: center center;
}


@media (max-width: 1024px) {
	.pa-annotator .pa-image-wrap picture.pa-product-img img {
		max-width: 536px;
	}
}

@media (max-width: 767px) {
	.pa-annotator .pa-image-wrap {
		margin: 0 20px;
	}

	.pa-annotator .pa-image-wrap picture.pa-product-img img {
		max-width: 100%;
	}
}

.pa-annotator .pa-mobile-panel,
.pa-annotator .pa-bubble {
	min-width: 300px;
	padding: 20px;
	border-radius: 30px;
	border: 1px solid var(--e-global-color-4d0d7a3);
  background-color: var(--e-global-color-b52f5a2);
}

.pa-annotator .pa-bubble-text,
.pa-annotator .pa-mobile-panel {
	text-align: center;
  font-family: var(--e-global-typography-b7fd117-font-family);
  font-size: var(--e-global-typography-b7fd117-font-size);
  font-weight: var(--e-global-typography-b7fd117-font-weight);
  font-style: var(--e-global-typography-b7fd117-font-style);
  text-decoration: var(--e-global-typography-b7fd117-text-decoration);
  line-height: var(--e-global-typography-b7fd117-line-height);
  color: var(--e-global-color-accent);
}

.pa-annotator .pa-mobile-panel {
	display: none;
}

@media (max-width: 1024px) {
	.pa-annotator {
		flex-direction: column;
		gap: 10px;
	}

	.pa-annotator .pa-mobile-panel {
		display: block;
		position: relative;
		width: 100%;
		min-width: auto;
		max-width: 300px;
		height: max-content !important;
	}
}

.pa-annotator .pa-hotspot {
	width: 30px;
  height: 30px;
  border-radius: 100%;
	font-family: var(--e-global-typography-accent-font-family);
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-4d0d7a3);
  background-color: var(--e-global-color-b52f5a2);
}

.pa-annotator .pa-hotspot.active {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-accent);
	background-color: var(--e-global-color-accent);
}
