<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Flama-Bold;
  src: url(/arquivos/Flama-Bold.eot.css);
  src: url(/arquivos/Flama-Bold.woff2.css) format("woff2"),
    url(/arquivos/Flama-Bold.woff.css) format("woff"),
    url(/arquivos/Flama-Bold.ttf.css) format("truetype"),
    url(/arquivos/Flama-Bold.svg.css#Flama-Bold) format("svg"),
    url(/arquivos/Flama-Bold.eot.css?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Flama-Medium;
  src: url(/arquivos/Flama-Medium.eot.css);
  src: url(/arquivos/Flama-Medium.woff2.css) format("woff2"),
    url(/arquivos/Flama-Medium.woff.css) format("woff"),
    url(/arquivos/Flama-Medium.ttf.css) format("truetype"),
    url(/arquivos/Flama-Medium.svg.css#Flama-Medium) format("svg"),
    url(/arquivos/Flama-Medium.eot.css?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Flama-Regular;
  src: url(/arquivos/Flama.eot.css);
  src: url(/arquivos/Flama.woff2.css) format("woff2"),
    url(/arquivos/Flama.woff.css) format("woff"),
    url(/arquivos/Flama.ttf.css) format("truetype"),
    url(/arquivos/Flama.svg.css#Flama) format("svg"),
    url(/arquivos/Flama.eot.css?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%,
  51% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100%,
  51% {
    opacity: 1;
  }
}
.x-header.js--fixed__nav &gt; ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.x-header.js--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.x-header.js--fixed .x-header__items ul li.x-search-open.js--active {
  width: 45%;
  z-index: 9999;
}
.x-header.js--fixed .x-search__animate--text {
  color: #000 !important;
}
.x-header.js--fixed .x-header__logo svg {
  fill: #ff8400;
}
.x-header.js--fixed .x-header__top {
  background: rgba(255, 255, 255, 0.9);
}
.x-header.js--fixed .x-header__items {
  width: 30%;
}
.x-header.js--fixed .x-header__items .x-amount-itens {
  color: #000;
}
.x-header.js--fixed .x-header__items svg {
  fill: #000 !important;
}
.x-header.js--fixed .x-header__items svg path,
.x-header.js--fixed .x-header__items svg polygon {
  stroke: #000 !important;
}
.x-header__items ul li.x-cart .x-svg .cls-1,
.x-header__items ul li.x-cart .x-svg svg path,
.x-header__items ul li.x-user .x-svg .cls-1,
.x-header__items ul li.x-user .x-svg svg path {
  stroke: #fff;
}
.x-header.js--fixed .x-header__bottom {
  position: absolute;
  width: 68%;
  top: 1.2em;
  margin-left: 13em;
  border-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.js--fixed .x-header__nav {
  float: left;
  width: 100%;
}
.x-header.js--fixed .x-header__bottom .x-header__nav--items-main &gt; a {
  font-family: Flama-Regular, sans-serif;
  padding: 17px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  .x-header.js--fixed .x-header__bottom .x-header__nav--items-main &gt; a {
    font-size: 8px;
  }
}
.x-header.js--fixed
  .x-header__bottom
  .x-header__nav--items-main
  .x-header__nav--subMenu {
  position: absolute;
  top: 43px;
}
.x-header.js--fixed .x-header__bottom .x-header__pin {
  display: none;
}
.x-header__top {
  background: #ff8400;
  padding: 0 3%;
}
.x-header__logo {
  position: relative;
  float: left;
  padding: 17px 0 0;
}
.x-header__logo h1 {
  position: absolute;
  text-indent: -999em;
  display: block;
  overflow: hidden;
}
.x-header__logo .x-svg svg {
  width: 143px;
  height: 50px;
  fill: #fff;
  display: block;
}
.x-header__items {
  float: right;
  text-align: right;
  padding: 24px 0;
  width: 60%;
}
.x-header__items ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 36px;
}
.x-header__items ul li .x-svg svg {
  fill: #fff;
  display: block;
}
.x-header__items ul li.x-search-open {
  position: relative;
  width: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.x-header__items ul li.x-search-open.js--active {
  width: 60%;
}
.x-header__items ul li.x-search-open .busca label,
.x-header__items ul li.x-search-open .busca legend,
.x-header__items ul li.x-search-open .busca select {
  display: none;
}
.x-header__items ul li.x-search-open .busca .fulltext-search-box {
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-family: Flama-Regular, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
  height: 35px;
  outline: 0;
}
.x-header__items ul li.x-search-open .busca .fulltext-search-box.padding {
  padding: 0 10px;
}
.x-header__items ul li.x-search-open .busca .fulltext-search-box:focus {
  background: #eaeaea;
}
.x-header__items ul li.x-search-open .busca .btn-buscar {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: 0;
  display: none;
}
.x-header__items ul li.x-search {
  position: relative;
  cursor: pointer;
}
.x-header__items ul li.x-search .x-search__animate--text {
  position: absolute;
  font-family: Flama-Regular, sans-serif;
  opacity: 0;
  visibility: hidden;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  left: -12px;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.x-header__items ul li.x-search:hover .x-search__animate--text {
  will-change: transform;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 1;
  visibility: visible;
}
.x-header__items ul li.x-search .x-svg svg,
.x-header__items ul li.x-user .x-svg svg {
  width: 20px;
  height: 21px;
  display: block;
  fill: #fff;
}
.x-header__items ul li.x-cart {
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.x-header__items ul li.x-cart .x-amount-itens {
  position: absolute;
  font-size: 9px;
  color: #fff;
  top: 8px;
  left: 4px;
  width: 70%;
  text-align: center;
}
.x-header__items ul li.x-cart span.x-svg {
  display: block;
}
.x-header__items ul li.x-cart .x-svg svg {
  width: 20px;
  height: 21px;
  display: block;
  fill: #fff;
}
.x-header__items ul li.x-cart #x-mini-cart {
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  width: 375px;
  height: 100%;
  top: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 10000000000000002000000;
  margin-top: 0;
}
.x-header__items ul li.x-cart #x-mini-cart.active {
  opacity: 1;
  visibility: visible;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__title {
  position: relative;
  padding: 15px 20px 30px 0;
  text-align: left;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__title h4 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  font-family: Flama-Regular, sans-serif;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__wrapper {
  height: calc(100vh - 415px);
  overflow: auto;
}
.x-header__items
  ul
  li.x-cart
  #x-mini-cart
  .x-cart__wrapper.with-suggestions
  ul {
  display: inline-block;
  width: 100%;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__wrapper::-webkit-scrollbar {
  width: 5px;
}
.x-header__items
  ul
  li.x-cart
  #x-mini-cart
  .x-cart__wrapper::-webkit-scrollbar-track {
  background: #ebebeb;
}
.x-header__items
  ul
  li.x-cart
  #x-mini-cart
  .x-cart__wrapper::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 10px;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__closeAll {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 11px;
  color: #000;
  cursor: pointer;
  width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.x-header__items ul li.x-cart #x-mini-cart.x-empty {
  display: none !important;
}
.x-header__items ul li.x-cart #x-mini-cart::after {
  content: "";
  position: absolute;
  height: 40px;
  top: -30px;
  right: 0;
  width: 30px;
  background: 0 0;
}
.x-header__items ul li.x-cart #x-mini-cart::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  position: absolute;
  top: -16px;
  right: 0;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__wrapper--footer--cupom,
.x-header__items ul li.x-cart #x-mini-cart .x-cart__wrapper--footer--frete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0;
}
.x-cart #x-mini-cart .x-cart__wrapper--footer--cupom input,
.x-cart #x-mini-cart .x-cart__wrapper--footer--frete input {
  background: 0 0;
  width: 70%;
  border: 1px solid;
  height: 35px;
  padding: 0 15px;
  border-right: 0;
  color: #000;
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
}
.x-cart #x-mini-cart .x-cart__wrapper--footer--cupom button,
.x-cart #x-mini-cart .x-cart__wrapper--footer--frete button {
  background: #ff8400;
  color: #fff;
  text-transform: uppercase;
  font-family: Flama-Regular, sans-serif;
  width: 30%;
  padding: 0 10px;
  font-size: 12px;
  cursor: pointer;
}
.x-header__nav--items-main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.x-header.js--fixed li.x-header__nav--items-main.exist-subMenu.natal:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMS4yNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg0MDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5naWZ0LW5hdGFsPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjI1LDNIOC44OGE0LjM2LDQuMzYsMCwwLDAsLjQyLS4zNEExLjU4LDEuNTgsMCwwLDAsOS4zLjQ0YTEuNTksMS41OSwwLDAsMC0yLjIsMEE0LjEyLDQuMTIsMCwwLDAsNiwzSDZBNC4xMiw0LjEyLDAsMCwwLDQuOS40NGExLjU5LDEuNTksMCwwLDAtMi4yLDAsMS41OCwxLjU4LDAsMCwwLDAsMi4yMUE0LjM2LDQuMzYsMCwwLDAsMy4xMiwzSC43NUEuNzUuNzUsMCwwLDAsMCwzLjc0VjUuNjFBLjM4LjM4LDAsMCwwLC4zOCw2SC43NXY0LjVhLjc2Ljc2LDAsMCwwLC43NS43NWg5YS43Ni43NiwwLDAsMCwuNzUtLjc1VjZoLjM4QS4zOC4zOCwwLDAsMCwxMiw1LjYxVjMuNzRBLjc1Ljc1LDAsMCwwLDExLjI1LDNabS04LTJBLjgxLjgxLDAsMCwxLDQuMzcsMWMuNTEuNTEsMSwxLjgxLjg0LDJhLjI1LjI1LDAsMCwxLS4xNCwwLDMuNjQsMy42NCwwLDAsMS0xLjgzLS44N0EuODEuODEsMCwwLDEsMy4yNCwxWm0yLjM5LDkuNTJIMS41VjZINS42M1ptMC01LjI1SC43NVYzLjc0SDUuNjNaTTcuNjMsMUEuODIuODIsMCwwLDEsOC43NiwxYS44MS44MSwwLDAsMSwwLDEuMTVBMy42NCwzLjY0LDAsMCwxLDYuOTMsM2EuMjUuMjUsMCwwLDEtLjE0LDBDNi42MiwyLjc4LDcuMTIsMS40OCw3LjYzLDFabTIuODcsOS41Mkg2LjM4VjZIMTAuNVptLjc1LTUuMjVINi4zOFYzLjc0aDQuODdaIi8+PC9nPjwvZz48L3N2Zz4=);
  position: relative;
  left: 8px;
  top: 2.1px;
}
li.x-header__nav--items-main.exist-subMenu.natal:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMS4yNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg0MDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5naWZ0LW5hdGFsPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjI1LDNIOC44OGE0LjM2LDQuMzYsMCwwLDAsLjQyLS4zNEExLjU4LDEuNTgsMCwwLDAsOS4zLjQ0YTEuNTksMS41OSwwLDAsMC0yLjIsMEE0LjEyLDQuMTIsMCwwLDAsNiwzSDZBNC4xMiw0LjEyLDAsMCwwLDQuOS40NGExLjU5LDEuNTksMCwwLDAtMi4yLDAsMS41OCwxLjU4LDAsMCwwLDAsMi4yMUE0LjM2LDQuMzYsMCwwLDAsMy4xMiwzSC43NUEuNzUuNzUsMCwwLDAsMCwzLjc0VjUuNjFBLjM4LjM4LDAsMCwwLC4zOCw2SC43NXY0LjVhLjc2Ljc2LDAsMCwwLC43NS43NWg5YS43Ni43NiwwLDAsMCwuNzUtLjc1VjZoLjM4QS4zOC4zOCwwLDAsMCwxMiw1LjYxVjMuNzRBLjc1Ljc1LDAsMCwwLDExLjI1LDNabS04LTJBLjgxLjgxLDAsMCwxLDQuMzcsMWMuNTEuNTEsMSwxLjgxLjg0LDJhLjI1LjI1LDAsMCwxLS4xNCwwLDMuNjQsMy42NCwwLDAsMS0xLjgzLS44N0EuODEuODEsMCwwLDEsMy4yNCwxWm0yLjM5LDkuNTJIMS41VjZINS42M1ptMC01LjI1SC43NVYzLjc0SDUuNjNaTTcuNjMsMUEuODIuODIsMCwwLDEsOC43NiwxYS44MS44MSwwLDAsMSwwLDEuMTVBMy42NCwzLjY0LDAsMCwxLDYuOTMsM2EuMjUuMjUsMCwwLDEtLjE0LDBDNi42MiwyLjc4LDcuMTIsMS40OCw3LjYzLDFabTIuODcsOS41Mkg2LjM4VjZIMTAuNVptLjc1LTUuMjVINi4zOFYzLjc0aDQuODdaIi8+PC9nPjwvZz48L3N2Zz4=);
  position: relative;
  left: 13px;
  top: 1.1px;
}
@media screen and (max-width: 1126px) {
  li.x-header__nav--items-main.exist-subMenu.natal:before {
    left: 10px;
  }
}
.x-header__nav--items-main.exist-subMenu &gt; a::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  z-index: 9999;
  border-color: transparent #fff transparent transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.x-header__nav--items-main.exist-subMenu &gt; a::before {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 100%;
  left: 0;
  height: 0;
  background: 0 0;
  z-index: 99999;
}
.x-header__nav--items-main &gt; a {
  display: inline-block;
  font-size: 11px;
  color: #000;
  font-family: Flama-Bold, sans-serif;
  text-transform: uppercase;
  padding: 8px 14px;
  letter-spacing: 1px;
  position: relative;
  vertical-align: middle;
  min-width: 0 !important;
}
@media screen and (max-width: 1126px) {
  .x-header__nav--items-main &gt; a {
    font-size: 10px;
    padding: 8px 11px;
  }
}
.x-header__nav &gt; ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.x-header__bottom.x-fw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.x-header__nav &gt; ul &gt; li:hover .x-header__nav--subMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  will-change: transform;
  height: auto;
}
.x-header__nav &gt; ul &gt; li:hover &gt; a::after {
  border-width: 17px 29px 10px 0;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  will-change: transform;
}
.prateleira.lazyload ul .slick-arrow,
.x-header__nav--subMenu,
.x-search__result-list.lazyload ul .slick-arrow {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.x-header__nav &gt; ul &gt; li:hover &gt; a::before {
  height: 30px;
}
.x-header__nav--subMenu {
  height: 0;
  position: absolute;
  left: 2.5%;
  width: 95%;
  background: #fff;
  margin-top: 14px;
  padding: 61px 58px 35px;
  z-index: 9999;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.x-header__nav--subMenu.wd-30 {
  min-width: 310px;
  width: 100%;
  padding: 40px 50px 0;
}
.x-header__nav--subMenu--ul {
  display: table;
  width: 100%;
}
.x-header__nav--subMenu--ul--list {
  display: table-cell;
  vertical-align: top;
}
.x-header__nav--subMenu--items.js--min-height {
  margin-bottom: 30px;
}
.x-header__nav--items-block,
.x-header__nav--items-title {
  display: block;
}
.x-header__nav--items-block a,
.x-header__nav--items-title a {
  font-size: 12px;
  font-family: Flama-Regular, sans-serif;
  text-transform: uppercase;
  outline: 0;
  color: #000;
  line-height: 22px;
  position: relative;
}
.x-header__nav--items-title h4,
.x-header__nav--items-title h4 a,
.x-header__pin a {
  font-family: Flama-Medium, sans-serif;
}
.x-header__nav--items-block a::after,
.x-header__nav--items-title a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 3px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ff8400;
}
.x-header__nav--items-block a:hover::after,
.x-header__nav--items-title a:hover::after {
  width: 100%;
}
.x-header__nav--items-title h4 {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding-bottom: 20px;
}
.x-header__nav--items-block.x-item-featured {
  margin-bottom: 118px;
}
.x-header__nav--items-block.x-item-featured a {
  color: #000;
}
.x-header__bottom {
  padding: 8px 0.5%;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.x-header__pin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.x-header__pin:hover .x-svg svg {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.x-header__pin a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ff8400;
  padding: 3px 0 0;
  letter-spacing: 1px;
  display: block;
}
.x-header__pin .x-svg,
.x-header__pin p {
  display: inline-block;
  vertical-align: middle;
}
.x-header__pin .x-svg {
  margin-right: 6px;
}
.x-header__pin .x-svg svg {
  width: 14px;
  height: 21px;
  display: block;
  fill: #ff8400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  stroke-width: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.x-header {
  z-index: 99999;
}
.x-header__nav {
  float: left;
  width: 80%;
}
.x-header__pin {
  float: right;
}
.x-cart__wrapper--products--items::-webkit-scrollbar {
  width: 5px;
}
.x-cart__wrapper--products--items::-webkit-scrollbar-track {
  border-radius: 0;
}
.x-cart__wrapper--products--items::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #ff8400;
  height: 10px;
}
.x-cart__wrapper--products--items::-webkit-scrollbar-track-piece {
  background: #fff;
  height: 15px;
}
.x-cart__wrapper--products--items li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px !important;
}
.x-cart__wrapper--products--items li ._qc-img {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.x-cart__wrapper--products--items li ._qc-img img {
  display: block;
  width: 100%;
}
.x-cart__wrapper--products--items li ._qc-product {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-family: Flama-Regular, sans-serif;
  float: left;
  white-space: nowrap;
  width: 55%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.x-cart__wrapper--products--items li .col-1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -68px;
  background: #fff;
  padding: 0 5px;
}
.x-cart__wrapper--products--items li .col-1 a {
  color: #ff8400;
  font-size: 20px;
}
.x-cart__wrapper--products--items li .col-1 input {
  width: 60px;
  text-align: center;
}
.x-cart__wrapper--products--items li .col-2 {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-family: Flama-Medium, sans-serif;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -68px;
}
.x-cart__wrapper--products--items li .col-3 .remove-link {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  border: 0;
}
.x-cart__wrapper--products--items li .col-3 .remove-link::after,
.x-cart__wrapper--products--items li .col-3 .remove-link::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  background: #ff8400;
  border-radius: 5px;
  top: 7px;
}
.x-cart__wrapper--products--items li .col-3 .remove-link::after {
  left: 3px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x-cart__wrapper--products--items li .col-3 .remove-link::before {
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-cart__wrapper--footer--qtdItems p {
  display: block;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #000;
  margin: 10px 0;
  text-align: left;
}
.x-cart__wrapper--footer--sub {
  margin-bottom: 20px;
}
.x-cart__wrapper--footer--sub ul li {
  float: left;
  width: 100%;
  text-align: left;
  font-family: Flama-Regular, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  margin: 6px 0;
}
.x-cart__wrapper--footer--sub ul li span {
  float: right;
}
.x-cart__wrapper--footer--sub ul .x-value {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Flama-Medium, sans-serif;
  color: #000;
  letter-spacing: 1px;
}
.x-cart__wrapper--footer--finalizar .x-back-store a,
.x-cart__wrapper--footer--finalizar .x-redirect-cart a {
  display: block;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Flama-Regular, sans-serif;
  font-size: 10px;
}
.x-cart__wrapper--footer--finalizar .x-back-store {
  float: left;
  width: 30%;
}
.x-cart__wrapper--footer--finalizar .x-back-store a {
  color: #000;
  border: 1px solid #000;
  background: 0 0;
  line-height: 1.2;
}
.x-cart__wrapper--footer--finalizar .x-redirect-cart {
  float: right;
  width: 67%;
}
.x-cart__wrapper--footer--finalizar .x-redirect-cart a {
  color: #fff;
  border: 1px solid #ff8400;
  background: #ff8400;
  line-height: 1.7;
  font-size: 14px;
}
.x-search__result {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
header.x-header.x-fw.js--fixed .x-search__result {
  top: 83px;
}
.x-search__result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-search__result-list .search__items {
  width: 100%;
}
.x-search__result-list .search__items li {
  width: 16%;
  margin: 0 2%;
}
.x-search__result .search__show-more-wrapper .search__show-more-btn {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-family: Flama-Medium, sans-serif;
  margin: 16px;
  background-color: transparent;
  cursor: pointer;
}
.x-footer__col3 h4,
.x-footer__col3 ul li a {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.x-search__result .x-search__not-found {
  margin-top: 48px;
}
.x-footer {
  padding: 0 10% 10px;
}
.x-footer__top {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.x-footer__col1 h4 {
  font-family: Flama-Medium, sans-serif;
  display: block;
  padding-bottom: 20px;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.info-company {
  padding-top: 20px;
}
.info-company p {
  font-size: 14px !important;
  line-height: 20px;
}
.x-footer__col3 {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
  text-align: left;
}
.x-footer__col3 h4 {
  font-family: Flama-Medium, sans-serif;
  display: block;
  padding-bottom: 20px;
}
.x-footer__col1 .x-sac-email,
.x-footer__col1 .x-sac-tel,
.x-footer__col3 ul li a,
.x-footer__copyright p {
  font-family: Flama-Regular, sans-serif;
}
.x-footer__col3 ul li {
  display: block;
  text-align: left;
}
.x-footer__col3 ul li a {
  display: block;
  line-height: 22px;
  position: relative;
}
.x-footer__col3 ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  display: inline-block;
  position: relative;
  left: 10px;
  top: -3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ff8400;
}
.x-footer__col3 ul li a:hover::after {
  width: 20px;
}
.x-footer__col1 {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.x-footer__col1 .x-sac-email,
.x-footer__col1 .x-sac-tel {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}
.x-footer__col1 .x-sac-tel {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.x-footer__col1 .x-sac-tel strong {
  color: #ff8400;
  font-family: Flama-Regular, sans-serif;
  font-weight: 400;
}
section.x-footer__copyright.x-fw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7d7d7;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-footer__copyright {
  margin-top: 40px;
  position: relative;
}
.x-footer__copyright p {
  display: block;
  font-size: 12px;
  text-align: left;
}
.x-footer__copyright .x-dev {
  float: right;
  margin-top: 20px;
}
.x-footer__copyright .x-dev ul li {
  display: inline-block;
  vertical-align: middle;
}
.x-footer__copyright .x-dev ul li.selo-ebit img {
  height: 70px;
}
.x-footer__copyright .x-dev ul li a {
  display: block;
}
.x-footer__copyright .x-dev ul li a.x-vtex svg {
  width: 80px;
  height: 40px;
}
.x-footer__copyright .x-dev ul li a.reclame-aqui {
  margin-right: 5px;
}
.x-footer__copyright .x-dev ul li a.reclame-aqui #ra-widget-reputation {
  height: unset !important;
}
.x-footer__copyright
  .x-dev
  ul
  li
  a.reclame-aqui
  #ra-widget-reputation
  .ra-widget-reputation-holder
  .ra-widget-reputation-content
  .ra-widget-reputation-stamp {
  width: unset !important;
  margin: 0 auto;
}
.x-footer__copyright
  .x-dev
  ul
  li
  a.reclame-aqui
  #ra-widget-reputation
  .ra-widget-reputation-holder
  .ra-widget-reputation-content
  .ra-widget-reputation-text {
  margin: unset !important;
}
.x-footer__copyright
  .x-dev
  ul
  li
  a.reclame-aqui
  #ra-widget-reputation
  .ra-widget-reputation-holder
  .ra-widget-reputation-content {
  height: unset !important;
}
.x-footer__copyright .x-dev ul li a.x-enext svg {
  width: 90px;
  height: 40px;
}
.x-footer__copyright .x-dev ul li a svg,
.x-footer__copyright .x-dev ul li a.x-enext svg path {
  fill: #000;
}
.x-cadastro-group {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  z-index: 9999;
  top: 0;
  left: 0;
}
.x-cadastro-group .x-cadastro-user {
  background: #fff;
  width: 482px;
  margin: auto;
  box-sizing: border-box;
  left: 0;
  right: 0;
  position: absolute;
  height: 400px;
  top: 0;
  bottom: 0;
}
.x-cadastro-group .x-cadastro-user .x-title {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 30px;
  width: 90%;
  float: left;
}
.x-cadastro-group .x-cadastro-user .x-close {
  float: right;
  width: 10%;
  background: #000;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.x-cadastro-group .x-cadastro-user .x-close svg {
  fill: #fff;
  width: 17px;
  height: 17px;
}
.x-cadastro-group .x-cadastro-user .x-form {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.x-cadastro-group .x-cadastro-user .x-form ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.x-cadastro-group .x-cadastro-user .x-form ul li {
  float: left;
  width: 50%;
}
.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li,
.x-cadastro-group .x-cadastro-user .x-form ul:nth-of-type(2) li input {
  width: 100%;
}
.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right,
.x-cadastro-group .x-cadastro-user .x-form ul:first-child li.x-right {
  width: 47%;
  float: right;
}
.x-cadastro-group .x-cadastro-user .x-form ul:last-child {
  margin-bottom: 0;
}
.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-ddd-cel {
  width: 27%;
}
.x-cadastro-group .x-cadastro-user .x-form ul.x-contact .x-right #x-number-cel {
  width: 69%;
  float: right;
}
.x-cadastro-group .x-cadastro-user .x-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.x-cadastro-group .x-cadastro-user .x-form label:after {
  content: "*";
  display: inline-block;
  color: #d61e13;
}
.x-cadastro-group .x-cadastro-user .x-form input[type="text"] {
  height: 34px;
  width: 200px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  box-sizing: border-box;
  padding-left: 12px;
}
.x-cadastro-group .x-cadastro-user .x-form .x-next,
.x-cadastro-group .x-cadastro-user .x-form .x-not {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.x-cadastro-group .x-cadastro-user .x-form .x-next {
  width: 100%;
  background: #ff8400;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
.x-cadastro-group .x-cadastro-user .x-form .x-not {
  width: 100%;
  color: #565656;
  border: 1px solid #565656;
}
.x-cadastro-group .x-cadastro-user .x-sucesso {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.x-cadastro-group .x-cadastro-user .x-sucesso:before {
  content: "";
  display: block;
  margin: 0 auto 30px;
}
.x-cadastro-group .x-cadastro-user .x-sucesso span {
  display: block;
  font-weight: 500;
  margin-top: 5px;
  font-size: 13px;
}
.prateleira.lazyload &gt; h2,
.x-search__result-list.lazyload &gt; h2 {
  display: none !important;
}
.prateleira.lazyload ul,
.x-search__result-list.lazyload ul {
  overflow: hidden;
  padding-top: 25px;
}
.prateleira.lazyload ul.slick-slider,
.x-search__result-list.lazyload ul.slick-slider {
  padding-top: 15px;
}
.prateleira.lazyload ul li,
.x-search__result-list.lazyload ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.prateleira.lazyload ul li a,
.x-search__result-list.lazyload ul li a {
  display: block;
  outline: 0;
  text-align: center;
}
.prateleira.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount,
.x-search__result-list.lazyload
  ul
  li
  .x-shelf-product__content
  .x-shelf__flags--discount {
  background: url(/arquivos/selo-1.png) no-repeat;
  text-align: left;
  padding: 4px;
  color: #fff;
  font-family: Flama-Regular, sans-serif;
  position: absolute;
  top: 35px;
  font-size: 18px;
  z-index: 1;
  left: 5%;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
}
.prateleira.lazyload
  ul
  li
  .x-shelf-product__content
  .x-shelf__flags--discount.has--no-discount,
.x-search__result-list.lazyload
  ul
  li
  .x-shelf-product__content
  .x-shelf__flags--discount.has--no-discount {
  display: none !important;
}
.prateleira.lazyload ul li .x-shelf-product__name,
.x-search__result-list.lazyload ul li .x-shelf-product__name {
  font-size: 16px;
  font-family: Flama-Regular, sans-serif;
  display: block;
  color: #000;
  padding-bottom: 15px;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.prateleira.lazyload ul li .x-shelf-product__image,
.x-search__result-list.lazyload ul li .x-shelf-product__image {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}
.prateleira.lazyload ul li .x-shelf-product__image p,
.x-search__result-list.lazyload ul li .x-shelf-product__image p {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  font-family: Flama-Medium, sans-serif;
}
.prateleira.lazyload ul li .x-shelf-product__image img,
.x-search__result-list.lazyload ul li .x-shelf-product__image img {
  opacity: 0;
  visibility: hidden;
  width: 90%;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.prateleira.lazyload ul li .x-shelf-product__image img.js--imageProduct,
.x-search__result-list.lazyload
  ul
  li
  .x-shelf-product__image
  img.js--imageProduct {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}
.prateleira.lazyload ul li .x-shelf-product__wishlist,
.x-search__result-list.lazyload ul li .x-shelf-product__wishlist {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 5px;
}
.prateleira.lazyload ul li .x-shelf-product__wishlist:hover svg,
.x-search__result-list.lazyload ul li .x-shelf-product__wishlist:hover svg {
  stroke: #ff8400;
}
.prateleira.lazyload ul li .x-shelf-product__wishlist svg,
.x-search__result-list.lazyload ul li .x-shelf-product__wishlist svg {
  width: 25px;
  height: 23px;
  fill: #fff;
  stroke: #000;
  stroke-width: 1.5px;
  cursor: pointer;
}
.prateleira.lazyload ul li .x-shelf-product__price-wrapper div,
.x-search__result-list.lazyload ul li .x-shelf-product__price-wrapper div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: Flama-Regular, sans-serif;
}
.prateleira.lazyload ul li .x-shelf-product__price-warning,
.x-search__result-list.lazyload ul li .x-shelf-product__price-warning {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 5px 0;
}
.prateleira.lazyload ul li .x-shelf-product__price--list,
.x-search__result-list.lazyload ul li .x-shelf-product__price--list {
  color: #b3b3b3;
}
.prateleira.lazyload ul li .x-shelf-product__price--best,
.x-search__result-list.lazyload ul li .x-shelf-product__price--best {
  color: #000;
}
.prateleira.lazyload ul li .x-shelf-product__price-in-installment-wrapper,
.x-search__result-list.lazyload
  ul
  li
  .x-shelf-product__price-in-installment-wrapper {
  margin-top: 0 4px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  vertical-align: baseline;
  vertical-align: baseline !important;
}
.prateleira.lazyload ul li .x-shelf-product__price-in-installments--empty,
.x-search__result-list.lazyload
  ul
  li
  .x-shelf-product__price-in-installments--empty {
  height: 12px;
  width: 100%;
}
.prateleira.lazyload ul li .x-shelf-product__price-installments,
.x-search__result-list.lazyload ul li .x-shelf-product__price-installments {
  color: #000;
  margin: 0 3px;
  text-decoration: none;
  vertical-align: baseline !important;
}
.prateleira.lazyload ul li .x-shelf-product__addToCart,
.x-search__result-list.lazyload ul li .x-shelf-product__addToCart {
  margin: 8px auto 0;
  background: #ff8400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 0;
  outline: 0;
  display: block;
  width: 90%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  font-family: Flama-Regular, sans-serif;
  cursor: pointer;
}
.prateleira.lazyload ul li .x-shelf-product__addToCart svg,
.x-search__result-list.lazyload ul li .x-shelf-product__addToCart svg {
  width: 20px;
  fill: #fff;
}
.x-shelf__wishlist.x-active svg {
  fill: #ff8400 !important;
  stroke: #ff8400 !important;
}
.x-cart__suggestions {
  display: none;
  width: calc(100% + 40px);
  margin: 0 -20px 15px;
  padding: 15px 20px 10px;
  background: #e5e5e5;
}
#x-mini-cart
  .x-cart__wrapper.with-suggestions
  + .x-cart__wrapper--footer
  .x-cart__suggestions {
  display: inline-block;
}
.x-cart__suggestions .x-cart__suggestions--item {
  width: 100%;
  display: none;
}
.x-cart__suggestions .x-cart__suggestions--item:first-child {
  display: inline-block;
  position: relative;
}
.x-cart__suggestions .x-cart__suggestions--item .x-cart__suggestions--image {
  width: 84px;
  display: block;
  float: left;
}
.x-cart__suggestions--image img {
  max-width: 100%;
}
.x-cart__suggestions--info {
  display: block;
  float: left;
  width: calc(100% - 84px);
  text-align: left;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 13px;
  font-family: Flama-Regular, sans-serif;
  text-transform: uppercase;
}
.x-cart__suggestions--name {
  display: inline-block;
}
.x-cart__suggestions--info a {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.x-cart__suggestions--price {
  display: block;
  margin-top: 5px;
}
.x-cart__suggestions--price strong {
  font-size: 16px;
}
.x-cart__suggestions--actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-left: 10px;
  margin-top: 15px;
  width: calc(100% - 84px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-cart__suggestions--add {
  display: inline-block;
  font-family: Flama-Regular, sans-serif;
  background: #ff8400;
  padding: 7px 5px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.x-cart__suggestions--dismiss {
  display: inline-block;
  font-family: Flama-Regular, sans-serif;
  background: #fff;
  border: 1px solid #000;
  padding: 7px 15px;
  color: #333;
  font-size: 10px;
  float: right;
}
.x-cart__suggestions .x-cart__suggestions--item:before {
  content: "Complemente sua rotina:";
  width: calc(100% + 40px);
  text-align: center;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  padding-top: 10px;
  font-size: 14px;
  font-family: Flama-Medium;
  background: #e5e5e5;
  display: block;
  margin-left: -20px;
}
.x-header__items ul li.x-cart #x-mini-cart .x-cart__wrapper.with-suggestions {
  height: calc(100vh - 455px);
}
.li_dermafriday {
  background: #ff8400;
  border-radius: 30px;
  -webkit-animation: dermAnimate 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55)
    infinite;
  animation: dermAnimate 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
@-webkit-keyframes dermAnimate {
  0% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}
@keyframes dermAnimate {
  0% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}

.pix-price {
  display: inline-block !important;
  color: #ff8400 !important;
  font-size: 20px !important;
  font-weight: 700;
  text-decoration: none !important;
  margin: 5px 0;
}
.x-shelf-product__price-wrapper {
  display: flex;
  flex-direction: column;
}
.x-search__result-list .x-shelf-product__price.x-shelf-product__price--best {
  text-decoration: line-through;
}
.search__items .x-shelf-product__price.x-shelf-product__price--best.pix-price {
  display: none !important;
}

.search__items .x-shelf-product__price.x-shelf-product__price--best {
  display: inline-block !important;
  color: #ff8400 !important;
  font-size: 20px !important;
  font-weight: 700;
  text-decoration: none !important;
  margin: 5px 0;
}

.prateleira.lazyload ul li .x-shelf-product__image.verso {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.2s;
}

.prateleira.lazyload ul li:hover .x-shelf-product__image.verso {
  opacity: 1;
}

/* selo best seller*/

.x-shelf__flags.x-shelf__flags--highlight {
  display: block !important;
}
.flag:not(.aba-bestsellers) {
  display: none !important;
}
.aba-bestsellers {
  background: #fff;
  text-align: center;
  padding: 4px;
  color: #ff8400;
  font-family: Flama-Regular, sans-serif;
  position: absolute;
  top: 35px;
  font-size: 16px;
  z-index: 1;
  right: 5%;
  width: 62px;
  height: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #ff8400;
  z-index: 3;
}
.x-shelf__flags.x-shelf__flags--discount.js--discount-percentage {
  z-index: 3 !important;
}

.search__items .verso {
  display: none !important;
}
.prateleira.vitrine.lazyload.n8colunas
  .x-shelf-product__price-in-installments--empty {
  height: unset !important;
}
.x-shelf-product__price.x-shelf-product__price--best.pix-price {
  display: none !important;
}
.x-shelf-product__price.x-shelf-product__price--best {
  display: inline-block !important;
  color: #ff8400 !important;
  font-size: 16px !important;
  font-weight: 700;
  text-decoration: none !important;
  margin: 5px 0;
}
#adopt-controller-button{display: none!important;}
</pre></body></html>