.area_title_produto{
    width: 100%;
    z-index: 4;
    box-sizing: border-box;
    padding: 16px 0px;
    top: 65px;
    background-color: rgb(242, 245, 247);
}
.area_items_title{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 58px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0px 8px;
    border: 1px solid rgba(222, 224, 224, 0.5);
    background-color: rgb(255, 255, 255);
}
.area_items_title p{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    margin-left: 5px;
}
.area_produtos_here{
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 6px));
    grid-gap: 8px;
    overflow: hidden !important;
}
.item_card_produto{
    width: 100%;
    box-sizing: border-box;
    height: max-content;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 12px;
    border: 1px solid rgba(222, 224, 224, 0.5);
}
.content_produto_card{
    display: flex;
    gap: 12px;
    flex-direction: column;
    height: max-content;
}
.top_produto{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.area_loja_produto{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 30px;
}
.area_loja_produto a{
    box-sizing: border-box;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: max-content;
    flex-direction: row;
    text-decoration: none;
}
.area_img_loja_produto{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid rgb(222, 224, 224);
    background-position: center;
    background-size: contain;
}
.area_img_loja_produto img{
    color: transparent;
    width: 100%;
    height: auto;
}
.nome_loja_produto{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    width: max-content;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.nome_loja_produto h1{
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(53, 58, 61);
    margin: 0;
}
.horario_post{
    font-size: 10px;
    line-height: 13px;
    color: rgb(130, 136, 140);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
}
.area_img_produto{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 160px;
}
.area_img_produto a{
    text-decoration: none;
}
.area_img_produto_item_1{
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    background: rgb(255, 255, 255);
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
}
.item_img_produto{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.item_img_produto img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;
    color: transparent;
}
.esgotado img{
    filter: grayscale(100%);
}
.esgotado::after{
    content: 'Esgotado';
    z-index: 99;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background-color: #F0F2F5;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.desc_produto{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
    height: 71px;
}
.title_produto_comp{
    display: flex;
    width: 100%;
    height: 34px;
}
.title_produto_comp a{
    text-decoration: none;
}
.title_produto_item{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: 700;
    color: rgb(53, 58, 61);
    line-height: 17px;
    height: max-content;
    font-size: 14px;
    overflow-wrap: break-word;
    line-break: strict;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
}
.area_cupom{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    height: 20px;
}
.area_cupom_item_1{
    overflow: hidden;
    width: max-content;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 6px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    gap: 4px;
    color: #2B7A00;
    background-color: #E7F9DD;
    padding: 0px 3px;
    border: 1px dashed #2B7A00;
    min-width: calc(100% - 84px);
}
.cupom_item_icon{
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.item_cupom_text{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cupom_item_icon span{
    font-size: 19px;
}
.price_produto_area{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.price_item_area{
    align-items: center;
    gap: 4px;
    height: 38px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    box-sizing: border-box;
    width: max-content;
    display: flex;
    cursor: pointer;
}
.price_item_area a span{
    font-size: 17px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}
.price_item_area a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.item_price{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
    font-weight: 700;
    color: rgb(219, 40, 49);
}
.item_price span{
    font-size: 13px;
}
.item_price h1{
    font-size: 20px;
    font-weight: 900;
}

.grupo_top_her{
    width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-color: #00A650;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
}
.area_items_title a{
    text-decoration: none;
    margin-left: auto;
}
.area_items_title img{
    margin-left: 5px;
}

.grupo_mobile{
    display: none;
}

/*Categoria*/
.category_title{
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    margin-bottom: 20px;
}
.area_icon_cat{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 25px;
}
.area_icon_cat span{
    font-size: 30px;
}
.title_cat{
    margin-left: 10px;
    font-size: 19px;
    font-weight: 600;
}
.category_left{
    display: flex;
    align-items: center;
}
.category_img{
    height: 100px;
    width: 200px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_img img{
    max-height: 100px;
}

.categoria_in_produto{
    display: flex;
    align-items: center;
    margin-bottom: -5px;
    text-decoration: none;
    color: #000;
    padding: 2px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}
.categoria_in_produto i{
    font-size: 14px;
}
.categoria_in_produto p{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}

/*desejo*/
.delete_list{
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    justify-content: center;
    background-color: #fff3cd;
    color: #664d03;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ffe69c;
    cursor: pointer;
}
.delete_list span{
    font-size: 18px;
}
.area_btn_comp_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn_comp_list{
    width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid;
}
.btn_comp_list p{
    margin: 0;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 600;
}
.btn_comp_list span{
    font-size: 20px;
}
.back_comp_list{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
    display: none;
}
.container_comp_list{
    width: calc(300px - 30px);
    padding: 15px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 99999991;
    display: none;
}
.area_closed_list{
    width: 100%;
    display: flex;
    justify-content: end;
}
.area_closed_list span{
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}
.title_comp_list{
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
}
.area_textarea_list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.area_textarea_list textarea{
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100px;
    padding: 10px;
}
.area_sep_list img{
    max-width: 100%;
}
.area_btns_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    width: 100%;
}
.btn_copy_list{
    width: 120px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}
.btn_copy_list span{
    font-size: 20px;
    margin-right: 5px;
}
.btn_copy_list:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.area_text_list{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
}

.btn_ver_plus{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.btn_ver_plus a{
    text-decoration: none;
}
.ver_mais_ofertas{
    width: 250px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ver_mais_ofertas p{
    margin: 0;
    margin-right: 5px;
}
.ver_mais_ofertas span{
    font-size: 15px;
}

@media only screen and (max-width: 850px) {
    .area_produtos_here{
        grid-template-columns: repeat(2, calc(50% - 6px));
    }
    .area_img_produto_item_1{
        width: 110px;
        height: 110px;
        min-width: 110px;
        min-height: 110px;
    }
    .title_produto_item{
        font-weight: 700;
        line-height: 16px;
        height: max-content;
        font-size: 13px;
    }
    .area_icon_cat{
        height: 30px;
        width: 30px;
        min-width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 25px;
    }
    .area_icon_cat span{
        font-size: 20px;
    }
    .title_cat{
        font-size: 15px;
    }
}
/*
@media only screen and (max-width: 850px) {
    .area_produtos_here{
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 8px;
        margin-top: 16px;
        overflow: visible !important;
    }
    .item_card_produto{
        width: 100%;
        box-sizing: border-box;
        height: max-content;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        border-radius: 12px;
        padding: 16px 24px;
        border: 1px solid rgba(222, 224, 224, 0.5);
    }
    .content_produto_card{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .area_descs{
        display: flex;
    }
    .area_text_price{
        width: 100%;
    }
    .area_cupom_item_1{
        min-width: auto;
    }
    .area_title_produto{
        padding: 16px 0px 0px 0px;
    }
}

@media only screen and (max-width: 448px) {
    .area_img_produto_item_1{
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
    .area_img_produto{
        height: 120px;
    }
    .grupo_mobile{
        display: flex;
    }
}
    */