.la-cantona-mobile-bar-ccbc0a5d {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999999;
    padding: 10px 0;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}

.lcmb-item-ccbc0a5d {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #333333;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    gap: 4px;
    flex: 1;
}

.lcmb-item-ccbc0a5d:hover {
    color: #000000;
}

.lcmb-item-ccbc0a5d svg {
    width: 22px;
    height: 22px;
}

.lcmb-item-ccbc0a5d.whatsapp-ccbc0a5d {
    color: #25D366;
}
.lcmb-item-ccbc0a5d.whatsapp-ccbc0a5d:hover {
    color: #1DA851;
}

@media (min-width: 769px) {
    .la-cantona-mobile-bar-ccbc0a5d {
        display: none !important;
    }
}