@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}
.centro {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 0 auto;
}
header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(to top, transparent 28px, #ffffff 28px);
}
header .top .centro,
header .top ul,
header .bottom .condicoes,
header .bottom .condicoes .navegacao {
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .bottom {
    display: flex;
    flex-direction: column;
}
header .top {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 9px 0;
}
header .top .centro {
    justify-content: space-between;
}
header .top ul {
    column-gap: 29px;
}
header .top ul a {
    display: inline-block;
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #acacac;
}
header .top ul a.conta,
header .top ul a.pedidos {
    text-transform: uppercase;
}
header .top ul a.whatsapp {
    padding-left: 30px;
    background: url(../imagens/icon_whatsapp.png) center left no-repeat;
}
header .top ul a.email {
    padding-left: 29px;
    background: url(../imagens/icon_arroba.png) center left no-repeat;
}
header .top ul a.conta {
    padding-left: 27px;
    background: url(../imagens/icon_user.png) center left no-repeat;
}
header .top ul a.pedidos {
    padding-left: 27px;
    background: url(../imagens/icon_pedidos.png) center left no-repeat;
}
header  .bottom .condicoes {
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 33px;
}
header h1{
    display: inline-block;
    width: 214px;
    height: 44px;
    text-indent: -9999px;
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
header .bottom .condicoes ul {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    column-gap: 60px;
}
header .bottom .condicoes ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 9px;
}
header .bottom .condicoes ul h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
header .bottom .condicoes ul h3 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    color: #939393;
    margin-top: -7px;
}
header .bottom .condicoes ul span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #eaeaea;
}
header .bottom .condicoes ul span i {
    font-size: 16px;
    color: #333333;
}
header .bottom .navegacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #333333;
    width: 100%;
    padding-left: 39px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 31px;
}
header .bottom .navegacao nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 39px;
}
header .bottom .navegacao nav a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 800;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}
header .bottom .navegacao nav a:hover,
header .bottom .navegacao nav a.selected {
    color: #bc936c;
}
header .bottom .navegacao ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 13px;
}
header .bottom .navegacao ul form {
    position: relative;
    width: 164px;
    height: 34px;
}
header .bottom .navegacao ul form input[type='text'] {
    width: 100%;
    height: 100%;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    text-indent: 15px;
}
header .bottom .navegacao ul form input[type='text']::placeholder {
    opacity: 0.6;
    color: #fff;
    font-size: 12px;
}
header .bottom .navegacao ul form input[type='submit'] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 13px;
    height: 15px;
    background: url(../imagens/icon_lupa.png) center no-repeat;
    text-indent: -99999px;
    border: none;
    cursor: pointer;
}
header .bottom .navegacao ul .bt_carrinho {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../imagens/icon_carrinho.png) center no-repeat;
    text-indent: -9999px;
    position: relative;
}
header .bottom .navegacao ul .bt_carrinho span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-indent: 0;
    position: absolute;
    top: -11px;
    right: -10px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 800;
    font-size: 10px;
    color: #333333;
    background: #bc936c;
}
header .bottom .navegacao ul li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .bottom .navegacao ul li:first-child {
    padding-right: 12px;
}
header .bottom .navegacao ul li:first-child::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 21px;
    background: #ffffff;
}
main #banner_inicial {
    position: relative;
    background: #000000;
    margin-top: -28px;
}
main #banner_inicial ul li {
    height: 600px;
    display: flex;
    flex-direction: column;
}
main #banner_inicial .fundo {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    z-index: 1;
}
main #banner_inicial article {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-bottom: 60px;
}
main #banner_inicial article h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 800;
    font-size: 64px;
    letter-spacing: 15.2px;
    color: #4b2510;
    text-transform: uppercase;
}
main #banner_inicial article h3,
main #banner_inicial article a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #898989;
    text-transform: uppercase;
    text-align: center;
}
main #banner_inicial article h3 {
    margin-top: -9px;
}
main #banner_inicial article a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 42px;
    box-sizing: border-box;
    background: #4b2510;
    margin-top: 16px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;  
    color: #fff; 
    font-size: 14px; 
}
main #banner_inicial .passador span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -99999px;
}
main #banner_inicial .passador span.esquerda {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    background-size: contain;
    left: 46px;
}
main #banner_inicial .passador span.direita {
    background: url(../imagens/passador_direita.png) center no-repeat;
    background-size: contain;
    right: 46px;
}
main #colecoes {
    margin-top: 35px;
}
main #colecoes .listagem_colecoes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 257px 257px;
    gap: 30px;
}
main #colecoes .listagem_colecoes li:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
main #colecoes .listagem_colecoes li:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1;
}
.listagem_colecoes li {
    display: flex;
    flex-direction: row;
}
.listagem_colecoes li a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.listagem_colecoes li a article {
    position: relative;
    z-index: 2;
    margin: auto;
}
.listagem_colecoes li a article h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.listagem_colecoes li a article h3 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: -15px;
}
.listagem_colecoes li a article p {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    max-width: 294px;
    text-align: right;
    margin-top: 3px;
}
.listagem_colecoes li a article h4 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 40px;
    margin-top: 15px;
}
.listagem_colecoes li a .mask_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: inline-block;
    background: #000000;
}
.listagem_colecoes li a .mask_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.listagem_colecoes li a .mask_img span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../imagens/fundo_sombra.png) center no-repeat;
}
.listagem_colecoes li:first-child a .mask_img img {
    opacity: 0.8;
}
main #colecoes .listagem_colecoes li:first-child a .mask_img span {
    display: none;
}
main #colecoes .listagem_colecoes li:first-child a .mask_img img {
    object-position: center right;
    opacity: 0.8;
}
main #colecoes .listagem_colecoes li:first-child article {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 0 34px;
    box-sizing: border-box;
}
main #produtos .centro {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
main #produtos {
    margin-top: 34px;
}
.bt_acao {
    font-family: 'Poppins', sans-serif; 
    font-weight: 800;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #333333;
    padding: 10px 22px 11px 23px;
}
.listagem_produtos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    column-gap: 30px;
    row-gap: 34px;
}
.listagem_produtos li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.listagem_produtos .mask_img {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    padding-top: 74%;
    background: #f4f4f4;
}
.listagem_produtos .mask_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}
.listagem_produtos h2 {
    margin-top: 12px;
}
.listagem_produtos h2 a {
    display: inline-block;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    max-width: 140px;
    text-align: center;
}
.listagem_produtos .preco {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    column-gap: 3px;
}
.listagem_produtos .preco h3 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 800;
    font-size: 16px;
    color: #bc936c;
}
.listagem_produtos .preco h4 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 13px;
    color: #888888;
    text-decoration: line-through;
}
.titulo {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}
main #categorias {
    background: #f5f5f5;
    padding-top: 22px;
    padding-bottom: 17px;
    margin-top: 40px;
}
main #categorias .titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 51px;
    width: 100%;
    white-space: nowrap;
}
main #categorias .titulo span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333333;
    opacity: 0.05;
}
main #categorias ul {
    display: grid;
    grid-auto-columns: 270px;
    grid-auto-flow: column;
    column-gap: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    overflow: hidden;
    margin-top: 22px;
}
main #categorias ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
main #categorias ul .mask_img {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}
main #categorias ul .mask_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
main #categorias ul h3 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 16px;
    color: #777777;
    text-transform: uppercase;
    margin-top: 14px;
}
main #destaques {
    margin-top: 38px;
    display: none;
}
main #destaques ul {
    margin-top: 18px;
}
main #colecoes-2 {
    margin-top: 43px;
    display: none;
}
main #colecoes-2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 300px;
    column-gap: 30px;
}
main #colecoes-2 ul li:first-child {
    grid-column: 1 / span 2;
}
main #colecoes-2 .listagem_colecoes li a article h2 {
    font-size: 32px;
}
footer {
    background: #333333;
    margin-top: 35px;
    padding-top: 44px;
}
footer .centro {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
footer h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
footer p,
footer a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #d2d2d2;
}
footer .contato a,
footer .contato p {
    line-height: 20px;
}
footer .contato a.email {
    text-decoration: underline;
    display: inline-block;
    margin-top: -2px;
}
footer .contato p {
    margin-bottom: 17px;
}
footer nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
    margin-top: 14px;
}
footer form input[type='email'] {
    width: 270px;
    height: 35px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}
