.productosData {
    position: relative; /* Arrow will now be positioned relative to this table */
}

.productosData td {
    padding: 10px 20px;
}

.productosData td.col1{
    padding-right: 700px;
}

.col1 {
    left: 60px;
}

.titulo {
    position: relative;
    color: #662C0D;
    font-size: 100px;
    white-space: nowrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Arrow Styling */
#arrow-container {
    position: absolute;
    left: 0; /* Aligns on the left */
    top: 0; /* Starting position, will be updated by JavaScript */
    pointer-events: none; /* Ensures it doesn’t interfere with clicks on items */
    transition: top 0.5s ease-in-out; /* Smooth movement */
}

#arrow {
    width: 500px;
    height: 53px; /* Adjust size to fit over items */
}

.combo {
    position: absolute;
    top: 1250px;
    left: 50px;
    transform: scale(110%)
}

#Mario {
    position: absolute;
    top: 1400px;
    left: 70px;
    transform: scale(100%)
}

#Peach {
    position: absolute;
    top: 1425px;
    left: 600px;
    transform: scale(100%)
}

#PeachIz {
    position: absolute;
    top: 3000px;
    left: 100px;
    transform: scale(100%)
}

/* Image Styling */
.menu-image {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease;
}

.visible {
    opacity: 1;
}

#menuboard {
    width: 1080px;
    height: 1920px;
    background-image: url(../imagenes/desayunos/Backgrounds/Backgrounds_vertDesHM.png);
}

td {
    align-items: center;
    align-content: center;
    padding: 20px 0 0 0;
}

.on-top {
    position: relative;
    z-index: 9999;
}

#impuestoAviso {
    position: absolute;
    top: 1870px;
    left: 20px;
    color: black;
    font-family: Speedee_Rg;
    font-size: 30px;
}

table {
    display: flex;
}

table span {
    color: #662C0D;
}

#seccionHappyMeal {
    top: 50px;
    left: 50px;
}

.center {
    margin: auto;
    width: 50%;
}


/* PARA PANTALLAS HORIZONTALES =============================================== */

@media only screen and (min-width: 1400px) {

    body {
        background-size: 1920px 1080px;
    }

    .titulo {
        padding-right: 450px;
    }

    .productosData td.col1{
        padding-right: 750px;
    }

    #desayunoContent {
        height: 1080px;
        width: 1920px;
    }

    #menuboard {
        background-image: url(../imagenes/desayunos/Backgrounds/Backgrounds_Horizontal_desHM.png);
        width: 1920px;
        height: 1080px;
    }

    table {
        width: 50%;
    }

    .combo {
        position: absolute;
        top: 400px;
        left: 850px;
        transform: scale(130%)
    }
    
    #Mario {
        position: absolute;
        top: 600px;
        left: 70px;
        z-index: 9999;
        transform: scale(100%)
    }

    #PeachIz {
        position: absolute;
        top: 550px;
        left: 350px;
        transform: scale(100%)
    }
    
}
