.woocommerce ul.products li.product, .single-product div.product {
    position: relative;
}

/* Badge (logo) no canto inferior esquerdo */


@keyframes floaPulse {
    0% { transform: scale(1); opacity: 0.9; }
    5% { transform: scale(1.08); opacity: 1; }
    10% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(1); opacity: 0.9; }
}

/* Etiqueta da grelha: 'Pague XX,XX€ x3' + logo */
.floa-grid-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    z-index: 25;
    pointer-events: none;
}

.floa-grid-label .floa-grid-text {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

.floa-grid-label .floa-grid-logo {
    height: 16px;
    width: auto;
    display: block;
}