footer form input[type='email']::placeholder {
    opacity: 1;
}
footer form input[type='submit'] {
    width: 97px;
    height: 30px;
    background: #bc936c;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    border: transparent;
    cursor: pointer;
}
footer .desenvolvido {
    background: #ffffff;
    margin-top: 49px;
    padding-top: 12px;
    padding-bottom: 11px;
}
footer .desenvolvido h3,
footer .desenvolvido h3 a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 13px;
    color: #777777;
}
footer .desenvolvido h3 a {
    text-decoration: underline;
}
/*############### LISTAGEM ###############*/
main #listagem {
    margin-top: 15px;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.breadcrumbs a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #8a8989;
    text-transform: uppercase;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs a:first-child {
    color: #333333;
}
.breadcrumbs a:last-child {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #666666;
    text-transform: uppercase;
    text-decoration: underline;
}
.breadcrumbs a:not(:first-child) {
    padding-left: 21px;
    background: url(../imagens/seta_verde.png) center left no-repeat;
}
main #listagem .colunas {
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: flex-start;
    gap: 30px;
    margin-top: 15px;
}
main #listagem .esquerda .wrapper {
    border: 1px solid #ebebeb;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
main #listagem .colunas .bt_abrir_navegacao {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 20px;
    color: #666666;
    text-transform: uppercase;
    background: url(../imagens/line_dotted.png) left bottom no-repeat;
    margin-top: 12px;
    padding-bottom: 15px;
}
main #listagem .menu_navegacao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    margin-top: 15px;
}
main #listagem .menu_navegacao nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11px;
}
main #listagem .menu_navegacao nav:last-child {
    border: none;
}
main #listagem .menu_navegacao nav h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
}
main #listagem .menu_navegacao nav a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
}
main #listagem .menu_navegacao nav a:hover{
    text-decoration: underline;
}
main #listagem .menu_navegacao nav a.selected{
    color: #333333;
    text-decoration: underline;
}
main #listagem .faixa_precos {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    width: 100%;
}
main #listagem .faixa_precos .bottom {
    position: relative;
    height: 20px;
    margin-top: 21px;
}
main #listagem .faixa_precos input[type='range'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    margin: auto;
}
main #listagem .faixa_precos input[type='range']::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
}
main #listagem .faixa_precos input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 6px;
}
main #listagem .faixa_precos input[type='range']::-ms-track {
    appearance: none;
    height: 6px;
}
main #listagem .faixa_precos input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 3px solid #333333;
    background: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -10px;
    box-sizing: border-box;
}
main #listagem .faixa_precos input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 3px solid #333333;
    background: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -10px;
    box-sizing: border-box;
}
main #listagem .faixa_precos input[type='range']::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 3px solid #333333;
    background: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -10px;
    box-sizing: border-box;
}
main #listagem .faixa_precos .slider-track {
    width: 100%;
    height: 6px;
    background: #eaeaea;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
