/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   MEDIA SECTION 1 -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */



/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- INTRO -- SECTION ---------------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   MEDIA COLLECTION INTRO 1-7 DISPLAY ------------------------------------- */

@media(max-width: 1600px) {
    .Collection-Intro-1{
        display: none;
    }
}

@media (max-width: 1600px) and (min-width: 1071px) {
    .Collection-Intro-2{
        display: block;
    }
}

@media (max-width: 1070px) and (min-width: 601px) {
    .Collection-Intro-3{
        display: block;
    }
}

@media (max-width: 600px) and (min-width: 501px) {
    .Collection-Intro-4{
        display: block;
    }
}

@media (max-width: 500px) and (min-width: 421px) {
    .Collection-Intro-5{
        display: block;
    }
}

@media (max-width: 420px) and (min-width: 361px) {
    .Collection-Intro-6{
        display: block;
    }
}

@media (max-width: 360px) {
    .Collection-Intro-7{
        display: block;
    }
}

/*   -------------------- --------------------------------------------------- */
/*   MEDIA -- INFO -- SECTION ----------------------------------------------- */
/*   -------------------- --------------------------------------------------- */

/*   MEDIA -- INFO -- PRINCIPAL CONTAINER -- JUSTIFY - CONTENT -------------- */

@media (max-width: 600px) {
    .Collection-Info-Principal-Container{
        justify-content: space-between;
    }
}

/*   MEDIA -- INFO -- MAIN CONTAINER -- FLEX - DIRECTION -------------------- */

@media (max-width: 600px) {
    .Collection-Info-Main-Container{
        flex-direction: column;
    }
}

/*   MEDIA -- INFO -- TEXT -- DISPLAY --------------------------------------- */

@media (max-width: 1600px) {
    .Collection-Info-Text-11, .Collection-Info-Text-21{
        display: none;
    }
}

@media (max-width: 1600px) and (min-width: 1301px) {
    .Collection-Info-Text-12, .Collection-Info-Text-22{
        display: block;
    }
}

@media (max-width: 1300px) and (min-width: 961px) {
    .Collection-Info-Text-13, .Collection-Info-Text-23{
        display: block;
    }
}

@media (max-width: 960px) and (min-width: 601px) {
    .Collection-Info-Text-14, .Collection-Info-Text-24{
        display: block;
    }
}

@media (max-width: 600px) and (min-width: 501px) {
    .Collection-Info-Text-15, .Collection-Info-Text-25{
        display: block;
    }
}

@media (max-width: 500px) {
    .Collection-Info-Text-16, .Collection-Info-Text-26{
        display: block;
    }
}

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

/* ------------------ -------------------- ---------------------------------- */
/* MEDIA SECTION 2 BANNER - ------------------------------------------------- */
/* ------------------ -------------------- ---------------------------------- */

@media (max-width: 1200px) {
    .Collection-Banner-1{
        display: none;
    }

    .Collection-Banner-2{
        display: block;
    }
}


/*   ----------------------------- ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */
/*   MEDIA PRODUCTS -------------- ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */

/*   ----------------------------- ------------------------------------------ */
/*   MEDIA PRODUCTS ULTRA CONTAINER ----------------------------------------- */
/*   ----------------------------- ------------------------------------------ */

@media (max-width: 730px) {
    .Products-Ultra-Container{
        display: none;
    }

    .Ios-Prdcts-Ultra-Container{
        display: block;
    }
}

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


@media (min-width: 1913px) {
    .Products-Global-Container{
        left: 0px!important;
    }
}

/* @media (max-width: 1912px) {
    .Products-Global-Command-Main-Container{
        display: block;
    }
} */

@media (min-width: 1601px) {
        .Products-Global-Command-Container-Prev-1, .Products-Global-Command-Container-Next-1{
        display: block;
    }
}

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

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

    .Products-Global-Command-Container-Prev-2, .Products-Global-Command-Container-Next-2{
        display: block;
    }
}

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

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

    .Products-Global-Command-Container-Prev-3, .Products-Global-Command-Container-Next-3{
        display: block;
    }

}

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

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

    .Products-Global-Command-Container-Prev-4, .Products-Global-Command-Container-Next-4{
        display: block;
    }

}

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

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

    .Products-Global-Command-Container-Prev-5, .Products-Global-Command-Container-Next-5{
        display: block;
    }

}

/*   ----------------------------- ------------------------------------------ */
/*   MEDIA PRODUCTS GLOBAL COMMAND PRINCIPAL CONTAINER (DISPLAY) ------------ */
/*   ----------------------------- ------------------------------------------ */

@media (max-width: 1912px) and (min-width: 731px){
    /* .Products-Global-Command-Principal-Container{ */
    .Products-Global-Command-Main-Container{
        display: block;
    }
}

/*   ----------------------------- ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */
/*   MEDIA IOS PRDCTS ------------ ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */
/*   ----------------------------- ------------------------------------------ */



@media (max-width: 500px) {
    .Ios-Prdcts-Info-11, .Ios-Prdcts-Info-21, .Ios-Prdcts-Info-31, .Ios-Prdcts-Info-41{
        display: none;
    }

    .Ios-Prdcts-Info-12, .Ios-Prdcts-Info-22, .Ios-Prdcts-Info-32, .Ios-Prdcts-Info-42{
        display: block;
    }
}


/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   MEDIA SECTION 4 -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   --------------- -------------------------------------------------------- */
/*   MEDIA QUALITY ---------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA QUALITY TEXT DISPLAY --------------------------------------------- */


@media (max-width: 1600px) {
    .Quality-Infos-Txt-1{
        display: none;
    }
}

