html,
body {
  height: 100%;
  margin: 0;
  font-family: Poppins, sans-serif;
}
body.fixed {
  position: fixed;
}
iframe {
  max-width: 100%;
}
iframe.full {
  width: 100%;
}
a,
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
img.width-full {
  width: 100%;
}
img.max-width {
  max-width: 100%;
}
img.img-block {
  width: 100%;
}
.container-fluid {
  max-width: 1400px;
}
p a:link,
p a:visited,
p a:hover {
  font-weight: 600;
  /* color: inherit;*/
}
/*  VARIAVEIS*/
/*fonts*/
.font-3 {
  font-family: 'Playfair Display', serif;
}
/* ALIGN*/
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.height100 {
  height: 100%;
}
.relative {
  position: relative;
}
.absolute-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.absolute-center.left {
  left: 0;
}
.absolute-center.right {
  right: 0;
}
.absolute-top {
  position: absolute;
  top: 0;
}
.absolute-bottom {
  position: absolute;
  bottom: 0;
}
.absolute-wide {
  position: absolute;
  left: 0;
  right: 0;
}
.absolute-left {
  position: absolute;
  left: 0;
  right: initial;
}
.absolute-right {
  position: absolute;
  left: initial;
  right: 0;
}
/* FLEX*/
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.top {
  align-items: flex-start;
}
.bottom {
  align-items: flex-end;
}
.middle {
  align-items: center;
}
.stretch {
  align-items: stretch;
}
.column {
  flex-direction: column;
}
.column-reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.self-middle {
  -ms-grid-row-align: center;
  align-self: center;
}
.self-end {
  align-self: flex-end;
}
.gap {
  margin-top: 60px;
}
.child-half > * {
  width: 50%;
}
.child-half.gap > * {
  margin-right: 10px;
}
.child-half.gap > *:last-child {
  margin-right: initial;
}
.child-half .not-child-half {
  width: initial;
}
/* TIPOGRAFIA		*/
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-gray-3 {
  color: #333333;
}
.color-gray-6 {
  color: #666666;
}
.color-gray-8 {
  color: #857d75;
}
.color-gray-9 {
  color: #999999;
}
.color-gray-light {
  color: #f3f2ef;
}
.color-orange {
  color: #ff9900;
}
.color-inherit {
  color: inherit;
}
.hover-color-black:hover {
  color: #000 !important;
}
.hover-color-gray-3:hover {
  color: #333333;
}
.hover-color-gray-6:hover {
  color: #666666;
}
.hover-color-gray-8:hover {
  color: #857d75;
}
.hover-color-gray-9:hover {
  color: #999999;
}
.hover-color-inherit:hover {
  color: inherit;
}
.t9 {
  font-size: 9px;
  letter-spacing: 0.75px;
}
.t10 {
  font-size: 10px;
  letter-spacing: 0.75px;
}
.t11 {
  font-size: 11px;
  letter-spacing: 0.75px;
}
.t12 {
  font-size: 12px;
  letter-spacing: 0.75px;
}
.t14 {
  font-size: 14px;
  letter-spacing: 0.75px;
}
.t16 {
  font-size: 16px;
  letter-spacing: 0.75px;
}
.t18 {
  font-size: 18px;
  letter-spacing: 0.75px;
}
.t21 {
  font-size: 21px;
  letter-spacing: 0.75px;
  line-height: 1.2;
}
.t24 {
  font-size: 24px;
  letter-spacing: 0.75px;
  line-height: 1.2;
}
.t36 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.35;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh25 {
  line-height: 2.5;
}
.lh3 {
  line-height: 3;
}
.lh4 {
  line-height: 4;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w900 {
  font-weight: 900;
}
.i {
  font-style: italic;
}
.upper {
  text-transform: uppercase;
}
.under {
  text-decoration: underline;
}
.block {
  display: block;
}
.main-title {
  font-size: 30px;
  line-height: 18px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 80px 0 0;
}
.main-title.line-height {
  line-height: 1.2;
}
.main-text p {
  margin: 40px 0;
  line-height: 2.5;
}
.btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
  line-height: 48px;
  padding: 0 35px;
  display: inline-block;
  border-radius: 0 !important;
  letter-spacing: 0.75px;
  position: relative;
  transition: 0.3s all ease;
  z-index: 1;
}
.btn.btn-transparent {
  color: #857d75;
  border: 2px solid #b1a499;
}
.btn.btn-transparent:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #857d75;
  width: 0;
  opacity: 0.4;
  transition: 0.5s all ease;
  z-index: -1;
}
.btn.btn-transparent.reverse-anim:after {
  left: unset;
  right: 0;
}
.btn.btn-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: #857d75;
}
.btn.btn-transparent:hover:after {
  width: 100%;
  opacity: 1;
}
.btn.light-gray {
  background-color: #f3f2ef;
  border: none;
  color: #999999;
}
.btn.light-gray:hover {
  background-color: #999999;
  color: #eae8e2;
}
.btn.dark-gray {
  background-color: #5a5957;
  color: #fff;
  letter-spacing: 2px;
  line-height: 54px;
}
.btn.dark-gray:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #333333;
  width: 0;
  opacity: 0.4;
  transition: 0.5s all ease;
  z-index: -1;
}
.btn.dark-gray:hover {
  border-color: #333333;
}
.btn.dark-gray:hover:after {
  width: 100%;
  opacity: 1;
}
.btn.block {
  display: block;
  width: 100%;
}
.container-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-full .row {
  margin-left: 0;
  margin-right: 0;
}
.container-full .row > div:first-child {
  padding-left: 0;
}
.container-full .row > div:last-child {
  padding-right: 0;
}
/* MENU*/
ul.menu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu-nav li {
  display: inline-block;
  float: left;
}
ul.menu-nav li:after {
  clear: both;
}
ul.menu-nav li ul.submenu {
  display: none;
}
ul.menu-nav li ul.submenu li,
ul.menu-nav li .submenu-large li {
  float: none;
}
ul.menu-nav.mobile-low-nav {
  display: none;
}
ul.menu-nav.menu-list li {
  float: none;
  display: block;
  line-height: 3;
  color: #857d75;
}
ul.menu-nav.menu-list li a {
  display: block;
}
ul.menu-nav.menu-tab > li {
  float: none;
  color: #333333;
  border-bottom: 2px solid #f3f2ef;
  position: relative;
}
ul.menu-nav.menu-tab > li:first-child {
  border-color: #eae8e2;
}
ul.menu-nav.menu-tab > li:first-child a {
  font-size: 14px;
  text-transform: uppercase;
}
ul.menu-nav.menu-tab > li > a,
ul.menu-nav.menu-tab > li a label {
  font-size: 12px;
  color: inherit;
  line-height: 70px;
  letter-spacing: 0.75px;
  font-weight: 400;
  display: block;
}
ul.menu-nav.menu-tab > li span.result {
  float: right;
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.75px;
  text-transform: lowercase;
}
ul.menu-nav.menu-tab > li span.ico-nav {
  z-index: -1;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/mais.svg') center no-repeat;
  position: absolute;
  top: 30px;
  right: 4px;
}
ul.menu-nav.menu-tab > li span.ico-nav.no-ico {
  background: none;
}
ul.menu-nav.menu-tab > li span.ico-nav input {
  display: block;
  z-index: 1;
}
ul.menu-nav.menu-tab > li .submenu {
  display: none;
  padding-bottom: 35px;
}
ul.menu-nav.menu-tab > li .submenu .number-list {
  display: block;
}
ul.menu-nav.menu-tab > li .submenu .number-list li {
  float: none;
  display: inline-block;
  margin: 0 7px;
  text-align: center;
}
ul.menu-nav.menu-tab > li .submenu .number-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #857d75;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: 0.2s all ease;
}
ul.menu-nav.menu-tab > li .submenu .number-list li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  opacity: 0;
  color: #fff;
  background-color: #857d75;
  z-index: -1;
  transition: 0.3s all ease-in;
}
ul.menu-nav.menu-tab > li .submenu .number-list li.checked a,
ul.menu-nav.menu-tab > li .submenu .number-list li:hover a {
  color: #fff;
}
ul.menu-nav.menu-tab > li .submenu .number-list li.checked a:after,
ul.menu-nav.menu-tab > li .submenu .number-list li:hover a:after {
  width: 100%;
  opacity: 1;
}
ul.menu-nav.menu-tab > li .submenu .check-list input {
  display: none;
}
ul.menu-nav.menu-tab > li .submenu .check-list input:checked + label:before {
  background-color: #666666;
}
ul.menu-nav.menu-tab > li .submenu .check-list li {
  display: block;
  float: none;
}
ul.menu-nav.menu-tab > li .submenu .check-list li label {
  line-height: 36px;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
ul.menu-nav.menu-tab > li .submenu .check-list li label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #cac8c8;
  border-radius: 2px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}
