.infotatil-wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px 11px 11px;
    border-radius: 999px;
    background: #19b957;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 18px rgba(0,0,0,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.infotatil-wa-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 24px rgba(0,0,0,.28);
}
.infotatil-wa-icon,
.infotatil-wa-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.infotatil-wa-icon {
    width: 30px;
    height: 30px;
}
.infotatil-wa-icon svg,
.infotatil-wa-product-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.infotatil-wa-product-wrap {
    margin-top: 12px;
    width: 100%;
}
.infotatil-wa-product {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 44px;
    padding: 9px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #19b957;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    transition: background .2s ease, transform .2s ease;
}
.infotatil-wa-product:hover {
    background: #128c45;
    color: #fff !important;
    transform: translateY(-1px);
}
.infotatil-wa-product-icon {
    width: 26px;
    height: 26px;
}
@media (max-width: 767px) {
    .infotatil-wa-float {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    .infotatil-wa-label {
        display: none;
    }
    .infotatil-wa-icon {
        width: 31px;
        height: 31px;
    }
    .infotatil-wa-product {
        font-size: 13px;
        padding: 9px 10px;
    }
}
