@charset "UTF-8";@font-face {
    font-family: Flama-Bold;
    src: url(/arquivos/Flama-Bold.eot.css);
    src: url(/arquivos/Flama-Bold.woff2.css) format("woff2"),url(/arquivos/Flama-Bold.woff.css) format("woff"),url(/arquivos/Flama-Bold.ttf.css) format("truetype"),url(/arquivos/Flama-Bold.svg.css#Flama-Bold) format("svg"),url(/arquivos/Flama-Bold.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Medium;
    src: url(/arquivos/Flama-Medium.eot.css);
    src: url(/arquivos/Flama-Medium.woff2.css) format("woff2"),url(/arquivos/Flama-Medium.woff.css) format("woff"),url(/arquivos/Flama-Medium.ttf.css) format("truetype"),url(/arquivos/Flama-Medium.svg.css#Flama-Medium) format("svg"),url(/arquivos/Flama-Medium.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Flama-Regular;
    src: url(/arquivos/Flama.eot.css);
    src: url(/arquivos/Flama.woff2.css) format("woff2"),url(/arquivos/Flama.woff.css) format("woff"),url(/arquivos/Flama.ttf.css) format("truetype"),url(/arquivos/Flama.svg.css#Flama) format("svg"),url(/arquivos/Flama.eot.css?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.x-content__wrapper--image {
    margin: 0 0 30px;
    position: relative
}

.x-content__wrapper--image * {
    outline: 0
}

.x-content__wrapper--image #include {
    display: none!important
}

.x-content__wrapper--image .x-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 94%;
    margin: 10px auto 0;
    overflow-x: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px
}

.x-content__wrapper--image .x-thumbs::-webkit-scrollbar {
    display: none
}

.x-content__wrapper--image .x-thumbs img {
    width: 100px;
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.x-content__wrapper--image .thumbs.js--translate-left {
    padding: 0 3%
}

.x-content__wrapper--image .thumbs.js--translate-left li img {
    width: 100%;
    max-width: 500px
}

.x-content__wrapper--image .thumbs .slick-active img {
    opacity: 1;
    visibility: visible
}

.x-content__wrapper--image .thumbs .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    outline: 0;
    background: 0 0;
    border-top: 2px solid #ff8400;
    border-right: 2px solid #ff8400;
    z-index: 3
}

.x-content__wrapper--image .thumbs .slick-arrow.slick-prev {
    top: 48%;
    left: 5%;
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    -moz-transform: rotate(225deg) translateY(-50%);
    -o-transform: rotate(225deg) translateY(-50%)
}

.x-content__wrapper--image .thumbs .slick-arrow.slick-next {
    top: 50%;
    right: 5%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%)
}

.x-content__wrapper--image .thumbs li {
    display: inline-block;
    vertical-align: top;
    width: 100%!important
}

.x-content__wrapper--image .thumbs li img {
    display: block;
    margin: 0 auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%
}

.x-content__wrapper--price {
    display: block;
    padding: 0 3%;
    margin-top: 25px;
    margin-bottom: 25px
}

.x-content__wrapper--price .descricao-preco strong {
    font-weight: bold;
    font-family: Branding,sans-serif
}

.x-content__wrapper--price .descricao-preco .valor-de {
    font-size: 14px;
    display: block;
    font-family: Flama-Regular,sans-serif
}

.x-content__wrapper--price .descricao-preco .valor-de strong {
    text-decoration: line-through
}

.x-content__wrapper--price .descricao-preco .valor-por {
    font-size: 18px;
    font-family: Branding-medium,sans-serif
}

.x-content__wrapper--labels.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 30px
}

.x-content__wrapper--labels.active .labels-item {
    margin: 0 10px 20px;
    width: 120px
}

.x-content__wrapper--labels.active .labels-item-image {
    margin: 10px 0 0;
    text-align: center
}

.x-content__wrapper--labels.active .labels-item-image img {
    width: 100px;
    height: 100px
}