ul.menu-nav.menu-tab > li.on .submenu,
ul.menu-nav.menu-tab > li.on .submenu-large {
  display: block;
}
ul.menu-nav.menu-tab > li.on span.ico-nav {
  z-index: -1;
  background: url('../img/menos.svg') center no-repeat;
}
ul.menu-nav.menu-mob {
  /* display: block;*/
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
ul.menu-nav.menu-mob li {
  display: block;
  float: none;
  border-bottom: 2px solid #f3f2ef;
  position: relative;
}
ul.menu-nav.menu-mob li.home {
  display: none;
}
ul.menu-nav.menu-mob li.on {
  border-bottom: none;
}
ul.menu-nav.menu-mob li.on .submenu-large {
  display: block;
}
ul.menu-nav.menu-mob li.on .submenu-large + span.ico-nav {
  background: url('../img/menos.svg') center no-repeat;
}
ul.menu-nav.menu-mob li.blank,
ul.menu-nav.menu-mob li.title,
ul.menu-nav.menu-mob li.todos {
  display: none;
}
ul.menu-nav.menu-mob li.todos.todos-mob {
  display: block;
}
ul.menu-nav.menu-mob li a {
  padding: 0 10px;
  line-height: 70px;
  font-size: 12px;
}
ul.menu-nav.menu-mob li span.ico-nav {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/arrow_01.svg') center no-repeat;
  background-size: 8px 13px;
  position: absolute;
  top: 30px;
  right: 4px;
  z-index: -1;
}
ul.menu-nav.menu-mob li.menu-parent span.ico-nav {
  z-index: -1;
  background: url('../img/mais.svg') center no-repeat;
}
ul.menu-nav.menu-mob li.menu-parent .submenu-large {
  display: none;
}
ul.menu-nav.menu-mob li.menu-parent.on .submenu-large {
  display: block;
}
ul.menu-nav.menu-mob li .submenu-large {
  position: static;
  height: auto;
  padding: 0;
}
ul.menu-nav.menu-mob li .submenu-large .row .bd-left {
  border-left: none;
  padding: 0 25px;
  height: 100%;
}
ul.menu-nav.menu-mob li .submenu-large ul {
  padding: 0;
}
ul.menu-nav.menu-mob li .submenu-large ul li a {
  color: #999999;
  line-height: 42px;
}
ul.menu-nav.menu-mob li .submenu-large + span.ico-nav {
  background: url('../img/mais.svg') center no-repeat;
}
ul.menu-nav.menu-mob li:hover a,
ul.menu-nav.menu-mob li.current a {
  border-bottom: none;
}
.paleta-list {
  display: block;
}
.paleta-list li {
  float: none !important;
  display: inline-block !important;
  margin: 0 7px;
  text-align: center;
  line-height: 25px !important;
}
.paleta-list li a {
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  transition: 0.4s all ease;
}
.paleta-list li a img {
  padding: 3px;
}
.paleta-list li a span {
  display: none;
  position: absolute;
  top: 60%;
  left: -100%;
  opacity: 0.95;
  background-color: #333333;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 27px;
  color: #fff;
  z-index: 10;
}
.paleta-list li a:hover span {
  display: inline-block;
}
.paleta-list li.checked a,
.paleta-list li:hover a {
  border-color: #857d75;
}
/* MENU BAR*/
.menu-bar {
  background-color: #eae8e2;
  margin: 2px 0;
}
.menu-bar ul {
  display: flex;
  justify-content: center;
  padding: 0 1px;
  /* max-width: 1183px;*/
  margin: 0 auto;
  background-color: #fff;
}
.menu-bar ul li {
  display: inline-block;
  float: none;
  padding: 0 1px;
  background: #fff;
  width: 20%;
  position: relative;
}
.menu-bar ul li a {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #666666;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #eae8e2;
  border: 1px solid #eceae5;
  padding: 0 20px;
  white-space: nowrap;
}
.menu-bar ul li a span {
  margin-right: 10px;
}
.menu-bar ul li a span img {
  display: inline-block;
}
.menu-bar .tooltip-box {
  height: 111px;
  display: inline-block;
  padding: 25px 10px;
  background: #fff;
  border: 1px solid #efeeed;
  position: absolute;
  left: 0.5px;
  right: 0.5px;
  top: 55px;
  z-index: 1;
  font-size: 10px;
  color: #666666;
  letter-spacing: 0.75px;
  line-height: 1.6;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease;
}
.menu-bar .tooltip-box:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #efeeed;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.menu-bar li:hover .tooltip-box {
  top: 50px;
  opacity: 1;
}
/* SEARCH FORM*/
form.search {
  display: inline-block;
  width: 100%;
}
form.search.search-form-fix {
  display: none;
  width: 188px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
form.search.search-form-fix.form-show {
  display: inline-block !important;
  z-index: 1;
}
form.search.search-form-fix input {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
form.search.search-form-fix .search-form-toggle {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -20px;
  display: inline-block;
}
form.search input {
  border: none;
  border-bottom: 1px solid #cccccc;
  line-height: 26px;
  width: 100%;
  background: transparent;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  outline: 0;
}
form.search input:focus {
  border-bottom: 2px solid #5a5957;
}
form.search input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
form.search input::-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
form.search input:-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
form.search input:-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
form.search .search-block {
  position: relative;
}
form.search button {
  border: none;
  display: inline;
  background: none;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.home-main {
  background: url(../img/home-main.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 4965px;
  width: 100%;
}
*:hover > .hide-hover {
  display: none;
}
.show-hover {
  display: none;
}
*:hover > .show-hover {
  display: initial;
}
/* LIST PROD*/
.list-prod {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
}
.list-prod.grid {
  position: relative;
}
.list-prod.list-prod-2 .prod-item {
  width: 50%;
  padding: 0 20px 0 0;
}
.list-prod.list-prod-3 {
  justify-content: space-between;
}
.list-prod.list-prod-3 .prod-item {
  width: calc(100%/3);
}
.list-prod.control .prod-item {
  width: 50%;
}
.list-prod.control .prod-item .prod-item-inner {
  padding-right: 20%;
}
.list-prod.control .thumb {
  width: 40%;
}
.list-prod.control .control-side {
  width: 55%;
  position: relative;
}
.list-prod.control .control-side h4 {
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.list-prod.control .control-side .price {
  margin-bottom: 0;
}
.list-prod.control .control-side .price span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
}
.list-prod.control .control-side .price span.promo,
.list-prod.control .control-side .price span.parcelas strong {
  font-size: 12px;
  color: #666666;
}
.list-prod.control .control-side .price span.parcelas strong {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}
.list-prod.control .control-side select {
  font-size: 10px;
}
.list-prod.control .control-side .descubra-tamanho span {
  text-transform: initial;
}
.list-prod.control .control-side .btn {
  line-height: 32px;
  font-size: 10px;
  letter-spacing: 0.75px;
  margin-top: 0;
  margin-bottom: 0;
}
.list-prod.control .control-side .trash {
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url('../img/icon_trash.svg') center no-repeat;
}
.list-prod.control .control-side .atributos {
  margin-bottom: 0;
}
.list-prod.control .control-side .descubra-tamanho {
  margin-bottom: 0;
}
.list-prod .prod-item {
  width: 25%;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.list-prod .prod-item.width-full {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.list-prod .prod-item.border-bottom {
  border-bottom: 1px solid #eae8e2;
  margin-bottom: 30px;
}
.list-prod .prod-item.more {
  display: none;
}
.list-prod .prod-item.blog-novidades .prod-item-title {
  padding-right: 0 !important;
}
.list-prod .prod-item.blog-novidades .prod-item-title h3 {
  margin-bottom: 10px;
}
.list-prod .prod-item .control-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 50px;
}
.list-prod .prod-item .control-box a {
  background-color: #fff;
  color: #857d75;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 50px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.list-prod .prod-item .control-box a:not(.fav):first-child {
  width: 100%;
  margin-right: 52px;
}
.list-prod .prod-item .control-box a:not(.fav):last-child {
  width: 50px;
  position: absolute;
  right: 0;
}
.list-prod .prod-item .control-box a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
.list-prod .prod-item .control-box a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #857d75;
  width: 0;
  opacity: 0.4;
  transition: 0.5s all ease;
  z-index: -1;
}
.list-prod .prod-item .control-box a:hover {
  color: #fff;
  background: transparent;
}
.list-prod .prod-item .control-box a:hover:after {
  width: 100%;
  opacity: 1;
}
.list-prod .prod-item .control-box a.fav {
  width: 100%;
  margin-right: initial;
}
.list-prod .prod-item .control-box a img {
  display: inline-block;
}
.list-prod .prod-item .control-box a.fav-ico-nav:hover img {
  -webkit-filter: brightness(3);
  filter: brightness(3);
}
.list-prod .prod-item .prod-item-inner {
  text-align: left;
  /* display: inline-block;*/
}
.list-prod .prod-item .prod-item-inner .prod-hover {
  opacity: 0;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.list-prod .prod-item .prod-item-inner .prod-hover.absolute-bottom {
  top: initial;
}
.list-prod .prod-item .prod-item-inner .prod-show {
  transition: 0.3s all ease;
  width: 100%;
}
.list-prod .prod-item .prod-item-inner .prod-tags {
  position: absolute;
  top: 0;
  right: 0;
}
.list-prod .prod-item .prod-item-inner .prod-tags span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.75px;
  color: #857d75;
  background-color: #f3f2ef;
  text-align: center;
  width: 80px;
  line-height: 26px;
  margin-bottom: 2px;
}
.list-prod .prod-item .prod-item-inner .relative:hover .prod-show {
  opacity: 0;
}
.list-prod .prod-item .prod-item-inner .relative:hover .prod-hover {
  opacity: 1;
}
.list-prod .prod-item .prod-item-inner .prod-item-title {
  position: relative;
  padding-right: 20%;
}
.list-prod .prod-item .prod-item-inner img {
  max-width: 100%;
}
.list-prod .prod-item h3 a,
.list-prod .prod-item strong,
.list-prod .prod-item span {
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.list-prod .prod-item h3 {
  margin: 16px 0 0;
  line-height: 0;
}
.list-prod .prod-item h3 a {
  font-size: 11px;
  color: #333333;
  font-weight: 600;
  line-height: 16px;
}
.list-prod .prod-item strong {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-right: 15px;
}
.list-prod .prod-item span {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}
.list-prod .prod-item h5 {
  margin-top: 15px;
}
.list-prod .prod-item .desconto span {
  font-weight: 300;
  text-decoration: line-through;
}
.list-prod .prod-item .flag-desconto {
  width: 40px;
  line-height: 18px;
  background-color: #333333;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 6px;
}
.grid-content {
  width: 100%;
}
.grid-prod {
  margin-bottom: 90px;
}
.grid-prod aside.filter {
  display: none;
}
.grid-prod aside.filter ul li {
  color: #666666;
}
.grid-prod aside.filter ul li:hover {
  color: #333333;
}
.grid-prod .prod-item {
  margin-bottom: 90px;
}
.grid-prod.filter-on aside.filter {
  display: block;
  max-width: 270px;
  margin-right: 30px;
  width: 100%;
}
.grid-prod.filter-on .prod-item {
  width: calc(100%/3);
}
.grid-prod.filter-on .badge-list {
  visibility: visible;
}
/*  CATEGORY*/
.category-filter {
  border-bottom: 2px solid #f3f2ef;
  margin-bottom: 50px;
  height: 80px;
  position: relative;
  background-color: #fff;
}
.category-filter.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
}
.category-filter + .category-filter-height {
  display: none;
  height: 130px;
}
.category-filter .filter-toggle img {
  filter: opacity(90%);
  transition: 0.3s all ease;
}
.category-filter .filter-toggle span {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #666666;
  text-transform: uppercase;
  margin-left: 22px;
  transition: 0.3s all ease;
}
.category-filter .filter-toggle:hover img {
  filter: opacity(100%);
}
.category-filter .filter-toggle:hover span {
  color: #333333;
}
.category-filter a {
  text-decoration: none;
  margin: 25px 0;
  display: block;
}
.category-filter select {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #857d75;
  text-transform: uppercase;
  padding: 0 8px;
  display: inline-block;
  height: 37px;
  width: 100%;
  max-width: 240px;
  border: 2px solid #c8c4c1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: url(../img/arrow-down.svg) 96% no-repeat;
  background-size: 13px 8px;
}
.category-filter .cat-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.category-filter .cat-title h1 {
  font-size: 20px;
  letter-spacing: 0.75px;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
}
.category-filter .cat-title h1 strong {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: 0.25px;
}
.category-filter .cat-title h1 span {
  color: inherit;
  font-weight: inherit;
  font-style: italic;
}
.category-filter .cat-title.fav h1 {
  font-size: 24px;
  color: #666666;
}
aside.filter .noUi-horizontal {
  height: 3px;
  margin-bottom: 40px;
}
aside.filter .noUi-target {
  background: #E9E9E1;
  border: none;
  box-shadow: none;
}
aside.filter .noUi-connect {
  background: #857E78;
  border-radius: 0;
}
aside.filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -7px;
  top: -8px;
}
aside.filter .noUi-handle {
  border: none;
  border-radius: 100%;
  box-shadow: none;
  background: #857E78;
  border: solid 2px #fff;
}
aside.filter .noUi-handle:after,
aside.filter .noUi-handle:before {
  display: none;
}
/* PRODUCT*/
.thumb-list .item {
  margin-bottom: 15px;
  opacity: 0.35;
  outline: 0;
  cursor: pointer;
}
.thumb-list .item img {
  width: 100%;
}
.thumb-list .item:hover,
.thumb-list .item.slick-current {
  opacity: 1;
}
.thumb-main {
  position: relative;
  margin-bottom: 80px;
}
.thumb-main img {
  width: 100%;
}
.thumb-main .full-btn {
  display: inline-block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url('../img/icon_Fullscreen.svg') center no-repeat;
  opacity: 0.5;
  z-index: 10;
}
.thumb-main .full-btn:hover {
  opacity: 1;
}
.thumb-main a.thumb-arrow {
  position: absolute;
  top: 39%;
  right: initial;
  left: 0;
  z-index: 10;
}
.thumb-main a.thumb-arrow.slick-next {
  left: initial;
  right: 0;
}
.thumb-main a.thumb-arrow img {
  filter: opacity(50%);
  transition: 0.2s all ease;
}
.thumb-main a.thumb-arrow:hover img {
  filter: opacity(100%);
}
.prod-info h4 {
  font-size: 14px;
  color: #333333;
  line-height: 3;
  letter-spacing: 0.75px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.prod-info > span {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.75px;
}
.prod-info .price {
  margin-bottom: 20px;
}
.prod-info .price > span {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-weight: 400;
  margin-right: 0;
  text-transform: uppercase;
}
.prod-info .price > span.promo {
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  color: #666666;
}
.prod-info .price > span.parcelas {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.prod-info .price > span.parcelas strong {
  font-weight: 600;
  margin-right: 0;
  line-height: inherit;
}
.prod-info .frete-form {
  display: none;
  margin-top: 26px;
  position: relative;
}
.prod-info .frete-form.frete-form-mobile {
  margin-top: 0;
}
.prod-info .frete-form.frete-form-mobile form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.prod-info .frete-form.frete-form-mobile .close-form {
  display: none;
}
.prod-info .frete-form.only-mobile {
  display: none;
  margin-top: 0;
}
.prod-info .frete-form form {
  border-bottom: 1px solid #eae8e3;
  padding-bottom: 22px;
}
.prod-info .frete-form form input[type="text"] {
  border: none;
  border-bottom: 1px solid #cccccc;
  line-height: 35px;
  background: transparent;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  outline: 0;
  width: 160px;
  margin-right: 8px;
}
.prod-info .frete-form form input[type="submit"] {
  width: 135px;
  font-size: 12px;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
}
.prod-info .frete-form .result {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #eae8e3;
}
.prod-info .frete-form .result span {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.prod-info .frete-form .result span img {
  margin-right: 10px;
  filter: opacity(60%);
}
.prod-info .frete-form .result span.tab {
  display: inline-block;
  min-width: 107px;
}
.prod-info .frete-form .close-form {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: url('../img/close.svg') center center no-repeat;
  width: 12px;
  height: 11px;
}
.prod-info .cor {
  margin-right: 40px;
}
.prod-info .atributos {
  margin-bottom: 20px;
}
.prod-info .atributos h5 {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.75px;
  margin: 0 0 20px;
}
.prod-info .descubra-tamanho {
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.prod-info .descubra-tamanho img {
  margin-right: 14px;
}
.prod-info.content-prod .price {
  margin-bottom: 50px;
}
.prod-info.content-prod .price > span.parcelas {
  margin-left: 20px;
}
.prod-info.content-prod .price > span.promo {
  margin-right: 20px;
}
.prod-info.content-prod .cor {
  margin-right: initial;
}
.prod-info.content-prod .atributos {
  margin-bottom: 50px;
}
.prod-info.content-prod .descubra-tamanho {
  margin-top: 18px;
}
.prod-info select {
  background: url(../img/arrow-down.svg) 96% no-repeat;
  background-size: 13px 8px;
}
.prod-info select,
.prod-info .radio-select {
  font-size: 12px;
  letter-spacing: 1px;
  color: #857d75;
  text-transform: uppercase;
  padding: 0 8px;
  display: block;
  height: 37px;
  width: 100%;
  border: 2px solid #c8c4c1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.prod-info select span.value,
.prod-info .radio-select span.value {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 33px;
  padding: 0 10px;
}
.prod-info select label,
.prod-info .radio-select label {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: 0 10px;
}
.prod-info .share-fav {
  margin: 25px 0 60px;
}
.prod-info .share-fav a {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #999999;
  transition: 0.2s color ease;
}
.prod-info .share-fav a:hover {
  color: #666666;
}
.prod-info .share-fav a:hover img {
  filter: opacity(100%);
}
.prod-info .share-fav span {
  font-size: 12px;
  letter-spacing: 0.75px;
}
.prod-info .share-fav img {
  margin-right: 15px;
  filter: opacity(75%);
}
.prod-info .share-fav .add-fav-off {
  display: none;
}
.prod-info .share-fav.share-fav-check .add-fav-on {
  display: none;
}
.prod-info .share-fav.share-fav-check .add-fav-off {
  display: initial;
}
.prod-info .ico-nav {
  padding-bottom: 22px;
  border-bottom: 1px solid #eae8e3;
  margin-bottom: 30px;
}
.prod-info .ico-nav a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.75px;
  display: block;
  width: 100%;
  transition: 0.2s all ease;
}
.prod-info .ico-nav a img {
  filter: opacity(75%);
}
.prod-info .ico-nav a div {
  margin-top: 10px;
  border-right: 1px solid #eae8e3;
}
.prod-info .ico-nav a:last-child div {
  border-right: none;
}
.prod-info .ico-nav a:hover {
  color: #666666;
}
.prod-info .ico-nav a:hover img {
  filter: opacity(100%);
}
.prod-info .ico-nav .frete-form-mobile {
  display: none;
}
.prod-info .descricao {
  margin-top: 30px;
}
.prod-info .descricao p {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}
.prod-info .descricao p strong {
  font-weight: 400;
  color: #333333;
}
.prod-info .descricao ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.prod-info .descricao ul li {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.75px;
  line-height: 30px;
  font-weight: 300;
}
.share-control {
  display: none;
}
.share-control a {
  display: inline-block;
  margin: 0 10px;
}
.radio-select {
  background-repeat: no-repeat !important;
  background-position: left 5px center !important;
  padding: 0 !important;
  position: relative;
  -moz-appearance: none;
}
.radio-select:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow-down.svg) 96% no-repeat;
  background-size: 13px 8px;
  position: absolute;
  right: 6px;
  top: 13px;
  width: 13px;
  height: 8px;
}
.radio-select input {
  display: none;
}
.radio-select input + label {
  height: 37px;
  display: block;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left 5px center;
}
.radio-select input:checked + label {
  background-color: #eee;
}
.radio-select .options {
  display: none;
  border: 1px solid #c8c4c1;
  margin-top: 33px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.badge-list {
  visibility: hidden;
  line-height: 68px;
  /* padding-left: 15px;*/
}
.badge-list .badge {
  display: inline-block;
  padding: 10px 58px 10px 10px;
  background-color: #eae8e2;
  font-size: 11px;
  letter-spacing: 0.75px;
  color: #666666;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  transition: 0.2s all ease;
}
.badge-list .badge:hover {
  background-color: #d8d3c5;
  color: #666666;
}
.badge-list .badge:after {
  content: '';
  background: url('../img/close.svg') center no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static {
  height: 343px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*  INSTA*/
#rudr_instafeed {
  margin-top: 30px;
  padding: 0;
}
#rudr_instafeed .slick-arrow {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: #282828;
  background-image: url('../img/arrow_02.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.2s all ease;
}
#rudr_instafeed .slick-arrow.slick-next {
  left: initial;
  right: 0;
  background-image: url('../img/arrow_01.svg');
}
#rudr_instafeed .slick-arrow:hover {
  background-color: #000;
}
#rudr_instafeed .slick-slide {
  margin: 0 10px;
  outline: 0;
}
#rudr_instafeed .slick-slide img {
  width: 300px;
}
.block-featured {
  margin-top: 50px;
}
.block-featured .thumb {
  background: url('../img/little-dog.jpg') center center no-repeat;
  background-size: cover;
}
.block-featured .thumb img {
  width: 100%;
}
.block-featured .gray-text {
  background-color: #857d75;
  padding: 50px 110px 20px;
}
.block-featured .gray-text h3 {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.1px;
  color: #eae8e2;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
.block-featured .gray-text p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.75px;
  color: #eae8e2;
  margin: 40px 0;
}
.block-featured .gray-text p a {
  color: #fdfdfc;
  font-weight: 600;
}
.store-list {
  margin-bottom: 120px;
}
.store-list .store-item {
  margin: 0 0 20px;
  padding-top: 80px;
}
.panel-over {
  height: 495px;
  width: 390px;
  background-color: #eae8e2;
  text-align: center;
  color: #857d75;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding-top: 20px;
}
.panel-over.right {
  left: initial;
  right: 0;
}
.panel-over h3 {
  font-size: 30px;
  line-height: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
.panel-over p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.75px;
  margin: 32px 0 50px;
  font-weight: 300;
  color: #666666;
}
.panel-over p:first-child {
  margin-bottom: 0;
  color: #857d75;
}
.panel-over .panel-bottom {
  display: block;
  background-color: #5a5957;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.15s all ease;
}
.panel-over .panel-bottom p {
  color: #eae8e2;
  margin: 40px 0;
  text-align: center;
}
.panel-over .panel-bottom p img {
  display: inline-block;
}
.panel-over .panel-bottom:hover {
  background-color: #333333;
}
.store-title nav ul {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
  position: initial;
  padding: 0;
}
.store-title nav ul li {
  display: block;
}
.store-title nav ul li a {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.75px;
  font-weight: 300;
  line-height: 30px;
  padding: 4px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
}
.store-title nav ul li a:hover,
.store-title nav ul li a:focus,
.store-title nav ul li a:active {
  color: #333333;
  border-bottom-color: #eae8e2;
}
.galeria-list {
  position: relative;
  margin-bottom: 180px;
}
.galeria-list .seta-black {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #282828;
  background-image: url('../img/arrow_02.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 58px;
  height: 58px;
  transition: 0.2s all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.galeria-list .seta-black.slick-next {
  left: initial;
  right: 0;
  background-image: url('../img/arrow_01.svg');
}
.galeria-list .seta-black:hover {
  background-color: #000;
}
.galeria-list .slick-slide {
  margin: 0 8px;
  opacity: 0.4;
  position: relative;
  outline: 0 !important;
}
.galeria-list .slick-slide img {
  cursor: pointer;
}
.galeria-list .slick-slide.slick-current {
  opacity: 1;
}
.galeria-list .slick-slide:hover:after,
.galeria-list .slick-slide.slick-current:after {
  content: '';
  display: inline-block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url('../img/icon_Fullscreen.svg') center no-repeat;
  opacity: 0.5;
  z-index: 10;
}
.galeria-lightbox,
.galeria-lightbox.slick-slider {
  display: none;
}
.gallery-item img {
  width: 870px;
  max-width: 100%;
}
.galeria-lightbox {
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 200;
}
.galeria-lightbox .close-lightbox {
  content: '';
  background: url('../img/icon_close3.svg') center no-repeat;
  width: 58px;
  height: 58px;
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.galeria-lightbox .slick-list {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  text-align: center;
}
.galeria-lightbox .slick-slide {
  outline: 0;
}
.galeria-lightbox .slick-slide img {
  display: inline-block;
}
.galeria-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
  right: initial;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.galeria-lightbox .slick-arrow.slick-next {
  left: initial;
  right: 0;
}
.quick-preview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.quick-preview .thumb-main {
  margin-bottom: 0;
}
.quick-preview .thumb-list .item {
  margin-bottom: 5px;
}
.quick-preview .prod-info.content-prod {
  padding-left: 20px;
}
.quick-preview .prod-info.content-prod .atributos {
  margin-top: 30px;
  margin-bottom: 20px;
}
.quick-preview .descricao-toggle {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  position: relative;
}
.quick-preview .descricao-toggle .descricao-toggle-inner {
  display: none;
}
.quick-preview .descricao-toggle .descricao-toggle-inner .descricao:first-child {
  margin-top: 10px;
}
.quick-preview .descricao-toggle:after {
  content: '';
  display: inline-block;
  background-image: url('../img/mais.svg');
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 5px;
}
.quick-preview .descricao-toggle > a {
  display: block;
  line-height: 40px;
}
.quick-preview .descricao-toggle.active:after {
  height: 2px;
  background-image: url('../img/menos.svg');
}
.quick-preview .descricao-toggle.active .descricao-toggle-inner {
  display: block;
}
.quick-preview .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 1024px;
  padding: 40px 0;
}
.quick-preview .inner .close-btn {
  position: fixed;
  top: 10px;
  right: 12px;
}
.quick-preview .inner .close-btn img {
  width: 15px;
}
.quick-preview .inner .slick-slide {
  max-width: 100%;
}
.quick-preview .inner .slick-slide img {
  max-width: 100%;
}
/* FULL PRODUCT*/
.full-product {
  z-index: 200;
  display: none;
}
.full-product .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
  z-index: 202;
}
.full-product .inner .close-preview {
  background: url('../img/icon_close2.svg') center no-repeat;
  width: 58px;
  height: 58px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}
.full-product .inner .close-preview:hover {
  opacity: 1;
}
.full-product .inner .panel-bottom {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 60px 40px;
}
.full-product .inner .panel-bottom select {
  width: 214px;
  -moz-appearance: none;
}
.full-product .inner .prod-img {
  width: 100%;
}
/* MAIN*/
.andmore {
  margin-top: 40px;
}
.andmore .andmore-legend {
  margin-left: 160px;
}
.andmore .andmore-legend h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.25px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
.andmore .andmore-legend p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.75px;
  color: #666666;
  margin-bottom: 45px;
}
.video-module {
  margin: 80px 0 120px;
}
.video-module .info.absolute-center {
  top: initial;
  bottom: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.video-module .info h2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #000;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.video-module .info p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #666666;
  margin: 0;
}
.video-module .info a {
  font-size: 12px;
  letter-spacing: 0.75px;
  font-weight: 600;
  color: #333333;
}
.video-module.video-2 {
  margin-bottom: 0;
}
.video-module.video-2 h2 {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  text-transform: initial;
}
.slide-featured {
  position: relative;
}
.slide-featured .slide-prev {
  /* height: 480px;*/
  position: relative;
  background-color: #000;
}
.slide-featured .slide-prev img {
  width: 100%;
  filter: opacity(15%);
}
.slide-featured .slide-current {
  /* height: 670px;*/
  position: relative;
}
.slide-featured .slide-current img {
  width: 100%;
}
.slide-featured .info-box {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 75px;
  right: 50%;
  background: #fff;
  z-index: 10;
}
.slide-featured .info-box .slick-slider {
  padding: 100px 60px 100px 100px;
}
.slide-featured .info-box h4 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 200;
  letter-spacing: 0.25px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.slide-featured .info-box p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #666666;
}
.slide-featured .info-box a {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #333333;
}
.slide-featured .info-box .sync-nav .seta-black {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #282828;
  background-image: url('../img/arrow_02.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 58px;
  height: 58px;
  transition: 0.2s all ease;
}
.slide-featured .info-box .sync-nav .seta-black.slick-prev {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}
.slide-featured .info-box .sync-nav .seta-black.slick-next {
  -webkit-transform: translateY(14.5px);
  transform: translateY(14.5px);
  background-image: url('../img/arrow_01.svg');
}
.slide-featured .info-box .sync-nav .seta-black:hover {
  background-color: #000;
}
.lancamentos {
  background-color: #eae8e2;
  border: 1px solid #ecebe5;
  padding: 10px 0 25px;
  margin-top: 120px;
}
.lancamentos.gap-bottom {
  margin-bottom: 120px;
}
.lancamentos.landing {
  background-color: transparent;
  border: none;
  margin-top: 0;
}
.lancamentos h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #666666;
  text-transform: uppercase;
  margin: 25px 0;
  text-align: center;
}
.lancamentos .list-prod {
  margin-bottom: 40px;
  position: relative;
}
.lancamentos .list-prod a.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: -15px;
  display: inline-block;
  opacity: 0.75;
  transition: 0.15s opacity ease;
}
.lancamentos .list-prod a.arrow:last-child {
  left: initial;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: -15px;
}
.lancamentos .list-prod a.arrow:hover {
  opacity: 1;
}
.landing-destaque h3 {
  margin-bottom: 40px;
}
.landing-destaque .btn {
  margin-top: 40px;
}
.landing-grid {
  margin: 100px 0 0;
}
.landing-grid .gap-bottom {
  margin-bottom: 40px;
}
.featured {
  margin: 115px 0 180px;
}
.featured.featured-big {
  margin: 0;
}
.featured .item-inner {
  position: relative;
  display: inline-block;
}
.featured .item-inner:hover .legend {
  bottom: 30px;
}
.featured .item-inner .legend {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  transition: 0.4s all ease;
}
.featured .item-inner .legend h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
  color: #fff;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.featured .item-inner .legend h5 {
  font-size: 12px;
  line-height: 3;
  font-weight: 200;
  color: #fff;
  margin: 10px 0;
  letter-spacing: 0.75px;
}
.featured .item-inner .legend strong {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.75px;
}
.featured .item-inner .legend p {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #fff;
}
.featured .item-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, transparent, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.featured .item-small {
  margin-top: 62px;
}
.featured .item-big {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured .item-big h3 {
  margin-top: 40px;
}
.featured .item-big .item-inner {
  display: block;
  width: 100%;
}
.featured .item-big .item-inner img {
  width: 100%;
}
.featured .item-mob {
  margin-bottom: 15px;
}
.featured .item-mob .legend {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.featured .item-mob .legend h4 {
  font-size: 12px;
  line-height: 3;
  font-weight: 200;
  color: #fff;
  margin: 0;
  letter-spacing: 0.75px;
}
.featured.featured-3 .item-inner {
  margin: 20px 0;
}
.featured.featured-3 .item-inner:after {
  content: none;
}
.featured-legend {
  /* height: 430px;*/
  background-image: url('../img/flamingo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 40px 16px;
}
.featured-legend:after {
  content: "";
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featured-legend .info-box {
  background: #fff;
  padding: 30px 40px 60px;
  position: relative;
  z-index: 10;
}
.featured-legend .info-box h4 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 200;
  letter-spacing: 0.25px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.featured-legend .info-box p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #666666;
}
.featured-legend .info-box a {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #333333;
}
.featured-legend .info-box .nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.featured-legend .info-box .nav a {
  display: block;
  margin-bottom: 1px;
}
.instagram-widget {
  margin: 120px 0 160px;
  width: 100%;
  overflow: hidden;
}
.instagram-widget .main-title {
  margin: 0;
}
.instagram-widget h4 {
  margin: 20px 0 40px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
}
span.share-overlay {
  display: none;
}
.filter-share a {
  width: 42px;
  text-align: center;
  display: inline-block;
}
.filter-share span {
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.thumb.check {
  padding: 0 30px;
  position: relative;
}
.thumb.check img {
  width: 150px;
}
.thumb.check input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.thumb.check input + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c2beba;
  display: inline-block;
}
.thumb.check input:checked + label {
  border-color: #857d75;
  background-color: #857d75;
  background-image: url('../img/ico-check.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.thumb.check .btn {
  line-height: 32px;
  margin: 15px 0 0;
  text-align: center;
  padding: 0;
}
.border-bottom {
  border-bottom: 1px solid #eae8e2;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.newsletter-form form.search {
  margin-bottom: 20px;
}
.newsletter-form form.search input {
  font-size: 12px;
  color: #333333;
  font-weight: 300;
  font-style: normal;
}
.newsletter-form form.search input.invalid {
  color: #de6161;
}
.newsletter-form button.invalid {
  color: #de6161 !important;
}
.newsletter-form span {
  display: none;
  letter-spacing: 0.25px;
  color: #5a5957;
  position: absolute;
  left: 0;
  bottom: -35px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 36px;
}
.newsletter-form span.erro {
  color: #d35e5e;
}
.newsletter-form label {
  position: relative;
  margin-bottom: 0;
  display: block;
  font-weight: 400;
}
.band-cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.band-cards li {
  display: inline-block;
  margin-right: 4px;
}
.band-cards li img {
  border-radius: 4px;
}
.modal-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: none;
}
.modal-panel .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  height: 680px;
  width: 90%;
  max-width: 1366px;
  z-index: 202;
}
.modal-panel .inner .close-preview {
  background: url('../img/icon_close2.svg') center no-repeat;
  width: 58px;
  height: 58px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-panel .inner .panel-bottom {
  background-color: #fff;
  height: 146px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 60px;
}
.modal-panel .inner .panel-bottom select {
  width: 214px;
  -moz-appearance: none;
}
.modal-panel .instagram-widget {
  display: none;
}
.modal-panel .menu-bar {
  display: none;
}
.banner {
  height: 546px;
}
.banner.banner-1 {
  background-image: url('../img/banner-1.jpg');
}
.banner.banner-2 {
  background-image: url('../img/banner-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner.banner-slider-1 {
  background-image: url('../img/chapeus.jpg');
}
.banner.slick-slide {
  height: 546px;
  background-color: #dac6b9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .container-fluid {
  position: relative;
  height: 100%;
}
.banner .banner-inner {
  position: absolute;
  top: 120px;
  left: 0;
}
.banner .banner-inner.static {
  margin-top: 120px;
  position: initial;
}
.banner .banner-inner.static h2 {
  color: #fff;
}
.banner .banner-inner.static h1 {
  font-size: 36px;
  color: #fff;
}
.banner .banner-inner.static a.btn {
  color: #fff;
  border-color: #fff;
}
.banner .banner-inner.static a.btn.btn-transparent:hover {
  color: #000;
}
.banner .banner-inner.static a.btn.btn-transparent:hover:after {
  background-color: #fff;
}
.banner .banner-inner h2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0;
  color: #666666;
}
.banner .banner-inner h1 {
  font-size: 42px;
  letter-spacing: 0;
  margin: 30px 0 40px;
  font-weight: 900;
  line-height: 48px;
  color: #000;
  font-family: 'Playfair Display', serif;
}
.banner .banner-inner a.btn {
  margin: 10px 0;
  letter-spacing: 0.75px;
}
.banner.banner-cat {
  height: 342px;
  background-image: url('../img/banner-cat-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner.banner-cat.banner-landing {
  background-image: url('../img/banner-landing.jpg');
}
.banner.banner-cat .banner-inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner.banner-cat .banner-inner h1 {
  font-size: 36px;
  letter-spacing: 0.75px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.banner.banner-cat .banner-inner h1 span {
  font-family: Poppins;
}
.banner.banner-cat .banner-inner h1 strong {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: 0.25px;
}
.banner.banner-cat .banner-inner a {
  margin: 10px 0;
}
.banner.banner-cat .row,
.banner.banner-cat .row > div {
  height: 100%;
}
.banner-container a.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.banner-container a.slick-prev {
  transform: translateY(-46px);
}
.banner-container a.slick-next {
  transform: translateY(15px);
}
.banner-store {
  background-image: url('../img/loja-bg.jpg');
}
.banner-sobre {
  background-image: url('../img/sobre-bg.jpg');
}
.banner.banner-blog h1 {
  margin: 20px 0;
}
.banner.banner-blog h2 {
  color: #333333;
}
.banner.banner-blog p {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 2;
  color: #666666;
  margin: 20px 0;
}
.banner.banner-blog p span {
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 2;
  text-transform: uppercase;
  margin-right: 10px;
}
.banner.banner-blog a {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}
.banner.banner-mob.banner-mob-blog {
  height: initial;
}
.banner.banner-mob.banner-mob-blog:after {
  content: none;
}
.banner.banner-mob.banner-mob-blog.slick-slide {
  height: auto;
}
.banner.banner-mob.banner-mob-blog .banner-inner {
  position: static;
  padding: 60px 0 100px;
  background-size: cover;
}
.banner.banner-mob.banner-mob-blog .banner-inner h2 {
  font-size: 16px;
  letter-spacing: 0.75px;
  line-height: 1.8;
  color: #333333;
}
.banner.banner-mob.banner-mob-blog .banner-inner h1 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 30px;
}
.banner.banner-mob.banner-mob-blog .banner-inner p {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 2;
  color: #666666;
}
.banner.banner-mob.banner-mob-blog .banner-inner p span {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 2;
  text-transform: uppercase;
  display: block;
}
.banner.banner-mob.banner-mob-blog .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 35px;
  opacity: 0.62;
  z-index: 10;
}
.banner.banner-mob.banner-mob-blog .slick-arrow.slick-next {
  bottom: 95px;
}
.banner.banner-mob.banner-mob-blog .slick-arrow:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .banner-sobre {
    height: 186px;
    background-image: url('../img/sobre-bg-mob.jpg');
  }
  .banner.banner-landing {
    height: 167px;
  }
  .banner.banner-landing .banner-inner h1 {
    line-height: 1;
  }
  .banner.banner-landing .banner-inner h1 span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.75px;
    color: #fff;
  }
  .banner.banner-landing .banner-inner h1 span span {
    display: none;
  }
  .banner.banner-landing .banner-inner h1 strong {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.25px;
    color: #fff;
  }
}
.thumb-list .slick-track {
  transform: none !important;
}
.thumb-list .slick-slide img {
  width: 100%;
}
.prod-info .paleta-list li {
  margin: 0 18px 0 0;
}
footer {
  background-color: #f3f2ef;
  border-top: 1px solid #efeeeb;
  padding-bottom: 74px;
}
footer .breadcrumb {
  border-bottom: 1px solid #d8d3c5;
  height: 52px;
  padding: 0;
  margin-bottom: 0;
  background-color: none;
  border-radius: 0;
}
footer .breadcrumb ul li {
  line-height: 52px;
}
footer .breadcrumb ul li a {
  letter-spacing: 1px;
}
footer .breadcrumb ul li:after {
  content: ">";
  color: inherit;
  display: inline	;
  margin: 0 10px;
}
footer .breadcrumb ul li:last-child:after {
  content: none;
}
footer .breadcrumb ul li:last-child a {
  color: #857d75;
}
footer .sitemap form.search {
  margin: 10px 0 40px;
}
footer .sitemap form.search .search-block {
  margin-top: 45px;
}
footer .sitemap form.search .search-block button {
  bottom: 50%;
  transform: translateY(50%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #857d75;
  line-height: 2;
  text-transform: uppercase;
  transition: 0.2s all ease;
}
footer .sitemap form.search .search-block button:hover {
  color: #333333;
}
footer .sitemap h5 {
  line-height: 2;
  margin: 30px 0 15px;
}
footer .sitemap ul li {
  float: none;
}
footer .sitemap ul li a {
  letter-spacing: 1px;
}
footer .sitemap ul li a:hover {
  color: #857d75;
}
footer .social-icon a {
  display: inline-block;
  margin-right: 22px;
}
footer .social-icon a img {
  transition: 0.2s all ease;
}
footer .social-icon a img:hover {
  filter: brightness(50%);
}
.top-header {
  height: 42px;
}
.top-header .menu-nav {
  display: inline-block;
}
.top-header .menu-nav li:after {
  content: "|";
  color: inherit;
  display: inline-block;
  margin: 0 8px 0 4px;
  font-weight: 300;
  line-height: 42px;
}
.top-header .menu-nav li:last-child:after {
  content: none;
}
.top-header .menu-nav li a {
  line-height: 42px;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none;
  vertical-align: bottom;
}
.main-header {
  border-top: 1px solid #eae8e2;
  border-bottom: 1px solid #eae8e2;
}
.main-header.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}
.main-header.nav-fixed .logo {
  line-height: 58px;
}
.main-header.nav-fixed .logo img {
  margin-top: 0;
  width: 113px;
}
.main-header.nav-fixed nav {
  height: 58px;
}
.main-header.nav-fixed nav > ul > li > a {
  line-height: 52px;
}
.main-header.nav-fixed .search-on {
  display: block;
  line-height: 58px;
}
.main-header.nav-fixed .search-on .icon-fix {
  display: inline-block;
  margin-left: 30px;
}
.main-header.nav-fixed form.search {
  display: none;
}
.logo {
  line-height: 78px;
}
.logo img {
  width: 170px;
  height: auto;
  transition: 0.2s ease all;
}
.menu-no-relative {
  position: initial;
}
header nav {
  height: 84px;
  transition: 0.2s ease all;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
}
header nav ul li.home {
  display: none;
}
header nav ul li a {
  letter-spacing: 0.75px;
  display: block;
  color: #666;
  transition: 0.2s all ease-in;
}
header nav ul li.current > a,
header nav ul li:hover > a {
  color: #000;
  border-color: #333;
}
header nav ul li.search-result {
  display: none;
}
header nav ul li.search-result > a {
  width: 0;
  padding: 0;
  color: transparent;
}
header nav ul li .submenu-large {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 285px;
  overflow: hidden;
  z-index: 100;
  border-top: 1px solid #E8E9E4;
  padding: 60px 0 40px;
  transition: 0.5s all ease-in;
}
header nav ul li .submenu-large ul {
  opacity: 0;
  height: 100%;
  transition: 0.3s opacity ease;
}
header nav ul li .submenu-large ul li {
  display: block;
  margin-bottom: 5px;
}
header nav ul li .submenu-large ul li.title {
  margin-bottom: 21px;
  color: #857d75;
  font-weight: 300;
}
header nav ul li .submenu-large ul li a {
  line-height: 1.5;
  font-size: 12px;
  padding: 2px 0;
}
header nav ul li .submenu-large ul li:last-child {
  margin-bottom: 0;
}
header nav ul li .submenu-large ul li.todos-mob {
  display: none;
}
header nav ul li .submenu-large .row .bd-left {
  border-left: 1px solid #dedbd1;
  padding: 10px 0 10px 14px;
  opacity: 0;
  transition: 0.3s opacity ease;
}
header nav ul li .submenu-large .prod-item {
  margin-right: 20px;
}
header nav ul li .submenu-large .prod-item img {
  width: 100%;
}
header nav > ul > li > a {
  letter-spacing: 0.75px;
  display: block;
  font-size: 14px;
  color: #666;
  padding: 3px 12px 0;
  line-height: 78px;
  border-bottom: 3px solid transparent;
  transition: 0.2s all ease-in;
}
header nav:not(.menu-mobile) ul li:hover .submenu-large {
  opacity: 1;
  visibility: visible;
  position: absolute;
  background-color: #eae8e2;
  pointer-events: initial;
  padding: 40px 0 70px;
  transition: 0.5s background-color ease-in, 0.3s opacity ease-in, 0.3s padding ease 0.2s;
}
header nav:not(.menu-mobile) ul li:hover .submenu-large ul {
  opacity: 1;
  transition: 0.3s opacity ease 0.2s;
}
header nav:not(.menu-mobile) ul li:hover .submenu-large .row .bd-left {
  opacity: 1;
  transition: 0.3s opacity ease 0.2s;
}
header.search-on .main-header {
  background-color: #f3f2ef;
}
header.search-on .search-result {
  display: inline-block;
}
header.search-on .search-result .submenu-large,
header.search-on .search-result .submenu-large:hover {
  height: auto;
  opacity: 1;
  visibility: visible;
  position: absolute;
  background-color: #eae8e2;
  pointer-events: initial;
  padding: 40px 0 30px;
  transition: 0.5s background-color ease-in, 0.3s opacity ease-in, 0.3s padding ease 0.2s;
}
header.search-on .search-result .submenu-large ul,
header.search-on .search-result .submenu-large:hover ul {
  opacity: 1;
  transition: 0.3s opacity ease 0.2s;
}
header.search-on .search-result .submenu-large .row .bd-left,
header.search-on .search-result .submenu-large:hover .row .bd-left {
  opacity: 1;
  transition: 0.3s opacity ease 0.2s;
}
header.search-on .search-result .submenu-large .prod-item,
header.search-on .search-result .submenu-large:hover .prod-item {
  width: calc(100%/3);
}
header.search-on .search-result .submenu-large .prod-item h4,
header.search-on .search-result .submenu-large:hover .prod-item h4 {
  padding-right: 10px;
}
header.search-on .search-result .submenu-large .prod-item h4 a,
header.search-on .search-result .submenu-large:hover .prod-item h4 a {
  font-size: 11px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px;
}
header form.search {
  width: 100%;
  padding: 0 10px;
  line-height: 84px;
}
header .search-on {
  display: none;
  line-height: 84px;
  transition: 0.2s ease all;
}
.header-opacity .logo {
  opacity: 0.1;
}
.header-opacity nav {
  opacity: 0.1;
}
.header-opacity .search-on > a {
  opacity: 0.1;
}
.fav-ico-on + span.count-fav {
  display: none;
  vertical-align: super;
  font-size: 10px;
  color: #999999;
  letter-spacing: 1px;
}
.fav-ico-on.count-on + span.count-fav {
  display: inline;
  line-height: 1;
}
.search-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #eae8e2;
  z-index: 10000;
}
.search-header form.search {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.search-header form.search button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('../img/ico_search.svg') center no-repeat;
}
.search-header form.search .search-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.search-header form.search input {
  border-color: #666666;
  padding: 0 26px;
}
.search-header .result {
  display: none;
  padding: 32px 15px;
  background: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-header .result.result-on {
  display: block;
}
.search-header .result ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.search-header .result ul li {
  display: block;
  line-height: 36px;
}
.search-header .result ul li a {
  font-size: 11px;
  color: #999999;
  letter-spacing: 1px;
}
.search-header .result ul li a strong {
  color: #333333;
  font-weight: inherit;
}
.nav-tags {
  margin-top: 56px;
}
.nav-tags .title h4 {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 1.2;
}
.nav-tags .title h4 strong {
  font-weight: 600;
  font-style: italic;
}
.nav-tags .list-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.nav-tags .list-tags ul li {
  display: inline-block;
  margin-right: 20px;
}
.nav-tags .list-tags ul li a {
  display: block;
  line-height: 50px;
  padding: 0 25px;
  background-color: #eae8e2;
  color: #857d75;
  font-size: 12px;
  letter-spacing: 0.75px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.2s all ease;
}
.nav-tags .list-tags ul li a.active,
.nav-tags .list-tags ul li a:hover {
  color: #eae8e2;
  background-color: #999999;
}
.nav-tags .list-tags .arrow {
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #5a5957;
  opacity: 1;
  transition: 0.3s all ease;
}
.nav-tags .list-tags .arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient(to right, #fff 60%, transparent);
}
.nav-tags .list-tags .arrow.slick-next {
  left: initial;
  right: 0;
  background-image: url('../img/arrow_box03-01.svg');
}
.nav-tags .list-tags .arrow.slick-next:after {
  left: -70px;
  background: linear-gradient(to left, #fff 60%, transparent);
}
.nav-tags .list-tags .arrow.slick-prev {
  background-image: url('../img/arrow_box02-01.svg');
  background-size: cover;
}
.nav-tags .list-tags .arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.look-list {
  margin-top: 45px;
}
.look-list .look-item {
  width: 47.5%;
  position: relative;
  margin-bottom: 70px;
}
.look-list .look-item .look-item-inner {
  overflow: hidden;
}
.look-list .look-item .look-item-inner:hover img {
  opacity: 0.3;
  transform: scale(1.15);
}
.look-list .look-item .look-item-inner:hover .btn {
  opacity: 1;
}
.look-list .look-item img {
  width: 100%;
  transition: 0.6s all ease-out;
}
.look-list .look-item .btn {
  font-size: 12px;
  color: #857d75;
  letter-spacing: 0.75px;
  line-height: 50px;
  text-transform: uppercase;
  border: 2px solid #bdb7b0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
.look-list .look-item .btn:hover {
  color: #fff;
}
.look-list .look-item.hide {
  display: none !important;
}
.control-side {
  width: 100%;
  margin-left: 10px;
}
.control-side .height-100 {
  height: 100%;
  width: 100%;
}
.control-side .price span {
  font-size: 14px;
}
.control-side .price span.promo {
  font-size: 11px;
}
.control-side .price span.parcelas {
  font-size: 12px;
}
.control-side .descubra-tamanho {
  width: 100%;
  text-align: right;
}
.more-looks {
  padding: 90px 0 120px;
}
.more-looks h3 {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.more-looks .list-prod .prod-item img {
  max-width: 100%;
}
.category-filter.looks {
  margin: 20px 0;
}
.more-btn.gap-bottom {
  margin-bottom: 80px;
}
.ico-check {
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30px;
  right: 4px;
}
.ico-check input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ico-check input + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #c2beba;
  display: inline-block;
  border-radius: 2px;
}
.ico-check input:checked + label {
  border-color: #857d75;
  background-color: #857d75;
  background-image: url(../img/ico-check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.landing-destaque {
  margin: 75px 0;
}
.landing .list-prod {
  margin-bottom: 80px;
}
.landing-text {
  margin: 40px 0 30px;
}
body.mobile .list-prod.landing-grid-prod {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0;
}
body.mobile .list-prod.landing-grid-prod .prod-item {
  width: 50%;
  margin-bottom: 40px;
}
body.mobile .lancamentos.landing {
  margin-top: 20px;
  padding-bottom: 0;
}
body.mobile .lancamentos.landing.landing-last {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 60px;
}
body.mobile .lancamentos.landing h2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
body.mobile .featured.landing {
  margin: 15px 0 0;
}
body.mobile .featured.landing h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin: 0;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
body.mobile .featured.landing h4 {
  font-size: 16px;
}
.panel-atendimento {
  padding: 20px 0;
  background-color: #eae8e2;
}
.panel-atendimento h4 {
  margin: 0 0 30px;
}
.panel-atendimento input {
  border: none;
  border-bottom: 1px solid #cccccc;
  line-height: 26px;
  width: 100%;
  background: transparent;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  outline: 0;
  margin-bottom: 10px;
}
.panel-atendimento input:focus {
  border-bottom: 2px solid #5a5957;
}
.panel-atendimento input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.panel-atendimento input::-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.panel-atendimento input:-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.panel-atendimento input:-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.75px;
}
.panel-atendimento a.btn {
  margin: 0;
}
.panel-atendimento span.erro {
  display: none;
  letter-spacing: 0.25px;
  color: #d35e5e;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 36px;
}
.atendimento-topicos {
  margin-bottom: 80px;
  border-top: 2px solid #f3f2ef;
}
.atendimento-topicos ul.menu-nav.menu-tab li:first-child {
  border-color: #f3f2ef;
}
.atendimento-topicos ul.menu-nav.menu-tab li img {
  margin-right: 15px;
  vertical-align: sub;
}
.atendimento-topicos ul.menu-nav.menu-tab li > a {
  padding: 0 15px;
}
.atendimento-topicos ul.menu-nav.menu-tab li:first-child a {
  font-size: 12px;
  text-transform: initial;
}
.atendimento-topicos ul.menu-nav.menu-tab li span.ico-nav {
  right: 15px;
}
.nav-atend {
  padding: 0;
}
.nav-atend li {
  margin-bottom: 15px;
}
.nav-atend li a {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.75px;
  font-weight: 300;
  text-decoration: underline;
  color: #666666;
}
.result-atend-form {
  display: none;
  margin-top: 25px;
}
.panel-atendimento-bd {
  padding-top: 20px;
  border-top: 2px solid #f3f2ef;
  margin-bottom: 40px;
}
.panel-atendimento-bd a {
  margin: 10px 0;
  display: block;
}
.panel-atendimento-bd p {
  word-break: break-word;
}
.blog-section .thumb {
  margin-top: 60px;
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section .thumb.small {
  height: 250px;
}
.blog-section .thumb.height100 {
  height: calc(100% - 40px);
  min-height: 440px;
  margin-top: 40px;
}
.blog-section h2 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;
  margin-top: 40px;
}
.blog-section h2.t14 {
  font-size: 14px;
}
.blog-section h2.cat-title {
  margin: 0;
}
.blog-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 30px;
}
.blog-section p {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #666666;
}
.blog-section p span {
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-section p span span {
  margin-right: 0;
}
.blog-section .blog-item {
  margin: 60px 0 40px;
}
.blog-section .lancamentos {
  margin-bottom: 125px;
}
.blog-section .lancamentos .list-prod .prod-item h3 {
  margin: 30px 0 0;
}
.blog-section .banner-single {
  height: 426px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-section.articles-pop {
  margin: 20px 0 40px;
}
.blog-section.articles-pop .article {
  margin: 30px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #cdcdcd;
}
.blog-section.articles-pop .article:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-section.articles-pop .article p {
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 30.01px;
  color: #999999;
  margin: 0 0 20px;
}
.blog-section.single {
  margin-top: 0;
}
.blog-section blockquote {
  font-size: 18px;
  letter-spacing: 0.75px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  margin: 40px 0;
  padding: 0;
  border-left: 0;
  text-transform: uppercase;
}
.blog-section blockquote span {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  letter-spacing: 1px;
  text-transform: initial;
}
.blog-section blockquote span small {
  font-size: 12px;
  color: #333333;
}
.blog-section blockquote span small:before {
  content: none;
}
.blog-section blockquote.border-left {
  border-left: 1px solid #857d75;
  padding-left: 60px;
  margin-bottom: 60px;
}
.blog-section .prod-destaque .btn {
  margin-top: 15px;
}
.blog-section .prod-destaque .list-prod {
  margin: 0;
}
.blog-section .list-prod .prod-item {
  margin: 25px 0;
}
.blog-section .list-prod .prod-item .prod-item-title {
  padding-right: 0 !important;
}
.blog-section ul.list-item-topic {
  margin: 60px 0;
  padding: 0;
  list-style: none;
}
.blog-section ul.list-item-topic li {
  font-size: 12px;
  line-height: 2;
  color: #666666;
  letter-spacing: 0.75px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
.blog-section ul.list-item-topic li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #bdb8a6;
  position: absolute;
  top: 8px;
  left: 0;
}
.blog-section .galeria-list {
  margin-bottom: 80px;
}
.blog-section .author-label .author-thumb img {
  border-radius: 100%;
  margin-top: 45px;
}
.blog-section .author-label .social-icon {
  margin-top: 30px;
}
.blog-section .author-label .social-icon a {
  display: inline-block;
  margin-right: 22px;
}
.blog-section .author-label .social-icon a img {
  transition: 0.2s all ease;
}
.blog-section .author-label .social-icon a img:hover {
  filter: brightness(50%);
}
.pagger-blog {
  margin: 120px 0 40px;
}
.pagger-blog .btn {
  line-height: 48px;
  padding: 0 20px;
  margin-top: 0 !important;
  border-width: 1px;
}
.art-pop-list .art-pop-item {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 0 36px;
  margin-bottom: 20px;
}
.art-pop-list .art-pop-item p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  letter-spacing: 0.75px;
}
.art-pop-list .art-pop-item a {
  font-size: 12px;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.75px;
  font-weight: 500;
}
.art-pop-list .art-pop-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.sidebar-blog {
  margin-top: 60px;
}
.sidebar-blog .list-prod {
  margin: 0;
}
.sidebar-blog .share-btn {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0;
  margin-top: -20px;
  margin-bottom: 60px;
}
.sidebar-blog .share-btn img {
  margin-right: 10px;
}
.sidebar-blog .share-control {
  text-align: center;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0;
  margin-top: -20px;
  margin-bottom: 60px;
}
.sidebar-blog .share-control img {
  margin-right: 10px;
}
.only-mobile {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  header form.search {
    display: none;
  }
  header .search-on {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  header .logo img {
    width: 138px;
    max-width: none;
  }
  .grid-prod.filter-on .list-prod .prod-item {
    width: 50%;
  }
  .grid-prod .list-prod:not(.control) .prod-item {
    width: calc(100%/3);
  }
  .menu-bar {
    padding: 0 30px;
  }
  .menu-bar .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-bar ul li {
    padding: 0 0;
  }
  .menu-bar ul li a {
    letter-spacing: 1px;
    padding: 0 8px 0 10px;
    border-left: 0;
  }
  .menu-bar ul li a img {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .content-prod .tamanho {
    width: initial;
  }
}
@media screen and (max-width: 1300px) {
  header nav ul.menu-nav,
  header .top-header ul.menu-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header nav ul.menu-nav a,
  header .top-header ul.menu-nav a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .xlg-align-left {
    text-align: left;
  }
  .xlg-align-center {
    text-align: center;
  }
  .xlg-align-right {
    text-align: right;
  }
  .col-xlg-4 {
    width: 16.66666667%;
  }
  .col-xlg-offset-17 {
    margin-left: 70.83333333%;
  }
  .list-prod .prod-item .prod-item-title {
    padding-right: 0 !important;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-flex {
    display: flex;
  }
  .only-mobile {
    display: block !important;
  }
  .sm-no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  iframe {
    height: auto;
  }
  .hidden-sm {
    display: none !important;
  }
  .no-pad-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .xs-align-left {
    text-align: left;
  }
  .xs-align-center {
    text-align: center;
  }
  .xs-align-right {
    text-align: right;
  }
  .sm-absolute-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sm-absolute-center.left {
    left: 0;
  }
  .sm-absolute-center.right {
    right: 0;
  }
  .sm-static {
    position: static;
  }
  .mobile .video-module .info.absolute-center {
    transform: initial;
  }
  .thumb-main .full-btn {
    display: none;
  }
  .sm-wrap-pad {
    padding: 0 16px;
  }
  .prod-info .price span {
    font-size: 14px;
    margin-right: initial;
  }
  .prod-info .price span span {
    display: none;
  }
  .prod-info .price .atributos > div {
    width: 50%;
  }
  .prod-info .frete-form .result {
    padding: 10px 15px;
  }
  .prod-info .frete-form .result span.tab {
    min-width: unset;
    margin-right: 10px;
  }
  .prod-info .share-fav {
    display: block;
    margin: 0;
  }
  .prod-info .share-fav > * {
    width: initial;
    line-height: 62px;
  }
  .prod-info .share-fav .separator {
    display: none;
  }
  .prod-info .share-fav .sm-list-nav {
    border-bottom: none;
  }
  .prod-info .ico-nav {
    display: block;
    margin: 0;
    border-bottom: 0;
  }
  .prod-info .ico-nav a div {
    border-right: 0;
    display: inline;
    line-height: 62px;
  }
  .prod-info .ico-nav a div br {
    display: none;
  }
  .prod-info .ico-nav a.sm-remove-bd-top {
    border-top: 0;
  }
  .prod-info .add-cart {
    margin: 30px 0;
  }
  .prod-info.content-prod .cor {
    margin-right: 20px;
  }
  .prod-info.content-prod .descubra-tamanho {
    margin-top: 0;
  }
  .prod-info .list-prod {
    margin: 0;
  }
  .badge-list {
    display: none;
  }
  .main-text {
    padding: 0 10px;
  }
  .block-featured {
    margin-top: 0;
  }
  .block-featured .gray-text {
    padding: 40px 17px 60px;
  }
  .instagram-widget {
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 0 7px;
  }
  .instagram-widget .main-title {
    line-height: 1.6;
  }
  .instagram-widget #rudr_instafeed li {
    display: inline-block;
    width: 50%;
    padding: 9px 10px;
  }
  .instagram-widget #rudr_instafeed li:nth-child(1n+5) {
    display: none;
  }
  .instagram-widget #rudr_instafeed li img {
    width: 100%;
  }
  .main-title.main-title-mob {
    line-height: 1.6;
    margin: 30px 0;
  }
  .panel-over {
    position: initial;
    transform: none;
    width: 100%;
    height: initial;
    padding-top: 10px;
  }
  .panel-over h3 {
    margin: 0;
  }
  .panel-over p {
    margin: 10px 0;
  }
  .panel-over iframe {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .panel-over .panel-bottom {
    position: initial;
  }
  .panel-over .panel-bottom p {
    margin: 0;
    padding: 40px 0;
  }
  .store-list {
    margin-bottom: 15px;
  }
  .store-list .store-item {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .store-list .store-item:last-child {
    margin-bottom: 0;
  }
  .galeria-list {
    margin-bottom: 60px;
  }
  .galeria-list .slick-slide.slick-current {
    opacity: 1;
  }
  .galeria-list .slick-slide:hover:after,
  .galeria-list .slick-slide.slick-current:after {
    content: none;
  }
  .galeria-list ul.slick-dots {
    bottom: -40px;
  }
  ul.menu-nav.menu-mob.menu-tab {
    margin-bottom: 70px;
  }
  ul.menu-nav.menu-mob.menu-tab li.search-result,
  ul.menu-nav.menu-mob.menu-tab li.blog {
    display: none;
  }
  .look-list .prod-item {
    border-bottom: 1px solid #eae8e2;
    margin-bottom: 30px;
  }
  .look-list .prod-item .thumb.check {
    padding: 0 0 0 45px;
  }
  .look-list .prod-item .thumb.check img {
    width: auto;
    max-width: 100%;
  }
  .look-list .prod-item .child-half .prod-info {
    padding-left: 20px;
  }
  .look-list .prod-item .child-half .prod-info h4 {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .look-list .prod-item .child-half .prod-info .price > span {
    margin-bottom: 5px;
  }
  .look-list .prod-item .prod-info .atributos .cor {
    margin-right: 20px;
  }
  .look-list .prod-item .prod-info .atributos h5 {
    margin: 0 0 10px;
  }
  .lancamentos-looks {
    margin-bottom: 50px;
  }
}
.wrap-pad {
  padding: 0 16px;
}
.mobile-low-nav,
img.menu-close {
  display: none;
}
.language-switch {
  display: none;
  float: right;
}
.language-switch span {
  font-size: 10px;
  color: #999999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px;
}
body.mobile .container-fluid {
  max-width: 738px;
}
body.mobile ul.menu-tab:first-child a {
  text-transform: initial;
}
body.mobile ul.menu-tab li.head {
  display: none;
}
body.mobile .video-module {
  margin: 20px 0;
}
body.mobile .video-module h2 {
  margin: 26px 0;
  line-height: 1;
}
body.mobile .video-module p {
  margin: 10px 0 30px;
}
body.mobile .video-module a {
  border-color: #847d75;
}
body.mobile .featured {
  margin: 0;
}
body.mobile .featured .item-inner {
  display: block;
}
body.mobile .featured .item-inner h4 {
  text-transform: uppercase;
}
body.mobile .featured .item-inner img {
  width: 100%;
}
body.mobile .menu-bar {
  padding: 0;
}
body.mobile .menu-bar ul {
  display: block;
  padding: 0;
  max-width: none;
  margin: 0 auto;
}
body.mobile .menu-bar ul li {
  display: block;
  width: 100%;
  margin-bottom: 1px;
}
body.mobile .menu-bar ul li a {
  padding: 0 30px;
  line-height: 60px;
}
body.mobile .menu-bar ul li a span {
  display: inline-block;
  width: 30px;
  text-align: center;
}
body.mobile .menu-bar ul li a span img {
  display: inline-block;
}
body.mobile .lancamentos {
  margin-top: 60px;
}
body.mobile .lancamentos h2 {
  font-size: 14px;
  text-align: left;
  padding: 0 16px;
}
body.mobile .lancamentos h2.bigger {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.75px;
}
body.mobile .lancamentos .list-prod .prod-item span {
  display: block;
  line-height: 2;
}
body.mobile .category-filter {
  height: auto;
  border-top: 2px solid #f3f2ef;
  border-bottom: 2px solid #f3f2ef;
  margin-bottom: 20px;
}
body.mobile .category-filter a {
  width: 100%;
  display: block;
  line-height: 47px;
  margin: 0;
}
body.mobile .category-filter span {
  margin-left: 8px;
  letter-spacing: 0.75px;
}
body.mobile .category-filter .row > div {
  border-right: 2px solid #f3f2ef;
}
body.mobile .category-filter .row > div:last-child {
  border-right: initial;
}
body.mobile .list-prod {
  padding-bottom: 40px;
  margin: 0;
}
body.mobile .list-prod .prod-item {
  padding: 0 7px;
}
body.mobile .list-prod .prod-item .prod-item-inner .prod-tags {
  display: none;
}
body.mobile .list-prod ul.slick-dots {
  bottom: 0;
}
body.mobile .paleta-list,
body.mobile .tamanho select {
  display: none;
}
body.mobile .grid-prod.filter-on .prod-item,
body.mobile .grid-prod .list-prod .prod-item {
  width: 50%;
  padding: 0 5px 0 0;
  margin-bottom: 60px;
}
body.mobile .grid-prod.filter-on .prod-item:nth-child(2n+0),
body.mobile .grid-prod .list-prod .prod-item:nth-child(2n+0) {
  padding: 0 0 0 5px;
}
body.mobile .grid-prod.filter-on .prod-item h3,
body.mobile .grid-prod .list-prod .prod-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 16px;
}
body.mobile .grid-prod.filter-on .prod-item h3 a,
body.mobile .grid-prod .list-prod .prod-item h3 a {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
}
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner .prod-tags,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner .prod-tags {
  display: none;
}
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner .parc,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner .parc {
  display: block;
}
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner span,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner span,
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner strong,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner strong {
  line-height: 24px;
}
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner:hover .prod-show,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner:hover .prod-show {
  display: block;
}
body.mobile .grid-prod.filter-on .prod-item .prod-item-inner:hover .prod-hover,
body.mobile .grid-prod .list-prod .prod-item .prod-item-inner:hover .prod-hover {
  display: none;
}
body.mobile .grid-prod.filter-on .prod-item .flag-desconto,
body.mobile .grid-prod .list-prod .prod-item .flag-desconto {
  display: none;
}
body.mobile .grid-prod.column-switch.filter-on .prod-item,
body.mobile .grid-prod.column-switch .prod-item {
  width: 100%;
  padding: 0 5px;
}
body.mobile .grid-prod.column-switch.filter-on .prod-item:nth-child(2n+0),
body.mobile .grid-prod.column-switch .prod-item:nth-child(2n+0) {
  padding: 0 5px;
}
body.mobile .descubra-tamanho {
  line-height: 62px;
  margin-top: 0;
}
body.mobile .sm-list-nav {
  height: 62px;
  border-top: 1px solid #e9e8e2;
  border-bottom: 1px solid #e9e8e2;
  display: block;
  text-align: left;
  padding: 0 16px;
  position: relative;
}
body.mobile .sm-list-nav + .sm-list-nav {
  border-top: none;
}
body.mobile .sm-list-nav > * {
  text-align: left;
}
body.mobile .sm-list-nav span.ico-nav {
  z-index: -1;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/mais.svg') center no-repeat;
  position: absolute;
  top: 20px;
  right: 22px;
}
body.mobile .sm-list-nav span.ico-nav.no-ico {
  background: none;
}
body.mobile .sm-list-nav span.ico-nav input {
  display: block;
  z-index: 1;
}
body.mobile .sm-list-nav .ico-list {
  position: relative;
  width: calc((100%/11)*2);
  display: inline-block !important;
  margin-right: 10px;
  vertical-align: middle;
}
body.mobile .sm-list-nav .ico-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
body.mobile .andmore {
  margin-top: 60px;
}
body.mobile .andmore > div:first-of-type {
  margin-bottom: 20px;
}
body.mobile .andmore .andmore-legend h3 {
  font-size: 30px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: 0.25px;
}
body.mobile .andmore .andmore-legend p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.75px;
  color: #666666;
  font-weight: 300;
  margin: 20px 0 10px;
}
body.mobile .prod-info .price {
  margin-bottom: 30px;
}
body.mobile .prod-info .price span {
  letter-spacing: 1px;
}
body.mobile .prod-info .price span strong {
  color: #666666;
  font-weight: 400;
}
body.mobile .atributos {
  margin-bottom: 25px;
  margin-top: 25px;
}
body.mobile .look-list {
  margin-top: 0;
  padding: 0 17px;
}
body.mobile .look-list .look-item {
  width: 100%;
  margin-bottom: 20px;
}
body.mobile .look-list .look-item.more {
  display: none;
}
body.mobile .look-list.column-switch .look-item {
  width: 50%;
  padding: 0 5px 0 0;
}
body.mobile .look-list.column-switch .look-item:nth-child(2n+0) {
  padding: 0 0 0 5px;
}
body.mobile .blog-section {
  margin: 0 0 60px;
}
body.mobile .blog-section.single .blog-item h2 {
  margin-top: 0;
}
body.mobile .blog-section blockquote.border-left {
  border-left: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.mobile .blog-section .galeria-list {
  margin-bottom: 30px;
}
body.mobile .blog-section .lancamentos {
  margin-bottom: 0;
}
body.mobile .blog-section .lancamentos h2 {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0;
}
body.mobile .blog-section .lancamentos .list-prod .prod-item {
  margin-top: 0;
}
body.mobile .blog-section .thumb {
  height: 300px;
  margin-top: 0;
}
body.mobile .blog-section .blog-item {
  margin: 40px 0 60px;
}
body.mobile .blog-section h2 {
  font-size: 16px;
}
body.mobile .blog-section h2.cat-title {
  margin: 20px 0 -10px;
  line-height: 1;
  letter-spacing: 1px;
}
body.mobile .blog-section h1 {
  font-size: 30px;
}
body.mobile .blog-section p {
  line-height: 2;
  margin: 20px 0;
}
body.mobile .blog-section p span {
  font-size: 12px;
  line-height: 2;
  display: block;
}
body.mobile .blog-section a.btn {
  margin-top: 40px;
}
body.mobile .blog-section a.btn.no-gap {
  margin-top: 0;
}
body.mobile .blog-section .prod-destaque {
  margin: 45px 0 0;
}
body.mobile .blog-section .prod-destaque .list-prod {
  padding-bottom: 20px;
}
body.mobile .blog-section .prod-destaque a.btn {
  margin-top: 10px;
}
body.mobile .blog-section .list-prod {
  margin-top: 25px !important;
}
body.mobile .blog-section .list-prod .prod-item {
  margin: 25px 0;
}
body.mobile .blog-section .list-prod .prod-item h3 {
  margin: 16px 0 0;
}
body.mobile .blog-section .list-prod .prod-item p {
  margin-top: 12px;
}
body.mobile .blog-section .list-prod .prod-item .prod-item-inner img {
  width: 100%;
}
body.mobile .blog-section ul.list-item-topic li {
  padding-left: 20px;
}
body.mobile .blog-section .banner-single {
  height: 300px;
}
body.mobile .blog-section .author-label h1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
body.mobile .blog-section .author-label p {
  line-height: 30px;
}
body.mobile .blog-section .social-icon {
  margin-top: 40px;
  margin-bottom: 10px;
}
body.mobile .blog-section .social-icon a img {
  opacity: 0.7;
}
body.mobile .pagger-blog {
  margin: 0;
}
body.mobile .pagger-blog .btn {
  line-height: 40px;
}
body.mobile .art-pop-list .art-pop-item:last-child {
  padding-bottom: 0;
}
header .main-header .navigation {
  padding: 14px 0;
  position: relative;
  z-index: 2000;
}
header .main-header .mobile-btn img {
  width: 20px;
}
header .main-header .logo.logo-xs {
  line-height: 1;
}
header .main-header .logo.logo-xs img {
  width: auto;
  max-width: 80px;
  margin-top: initial;
}
header .main-header nav {
  height: initial;
}
header .main-header.open img.menu-open {
  display: none;
}
header .main-header.open img.menu-close {
  display: initial;
}
header .main-header.open .tab-nav {
  display: none;
}
header .main-header.open .nav-tool {
  display: none;
}
header .main-header.open .language-switch {
  display: inline-block;
}
header .menu-mobile {
  display: none;
  margin: 27px 0 70px;
}
header .menu-mobile ul.menu-nav {
  z-index: 20;
}
header .menu-mobile ul.menu-nav li .submenu-large .row .bd-left {
  border-left: none;
  padding: 0 25px;
  height: 100%;
}
header .menu-mobile ul.menu-nav li.home {
  display: block;
}
header .menu-mobile ul.menu-nav li.home a {
  line-height: 42px;
}
header .menu-mobile ul.menu-nav li.home a img {
  margin-right: 7px;
  margin-left: -5px;
}
header .menu-mobile ul.menu-nav li.todos {
  display: none;
}
header .menu-mobile ul.menu-nav li.todos-mob {
  display: block;
}
header .menu-mobile ul.menu-nav li.search-result {
  display: none;
}
header .menu-mobile ul.menu-nav.mobile-low-nav {
  display: block;
  position: relative;
}
header .menu-mobile ul.menu-nav.mobile-low-nav li a {
  color: inherit;
  line-height: 42px;
}
header .menu-mobile ul.menu-nav.mobile-low-nav li a img {
  margin-right: 20px;
}
header .menu-mobile:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
header .tab-nav {
  background-color: #fff;
}
header .tab-nav .tab-item a {
  display: block;
  line-height: 3;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 50px;
  border-bottom: 3px solid transparent;
}
header .tab-nav .tab-item.current > a {
  color: #000;
  border-color: #333;
}
.banner.banner-mob {
  height: 305px;
  position: relative;
}
.banner.banner-mob.banner-mob-1 {
  background-image: url('../img/banner-mob-1.jpg');
}
.banner.banner-mob.slick-slide {
  height: 305px;
}
.banner.banner-mob:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, transparent, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.banner.banner-mob .banner-inner {
  position: absolute;
  top: initial;
  bottom: 26px;
  left: 12px;
  right: 12px;
  z-index: 10;
}
.banner.banner-mob .banner-inner.static {
  margin-top: 120px;
  position: initial;
}
.banner.banner-mob .banner-inner.static h2 {
  color: #fff;
}
.banner.banner-mob .banner-inner.static h1 {
  color: #fff;
}
.banner.banner-mob .banner-inner.static a {
  color: #fff;
  border-color: #fff;
}
.banner.banner-mob .banner-inner h2 {
  font-size: 16px;
  line-height: 24px;
  color: #eae8e2;
}
.banner.banner-mob .banner-inner h1 {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 30px 0 0;
  line-height: 1.1;
  color: #eae8e2;
}
.banner.banner-slider {
  height: 205px;
  position: relative;
}
.banner.banner-slider.slick-slide {
  height: 205px;
}
.banner.banner-slider .banner-inner h2 {
  font-size: 18px;
  letter-spacing: 0.75px;
  color: #fff;
}
.banner-slider-mob .slick-dots {
  margin: 10px 0 28px;
  padding: 0;
  list-style: none;
  text-align: center;
  position: static;
}
.banner-slider-mob .slick-dots li {
  display: inline-block;
  margin: 0 12.5px;
}
.banner-slider-mob .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #857d75;
  border-radius: 100%;
  padding: 0;
  background: none;
  font-size: 0;
  box-sizing: border-box;
}
.banner-slider-mob .slick-dots li.slick-active button {
  background: #857d75;
}
.title-mob {
  margin: 20px 0;
}
.title-mob h2 {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.title-mob h1 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  line-height: 30px;
  margin: 0;
}
.filter-control {
  display: none;
}
.filter-mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  margin-bottom: 27px;
}
.filter-mob:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.filter-mob .filter-header {
  background-color: #eae8e2;
}
.filter-mob .filter-header h2 {
  font-size: 14px;
  letter-spacing: 0.75px;
  color: #333333;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
}
.filter-mob .filter-header span.close {
  line-height: 48px;
}
.filter-mob .filter-control {
  display: block;
  text-align: center;
}
.filter-mob .filter-control .clear {
  margin: 30px 0;
  display: block;
  letter-spacing: 0.5px;
}
.filter-mob .filter-control .apply {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  line-height: 57px;
}
.thumb-list {
  display: none;
}
ul.slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 15;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  background: #fff;
  color: transparent;
  display: inline-block;
  border: 1px solid #857d75;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 8px;
  padding: 0;
  box-sizing: content-box;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #857d75;
}
.thumb-main {
  margin-bottom: 20px;
  position: relative;
}
.thumb-main:after {
  content: '';
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
}
.andmore .andmore-legend {
  margin-left: 0;
}
.search-mob-title {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  padding: 45px 0;
}
.search-mob-title strong {
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
}
.search-feat-title {
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 24px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 300;
  border-top: 2px solid #f3f2ef;
  padding: 10px 0;
  margin-top: 0;
}
