/*
Generated time: May 7, 2025 22:06
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--hotspot-color)/.7)
    }

    100% {
        box-shadow: 0 0 0 12px rgba(var(--hotspot-color)/0)
    }
}

.hotspot {
    transform: translate(-50%, -50%)
}

.hotspot.is-active {
    z-index: 31
}

.hotspot__btn {
    width: 32px;
    height: 32px;
    transition: transform .3s, opacity .3s;
    border: 4px solid rgb(var(--text-color));
    border-radius: 50%;
    opacity: .6;
    background-color: rgb(var(--hotspot-color))
}

.hotspot__btn::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    animation: pulse 2.5s cubic-bezier(.1, .5, .3, 1) infinite;
    border-radius: 50%
}

.hotspot__btn:hover,
.is-active>.hotspot__btn {
    opacity: 1
}

.hotspot__btn:hover::before,
.is-active>.hotspot__btn::before {
    animation: none
}

.is-active>.hotspot__btn {
    transform: rotate(45deg)
}

.hotspot__btn>.icon {
    width: 20px;
    height: 20px;
    margin: 2px;
    stroke-width: 2px;
    stroke: var(--hotspot-cross-color)
}

.hotspot__card {
    visibility: hidden;
    top: calc(100% + 12px);
    left: 50%;
    width: 272px;
    padding: 16px;
    transform: translateX(-50%);
    transition: visibility 0s .3s, opacity .3s;
    opacity: 0;
    background-color: rgba(var(--bg-color));
    box-shadow: -4px 0 12px 0 rgba(0, 0, 0, .2);
    color: rgb(var(--text-color))
}

.is-active>.hotspot__card {
    visibility: visible;
    transition: visibility 0s, opacity .3s;
    opacity: 1
}

.cc-product-features {
    position: relative;
    z-index: 3
}

.product-features,
.shoppable-image__image {
    z-index: 1
}

.product-features__text .card__info {
    padding: calc(6 * var(--space-unit)) calc(6 * var(--space-unit)) calc(8 * var(--space-unit)) calc(6 * var(--space-unit))
}

.hotspot__btn {
    border: 0;
    opacity: 1;
    background-color: rgb(var(--hotspot-color))
}

.hotspot__card .card__vendor {
    font-size: .88em
}

.hotspot__card .card-link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-inline-end: 30px;
    font-size: var(--h6-font-size)
}

.hotspot__card .card-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: background-color .2s ease;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.5' fill='none'><path d='M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.5' fill='none'><path d='M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5'/></svg>")
}

[dir=rtl] .hotspot__card .card-link::before {
    right: auto;
    left: 0;
    transform: translateY(-50%) scaleX(-1)
}

.hotspot__card hr {
    margin-top: calc(2 * var(--space-unit));
    margin-bottom: calc(2 * var(--space-unit))
}

.hotspot__card {
    padding: calc(5 * var(--space-unit));
    transform: translateX(-50%) scale(.8);
    transition: visibility 0s .3s, opacity .3s, transform .3s
}

.is-active>.hotspot__card {
    transform: translateX(-50%) scale(1);
    transition: visibility 0s, opacity .3s, transform .3s
}

.shoppable-image {
    border-radius: 12px;
    overflow: hidden;
}

.cc-shoppable-image .shoppable-image__text .card__info {
    text-align: var(--text-align);
}

@media (min-width:769px) {
    .hotspot__btn {
        width: 40px;
        height: 40px
    }

    .hotspot__card {
        padding: calc(6 * var(--space-unit))
    }

    .hotspot__card--wide {
        width: 344px
    }
}

@media (min-width:1024px) {
    .shoppable-image {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .shoppable-image__text .card__info {
        padding: calc(8 * var(--space-unit))
    }
}

@media (min-width:1280px) {
    .shoppable-image__text .card__info {
        padding: calc(10 * var(--space-unit))
    }
}