:root {
    --primary-color: #c02981;
    --secondary-color: #bf2680;
    --highlight-color: #f67b7b;
    --bg-light-color: #eff5ff;
    --transition: all .2s ease-out;
    --transition-long: all 1s;
    --radius: 5px;
}

.full.menu {
    background: var(--primary-color);
    flex: 1;
    border-top: 1px solid transparent;
    height: 50px;
}

#cabecalho .actions > .carrinho > a .icon * {
    fill: var(--primary-color);
}

#rodape .lista-redes ul li a {
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 50%;
    display: block;
    margin: 0;
}

#listagemProdutos .listagem-item .acoes-produto .botao-comprar,
.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar,
.produto .acoes-flutuante .botao-comprar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--primary-color);
    border-radius: var(--radius);
    height: 42px;
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    transition: var(--transition);
    text-transform: lowercase;
}

#barraNewsletter.posicao-rodape .componente .newsletter-assinar {
    width: 20%;
    background: #7d9ed3;
    border-radius: var(--radius);
    color: #fff;
    height: 42px;
    transition: var(--transition);
}

#rodape .sobre-loja-rodape .more {
    width: 96px;
    height: 45px;
    background: var(--secondary-color);
    border-radius: var(--radius);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
    margin: 0;
    line-height: 15px;
    transition: var(--transition-long);
}

.produto .size-table .open-table {
    float: right;
    width: 100%;
    height: 39px;
    line-height: 36px;
    padding: 0 20px;
    background: 0 0;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--secondary-color);
    border-radius: var(--radius);
    transition: var(--transition);
    text-transform: lowercase;
}

.produto .size-table .open-table .icon path,
.scrollToTop:active,
.scrollToTop:focus,
.scrollToTop:hover {
    fill: var(--secondary-color);
}

.scrollToTop {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 52px;
    height: 52px;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    border-radius: var(--radius);
    padding: 10px;
    display: none;
    text-transform: uppercase;
    transition: var(--transition);
    z-index: 999;
}

#rodape .pagamento-selos,
#barraNewsletter {
    background: var(--bg-light-color);
}

#barraNewsletter {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
}

div#cr-alpha-theme {
    display: none !important;
}

#listagemProdutos .listagem-item.produto-adicionado a.produto-sobrepor::before,
.listagem.aproveite-tambem .listagem-item.produto-adicionado a.produto-sobrepor::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    width: 100%;
    text-align: center;
    color: #6aafc8;
    font-size: 2em;
}

.flex-direction-nav li a {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: var(--radius);
}

li.offers.com-filho {
    display: none;
}

#listagemProdutos .listagem-item .info-produto .nome-produto,
.listagem.aproveite-tambem .listagem-item .info-produto .nome-produto {
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 500 !important;
    min-height: 40px !important;
    line-height: 22px !important;
    text-align: left !important;
    padding-bottom: 14px !important;
}

#listagemProdutos .listagem-item .info-produto .preco-produto .preco-promocional,
.listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-promocional {
    color: var(--highlight-color) !important;
    font-size: 34px !important;
    display: block !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    margin-bottom: 11px !important;
}

.desconto-a-vista {
    font-size: 16px !important;
}

#listagemProdutos .listagem-item .info-produto .preco-produto .preco-venda,
.listagem.aproveite-tambem .listagem-item .info-produto .preco-produto .preco-venda {
    font-size: 16px !important;
    font-weight: 400;
    color: #bdbdbd !important;
    display: block;
    margin: 0 0 10px;
}

.listagem-linha * {
    color: #5b5b5b !important;
    outline: 0 !important;
}

.bandeiras-produto .bandeira-promocao {
    background: var(--highlight-color) !important;
    color: #fff !important;
    font-weight: 400 !important;
}

span.fundo-principal.bandeira-promocao:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--highlight-color) !important;
    position: relative;
    left: 110%;
    top: -7%;
}

#listagemProdutos .titulo-categoria,
#listagemProdutos > .titulo,
.listagem.aproveite-tambem .titulo-categoria,
.listagem.aproveite-tambem > .titulo {
    background: 0 0;
    border-top: none;
    text-align: center !important;
    padding: 20px 0;
    position: relative;
}

