.painel .b span {
    font-size: 14px;
    line-height: 15px;
    display: none;
    align-items: center;
    white-space: break-spaces
}

.bandeiras-produto .bandeira-frete-gratis, .bandeiras-produto .bandeira-promocao {
    width: 65px;
    height: 23px;
    flex-direction: unset;
    border-radius: 6%;
    line-height: 11px;
    padding: 0;
}

/* CABECALHO TRANSPARENTE */

@media only screen and (min-width: 1025px) and (max-width:2024px) {
    .pagina-inicial header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.cores-personalizadas #cabecalho {
    background: linear-gradient(180deg, rgb(151 151 151 / 29%), transparent);
}

body.fixed .menu-desktop {
    background: white;
}
body.fixed #cabecalho {
    background: white;
    box-shadow: none;
}
.menu-desktop {
    box-shadow: none;
}
#cabecalho {
    border-bottom: none;
}
.cores-personalizadas .menu-desktop {
    background: transparent;
}
.busca {
    border-radius: 0;
    background: transparent !important;
    border-bottom: 1px solid;
}
.cores-personalizadas #cabecalho .busca .botao-busca {
    fill: #000000;
    opacity: 1;
}
.menu-overlay {
    display: none !important;
    background: none;
}
}
@media only screen and (max-width: 1024px) {
   .pagina-inicial header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
    .cores-personalizadas #cabecalho {
    background: linear-gradient(180deg, rgb(151 151 151 / 29%), transparent);
}
    #cabecalho {
        z-index: 7;
        box-shadow: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
        border-bottom: none;
        display: flex;
        flex-direction: column;
    }
        .menu-overlay {
        z-index: 4;
    }
        .busca2.active {
        z-index: 7;
        background: white;
    }
    body.fixed #cabecalho {
    background: white;
}
    .menu-mobile.active {
        background: hsl(0deg 0% 0% / 24%);
    }
        .pagina-produto .breadcrumbs-wrap {
        display: block;
    }
}
/* FIM CABECALHO TRANSPARENTE */


