.hotspot-container {
    position: relative;
}
/* .hotspot-tooltip {
    position: absolute;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    left: -7px;
    top: -8px;
} */

.hotspot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hotspot-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hotspot-image-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-product-image {
    max-width: 100px;
    display: block;
    margin-bottom: 10px;
}

.tooltip-product-title,
.tooltip-product-price,
.tooltip-product-variants {
    margin: 5px 0;
    font-size: 14px;
    color: #000 !important;
}

.tooltip-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.tooltip-actions button {
    padding: 5px 10px;
    border: none;
    background: #0071a1;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tooltip-actions button.add-to-fav {
    background: #f39c12;
}

.product-disc {
    text-align: left;
}


.hotspot-image {
    max-width: 100%;
    height: auto;
    display: block;
}
.hotspot-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}