#listagemProdutos .titulo-categoria strong,
#listagemProdutos > .titulo,
.listagem.aproveite-tambem .titulo-categoria strong,
.listagem.aproveite-tambem > .titulo {
    color: var(--highlight-color) !important;
    text-transform: uppercase !important;
    font-size: 27px !important;
    font-family: Lato !important;
    font-weight: bold !important;
    letter-spacing: 5px !important;
}

.full.menu .conteiner .nivel-um .all-categories.com-filho,
.carrinho-interno {
    display: none !important;
}

.full.menu .conteiner .nivel-um .all-categories.com-filho {
    width: 13% !important;
    margin-right: 45px;
}

#testimonials h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a5a5a5 !important;
    text-transform: lowercase;
    font-weight: 500 !important;
    font-size: 18px;
    margin: 0 0 20px;
}

#testimonials h2 strong {
    font-size: 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: black !important;
}

div#instagram .conteiner {
    padding: 0 !important;
    text-align: center !important;
}

div#instagram h2 a {
    color: var(--secondary-color) !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
    #barraNewsletter.posicao-rodape .componente .input-conteiner,
    #barraNewsletter.posicao-rodape .componente .texto-newsletter {
        width: 90%;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        justify-content: center !important;
    }
}

#testimonials .conteiner {
    padding-top: 0;
    margin: 50px 0;
}

@media only screen and (max-width: 768px) {
    #rodape>div.institucional>div>div>div.span9 .span4 {
        width: 100%;
        height: auto;
        text-align: -webkit-center;
    }
}

@media only screen and (max-width: 767px) {
    .atalhos-mobile {
        background: none !important;
        border: none !important;
        z-index: 10 !important;
        position: relative !important;
        padding: 13px !important;
        box-shadow: 0px 0px 13px #000000a3 !important;
        height: 41px !important;
        align-content: center !important;
    }
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar,
.listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    background: #7dd65c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    text-transform: lowercase;
    margin: 0;
}

#cabecalho.fixed .open-menu {
    color: #BF2680 !important;
}
#cabecalho.fixed .open-menu svg path {
    fill: #BF2680 !important;
}
#cabecalho .actions .carrinho a .icon * {
    fill: #BF2680 !important;
}
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li .icon-user .icon * {
        fill: #BF2680 !important;
    }
}

@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li a .icon * {
        fill: #BF2680 !important;
    }
}
@media only screen and (max-width: 767px) {
    .atalhos-mobile ul li a .icon * {
        fill: #BF2680 !important;
    }
}
.flex-next {
    transform: scale(0.5) !important;
}
.flex-prev{
    transform: scale(0.5) !important;
}
.produto div.principal .acoes-produto .preco-produto .preco-parcela strong {
    font-weight: bold !important;
    color: #9b9b9b !important;
    font-size: 18px !important;
}
.produto div.principal .acoes-produto .preco-produto .preco-parcela {
    font-weight: bold !important;
    color: #9b9b9b !important;
    font-size: 18px !important;
}

.span4.sobre-loja-rodape p,
.span4.sobre-loja-rodape .more {
    display: none !important;
}

#rodape>div.institucional>div>div>div.span3 {
    float: none !important;
    position: absolute !important;
    left: 44px !important;
    top: 125px !important;
}

@media only screen and (max-width: 767px) {
    #rodape>div.institucional>div>div>div.span3 {
        left: -3px !important;
        top: 459px !important;
    }
}
.desconto-a-vista::before {
  content: "Pague no PIX " !important; /* Adiciona um novo texto antes do conteúdo original */
}

@media only screen and (max-width: 767px) {
    #listagemProdutos .listagem-item .info-produto .preco-produto .preco-promocional {
        font-size: 24px !important;
    }
    #listagemProdutos .listagem-item .info-produto .nome-produto,
    .listagem.aproveite-tambem .listagem-item .info-produto .nome-produto {
        font-size: 15px !important;
        line-height: 16px !important;
        padding-bottom: 0px !important;
    }
    .bandeiras-produto {
        width: 69% !important;
    }
}

@media only screen and (min-width: 768px) {
    .bandeiras-produto {
        width: 46% !important;
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}