.x-content__wrapper--labels.active .labels-item-name {
    font-family: Branding,sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.4
}

.x-content__wrapper--skus {
    padding: 0 3%
}

.x-content__wrapper--skus .topic .specification {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: Flama-Regular,sans-serif;
    padding-bottom: 10px
}

.x-content__wrapper--skus .topic.Variacao {
    display: block;
    padding-bottom: 10px
}

.x-content__wrapper--skus .topic.Variacao .select input {
    display: none
}

.x-content__wrapper--skus .topic.Variacao .select label {
    display: inline-block;
    vertical-align: top;
    outline: 0;
    cursor: pointer;
    margin: 0 7px 7px 0;
    font-size: 12px;
    font-family: Flama-Regular,sans-serif;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px
}

.x-content__wrapper--skus .topic.Variacao .select label.checked {
    border: 2px solid #000
}

.x-content__wrapper--skus .topic.Cor {
    display: block
}

.x-content__wrapper--skus .topic.Cor .select input {
    display: none
}

.x-content__wrapper--skus .topic.Cor .select label {
    display: inline-block;
    vertical-align: top;
    outline: 0;
    cursor: pointer;
    margin: 0 7px 7px 0;
    border: 1px solid #000;
    font-size: 0;
    width: 22px;
    height: 22px
}

.x-content__wrapper--skus .topic.Cor .select label:nth-child(2) .tooltip-content {
    margin-left: 0
}

.x-content__wrapper--skus .topic.Cor .select label:nth-child(2) .tooltip-content:after,.x-content__wrapper--skus .topic.Cor .select label:nth-child(2) .tooltip-content:before {
    margin: 0
}

.x-content__wrapper--skus .topic.Cor .select label:nth-child(2) .tooltip-content:before {
    left: -1px
}

.x-content__wrapper--skus .topic.Cor .select label:nth-child(2) .tooltip-content:after {
    left: 0
}

.x-content__wrapper--skus .topic.Cor .select label.checked {
    border: 2px solid #000
}

.x-content__wrapper--skus .topic.Cor .select label:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

.x-content__wrapper--skus .topic.Cor .select label .tooltip-content {
    position: absolute;
    text-align: center;
    top: 100%;
    margin-top: 15px;
    color: #000;
    z-index: 999;
    border: 1px solid #000;
    font-size: 11px;
    width: 100px;
    background: #fff;
    margin-left: -40px;
    padding: 5px 0 6px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s
}

.x-content__wrapper--skus .topic.Cor .select label .tooltip-content:after,.x-content__wrapper--skus .topic.Cor .select label .tooltip-content:before {
    content: "";
    width: 0;
    position: absolute;
    right: 0;
    margin: auto;
    z-index: -1;
    border-style: solid;
    display: block;
    left: 0;
    overflow: hidden
}

.x-content__wrapper--skus .topic.Cor .select label .tooltip-content:before {
    top: -20px;
    border-width: 10px;
    border-color: transparent transparent #000
}

.x-content__wrapper--skus .topic.Cor .select label .tooltip-content:after {
    top: -18.4px;
    border-width: 9px;
    border-color: transparent transparent #fff
}

.x-content__wrapper--skus .topic.Cor .select label .tooltip-content .tooltip-inner {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-family: Flama-Regular,sans-serif
}

.x-content__wrapper--qtd .quantitySelector label input,.x-content__wrapper--qtd p {
    font-size: 12px;
    color: #000;
    font-family: Branding,sans-serif;
    font-weight: bold;
}

.x-content__wrapper--qtd {
    float: left;
    width: 100%;
    padding: 0 3%
}

.x-content__wrapper--qtd p {
    display: block;
    text-transform: uppercase;
    padding: 25px 0 10px;
    letter-spacing: 1px
}

.x-content__wrapper--qtd .quantity-selector-container,.x-content__wrapper--qtd .quantitySelector {
    display: inline-block;
    vertical-align: middle
}

