.local_produto{
    width: 100%;
}
.local_produto section{
    box-sizing: border-box;
    border: 1px solid rgba(222, 224, 224, 0.5);
    position: relative;
    width: 100%;
    /* height: 325px; */
    background: rgb(255, 255, 255);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.local_produto_comp{
    width: 100%;
}
.compartilhamento{
    box-sizing: border-box;
    border: 1px solid rgba(222, 224, 224, 0.5);
    border-top: 0;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desc_infos_produto{
    box-sizing: border-box;
    border: 1px solid rgba(222, 224, 224, 0.5);
    border-top: 0;
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.area_produto{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 24px;
}
.area_img_produto_her{
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 21px 12px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    border-radius: 6px;
}
.local_img{
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 220px;
    height: 220px;
    border-radius: 6px;
    min-width: 170px;
    filter: grayscale(0%);
    animation: 500ms ease-in 0s 1 normal none running fadeIn;
}
.esgotado{
    display: flex;
    align-items: center;
    justify-content: center;
}
.local_img img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;
    color: transparent;
}
.area_content_produto{
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.content_produto_her{
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 8px;
}
.title_produto_her{
    display: flex;
    gap: 8px;
    width: 100%;
}
.title_produto_her h2{
    width: 100%;
    height: 46px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: rgb(53, 58, 61);
}
.area_prices{
    display: flex;
    flex-direction: column;
}
.area_prices .esgotado{
    display: none;
}
.prices_her{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.prices_her p, .prices_her h3{
    margin: 0;
}
.prices_her p{
    height: 13px;
    font-size: 13px;
    color: rgb(104, 112, 117);
    font-weight: 600;
}
.prices_her p span:nth-child(1){
    height: 12px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(104, 112, 117);
    text-decoration: line-through;
}
.prices_her p span:nth-child(2){
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.prices_her p span i{
    font-size: 10px;
    text-decoration: none;
}
.prices_her h3{
    font-size: 30px;
    font-weight: 900;
}
.prices_her h3 span{
    font-size: 15px;
    font-weight: 800;
    margin-right: -5px;
}
.area_btn_loja{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}
.area_loja_her a{
    text-decoration: none;
}
.section_post_loja{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    filter: grayscale(0%);
    gap: 8px;
}
.img_loja_her{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 100%;
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid rgb(222, 224, 224);
    background-position: center;
    background-size: cover;
}
.name_loja_her{
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 4px;
}
.name_loja_her p{
    margin: 0;
}
.name_loja_her p:nth-child(1){
    font-style: normal;
    font-size: 12px;
    line-height: 10px;
    color: rgb(104, 112, 117);
}
.name_loja_her p:nth-child(2){
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.btn_area_her{
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    filter: grayscale(0%);
    margin-top: 20px;
    text-decoration: none;
}
.btn_area_her p{
    margin: 0;
}
.btn_area_her i{
    font-size: 18px;
    margin-left: 5px;
}
.btn_area_her_alert{
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    filter: grayscale(0%);
    text-decoration: none;
}
.btn_area_her_alert p{
    margin: 0;
}
.btn_area_her_alert i{
    font-size: 18px;
    margin-left: 5px;
}
.area_cupom_exist{
    position: absolute;
    right: 0px;
    top: -21px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
.area_cupom_exist:nth-child(2){   
    top: -58px;
}
.cupom_her{
    position: static;
    background-color: #E7F9DD;
    padding: 10px 16px;
    filter: grayscale(0%);
    cursor: pointer;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%239AA1A6FF' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 20px;
    width: 180px;
    height: 34px;
    right: 0px;
    top: -40px;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
}
.textCupom{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-style: normal;
    color: #2B7A00;
    font-size: 13px;
    height: max-content;
    white-space: nowrap;
    width: 126px;
}
.btn_copy_her{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: none;
    color: #2B7A00;
}
.btn_copy_her i{
    font-size: 12px;
}
.btn_copy_her p{
    font-size: 12px;
}
.loja_mob{
    display: none;
}
.area_aviso{
    width: 100%;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 24px 0px;
    color: rgb(104, 112, 117);
    text-align: center;
}
.left_very p{
    margin: 0;
    font-size: 12px;
}
.left_very p span{
    font-weight: 700;
    color: rgb(50, 190, 126);
}
.comp_whats svg{
    height: 12px;
    width: 12px;
}
.comp_whats svg g path:nth-child(1){
    fill: #3bc14d;
}
.comp_whats svg g path:nth-child(2){
    fill: #ffffff;
}
.comp_whats{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 135px;
    border-radius: 5px;
    border: 0;
    background-color: rgba(171, 235, 171, 0.2);
    cursor: pointer;
}
.comp_whats p{
    margin: 0;
    margin-left: 5px;
    color: #3bc14d;
    font-weight: 700;
    font-size: 12px;
}
.area_posts_statics{
    display: flex;
    align-items: center;
}
.item_statics{
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: rgb(104, 112, 117);
}
.item_statics p{
    margin: 0;
    margin-left: 2px;
    font-size: 12px;
}
.item_statics i{
    font-size: 14px;
}
.especial_area_links{
    font-size: 14px;
    color: #656565;
}
.especial_area_links p{
    margin: 0;
    padding: 15px 0px;
}
.especial_area_links a{
    text-decoration: none;
}

.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;
}
.modal_cupom_alert{
    box-sizing: border-box;
    z-index: 1001;
    width: max-content;
    height: max-content;
    padding: 0px;
    background: transparent;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.back_alert_her{
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    z-index: 1000;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.closed_cupom_alert{
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #ffffff;
}
.closed_cupom_alert button{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
}
.content_cupom_alert{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 300px;
    padding: 28px 0px;
    background-color: rgb(255, 255, 255);
    position: relative;
}
.content_cupom_alert::before{
    background-color: rgba(0, 0, 0, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 0px 40px 40px 0px;
    margin-right: 10px;
    content: "";
    position: absolute;
    left: -35px;
    bottom: 43%;
    z-index: 1;
}
.content_cupom_alert::after{
    background-color: rgba(0, 0, 0, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 40px 0px 0px 40px;
    margin-left: 10px;
    content: "";
    position: absolute;
    right: -35px;
    bottom: 43%;
    z-index: 1;
}

.img_text_alerta{
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.area_img_to_alert{
    width: 90px;
    height: 90px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.text_alert_to{
    margin-left: 24px;
}
.text_alert_to h3{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: rgb(53, 58, 61);
    margin-bottom: 8px;
    margin: 0;
}
.text_alert_to p{
    font-style: normal;
    font-size: 14px;
    line-height: 16.71px;
    color: rgb(104, 112, 117);
    margin: 0;
}
.introduction_cupom_alert{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.introduction_cupom_alert h3{
    margin: 0;
    margin-bottom: 5px;
}
.introduction_cupom_alert p{
    margin: 0;
    text-align: center;
    font-size: 13px;
    max-width: 85%;
    margin: auto;
    color: rgb(104, 112, 117);
}
.cupom_alert_area_btns{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    height: 125px;
}
.cupom_alert_area_btns .area_cupom_exist{
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    margin: 0;
    margin-top: 10px;
}
.cupom_alert_area_btns .area_cupom_exist .cupom_her{
    width: 100%;
}
.cupom_alert_area_btns .btn_area_her_alert{
    min-height: 40px;
}
.back_cupom_alert{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    z-index: 1000;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#parcela_her{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*ALERTAS*/
.produto_recorrencia{
    padding: 8px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 250px;
    margin-bottom: -5px;
    cursor: pointer;
}
.content_recorrecia{
    display: flex;
    align-items: center;
}
.content_recorrecia p{
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 5px;
}
.content_recorrecia i{
    font-size: 18px;
    font-weight: 600;
    color: #F56600;
}
.content_recorrecia i:nth-child(3){
    margin-left: auto;
}
.desc_recorrencia{
    font-size: 13px;
    display: none;
}


.price_history_local{
    width: calc(100% - 50px);
    padding: 25px;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(222, 224, 224, 0.5);
}
.title_price_history{
    display: flex;
    align-items: center;
}
.icons_title_hist_price{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.icons_title_hist_price i{
    font-size: 18px;
}
.title_hist_price_p{
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
}

.area_grafic_history_price{
    margin-top: 15px;
}
.text_hist_price{
    font-size: 14px;
}
#priceDetail{
    color: #005CD7;
}
#textDetail{
    font-weight: 400;
}
.grafic_hist_her{
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.termometro{
    width: 33%;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.termometro:nth-child(1){
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.termometro:nth-child(3){
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.good{
    background: rgb(0,207,86);
    background: linear-gradient(90deg, rgba(0,207,86,1) 0%, rgba(0,207,86,1) 80%, rgba(255,197,0,1) 100%);
}
.maibe{
    background: rgb(255,197,0);
    background: linear-gradient(90deg, rgba(255,197,0,1) 0%, rgba(255,197,0,1) 100%);
}
.bad{
    background: rgb(255,197,0);
    background: linear-gradient(90deg, rgba(255,197,0,1) 0%, rgba(214,0,0,1) 20%, rgba(214,0,0,1) 100%);
}
.act_price_hist::before{
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10px;
    animation: mymove 2s infinite;
}



.price_encerrado{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #dd4444;
    position: relative;
    max-width: 230px;
    border-radius: 5px;
    border: 1px solid #cc0000;
    color: #ffffff;
}
.price_encerrado i{
    font-size: 19px;
}
.price_encerrado p{
    margin: 0;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 600;
}
.price_oferta{
    background-color: #00C851;
    position: relative;
    max-width: 180px;
    border-radius: 5px;
    border: 1px solid #007E33;
    color: #ffffff;
}

/*ALERTA de PREÇO*/
.area_btn_alert_price{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.area_btn_alert_price a{
    margin-top: 10px;
    text-decoration: none;
    font-size: 13px;
}
.btn_alert_price{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
}
.btn_alert_price i{
    font-size: 18px;
    font-weight: 600;
}
.btn_alert_price p{
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    margin-left: 5px;
}
.container_back_alert{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
    display: none;
}
.container_alert_price{
    width: calc(300px - 30px);
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    border-radius: 10px;
    z-index: 9999991;
    display: none;
}
.closed_alert{
    width: 100%;
    display: flex;
    justify-content: end;
}
.closed_alert i{
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
}
.title_alert_price{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}
.title_alert_price i{
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px;
}
.string_alert{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    max-width: 250px;
    margin: auto;
    margin-top: 10px;
}
.input_alert_email{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.input_alert_email input{
    height: 35px;
    width: 220px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: none;
}
.area_change_price{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns_alert_change{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    cursor: pointer;
}
.price_change_alert{
    margin-left: 10px;
    margin-right: 10px;
    width: 115px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: 600;
}
.price_change_alert span{
    margin-left: 5px;
}
.inativo i{
    color: rgba(0, 0, 0, 0.2);
}
.criar_alert_btn{
    width: 250px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid;
    cursor: pointer;
}
.criar_alert_btn i{
    font-size: 18px;
    margin-right: 5px;
}
.termos_alert{
    margin: auto;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    max-width: 250px;
}

/*COMP*/
.area_comp_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_list_promo{
    margin-left: 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    height: 35px;
    width: 40px;
    cursor: pointer;
}
.add_list_promo i{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.item_video_shopee{
    max-width: 400px;
    max-width: calc(400px * 9 / 16);
    aspect-ratio: 9 / 16;
    border-radius: 10px;
    overflow: hidden;
}
.item_video_shopee video{
    width: 100%;
    height: 100%;
}

@keyframes mymove {
    0% {
      margin-left: -50px;
    }
    50% {
        margin-left: 50px;
    }
    100% {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 765px) {
    .local_produto section{
        height: max-content;
        padding: 24px 16px;
        border: none;
        gap: 20px;
    }
    .compartilhamento{
        height: max-content;
        padding: 24px 16px;
        border-top: 1px solid rgb(104, 112, 117);
        border: none;
        gap: 20px;
    }
    .area_produto{
        flex-direction: column;
        height: max-content;
        gap: 20px;
    }
    .area_cupom_exist{
        max-width: 100%;
        position: unset;
        height: 40px;
        width: 100%;
        font-size: 16px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
        margin-top: 25px;
    }
    .coup_price{
        flex-direction: column;
    }
    .btn_area_her{
        margin-top: 15px;
    }
    .btn_area_her_alert{
        margin-top: 15px;
    }
    .cupom_her{
        max-width: 100%;
        position: unset;
        height: 40px;
        width: 100%;
        font-size: 16px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: -5px;
    }
    
    .title_produto_her h2{
        font-size: 15px;
        height: max-content;
        line-height: 18px;
    }
    .loja_desk{
        display: none;
    }
    .loja_mob{
        display: block;
    }
    .local_img{
        width: 160px;
        height: 160px;
        min-width: 170px;
    }
    .area_img_produto_her{
        padding: 0;
    }
    .price_encerrado{
        max-width: none;
    }
}