/** settings */
@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-500.woff2.css") format("woff2"), url("/arquivos/Museo-500.woff.css") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-700.woff2.css") format("woff2"), url("/arquivos/Museo-700.woff.css") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("/arquivos/Museo-300.woff2.css") format("woff2"), url("/arquivos/Museo-300.woff.css") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo';
  src: url("Museo900-Regular.woff2") format("woff2"), url("Museo900-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: "Open Sans", 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
 */
/** 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%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased; }

/* 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; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: 0; }

/**!
 * 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 {
  font: inherit;
  /* 1 */
  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; }

/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
  * 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 */
.x-shelf {
  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;
  width: 100%; }
  .x-shelf__center {
    width: 95%;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .x-shelf .shelf .x-product {
    width: 100%;
    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;
    background: #FFFFFF;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative; }
    .x-shelf .shelf .x-product .e-wishlist {
      width: 25px;
      height: 22px;
      display: block;
      background: url(/arquivos/svgWishlistFill.png);
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 6%;
      top: 12px;
      z-index: 1;
      cursor: pointer;
      -webkit-transition: background ease-in-out 0.3s;
      -o-transition: background ease-in-out 0.3s;
      transition: background ease-in-out 0.3s;
      cursor: pointer;
      opacity: 0;
      visibility: hidden; }
      .x-shelf .shelf .x-product .e-wishlist.is--selected {
        background: url(/arquivos/svgWishlistActive.png);
        width: 28px;
        height: 24px;
        background-repeat: no-repeat; }
    .x-shelf .shelf .x-product:hover .x-product__buy {
      max-height: 100%; }
    .x-shelf .shelf .x-product:hover .e-wishlist {
      opacity: 1;
      visibility: visible; }
    .x-shelf .shelf .x-product__image {
      width: 100%;
      border-bottom: 1px solid #EEEEEE;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .x-shelf .shelf .x-product__image img {
        width: 100%;
        display: block;
        height: auto; }
    .x-shelf .shelf .x-product__group {
      width: 100%;
      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 .shelf .x-product__name {
      width: 100%; }
      .x-shelf .shelf .x-product__name a {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #555555;
        line-height: 1.4;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        display: -webkit-box;
        display: -webkit-inline-box; }
    .x-shelf .shelf .x-product__price {
      width: 100%;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
      .x-shelf .shelf .x-product__price--old {
        font-family: "Pridi", serif;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 400;
        color: #555555;
        display: block;
        margin-bottom: 3px;
        letter-spacing: 0.4px; }
      .x-shelf .shelf .x-product__price--out-of-stock {
        display: block;
        text-align: center;
        width: 100%; }
        .x-shelf .shelf .x-product__price--out-of-stock a {
          color: #DB588E;
          font-weight: 700;
          font-size: 12px;
          font-size: 0.75rem;
          text-transform: uppercase;
          font-family: "Pridi", serif;
          outline: 0; }
      .x-shelf .shelf .x-product__price--best {
        font-family: "Pridi", serif;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 600;
        color: #DB588E;
        display: block;
        letter-spacing: 0.4px; }
      .x-shelf .shelf .x-product__price--best-single {
        color: #DB588E;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 700;
        letter-spacing: 0.4px; }
    .x-shelf .shelf .x-product__quantity {
      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;
      border: 1px solid #999999;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 25%;
      padding: 7px 0;
      position: relative; }
      .x-shelf .shelf .x-product__quantity-button {
        font-size: 0; }
        .x-shelf .shelf .x-product__quantity-button button {
          color: #999999;
          cursor: pointer;
          position: absolute;
          right: 5px;
          width: 10px;
          height: 10px; }
          .x-shelf .shelf .x-product__quantity-button button.js--quantity-minus {
            background: url("/arquivos/arrow--bottom.png");
            background-repeat: no-repeat;
            bottom: 4px; }
          .x-shelf .shelf .x-product__quantity-button button.js--quantity-plus {
            background: url("/arquivos/arrow--top.png");
            background-repeat: no-repeat;
            top: 8px; }
      .x-shelf .shelf .x-product__quantity-input {
        width: 70%; }
        .x-shelf .shelf .x-product__quantity-input input {
          width: 100%;
          color: #999999;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 700;
          text-align: center; }
          .x-shelf .shelf .x-product__quantity-input input::-webkit-inner-spin-button {
            -webkit-appearance: none; }
    .x-shelf .shelf .x-product__buy {
      width: 100%;
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-shelf .shelf .x-product__buy {
          max-height: 100%; } }
      .x-shelf .shelf .x-product__buy-button {
        width: 70%; }
        .x-shelf .shelf .x-product__buy-button a {
          background: #DB588E;
          color: #FFFFFF;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 700;
          font-family: "Pridi", serif;
          height: 40px;
          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;
          letter-spacing: 0.5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          text-transform: lowercase; }
  .x-shelf__header {
    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;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .x-shelf__header h2 {
      font-size: 16px;
      font-size: 1rem;
      color: #4A5C68;
      font-weight: 600; }
  .x-shelf__list {
    width: 100%; }
    .x-shelf__list .shelf > 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__list .shelf > ul > li {
        width: 19%;
        margin-right: 1%; }
        .x-shelf__list .shelf > ul > li:nth-child(5n + 0) {
          margin-right: 0; }
  .x-shelf__carousel {
    width: 100%;
    position: relative;
    float: left; }
    .x-shelf__carousel .shelf .slick-list {
      margin-right: 20px; }
    .x-shelf__carousel .shelf .slick-slide {
      margin: 0 15px; }
    .x-shelf__carousel .shelf > ul {
      display: none; }
      .x-shelf__carousel .shelf > ul.slick-initialized {
        display: block; }
      .x-shelf__carousel .shelf > ul li {
        float: left;
        min-height: 510px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .x-shelf__carousel .shelf > ul li {
            min-height: 0; } }
    .x-shelf__carousel .shelf .slick-arrow {
      font-size: 0;
      position: absolute;
      z-index: 999;
      cursor: pointer;
      top: 50%;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 24px;
      height: 40px; }
      .x-shelf__carousel .shelf .slick-arrow.slick-prev {
        background: url("/arquivos/slick--arrow-left.png");
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        left: -15px; }
      .x-shelf__carousel .shelf .slick-arrow.slick-next {
        right: 0;
        background: url("/arquivos/slick--arrow-next.png");
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background-repeat: no-repeat; }

#ajaxBusy {
  display: none !important; }

#vtexIdContainer {
  position: fixed !important; }

.x-heading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-heading {
      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; } }
  .x-heading__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #555555;
    letter-spacing: 0.5px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-heading__title {
        font-size: 19px;
        font-size: 1.1875rem; } }
    .x-heading__title a {
      color: #DB588E; }
  .x-heading__link {
    font-size: 16px;
    font-size: 1rem;
    color: #DB588E;
    margin-left: 20px;
    display: inline-block; }

.x-minicart {
  position: absolute;
  top: 14%;
  right: -100%;
  width: 30%;
  z-index: 9;
  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;
      bottom: 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; } }
  .x-minicart.is--active {
    right: 3%;
    -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%; } }
  .x-minicart__products {
    background: #EEEEEE;
    padding: 20px;
    padding: 1.25rem; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-minicart__products {
        height: 83%; } }
    .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: 280px;
      max-height: 17.5rem;
      min-height: 280px;
      min-height: 17.5rem;
      overflow-x: hidden;
      overflow-y: auto;
      position: relative;
      padding-right: 5px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-minicart__products .product-list {
          min-height: 100%; } }
      .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: #DB588E;
        outline: 1px solid #eeeeee; }
      .x-minicart__products .product-list .row {
        width: 100%;
        display: block;
        position: relative;
        padding: 10px;
        background: #FFFFFF;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 10px; }
        .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: 140px;
            height: 100px;
            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: #555555;
            font-size: 12px;
            font-size: 0.75rem;
            font-family: "Pridi", serif;
            font-weight: 600;
            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%; }
        .x-minicart__products .product-list .row .col-1 {
          position: absolute;
          left: 36%;
          bottom: 15px;
          width: 45px;
          width: 2.8125rem;
          height: 30px;
          height: 1.875rem;
          border: 1px solid #999999;
          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; }
          .x-minicart__products .product-list .row .col-1 input {
            font-family: "Pridi", serif;
            color: #999999;
            font-weight: 700;
            font-size: 12px;
            font-size: 0.75rem;
            width: 100%; }
          .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/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/arrow--top.png");
              background-repeat: no-repeat; }
        .x-minicart__products .product-list .row .col-2 {
          position: absolute;
          left: 55%;
          bottom: 23px;
          font-size: 12px;
          font-size: 0.75rem;
          color: #DB588E;
          font-weight: 600;
          font-family: "Pridi", serif; }
        .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: #555555;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .x-minicart__footer {
    background: #ffffff;
    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; }
  .x-minicart__total {
    width: 40%;
    padding: 12px;
    padding: 0.75rem;
    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-family: "Pridi", serif; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-minicart__total {
        width: 51%; } }
    .x-minicart__total > p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #555555;
      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; }
      .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: #555555;
          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.amount-items {
          display: none; }
  .x-minicart__empty {
    display: none;
    font-size: 14px;
    color: #DB588E;
    text-align: center;
    padding: 50px;
    padding: 3.125rem;
    background: #EEEEEE; }
  .x-minicart__buy {
    width: 60%; }
    .x-minicart__buy .e-btn-buy {
      font-family: "Pridi", serif;
      background: #DB588E;
      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: 14px;
      font-size: 0.875rem;
      height: 46px;
      height: 2.875rem;
      letter-spacing: 1px;
      font-weight: 700;
      text-transform: lowercase; }

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

.x-newsletter {
  width: 100%;
  background: #ffffff; }
  .x-newsletter__center {
    padding: 10px 3%;
    width: 100%;
    display: block; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__center {
        padding: 17px 5%; } }
  .x-newsletter__contents {
    width: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__contents {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .x-newsletter__title {
    width: 35%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__title {
        width: 100%; } }
    .x-newsletter__title h2 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      display: block;
      margin-bottom: 3px;
      color: #DB588E; }
    .x-newsletter__title p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #555555; }
  .x-newsletter__item {
    width: 66%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__item {
        width: 100%; } }
  .x-newsletter__form {
    width: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-newsletter__form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px; } }
    .x-newsletter__form--label {
      width: 35%; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-newsletter__form--label {
          width: 100%;
          margin: 5px 0; } }
    .x-newsletter__form--input {
      width: 100%;
      display: block;
      padding: 10px;
      background: #EEEEEE;
      color: #555555;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .x-newsletter__form--submit {
      background: #DB588E;
      color: #FFFFFF;
      font-weight: 600;
      font-family: "Pridi", serif;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-transform: lowercase;
      height: 37px;
      width: 25%;
      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;
      letter-spacing: 0.5px;
      cursor: pointer; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-newsletter__form--submit {
          width: 100%;
          margin: 5px 0 15px;
          font-size: 15px;
          font-size: 0.9375rem; } }
    .x-newsletter__form--success, .x-newsletter__form--error {
      display: none;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      color: #DB588E;
      text-transform: uppercase; }

.x-breadcrumbs {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .x-breadcrumbs {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }
  .x-breadcrumbs__center {
    width: 100%;
    padding: 40px 3% 0;
    display: block; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-breadcrumbs__center {
        padding: 20px 3% 0;
        padding: 1.25rem 3% 0; } }
  .x-breadcrumbs__contents {
    width: 100%; }
    .x-breadcrumbs__contents .bread-crumb ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: capitalize; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-breadcrumbs__contents .bread-crumb ul {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .x-breadcrumbs__contents .bread-crumb ul li {
        font-size: 12px;
        font-size: 0.75rem;
        color: #555555; }
        .x-breadcrumbs__contents .bread-crumb ul li:last-of-type:after {
          display: none; }
        .x-breadcrumbs__contents .bread-crumb ul li:after {
          content: ">";
          margin: 0 7px;
          margin: 0 0.4375rem;
          display: inline-block;
          color: #555555; }
        .x-breadcrumbs__contents .bread-crumb ul li a {
          color: #555555; }

html body.is--fixed {
  overflow: hidden; }

.x-welcome-popup {
  display: none;
  -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;
  overflow-x: hidden; }
  .x-welcome-popup .x-newsletter__form--submit {
    font-size: 15px; }
  .x-welcome-popup.is-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .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: 0;
    left: 0;
    width: 45%;
    z-index: 9999;
    background: #FFFFFF;
    right: 0;
    margin: auto;
    height: 350px;
    bottom: 0; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-welcome-popup__content {
        width: 90%;
        height: 450px;
        position: fixed; } }
  .x-welcome-popup__image {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    display: none; }
    .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; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .x-welcome-popup__text {
        padding: 0 20px 0;
        padding: 0 1.25rem 0; } }
    .x-welcome-popup__text h3 {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 800;
      display: block;
      margin-bottom: 20px;
      text-align: center;
      color: #DB588E; }
    .x-welcome-popup__text p {
      font-size: 12px;
      color: #555555;
      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; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-welcome-popup__form .x-newsletter__form {
          padding: 20px 20px;
          padding: 1.25rem 1.25rem; } }
      .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;
    padding-top: 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: #DB588E;
      font-weight: 800;
      display: block;
      margin-top: -30px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .x-welcome-popup__link--close {
          margin-top: -50px; } }