.x-content__wrapper--qtd .x-add,.x-content__wrapper--qtd .x-remove {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    padding: 0 5px;
    font-family: Flama-Regular,sans-serif
}

.x-content__wrapper--qtd .quantitySelector {
    margin: 0 5px
}

.x-content__wrapper--qtd .quantitySelector label .quantityText {
    display: none!important
}

.x-content__wrapper--qtd .quantitySelector label input {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: 0
}

.x-content__wrapper--qtd .quantitySelector label input::-webkit-inner-spin-button,.x-content__wrapper--qtd .quantitySelector label input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.x-content__wrapper--buyButton a {
    background: #ff8400;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0;
    outline: 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
    font-family: Branding,sans-serif;
    font-weight: bold;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-size: 0
}

.x-content__wrapper--buyButton a:before {
    content: "COMPRAR";
    font-size: 12px
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.x-content__wrapper--name {
    padding: 0 3%;
    position: relative
}

.x-content__wrapper--name .productName {
    font-size: 20px;
    font-family: Branding,sans-serif;
    font-weight: bold;
    display: block;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    float: left;
    width: 90%
}

.x-content__wrapper--extraButtons .x-wishlist.x-active img,.x-content__wrapper--review {
    display: none
}

.x-content__wrapper--name .x-wishlist {
    position: absolute;
    right: calc(3% + 10px);
    top: 10px;
    z-index: 99;
    width: 21px;
    height: 20px;
    cursor: pointer
}

.x-content__wrapper--name .x-wishlist:hover svg {
    stroke: #ff8400
}

.x-content__wrapper--name .x-wishlist svg {
    width: 25px;
    height: 23px;
    fill: transparent;
    stroke: #000;
    stroke-width: 1.5px;
    cursor: pointer
}

.x-content__wrapper--name h1 {
    margin: 0
}

.x-content__wrapper--extraButtons .x-wishlist {
    position: fixed;
    right: 20px;
    z-index: 999
}

.x-content__wrapper--extraButtons .x-wishlist.x-active::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(https://dermage.vteximg.com.br/arquivos/dermage_wishlist_active.png) center no-repeat;
    background-size: contain;
    display: block
}

.x-content__wrapper--extraButtons img {
    width: 60px
}

.x-content__wrapper--description {
    margin-top: 27px
}

.x-content__wrapper--description--navigation {
    margin-bottom: 30px
}

.x-content__wrapper--description--navigation ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 19px 0;
    text-align: center;
    color: #000;
    font-size: 10px;
    font-family: Flama-Regular,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ebebeb
}

.x-content__wrapper--description--navigation ul li.js--active {
    background: #ff8400;
    color: #fff;
    font-family: Flama-Medium,sans-serif
}

.x-content__wrapper--description--infos {
    font-size: 14px;
    color: #000;
    font-family: Flama-Regular,sans-serif;
    line-height: 20px;
    padding: 0 3%
}

.x-content__wrapper--description--infos .js--innerHtml,.x-content__wrapper--description--infos .x-description,.x-content__wrapper--description--infos .x-specification {
    display: none
}

.x-content__wrapper--description--infos #x-videoProduct {
    display: block;
    margin: 30px 0 15px
}

.x-content__wrapper--description--infos .js--active {
    display: block
}

.stable .banner-content {
    display: block!important
}

.banner-content {
    display: none;
    padding: 10px 0 50px
}

.banner-content img {
    width: 100%
}

.portal-notify-me-ref {
    display: block;
    padding: 20px 3% 0
}

.portal-notify-me-ref .notifyme-title {
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Flama-Medium,sans-serif
}

.portal-notify-me-ref .notifyme-form>p {
    display: block;
    padding-bottom: 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    line-height: 17px
}