main #listagem .menu_navegacao .faixa_precos h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
}
main #listagem .menu_navegacao .faixa_precos .top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 30px;
    column-gap: 10px;
    margin-top: 15px;
}
main #listagem .menu_navegacao .faixa_precos span {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 5px;
}
main #listagem .menu_navegacao .faixa_precos a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #333333;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
main #listagem .menu_navegacao .faixa_precos .bottom {
    width: 100%;
    position: relative;
}
main #listagem .esquerda .listagem_colecoes {
    width: 100%;
    margin-top: 20px;
}
main #listagem .esquerda .listagem_colecoes li {
    height: 300px;
}
main #listagem .esquerda .listagem_colecoes h2 {
    font-size: 32px;
}
main #listagem #banner_loja {
    width: 100%;
    height: 240px;
    position: relative;
    display: flex;
}
main #listagem #banner_loja .centro {
    margin: auto;
}
main #listagem #banner_loja h2 {
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
main #listagem #banner_loja .mask_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background: #000000;
}
main #listagem #banner_loja .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    opacity: 0.8;
    z-index: 1;
    position: relative;
}
main #listagem #banner_loja .mask_img span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../imagens/fundo_sombra2.png) center no-repeat;
    z-index: 2;
}
main #listagem .direita .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 31px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 53px;
}
main #listagem .paginas {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 7px;
}
main #listagem .paginas nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}
main #listagem .paginas span,
main #listagem .paginas a {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #666666;
}
main #listagem .paginas a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 29px;
}
main #listagem .paginas a.selected {
    background: #333333; 
    color: #ffffff;
}
main #listagem .paginas a:hover:not(.selected) {
    color: #333333;
}
main #listagem .paginas a.seta {
    background: url(../imagens/seta_verde.png) center no-repeat;
    margin-left: 3px;
}
main #listagem .filtro {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 7px;
}
main #listagem .filtro span {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}
main #listagem .filtro select {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #eaeaea;
    width: 120px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 7px;
    background: transparent;
    position: relative;
    background: url(../imagens/seta_select.png) center right 11px no-repeat, url(../imagens/linha.png) center right 31px no-repeat;
}
main #listagem .direita .bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
    margin-top: 23px;
}
main #listagem .direita .bottom .paginas {
    margin-left: auto;
}
main #listagem .listagem_produtos {
    grid-template-columns: repeat(4, 1fr); 
    column-gap: 19px;
    row-gap: 23px;
}
#pag-listagem main #categorias {
    margin-top: 30px;
}
#pag-listagem footer {
    margin-top: 0;
}
/*############### PRODUTO ###############*/
main #produto {
    margin-top: 26px;
}
main #produto .colunas {
    display: grid;
    grid-template-columns: 600px 1fr;
    margin-top: 17px;
    align-items: start;
}
main #produto .colunas .esquerda{
    display: flex;
    position: sticky;
    top: 270px;
    padding-bottom: 50px;
}
main #produto .colunas .esquerda .mask_img {
    display: flex;
    width: 100%;
    height: 602px;
    position: relative;
    background: #ebebeb;
}
main #produto .colunas .esquerda .mask_img img.principal {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: inline-block;
    mix-blend-mode: multiply;
}
main #produto .colunas .esquerda .mask_img .galeria {
    position: absolute;
    bottom: -40px;
    left: 20px;
    display: grid;
    row-gap: 5px;
    z-index: 99;
    width: 560px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
