:root {
    --cor-base: #d3af6e;
    --cor-base-light: #d2b88a;
    --cor-secundaria: #8a8882;
}

.filtro-container.filtro-categorias {
    display: none !important;
}

.product-img .img-area figure img {
    max-height: 650px;
    width: auto;
}

/* HEADER */

.header-top {
    background: #000;
    color: #ffffff;
}

.header-bottom,
header.is-tablet-mobile .header-search-full {
    background: #fff;
}

ul#nav-root>li:hover>a {
    background-color: #3a3a3a;
}

ul#nav-root>li>a {
    color: #000;
}

ul#nav-root>li:hover>a {
    background-color: #f7f7f7;
}

ul#nav-root>li>a::after {
    border-right: 1.6px solid #000;
    border-bottom: 1.6px solid #000;
}

.search-area input[type="search"] {
    background-color: transparent;
}

.search-area {
    height: 50px;
    border: 0;
    background: #f1f1f1;
    border-radius: 70px;
    padding: 5px 15px;
}

/* FOOTER */

.footer-middle .contato .logo img,
.footer-middle .contato .logo svg {
    width: 164px;
}

/* produto */

.buy-area .price {
    width: 50%!important;
}