@charset "UTF-8";
/** settings */
body {
  font-family: "Poppins", sans-serif; }

.hidden-title {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/** tools */
/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * Font Weight
 */
@-webkit-keyframes switcher {
  from {
    left: 0; }
  to {
    left: 100%; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

@keyframes pulse {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/** generic */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Hand cursor on clickable input elements */
a,
input[type="button"],
input[type="submit"],
input[type="file"],
input[type="image"],
button {
  cursor: pointer; }

input, textarea {
  border: none;
  outline: 0;
  font-family: "Poppins", sans-serif; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif; }

/**!
 * Initialize.css (v1.3.2) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/**
 * Predefined values
 */
/**
  * Options
  */
/**
  * Mixin for optional properties
  */
/* ==========================================================================
    General
    ========================================================================== */
/**
  * 1. Set default font family to $initialize-font-family (default: sans-serif)
  * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
  * 3. Configurable defaults
  */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.4;
  /* 3 */
  font-size: 1em;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove the margin in all browsers
  */
body {
  margin: 0; }

/**
  * Inheriting box-sizing
  * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
  */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ==========================================================================
    HTML5 display defenitions
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  * 2. Add the correct display in IE.
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
      * Add the correct display in IE 9-.
      */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline; }

/**
  * Add the correct display in IE 10-.
  * 1. Add the correct display in IE.
  */
template,
[hidden] {
  display: none; }

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
  * Remove the outline on focused links when they are also active or hovered
  * in all browsers (opinionated).
  */
a:active,
a:hover {
  outline-width: 0; }

/* ==========================================================================
    Text-level semantics
    ========================================================================== */
/**
  * 1. Remove the bottom border in Firefox 39-.
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
b,
strong {
  font-weight: inherit; }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder; }

/**
  * Add the correct font style in Android 4.3-.
  */
dfn {
  font-style: italic; }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
/**
     * Address styling not present in IE 8/9.
     */
mark {
  background: #ff0;
  color: #000; }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
      * Remove the border on images inside links in IE 10-.
      */
img {
  border-style: none; }

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
    Grouping content
    ========================================================================== */
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  * Add the correct margin in IE 8.
  */
figure {
  margin: 1em 40px; }

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * 1. Change font properties to `inherit` in all browsers (opinionated).
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */ }

/**
  * Restore the font weight unset by the previous rule.
  */
optgroup {
  font-weight: bold; }

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible; }

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none; }

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
      * Change the border, margin, and padding in all browsers (opinionated).
      */
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
  * Remove the default vertical scrollbar in IE.
  */
textarea {
  overflow: auto; }

/**
      * 1. Add the correct box sizing in IE 10-.
      * 2. Remove the padding in IE 10-.
      */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
  * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
  */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* ==========================================================================
    Optional configurations
    ========================================================================== */
/**
  * Headings
  */
/**
  * Block elements
  */
/* ==========================================================================
    Print styles
    ========================================================================== */
/** components */
#ajaxBusy {
  display: none !important; }

.is--hide {
  display: none !important; }

.x-loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .x-loading__center {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; }

.portal-notify-me-ref {
  width: 100%; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .portal-notify-me-ref .sku-notifyme {
      display: block;
      padding: 10px; } }
  @media only screen and (mobile: 0) {
    .portal-notify-me-ref .sku-notifyme {
      display: block;
      padding: 10px; } }
  .portal-notify-me-ref .sku-notifyme .notifyme-title-div {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4px;
    color: #9D600F;
    font-family: "Vesper Libre", serif; }
  .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form {
    text-align: center; }
    .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form > p {
      display: none; }
    .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientName,
    .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientEmail {
      width: 35%;
      display: inline-block;
      padding: 5px;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #9D600F;
      border: 1px solid #e0e0e0;
      margin-right: 5px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientName,
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientEmail {
          width: 100%;
          display: block;
          margin-right: 0;
          margin-bottom: 5px; } }
      @media only screen and (mobile: 0) {
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientName,
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeClientEmail {
          width: 100%;
          display: block;
          margin-right: 0;
          margin-bottom: 5px; } }
    .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeButtonOK {
      padding: 5px 15px;
      color: #FFFFFF;
      background: #9D600F;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      font-size: 0.75rem;
      text-align: center;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeButtonOK {
          margin: 5px auto 0; } }
      @media only screen and (mobile: 0) {
        .portal-notify-me-ref .sku-notifyme form .sku-notifyme-form #notifymeButtonOK {
          margin: 5px auto 0; } }

