element.style {
}
<style>
#cabecalho.logo-centro .cabecalho-inside {
    flex-wrap: wrap;
}
<style>
#cabecalho .cabecalho-inside {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
}
<style>
*, ::after, ::before {
    box-sizing: border-box;
}
<style>
* {
    margin: 0px;
    padding: 0px;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
body, input, select, .titulo, button, textarea, .pagina-pagina .caixa-sombreada p {
    font-family: Lato;
}
<style>
body {
    color: rgb(32, 31, 31);
    min-height: 100vh;
}
body {
    font-family: 'Arial', Helvetica, sans-serif;
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        padding: 0;
    }
}
<style>
body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    color: rgb(102, 102, 102);
}
<style>
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0px;
}
:root {
    --cdP: #1d4b9f;
    --csCorPrincipal: #1c1c1c;
    --csBotoes: #db4e5f;
    --csSuporte: #27bf64;
    --csSuporteIcone: #ffffff;
    --csInfoDestaque: #f1f1f1;
    --csInfoDestaqueTxt: #565656;
    --csCab: #ffffff;
    --csCabTxt: #1c1c1c;
    --csBusca: #f6f6f6;
    --csBuscaTxt: #808080;
    --csCarrinhoqtd: #db4e5f;
    --csCarrinhoqtdn: #ffffff;
    --csMenu: #1c1c1c;
    --csMenuTxt: #ffffff;
    --csTodasCategorias: #ffffff;
    --csOfertas: #2b2a2a;
    --csOfertasTxt: #ffffff;
    --csBandeiraDesconto: #ee8403;
    --csBp1: #ee8403;
    --csBp2: #4a93d4;
    --csBp3: #6aa84f;
    --cFundo: #ffffff;
    --cBotoes: #db4e5f;
    --cBotoesTxt: #ffffff;
    --cTitulos: #db4e5f;
    --cAlerta: #db4e5f;
    --cSuporte: #db4e5f;
    --cSuporteIcone: #ffffff;
    --cBarra: #ffffff;
    --cBarraTxt: #606060;
    --cInfoDestaque: #e9e9e9;
    --cInfoDestaqueIcone: #db4e5f;
    --cInfoDestaqueTxt: #1c1c1c;
    --cCab: #1c1c1c;
    --cCabIcones: #db4e5f;
    --cCabTxt: #ffffff;
    --cBusca: #e9e9e9;
    --cBuscaTxt: #808080;
    --cCarrinhoqtd: #db4e5f;
    --cCarrinhoqtdn: #ffffff;
    --cMenu: #1c1c1c;
    --cMenuTxt: #ffffff;
    --cTodasCategoriasIcone: #db4e5f;
    --cTodasCategoriasTxt: #ffffff;
    --cOfertas: #2b2a2a;
    --cOfertasTxt: #db4e5f;
    --cOfertasT: #db4e5f;
    --cOfertasL: #1c1c1c;
    --cOfertasLTxt: #ffffff;
Show all properties (48 more)
}
:root {
    --cor-secundaria: #444444;
}
:root {
    --cor-principal: #DB4E5F;
    --cor-botao: #DB4E5F;
}
<style>
:root {
    --cor-secundaria: #000;
}
<style>
:root {
    --cor-principal: #9c9c9c;
    --cor-botao: #349625;
}
<style>
html {
    font-size: 100%;
    text-size-adjust: 100%;
}
<style>
*, ::after, ::before {
    box-sizing: border-box;
}
<style>
*, ::after, ::before {
    box-sizing: border-box;
}
<style>
body ::-webkit-scrollbar {
    width: 4px;
    height: 4px !important;
}
<style>
body ::-webkit-scrollbar-thumb {
    background: rgb(117, 117, 117) !important;
}
<style>
body ::-webkit-scrollbar-track {
    background: rgb(234, 234, 234) !important;
}