.scrittaTag {
    color: #333;
    text-align: right;
    font-family: "Open Sauce One";
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: 171.429%;
}

.emojiTag {
    color: #333;
    text-align: right;
   font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 500;
    line-height: 171.429%;
}

.tag {
    display: flex;
    /* width: 6.5vw; */
    width: fit-content;
    padding: 0.34vw 0.97vw;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    column-gap: 0.5vw;
}


.divAttributi {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    column-gap: 0.694vw;
}

.attributi {
    display: flex;
    padding: 1.4vw 1.944vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    row-gap: 1.5vw;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    width: 8.472vw;
}

.scrittaAttributi {
    color: #000;
    font-family: "Open Sauce One";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
}

.imgAttributi {
    width: 4.6vw;
    height: 4.2vw;
    flex-shrink: 0;
}




.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 2px solid #EAEAEA;
    display: flex;
    padding: 0.972vw 0 0.972vw 0;
    align-items: start;
    align-self: stretch;
    flex-direction: column;
    gap: 0.694vw;
}

.accordion-header {
    width: 100%;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.accordion-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.417vw;
}

.accordion-day {
    color: #333;
    font-family: "Open Sauce One";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.accordion-title {
    color: var(--GRIGIO-TESTO, #828282);
    font-family: "Open Sauce One";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
}

.descrizioneGiorno {
    color: var(--GRIGIO-TESTO, #828282);
    font-family: "Open Sauce One";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
}

.accordion-icon {
    width: 0.903vw;
    height: 0.417vw;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

/* .accordion-content {
            display: none;
        }

        .accordion-item.active .accordion-content {
            display: block;
        } */

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.22, 1, 0.36, 1), padding 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}



@media screen and (max-width: 500px) {
    .scrittaTag {
        font-size: 3.59vw;
    }

    .emojiTag {
        font-size: 3.59vw;
    }

    .tag {
        /* width: 6.5vw; */
        padding: 1.3vw 3.6vw;
        column-gap: 1.6vw;
    }


    .attributi {
        padding: 3.59vw 6.41vw;
        row-gap: 5.13vw;
        width: 28.205vw;
    }

    .scittaAttributi {
        font-size: 4.615vw;
    }

    .imgAttributi {
        width: 16.923vw;
        height: 15.4vw;
    }

    .divAttributi {
        column-gap: 2.564vw;
        row-gap: 2.564vw;
    }

    .scrittaAttributi {
        font-size: 4.615vw;
    }


    .accordion-item {
        padding: 3.6vw 5.128vw 3.6vw 0;
        gap: 2.56vw
    }

    .accordion-text {
        row-gap: 1.026vw;
    }

    .accordion-day {
        font-size: 5.64vw;
        line-height: 24px;
    }

    .accordion-title {
        font-size: 3.59vw;
        line-height: 18px;
    }

    .descrizioneGiorno {
        font-size: 3.59vw;
        line-height: 18px;
    }

    .accordion-icon {
        width: 3.333vw;
        height: 1.54vw;
    }


}




.splide {
    width: 100%;
    max-width: 100%;
}

.splide__slide img {
    width: 28.2vw;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 768px) {

    .splide__slide img {
        width: 76.9vw;
        border-radius: 10px;
    }

    .dataHome {
        font-size: 3.6vw;
        line-height: 128%;
    }

}

.dataHome {
    color: #FFF;
    font-family: "Open Sauce One";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
}

.splide__slide img {
    border-radius: 10px !important;
}

/* .tag > .esauritoTag {
    border: 1px solid #FD4D01 !important;
} */
/* lo metto a tag se ha esaurito */

.tag:has(> .esauritoTag) {
    border: 1px solid #FD4D01 !important;
}

.neroAcc{
    color: #1F2124 !important;
}