.brwsc-button {
    position: relative;
    z-index: 12;
}

.brwsc-loop-js {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
}

.brwsc-single-js,
.brwsc-single-hook {
    clear: both;
    margin: 12px 0;
}

.brwsc-loading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    opacity: .55;
}

.brwsc-fake-heart {
    display: none !important;
}

/* Evita que estilos agressivos do tema escondam o botão oficial. */
.brwsc-button .wishsuite-button,
.brwsc-button [class*="wishsuite"] a,
.brwsc-button a[class*="wishsuite"] {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Em grades, mantém o botão compacto sem alterar a altura dos produtos. */
li.product .brwsc-loop-js .wishsuite-button,
.product.type-product .brwsc-loop-js .wishsuite-button {
    margin: 0 !important;
}