@media (max-width: 1600px) and (min-width: 1201px) {
    .Quality-Infos-Txt-2{
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .Quality-Infos-Txt-3{
        display: block;
    }
}

@media (max-width: 900px) and (min-width: 601px) {
    .Quality-Infos-Txt-4{
        display: block;
    }
}

@media (max-width: 600px){
    .Quality-Infos-Txt-5{
        display: block;
    }
}

/*   --------------- -------------------------------------------------------- */
/*   MEDIA SUGGESTIONS ------------------------------------------------------ */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA SUGGESTIONS PRINCIPAL CONTAINER DISPLAY -------------------------- */

/* @media (max-width: 730px) {
    .Suggestions-Principal-Container{
        display: none;
    }
} */

/*   MEDIA SUGGESTIONS TAP ZONE (DISPLAY) ----------------------------------- */

@media (max-width: 730px) {
    .Suggestions-Tap-Zone{
        display: block;
    }
}


/*   MEDIA SUGGESTIONS TITLE / ACCROCHE DISPLAY ----------------------------- */

@media (max-width: 1800px) and (min-width: 1441px)  {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: none;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: block;
    }
    
    
}

@media (max-width: 1440px) and (min-width: 1301px) {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: block;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 961px) {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: none;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: block;
    }
    
}

@media (max-width: 960px) and (min-width: 901px) {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: block;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: none;
    }
}

/* @media (max-width: 900px) and (min-width: 731px) {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: none;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: block;
    }
} */

@media (max-width: 900px){
    .Suggestions-Title-1{
        display: none;
    }
    
    .Suggestions-Title-2{
        display: block;
    }
}

@media (max-width: 900px) and (min-width: 731px) {
    .Suggestions-Accroche-Txt-1{
        display: none;
    }
    
    .Suggestions-Accroche-Txt-2{
        display: block;
    }
}

@media (max-width: 730px) and (min-width: 501px) {
    .Suggestions-Accroche-Txt-2{
        display: none;
    }
    
    .Suggestions-Accroche-Txt-3{
        display: block;
    }
}

@media (max-width: 500px) {
    .Suggestions-Accroche-Txt-2{
        display: block;
    }
    
    .Suggestions-Accroche-Txt-3{
        display: none;
    }
}

/* @media (max-width: 900px) and (min-width: 731px) {
    .Suggestions-Title-1, .Suggestions-Accroche-Txt-1{
        display: none;
    }
    
    .Suggestions-Title-2, .Suggestions-Accroche-Txt-2{
        display: block;
    }
}

@media (max-width: 730px) and (min-width: 501px) {
    .Suggestions-Accroche-Txt-2{
        display: none;
    }
    
    .Suggestions-Accroche-Txt-3{
        display: block;
    }
} */





/*   MEDIA SUGGESTIONS INFO TXT (DISPLAY) ----------------------------------- */

@media (max-width: 1800px) and (min-width: 1441px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: block;
    }
}

@media (max-width: 1440px) and (min-width: 1301px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: block;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: none;
    }
}

/* @media (max-width: 1300px) and (min-width: 1071px) { */
@media (max-width: 1300px) and (min-width: 961px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: block;
    }
}

/* @media (max-width: 1070px) and (min-width: 901px) { */
@media (max-width: 960px) and (min-width: 901px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: block;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: none;
    }
}

@media (max-width: 900px) and (min-width: 731px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: block;
    }
}

@media (max-width: 730px) and (min-width: 501px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: none;
    }

    .Suggestions-Infos-Txt-13, .Suggestions-Infos-Txt-23, .Suggestions-Infos-Txt-33{
        display: block;
    }
}

@media (max-width: 500px) and (min-width: 391px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: block;
    }

    .Suggestions-Infos-Txt-13, .Suggestions-Infos-Txt-23, .Suggestions-Infos-Txt-33{
        display: none;
    }
}

@media (max-width: 390px) {
    .Suggestions-Infos-Txt-11, .Suggestions-Infos-Txt-21, .Suggestions-Infos-Txt-31{
        display: none;
    }

    .Suggestions-Infos-Txt-12, .Suggestions-Infos-Txt-22, .Suggestions-Infos-Txt-32{
        display: none;
    }

    .Suggestions-Infos-Txt-13, .Suggestions-Infos-Txt-23, .Suggestions-Infos-Txt-33{
        display: block;
    }
}







/*   --------------- -------------------------------------------------------- */
/*   MEDIA WARNING ---------------------------------------------------------- */
/*   --------------- -------------------------------------------------------- */

/*   MEDIA WARNING FULL CONTAINER (DISPLAY) --------------------------------- */

@media (max-width: 1440px) and (min-width: 731px) {
    .Warning-Full-Container-0{
        display: none;
    }
    
    .Warning-Full-Container-11, .Warning-Full-Container-12{
        display: flex;
    }
}

@media (max-width: 730px) {
    .Warning-Full-Container-0{
        display: none;
    }
    
    .Warning-Full-Container-11, .Warning-Full-Container-12{
        display: none;
    }

    .Warning-Full-Container-20{
        display: flex;
    }
}


/*   MEDIA WARNING INFO TXT (DISPLAY) --------------------------------------- */


@media (max-width: 1800px) and (min-width: 1441px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: none;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: block;
    }
}

@media (max-width: 1440px) and (min-width: 1301px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: block;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 1071px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: none;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: block;
    }
}

@media (max-width: 1070px) and (min-width: 901px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: block;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: none;
    }
}

@media (max-width: 900px) and (min-width: 731px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: none;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: block;
    }
}

@media (max-width: 730px) {
    .Warning-Info-11, .Warning-Info-21, .Warning-Info-31, .Warning-Info-41{
        display: block;
    }

    .Warning-Info-12, .Warning-Info-22, .Warning-Info-32, .Warning-Info-42{
        display: none;
    }
}