



@media screen and (max-width: 700px) {
    #Produtos_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Produtos_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: auto;

        min-height: 700px;

        margin-bottom: 0px;
    }

    #Category_Products_Page_CategoryThumb_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Category_Products_Page_CategoryThumb_Container img {
        width: 100%;
        height: auto;
    }


    #Produtos_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 200px;

    }

    #Produtos_Page_Title_Inner_Container{

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 65px;

        margin-top: 50px;
        margin-bottom: 50px;

    }

    #Produtos_Page_Title_Inner_Container h2 {
        line-break: strict;
        block-size: auto;
        text-align: center;
        font-size: 25px;
    }

    #Products_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        /* justify-content: flex-start;
        align-items: flex-start; */

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

        /* overflow-x: scroll;
        overflow-y: hidden; */

        overflow-x: hidden;
        overflow-y: scroll;

        margin-top: -20px;
        /* margin-bottom: 100px; */

    }

    .product_item_container {
        display: flex;
        /* flex-direction: column; */
        flex-direction: column;
        flex-flow: column;
        margin: 0;

        align-items: center;
        justify-content: flex-start;

        height: 435px;
        width: 230px;
        /* margin-right: 18px; */
        margin-right: 0px;

    }

    .category_more_info_image {
        width: 210px;
        height: auto;
    }

    .product_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .category_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .product_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .product_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .more_info_button{
        width: 210px;
        border: none;
        cursor: pointer;
        padding: 0px;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
    }
}

@media screen and ((max-width: 1106px) and (min-width: 700px)) {
    #Produtos_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Produtos_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 70%;
        height: auto;

        min-height: 700px;

        margin-bottom: 0px;
    }

    #Category_Products_Page_CategoryThumb_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Category_Products_Page_CategoryThumb_Container img {
        width: 100%;
        height: auto;
    }


    #Produtos_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 260px;

    }

    #Produtos_Page_Title_Inner_Container{

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 70px;

        margin-top: 100px;
        margin-bottom: 100px;

    }

    #Produtos_Page_Title_Inner_Container h2 {
        line-break: strict;
        block-size: auto;
        text-align: center;
        font-size: 25px;
    }

    #Products_Container {
        display: flex;
        flex-direction: row;
        flex-flow: row;

        justify-content: flex-start;
        align-items: flex-start;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

        overflow-x: scroll;
        overflow-y: hidden;

        margin-top: -20px;
        /* margin-bottom: 100px; */

    }

    .product_item_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;
        margin: 2.5%;

        height: 470px;
        width: 230px;
        margin-right: 18px;

    }

    .category_more_info_image {
        width: 210px;
        height: auto;
    }

    .product_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .category_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .product_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .product_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .more_info_button{
        width: 210px;
        border: none;
        cursor: pointer;
        padding: 0px;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
    }
}

@media screen and (min-width: 1106px) {
    #Produtos_Page_Container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: auto;

    }

    #Produtos_Page_Container_Inner_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        flex-wrap: nowrap;

        width: 80%;
        height: auto;

        min-height: 800px;

        margin-bottom: 45px;
    }

    #Category_Products_Page_CategoryThumb_Container{
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        justify-content: center;
        align-items: center;
    }

    #Category_Products_Page_CategoryThumb_Container img {
        width: 100%;
        height: auto;
    }


    #Produtos_Page_Title {

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 10vh;

        margin-top: 5vh;

    }

    #Produtos_Page_Title_Inner_Container{

        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: center;
        align-items: center;

        flex-wrap: nowrap;

        width: 100%;
        height: 10vh;

        margin-top: 30px;
        margin-bottom: 10px;

    }

    #Produtos_Page_Title_Inner_Container h1 {
        color: black;
        text-align: center;
    }

    #Products_Container {
        display: flex;
        flex-direction: row;
        flex-flow: row;

        justify-content: center;
        align-items: flex-start;

        flex-wrap: wrap;

        width: 80%;
        height: auto;

        margin-top: 50px;
        /* margin-bottom: 100px; */

    }

    .product_thumb_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        justify-content: flex-start;
        align-items: center;

        width: 100%;

    }

    .product_item_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;
        margin: 2.5%;

        height: 450px;
        width: 230px;

    }

    .category_more_info_image {
        width: 210px;
        height: auto;
    }

    .product_more_info_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: auto;

        align-items: center;
        justify-content: center;

    }


    .category_thumb_image {
        width: 170px; 
        height: 230px;

        margin-top: 0px;

        border: 2px solid green;
        border-radius: 30px;
        padding: 20px;
    }

    .product_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;

    }

    .product_sub_title_container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        width: 100%;
        height: 30px;

        align-items: center;
        justify-content: center;
    }
    .more_info_button{
        width: 210px;
        border: none;
        padding: 0px;
        cursor: pointer;
        appearance: none;
        background-color: inherit;
        transition: transform .7s ease-in-out;
    }
}