.erix-b2bqc-fly-img,
.erix-b2bqc-fly-fallback {
    position: fixed !important;
    z-index: 999999 !important;
    pointer-events: none !important;
    object-fit: contain !important;
    opacity: .99;
    border-radius: 12px;
    transition: top 2.55s cubic-bezier(.16,.78,.22,1), left 2.55s cubic-bezier(.16,.78,.22,1), width 2.55s ease, height 2.55s ease, opacity 2.55s ease, transform 2.55s ease;
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
    background: #fff;
    image-rendering: auto;
    transform-origin: center center;
}

.erix-b2bqc-fly-fallback {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 84px;
    min-height: 42px;
    padding: 8px 12px;
    background: #71b5d2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.erix-b2bqc-cart-pulse {
    animation: erixB2bQcCartPulse .7s ease;
}

@keyframes erixB2bQcCartPulse {
    0% { transform: scale(1); }
    45% { transform: scale(1.11); }
    100% { transform: scale(1); }
}
