.svp-wishlist-image-container {
    position: relative !important;
}

.svp-wishlist-image-container > .svp-native-wishlist-button {
    position: absolute !important;
    top: .5rem !important;
}

.woocommerce-product-gallery.svp-wishlist-gallery-host {
    /* Astra conserva aquí su propio position: sticky. */
}

.woocommerce-product-gallery.svp-wishlist-gallery-host > .svp-native-wishlist-button {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    left: auto !important;
    z-index: 8;
}

.svp-cross-sell-thumb-wrap {
    position: relative;
    min-width: 0;
}

.svp-cross-sell-thumb-wrap > .svp-cross-sell-thumb {
    display: block;
}

.svp-cross-sell-thumb-wrap > .svp-native-wishlist-button {
    position: absolute !important;
    top: .5rem !important;
    left: .5rem !important;
    right: auto !important;
    z-index: 5;
}

button.svp-mwi-native-wishlist-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    min-width: 2.5rem !important;
    min-height: 2.5rem !important;
    padding: 0 !important;
    color: var(--ast-global-color-0, #492cdd) !important;
    background: rgb(255 255 255 / 72%) !important;
    border: 1px solid rgb(0 0 0 / 8%) !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 12px rgb(0 0 0 / 14%) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    line-height: 1 !important;
    cursor: pointer !important;
    transition: transform .15s ease, background-color .15s ease, color .15s ease !important;
}

button.svp-mwi-native-wishlist-button:hover,
button.svp-mwi-native-wishlist-button:focus-visible {
    background: rgb(255 255 255 / 94%) !important;
    transform: translateY(-1px) scale(1.05);
}

button.svp-mwi-native-wishlist-button svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.8;
    pointer-events: none;
}

button.svp-mwi-native-wishlist-button.is-added svg {
    fill: currentColor;
}

button.svp-mwi-native-wishlist-button.is-loading {
    opacity: .65;
    cursor: wait !important;
}

.svp-mwi-wishlist-status {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100020;
    max-width: min(360px, calc(100vw - 40px));
    padding: 10px 14px;
    color: #fff;
    background: #177b3b;
    border-radius: 4px;
    box-shadow: 0 8px 28px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.svp-mwi-wishlist-status.is-error {
    background: #b32d2e;
}

.svp-mwi-wishlist-status.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