main #produto .colunas .esquerda .mask_img .galeria li {
    background: #ebebeb;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 90px;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
main #produto .colunas .esquerda .mask_img .galeria li img{
    display: inline-block;
    width: 100%;
}
/*main #produto .colunas .esquerda .mask_img .galeria li > * {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
    display: inline-block;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 1;
}
main #produto .colunas .esquerda .mask_img .galeria li.video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imagens/icon_play.png) center no-repeat;
    z-index: 3;
}
main #produto .colunas .esquerda .mask_img .galeria a.video {
    background: #bc936c;
}
main #produto .colunas .esquerda .mask_img .galeria a.video img {
    opacity: 0.4;
    z-index: 1;
}*/
main #produto .colunas .direita {
    width: 100%;
    padding-left: 70px;
    box-sizing: border-box;
}
main #produto .colunas .direita .infos-frete {
    display: grid;
    grid-template-columns: repeat(2, 240px);
    column-gap: 55px;
    padding-top: 10px;
}
main #produto .colunas .direita .infos-frete li{
    padding-top: 8px;
}
main #produto .colunas .direita .infos-frete h3 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #9b9b9b;
}
main #produto .colunas .direita .infos-frete h4 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #9b9b9b;
}
main #produto .colunas .direita article {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
main #produto .colunas .direita h3.tag {
    font-family: 'Poppins', sans-serif; 
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #ffffff;
    text-transform: uppercase;
    background: #bc936c;
    padding: 2px 11px 4px 13px;
    margin-bottom: 12px;
}
main #produto .colunas .direita h2 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #666666;
}
main #produto .colunas .direita .estrelas {
    margin-top: 5px;
}
main #produto .colunas .direita p {
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #4f4f4f;
    margin-top: 19px;
}
main #produto .colunas .direita .preco {
    margin-top: 20px;
}
main #produto .colunas .direita .preco h4 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 36px;
    color: #bc936c;
}
main #produto .colunas .direita .preco h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #9f9f9f;
    margin-top: -13px;
}
main #produto .colunas .direita .frete {
    width: 100%;
    max-width: 326px;
    margin-top: 19px;
}
main #produto .colunas .direita .frete h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #9a9a9a;
    text-transform: uppercase;
}
main #produto .colunas .direita .frete form {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 41px;
    position: relative;
    margin-top: 4px;
}
main #produto .colunas .direita .frete input[type='text'] {
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding-left: 16px;
    cursor: pointer;
}
main #produto .colunas .direita .frete input[type='submit'] {
    height: 100%;
    width: 46px;
    background: #bc936c;
    border-radius: 0 8px 8px 0;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffff;
    text-transform: uppercase;
    cursor: pointer;
}
main #produto .colunas .direita .add_carrinho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 49px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #ffff;
    text-transform: uppercase;
    background: #333333 url(../imagens/icon_bag.png) center right 14px no-repeat;
    margin-top: 14px;
}
main #produto .colunas .direita .detalhes {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
    margin-top: 13px;
}
main #produto .colunas .direita .detalhes li {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
}
main #produto .colunas .direita .detalhes li h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase;
}
main #produto .colunas .direita .detalhes li h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #848484;
}
main #avaliacoes {
    margin-top: 2px;
}
main #avaliacoes.avaliacoes_centro_produto{
    padding-top: 30px;
}
main #avaliacoes nav {
    width: 100%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(2, 240px);
    border-bottom: 2px solid #e9e9e9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #bfbfbf;
    padding-bottom: 13px;
    position: relative;
}
main #avaliacoes nav a.selected {
    color: #333333;
}
main #avaliacoes nav a.selected span {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: inline-block;
    width: calc(100% + 10px);
    height: 3px;
    background: #bc936c;
}
main #avaliacoes ul {
    width: 100%;
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
main #avaliacoes ul li {
    display: grid;
    grid-template-columns: 101px 1fr;
    align-items: center;
    column-gap: 30px;
}
main #avaliacoes ul .esquerda {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e9e9e9;
    width: 100%;
    box-sizing: border-box;
}
main #avaliacoes ul .esquerda .mask_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url(../imagens/fundo_user.png) center no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 9px;
}
main #avaliacoes ul .esquerda .mask_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
main #avaliacoes ul .direita h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
main #avaliacoes ul .direita p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    margin-top: 5px;
}
.estrelas {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.estrelas span {
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../imagens/estrela.png) center no-repeat;
}
.estrelas span.marcada {
    background: url(../imagens/estrela2.png) center no-repeat;
}
.estrelas h5 {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin-left: 5px;
}
#pag-produto main #categorias {
    margin-top: 45px;
}
#pag-produto main #destaques {
    margin-top: 18px;
}
#pag-produto main #destaques h2.titulo {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    font-size: 20px;
    color: #8a8989;
}
#pag-produto main #destaques h2.titulo b {
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    color: #333333;
}
#pag-produto main #colecoes-2 {
    margin-top: 33px;
}
#pag-produto footer {
    margin-top: 40px;
}