.abc-contact-whatsapp-float {
    position: fixed;
    left: 18px;
    right: auto;
    bottom: 18px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.32);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.abc-contact-whatsapp-float:hover,
.abc-contact-whatsapp-float:focus {
    background: #1fb858;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 32px rgba(37, 211, 102, 0.38);
    outline: none;
}

.abc-contact-whatsapp-float svg {
    display: block;
    width: 30px;
    height: 30px;
}

.abc-buy-now-float {
    position: fixed;
    right: 18px;
    left: auto;
    bottom: 18px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #2f8cff;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(47, 140, 255, 0.30);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.abc-buy-now-float:hover,
.abc-buy-now-float:focus {
    background: #1f73d8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 32px rgba(47, 140, 255, 0.38);
    outline: none;
}

.abc-buy-now-float__icon {
    line-height: 1;
}

@media (max-width: 782px) {
    .abc-contact-whatsapp-float {
        left: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
    }

    .abc-contact-whatsapp-float svg {
        width: 28px;
        height: 28px;
    }

    .abc-buy-now-float {
        right: 14px;
        bottom: 14px;
        min-height: 52px;
        padding: 0 16px;
        font-size: 15px;
    }
}