.portal-notify-me-ref .notifyme-form .notifyme-client-name {
    width: 40%;
    margin-right: 2%
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email {
    width: 43%
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email,.portal-notify-me-ref .notifyme-form .notifyme-client-name {
    display: inline-block!important;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 0 19px;
    height: 38px;
    color: #000;
    font-size: 9px;
    font-family: Flama-Regular,sans-serif;
    outline: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.portal-notify-me-ref .notifyme-form .notifyme-button-ok,.portal-notify-me-ref .notifyme>fieldset span {
    font-family: Flama-Medium,sans-serif
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email::-webkit-input-placeholder,.portal-notify-me-ref .notifyme-form .notifyme-client-name::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity: 1;
    text-transform: uppercase
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email::-moz-placeholder,.portal-notify-me-ref .notifyme-form .notifyme-client-name::-moz-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email:-ms-input-placeholder,.portal-notify-me-ref .notifyme-form .notifyme-client-name:-ms-input-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email:-moz-placeholder,.portal-notify-me-ref .notifyme-form .notifyme-client-name:-moz-placeholder {
    color: #b8b8b8;
    opacity: 1
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email:focus,.portal-notify-me-ref .notifyme-form .notifyme-client-email:hover,.portal-notify-me-ref .notifyme-form .notifyme-client-name:focus,.portal-notify-me-ref .notifyme-form .notifyme-client-name:hover {
    background: #ebebeb
}

.portal-notify-me-ref .notifyme-form .notifyme-client-email.x-height,.portal-notify-me-ref .notifyme-form .notifyme-client-name.x-height {
    height: 138px
}

.portal-notify-me-ref .notifyme-form .notifyme-button-ok {
    text-align: center;
    display: inline-block!important;
    width: 13%;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    height: 37px;
    margin-left: 2%;
    font-size: 10px;
    letter-spacing: 1px;
    background: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.portal-notify-me-ref .notifyme-form .notifyme-button-ok:hover {
    background: #ff8400
}

.portal-notify-me-ref .notifyme>fieldset {
    margin-top: 15px
}

.x-content__especification {
    padding: 0 3%;
    float: left
}

.x-content__especification br {
    display: none
}

.x-content__especification article {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px
}

.x-content__especification article:first-child {
    margin-top: 50px
}

.x-content__especification article>h2 {
    color: #ff8400;
    letter-spacing: .75px;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: Branding,sans-serif;
    font-weight: bold;
}

.x-content__especification .x-descricao .content {
    max-width: 1200px
}

.x-content__especification .x-descricao dt {
    color: #ff8400;
    font-family: Flama-Regular,sans-serif;
    font-size: 16px;
    margin-bottom: 5px
}

.x-content__especification .x-descricao dd {
    color: #1d1d1d;
    font-family: Flama-Regular,sans-serif;
    letter-spacing: .7px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: pre-line
}

.x-content__especification .x-ativo {
    max-width: 1200px
}

.x-content__especification .x-ativo iframe {
    max-width: 100%;
    height: 250px;
    display: block
}

.x-content__especification .x-ativo .content {
    display: block;
    margin-bottom: 20px
}

.x-content__especification .x-ativo dl {
    margin: 20px 0 0
}

.x-content__especification .x-ativo dt {
    font-size: 16px;
    font-family: Flama-Regular,sans-serif;
    color: #ff8400;
    margin-bottom: 5px
}

.x-content__especification .x-ativo dd,.x-content__especification .x-modo-uso__texto li {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    font-family: Flama-Regular,sans-serif
}

.x-content__especification .x-modo-uso {
    max-width: 1200px
}

.x-content__especification .x-modo-uso__texto ul {
    margin-top: 28px
}

.x-content__especification .x-modo-uso__texto li {
    margin-bottom: 10px
}

.x-content__especification .x-modo-uso__texto li::before {
    content: attr(data-list);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: center;
    text-align: center;
    background: #ff8400;
    border-radius: 100%;
    font-size: 10px;
    font-family: Flama-Regular,sans-serif;
    line-height: 19px;
    color: #fff;
    margin-right: 8px
}

.thumbs .slick-track,.ts-shelf-container>div {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important
}

.ts-shelf-container>div {
    display: flex!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.trustvox-widget, .trustvox-widget div, .trustvox-widget span {
    font-family: Branding, sans-serif;
}

.trustvox-widget-rating span.rating-click-here {
  font-family: branding-medium,sans-serif !important;
}

.trustvox-rating {
    float: left
}

.ts-shelf-right {
    display: none!important
}

.ts-shelf-container .ts-shelf-rate-enabled {
    color: #ffc240!important;
    font-family: Branding,sans-serif!important;
    font-weight: bold;
    font-size: 14px!important;
    letter-spacing: .35px!important;
    position: static!important;
    margin: 0 5px
}

.ts-shelf-container .ts-shelf-rate-enabled span {
    font-family: Branding,sans-serif!important;
    font-weight: bold;
}

.ts-shelf-container .ts-shelf-rate {
    width: 20px!important
}

h3#trustvox-reviews {
    margin-bottom: 17px;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: block
}

span.ts-v-rating-note_value {
    color: #000
}

.ts-v-rating_label {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
    text-transform: uppercase;
    margin-bottom: 10px
}

.ts-v-rating-based-on {
    margin: 10px 0 15px
}

.trustvox-widget span {
    color: #000;
    font-weight: 400
}

:not(#\ ):not(#\ ):not(#\ ).trustvox-widget .ts-v-recommendations .ts-v-percentage-circle .ts-v-circle-mainline {
    stroke: #fd8204
}

span.ts-v-stars-foreground * {
    fill: #fd8204
}

section.ts-product-reviews-overview-featured {
    display: none!important
}

#_sincero_widget {
    margin-top: 50px
}

section.ts-product-reviews-list {
    margin-top: 20px
}

.trustvox-widget .ts-dropdown {
    margin-left: 10px
}

.trustvox-widget .ts-dropdown .ts-dropbtn {
    cursor: pointer;
    color: #000;
    padding: 0 10px;
    font-weight: 400
}

.ts-product-reviews-list .ts-header_title[data-v-6c42435c] {
    font-size: 20px;
    font-weight: 400;
    color: #878787
}

.trustvox-widget .ts-button.ts-success,.ts-product-reviews-list-item-voting .ts-thumb-up[data-v-0be44b53] {
    background-color: #fd8204!important
}

.ts-product-reviews-list-item-voting .ts-thumb-down[data-v-0be44b53] {
    background-color: rgba(253,130,4,.6392156863)!important
}

.ts-customer-questions-col-1[data-v-74d3e12c],.ts-customer-questions-col-2[data-v-74d3e12c] {
    float: unset!important;
    width: 100%!important;
    border: unset
}

.trustvox-widget h2 {
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 10px
}

.x-content__breadcrumb {
    padding: 0 3%
}

figure {
    margin: 0
}

.hidden {
    display: none
}

.prateleira.lazyload ul,.x-search__result-list.lazyload ul {
    overflow: hidden;
    position: relative
}

.prateleira.lazyload ul.slick-slider,.x-search__result-list.lazyload ul.slick-slider {
    padding-top: 15px
}

.prateleira.lazyload ul .slick-arrow.slick-prev,.x-search__result-list.lazyload ul .slick-arrow.slick-prev {
    left: 1%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.prateleira.lazyload ul .slick-arrow.slick-next,.x-search__result-list.lazyload ul .slick-arrow.slick-next {
    right: 1%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.prateleira.lazyload ul li,.x-search__result-list.lazyload ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center
}

.prateleira.lazyload ul li a,.x-search__result-list.lazyload ul li a {
    display: block;
    outline: 0;
    text-align: center
}

.prateleira.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount.has--no-discount,.x-search__result-list.lazyload ul li .x-shelf-product__content .x-shelf__flags--discount.has--no-discount {
    display: none!important
}


.prateleira.lazyload ul li .x-shelf-product__image,.x-search__result-list.lazyload ul li .x-shelf-product__image {
    overflow: hidden;
    display: block;
    padding-bottom: 10px
}

.prateleira.lazyload ul li .x-shelf-product__image p,.x-search__result-list.lazyload ul li .x-shelf-product__image p {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-family: Flama-Medium,sans-serif
}

.prateleira.lazyload ul li .x-shelf-product__image img,.x-search__result-list.lazyload ul li .x-shelf-product__image img {
    opacity: 0;
    visibility: hidden;
    width: 90%;
    -webkit-transition: .3s;
    transition: .3s
}

.prateleira.lazyload ul li .x-shelf-product__image img.js--imageProduct,.x-search__result-list.lazyload ul li .x-shelf-product__image img.js--imageProduct {
    opacity: 1;
    visibility: visible;
    will-change: transform
}

.prateleira.lazyload ul li .x-shelf-product__wishlist,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 5px
}

.prateleira.lazyload ul li .x-shelf-product__wishlist:hover svg,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist:hover svg {
    stroke: #ff8400
}

.prateleira.lazyload ul li .x-shelf-product__wishlist svg,.x-search__result-list.lazyload ul li .x-shelf-product__wishlist svg {
    width: 25px;
    height: 23px;
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
    cursor: pointer
}

.prateleira.lazyload ul li .x-shelf-product__price-warning,.x-search__result-list.lazyload ul li .x-shelf-product__price-warning {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 5px 0
}

.prateleira.lazyload ul li .x-shelf-product__price--list,.x-search__result-list.lazyload ul li .x-shelf-product__price--list {
    color: #b3b3b3
}

.prateleira.lazyload ul li .x-shelf-product__price--best,.x-search__result-list.lazyload ul li .x-shelf-product__price--best {
    color: #000
}

.prateleira.lazyload ul li .x-shelf-product__price-in-installment-wrapper,.x-search__result-list.lazyload ul li .x-shelf-product__price-in-installment-wrapper {
    margin-top: 0 4px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    vertical-align: baseline;
    vertical-align: baseline!important
}

.prateleira.lazyload ul li .x-shelf-product__price-installments,.x-search__result-list.lazyload ul li .x-shelf-product__price-installments {
    color: #000;
    margin: 0 3px;
    text-decoration: none;
    vertical-align: baseline!important
}

.prateleira.lazyload ul li .x-shelf-product__price-in-installments--empty,.x-search__result-list.lazyload ul li .x-shelf-product__price-in-installments--empty {
    height: 12px;
    width: 100%
}

.prateleira.lazyload ul li .x-shelf-product__addToCart svg,.x-search__result-list.lazyload ul li .x-shelf-product__addToCart svg {
    width: 20px;
    fill: #fff
}

.x-shelf__wishlist.x-active svg {
    fill: #ff8400!important;
    stroke: #ff8400!important
}

.x-content__vitrine--all {
    padding: 30px 5% 40px
}

.x-content__vitrine--all--left,.x-content__vitrine--all--top {
    float: left;
    width: 100%
}

.x-content__vitrine--all--left--wrapper .x-infos,.x-content__vitrine--all--top--wrapper .x-infos {
    font-size: 16px;
    color: #000;
    font-family: Flama-Regular,sans-serif;
    line-height: 20px;
    display: block;
    text-align: left;
    padding-bottom: 40px
}

.x-content__vitrine--all--left--wrapper footer a,.x-content__vitrine--all--top--wrapper footer a {
    float: left;
    text-align: left;
    width: 25%;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Flama-Medium,sans-serif;
    letter-spacing: 1px
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev,.x-content__vitrine--all--top--wrapper footer .x-next-prev {
    float: right;
    width: 20%
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    cursor: pointer;
    height: 20px;
    top: 0
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::after,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::before,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::after,.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::before,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-next::after,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-next::before,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-prev::after,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-prev::before {
    content: "";
    position: absolute;
    background: #ff8400;
    width: 2px;
    height: 9px
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::before,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-prev::before {
    top: -1px;
    left: 5px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-prev::after,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-prev::after {
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::before,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-next::before {
    top: -1px;
    right: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.x-content__vitrine--all--left--wrapper footer .x-next-prev ul li.x-next::after,.x-content__vitrine--all--top--wrapper footer .x-next-prev ul li.x-next::after {
    top: 5px;
    right: 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.x-content__vitrine--all--right {
    float: right;
    width: 100%
}

.x-content__vitrine--all--bottom {
    margin-top: 20px;
    float: left;
    width: 100%
}

.x-content__vitrine--all--btn {
    margin: 20px 0 40px
}

.x-content__vitrine--all--btn a {
    max-width: 155px;
    padding: 13px 0;
    background: #ff8400;
    color: #fff;
    text-transform: uppercase;
    font-family: Flama-Regular,sans-serif;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    margin: 20px auto 0;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.x-hdr-title a,.x-hdr-title h3 {
    color: #000;
    text-transform: uppercase
}

.x-hdr-title {
    display: block;
    padding-bottom: 20px;
    position: relative
}

.x-hdr-title::after {
    content: "";
    display: block;
    margin: 20px 0 0;
    height: 5px;
    width: 100%;
    background: #ff6f22;
    background: -webkit-gradient(left top,right top,color-stop(0,#ff6f22),color-stop(100%,#feef8f));
    background: -webkit-linear-gradient(left,#ff6f22 0,#feef8f 100%);
    background: -webkit-gradient(linear,left top,right top,from(#ff6f22),to(#feef8f));
    background: linear-gradient(to right,#ff6f22 0,#feef8f 100%)
}

.x-hdr-title .x-svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.x-hdr-title .x-svg svg {
    width: 25px;
    height: 26px;
    fill: #ff8400;
    display: block
}

.x-hdr-title .x-svg svg path {
    stroke: #ff8400
}

.x-hdr-title h3 {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: Flama-Medium,sans-serif
}

.x-content__share ul,.x-show-more #x-infinityScroll {
    display: block;
    text-align: center
}

.x-content__breadcrumb ul li a,.x-show-more #x-infinityScroll {
    outline: 0;
    text-transform: uppercase;
    font-family: Branding,sans-serif
}

@media only screen and (min-width: 100px) and (max-width:1080px) {
    .x-hdr-title h3 {
        font-size:23px
    }
}

.x-hdr-title h3.x-small {
    font-size: 26px
}

.x-hdr-title a {
    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top: 13px
}

.x-show-more #x-infinityScroll {
    max-width: 155px;
    padding: 13px 0;
    background: #ff8400;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: 20px auto 0;
    letter-spacing: 2px;
    -webkit-transition: .4s;
    transition: .4s
}

.x-show-more #x-infinityScroll:hover {
    background: #000
}

.x-content__share {
    margin: 40px 0
}

.x-content__share ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 12px
}

.x-content__share ul li.x-facebook svg {
    width: 35px;
    height: 35px
}

.x-content__share ul li.x-facebook svg circle {
    fill: #ff8400!important
}

.x-content__share ul li.x-facebook svg path {
    fill: #fff
}

.x-content__share ul li.x-instagram {
    position: relative;
    top: -2px
}

.x-content__share ul li.x-instagram svg {
    width: 40px;
    height: 40px
}

.x-content__share ul li.x-instagram svg path {
    fill: #ff8400!important
}

.x-content__share ul li.x-youtube svg {
    width: 35px;
    height: 35px;
    fill: #ff8400!important
}

.x-content__share ul li span {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.x-content__breadcrumb {
    margin: 20px 0 10px
}

.x-content__breadcrumb ul li {
    display: inline-block;
    vertical-align: top
}

.x-content__breadcrumb ul li a {
    display: block;
    color: #000;
    font-size: 9px;
    letter-spacing: 1px
}

.x-content__breadcrumb ul li a::after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 5px
}

.mobile-image,.x-content__breadcrumb ul li.last a::after {
    display: none
}

.x-content__especification .x-descricao h3 {
    color: #ff8400;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: branding,sans-serif;
    font-weight: bold;
}

.x-content__especification .x-descricao p,.x-content__especification ul {
    color: #1d1d1d;
    letter-spacing: .7px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: pre-line;
    font-family: Branding, sans-serif;
}

.x-content__especification ul {
    line-height: 30px;
    list-style: inside
}

.x-ativo p {
    letter-spacing: .7px;
    font-size: 14px;
    font-family: Branding, sans-serif;
    line-height: 25px
}

.x-content__especification .x-ativo h3 {
    font-size: 16px;
    color: #ff8400;
    margin-bottom: 5px;
    font-family: Branding,sans-serif;
    font-weight: bold;
}

.card-price,.economia-de {
    font-family: Flama-Regular,sans-serif
}

@media screen and (max-width: 767px) {
    .desktop-image {
        display:none
    }

    .mobile-image {
        display: block
    }
}

em.valor-de.price-list-price {
    color: #828282!important;
    font-size: 14px!important;
    text-decoration: line-through
}

em.valor-por.price-best-price strong {
    color: #ff8400!important;
    font-size: 20px!important;
    font-family: Branding, sans-serif;
    font-weight: bolder;
}

ul.thumbs-cloned li img {
    border: 1px solid rgba(255,132,0,.15);
    border-radius: 6px
}

.thumbs-cloned .slick-current img {
    border: 1px solid rgba(255,132,0,.8588235294)
}

.thumbs .slick-track {
    display: flex!important
}

.thumbs-cloned .slick-track {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 10px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-content__wrapper--image .thumbs {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px
}

span.slick-slide-play-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhLS0gTGljZW5zZTogQ0MwLiBNYWRlIGJ5IFNWRyBSZXBvOiBodHRwczovL3d3dy5zdmdyZXBvLmNvbS9zdmcvNjk3MzIvcGxheS1idXR0b24gLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ2MC4xMTQgNDYwLjExNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDYwLjExNCA0NjAuMTE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM5My41MzgsMjAzLjYyOUwxMDIuNTU3LDUuNTQzYy05Ljc5My02LjY2Ni0yMi40NjgtNy4zNzItMzIuOTQtMS44MzJjLTEwLjQ3Miw1LjUzOC0xNy4wMjIsMTYuNDEzLTE3LjAyMiwyOC4yNnYzOTYuMTczICcKCQkJYzAsMTEuODQ2LDYuNTUsMjIuNzIxLDE3LjAyMiwyOC4yNmMxMC40NzEsNS41MzksMjMuMTQ3LDQuODM0LDMyLjk0LTEuODMybDI5MC45ODEtMTk4LjA4NwoJCQljOC43NDYtNS45NTQsMTMuOTgtMTUuODQ4LDEzLjk4LTI2LjQyOEM0MDcuNTE5LDIxOS40NzcsNDAyLjI4NSwyMDkuNTgyLDM5My41MzgsMjAzLjYyOXoiIGZpbGw9J3doaXRlJy8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) center center no-repeat;
    z-index: 2;
    opacity: .85;
    display: block;
    margin-left: 35px;
    margin-top: 35px
}

.hide-important,.preco-a-vista.price-cash {
    display: none!important
}

.video-preview img {
    aspect-ratio: 1;
    object-fit: cover
}

.x-footer__call-center {
    bottom: 60px
}

.x-content__wrapper--extraButtons .x-wishlist {
    bottom: 120px
}

.thumbs-cloned .slick-track li {
    opacity: 65%
}

.x-content__wrapper--image .thumbs-cloned li img {
    width: 98px;
    height: 98px
}

.thumbs-cloned .slick-slide.slick-current.slick-active {
    opacity: 100%
}

.card-price {
    color: #81898f;
    margin-top: 4px
}