@media only screen and (min-width: 1081px) and (max-width: 5000px) {
  .e-medidas {
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
    position: fixed;
    background: #fff;
    left: 50%;
    top: 5%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 999999999; }
    .e-medidas.is--active {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .e-medidas__center {
      padding: 20px 40px 40px; }
    .e-medidas__title h2 {
      font-size: 22px;
      color: #9D600F;
      font-weight: 800;
      text-align: center;
      font-family: "Vesper Libre", serif;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .e-medidas__title h2 strong {
        margin-right: 20px; }
      .e-medidas__title h2 .e-medidas-close {
        background: url(/arquivos/xtabela.png) no-repeat;
        width: 15px;
        height: 59px;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0; }
    .e-medidas__title span {
      font-size: 14px;
      color: #707070;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 500;
      margin-top: 20px; }
    .e-medidas__container {
      padding-top: 25px;
      max-height: 65vh;
      overflow: auto;
      padding-right: 10px; }
      .e-medidas__container::-webkit-scrollbar {
        width: 5px; }
      .e-medidas__container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px #FFFFFF;
        box-shadow: inset 0 0 2px #FFFFFF;
        height: 2px; }
      .e-medidas__container::-webkit-scrollbar-thumb {
        background-color: #000;
        height: 2px; }
      .e-medidas__container--left p {
        font-size: 18px;
        color: #9D600F;
        font-family: "Vesper Libre", serif;
        font-weight: 700;
        padding: 0 40px; }
      .e-medidas__container--left .gn-seletable {
        border: 1px solid #C4C6C8;
        width: 100%; }
        .e-medidas__container--left .gn-seletable tbody tr:first-of-type {
          background: #F3F3F3; }
          .e-medidas__container--left .gn-seletable tbody tr:first-of-type th {
            font-size: 12px;
            color: #707070;
            padding: 20px 0;
            padding-right: 15px; }
            .e-medidas__container--left .gn-seletable tbody tr:first-of-type th:first-of-type {
              font-size: 12px;
              color: #9D600F;
              text-transform: uppercase;
              font-weight: 800; }
        .e-medidas__container--left .gn-seletable tbody tr th, .e-medidas__container--left .gn-seletable tbody tr td {
          padding: 10px;
          text-align: center;
          padding-right: 23px;
          font-size: 12px;
          color: #707070; }
          .e-medidas__container--left .gn-seletable tbody tr th strong, .e-medidas__container--left .gn-seletable tbody tr td strong {
            display: block; }
          .e-medidas__container--left .gn-seletable tbody tr th:first-of-type, .e-medidas__container--left .gn-seletable tbody tr td:first-of-type {
            font-size: 12px;
            color: #9D600F;
            text-transform: uppercase;
            font-weight: 800; }
          .e-medidas__container--left .gn-seletable tbody tr th:last-of-type td, .e-medidas__container--left .gn-seletable tbody tr td:last-of-type td {
            padding-bottom: 15px; }
          .e-medidas__container--left .gn-seletable tbody tr th:nth-child(2) td, .e-medidas__container--left .gn-seletable tbody tr td:nth-child(2) td {
            padding-top: 15px; }
      .e-medidas__container--right {
        margin-top: 40px; }
        .e-medidas__container--right p {
          font-size: 18px;
          color: #9D600F;
          font-family: "Vesper Libre", serif;
          font-weight: 700;
          padding: 0 40px; }
        .e-medidas__container--right .gn-seletable {
          border: 1px solid #C4C6C8;
          width: 100%; }
          .e-medidas__container--right .gn-seletable tbody tr:first-of-type {
            background: #F3F3F3; }
            .e-medidas__container--right .gn-seletable tbody tr:first-of-type th {
              font-size: 12px;
              color: #707070;
              padding: 20px 0;
              padding-right: 15px; }
              .e-medidas__container--right .gn-seletable tbody tr:first-of-type th:first-of-type {
                width: 139px;
                font-size: 12px;
                color: #9D600F;
                text-transform: uppercase;
                font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr th, .e-medidas__container--right .gn-seletable tbody tr td {
            padding: 15px;
            text-align: center;
            padding-right: 23px;
            font-size: 12px;
            color: #707070; }
            .e-medidas__container--right .gn-seletable tbody tr th strong, .e-medidas__container--right .gn-seletable tbody tr td strong {
              display: block; }
            .e-medidas__container--right .gn-seletable tbody tr th:first-of-type, .e-medidas__container--right .gn-seletable tbody tr td:first-of-type {
              font-size: 12px;
              color: #9D600F;
              text-transform: uppercase;
              font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr:last-of-type td {
            padding-bottom: 15px; }
          .e-medidas__container--right .gn-seletable tbody tr:nth-child(2) td {
            padding-top: 15px; }
  .e-medidas-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background: #fff;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 100%; }
    .e-medidas-overlay.is--active {
      display: block !important; } }

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .e-medidas {
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    width: 100%; }
    .e-medidas.is--active {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .e-medidas__center {
      padding: 20px 20px 40px;
      width: 100%; }
    .e-medidas__title h2 {
      font-size: 18px;
      color: #9d600f;
      font-weight: 800;
      text-align: center;
      font-family: "Vesper Libre", serif;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 50px 0 0; }
      .e-medidas__title h2 strong {
        margin-right: 20px; }
      .e-medidas__title h2 .e-medidas-close {
        background: url(/arquivos/xtabela.png) no-repeat;
        width: 15px;
        height: 59px;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0; }
    .e-medidas__title span {
      font-size: 12px;
      color: #707070;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 500;
      margin-top: 20px; }
    .e-medidas__container {
      padding-top: 25px;
      max-height: 65vh;
      overflow: auto;
      padding-right: 10px; }
      .e-medidas__container::-webkit-scrollbar {
        width: 5px; }
      .e-medidas__container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px #FFFFFF;
        box-shadow: inset 0 0 2px #FFFFFF;
        height: 2px; }
      .e-medidas__container::-webkit-scrollbar-thumb {
        background-color: #000;
        height: 2px; }
      .e-medidas__container--left {
        padding-bottom: 5px;
        overflow: auto; }
        .e-medidas__container--left::-webkit-scrollbar {
          height: 5px; }
        .e-medidas__container--left::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 2px #FFFFFF;
          height: 2px; }
        .e-medidas__container--left::-webkit-scrollbar-thumb {
          background-color: #000000;
          height: 2px; }
        .e-medidas__container--left p {
          font-size: 18px;
          color: #9d600f;
          font-family: "Vesper Libre", serif;
          font-weight: 700;
          padding: 0 20px; }
        .e-medidas__container--left .gn-seletable {
          border: 1px solid #c4c6c8;
          width: 100%; }
          .e-medidas__container--left .gn-seletable tbody tr:first-of-type {
            background: #f3f3f3; }
            .e-medidas__container--left .gn-seletable tbody tr:first-of-type th {
              font-size: 12px;
              color: #707070;
              padding: 20px 0;
              padding-right: 15px; }
              .e-medidas__container--left .gn-seletable tbody tr:first-of-type th:first-of-type {
                font-size: 12px;
                color: #9d600f;
                text-transform: uppercase;
                font-weight: 800; }
          .e-medidas__container--left .gn-seletable tbody tr th,
          .e-medidas__container--left .gn-seletable tbody tr td {
            padding: 10px;
            text-align: center;
            padding-right: 23px;
            font-size: 12px;
            color: #707070; }
            .e-medidas__container--left .gn-seletable tbody tr th strong,
            .e-medidas__container--left .gn-seletable tbody tr td strong {
              display: block; }
            .e-medidas__container--left .gn-seletable tbody tr th:first-of-type,
            .e-medidas__container--left .gn-seletable tbody tr td:first-of-type {
              font-size: 12px;
              color: #9d600f;
              text-transform: uppercase;
              font-weight: 800; }
            .e-medidas__container--left .gn-seletable tbody tr th:last-of-type td,
            .e-medidas__container--left .gn-seletable tbody tr td:last-of-type td {
              padding-bottom: 15px; }
            .e-medidas__container--left .gn-seletable tbody tr th:nth-child(2) td,
            .e-medidas__container--left .gn-seletable tbody tr td:nth-child(2) td {
              padding-top: 15px; }
      .e-medidas__container--right {
        padding-bottom: 5px;
        overflow: auto;
        margin-top: 40px; }
        .e-medidas__container--right::-webkit-scrollbar {
          height: 5px; }
        .e-medidas__container--right::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 2px #FFFFFF;
          height: 2px; }
        .e-medidas__container--right::-webkit-scrollbar-thumb {
          background-color: #000000;
          height: 2px; }
        .e-medidas__container--right p {
          font-size: 18px;
          color: #9d600f;
          font-family: "Vesper Libre", serif;
          font-weight: 700;
          padding: 0 20px; }
        .e-medidas__container--right .gn-seletable {
          border: 1px solid #c4c6c8;
          width: 100%; }
          .e-medidas__container--right .gn-seletable tbody tr:first-of-type {
            background: #f3f3f3; }
            .e-medidas__container--right .gn-seletable tbody tr:first-of-type th {
              font-size: 12px;
              color: #707070;
              padding: 20px 0;
              padding-right: 15px; }
              .e-medidas__container--right .gn-seletable tbody tr:first-of-type th:first-of-type {
                width: 139px;
                font-size: 12px;
                color: #9d600f;
                text-transform: uppercase;
                font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr th,
          .e-medidas__container--right .gn-seletable tbody tr td {
            padding: 15px;
            text-align: center;
            padding-right: 23px;
            font-size: 12px;
            color: #707070; }
            .e-medidas__container--right .gn-seletable tbody tr th strong,
            .e-medidas__container--right .gn-seletable tbody tr td strong {
              display: block; }
            .e-medidas__container--right .gn-seletable tbody tr th:first-of-type,
            .e-medidas__container--right .gn-seletable tbody tr td:first-of-type {
              font-size: 12px;
              color: #9d600f;
              text-transform: uppercase;
              font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr:last-of-type td {
            padding-bottom: 15px; }
          .e-medidas__container--right .gn-seletable tbody tr:nth-child(2) td {
            padding-top: 15px; }
  .e-medidas-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background: #fff;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 100%; }
    .e-medidas-overlay.is--active {
      display: block !important; } }

@media only screen and (mobile: 0) {
  .e-medidas {
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    width: 100%; }
    .e-medidas.is--active {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .e-medidas__center {
      padding: 20px 20px 40px;
      width: 100%; }
    .e-medidas__title h2 {
      font-size: 18px;
      color: #9d600f;
      font-weight: 800;
      text-align: center;
      font-family: "Vesper Libre", serif;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 50px 0 0; }
      .e-medidas__title h2 strong {
        margin-right: 20px; }
      .e-medidas__title h2 .e-medidas-close {
        background: url(/arquivos/xtabela.png) no-repeat;
        width: 15px;
        height: 59px;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0; }
    .e-medidas__title span {
      font-size: 12px;
      color: #707070;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 500;
      margin-top: 20px; }
    .e-medidas__container {
      padding-top: 25px;
      max-height: 65vh;
      overflow: auto;
      padding-right: 10px; }
      .e-medidas__container::-webkit-scrollbar {
        width: 5px; }
      .e-medidas__container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px #FFFFFF;
        box-shadow: inset 0 0 2px #FFFFFF;
        height: 2px; }
      .e-medidas__container::-webkit-scrollbar-thumb {
        background-color: #000;
        height: 2px; }
      .e-medidas__container--left {
        padding-bottom: 5px;
        overflow: auto; }
        .e-medidas__container--left::-webkit-scrollbar {
          height: 5px; }
        .e-medidas__container--left::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 2px #FFFFFF;
          height: 2px; }
        .e-medidas__container--left::-webkit-scrollbar-thumb {
          background-color: #000000;
          height: 2px; }
        .e-medidas__container--left p {
          font-size: 18px;
          color: #9d600f;
          font-family: "Vesper Libre", serif;
          font-weight: 700;
          padding: 0 20px; }
        .e-medidas__container--left .gn-seletable {
          border: 1px solid #c4c6c8;
          width: 100%; }
          .e-medidas__container--left .gn-seletable tbody tr:first-of-type {
            background: #f3f3f3; }
            .e-medidas__container--left .gn-seletable tbody tr:first-of-type th {
              font-size: 12px;
              color: #707070;
              padding: 20px 0;
              padding-right: 15px; }
              .e-medidas__container--left .gn-seletable tbody tr:first-of-type th:first-of-type {
                font-size: 12px;
                color: #9d600f;
                text-transform: uppercase;
                font-weight: 800; }
          .e-medidas__container--left .gn-seletable tbody tr th,
          .e-medidas__container--left .gn-seletable tbody tr td {
            padding: 10px;
            text-align: center;
            padding-right: 23px;
            font-size: 12px;
            color: #707070; }
            .e-medidas__container--left .gn-seletable tbody tr th strong,
            .e-medidas__container--left .gn-seletable tbody tr td strong {
              display: block; }
            .e-medidas__container--left .gn-seletable tbody tr th:first-of-type,
            .e-medidas__container--left .gn-seletable tbody tr td:first-of-type {
              font-size: 12px;
              color: #9d600f;
              text-transform: uppercase;
              font-weight: 800; }
            .e-medidas__container--left .gn-seletable tbody tr th:last-of-type td,
            .e-medidas__container--left .gn-seletable tbody tr td:last-of-type td {
              padding-bottom: 15px; }
            .e-medidas__container--left .gn-seletable tbody tr th:nth-child(2) td,
            .e-medidas__container--left .gn-seletable tbody tr td:nth-child(2) td {
              padding-top: 15px; }
      .e-medidas__container--right {
        padding-bottom: 5px;
        overflow: auto;
        margin-top: 40px; }
        .e-medidas__container--right::-webkit-scrollbar {
          height: 5px; }
        .e-medidas__container--right::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 2px #FFFFFF;
          box-shadow: inset 0 0 2px #FFFFFF;
          height: 2px; }
        .e-medidas__container--right::-webkit-scrollbar-thumb {
          background-color: #000000;
          height: 2px; }
        .e-medidas__container--right p {
          font-size: 18px;
          color: #9d600f;
          font-family: "Vesper Libre", serif;
          font-weight: 700;
          padding: 0 20px; }
        .e-medidas__container--right .gn-seletable {
          border: 1px solid #c4c6c8;
          width: 100%; }
          .e-medidas__container--right .gn-seletable tbody tr:first-of-type {
            background: #f3f3f3; }
            .e-medidas__container--right .gn-seletable tbody tr:first-of-type th {
              font-size: 12px;
              color: #707070;
              padding: 20px 0;
              padding-right: 15px; }
              .e-medidas__container--right .gn-seletable tbody tr:first-of-type th:first-of-type {
                width: 139px;
                font-size: 12px;
                color: #9d600f;
                text-transform: uppercase;
                font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr th,
          .e-medidas__container--right .gn-seletable tbody tr td {
            padding: 15px;
            text-align: center;
            padding-right: 23px;
            font-size: 12px;
            color: #707070; }
            .e-medidas__container--right .gn-seletable tbody tr th strong,
            .e-medidas__container--right .gn-seletable tbody tr td strong {
              display: block; }
            .e-medidas__container--right .gn-seletable tbody tr th:first-of-type,
            .e-medidas__container--right .gn-seletable tbody tr td:first-of-type {
              font-size: 12px;
              color: #9d600f;
              text-transform: uppercase;
              font-weight: 800; }
          .e-medidas__container--right .gn-seletable tbody tr:last-of-type td {
            padding-bottom: 15px; }
          .e-medidas__container--right .gn-seletable tbody tr:nth-child(2) td {
            padding-top: 15px; }
  .e-medidas-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background: #fff;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 100%; }
    .e-medidas-overlay.is--active {
      display: block !important; } }

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  float: left;
  width: 97%; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #9D600F; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  -o-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -2px;
  top: -3px;
  padding: 5px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #e8e8e8;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  /* border:1px solid #D3D3D3; */
  /* box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; */ }

.noUi-connect {
  background: #9D600F;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* box-shadow:inset 0 0 3px rgba(51,51,51,0.45); */
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9D600F;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #9D600F;
  left: 14px;
  top: 6px;
  display: none; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #9D600F; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.filtro_faixa-de-preco {
  display: none !important; }

.x-minicart {
  position: fixed;
  top: 16.5%;
  bottom: 0;
  right: -100%;
  width: 34%;
  z-index: 999;
  background: #ffffff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-minicart {
      position: fixed;
      width: 100%;
      top: 0; } }
  @media only screen and (mobile: 0) {
    .x-minicart {
      position: fixed;
      width: 100%;
      top: 0; } }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-minicart .x-minicart--title {
      display: flex !important;
      background: #DB588E;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 25px 15px 25px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (mobile: 0) {
    .x-minicart .x-minicart--title {
      display: flex !important;
      background: #DB588E;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 25px 15px 25px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .x-minicart.is--active {
    right: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-minicart.is--active {
        right: 0;
        height: 100%; } }
    @media only screen and (mobile: 0) {
      .x-minicart.is--active {
        right: 0;
        height: 100%; } }
  .x-minicart__header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px 0;
    padding: 1.25rem 1.875rem 0; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-minicart__header {
        padding: 50px 30px 0;
        padding: 3.125rem 1.875rem 0; } }
    @media only screen and (mobile: 0) {
      .x-minicart__header {
        padding: 50px 30px 0;
        padding: 3.125rem 1.875rem 0; } }
    .x-minicart__header > h2 {
      color: #707070;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 300; }
      .x-minicart__header > h2 strong {
        display: block;
        margin-left: 20px;
        color: #9D600F;
        font-family: "Vesper Libre", serif;
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 700; }
    .x-minicart__header .js--minicart-close {
      font-size: 30px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      cursor: pointer;
      color: #9D600F; }
  .x-minicart__products {
    padding: 20px;
    padding: 1.25rem; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-minicart__products {
        height: 65%; } }
    @media only screen and (mobile: 0) {
      .x-minicart__products {
        height: 65%; } }
    .x-minicart__products.is--loading:before {
      content: "";
      background: url("/arquivos/icon-loader.gif") #f2f2f2;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: 60px 60px;
      background-size: 60px;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9999; }
    .x-minicart__products .product-list {
      max-height: 350px;
      max-height: 21.875rem;
      min-height: 350px;
      min-height: 21.875rem;
      overflow-x: hidden;
      overflow-y: auto;
      position: relative;
      padding: 10px; }
      .x-minicart__products .product-list::-webkit-scrollbar {
        width: 5px; }
      .x-minicart__products .product-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #FFFFFF;
        box-shadow: inset 0 0 6px #FFFFFF; }
      .x-minicart__products .product-list::-webkit-scrollbar-thumb {
        background-color: #A3A3A3;
        outline: 1px solid #eeeeee; }
      .x-minicart__products .product-list .row {
        width: 100%;
        display: block;
        position: relative;
        background: #FFFFFF;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
        -webkit-box-shadow: #8484841f 0px 5px 20px;
        box-shadow: #8484841f 0px 5px 20px;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        min-height: 125px;
        min-height: 7.8125rem; }
        .x-minicart__products .product-list .row .col-0 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
          .x-minicart__products .product-list .row .col-0 ._qc-img {
            width: 60%;
            margin-right: 15px; }
            .x-minicart__products .product-list .row .col-0 ._qc-img img {
              width: 100%;
              display: block;
              height: auto; }
          .x-minicart__products .product-list .row .col-0 ._qc-product {
            color: #707070;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 400;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 35px;
            display: -webkit-box;
            width: 90%;
            padding-right: 10%;
            position: relative;
            top: 15px;
            margin-top: 3px; }
        .x-minicart__products .product-list .row .col-1 {
          position: absolute;
          left: 41%;
          bottom: 20px;
          width: 45px;
          width: 2.8125rem;
          height: 30px;
          height: 1.875rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 10px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background: #FAFAFA; }
          .x-minicart__products .product-list .row .col-1 input {
            color: #707070;
            font-weight: 700;
            font-size: 12px;
            font-size: 0.75rem;
            width: 100%;
            background: none; }
          .x-minicart__products .product-list .row .col-1 a {
            width: 10px;
            height: 10px;
            display: block; }
            .x-minicart__products .product-list .row .col-1 a._remove {
              position: absolute;
              right: 5px;
              bottom: 2px;
              font-size: 0;
              background: url("/arquivos/slick--arrow-bottom.png");
              background-repeat: no-repeat; }
            .x-minicart__products .product-list .row .col-1 a._add {
              position: absolute;
              right: 5px;
              top: 4px;
              font-size: 0;
              background: url("/arquivos/slick--arrow-top.png");
              background-repeat: no-repeat; }
        .x-minicart__products .product-list .row .col-2 {
          position: absolute;
          left: 41%;
          bottom: 45%;
          font-size: 12px;
          font-size: 0.75rem;
          color: #9D600F;
          font-weight: 600; }
        .x-minicart__products .product-list .row .col-3 {
          position: absolute;
          right: 5px;
          top: 0;
          font-size: 0; }
          .x-minicart__products .product-list .row .col-3 a {
            display: block;
            cursor: pointer; }
            .x-minicart__products .product-list .row .col-3 a:after {
              content: "+";
              display: block;
              font-size: 24px;
              color: #404040;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .x-minicart__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    padding: 0 1.25rem; }
  .x-minicart__total {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .x-minicart__total > p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #707070;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase; }
      .x-minicart__total > p strong {
        margin-right: 10px;
        font-weight: 400; }
    .x-minicart__total .portal-totalizers-ref .title {
      display: none; }
    .x-minicart__total .portal-totalizers-ref .cart-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .x-minicart__total .portal-totalizers-ref .cart-info li {
        display: none; }
        .x-minicart__total .portal-totalizers-ref .cart-info li.total-cart {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          font-size: 0.875rem;
          color: #6F7745;
          font-weight: 700; }
          .x-minicart__total .portal-totalizers-ref .cart-info li.total-cart > strong {
            display: none; }
          .x-minicart__total .portal-totalizers-ref .cart-info li.total-cart .total-cart-em {
            font-style: normal; }
        .x-minicart__total .portal-totalizers-ref .cart-info li.amount-items {
          display: none; }
  .x-minicart__empty {
    display: none;
    font-size: 14px;
    color: #A3A3A3;
    text-align: center;
    padding: 50px;
    padding: 3.125rem;
    background: #EEEEEE; }
  .x-minicart__buy {
    width: 68%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .x-minicart__buy .e-btn-buy {
      background: #9D600F;
      color: #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      font-size: 0.75rem;
      width: 100%;
      height: 46px;
      height: 2.875rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 300;
      -webkit-border-radius: 5px;
      border-radius: 5px; }

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .x-minicart__group {
    height: 100%; } }

@media only screen and (mobile: 0) {
  .x-minicart__group {
    height: 100%; } }

.x-newsletter {
  width: 100%;
  margin-top: 70px;
  margin-top: 4.375rem; }
  .x-newsletter.x-popup {
    display: none; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter.x-popup {
        display: none !important; } }
    @media only screen and (mobile: 0) {
      .x-newsletter.x-popup {
        display: none !important; } }
    .x-newsletter.x-popup .x-newsletter__item {
      background: rgba(255, 255, 255, 0.95);
      display: block;
      width: 461px;
      height: 320px;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: 0;
      z-index: 9999;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-newsletter.x-popup .x-newsletter__item {
          background: rgba(255, 255, 255, 0.95);
          display: block;
          width: 90%;
          height: 338px;
          position: fixed;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          left: 0; } }
      @media only screen and (mobile: 0) {
        .x-newsletter.x-popup .x-newsletter__item {
          background: rgba(255, 255, 255, 0.95);
          display: block;
          width: 90%;
          height: 338px;
          position: fixed;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          left: 0; } }
      .x-newsletter.x-popup .x-newsletter__item .js--close--modal {
        position: absolute;
        right: 20px;
        top: 20px; }
      .x-newsletter.x-popup .x-newsletter__item--header h2 {
        font-size: 19px; }
        .x-newsletter.x-popup .x-newsletter__item--header h2 strong {
          font-size: 32px; }
      .x-newsletter.x-popup .x-newsletter__item--header p {
        font-size: 14px; }
      .x-newsletter.x-popup .x-newsletter__item--form-input {
        border-top: 0.5px solid #9D600F;
        -webkit-border-bottom-left-radius: 8px;
        border-bottom-left-radius: 8px;
        font-size: 14px; }
  .x-newsletter__contents {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .x-newsletter__banner {
    width: 100%;
    display: block; }
    .x-newsletter__banner img {
      width: 100%;
      display: block;
      height: auto; }
  .x-newsletter__item {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    width: 408px;
    position: absolute;
    top: 0;
    right: 60px;
    right: 3.75rem;
    bottom: -25px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__item {
        background: rgba(255, 255, 255, 0.9);
        display: block;
        width: 90%;
        position: absolute;
        right: 0;
        top: -25px;
        margin: auto;
        bottom: 0;
        left: 0; } }
    @media only screen and (mobile: 0) {
      .x-newsletter__item {
        background: rgba(255, 255, 255, 0.9);
        display: block;
        width: 90%;
        position: absolute;
        right: 0;
        top: -25px;
        margin: auto;
        bottom: 0;
        left: 0; } }
    .x-newsletter__item--header {
      width: 100%;
      padding: 45px 50px 0;
      padding: 2.8125rem 3.125rem 0; }
      .x-newsletter__item--header h2 {
        color: #707070;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 40px; }
        .x-newsletter__item--header h2 strong {
          font-size: 22px;
          color: #9D600F;
          font-weight: 700;
          display: block;
          margin-left: 20px;
          text-transform: capitalize;
          font-family: "Vesper Libre", serif; }
      .x-newsletter__item--header p {
        font-size: 12px;
        font-size: 0.75rem;
        color: #707070;
        line-height: 1.6;
        height: 75px;
        display: block;
        margin-bottom: 40px;
        margin-bottom: 2.5rem; }
    .x-newsletter__item--form {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 0; }
      .x-newsletter__item--form-label {
        width: 85%;
        display: block; }
      .x-newsletter__item--form-input {
        background: #fafafa;
        width: 100%;
        padding: 22px 20px;
        padding: 1.375rem 1.25rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #707070; }
        .x-newsletter__item--form-input::-webkit-input-placeholder {
          color: #707070; }
        .x-newsletter__item--form-input::-moz-placeholder {
          color: #707070; }
        .x-newsletter__item--form-input:-ms-input-placeholder {
          color: #707070; }
        .x-newsletter__item--form-input:-moz-placeholder {
          color: #707070; }
      .x-newsletter__item--form-submit {
        width: 20%;
        background: #9D600F;
        padding: 5px;
        padding: 0.3125rem;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .x-newsletter__item--form-success, .x-newsletter__item--form-error {
        display: none;
        width: 100%;
        padding: 10px 20px 20px;
        text-align: center;
        font-size: 14px;
        color: #707070; }

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .x-overlay {
    display: none !important; } }

@media only screen and (mobile: 0) {
  .x-overlay {
    display: none !important; } }

.bread-crumb {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .bread-crumb {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }
  @media only screen and (mobile: 0) {
    .bread-crumb {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }
  .bread-crumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .bread-crumb ul li {
      font-size: 12px;
      font-size: 0.75rem;
      color: #A3A3A3;
      text-transform: capitalize; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .bread-crumb ul li {
          font-size: 11px;
          font-size: 0.6875rem; } }
      @media only screen and (mobile: 0) {
        .bread-crumb ul li {
          font-size: 11px;
          font-size: 0.6875rem; } }
      .bread-crumb ul li:first-of-type a {
        font-size: 0; }
        .bread-crumb ul li:first-of-type a:after {
          content: 'Home';
          font-size: 12px;
          font-size: 0.75rem; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .bread-crumb ul li:first-of-type a:after {
              font-size: 11px;
              font-size: 0.6875rem; } }
          @media only screen and (mobile: 0) {
            .bread-crumb ul li:first-of-type a:after {
              font-size: 11px;
              font-size: 0.6875rem; } }
      .bread-crumb ul li:last-of-type:after {
        content: '';
        display: none; }
      .bread-crumb ul li:after {
        content: '>';
        margin: 0 5px;
        display: inline-blockl; }
      .bread-crumb ul li a {
        color: #707070; }

.x-welcome-popup {
  display: none; }
  .x-welcome-popup__overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999; }
  .x-welcome-popup__content {
    position: fixed;
    top: 50%;
    width: 45%;
    background: #ffffff;
    z-index: 999999;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .x-welcome-popup__image {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .x-welcome-popup__image img {
      width: 100%;
      display: block;
      height: auto; }
  .x-welcome-popup__text {
    width: 100%;
    padding: 20px 70px 0;
    padding: 1.25rem 4.375rem 0; }
    .x-welcome-popup__text h3 {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 700;
      display: block;
      margin-bottom: 20px;
      text-align: center;
      color: #A3A3A3; }
    .x-welcome-popup__text p {
      font-size: 12px;
      color: #D3D3D3;
      line-height: 1.7; }
  .x-welcome-popup__form {
    width: 100%; }
    .x-welcome-popup__form .x-newsletter__form {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 80px;
      padding: 1.25rem 5rem; }
      .x-welcome-popup__form .x-newsletter__form--label {
        width: 100%;
        margin-bottom: 15px; }
      .x-welcome-popup__form .x-newsletter__form--submit {
        width: 100%;
        height: 40px; }
      .x-welcome-popup__form .x-newsletter__form--success, .x-welcome-popup__form .x-newsletter__form--error {
        padding: 30px 0; }
  .x-welcome-popup__link {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .x-welcome-popup__link--close {
      font-size: 14px;
      font-size: 0.875rem;
      color: #A3A3A3;
      font-weight: 700;
      display: block; }

/* shelf */
.x-shelf__look .shelf__look > ul {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0 0 0; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-shelf__look .shelf__look > ul {
      max-height: inherit; } }
  @media only screen and (mobile: 0) {
    .x-shelf__look .shelf__look > ul {
      max-height: inherit; } }
  .x-shelf__look .shelf__look > ul::-webkit-scrollbar {
    width: 2px; }
  .x-shelf__look .shelf__look > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }
  .x-shelf__look .shelf__look > ul::-webkit-scrollbar-thumb {
    background-color: #404040;
    outline: 1px solid slategrey; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-shelf__look .shelf__look > ul {
      overflow: hidden; } }
  @media only screen and (mobile: 0) {
    .x-shelf__look .shelf__look > ul {
      overflow: hidden; } }
  .x-shelf__look .shelf__look > ul li {
    width: 95%;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: #8484841f 0px 5px 20px;
    box-shadow: #8484841f 0px 5px 20px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-shelf__look .shelf__look > ul li {
        width: 90% !important;
        background: #fff;
        -webkit-box-shadow: #8484841f 0px 5px 20px;
        box-shadow: #8484841f 0px 5px 20px;
        margin-bottom: 25px; } }
    @media only screen and (mobile: 0) {
      .x-shelf__look .shelf__look > ul li {
        width: 90% !important;
        background: #fff;
        -webkit-box-shadow: #8484841f 0px 5px 20px;
        box-shadow: #8484841f 0px 5px 20px;
        margin-bottom: 25px; } }
    .x-shelf__look .shelf__look > ul li .x-product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-shelf__look .shelf__look > ul li .x-product {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 10px;
          margin-bottom: 0; } }
      @media only screen and (mobile: 0) {
        .x-shelf__look .shelf__look > ul li .x-product {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 10px;
          margin-bottom: 0; } }
      .x-shelf__look .shelf__look > ul li .x-product__image {
        width: 45%;
        position: relative;
        padding: 10px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__look .shelf__look > ul li .x-product__image {
            width: 100%; } }
        @media only screen and (mobile: 0) {
          .x-shelf__look .shelf__look > ul li .x-product__image {
            width: 100%; } }
        .x-shelf__look .shelf__look > ul li .x-product__image .js--checkbox {
          border: 1px solid #c4c6c8;
          width: 20px;
          width: 1.25rem;
          height: 20px;
          height: 1.25rem;
          background: #FFFFFF;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: border 0.3s;
          -o-transition: border 0.3s;
          transition: border 0.3s;
          position: absolute;
          top: 5px;
          left: 5px; }
          .x-shelf__look .shelf__look > ul li .x-product__image .js--checkbox.is--selected {
            border-color: #9D600F; }
            .x-shelf__look .shelf__look > ul li .x-product__image .js--checkbox.is--selected span {
              background: #9D600F; }
          .x-shelf__look .shelf__look > ul li .x-product__image .js--checkbox span {
            width: 10px;
            height: 10px;
            display: block;
            background: transparent;
            -webkit-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s; }
        .x-shelf__look .shelf__look > ul li .x-product__image img {
          width: 100%;
          display: block;
          height: auto; }
      .x-shelf__look .shelf__look > ul li .x-product__group {
        width: 50%;
        padding: 10px 0; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__look .shelf__look > ul li .x-product__group {
            width: 100%;
            margin: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            min-height: 250px; } }
        @media only screen and (mobile: 0) {
          .x-shelf__look .shelf__look > ul li .x-product__group {
            width: 100%;
            margin: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            min-height: 250px; } }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-shelf__look .shelf__look > ul li .x-product .js--checkbox {
          border: 1px solid #c4c6c8;
          width: 20px;
          width: 1.25rem;
          height: 20px;
          height: 1.25rem;
          background: #FFFFFF;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: border 0.3s;
          -o-transition: border 0.3s;
          transition: border 0.3s; }
          .x-shelf__look .shelf__look > ul li .x-product .js--checkbox.is--selected {
            border-color: #9D600F; }
            .x-shelf__look .shelf__look > ul li .x-product .js--checkbox.is--selected span {
              background: #9D600F; }
          .x-shelf__look .shelf__look > ul li .x-product .js--checkbox span {
            width: 10px;
            height: 10px;
            display: block;
            background: transparent;
            -webkit-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s; } }
      @media only screen and (mobile: 0) {
        .x-shelf__look .shelf__look > ul li .x-product .js--checkbox {
          border: 1px solid #c4c6c8;
          width: 20px;
          width: 1.25rem;
          height: 20px;
          height: 1.25rem;
          background: #FFFFFF;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: border 0.3s;
          -o-transition: border 0.3s;
          transition: border 0.3s; }
          .x-shelf__look .shelf__look > ul li .x-product .js--checkbox.is--selected {
            border-color: #9D600F; }
            .x-shelf__look .shelf__look > ul li .x-product .js--checkbox.is--selected span {
              background: #9D600F; }
          .x-shelf__look .shelf__look > ul li .x-product .js--checkbox span {
            width: 10px;
            height: 10px;
            display: block;
            background: transparent;
            -webkit-transition: background 0.3s;
            -o-transition: background 0.3s;
            transition: background 0.3s; } }
      .x-shelf__look .shelf__look > ul li .x-product__name {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 300;
        display: block;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
        letter-spacing: 0.5px;
        letter-spacing: 0.03125rem; }
        .x-shelf__look .shelf__look > ul li .x-product__name a {
          color: #707070; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__look .shelf__look > ul li .x-product__name {
            width: 80%;
            margin-left: 10px; } }
        @media only screen and (mobile: 0) {
          .x-shelf__look .shelf__look > ul li .x-product__name {
            width: 80%;
            margin-left: 10px; } }
      .x-shelf__look .shelf__look > ul li .x-product__price {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        margin-bottom: 1.5625rem; }
        .x-shelf__look .shelf__look > ul li .x-product__price--best-single {
          color: #9D600F;
          font-weight: 700;
          display: block;
          font-size: 12px;
          font-size: 0.75rem; }
        .x-shelf__look .shelf__look > ul li .x-product__price--installments {
          color: #9D600F;
          font-weight: 700;
          display: none; }
      @media only screen and (min-width: 1081px) and (max-width: 5000px) {
        .x-shelf__look .shelf__look > ul li .x-product__sku--variations {
          width: 40%; } }
      .x-shelf__look .shelf__look > ul li .x-product__sku--variations > h4 {
        display: block;
        width: 100%;
        font-size: 11px;
        font-size: 0.6875rem;
        font-weight: 300;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .x-shelf__look .shelf__look > ul li .x-product__sku--variations .x-product__colors {
        width: 30px;
        padding: 13px;
        -webkit-box-shadow: 2px -4px 30px 3px rgba(204, 204, 204, 0.1);
        box-shadow: 2px -4px 30px 3px rgba(204, 204, 204, 0.1); }
        .x-shelf__look .shelf__look > ul li .x-product__sku--variations .x-product__colors.is--selected {
          position: relative;
          border: 1px solid #9D600F;
          border-color: #9D600F; }
          .x-shelf__look .shelf__look > ul li .x-product__sku--variations .x-product__colors.is--selected:after {
            content: "";
            background: url(/arquivos/icon-checked-color.png);
            width: 15px;
            height: 13px;
            display: inline-block;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
      .x-shelf__look .shelf__look > ul li .x-product__quantity {
        position: relative;
        left: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 25%;
        padding: 7px 0;
        position: relative; }
        @media only screen and (min-width: 1081px) and (max-width: 5000px) {
          .x-shelf__look .shelf__look > ul li .x-product__quantity {
            width: 40%; } }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__look .shelf__look > ul li .x-product__quantity {
            width: 45%; } }
        @media only screen and (mobile: 0) {
          .x-shelf__look .shelf__look > ul li .x-product__quantity {
            width: 45%; } }
        .x-shelf__look .shelf__look > ul li .x-product__quantity > h4 {
          display: block;
          width: 100%;
          font-size: 11px;
          font-size: 0.6875rem;
          font-weight: 300;
          margin-bottom: 10px;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
        .x-shelf__look .shelf__look > ul li .x-product__quantity-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          background: #fafafa;
          position: relative; }
        .x-shelf__look .shelf__look > ul li .x-product__quantity-button {
          font-size: 0;
          background: #fafafa; }
          .x-shelf__look .shelf__look > ul li .x-product__quantity-button button {
            color: #707070;
            cursor: pointer;
            position: absolute;
            right: 5px;
            width: 10px;
            height: 10px;
            font-size: 0; }
            .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-minus {
              background: url("/arquivos/slick--arrow-bottom.png");
              background-repeat: no-repeat;
              bottom: 4px; }
              @media only screen and (min-width: 100px) and (max-width: 767px) {
                .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-minus {
                  -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  left: 8px;
                  right: unset;
                  top: 0%;
                  bottom: 0;
                  margin: auto; } }
              @media only screen and (mobile: 0) {
                .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-minus {
                  -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  left: 8px;
                  right: unset;
                  top: 0%;
                  bottom: 0;
                  margin: auto; } }
            .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-plus {
              background: url("/arquivos/slick--arrow-top.png");
              background-repeat: no-repeat;
              top: 4px; }
              @media only screen and (min-width: 100px) and (max-width: 767px) {
                .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-plus {
                  -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  top: 0%;
                  bottom: 0;
                  margin: auto;
                  right: 8px; } }
              @media only screen and (mobile: 0) {
                .x-shelf__look .shelf__look > ul li .x-product__quantity-button button.js--quantity-plus {
                  -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
                  top: 0%;
                  bottom: 0;
                  margin: auto;
                  right: 8px; } }
        .x-shelf__look .shelf__look > ul li .x-product__quantity-input {
          width: 70%; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .x-shelf__look .shelf__look > ul li .x-product__quantity-input {
              margin-left: 20%; } }
          @media only screen and (mobile: 0) {
            .x-shelf__look .shelf__look > ul li .x-product__quantity-input {
              margin-left: 20%; } }
          .x-shelf__look .shelf__look > ul li .x-product__quantity-input input {
            width: 100%;
            color: #707070;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 400;
            text-align: center;
            background: #FAFAFA;
            height: 30px; }
            .x-shelf__look .shelf__look > ul li .x-product__quantity-input input::-webkit-inner-spin-button {
              -webkit-appearance: none; }
      .x-shelf__look .shelf__look > ul li .x-product__size-guide {
        display: block !important;
        text-align: center;
        margin: 15px 0 5px 0; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__look .shelf__look > ul li .x-product__size-guide {
            width: 100%; } }
        @media only screen and (mobile: 0) {
          .x-shelf__look .shelf__look > ul li .x-product__size-guide {
            width: 100%; } }
        .x-shelf__look .shelf__look > ul li .x-product__size-guide button {
          color: #9D600F;
          text-decoration: underline;
          font-size: 12px; }
      .x-shelf__look .shelf__look > ul li .x-product__tamanho {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-top: 0.625rem; }
        .x-shelf__look .shelf__look > ul li .x-product__tamanho h3 {
          display: block !important;
          width: 100%;
          font-size: 11px;
          font-size: 0.6875rem;
          font-weight: 300;
          margin-bottom: 10px;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
        .x-shelf__look .shelf__look > ul li .x-product__tamanho ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          padding: 10px 0;
          border: 1px solid transparent; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          @media only screen and (mobile: 0) {
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
          .x-shelf__look .shelf__look > ul li .x-product__tamanho ul.is--error {
            border-color: #dc6666; }
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul.is--error:before {
              opacity: 1;
              visibility: visible; }
          .x-shelf__look .shelf__look > ul li .x-product__tamanho ul:before {
            content: "Selecione uma variação";
            position: absolute;
            font-size: 10px;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            white-space: nowrap;
            text-transform: uppercase;
            opacity: 0;
            visibility: hidden;
            color: #dc6666; }
          .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li {
            width: 30px;
            height: 30px;
            background: #fafafa;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #707070;
            text-transform: uppercase;
            border: 1px solid transparent;
            font-size: 12px;
            font-size: 0.75rem;
            cursor: pointer;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
            margin: 0 4px 0 0; }
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li.variation--ÚNICO {
              width: 60px; }
            @media only screen and (min-width: 100px) and (max-width: 767px) {
              .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li {
                -webkit-box-shadow: none;
                box-shadow: none;
                width: 14% !important; } }
            @media only screen and (mobile: 0) {
              .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li {
                -webkit-box-shadow: none;
                box-shadow: none;
                width: 14% !important; } }
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li:nth-child(5n + 0) {
              margin-right: 0; }
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li.is--unavailable {
              opacity: 0.5;
              pointer-events: none; }
            .x-shelf__look .shelf__look > ul li .x-product__tamanho ul li.is--selected {
              border-color: #9D600F; }
      .x-shelf__look .shelf__look > ul li .x-product__buy {
        display: none; }

.x-product__sku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-product__sku {
      min-height: 160px; } }
  @media only screen and (mobile: 0) {
    .x-product__sku {
      min-height: 160px; } }

.x-shelf__header {
  width: 100%;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }
  .x-shelf__header h2 {
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
    font-weight: 400; }
    .x-shelf__header h2 strong {
      display: block;
      font-size: 22px;
      color: #9D600F;
      font-family: "Vesper Libre", serif;
      margin-left: 30px;
      text-transform: capitalize; }

.x-shelf .shelf > h2, .x-shelf .shelf h3 {
  display: none !important; }

.x-shelf .shelf__main {
  position: relative; }
  .x-shelf .shelf__main > ul {
    margin-right: 64px;
    margin-right: 4rem;
    position: relative; }
    .x-shelf .shelf__main > ul .slick-slide {
      margin: 1rem 1rem; }
    .x-shelf .shelf__main > ul .slick-arrow {
      display: none !important; }
    .x-shelf .shelf__main > ul li {
      background: #fff;
      -webkit-box-shadow: #8484841f 0px 5px 20px;
      box-shadow: #8484841f 0px 5px 20px; }
      .x-shelf .shelf__main > ul li .x-product__image {
        margin: auto;
        width: 90%;
        display: block;
        position: relative; }
        .x-shelf .shelf__main > ul li .x-product__image img {
          width: 100%;
          height: auto;
          display: block; }
        .x-shelf .shelf__main > ul li .x-product__image .e-wishlist {
          display: none; }
        .x-shelf .shelf__main > ul li .x-product__image:hover a.is--hover {
          display: block !important;
          position: absolute;
          top: 0; }
      .x-shelf .shelf__main > ul li .x-product__group {
        width: 100%;
        display: block;
        margin: 15px 0; }
      .x-shelf .shelf__main > ul li .x-product__name {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 300;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem;
        text-align: center;
        padding: 0 20px;
        padding: 0 1.25rem; }
        .x-shelf .shelf__main > ul li .x-product__name a {
          color: #707070;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-line-clamp: 30px;
          -webkit-box-orient: vertical;
          height: 2;
          display: -webkit-box;
          height: 30px;
          display: block; }
      .x-shelf .shelf__main > ul li .x-product__price {
        width: 100%;
        display: block;
        min-height: 40px; }
        .x-shelf .shelf__main > ul li .x-product__price--old {
          font-weight: 300;
          text-decoration: line-through;
          margin-right: 15px; }
        .x-shelf .shelf__main > ul li .x-product__price--best {
          font-weight: 700;
          font-size: 14px;
          font-size: 0.875rem; }
        .x-shelf .shelf__main > ul li .x-product__price--best-single {
          font-weight: 700;
          font-size: 14px;
          font-size: 0.875rem; }
        .x-shelf .shelf__main > ul li .x-product__price--installments {
          width: 100%;
          text-align: center;
          display: block;
          color: #707070;
          font-size: 12px;
          font-size: 0.75rem; }
        .x-shelf .shelf__main > ul li .x-product__price a {
          color: #9D600F;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .x-shelf .shelf__main > ul li .x-product__buy {
        display: none; }

.x-shelf__carousel--vertical-slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-shelf__carousel--vertical-slick-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (mobile: 0) {
    .x-shelf__carousel--vertical-slick-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .x-shelf__carousel--vertical-slick-arrow-next {
    width: 60px;
    width: 3.75rem;
    height: 40px;
    height: 2.5rem;
    background: #9d600f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-shelf__carousel--vertical-slick-arrow-next {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0; } }
    @media only screen and (mobile: 0) {
      .x-shelf__carousel--vertical-slick-arrow-next {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0; } }
    .x-shelf__carousel--vertical-slick-arrow-next:after {
      content: "";
      background: url(/arquivos/slick--arrow-next.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      width: 7px;
      height: 14px;
      display: block;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-shelf__carousel--vertical-slick-arrow-next:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
      @media only screen and (mobile: 0) {
        .x-shelf__carousel--vertical-slick-arrow-next:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
  .x-shelf__carousel--vertical-slick-arrow-prev {
    width: 60px;
    width: 3.75rem;
    height: 40px;
    height: 2.5rem;
    background: #a56817;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-shelf__carousel--vertical-slick-arrow-prev {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0; } }
    @media only screen and (mobile: 0) {
      .x-shelf__carousel--vertical-slick-arrow-prev {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .x-shelf__carousel--vertical-slick-arrow-prev:after {
      content: "";
      background: url(/arquivos/slick--arrow-prev.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      width: 7px;
      height: 14px;
      display: block;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-shelf__carousel--vertical-slick-arrow-prev:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
      @media only screen and (mobile: 0) {
        .x-shelf__carousel--vertical-slick-arrow-prev:after {
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }

.shelf__similars > h2 {
  display: none; }

.shelf__similars > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .shelf__similars > ul li {
    margin-right: 8px;
    margin-right: 0.5rem;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    display: inline-block;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .shelf__similars > ul li {
        -webkit-border-radius: 5px;
        border-radius: 5px; } }
    @media only screen and (mobile: 0) {
      .shelf__similars > ul li {
        -webkit-border-radius: 5px;
        border-radius: 5px; } }
    .shelf__similars > ul li:last-of-type {
      margin-right: 0; }
    .shelf__similars > ul li.is--selected .x-product__thumbs {
      border-color: #9D600F; }
      .shelf__similars > ul li.is--selected .x-product__thumbs:after {
        content: "";
        background: url(/arquivos/icon-checked-color.png);
        width: 15px;
        height: 13px;
        display: inline-block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .shelf__similars > ul li .x-product__thumbs {
      border: 2px solid #FFFFFF;
      width: 30px;
      height: 30px;
      display: block;
      -webkit-animation: Gradient 2s infinite;
      animation: Gradient 2s infinite;
      background: #7e7e7e;
      background: -webkit-linear-gradient(141deg, #7e7e7e 0%, #cdcdcd 100%);
      background: -webkit-linear-gradient(309deg, #7e7e7e 0%, #cdcdcd 100%);
      background: -o-linear-gradient(309deg, #7e7e7e 0%, #cdcdcd 100%);
      background: linear-gradient(141deg, #7e7e7e 0%, #cdcdcd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7e",endColorstr="#cdcdcd",GradientType=1); }
      .shelf__similars > ul li .x-product__thumbs.x-color.x-border-color {
        border: 1px solid #333; }
      .shelf__similars > ul li .x-product__thumbs.x-color__rosa-e-cinza {
        background: #878787;
        background: -webkit-linear-gradient(149deg, #878787 0%, #707070 40%, #fc457b 100%);
        background: -webkit-linear-gradient(301deg, #878787 0%, #707070 40%, #fc457b 100%);
        background: -o-linear-gradient(301deg, #878787 0%, #707070 40%, #fc457b 100%);
        background: linear-gradient(149deg, #878787 0%, #707070 40%, #fc457b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#878787",endColorstr="#fc457b",GradientType=1); }
    .shelf__similars > ul li a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

#vtexIdContainer {
  position: fixed !important; }

.x-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  z-index: 9998;
  display: none; }
