<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.area_produtos{
    height: calc(100vh - 80px);
    overflow-y: auto;
    margin: auto;
    display: flex;
}
.priceHome{
    margin-left: 5px;
    margin-top: 10px;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 700;
}
.priceHome small{
    font-weight: 500;
    font-size: 12px;
    margin-right: 3px;
}
.priceSem{
    display: none;
}
.img_load{
    margin: auto;
    height: 50px;
    margin-top: 10px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}
.load_page{
    width: 182px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}
.load_page img{
    height: 45px;
}
.load_page p{
    margin-left: 10px;
    font-size: 13px;
    color: #454545;
    font-weight: 600;
}

/*produto*/
.produtos{
    margin-left: calc(100% - 65% - 30%);
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    max-width: 1000px;
}
.area_tops{
    width: 20vw;
    margin-left: 5px;
    height: calc(100vh - 100px);
    position: absolute;
    top: 90px;
    right: 5%;
}
.produtos a{
    margin: 5px;
}
.item_produto{
    width: 195px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
}
.item_produto .esgotado{
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) saturate(54%);
    -webkit-filter: grayscale(100%) saturate(54%);
    -moz-filter: grayscale(100%) saturate(54%);
}
.item_produto .esgotado .hear_click{
    display: none;
}
.item_produto .esgotado::after{
    content: 'esgotado';
    height: 22px;
    width: 80px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    background-color: #e9e9e9;
    color: #4d4d4d;
}
.img_produto{
    width: 185px;
    height: 185px;
    margin: auto;
    display: flex;
    align-items: end;
    justify-content: end;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img_produto .hear_click{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
}
.hear_click svg{
    height: 20px;
}
.item_oferta{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.icon_oferta{
    height: 25px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-color: #cc0c39;
    color: #fff;
}
.item_oferta p{
    margin-left: 5px;
    font-size: 13px;
    color: #cc0c39;
}
.icon_oferta svg{
    height: 17px;
}
.icon_oferta p{
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
}
.title_produto{
    width: 185px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}
.title_produto p{
    font-size: 14px;
    font-weight: 600;
    color: #454545;
}
.area_dados{
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 185px;
    padding-bottom: 10px; 
}
.item_dado{
    display: flex;
    align-items: center;
}
.item_dado svg{
    height: 15px;
    margin-top: -3px;
}
.item_dado p{
    margin-left: 5px;
    font-size: 13px;
    color: #888888;
}


/*produtos*/
.title_produtos_section{
    width: calc(100% - 20px);
    background-color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #454545;
    font-weight: 600;
}


/*LEFT SITE*/
.title_left_top{
    width: calc(100% - 20px);
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.title_left_top svg{
    height: 20px;
}
.title_left_top p{
    color: #454545;
    margin: 0;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
}
.area_vistos{
    width: 100%;
    margin-top: 10px;
    max-height: calc(100vh - 160px - 300px);
    overflow-y: auto;
}
.img_left_top{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.img_left_top img{
    max-width: 100%;
    max-height: 250px;
    border-radius: 10px;
}
.item_visto_produto{
    min-width: 100%;
    margin-bottom: 5px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.item_visto_produto img{
    max-width: 40px;
    max-height: 40px;
    margin-left: 5px;
}
.dados_top{
    width: calc(100% - 50px);
    margin-left: 5px;
}
.dados_top p{
    font-size: 11px;
    color: #cc0c39;
    font-weight: 600;
}
.name_top{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.name_top p{
    font-size: 12px;
    color: #454545;
    font-weight: 600;
}

/*pesquisa*/
.pesquisa_realativa{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #454545;
    height: 50px;
}
.not_pesquisa{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -50px;
}
.not_pesquisa svg{
    height: 50px;
}
.not_pesquisa p{
    margin-top: 20px;
    font-size: 14px;
    color: #888888;
}
.categoria_title{
    width: calc(98% - 20px);
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: rgb(252,216,53); background: linear-gradient(113deg, rgba(252,216,53,1) 0%, rgba(255,74,14,1) 20%, rgba(224,7,212,1) 48%, rgba(86,57,255,1) 71%, rgba(20,236,72,1) 100%);
    margin-bottom: 20px;
    border-radius: 10px;
}
.img_cat{
    width: 80px;
    border-radius: 10px;
    height: 80px;
    margin-right: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_cat img{
    height: 90px;
    margin-top: -10px;
}
.categoria_title p{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.title_favoritos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
}
.title_favoritos svg{
    height: 40px;
}
.title_favoritos p{
    font-size: 19px;
    font-weight: 600;
    margin-left: 20px;
    color: #454545;
}

.area_vistos_mobile{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    flex-wrap: nowrap;
    overflow: auto;
}
.area_vistos_mobile::-webkit-scrollbar {
    width: 0px;               /* width of the entire scrollbar */
}
.area_vistos_mobile .item_visto_produto{
    width: 120px;
    margin: 5px;
    border: 1px solid #ccc;
}
.width_mobile{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px;
    display: none;
}
.width_mobile img{
    width: 300px;
    border-radius: 10px;
}
.mobile_title{
    display: none;
}
.title_left_top a{
    margin-left: auto;
    margin-right: 15px;
    font-size: 13px;
}

footer{
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    margin-top: 10px;
}
.content_footer{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.item_footer{
    width: 300px;
    margin-bottom: 10px;
}
.title_footer{
    font-size: 14px;
    font-weight: 600;
    color: #454545;
}
.body_item_footer{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.body_item_footer a{
    color: #888888;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.body_item_footer p{
    color: #888888;
    font-weight: 600;
    font-size: 12px;
}
.body_item_footer a img{
    padding: 10px 20px;
    background-color: #f9f9f9;
    width: 150px;
    border-radius: 5px;
}
.bootom_foot{
    text-align: center;
    font-size: 13px;
    color: #888888;
}

.aceite_cookies{
    width: 280px;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #111113;
    position: fixed;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
}
.body_cookie{
    width: 100%;
}
.body_cookie h2{
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.body_cookie p{
    margin: 0;
    font-size: 13px;
    color: #706F72;
}
.body_cookie p a{
    color: #94764E;
}
.btn_cookie{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}
.btn_cook{
    width: 120px;
    height: 40px;
    border-radius: 30px;
    cursor: pointer;
    border: 0;
}
.accept_cookie{
    background-color: #AE3995;
    font-weight: 600;
    color: #fff;
}
.area_vistos_mobile .item_blog{
    width: 280px;
    margin-right: 10px;
    margin-left: 5px;
}
.item_blog{
    width: 95%;
    height: 60px;
    margin: auto;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
}
.item_blog .img_blog{
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    margin-left: 3px;
    margin-right: 5px;
}
.item_blog .text_blog{
    width: calc(100% - 65px);
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    color: #3d3d3d;
}

.cupomNone{
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 11px;
    background-color: #E7F9DD;
    border-radius: 5px;
    color: #2B7A00;
    display: none;
    border: 1px dashed #2B7A00;
    text-wrap: nowrap;
    max-width: 110px;
    overflow: hidden;
}
.cupomNone::before{
    content: url('https://meubanner.com.br/uploads/slide/Slide_meubanner_ef59e2e1974e0c3731ae069f1105c6f9.png');
    margin-right: 5px;
}
.cupomStyle{
    display: block;
}
.histPrice{
    overflow: hidden;
}

.area_item_lojas::-webkit-scrollbar {
    width: 0px;               /* width of the entire scrollbar */
}
  

@media only screen and (max-width: 685px){
    
    /*produto*/
    .produtos{
        width: 100%;
        margin-left: 0;
        justify-content: space-around;
        margin-right: 0;
    }
    .area_tops{
        display: none;
    }
    .item_produto{
        width: 150px;
        padding: 0px 10px;
    }
    
    .img_produto{
        width: 145px;
        height: 145px;
    }
    .img_produto .hear_click{
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 15px;
    }
    .title_produto{
        width: 145px;
    }
    .area_dados{
        width: 145px;
    }
    .area_dados p{
        font-size: 12px;
    }
    .area_vistos_mobile{
        display: flex;
    }
    .width_mobile{
        display: flex;
    }
    .mobile_title{
        display: flex;
    }
    .area_itens_cat{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .area_itens_cat::-webkit-scrollbar {
        width: 0px;               /* width of the entire scrollbar */
    }
    .dados_produto_page{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .title_produto_page{
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .content_dados_page{
        width: 300px;
        margin-left: 0px;
    }
    
    .site_social{
        width: 100%;
        margin: auto;
    }
    .area_liks_sociais{
        padding: 0;
    }

    .item_visto_produto{
        min-width: 100%;
        margin-bottom: 5px;
        height: 150px;
        background-color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .item_visto_produto img{
        max-width: 90px;
        max-height: 90px;
        margin-left: 0px;
        margin-top: 5px;
    }
    
    .dados_top{
        width: 90%;
        margin-left: 0px;
    }
    .cupomNone{
        font-size: 10px;
    }
    .cupomNone::before{
        content: url('');
        margin-right: 0px;
    }
}
@media only screen and (max-width: 364px){
    
    
    .item_produto{
        width: 150px;
        padding: 0px 0px;
    }
}</pre></body></html>