.footer-horario-text {
    font-size: 0.85rem;
    line-height: 1.2;
}


/* === Sección Servicio a domicilio (Delivery) === */

.delivery-section {
    position: relative;
}

    .delivery-section .side-image {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 312px;
        max-width: 45vw;
        height: auto;
        z-index: 1;
        pointer-events: none;
    }

    .delivery-section .content-column .inner-column {
        position: relative;
        z-index: 2;
    }

@media (min-width: 992px) {
    .delivery-section .content-column {
        max-width: calc(100% - 350px);
    }
}

@media (max-width: 991.98px) {
    .delivery-section .side-image {
        display: none;
    }
}

.tamano-horario {
    font-size: 1rem; /* Puedes usar 1.5rem o lo que gustes */
    font-weight: 500;
}

.tamano-horario-abierto {
    font-size: 0.73rem; /* Puedes usar 1.5rem o lo que gustes */
    font-weight: 500;
}

#floating-cart-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1050;
}

    #floating-cart-btn a {
        padding: 10px 16px;
        font-weight: bold;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
