/*  ROOT MEDIA PRODUCTS MAIN CONTAINER ------------------------------------------ */

/* @media (max-width: 1600px) and (min-width: 1301px) {
    .Product-Description-1{
        display: block;
    }

    .Product-Description-2{
        display: none;
    }

}

@media (max-width: 1300px) and (min-width: 1071px) {
    .Product-Description-1{
        display: block;
    }

    .Product-Description-2{
        display: none;
    }

}

@media (max-width: 1070px) and (min-width: 901px) {
    .Product-Description-1{
        display: block;
    }

    .Product-Description-2{
        display: none;
    }

}


@media (max-width: 900px) {
    .Product-Description-1{
        display: block;
    }

    .Product-Description-2{
        display: none;
    }

} */

/* ------------------------ -------- ------------------------ */
/* ------------------- ------------------ ------------------- */
/* ------------------- -- SECTION -- 2 -- ------------------- */
/* ------------------- ------------------ ------------------- */
/* ------------------------ -------- ------------------------ */

/* ------------------- ------------------ ------------------- */
/* ------------------- SECTION 2 ACCROCHE ------------------- */
/* ------------------- ------------------ ------------------- */

@media (max-width: 1200px)  and (min-width: 961px) {
    .Collection-Stars-Accroche-1{
        display: none;
    }
    
    .Collection-Stars-Accroche-2{
        display: block;
    }

    .Collection-Stars-Accroche-3{
        display: none;
    }
}

@media (max-width: 960px) {
    .Collection-Stars-Accroche-1{
        display: none;
    }
    
    .Collection-Stars-Accroche-2{
        display: none;
    }

    .Collection-Stars-Accroche-3{
        display: block;
    }
}