﻿/*START MODULO ws-main*/ /* VERSAO 14/12/2022 */

.container {
  width: 100%;
  padding: 0 2rem;
}

.not-container {
  width: 100%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: none;
}

.row {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .container {
      width: 1200px;
      padding: 0;
  }
}

.no-gutter{
 padding-right: 0;
 padding-left: 0;
}
:focus {
 outline: none;
}
textarea:focus, input:focus {
  border-color: rgba(82,168,236,0.8)!important;
 outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
a {
 color: inherit;
}
label{
 font-weight: unset;
}
select {
 border-radius: 3px;
 border: 1px solid #999;
 color: #333;
}
ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
fieldset{
 border: 0;
 margin: 0;
 padding: 0;
}
.text-right{
 text-align: right;
}
@media (max-width: 575px) {
 html { font-size: 8px; }
}
@media (min-width: 576px) {
 html { font-size: 8.5px; }
}
@media (min-width: 768px) {
 html { font-size: 9px; }
}
@media (min-width: 992px) {
 html { font-size: 9.5px; }
}
@media (min-width: 1200px) {
 html { font-size: 10px; }
}
#main {
 background-color: #F4F5F6;
 left: 0;
 position: relative;
 transition: 0.3s ease, font-size 0s;
}
.div-migalha.page-produto, #produtos-relacionados, #descricoes, #produto #div-conteudo{
 background-color: white;
}
#b2b-warning {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: white;
    border-top: 1px solid #222222;
}

/*CHECKOUT DIFERENCIADO*/
.link-meus-pedidos{
 display: none;
 float: right;
 margin: 3rem 0;
 padding: 0;
 position: relative;
 text-align: center;
 width: 4rem;
}
.link-meus-pedidos span{
 color: #444444;
 font-size: 2rem;
 line-height: 4rem;
 padding: 0;
 position: relative;
 text-align: center;
 width: 4rem;
}

/*FIX*/
.fa-angle-left:before {
 content: "\f104";
 position: relative;
 bottom: 1px;
 right: 1px;
}
.fa-angle-right:before {
 content: "\f105";
 position: relative;
 bottom: 1px;
 left: 1px;
}
.LV_BANNER_fundo, .LV_BANNER_fundo2{
 display: none;
}
#fotos-produto .imagem-unica {
 margin: 0 auto;
}
#funcao-botao-comprar:hover {
 opacity: 0.6;
 transition: 0.2s ease, font-size 0s;
}
.fb_iframe_widget {
 width: 100%;
}
.fb_iframe_widget span {
 width: 100%!important;
}
.fb_iframe_widget iframe {
 width: 100%!important;
}
#facebook ._2pi8{
 padding: 0;
}
#LV_DIV_BUSCA_AJAX {
  position: fixed!important;
  z-index: 999;
}
.LV_UL_BUSCA_AJAX {
  padding: .5rem;
 border: 1px solid #d7d7d7;
 box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.09);
 margin-top: -1px;
 background-color: white;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
.LV_UL_BUSCA_AJAX li {
  width: 100%;
}
.LV_UL_BUSCA_AJAX li a:hover {
  background-color: #f5f5f5;
}
.LV_UL_BUSCA_AJAX li a {
  display: flex;
  min-height: 6rem;
  width: 100%;
  padding:.5rem;
  align-items: center;
  transition: 200ms ease, font-size 0s;
}
.LV_UL_BUSCA_AJAX li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 2.4rem;
  line-height: 2.4rem;
  overflow: hidden;
}
.LV_UL_BUSCA_AJAX li a img + p {
  margin-left: 1rem;
}
.LV_UL_BUSCA_AJAX li a img {
  width: 5rem;
  max-height: 5rem;
}
*[data-wsjs-module],
*[data-wsjs-prod-list] {
  display: none;
  color: transparent;
}

/* CSS Variables */
:root {
  --bodyColor: #444;
  --bodyFont: Work Sans;
  --bodyBackground: #FFFFFF;

  --placeHolderColor: #C9C9C9;
  --margin-all: .1rem solid #F5F5F5;

  --photowrap: 3/4;
  --prodperline: 4;
  --prodperline-categorie: 3;

  --bg-secundary: #F5F5F5;

  /* Fundo topo */
  --bg-header: #ffffffff;

  /* Favorito e carrinho */
  --color-header: #000000ff;
  
  /* Fundo dos campos do Topo */
  --bg-input-header: #f1f1f1;

  /* Texto e icones de dentro dos campos do topo */
  --color-input-header: #000000ff;

  /* Fundo do Menu */
  --bg-menu: #1E3367;

  /* Texto do menu */
  --color-menu: #ffffffff;

  /* Fundo do menu em estado hover */
  --bg-hover-menu: #1E3367;

  /* Texto do menu em estado hover */
  --color-hover-menu: #ffffffff;

  --bg-card-condition: -bg-card-condition-var;

  /* Fundo das condicoes */
  --bg-condition: #ffffff;
  
  /* Icones das condicoes */
  --color-icon-condition: #F84343;
  
  /* Titulo das condicoes */
  --color-title-condition: #393939ff;
  
  /* Legenda das condicoes */
  --color-subtitle-condition: #393939ff;

  /* Fundo da listagem dos produtos */
  --bg-prod-list: #ffffff;

  /* Titulo da listagem de produtos */
  --color-title-prod-list: #393939;

  /* Legenda da listagem de produtos */
  --color-subtitle-prod-list: #393939;

  /* Fundo da listagem dos fabricantes */
  --bg-manufacturer: #FFFFFF;

  /* Fundo do newsletter */
  --bg-newsletter: #ffe5e5ff;

  --bg-prod-list: #ffffff;

  --color-title-prod-list: #393939; 
  
  --color-subtitle-prod-list: #393939;

  /* Titulo do newsletter */
  --color-title-newsletter: #393939;

  /* Legenda do newsletter  */
  --color-subtitle-newsletter: #393939;

  /* Fundo dos campos */
  --bg-input-newsletter: #FFFFFF;

  /* Texto dos campos do newsletter  */
  --color-input-newsletter: #393939;

  /* Fundo do Rodape */
  --bg-footer: #F84343;

  /* Cor Do Titulo do Rodape */
  --color-title-footer: #ffffffff;

  /* Legenda do Rodape */
  --color-subtitle-footer: #ffffff;

  --bg-button-buyNow: #1E3367;

  --color-button-buyNow: #FFFFFF;

  --typeBorder-button-buyNow: none;

  --sizeBorder-button-buyNow: 1px;

  --radiusBorder-button-buyNow: 1px;

  --colorBorder-button-buyNow: #ffffff00;

  --bg-button-buyLater: #1E3367;
  
  --color-button-buyLater: #ffffff;

  --typeBorder-button-buyLater: none;

  --sizeBorder-button-buyLater: 1px;

  --radiusBorder-button-buyLater: 1px;
  
  --colorBorder-button-buyLater: #ffffff00;

  --bg-button-others: #FFFFFF;

  --color-button-others: #1E3367;

  --typeBorder-button-others: none;

  --sizeBorder-button-others: 1px;

  --radiusBorder-button-others: 1px;

  --colorBorder-button-others: #1E3367;

  --bg-tarja-prod: #1E3367;

  --color-tarja-prod: #ffffffff;

  --bg-arrows: #F84343;

  --color-arrows: #ffffffff;

  --bg-dots: -bg-dots-var;

  --color-dots: -color-dots-var;

}

/* Reset Global */
h1,
h2,
h3,
h4,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}

*[data-wsholder] {
  display: block;
  background: linear-gradient(-45deg, #f3f4f5, #e8e8e8);
  opacity: .7;
  background-size: 400% 400%;
  animation: gradient 5s ease;
  animation-iteration-count: infinite;
  width: 100%;
}

[data-wsjs-loader] {
  transition: .2s ease, font-size 0s;
}

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

h1 { 
  color: #222;
  font-size: 2.4rem; 
  line-height: 3.2rem;
  font-weight: 500; 
}

h2 {
  color: #222;
  font-size: 2rem; 
  line-height: 3rem; 
  font-weight: 400; 
}

h3 { 
  color: #222;
  font-size: 1.8rem; 
  line-height: 2.8rem; 
  font-weight: 400; 
}

h4 {
  color: #222;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400; 
}

body {
  left: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
  transition: .4s ease, font-size 0s;
  background-color: var(--bodyBackground);
}

body, input, button, 
select, textarea { 
  font-size: 1.4rem; 
  font-family: var(--bodyFont),
  Arial, sans-serif;
  line-height: 2.4rem; 
  color: var(--bodyColor);
}

input::placeholder, textarea::placeholder {
  color: var(--placeHolderColor);
}

a { 
  text-decoration: none; 
}

span[data-wsjs-icon] svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--bodyColor); 
  fill: var(--bodyColor); 
}

rect { 
  fill: none; 
}

body, html {
  margin: 0;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  box-sizing: border-box;
}

.icon-ws {
  width: 4rem;
  min-height: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  user-select: none;
  color: var(--color-arrows);
  background: var(--bg-arrows);
  cursor: pointer;
  transition: .2s ease, font-size 0s;
}

.button-main,
.button-second, 
.button-third {
  padding: 0 2rem;
  height: 4.3rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none;
}

*[data-wsjs-icon] {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}

/* Menu topo */
.nav-header .nav-menu-list a {
  text-decoration: none;
}

.nav-header .nav-menu-list {
  display: flex;
  justify-content: center;
}

.nav-header .nav-menu-list,
.nav-header .nav-menu-list a {
  color: var(--color-menu);
}

.nav-header .nav-menu-list a svg {
  fill: var(--color-menu);
}

.nav-header .nav-menu-list>li {
  height: fit-content;
  position: relative;
}

.nav-header .nav-menu-list .nav-menu-sub-list > li > a:hover {
  background-color: var(--bg-hover-menu);
  color: var(--color-hover-menu);
}

.nav-header .nav-menu-list .nav-menu-sub-list > li > a:hover svg {
  color: var(--color-hover-menu);
  fill: var(--color-hover-menu);
}

.nav-header .nav-menu-list .nav-menu-sub-list > li > a {
  padding: 1rem;
}

.nav-header .nav-menu-list li li a {
display: block;
cursor: pointer;
}

.nav-header .nav-menu-list .has-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-header .nav-menu-list > li > a {
  padding: 1.5rem 2rem;
  transition: all 250ms ease, line-height 0s, font-size 0s;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  min-width: max-content;
}

.nav-header .nav-menu-list ul ul {
  margin-top: 0;
}

.nav-header .nav-menu-list > li > .nav-menu-main,
.nav-header .nav-menu-list > li > .nav-menu-megamenu-container {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease, font-size 0s;
}

.nav-header .nav-menu-list .dpt-0 > .nav-menu-main,
.nav-header .nav-menu-list .dpt-0 > .nav-menu-megamenu-container {
  position: absolute;
  padding: 1rem;
  background-color: var(--bg-menu);
  min-height: calc(18rem + 8.52em);
  max-height: calc(18rem + 8.52em);
  height: calc(18rem + 8.52em);
  overflow: hidden;
  width: 30rem;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
}

.nav-header .nav-menu-list .dpt-0 > .nav-menu-main {
  padding: 1rem 0 1rem 1rem;
}

.nav-header .nav-menu-list .dpt-0 > .nav-menu-main {
  overflow: visible;
}

.nav-header .nav-menu-list .dpt-0 > .nav-menu-main.dropdown {
  padding: 0; 
  height: auto;
  max-height: initial;
  min-height: auto;
  width: 25rem;
}

.nav-header .nav-menu-list .nav-menu-megamenu-container {
  margin-left: 30rem;
}

.nav-header .nav-menu-list .nav-menu-megamenu-container img {
  max-width: 100%;
}

.nav-header .nav-menu-list .nav-menu-sub-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-left: 2rem;
  left: 100%;
  transition: opacity .15s ease-in, left .2s ease, font-size 0s;
  opacity: 0;
}

.nav-header .nav-menu-list .nav-menu-sub-container.active {
  left: 0;
  opacity: 1;
}

.nav-header .nav-menu-list .dropdown .nav-menu-sub-container {
  opacity: 0;
  display: none;
  height: fit-content;
  min-height: fit-content;
  padding: 0;
}

.nav-header .nav-menu-list .dropdown .nav-menu-sub-container:hover {
  opacity: 1;
  display: block;
}

.nav-header .nav-menu-list .sub-title {
  margin: 1rem 2rem 0 0rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: .1rem solid ;
}

.nav-header .nav-menu-list .sub-title div {
  font-weight: 500;
  font-size: 10px;
}

.nav-header .nav-menu-list .sub-title a {
  display: inline;
  font-weight: bold;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  min-width: auto;
  height: 2.4rem;
  text-overflow: ellipsis;
}

.nav-header .nav-menu-list .nav-menu-sub-list {
  padding-right: 2rem;
  overflow-y: auto;
  height: calc(100% - 6.5rem);
}

.nav-header .nav-menu-list .nav-menu-main.dropdown .nav-menu-sub-list {
  padding-right: 0;
}

.nav-header .nav-menu-list .nav-menu-sub-list::-webkit-scrollbar {
  width: .75rem;
  background: #EAEAEA;
  border-radius: 1rem;
}

.nav-header .nav-menu-list .nav-menu-sub-list::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 1rem;
}

.nav-header .nav-menu-list .nav-menu-main > .nav-menu-sub-list {
  height: 100%;
}

.nav-header .nav-menu-list > li.alignToRight > .nav-menu-main,
.nav-header .nav-menu-list > li.alignToRight > .nav-menu-megamenu-container {
  right: 0;
}

/* Comeco do Menu */
/* Menu */
.nav-menu-list a {
  text-decoration: none;
}

.nav-menu-list {
display: flex;
justify-content: center;
}

.nav-menu-list > li {
height: fit-content;
position: relative;
}

.nav-menu-list > li:hover {
background-color: var(--bg-hover-menu);
}

.nav-menu-list > li:hover > a {
  color: var(--color-hover-menu);
}

.nav-menu-list > li:hover > a svg {
  fill: var(--color-hover-menu);
}

.nav-menu-list li li a {
display: block;
cursor: pointer;
}

.nav-menu-list .has-sub {
  display: flex;
  justify-content: space-between;
}

.nav-menu-list > li > a {
  padding: 1.5rem 2rem;
  transition: 250ms ease, font-size 0s;
}

.nav-menu-list ul ul {
  margin-top: 0;
}

.nav-menu-list > li > .nav-menu-main,
.nav-menu-list > li > .nav-menu-megamenu-container {
  opacity: 0;
  visibility: hidden;
}

.nav-header .nav-menu-list > li:hover > .nav-menu-main,
.nav-header .nav-menu-list > li:hover > .nav-menu-megamenu-container {
  opacity: 1;
  visibility: visible;
} 

.nav-menu-list .dpt-0 > .nav-menu-main,
.nav-menu-list .dpt-0 > .nav-menu-megamenu-container {
  position: absolute;
  padding: 2rem;
  background-color: var(--bg-menu);
  height: 39rem;
  min-height: 39rem;
  max-height: 39rem;
  overflow: hidden;
  width: 36rem;
  box-shadow: .4vw .6vw 1vw rgba(0, 0, 0, .25);
}

.nav-menu-list .dpt-0 li > .nav-menu-megamenu-container {
  display: none;
}

header .nav-menu-list .nav-menu-sub-container .nav-menu-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: none;
  opacity: 0;
  position: absolute;
}

.nav-menu-list .nav-menu-sub-container.active .nav-menu-overlay {
  display: none;
}

.nav-menu-list .nav-menu-megamenu-container {
  margin-left: 40rem;
}

.nav-menu-list .nav-menu-megamenu-container img {
max-width: 100%;
}

.nav-menu-list .nav-menu-sub-container {
  background-color: var(--bg-menu);
  width: calc(100% - 2rem);
  height: 100%;
  position: absolute;
  top: 0;
  padding-left: 2rem;
  left: 100%;
  transition: .2s ease, font-size 0s;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
}

.nav-menu-list .nav-menu-sub-container.active {
  left: 0;
}

.nav-menu-list .sub-title {
  margin: 2rem 4rem 0 0;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: .1rem solid #e1e1e1;
}

.nav-menu-list .sub-title div {
  font-weight: 600;
}

.nav-menu-list .sub-title a {
  display: inline;
  min-width: fit-content;
}

.nav-menu-list .nav-menu-sub-list {
  padding-right: 2rem;
  overflow-y: overlay;
  height: calc(100% - 6.5rem);
}

.nav-menu-list .nav-menu-sub-list::-webkit-scrollbar {
  width: .75rem;
  background: #EAEAEA;
  border-radius: 1rem;
}

.nav-menu-list .nav-menu-sub-list::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 1rem;
}

.nav-menu-list .nav-menu-main > .nav-menu-sub-list {
  height: 100%;
} 

.nav-menu-list .nav-menu-sub-list > li.dropdown:hover > a {
background-color: var(--bg-hover-menu);
color: var(--color-hover-menu);
}
.nav-menu-list .nav-menu-sub-list > li.dropdown:hover > a svg { 
color: var(--color-hover-menu);
font: var(--color-hover-menu);
}

.nav-menu-list .nav-menu-sub-list > li {
  padding: 0;
}

.nav-menu-list > li.alignToRight > .nav-menu-main,
.nav-menu-list > li.alignToRight > .nav-menu-megamenu-container {
right: 0;
}

/* Lazyload */
.keen-slider img {
  transition: .4s ease-out, font-size 0s;
  max-height: 100%;
}

.lazyload {
    height: 100%;
    min-width: 100%;
    background-color: gray;
    border: none;
    opacity: 0;
}

/* Pagina de Listagem */
*[data-wsjs-listing] {
  opacity: 0;
}
*[data-wsjs-listing=container] {
  opacity: 0;
  transition: .2s ease, font-size 0s;
}

/* Filtros - Pagina de Listagem */
.category-filter:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.category-filter h3,
.category-actual-menu h3 {
  padding: 0 2rem 2rem;
}

.category-actual-menu h3:only-child {
  padding: 0 2rem;
}

.category-filter > div:first-child {
  padding: 0 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.category-filter > div:first-child > div {
  display: flex;
  column-gap: 2rem;
  padding: 1rem 1.7rem;
  background: white;
  width: fit-content;
}

.category-filter > .filter-holder > label {
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: .2s ease, font-size 0s;
  margin-bottom: 0;
}

.category-filter > div:first-child > div > label {
  line-height: initial;
}

.category-filter > div:first-child > div > a {
  display: flex;
  align-items: center;
}

.category-filter label {
  margin-bottom: 0;
}

.category-filter > .filter-holder > label:hover, 
.category-filter > .filter-holder > div > a:hover {
  background-color: var(--bg-hover-menu);
  color: var(--color-hover-menu);
}

.category-filter > .filter-holder > input + label::after {
  content: '+';
}

.category-filter > .filter-holder > input:checked + label::after {
  content: '-';
}

.category-filter > .filter-holder > div {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}

.category-filter > .filter-holder > input:checked ~ div {
  height: fit-content;
  margin: 0;
}

.category-filter > .filter-holder > div > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 1.8rem;
  padding: 1rem 2rem;
}

.category-filter input {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 1.9rem;
  appearance: none;
  height: 1.9rem;
}

.category-filter input:checked {
  background-color: #C4C4C4;
}

.category-filter > .filter-holder > div > a > span {
  width: 100%;
  display: flex;
  position: absolute;
  height: 100%;
}

/* Comeco Menu da Listagem */
/* Menu de Categorias - Listagem */
.filter-container li {
  transition: .2s ease, font-size 0s;
}

.filter-container #departamento-allCats-menu {
  display: none;
}

.filter-container .nav-menu-list {
  flex-direction: column;
}

.filter-container .nav-menu-sub-list {
  width: 100%;
}

.filter-container .nav-menu-list .nav-menu-sub-list > li {
  padding: 0;
  position: relative;
}

.filter-container .nav-menu-list .nav-menu-sub-list > li:hover {
  background-color: var(--bg-hover-menu);
}

.filter-container .nav-menu-list .nav-menu-sub-list > li:hover > a {
  color: var(--color-hover-menu);
}

.filter-container .nav-menu-list .dpt-0>.nav-menu-main {
  opacity: 1;
  position: relative;
  background-color: var(--bg-secundary);
  width: 100%;
  padding: 0;
  height: 0;
  box-shadow: none;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  max-height: none;
}

.filter-container .nav-menu-main > .nav-menu-sub-list {
  width: calc(100% - 2rem);
}

.filter-container .nav-menu-list .nav-menu-sub-container {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  z-index: 5;
  overflow: visible;
}

.filter-container .nav-menu-list .nav-menu-sub-container > .sub-title { 
  display: none;
}

.filter-container .nav-menu-hiperlink {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 2rem;
}

.filter-container .nav-menu-hiperlink.has-sub::after {
  content: '+';
}

.filter-container .nav-menu-hiperlink.has-sub.active::after {
  content: '-';
}

.filter-container .nav-menu-list .nav-menu-item > .nav-menu-hiperlink.active + .nav-menu-main {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.filter-container .nav-menu-list .nav-menu-sub-list {
  padding-right: 0;
  overflow: visible;
  height: auto;
  width: 100%;
}

.filter-container .nav-menu-list .nav-menu-sub-container {
  height: fit-content;
}


.filter-container .nav-menu-list .nav-menu-sub-list .nav-menu-sub-list {
  background-color: var(--bg-secundary);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1.15rem;
}

.filter-container .nav-menu-list .dpt-1 .nav-menu-sub-container {
  display: none;
}

.filter-container .nav-menu-list .dpt-1 .active + .nav-menu-sub-container {
  display: block;
}

.filter-container .nav-menu-list .dpt-2 .active + .nav-menu-sub-container {
  position: absolute;
}

.filter-container .nav-menu-list .dpt-2 .active + .nav-menu-sub-container {
  position: absolute;
  left: 0;
}

.filter-container .nav-menu-list .dpt-2 .active + .nav-menu-sub-container {
  animation: slidein 250ms ease;
}

@keyframes slidein {
  0% {
    opacity: 0;
    margin-left: 100%;
  }

  50% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
    left: 0;
  }
}

.other-pages-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.login-cart-row {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.UserAreaOrders .login-cart-row,
.PageCheckoutCar .login-cart-row,
.PageCheckout1 .login-cart-row,
.PageCheckout2 .login-cart-row,
.PageCheckoutLogin .login-cart-row,
.UserArea .login-cart-row,
.UserAreaOrder .login-cart-rows,
.UserAreaData .login-cart-row {
  display: flex;
}

.login-cart-row .other-pages-row,
.PageCheckoutCar .other-pages-row,
.PageCheckout1 .other-pages-row,
.PageCheckout2 .other-pages-row,
.PageCheckoutLogin .other-pages-row,
.UserArea .other-pages-row,
.UserAreaOrder .other-pages-row,
.UserAreaData .other-pages-row {
  display: none;
}

.prod-tags {
  display: flex;
  width: fit-content;
  background-color: var(--bg-tarja-prod);
  color: var(--color-tarja-prod);
  padding: 0 .5rem;
  font-size: 1.2rem;
}

*[data-wsjs-banner="category_description"] {
  opacity: 0;
}

#modal_newsletter {
  position: fixed;
  z-index: 10000;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

.contact-container [data-wsjs-error] > input, .contact-container [data-wsjs-error] > textarea,
form[data-wsjs-newsletter] [data-wsjs-error] input {
  background: #FFF8F8;
  box-shadow: none!important;
  border: 1px solid #D54040 !important;
}

.contact-container [data-wsjs-error]::after,
[data-wsjs-newsletter] > [data-wsjs-error]::after {
  content: attr(data-wsjs-error-message);
  color: #D54040;
  position: absolute;
  font-size: 1.2rem;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  text-align: right;
}

.institutional-menu-nav .LV_DIV_SHOW_TEXTOS p {
  margin-bottom: 1rem;
}

body *[data-wsjs-container] {
  display: none!important;
}

.PageCheckoutRegister .login-cart-row {
  display: flex;
}

.main-loading-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-loading-spinner {
 border: 3px solid rgba(0, 0, 0, 0.1);
 width: 60px;
 height: 60px;
 border-radius: 50%;
 border-left-color: #666;
 animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 /*END MODULO ws-main*/

/*START MODULO ws-wirestyle*/ .button-main {
  background-color: var(--bg-button-buyNow);
  color: var(--color-button-buyNow);
  border-width: var(--sizeBorder-button-buyNow);
  border-color: var(--colorBorder-button-buyNow);
  border-radius: var(--radiusBorder-button-buyNow);
  fill: var(--color-button-buyNow);
}

.button-main span[data-wsjs-icon] svg {
  fill: var(--color-button-buyNow);
}

.button-second {
  background-color: var(--bg-button-buyLater);
  color: var(--color-button-buyLater);
  border-style: var(--typeBorder-button-buyLater);
  border-width: var(--sizeBorder-button-buyLater);
  border-color: var(--colorBorder-button-buyLater);
  border-radius: var(--radiusBorder-button-buyLater);
  fill: var(--color-button-buyLater);
}

.button-second span[data-wsjs-icon] svg {
  fill: var(--color-button-buyLater);
}

.button-third {
  background-color: var(--bg-button-others);
  color: var(--color-button-others);
  border-style: var(--typeBorder-button-others);
  border-width: var(--sizeBorder-button-others);
  border-color: var(--colorBorder-button-others);
  border-radius: var(--radiusBorder-button-others);
  fill: var(--color-button-others);
  transition: .5s, font-size 0s;
}

.button-third span[data-wsjs-icon] svg {
  fill: var(--color-button-others);
}

.button-main:hover,
.button-second:hover,
.button-third:hover {
  opacity: .8;
}

body > div > div > section:not(.prod-row, .prod-container) {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

body .prod-row > section {
  padding: 2rem 0;
}

/* Header */
header,
.header-top,
.header-bottom {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

header .header-top > .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
}

header .options-header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  column-gap: 2rem;
}

header .header-top {
  width: 100%;
  z-index: 3;
  background-color: var(--bg-header);
}

header .header-bottom {
  z-index: 2;
  width: 100%;
  transition: all 250ms ease, transform 450ms, line-height 0s, font-size 0s;
  background-color: var(--bg-menu);
}

header .logo-header {
    margin: 2rem 0;
    width: 25rem;
}

header .logo-header a {
    display: flex;
    align-items: center;
    height: 100%;
    width: fit-content;
    min-width: fit-content;
    max-width: 100%;
}

header .logo-header img {
  height: initial;
  width: initial;
  max-height: 100%;
  max-width: 100%;
}

.LV_LogotipoImg.LogoImgSvg img {
  width: 100%;
}

header .search-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-input-header);
}

header .search-header svg {
  fill: var(--color-input-header);
  color: var(--color-input-header);
}

header .search-header input {
  padding: 1rem;
  padding-right: 3.5rem;
  background: white;
  border: var(--margin-all);
  width: 100%;
  background-color: var(--bg-input-header);
  color: var(--color-input-header);
}

header .search-header button {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  right: 0;
  margin-right: 1.2rem;
  min-height: 4.4rem;
  padding-right: 1rem;
}

header .favorite-header svg,
header .cart-header svg {
  color: var(--color-header);
  fill: var(--color-header);
}

header .favorite-header {
  padding: 1.15rem;
}

footer {
  background-color: var(--bg-footer);
  color: var(--color-subtitle-footer);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2rem 0;
}

footer h3 {
  margin-bottom: 1rem;
  color: var(--color-title-footer);
}

footer>.container {
    display: flex;
    justify-content: space-between;
}


footer>.container:only-child {
  flex-direction: column;
}

footer>.top-half>div:first-child {
    width: 40%;
}

footer > .top-half > div {
  width: 20%;
}

footer .list-footer {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

footer .top-half {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}

footer .top-half:after {
  width: 100%;
  height: 0.1rem;
  background: var(--color-subtitle-footer);
  content: '';
  position: absolute;
  bottom: 0;
}

footer .bottom-half {
  column-gap: 5rem;
  padding-bottom: 2rem;
}

footer .bottom-half>div {
    width: 50%;
}

footer .rights {
  justify-content: flex-start;
}

footer .nav-menu-list-footer {
  display: flex;
  flex-direction: column;
}



footer .social-footer {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

footer .contact-footer li a {
  display: flex;
  align-items: center;
  gap: .5rem;
}

footer .contact-footer .commercialHours span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
}

footer .contact-footer span[data-wsjs-icon] svg {
  color: var(--color-subtitle-footer);
  fill: var(--color-subtitle-footer);
}

footer label span[data-wsjs-icon] svg {
  color: var(--color-subtitle-footer);
  fill: var(--color-subtitle-footer);
}

footer .payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: .5rem;
}

footer .payment-methods-list span {
  padding: .5rem;
  aspect-ratio: 3/2;
  min-height: 3rem;
  max-height: 3rem;
  background-color: #fff;
  border-radius: .5rem;
}

footer .payment-methods-list span svg {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: initial;
  box-sizing: border-box;
}

footer .social-footer svg {
  height: 2rem;
  width: 2rem;
  color: var(--color-subtitle-footer);
  fill: var(--color-subtitle-footer);
}

body .contact-social svg {
  height: 2.5rem;
  width: 2.5rem;
}

.category-search-list {
  width: 100%;
  height: fit-content;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#banner-category_description {
  padding: 2rem;
  margin-bottom: 0;
  background: var(--bg-secundary);
}

#banner-category_description h1 {
  margin-bottom: 1rem;
}

.filter-container {
  width: 39.5rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.filter-container > * {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem 0;
  background-color: var(--bg-secundary);
}

.filter-container .nav-menu h2 {
  padding: 0 2rem;
}

.filter-container .nav-menu h2:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.list-container {
  width: 100%;
}

.list-container section {
  padding-bottom: 2rem;
}

.category-search-list .container {
  display: flex;
}

hr {
  margin: 0;
  margin-bottom: 2rem;
  border-radius: 2rem;
  opacity: .2;
  border-color: #EAEAEA;
}

hr:first-child, hr:last-child, hr + hr {
  display: none;
}

.prod-list-empty {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  height: fit-content;
  width: 100%;
  background-color: #F5F5F5;
  padding: 2rem;
}

.prod-list-empty:not(:last-child) {
  margin-bottom: 2rem;
}

.prod-list-empty h1{
  margin-bottom: 0;
}

.prod-list-empty a {
  padding: 1rem 5rem;
}

/* BreadCrumb / Migalha */
.breadcrumb-container {
  margin-bottom: 2rem;
  color: #999;
}

.breadcrumb-container a {
  text-decoration: none;
}

.breadcrumb-container span {
  margin: 0 .5rem;
}

.breadcrumb-container span::after {
content: '/';
}

.breadcrumb-container.breadcrumb-hidden {
  display: none;
}

/* resultado da busca */
.searchResults-container {
  color: #999;
  margin-bottom: 2rem;
}

/* Pagina de Categoria */
.category-pagination-container, .category-pagination-buttons, .category-pagination-values {
  display: flex;
  align-items: center;
  align-content: center;
}

.category-pagination-container {
  justify-content: space-between;
  margin-bottom: 2rem;  
  padding-top: 2rem;
  border-top: .1rem solid #e1e1e1;
  color: #999;
}

.category-pagination-container:last-child {
  margin-bottom: 0;
}

.category-pagination-buttons span {
  min-width: 4rem;
  width: fit-content;
  height: 4rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.category-pagination-buttons span span {
  color: #8C8C8C;
  cursor: pointer;
}

.category-pagination-values span:first-child {
  background: var(--bg-secundary);
}

.category-pagination-container .arrow-first {
  position: relative; 
  transform: rotateZ(180deg);
}

.category-pagination-container .arrow-first > span:last-child {
  position: absolute; 
  margin-left: -2rem;
}


.category-pagination-container .arrow-prev {
  transform: rotateZ(180deg);
}

.category-pagination-container .arrow-last {
  position: relative;
}

.category-pagination-container .arrow-last > span:first-child {
  position: absolute;
  margin-left: -2rem;
}



.nav-menu-list-container hr {
  margin: 5rem 0 2rem;
}

/* Dots Slide */
.dots {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;  
  align-items: center;
  align-content: center;
  overflow: hidden;
  min-height: 2rem;
}

.dots .slide-dots {
  display: flex;
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border: 2px solid #C9C9C9;
  border-radius: 100%;
  cursor: pointer;
  transition: .2s ease, font-size 0s;
}

.dots .slide-dots.active {
  width: 2rem;
  height: 2rem;
  background: var(--bg-arrows);
}

/* Arrows Slide */
.arrow--prev svg {
  transform: rotateZ(180deg);
}

.arrow--next svg {
  transform: rotateZ(0deg);
}

.arrow span[data-wsjs-icon] svg {
  fill: var(--color-arrows);
}

.arrow:hover {
  background: var(--color-arrows);
}

.arrow:hover span[data-wsjs-icon] svg {
  fill: var(--bg-arrows);
}

/* Ordem */
.combo-ordem-holder {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.combo-ordem-holder:not(:last-child) {
  border-bottom: .1rem solid #e1e1e1;
  padding-bottom: 2rem;
}

.combo-ordem-holder label {
  width: 70%;
  margin-bottom: 0;
}

.combo-ordem {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: var(--margin-all);
  background-color: white;
  padding: 0 .8rem;
}

#viewing-order {
  border: none;
  padding: .8rem 0;
  width: 100%;
  background-color: transparent;
}

.contact-container, form.contact-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.contact-container h1 {
  margin-bottom: 2rem;
}

.contact-container .container:first-child {
  display: flex;
  column-gap: 2rem;
}

.contact-side {
  width: 100%;
}

.contact-side:first-child {
  min-width: 41.7rem;
  width: 41.7rem;
  max-width: 41.7rem;
}

.contact-block {
  background-color: var(--bg-secundary);
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.contact-container .contact-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0 2rem;
}

.contact-container .contact-list li {
  display: contents;
}

.enterprise-data {
  display: flex;
  flex-direction: column;
}

.enterprise-data div {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0 2rem;
}

.contact-social {
  display: flex;
  column-gap: 1.4rem;
  padding: 0 2rem;
}

.login-cart-row > .container {
  background-color: white;
  min-height: 70vh;
  margin: 2rem 0;
}

.others-pages-container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.other-pages-row .contact-container {
  padding: 2rem 0;
  row-gap: 0;
}

.tag-link {
  color: #1B7FF4;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-decoration: underline;
}

.newsletter-holder .newsletter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-holder .newsletter-text p,
.newsletter-holder  label {
  color: var(--color-subtitle-newsletter);
}

.tag-link:hover {
  text-decoration: none;
}

header .nav-menu-megamenu-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

header .nav-menu-megamenu-item .nav-menu-megamenu-item-nome-container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
  min-height: calc(3 * 1.2 * 1.4rem);
  overflow: hidden;
  color: var(--bodyColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .nav-menu-megamenu-item .nav-menu-megamenu-item-image-container {
  width: fit-content;
  height: calc(100% - ( 2 * 2.4rem ) );
  aspect-ratio: auto !important;
}

.category-infinity-container .button-second {
  width: 100%;
}

.nav-header .nav-menu-list .nav-menu-megamenu-container img {
  max-width: 100%;
  max-height: 100%;

}

[data-wsjs-infinitybutton] {
  margin: 0 auto;
}

.pseudo-youtube-frame {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.pseudo-youtube-frame iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.pseudo-youtube-frame img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  object-position: left;
  cursor: pointer!important;
}

.pseudo-youtube-frame .ytp-button {
  background: transparent;
  border: none;
  width: 68px;
  position: absolute;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

[data-wsjs-draginner] .banner-full-section .container {
  width: 100%;
  max-width: 100%;
  height: auto;
}
 /*END MODULO ws-wirestyle*/

/*START MODULO ws-banners*/ .banner-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body > div > div > section.banner-full-row,
section.banner-full-row,
body>div>div>section:not(.prod-row,.prod-container).banner-row.banner-full-row {
  padding-top: 0;
}

.banner-row > .container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

#banner-topo {
  width: 100%;
}
#banner-full {
  width: 100%;
  height: fit-content;
}

#banner-full img {
  width: 100%;
  max-width: 100%; 
  height: 100%;
}

#banner-mini .keen-slider__slide a {
  display: block;
  margin: 0 1rem;
}

#banner-mini img {
  max-width: 100%;
  height: auto;
}

#banner-mini:not(.mobile) {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-evenly;
  list-style: none;
  column-gap: 2rem;
}

#banner-mini.slide-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.banner-holder {
  position: relative;
}

.banner-holder a {
  display: flex;
}

.category-search-list .banner-holder {
  margin-bottom: 2rem;
}

.banner-holder .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.banner-holder .arrow--prev {
    left: 2rem;
}

.banner-holder .arrow--next {
    right: 2rem;
}

div.banner-popup-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transition: opacity .3s ease-in, font-size 0s;
  cursor: pointer;
  animation: bannerPopUp 1s ease .0s 1 normal forwards;
}

div.banner-popup-modal img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}

div.banner-popup-modal > div {
  display: flex;
  flex-direction: column;
  position: absolute;
}

div.banner-popup-modal span[data-wsjs-icon] {
  padding: .5rem;
  right: 1rem;
  top: 1rem;
  position: absolute;
  background-color: white;
}

div.banner-popup img {
  max-width: 100%;
}

.banner-holder a img {
  width: 100%;
  height: auto;
}

.banner-holder .keen-slider__slide img {
  max-width: 100%;
  width: 100%;
  height: initial;
}

.banner-holder .keen-slider__slide a {
  display: flex;
}

@keyframes bannerPopUp {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

#banner-category_description a {
display: initial;
}
 /*END MODULO ws-banners*/

/*START MODULO ws-info-lojas*/ *[data-wsjs-infos] {
  display: none;
}
 /*END MODULO ws-info-lojas*/

/*START MODULO ws-manufacturers*/ .manufacturer-row, .manufacturer-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manufacturer-row {
  margin-bottom: 2rem;
  background-color: var(--bg-manufacturer);
}

.manufacturer-holder .keen-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.manufacturer-holder .keen-slider__slide a {
  width: fit-content;
  padding: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: white;
  aspect-ratio: 2/1;
  max-height: 7rem;
}

.manufacturer-holder img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
 /*END MODULO ws-manufacturers*/

/*START MODULO ws-condition*/ .condition-row {
  display: flex;
  justify-content: center;
  background-color: var(--bg-condition);
}

.condicoes-loja {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  margin: 0;
}

.condicoes-loja .condicao-item {
  width: 18.4%;
  background-color: var(--bg-card-condition);
}

.condicoes-loja .condicao-item > .condicao-hiperlink {
  width: 100%;
}

.condicoes-loja .condicao-item, .condicoes-loja .condicao-item > .condicao-hiperlink {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
}

.condicoes-loja .condicao-icone {
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.condicoes-loja .condicao-textos {
  text-align: center;
}

.condicoes-loja .condicao-icone svg {
    height: 2.7rem;
    color: var(--color-icon-condition);
    fill: var(--color-icon-condition);
}

.condicoes-loja .condicao-titulo {
  margin-bottom: 0;
  color: var(--color-title-condition);
}

.condicoes-loja .condicao-subtitulo {
  color: var(--color-subtitle-condition);
}
 /*END MODULO ws-condition*/

/*START MODULO ws-login-options*/ .login-options-container .login-options-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: var(--margin-all);
  background-color: var(--bg-input-header);
  align-content: center;
  min-width: 18.6rem;
  min-height: 4.4rem;
  cursor: pointer;
}

.login-options-container .login-options-list span {
font-weight: bold;
}

.login-options-container .login-options-button .login-options-arrow-span {
  transform: rotateZ(90deg);
  font-weight: bolder;
  transition: 200ms ease, font-size 0s;
}

.login-options-button > div {
display: flex;
align-items: center;
align-content: center;
justify-content: flex-start;
column-gap: 1rem;
}

.login-options-container {
  position: relative;
}

.login-options-container span[data-wsjs-icon] svg, .login-options-container [data-wsjs-icon] svg, .login-options-container[data-wsjs-icon] svg {
fill: var(--color-input-header);
color: var(--color-input-header);
} 

.login-options-container .login-options-user-name {
color: var(--color-input-header);
}

.login-options-container .login-options-list {
display: flex;
flex-direction: column;
padding: 2rem;
position: absolute;
opacity: 0;
visibility: hidden;
background-color: white;
transition: 200ms ease, font-size 0s;
width: calc(100% + 4rem);
min-width: calc(18.6rem + 4rem);
}

.login-options-container.lateral-list .login-options-list {
border-radius: 0;
padding: 4rem;
background-color: #fff;
width: 100%;
display: flex;
flex-direction: column;
row-gap: 3rem;
}

.login-options-container.lateral-list .login-options-list > div:first-child {
  align-content: center;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 2rem;
  border-bottom: 0.1rem solid #e1e1e1;
}

.login-options-container.lateral-list .login-options-list > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  padding: 0 2rem;
  margin-bottom: 0;
  border: none;
  row-gap: 0;
}

.login-options-container.lateral-list .login-options-list > div:nth-child(2) span{
  margin-bottom: 1rem;
}

.login-options-container.lateral-list .login-options-list .button-third {
background: transparent;
color: inherit;
border: none;
fill: none;
border-radius: 0;
display: block;
padding: 0;
height: auto;
}

.login-options-container.lateral-list .login-options-list > div:last-child{
flex-direction: column;
column-gap: 1rem;
display: flex;
padding: 0 2rem;
}

.login-options-container.lateral-list {
opacity: 0;
}

.login-options-container.lateral-list .login-options-list {
overflow: hidden;
height: 100vh;
position: fixed;
right: -48rem;
top: 0;
width: 48rem;
z-index: 999;
display: flex;
flex-direction: column;
align-items: center;
transition: right .4s ease, font-size 0s;
background: white;
opacity: 1;
display: flex;
border-radius: 0;
margin-top: 0;
visibility: visible;
align-items: flex-start;
padding: 4rem;
}

.login-options-container .login-options-list > div:nth-last-child(2) {
padding-bottom: 2rem;
row-gap: 1rem;
margin-bottom: 2rem;
border-bottom: .1rem solid #e1e1e1;
}

.login-options-container .login-options-list > div:only-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.login-options-container .login-options-list > div:last-child {
row-gap: 1rem;
}

.login-options-container .login-options-list > div {
display: flex;
flex-direction: column;
}

.login-options-container:hover .login-options-list {
  opacity: 1;
  visibility: visible;
}

.login-options-container:hover .login-options-arrow-span {
  transform: rotate(270deg);
}

.login-options-container .login-options-default {
  width: 25rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.login-options-container .login-options-default span p:first-child {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: .1rem solid #e1e1e1;
}

.login-options-container .login-options-logged {
min-width: 25rem;
width: fit-content;
display: block;
padding: 2rem;
border-left: var(--margin-all);
}

.login-options-container .closeList {
  cursor: pointer;
}

.login-options-container .login-options-logged a {
display: block;
}

.login-options-container .login-options-logged a:not(:last-child) {
margin-bottom: 2rem;
}

.login-options-user-name-logged {
display: none;
}

.login-options-container.logged .login-options-user-name-logged {
display: block;
}
 /*END MODULO ws-login-options*/

/*START MODULO ws-newsletter*/ .newsletter-holder {
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-newsletter);
  color: var(--color-subtitle-newsletter);
}

.newsletter-holder h2 {
  color: var(--color-title-newsletter);
  margin-bottom: 1rem;
}

.newsletter-holder > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.newsletter-holder > div > * {
    width: 44rem;
}

[data-wsjs-newsletter] > div {
  display: flex;
  flex-direction: column;
  position: relative;
}

[data-wsjs-newsletter] {
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
    position: relative;
}

[data-wsjs-newsletter] input {
    padding: 1rem;
    border: var(--margin-all);
    color: var(--color-input-newsletter);
    background-color: var(--bg-input-newsletter);
}

[data-wsjs-newsletter] > .newsletter-message {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    position: absolute;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 5rem;
    transition: opacity 200ms ease, margin-bottom 400ms ease, font-size 0s;
}

[data-wsjs-newsletter] > .newsletter-message.success {
    visibility: visible;
    background-color: rgb(124, 255, 87);
    color: white;
    text-shadow: 0 0 0.1vw black;
}

[data-wsjs-newsletter] > .newsletter-message.error {
    visibility: visible;
    background-color: rgb(239, 251, 78);
    color: black;
}
 /*END MODULO ws-newsletter*/

/*START MODULO ws-prod-template*/ .prod-showcase-holder {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: white;
  padding: 2rem;
}

.prod-showcase-holder.unavaliable > * {
  opacity: .8;
}

.prod-showcase-link-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1;
}

.prod-showcase-tags {
  position: relative;
  z-index: 1;
}

.prod-showcase-holder > .prod-showcase-tags:not(.prod-showcase-image) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prod-showcase-tags .prod-showcase-tags-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
}

.prod-showcase-tags .prod-showcase-tags-right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 1;  
}

.prod-showcase-tags .prod-showcase-favorite {
  transition: opacity .2s, font-size 0s;
  opacity: 0;
  cursor: pointer;
}

.prod-showcase-holder:hover .prod-showcase-tags .prod-showcase-favorite {
opacity: 1;
}

.prod-showcase-tags .prod-showcase-favorite span {
  background: #fff; 
  padding: 8px; 
  border-radius: 100px;
}   

.prod-showcase-tags .prod-showcase-favorite svg {   
  color: #e1e1e1;
  fill: #e1e1e1;
  background: transparent;
  transition: 200ms ease, font-size 0s;
}

.prod-showcase-tags .prod-showcase-favorite .active svg {
  fill: #de0000;
}

.prod-showcase-tags span:not(:first-child) {
  margin-top: 1rem;
}

.lista-relacionados .prod-showcase-holder {
  width: 100%;
  max-width: 21.4rem;
}

.prod-showcase-image a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
position: relative;
overflow: hidden;
aspect-ratio: var(--photowrap);
}

.prod-showcase-image {
width: auto;
height: auto;
max-height: 100%;
}

.prod-showcase-image.unavaliable img {
opacity: .5;
}

.prod-showcase-image .whithout-image svg {
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}

.prod-showcase-image a img {
  height: unset;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 200ms ease, font-size 0s;
  position: absolute;
}

.prod-showcase-image a img:nth-child(2) {
  opacity: 0;
}

.prod-showcase-holder.photo-swap-opacity:hover img:nth-child(1),
.prod-showcase-holder.photo-swap-transform-left:hover img:nth-child(1),
.prod-showcase-holder.photo-swap-transform-right:hover img:nth-child(1)
.prod-showcase-holder.photo-swap-transform-top:hover img:nth-child(1)
.prod-showcase-holder.photo-swap-transform-bottom:hover img:nth-child(1) {
  opacity: 0;
}



.prod-showcase-holder.photo-swap-opacity:hover img:nth-child(2) {
  opacity: 1;
}

.prod-showcase-holder.photo-swap-transform-left img:nth-child(2) {
  transform: scale(1) translate(-100%, 0);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-right img:nth-child(2) {
  transform: scale(1) translate(100%, 0);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-top img:nth-child(2) {
  transform: scale(1) translate(0, -100%);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-bottom img:nth-child(2) {
  transform: scale(1) translate(0, 100%);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-left img:nth-child(2), 
.prod-showcase-holder.photo-swap-right img:nth-child(2),
.prod-showcase-holder.photo-swap-top img:nth-child(2), 
.prod-showcase-holder.photo-swap-bottom img:nth-child(2) {
  opacity: 1;
}

.prod-showcase-holder.photo-swap-left:hover img, 
.prod-showcase-holder.photo-swap-right:hover img,
.prod-showcase-holder.photo-swap-top:hover img, 
.prod-showcase-holder.photo-swap-bottom:hover img {
  transform: scale(1) translate(0);
  right: auto;
}

.prod-showcase-holder:hover img {
  transform: scale(1.15);
}

.prod-showcase-info {
display: flex;
flex-direction: column;
padding-top: 1rem;
}

.prod-showcase-info p {
  margin: 0;
}

.prod-showcase-info .prod-showcase-info-name {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 1.2;
min-height: calc(3 * 1.2 * 1.4rem);
overflow: hidden;
word-break: break-word;
}

.prod-showcase-info .prod-showcase-info-name:not(:last-child) {
  margin-bottom: 1rem;
}

.prod-showcase-info .prod-showcase-price-container {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-height: calc(3 * 1.2 * 1.4rem);
}

.prod-showcase-price {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: .5rem;
}

.prod-showcase-price > .prod-showcase-price-sell {
text-decoration: none;
font-weight: bold;
margin-left: 0;
}

.prod-showcase-price > .prod-showcase-price-off {
text-decoration: line-through;
font-weight: normal;
}

.prod-showcase-info span.prod-unavaliable-message, .prod-showcase-info  span.prod-consult-message {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.prod-showcase-info span.prod-unavaliable-message {
background-color: #E6E6E6;
color: #9B9B9B;
padding: 1rem;
font-weight: normal;
display: flex;
align-items: center;
justify-content: center;
}

.prod-showcase-parcela > span, .prod-showcase-avista > span {
  margin-top: .4rem;
}

.prod-showcase-info-button {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
 /*END MODULO ws-prod-template*/

/*START MODULO ws-prod-list*/ .prod-row {
  background-color: var(--bg-prod-list);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.prod-list .prod-list-titles {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  row-gap: 1rem;
}

.prod-list .arrow--prev ~ .prod-list-titles {
  grid-column: 2;
}

.prod-list .keen-slider {
  grid-column: 1;
  grid-row: 2;
}

.prod-list .arrow--prev + .keen-slider {
  grid-column: 2;
  grid-row: 2;
}

.prod-list .arrow {
  grid-row: 2;
  align-self: center;
}

.prod-list .arrow--prev {
  grid-column: 1;
}

.prod-list .arrow--next {
  grid-column: 3;
}

.prod-list .dots {
  grid-column: 1;
  grid-row: 3;
}

.prod-list .arrow--next + .dots {
  grid-column: 2;
  grid-row: 3;
}

.prod-list-titles p {
  color: var(--color-subtitle-prod-list);
  text-align: center;
  max-width: 50rem;
}

.prod-list:not(.prod-list-related) h2 {
  color: var(--color-title-prod-list);
}

.prod-list .slide-container {
  width: 100%;
  display: grid;
  row-gap: 2rem;
  column-gap: 2rem;
}

.prod-list .slide-container.prod-list-offset .keen-slider {
  grid-column: 1;
  grid-row: 2;
}

.prod-list .keen-slider__slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.prod-list .prod-list-holder:not(.slide-container) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(var(--prodperline), 1fr);
  width: 100%;
  column-gap: 2rem;
  row-gap: 5rem;
}

.prod-list .prod-list-holder:not(.slide-container) .prod-list-titles {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-column-end: calc(var(--prodperline) + 1);
  row-gap: 1rem;
  margin-bottom: -3rem;
}

.prod-list .slide-container.prod-list-offset .keen-slider {
  width: calc(100% - 12rem) !important;
  margin: 0 auto;
}


#code-list-category .prod-list-holder:not(.slide-container) {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(var(--prodperline-categorie), 1fr);
}

.list-container {
  position: relative;
}

[data-wsjs-prod-list="category"] + span.category-loader {
  position: absolute;
 border: 3px solid rgba(0, 0, 0, 0.1);
 width: 60px;
 height: 60px;
 border-radius: 50%;
 border-left-color: #666;
  left: 50%;
  top: calc(50% - 10rem);
  animation: is-rotating-category 1s infinite ease;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.category-loader {
  opacity: 0;
  visibility: hidden;
}

@keyframes is-rotating-category {
  to {
      transform: translate(-50%, -50%) rotateZ(1turn);
  }
}

.prod-showcase-holder .prod-showcase-image {
  position: relative;
}

.ws-promo-relampago-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.ws-promo-relampago-container .ws-promo-relampago__content {
  width: fit-content;
}
 /*END MODULO ws-prod-list*/

/*START MODULO ws-cart-drawer-rules*/ .cart-header {
  position: relative;
}

.cart-holder {
  overflow-y: scroll;
  background-color: white;
  height: 100vh;
  position: fixed;
  right: -48rem;
  top: 0;
  transition: inherit, font-size 0s;
  width: 48rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .4s ease, font-size 0s;
}

.cart-holder.float {
  right: 0;
  top: unset;
  height: fit-content;
  max-height: 35rem;
  position: absolute;
  margin-left: 3rem;
  width: 40rem;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in, font-size 0s;
  box-shadow: 0 .4vw .4vw rgba(0, 0, 0, .25);
}

.cart-holder.float.empty {
  width: fit-content;
  white-space: nowrap;
}

.cart-header:hover .cart-holder.float{
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

.cart-header:hover .cart-holder.float .cart-holder-header {
  display: none;
}

.cart-holder.float .close-link,
.cart-holder.float .cart-holder-header > span,
.cart-holder.float .cart-default-message .close-link {
  display: none;
}

.cart-holder h2 {
  margin-bottom: 0;
}

.cart-prod-counter {
  top: -.7rem;
  right: -.7rem;
  position: absolute;
  background: var(--bg-menu);
  color: var(--color-menu);
  border-radius: 100%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  line-height: .8rem;
}

.cart-holder-header {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 2rem;
    border-bottom: .1rem solid #e1e1e1;
}

.cart-holder.float .cart-holder-header {
  display: none;
}

.cart-holder-header span {
    cursor: pointer;
}

.cart-holder p {
    padding: 0 2rem;
    text-align: center;
}

.cart-holder a img {
  height: unset;
  max-width: 100%;
  max-height: 100%;
}

.cart-items-holder, .cart-default-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}

.cart-items-holder.cartHasItens::before {
  content: "Itens do carrinho";
  font-weight: 600;
  text-align: left;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  width: 100%;
}

[data-wsjs-cart="bottom-message"] {
  padding: 2rem;
  width: 47.2rem;
  position: fixed;
  border-top: .1rem solid #e1e1e1;
  bottom: 0;
  background-color: #fff;
}

.cart-default-message > a {
  width: 100%;
  padding: .5rem;
}

.cart-default-message > p {
  margin-bottom: 2rem;
}

.cart-holder.float p {
  margin-bottom: 0;
}

.cart-holder > [data-wsjs-cart="total"] {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 2rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
}

.cart-default-message .close-link {
  cursor: pointer;
  margin-top: 2rem;
  display: none;
}

.cart-default-message .total-holder {
  margin-bottom: 2rem;
  width: 100%;
  text-align: right;
}

.cart-holder .cart-prod-container {
    width: calc(100% - 4rem);
    max-height: 50rem;
    overflow-y: auto;
}

.cart-holder::-webkit-scrollbar {
  width: .75rem;
  background: #EAEAEA;
  border-radius: 1rem;
}

.cart-holder::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 1rem;
}

.cart-holder .cart-prod {
    width: 100%;
    padding: 2rem 0;
    border-bottom: .1rem solid #e1e1e1;
}

.cart-holder .cart-prod-desc {
    margin-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 0;
    padding-right: 2rem;
}

.cart-holder .cart-prod-title {
    font-weight: bold;
}

.cart-holder .cart-prod-val {
    text-align: right;
    grid-column: 2;
    padding-right: 2rem;
}

#overlay {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

[data-wsjs-cart="template"] {
  display: none;
}

.cart-holder a.cart-item-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
  /* border-bottom: .1rem solid #e1e1e1; */
}

.cart-holder .cart-item-holder .cart-top-item-holder {
  display: flex;
  align-content: center;
  width: 100%;
  justify-content: space-between;
  column-gap: 2rem;
}

.cart-holder .cart-item-holder .cart-item-image-holder {
  aspect-ratio: 1/1;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: var(--margin-all);
}

.cart-holder .cart-item-holder .cart-bottom-item-holder {
  width: 100%;
  text-align: right;
}

.cart-holder .cart-item-holder .cart-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.cart-holder .cart-item-holder .cart-info-container .cart-info-name > * {
  display: block;
}

.cart-holder .cart-item-holder .cart-info-container .cart-info-price {
  display: flex;
  justify-content: space-between;
}

.cart-holder .cart-item-holder .cart-info-container .cart-info-price > span:last-child{
  font-weight: 600;
}

[data-wsjs-cart="variation"] {
  display: block;
  opacity: 0;
  user-select: none;
}

[data-wsjs-cart="button"] {
  cursor: pointer;
}
 /*END MODULO ws-cart-drawer-rules*/

/*START MODULO ws-plugin-keenslider*/ .keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}
 /*END MODULO ws-plugin-keenslider*/

/*START MODULO ws-blogs*/ .blog-page-container {
  padding: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.blog-page-container .blog-list-holder,
.blog-page-container .blog-article-holder {
  background-color: var(--bg-secundary);
  padding: 2rem;
  margin-bottom: 2rem;
}

.blog-list-holder .blog-pages-item {
  padding: 1rem 2rem;
}

.blog-list-holder .blog-pages-item a {
  padding: 0;
  height: 100%;
  display: block;
}

.blog-list-holder .blog-pages-item a:hover,
.blog-article-image-holder a:hover {
  text-decoration: underline;
}

.blog-list-title h1 {
  padding: 0 2rem 2rem;
  border-bottom: 0.1rem solid #e1e1e1;
  margin-bottom: 2rem;
}

.blog-pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination-list li {
  color: #c9c9c9;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: 0.1rem solid #e1e1e1;
  transition: color 250ms, border-color 250ms, font-size 0s;
  cursor: pointer;
}

.blog-pagination-list li:hover, .blog-pagination-list li.active {
  color: #222;
  border-color: #1e1e1e8c;
}

.blog-pagination-list li.active,
.blog-pagination-list li.active a {
  pointer-events: none;
}

.blog-article-title h1 {
  margin-bottom: 1rem;
}

.blog-article-subtitle-holder {
  display: flex;
  justify-content: space-between;
}

.blog-article-date {
  display: flex;
}

.blog-article-image-holder {
  margin: 2rem 0;
}

.blog-article-image-holder img {
  max-width: 100%;
}

.blog-article-exit-holder {
  display: flex;
  justify-content: center;
}
 /*END MODULO ws-blogs*/

/*START MODULO ws-blogs*/ .blog-page-container {
  padding: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.blog-page-container .blog-list-holder,
.blog-page-container .blog-article-holder {
  background-color: var(--bg-secundary);
  padding: 2rem;
  margin-bottom: 2rem;
}

.blog-list-holder .blog-pages-item {
  padding: 1rem 2rem;
}

.blog-list-holder .blog-pages-item a {
  padding: 0;
  height: 100%;
  display: block;
}

.blog-list-holder .blog-pages-item a:hover,
.blog-article-image-holder a:hover {
  text-decoration: underline;
}

.blog-list-title h1 {
  padding: 0 2rem 2rem;
  border-bottom: 0.1rem solid #e1e1e1;
  margin-bottom: 2rem;
}

.blog-pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination-list li {
  color: #c9c9c9;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background-color: white;
  border: 0.1rem solid #e1e1e1;
  transition: color 250ms, border-color 250ms, font-size 0s;
  cursor: pointer;
}

.blog-pagination-list li:hover, .blog-pagination-list li.active {
  color: #222;
  border-color: #1e1e1e8c;
}

.blog-pagination-list li.active,
.blog-pagination-list li.active a {
  pointer-events: none;
}

.blog-article-title h1 {
  margin-bottom: 1rem;
}

.blog-article-subtitle-holder {
  display: flex;
  justify-content: space-between;
}

.blog-article-date {
  display: flex;
}

.blog-article-image-holder {
  margin: 2rem 0;
}

.blog-article-image-holder img {
  max-width: 100%;
}

.blog-article-exit-holder {
  display: flex;
  justify-content: center;
}
 /*END MODULO ws-blogs*/

/*START MODULO ws-pag-contact*/ .contact-container .contact-form-top {
  display: grid;
  row-gap: 2rem;
  column-gap: 2rem;
  grid-template-columns: auto auto;
  margin-bottom: 2rem;
}

.contact-container .contact-holder {
  display: flex;
  column-gap: 2rem;
}

.contact-block h2 {
  margin-bottom: 2rem;
  padding: 0 2rem;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.contact-container form > p {
  margin-bottom: 1rem;
}

.contact-container .contact-form {
  padding: 2rem;
}

.contact-container .contact-form label::after {
  content: attr(optional);
  font-size: 1.2rem;
  color: #999;
  font-style: italic;
  margin-left: 0.5rem;
}

.contact-container .contact-form-top > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.contact-container .contact-form-top > div > input {
  width: 100%;
  background: white;
  padding: 1rem;
  border: var(--margin-all);
}

.contact-container .contact-form-bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.contact-container .contact-form-bottom label {
  width: 100%;
  text-align: left;
}

.contact-container .contact-form-bottom textarea {
  width: 100%;
  border: var(--margin-all);
  background-color: white;
  padding: 1rem;
  margin-bottom: 0;
  height: 10.5rem;
  resize: none;
}

.other-pages-row .contact-container .contact-form-bottom textarea {
  height: 20rem;
}

.contact-container .address-container span {
  padding: 0 2rem;
}

.contact-message-container {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  display: none;
  opacity: 0;
}

.contact-message-container .close-button {
  position: absolute; 
  top: 1rem;
  right: 1rem;
}

.contact-message {
  width: 100%;
  padding: 1.5rem;
  transition: opacity 200ms ease, margin-bottom 400ms ease, font-size 0s;
  background-color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: .1rem solid transparent;
  border-radius: 1rem;
}

.contact-message.success {
  visibility: visible;
  background-color: #DFFAE4;
  border-color: #12C62F;
  color: #12C62F;
}

.contact-message.error {
  visibility: visible;
  background-color: #F6E8E8;
  border-color:#C61212;
  color: #C61212;
}

.contact-message span {
  font-weight: 600; 
}

.contact-form-bottom > div {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
 /*END MODULO ws-pag-contact*/

/*START MODULO ws-pag-contact*/ .contact-container .contact-form-top {
  display: grid;
  row-gap: 2rem;
  column-gap: 2rem;
  grid-template-columns: auto auto;
  margin-bottom: 2rem;
}

.contact-container .contact-holder {
  display: flex;
  column-gap: 2rem;
}

.contact-block h2 {
  margin-bottom: 2rem;
  padding: 0 2rem;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.contact-container form > p {
  margin-bottom: 1rem;
}

.contact-container .contact-form {
  padding: 2rem;
}

.contact-container .contact-form label::after {
  content: attr(optional);
  font-size: 1.2rem;
  color: #999;
  font-style: italic;
  margin-left: 0.5rem;
}

.contact-container .contact-form-top > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.contact-container .contact-form-top > div > input {
  width: 100%;
  background: white;
  padding: 1rem;
  border: var(--margin-all);
}

.contact-container .contact-form-bottom {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.contact-container .contact-form-bottom label {
  width: 100%;
  text-align: left;
}

.contact-container .contact-form-bottom textarea {
  width: 100%;
  border: var(--margin-all);
  background-color: white;
  padding: 1rem;
  margin-bottom: 0;
  height: 10.5rem;
  resize: none;
}

.other-pages-row .contact-container .contact-form-bottom textarea {
  height: 20rem;
}

.contact-container .address-container span {
  padding: 0 2rem;
}

.contact-message-container {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  display: none;
  opacity: 0;
}

.contact-message-container .close-button {
  position: absolute; 
  top: 1rem;
  right: 1rem;
}

.contact-message {
  width: 100%;
  padding: 1.5rem;
  transition: opacity 200ms ease, margin-bottom 400ms ease, font-size 0s;
  background-color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: .1rem solid transparent;
  border-radius: 1rem;
}

.contact-message.success {
  visibility: visible;
  background-color: #DFFAE4;
  border-color: #12C62F;
  color: #12C62F;
}

.contact-message.error {
  visibility: visible;
  background-color: #F6E8E8;
  border-color:#C61212;
  color: #C61212;
}

.contact-message span {
  font-weight: 600; 
}

.contact-form-bottom > div {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
 /*END MODULO ws-pag-contact*/

/*START MODULO ws-pag-institutional*/ .institutional-menu-nav h2 {
  padding: 0 2rem 2rem;
  border-bottom: .1rem solid #e1e1e1;
  margin-bottom: 2rem;
}

.institutional-container > .container {
  display: flex;
  align-items: flex-start;
  column-gap: 2rem;
}

.institutional-container .content {
  background: #F9F9F9;
  padding: 2rem;
}

.institutional-menu-nav {
  background: var(--bg-secundary);
  width: 37rem;
  padding: 2rem 0;
  height: fit-content;
}

.institutional-menu-nav li a {
  padding: 1rem 2rem;
  height: 100%;
  display: block;
  transition: .2s ease;
}

.institutional-menu-nav li a:hover {
  color: var(--color-hover-menu);
  background-color: var(--bg-hover-menu);
}

.institutional-menu-nav li.actual {
  background: #D5D5D5;
}

.others-pages-container > .container {
  display: flex;
  column-gap: 2rem;
}

.others-pages-container .content {
  background: var(--bg-secundary);
  width: 100%;
  padding: 2rem;
  min-height: 100%;
}

.others-pages-container .content h1 {
  margin-bottom: 1rem;
}

.others-pages-container .content img,
.others-pages-container .content iframe {
  max-width: 100%;
}
 /*END MODULO ws-pag-institutional*/

/*START MODULO ws-footer-badges*/ [data-wsjs-badges] {
    display: flex;
    column-gap: 2rem;
    row-gap: 2rem;
    flex-wrap: wrap;
}

    [data-wsjs-badges] .badge-holder {
        height: 4rem;
        aspect-ratio: 6/2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:100%;
        text-align:center;
    }

    [data-wsjs-badges] li {
        border-radius: 1rem;
        padding: 1rem;
        align-items: center;
        display: flex;
        min-width: 15rem;
        background-color: white;
    }

        [data-wsjs-badges] li a {
            text-align: center;
        }

        [data-wsjs-badges] li#GoogleSafeBrowsing,
        [data-wsjs-badges] li#SSLLetsEncrypt {
            background-color: white;
        }


    [data-wsjs-badges] .badge-holder img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }
 /*END MODULO ws-footer-badges*/

/*START MODULO ws-adptionstyle*/ .LV_DIV_CARRINHO_V2 .LV_TABLE_CARRINHO_V2 .LV_LinhaCarrinhoItens_V2 .LV_LinhaCarrinhoDivQtd_V2 .LV_LinhaCarrinhoCampoQtd_V2 {
  width: 6rem;
}

#LVLinkBotaoContinuar{
  padding: 2rem !important;
  background-color: var(--bg-button-buyNow) !important;
  color: var(--color-button-buyNow) !important;
}

#LVLinkBotaoContinuarComprando, #LVLinkBotaoLimpar {
  padding: 2rem !important;
}

.UserAreaData .LV_DIV_CADASTRO {
  width: 100%;
  margin: 0;
  font-size: inherit;
  color: inherit;
  display:table;
}

.UserAreaData .LV_divCADASTRO_campos .LV_DIV_NOME_CAMPO_CAD2 {
  text-align: right;
  margin-right: 0;
  width: 100%;
  float: none;
}

.UserAreaData .LV_SizeCamposCad {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.UserAreaData .LV_divCADASTRO_campos {
  margin-bottom: 2rem;
}

.UserAreaData .LV_divCADASTRO_campos input[type="checkbox"] {
  width: 2rem;
}

.UserAreaData .LV_CAMPOS_DIV_CADASTRO {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.UserAreaData .LV_INVISIBLE_FIELD {
  display: none;
}

.UserAreaData .LV_CADASTRO_SHOWMSG {
  display: flex!important;
  font-size: inherit;
  margin: 0%;
  padding: 2rem 0;
}

.UserAreaData .LV_TIT_DIV_CADASTRO {
  font-weight: normal;
}

.LV_div_sem_produtos {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 2rem;
}

.LV_div_sem_produtos strong {
  font-weight: normal;
}

.LV_div_sem_produtos a {
  padding: 2rem;
  background-color: var(--bg-button-buyLater);
  color: var(--color-button-buyLater);
  width: fit-content;
}

.LV_CheckoutSmart_NumeroPedidoShow > strong {
  padding: 2rem 0 2rem 6rem;
}

ul.LV_MENU_CLIENTE {
    margin-top: 20px;
}

.LV_MENU_CLIENTE h2 {
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.LV_DivPedidoCliView {
    margin: 20px 0px;
}

.LV_DivBotaoVoltar {
    display: block;
    text-align: center;
}

.LV_AndamentoPedido li label {
    height: 50px;
}
 /*END MODULO ws-adptionstyle*/

/*START MODULO ws-pag-prod-rules*/ *[data-wsjs-force="none"] {
  display: none!important;
}

*[data-wsjs-infoHolder] {
  display: none;
}

.prod-photo-container .whithout-image [data-wsjs-icon] svg {
  width: 100%;
  height: 100%;
}

.prod-container {
    opacity: 1;
    transition: opacity .2s ease, font-size 0s;
    align-items: flex-start;
    padding: 2rem 0;
}

.prod-container h2 {
  margin-bottom: 1rem;
}

.prod-block-container {
  background-color: var(--bg-secundary);
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 2rem;
}

.available-section {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.prod-container.prod-to-load {
    opacity: 0;
}

.prod-inside-container {
    width: 100%;
    display: flex;
    column-gap: 2rem;
}

.prod-side-container {
    transition: all 200ms ease, font-size 0s;
}

.prod-container button span {
    margin-right: 1.4rem;   
}

.prod-inside-container .prod-side-container:first-child {
  position: relative;
  width: 60%;
}

.prod-inside-container .prod-side-container:last-child {
  width: calc(40% - 2rem);
}

/* Tags do Produto */
.prod-tags-container {
    display: flex;
    column-gap: 1rem;
}

/* Nome */ 
.prod-container h1 {
  margin-bottom: 0;
  font-weight: 600;
}

/* Codigo do Produto */
.prod-code-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.prod-code-container a {
    text-decoration: none;
}

/* Breve Descricao */
.prod-short-container > div {
  display: flex;
  flex-direction: column;
}

.prod-more-container {
  margin-top: -2rem;
}

/* Preco do Produto */
.prod-price-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.prod-price-main {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.prod-price-main .prod-price-off {
  text-decoration: line-through;
  font-weight: normal;
}

.prod-price-main .price-startingOff {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.prod-price-main .prod-price-sell {
  text-decoration: none;
  font-weight: bold;
}

/* Botoes de Compra */
.prod-buttons-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

/* Informacoes Adicionais */
.prod-progressiveDescount-container table {
  width: 100%;
}

.prod-progressiveDescount-container tbody {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.prod-progressiveDescount-container tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.prod-progressiveDescount-container tbody.alternative tr {
  grid-template-columns: 1fr 1fr;
}

.prod-progressiveDescount-container tbody.alternative th {
  text-align: left;
}


.prod-installments-container:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: .1rem solid #e1e1e1;
}

.prod-installments-container ul {
    column-count: 2;
}

.prod-installments-container li.without-fee {
    font-weight: 600;
}

.prod-installments-container li {
  padding-right: 2rem;
}

/* Frete */
.prod-shipping-form {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto 1fr;
}

.prod-shipping-warning {
  display: flex;
  margin-top: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 1rem;
  color: black;
}

.prod-shipping-form label {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  height: fit-content;
}

.prod-shipping-form input[type="text"] {
  width: 100%;
  border: var(--margin-all);
  background: white;
  padding: 1rem;
  grid-column-start: 1;
}

.prod-shipping-form button {
    margin-bottom: 0;
    width: fit-content;
    padding: 0 3.5rem;
    grid-column-start: 2;
    grid-column-end: 2;
}

[data-wsjs-shipping=container] .loader-container {
  width: auto;
  position: relative;
  height: fit-content;
  margin-top: 2rem;
}

[data-wsjs-shipping=container] ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: var(--margin-all);
}

[data-wsjs-shipping=container] ul li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

[data-wsjs-shipping=container] ul li span:first-child {
  text-align: left;
}

[data-wsjs-shipping=container] ul li span:last-child {
  text-align: right;
}
/* Video do Produto */
.prod-video-container iframe, .modal-container-2 iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* Botao Favorito */
.prod-social-container {
    display: flex;
    column-gap: 1rem;
}

.prod-social-container button {
  width: 100%;
}

.fav-holder {
    opacity: 0;
}

.prod-social-container .fav-active {
    transition: opacity .2s, font-size 0s;
    transform: translateX(calc(-200% + -.2rem));
    position: absolute;
    color: red;
    opacity: 0;
}

.prod-social-container .fav-not-active {
    transition: opacity .2s, font-size 0s;
    transform: translateX(calc(-200% + -.2rem));
    position: absolute;
    opacity: 1;
}

.active .fav-active {
    opacity: 1;
}

.active .fav-not-active {
    opacity: 0;
}

/* Botoa Compartilhar */
.prod-infos-social-promo-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.prod-infos-social-promo-container > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prod-container .prod-infos-social-promo-container button span {
  margin-right: 0;
}

.prod-infos-social-promo-container .prod-social-share-container {
  width: fit-content;
  position: initial;
}

.prod-infos-social-promo-container .prod-social-container-2:only-child {
  width: 100%;
  justify-content: flex-end;
}

.prod-social-container-2 .prod-social-share-container {
  display: flex;
}

.prod-social-share-container {
    width: 100%;
    position: relative;
}

.prod-infos-social-promo-container .prod-social-share-items {
  right: 0;
  left: auto;
  top: 100%;
  width: fit-content;
  gap: 20px;
  padding: 10px;
}

.prod-infos-social-promo-container button {
  padding: 1rem;
  background: transparent;
  border: none;
}

.prod-social-share-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    transition: transform .4s, font-size 0s;
    transform-origin: bottom;
    transform: rotateX(90deg);
}

.prod-social-share-items a {
    cursor: pointer;
    display: flex;
}

.prod-social-share-items svg {
  width: 1.5rem;
  height: 1.5rem;
}

.share-copy-item {
    transition: transform .5s, font-size 0s;
}

/* Descricoes */
div#prod-description-block {
  scroll-margin-top: 120px;
}

.prod-descriptions-container div div p {
    max-width: 100%;
    max-height: 20vh;
    overflow: auto;
}

/* Produto Indisponivel */
.prod-block-container .contact-container .contact-form-top {
  display: flex;
  flex-direction: column;
}

.prod-block-container .contact-container {
  display: block;
}

/* Login */
.prod-info-login p {
  margin-bottom: 2rem;
}

.prod-info-login button {
    margin-bottom: 2rem;
}

.prod-info-login button:last-child {
    background: #E3E3E3;
    color: #8C8C8C;
}

.prod-info-login button:last-child:hover {
    background: #CACACA;
}

/* Seletor de Quantidade */
.prod-quantity-container {
  display: flex;
  align-items: center;
}

.prod-quantity-container label {
  margin-bottom: 0;
}

/* Relacionados */
.prod-list-related {
  padding: 0 0 2rem;
}

.prod-list-related .keen-slider,
.prod-list-related .prod-list-titles {
  grid-column-start: 1!important;
  grid-column-end: 4!important;
}

.prod-list-related .arrow {
  grid-row: 3;
  margin: 0;
}

.prod-list-related .arrow--prev {
  justify-self: flex-start;
  margin-left: 2rem;
}

.prod-list-related .arrow--next {
  justify-self: flex-end;
  margin-right: 2rem;
}

.prod-list-related .prod-list-titles {
  align-items: flex-start;
  pointer-events: none;
}

/* Campo de Quantidade */
.prod-quantity {
    background: white;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    border: var(--margin-all);
}

.prod-quantity span:first-child {
    line-height: 1.5rem;
}

.prod-quantity span {
    user-select: none;
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.8rem;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    align-items: center;
    cursor: pointer;
    color: #A3A3A3;
}

.prod-quantity span:hover {
    background: #EBEBEB;
}

input[name="TxtQtdAdd"] {
    text-align: center;
    width: 10rem;
    background: transparent;
}

input[name="TxtQtdAdd"]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
}

input[name="TxtQtdAdd"] { 
   -moz-appearance: textfield;
   appearance: textfield;
}
input[name="TxtQtdAdd"]:focus, input[name="TxtQtdAdd"]:hover, input[name="TxtQtdAdd"] {
  box-shadow: none!important;
  outline: none!important;
  border: none!important;
}

/* Slides de Fotos */
.prod-photo-container {
  display: flex;
  margin-bottom: 2rem;
  min-width: 520px;
  height: fit-content;
  aspect-ratio: 1/0.833333;
}

.prod-photo-container [data-wsjs-product="dots"] {
  width: 12rem;
  height: 100%;
  max-height: 100%;
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.prod-photo-container [data-wsjs-product="dots"] img {
  height: fit-content;
}

[data-wsjs-product="dots"] .iframe-overlay {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 140%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

[data-wsjs-product="dots"] .iframe-overlay [data-wsjs-icon] svg {
  width: 100%;
  height: 100%;
  transition: 300ms ease, font-size 0s;
  background-color: rgba(0, 0, 0, .8);
}

.prod-photo-container [data-wsjs-product="photos"] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.prod-photo-container [data-wsjs-product="dots"] img,
.prod-photo-container [data-wsjs-product="photos"] img {
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
  min-height: auto;
}

.prod-photo-container [data-wsjs-product="photos"] img {
  height: fit-content;
  cursor: zoom-in;
}

.prod-photo-container [data-wsjs-product="photos"] {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  width: calc(100% - 120px);
  height: 100%;
}

.prod-photo-container [data-wsjs-product="photos"] zoom {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.prod-photo-container [data-wsjs-product="photos"] .arrow + .keen-slider {
  width: calc(100% - 16rem);
}

.prod-photo-container [data-wsjs-product="dots"] .img-placeholder {
  font-size: 1rem;
}

.prod-photo-container [data-wsjs-product="photos"] .keen-slider,
.prod-photo-container [data-wsjs-product="dots"] .keen-slider  {
  height: 100%;
}

.prod-photo-container [data-wsjs-product="photos"] .keen-slider .keen-slider__slide > div,
.prod-photo-container [data-wsjs-product="dots"] .keen-slider .keen-slider__slide > div {
  border-radius: var(--radius-custom);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: white;
}

.prod-photo-container [data-wsjs-product="dots"] .keen-slider .keen-slider__slide > div {
  width: 10rem;
  padding: .5rem;
  height: auto;
}

.prod-photo-container [data-wsjs-product="photos"] .keen-slider .keen-slider__slide > div {
  width: 100%;
  height: 100%;
}

*[data-wsjs-product="dots"] .keen-slider .keen-slider__slide {
  box-sizing: border-box;
  transition: border .2s ease, font-size 0s;
  padding: .2rem;
}

*[data-wsjs-product="dots"] .keen-slider .keen-slider__slide > div {
  border: .1rem transparent solid;
  cursor: pointer;
}

*[data-wsjs-product="dots"] .keen-slider .keen-slider__slide.active > div {
  border: .1rem #C9C9C9 solid;
  background-color: white;
}

.prod-photo-container .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

*[data-wsjs-product="photos"] .keen-slider .keen-slider__slide {
  width: 100%!important;
  min-width: 100%!important;
  max-width: 100%!important;
}

*[data-wsjs-product="dots"] .arrow span {
  transform: rotateZ(90deg);
}

*[data-wsjs-product="dots"] .arrow {
  margin: 0 auto;
}

/* Descricoes */
.prod-main-block-descriptions {
  padding: 0 2rem;
  background-color: var(--bg-secundary);
  display: flex;
  flex-direction: column;
}

.trustvox-pag-prod {
  background-color: var(--bg-secundary);
  padding: 2rem;
}

.prod-main-block-descriptions > div:first-child {
  margin-top: 2rem;
}

.prod-main-block-descriptions > div {
  margin-bottom: 2rem;
}

.prod-main-block-descriptions > div:only-child {
  margin: 2rem 0;
}

.prod-description-container > div:not(:last-child) {
  margin-bottom: 2rem;
}

.prod-description-container p {
  min-height: 2rem;
}

.prod-description-container * {
  max-width: 100%;
}

/* Caracteristicas do Produto */
.prod-features-container table {
  width: 100%;
}

.prod-features-container {
  width: 100%;
}

.prod-features-container tr {
  padding: 2rem;
  display: flex;
}

.prod-features-container tr td,
.prod-features-container tr th {
  width: 50%;
  display: flex;
}

.prod-features-container tr:nth-child(even) {
  background-color: #E5E5E5;
}

.prod-features-container tr:nth-child(odd) {
  background-color: #F5F5F5;
}

/* Carregamento */
.loader-container {
    position: fixed;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all 200ms ease, font-size 0s;
}

.loader-container .loader {
 border: 3px solid rgba(0, 0, 0, 0.1);
 width: 60px;
 height: 60px;
 border-radius: 50%;
 border-left-color: #666;
  animation: is-rotating 1s infinite ease;
}

.prod-shipping-container .loader-container {
  z-index: 1;
  position: relative;
}

@keyframes is-rotating {
    to {
        transform: rotateZ(1turn);
    }
}

/* Variacoes de Produto */
.sub-produtos-container {
  display: contents;
}

.sub-produtos {
  display: contents;
  flex-direction: column;
  row-gap: 2rem;
}

#LV_DIV_GENERO,
#LV_DIV_GENERO_2,
#LV_DIV_GENERO_3 {
  padding-right: 2rem;
  border: var(--margin-all);
  background: white;
}

.LV_COMBO_PROD_GENERO {
  display: flex;
  width: 100%;
  border: none;
  padding: 1rem;
  padding-right: 2rem;
  padding-right: 0;
  background: transparent;
}

.LV_COMBO_PROD_GENERO::-ms-expand {
  background-color: transparent;
}

.LV_GENERE_LISTA strong {
  font-weight: bold;
}

.LV_GENERE_LISTA ul {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}

.LV_GENERE_LISTA ul li {
  border: .1rem solid transparent;
}

.LV_GENERE_LISTA.LV_GENERO_1 ul li {
  overflow: hidden;
}

.LV_GENERE_LISTA ul li a {
  background-color: #ececec;
  padding: 1rem;
  width: fit-content;
  height: fit-content;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 0.4rem;
  transition: .2s ease, font-size 0s;
  min-width:4rem;
}

.LV_GENERE_LISTA.LV_GENERO_2 ul li a,
.LV_GENERE_LISTA.LV_GENERO_3 ul li a,
.LV_GENERE_LISTA.LV_GENERO_1209 ul li a {
  width: initial;
  min-width: 4rem;
  height: 4rem;
}

.LV_GENERE_LISTA ul li {
  border-radius: 0.5rem;
  border: 1px solid #707070;
  transition: .3s ease, font-size 0s;
  position: relative;
}

.LV_GENERE_LISTA ul li.LV_GENERO_INDISPONIVEL {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.LV_GENERE_LISTA ul li.LV_GENERO_INDISPONIVEL a,
.LV_GENERE_LISTA ul li.LV_GENERO_INDISPONIVEL span {
  opacity: .5;
}

.LV_GENERE_LISTA ul li.LV_GENERO_INDISPONIVEL::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAuOTEgMjQwLjkxIj4NCgkJCTxwYXRoIGZpbGw9IiNBMTAwMDAiIGQ9Ik0xMjAuNDUgMEM1My45MSAwIDAgNTMuOTIgMCAxMjAuNDVTNTMuOTEgMjQwLjkgMTIwLjQ1IDI0MC45IDI0MC45IDE4Ni45OSAyNDAuOSAxMjAuNDUgMTg3IDAgMTIwLjQ1IDBabTQyLjkxIDE2My4zNmMtNC4zNyA0LjM3LTExLjQ2IDQuMzctMTUuODMgMGwtMjcuMDgtMjcuMDgtMjcuMDggMjcuMDhjLTQuMzcgNC4zNy0xMS40NiA0LjM3LTE1LjgzIDAtNC4zNy00LjM3LTQuMzctMTEuNDYgMC0xNS44M2wyNy4wOC0yNy4wOC0yNy4wOC0yNy4wOGMtNC4zNy00LjM3LTQuMzctMTEuNDYgMC0xNS44MyA0LjM3LTQuMzcgMTEuNDYtNC4zNyAxNS44MyAwbDI3LjA3IDI3LjA4IDI3LjA4LTI3LjA4YzQuMzctNC4zNyAxMS40Ni00LjM3IDE1LjgzIDAgNC4zNyA0LjM3IDQuMzcgMTEuNDYgMCAxNS44M2wtMjcuMDcgMjcuMDcgMjcuMDggMjcuMDhjNC4zNyA0LjM3IDQuMzcgMTEuNDYgMCAxNS44M1oiPjwvcGF0aD4NCgkJPC9zdmc+);
  display: flex;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100rem;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}


.LV_GENERE_LISTA ul li:not(.LV_GENERO_INDISPONIVEL):hover {
  box-shadow: 0 0 0 2px #aaa;
}

.LV_GENERE_LISTA ul li.LV_GENERO_SELECTED {
  box-shadow: 0 0 0 2px #aaa;
  border: 1px solid #222222;
}

.LV_GENERE_LISTA ul li a {
  transition: .3s ease, font-size 0s;
  user-select: none;
}

.LV_GENERE_LISTA.LV_GENERO_1 ul li a {
  padding: 0;
}

.LV_GENERE_LISTA.LV_GENERO_1 ul li a span {
  min-width: 4rem;
  min-height: 4rem;
  width: fit-content;
  height: fit-content;
  display: flex;
}

.LV_GENERE_LISTA.LV_GENERO_1 ul li a span span {
  width: 100%;
  height: 100%;
  display: flex;
  color: transparent;
  font-size: 0;
}

.LV_GENERE_LISTA.LV_GENERO_1 ul li a span span + span {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
}

.LV_CAMPOS_ADD_PROD {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.LV_CAMPOS_ADD_PROD label {
  display: flex;
  align-content: center;
  align-items: flex-start;
  background: transparent;
  position: relative;
  height: 100%;
}

.LV_CAMPOS_ADD_PROD label:before {
  content: '';
  background: white;
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}

.LV_CAMPOS_ADD_PROD .LVCampoAddTit {
  display: none;
}

.LV_CAMPOS_ADD_PROD input {
  border: var(--margin-all);
  padding: 10px;
  background: transparent;
  width: 100%;
  height: 90%;
  box-sizing: border-box;
}

.LV_CAMPOS_ADD_PROD label span:last-child:not(:empty) {
  display: flex;
  align-items: center;
  background: transparent;
  z-index: 2;
  margin: auto;
  padding: 0 1rem;
}

.LVCamposAddTexto, .LVCamposAddCombo {
  z-index: 2;
}

select.LVCamposAddTexto {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  line-height: 2.4rem;
  padding: 1rem;
}

select.LVCamposAddTexto + span:empty {
  min-width: 2rem;
}

.modal-div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .95);
  transition: .4s ease, font-size 0s;
  gap: 20px;
  overflow: clip;
  opacity: 0;
  z-index: 10;
}


.modal-div .keen-slider {
  height: calc(100%  - 4rem)!important;
  max-width: 60%!important;
  background-color: #ffffff;
}

.modal-div .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.modal-div .keen-slider__slide > div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-div img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.modal-div .arrow {
  background-color: transparent;
  color: white;
  fill: white;
  width: 3rem;
  height: 3rem;
}

.modal-div .arrow:hover {
  background-color: #333;
}

.modal-div .arrow span[data-wsjs-icon] svg {
  background-color: transparent;
  color: white;
  fill: white;
}

.modal-div .close-button {
  position: absolute;
  padding: 1rem;
  transform: scale(1.3);
  right: 3rem;
  top: 3rem;
  cursor: pointer;
}

.modal-div .close-button svg {
  color: white;
  fill: white;
}


/* Compre Junto */ 
.produtos-compre-junto {
  padding-top: 2rem;
}

.compre-junto-linha {
  display: flex;
  column-gap: 2rem;
}

.compre-junto-linha .compre-junto-linha-itensblock {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.compre-junto-imgs a, .compre-junto-imgs {
  width: fit-content;
  display: block;
}

.compre-junto-mais, .compre-junto-mais {
  width: fit-content;
  margin: auto 0;
}

.compre-junto-infos-prod {
  padding: 0 2rem;
  display: grid;
  row-gap: 2rem;
  grid-template-rows: auto 1fr;
}

.compre-junto-item-preco-de {
  display: none;
}

.compre-junto-total-preco-de{
  text-decoration: line-through;
}

.compre-junto-total {
  background-color: white;
  padding: 0 2rem;
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compre-junto-item {
  width: min-content;
  box-sizing: border-box;
  background: white;
  padding: 2rem 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.compre-junto-subprods {
  width: 100%;
  padding: 0 1.2rem;
  box-sizing: border-box;
  border: var(--margin-all);
}

.compre-junto-subprods select,
.compre-junto-subprods select:focus {
  width: 100%;
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  padding: 1.5rem 0;
}

.compre-junto-botao-comprar {
  width: 100%;
  height: 4.3rem;
  margin-bottom: 1rem;
  border: none;
  background: #A3A3A3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}







/* Modal de Zoom */
.prod-side-container [data-wsjs-contact=modal] {
  transition: .4s ease, font-size 0s;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  flex-direction: row;
}

[data-wsjs-contact=modal] form {
  width: fit-content;
  padding: 2rem;
  background-color: #ECECEC;
}

[data-wsjs-contact=modal] > div {
  display: flex;
  column-gap: 2rem;
}

.float-footer-container {
  position: fixed;
  bottom: 0;
  background: #F5F5F5;
  width: 100%;
  left: 0;
  padding: 2rem;
  z-index: 1;
  transition: .3s, font-size 0s;
}

.float-footer-container .prod-price-main {
  justify-content: center;
}

.prod-social-container .social-button-container [data-wsjs-icon] svg {
  transition: .2s, font-size 0s;
}

.prod-social-container-2 > button [data-wsjs-icon] svg {
  cursor: pointer;
  transition: 200ms ease, font-size 0s;
}

.prod-social-container-2 .active [data-wsjs-icon] svg,
.prod-social-container .social-button-container .active [data-wsjs-icon] svg {
  fill: #de0000;
  color: #de0000;
}

[data-wsjs-product="buttonFavorite"].active svg,
span[data-wsjs-product="buttonFavorite"].active svg {
  fill: #de0000!important;
  color: #de0000!important;
}

.promo-timer {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.promo-timer > div {
  padding: 2rem;
  width: 8rem;
  height: 8rem;
  background: white;
  border: 0.3rem solid #BFBFBF;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.promo-timer > div::after {
  content: attr(data-wsjs-timer);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

[data-wsjs-product-state] {
  position: relative;
}

.js-image-zoom__zoomed-image {
  border: .1rem #C9C9C9 solid;
}

.modal-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: .4s ease, font-size 0s;
  z-index: 10;
  opacity: 0;
  background-color: rgba(255, 255, 255, 1);
}

.modal-container-2 [data-wsjs-product="modal"],
.modal-container-2 [data-wsjs-product="dots"] {
  max-width: 100%;
  width: 100%;
}

.modal-container-2 [data-wsjs-product="modal"] {
  max-height: 75vh;
  margin-bottom: 2vh;
}

.modal-container-2 [data-wsjs-product="modal"] .keen-slider {
  max-height: 100%;
}

.modal-container-2 [data-wsjs-product="dots"] {
  max-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}

.modal-container-2 [data-wsjs-product="dots"] span.arrow.icon-ws,
.modal-container-2 [data-wsjs-product="dots"] span.arrow.icon-ws:hover {
  background-color: white;
  transform: rotateZ(-90deg);
  width: 4rem;
  height: 4rem;
}

.modal-container-2 [data-wsjs-product="dots"] span.arrow.icon-ws:hover svg {
  fill: #444;
}

.modal-container-2 [data-wsjs-product="dots"] .keen-slider {
  max-height: 100%;
  width: 100vw;
}

.modal-container-2 [data-wsjs-product="modal"] .keen-slider .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container-2 [data-wsjs-product="modal"] .keen-slider .keen-slider__slide > div,
.modal-container-2 [data-wsjs-product="modal"] .keen-slider .keen-slider__slide > div > img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.modal-container-2 [data-wsjs-product="dots"] .keen-slider .keen-slider__slide > div {
  width: 100%;
  max-height: 100%;
  height: 100%;
  border: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: flex;
  border-radius: 0;
}

.modal-container-2 [data-wsjs-product="dots"] .keen-slider .keen-slider__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.modal-container-2 .close-button {
  position: absolute;
  padding: 1rem;
  transform: scale(1.3);
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
}

table#LV_TABLE_SUBPRODUTOS {
    border: 1px solid #CCC;
    padding: 10px;
}

.LV_TABLE_SUBPRODUTOS tr td {
    border-bottom: 1px solid #CCC;
    padding: 5px;
}

    .LV_TABLE_SUBPRODUTOS tr td select {
        padding: 5px 10px;
    }

.cashback-container {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #E3E3E3;
  padding: 2rem;
  align-items: center;
  gap: 1rem;
}

.cashback-container .cashback__msg-holder > span {
  font-weight: 600;
}

/* popup/modal parcelas */
.prod-installments-container > a {
  text-decoration: underline;
  color: #2868C6;
  cursor: pointer;
}
.ws-modal-parcelas {
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.ws-modal-parcelas.modalInstallmentOpen {
  display: flex;
  padding: 2rem;
}

.ws-modal-parcelas .ws-modal-parcelas-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  color: #fff;
  font-size: 4rem;
  
}

.ws-modal-parcelas h2 {
  color: #333333;
  font-size: 2.4rem;
  color: #333333;
  font-size: 2.4rem;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 3rem;
}

.ws-modal-parcelas h3 {
  font-size: 1.6rem;
  padding-bottom: 2rem;
}

.ws-modal-parcelas__wrapper {
  width: 100%;
  max-width: 80rem;
  max-height: 100%;
  display: flex;
  height: 100%;
  max-height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.ws-modal-parcelas .ws-modal-parcelas-content::-webkit-scrollbar {
    width: .8rem;
    background-color: #F7F7F7;
    border-radius: 10rem;
}

.ws-modal-parcelas .ws-modal-parcelas-content::-webkit-scrollbar-track {
  border-radius: 10rem;
  width: 1rem;
}

.ws-modal-parcelas .ws-modal-parcelas-content::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background-color: #9F9F9F;
}

.ws-modal-parcelas .ws-modal-parcelas-content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 3rem;
  overflow-y: auto;
}

.ws-modal-parcelas .ws-modal-parcelas-content > div:not(:last-child) {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 3rem;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-installments-list > div {
  display: grid;
  grid-template-columns: auto auto;
}

.ws-modal-parcelas .ws-modal-parcelas-another-payment-methods .ws-modal-parcelas-payment-methods-icons-holder {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-payment-methods-icons-holder .credit-card-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-payment-methods-icons-holder .credit-card-wrapper > span::first-letter {
  text-transform: capitalize;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-payment-methods .ws-modal-parcelas-payment-methods-icons-holder {
  display: flex;
  gap: .5rem;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-payment-methods-icons-holder .credit-card-container {
  padding: .5rem;
  aspect-ratio: 3 / 2;
  min-height: 3rem;
  max-height: 3rem;
  background-color: #fff;
  border-radius: .5rem;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-another-payment-methods svg,
.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-payment-methods svg {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: initial;
  box-sizing: border-box;
}

.ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-another-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 900px) {
  .ws-modal-parcelas .ws-modal-parcelas-content {
    position: relative;
    height: 100%;
  }
  .ws-modal-parcelas > .ws-modal-parcelas-close {
    color: #222222;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    padding: 0.5rem;
  }

  .ws-modal-parcelas .ws-modal-parcelas-content > .ws-modal-parcelas-close {
    display: initial;
    top: 2rem;
    right: 2rem;
  }
  
  .ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-installments-list > div {
    grid-template-columns: auto;
  }
}

@media (max-width: 350px) {
  .ws-modal-parcelas .ws-modal-parcelas-content .ws-modal-parcelas-installments-list ul {
    grid-template-columns: auto;
  }
}

/* imagens abaixo do produto */
.prod-photo-container.listing-photos-container {
  flex-direction: column-reverse;
  aspect-ratio: initial;
  min-width: initial;
}

.prod-photo-container.listing-photos-container [data-wsjs-product="photos"] {
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.prod-photo-container [data-wsjs-product="dots"].listing-photos-container__dots {
  width: 100%;
  height: 100%;
  display: flex;
}

.prod-photo-container [data-wsjs-product="dots"].listing-photos-container__dots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.prod-photo-container [data-wsjs-product="dots"].listing-photos-container__dots > div {
  cursor: zoom-in;
}

/* fim imagens abaixo do produto */

/* kits */
#kits-container:empty {
  display: none;
}

#kits-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#kits-container .kit-combo-wrapper {
  padding-right: 2rem;
  border: var(--margin-all);
  background: white;
  border-radius: var(--radius-custom);
}

.kit-combo-wrapper {
  padding-right: 2rem;
  border: var(--margin-all);
}

/* fim kits */
 /*END MODULO ws-pag-prod-rules*/

/*START MODULO ws-checkout-header*/ /* css 17-01-25 */
#ws-carrinhoNovo header {
  box-shadow: 0px 0px 10px #00000029;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-header);
  border-bottom: 0.1rem solid #ddd;
  height: 10rem !important;
  z-index: 3;
  padding: 0.5rem 2rem;
  position: fixed;
  width: 100%;
  flex-direction: row;
  transition: ease 400ms;
}

#ws-carrinhoNovo header.menor {
  height: 8rem;
}

#ws-carrinhoNovo .logo {
  height: 100%;
  width: 20rem;
  max-width: 20rem;
}

#ws-carrinhoNovo .logo a {
  width: fit-content;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 100%;
}

#ws-carrinhoNovo .logo a img {
  height: initial;
  width: initial;
  max-height: 100%;
  max-width: 100%;
}

#ws-carrinhoNovo .progresso-barra {
  display: flex;
  justify-content: space-between;
  width: 47rem;
  position: relative;
  margin-top: 2.7rem;
}


#ws-carrinhoNovo .progresso-barra .progresso-barra__barraFundo {
  background-color: var(--color-header);
  position: absolute;
  width: 100%;
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
  width: 43rem;
  height: .3rem;
  left: 2rem;
  position: absolute;
  top: 0.7rem;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  position: absolute;
  background-color: var(--color-header);
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso>span {
  font-size: 1rem;
  color: var(--color-header);
}

#ws-carrinhoNovo .progresso-barra .progresso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3rem;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive {
  border: 2px solid var(--color-header);
  background-color: var(--color-header);
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  display: none;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: var(--bg-header);
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 0.6rem;
  width: 100%;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  height: 1.7rem;
  width: 1.7rem;
  background-color: var(--color-header);
}

#ws-carrinhoNovo .progresso .bolinha {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--color-header);
  border-radius: 100%;
  position: relative;
  z-index: 2;
  background-color: var(--bg-header);
}

#ws-carrinhoNovo .progresso {
  font-size: 1rem;
}

#ws-carrinhoNovo .seguro {
  font-size: 1.2rem;
  color: var(--color-header);
  font-weight: bold;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 20rem;
}

#ws-carrinhoNovo .seguro svg {
  fill: var(--color-header);
  width: 2.2rem;
  height: 3rem;
}

/* mobile */
#ws-carrinhoNovo .mobile__progresso-barra {
  width: 100%;
  display: none;
  justify-content: center;
  padding: 12rem 2rem 2rem 2rem;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraFundo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso>span {
  color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra  .progresso .bolinha{
  border: 2px solid #222222;
  background-color: #ffffff;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive {
  background-color: #222222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  background-color: #222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: #fff;
}

@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
    width: calc(100% - 4.8rem);
  }

  #ws-carrinhoNovo .progresso-barra {
    width: 100%;
  }

  #ws-carrinhoNovo .seguro {
    width: 40%;
  }

  #ws-carrinhoNovo header>.progresso-barra {
    display: none;
  }
  
  #ws-carrinhoNovo .mobile__progresso-barra {
    display: flex;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  #ws-carrinhoNovo header {
    position: relative;
  }

  #ws-carrinhoNovo .seguroText {
    max-width: 10rem;
    line-height: 1.4rem;
  }

  #ws-carrinhoNovo .mobile__progresso-barra {
    padding: 2rem;
  }
}

@media screen and (max-width: 530px) {
  #ws-carrinhoNovo header {
    gap: 2rem;
  }

  #ws-carrinhoNovo .seguro {
    width: 100%;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}
 /*END MODULO ws-checkout-header*/

/*START MODULO ws-checkout-header*/ /* css 17-01-25 */
#ws-carrinhoNovo header {
  box-shadow: 0px 0px 10px #00000029;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-header);
  border-bottom: 0.1rem solid #ddd;
  height: 10rem !important;
  z-index: 3;
  padding: 0.5rem 2rem;
  position: fixed;
  width: 100%;
  flex-direction: row;
  transition: ease 400ms;
}

#ws-carrinhoNovo header.menor {
  height: 8rem;
}

#ws-carrinhoNovo .logo {
  height: 100%;
  width: 20rem;
  max-width: 20rem;
}

#ws-carrinhoNovo .logo a {
  width: fit-content;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 100%;
}

#ws-carrinhoNovo .logo a img {
  height: initial;
  width: initial;
  max-height: 100%;
  max-width: 100%;
}

#ws-carrinhoNovo .progresso-barra {
  display: flex;
  justify-content: space-between;
  width: 47rem;
  position: relative;
  margin-top: 2.7rem;
}


#ws-carrinhoNovo .progresso-barra .progresso-barra__barraFundo {
  background-color: var(--color-header);
  position: absolute;
  width: 100%;
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
  width: 43rem;
  height: .3rem;
  left: 2rem;
  position: absolute;
  top: 0.7rem;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  position: absolute;
  background-color: var(--color-header);
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso>span {
  font-size: 1rem;
  color: var(--color-header);
}

#ws-carrinhoNovo .progresso-barra .progresso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3rem;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive {
  border: 2px solid var(--color-header);
  background-color: var(--color-header);
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  display: none;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: var(--bg-header);
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 0.6rem;
  width: 100%;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  height: 1.7rem;
  width: 1.7rem;
  background-color: var(--color-header);
}

#ws-carrinhoNovo .progresso .bolinha {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--color-header);
  border-radius: 100%;
  position: relative;
  z-index: 2;
  background-color: var(--bg-header);
}

#ws-carrinhoNovo .progresso {
  font-size: 1rem;
}

#ws-carrinhoNovo .seguro {
  font-size: 1.2rem;
  color: var(--color-header);
  font-weight: bold;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 20rem;
}

#ws-carrinhoNovo .seguro svg {
  fill: var(--color-header);
  width: 2.2rem;
  height: 3rem;
}

/* mobile */
#ws-carrinhoNovo .mobile__progresso-barra {
  width: 100%;
  display: none;
  justify-content: center;
  padding: 12rem 2rem 2rem 2rem;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraFundo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso>span {
  color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra  .progresso .bolinha{
  border: 2px solid #222222;
  background-color: #ffffff;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive {
  background-color: #222222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  background-color: #222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: #fff;
}

@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
    width: calc(100% - 4.8rem);
  }

  #ws-carrinhoNovo .progresso-barra {
    width: 100%;
  }

  #ws-carrinhoNovo .seguro {
    width: 40%;
  }

  #ws-carrinhoNovo header>.progresso-barra {
    display: none;
  }
  
  #ws-carrinhoNovo .mobile__progresso-barra {
    display: flex;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  #ws-carrinhoNovo header {
    position: relative;
  }

  #ws-carrinhoNovo .seguroText {
    max-width: 10rem;
    line-height: 1.4rem;
  }

  #ws-carrinhoNovo .mobile__progresso-barra {
    padding: 2rem;
  }
}

@media screen and (max-width: 530px) {
  #ws-carrinhoNovo header {
    gap: 2rem;
  }

  #ws-carrinhoNovo .seguro {
    width: 100%;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}
 /*END MODULO ws-checkout-header*/

/*START MODULO ws-checkout-header*/ /* css 17-01-25 */
#ws-carrinhoNovo header {
  box-shadow: 0px 0px 10px #00000029;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-header);
  border-bottom: 0.1rem solid #ddd;
  height: 10rem !important;
  z-index: 3;
  padding: 0.5rem 2rem;
  position: fixed;
  width: 100%;
  flex-direction: row;
  transition: ease 400ms;
}

#ws-carrinhoNovo header.menor {
  height: 8rem;
}

#ws-carrinhoNovo .logo {
  height: 100%;
  width: 20rem;
  max-width: 20rem;
}

#ws-carrinhoNovo .logo a {
  width: fit-content;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 100%;
}

#ws-carrinhoNovo .logo a img {
  height: initial;
  width: initial;
  max-height: 100%;
  max-width: 100%;
}

#ws-carrinhoNovo .progresso-barra {
  display: flex;
  justify-content: space-between;
  width: 47rem;
  position: relative;
  margin-top: 2.7rem;
}


#ws-carrinhoNovo .progresso-barra .progresso-barra__barraFundo {
  background-color: var(--color-header);
  position: absolute;
  width: 100%;
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
  width: 43rem;
  height: .3rem;
  left: 2rem;
  position: absolute;
  top: 0.7rem;
}

#ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  position: absolute;
  background-color: var(--color-header);
  height: 100%;
}

#ws-carrinhoNovo .progresso-barra .progresso>span {
  font-size: 1rem;
  color: var(--color-header);
}

#ws-carrinhoNovo .progresso-barra .progresso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3rem;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive {
  border: 2px solid var(--color-header);
  background-color: var(--color-header);
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  display: none;
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: var(--bg-header);
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 0.6rem;
  width: 100%;
}

#ws-carrinhoNovo .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  height: 1.7rem;
  width: 1.7rem;
  background-color: var(--color-header);
}

#ws-carrinhoNovo .progresso .bolinha {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--color-header);
  border-radius: 100%;
  position: relative;
  z-index: 2;
  background-color: var(--bg-header);
}

#ws-carrinhoNovo .progresso {
  font-size: 1rem;
}

#ws-carrinhoNovo .seguro {
  font-size: 1.2rem;
  color: var(--color-header);
  font-weight: bold;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 20rem;
}

#ws-carrinhoNovo .seguro svg {
  fill: var(--color-header);
  width: 2.2rem;
  height: 3rem;
}

/* mobile */
#ws-carrinhoNovo .mobile__progresso-barra {
  width: 100%;
  display: none;
  justify-content: center;
  padding: 12rem 2rem 2rem 2rem;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraFundo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso-barra__barraContainer .progresso-barra__conteudo {
  background-color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso-barra .progresso>span {
  color: #222;
}

#ws-carrinhoNovo .mobile__progresso-barra  .progresso .bolinha{
  border: 2px solid #222222;
  background-color: #ffffff;
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive {
  background-color: #222222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .mobile__progresso-barra .progresso .bolinha.bolinhaActive.bolinhaMainActive {
  background-color: #222;
  border: 2px solid rgba(34, 34, 34);
}

#ws-carrinhoNovo .progresso .bolinha svg {
  stroke: #fff;
}

@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo .progresso-barra .progresso-barra__barraContainer {
    width: calc(100% - 4.8rem);
  }

  #ws-carrinhoNovo .progresso-barra {
    width: 100%;
  }

  #ws-carrinhoNovo .seguro {
    width: 40%;
  }

  #ws-carrinhoNovo header>.progresso-barra {
    display: none;
  }
  
  #ws-carrinhoNovo .mobile__progresso-barra {
    display: flex;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  #ws-carrinhoNovo header {
    position: relative;
  }

  #ws-carrinhoNovo .seguroText {
    max-width: 10rem;
    line-height: 1.4rem;
  }

  #ws-carrinhoNovo .mobile__progresso-barra {
    padding: 2rem;
  }
}

@media screen and (max-width: 530px) {
  #ws-carrinhoNovo header {
    gap: 2rem;
  }

  #ws-carrinhoNovo .seguro {
    width: 100%;
  }

  #ws-carrinhoNovo .progresso .bolinha.bolinhaActive:not(.bolinhaMainActive) svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 0.6rem;
  }
}
 /*END MODULO ws-checkout-header*/

/*START MODULO ws-checkout-cart*/ body {
  transition: opacity .4s ease, font-size 0s;
}

html {
  scroll-padding: 10rem;
}

.base-checkout-data, .base-checkout-data2{ 
  display: none !important;
}

#ws-carrinhoNovo {
  background-color: #f9f9f9;
  color: #333;
}

#ws-carrinhoNovo p {
  font-size: 1.4rem;
  text-align: initial;
}

#ws-carrinhoNovo main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 80rem;
}

#ws-carrinhoNovo .checkout-content.startingCart {
  visibility: hidden;
}

#ws-carrinhoNovo .checkout-content>section,
#ws-carrinhoNovo .checkout-content>main>section {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

#ws-carrinhoNovo .recomendacoes h2,
#ws-carrinhoNovo .itensCarrinho h2,
#ws-carrinhoNovo .resumo h2,
#ws-carrinhoNovo .frete h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

#ws-carrinhoNovo .optionsButtonItensCar {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 2rem;
}

#ws-carrinhoNovo .ButtonOptionsCar {
  padding: 1rem 2rem;
  font-size: 1.4rem;  
  color: #999999;
  transition: background-color 400ms ease, color 400ms ease;
  border-radius: 1rem;
  user-select: none;
  cursor: pointer;
}

#ws-carrinhoNovo .ButtonOptionsCar:hover {
  background-color: #E8E8E8;
  color: #222222;
}

#ws-carrinhoNovo .voltarCompras {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
  gap: 1rem;
}

#ws-carrinhoNovo .voltarCompras>p {
  font-size: 2.4rem;
  text-align: center;
}

#ws-carrinhoNovo .voltarCompras>a {
  cursor: pointer;
  background: #444444;
  height: 6rem;
  color: #fff;
  width: fit-content;
  padding: 2rem;
  font-size: 1.8rem;
  display: flex;
  text-decoration: none;
  align-items: center;

}

#ws-carrinhoNovo .frete-mensagem {
  width: 100%;
  max-width: 80rem;
}

#ws-carrinhoNovo .frete {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}

#ws-carrinhoNovo .frete .cepInput {
  display: flex;
  gap: 2rem;
  align-items: center;
}

#ws-carrinhoNovo .frete .cepInput>a {
  font-size: 1.4rem;
  color: #999999;
  text-decoration: underline;
  white-space: nowrap;
}

#ws-carrinhoNovo .freteInput {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

#ws-carrinhoNovo .frete .cepInput__infos {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  width: 33rem;
  height: 5rem;
}

#ws-carrinhoNovo .frete .cepInput__infos>input {
  width: 100%;
}

#ws-carrinhoNovo .errorMsgFrete {
  font-size: 1.4rem;
  color: #A70000;
  background: #a7000038;
  border-radius: 1rem;
  padding: 1rem;
  display: none;
}

#ws-carrinhoNovo .errorMsgCupom.hiddenMessageCupom {
  display: none;
}

#ws-carrinhoNovo .errorMsgCupom {
  font-size: 1.2rem;
  color: #A70000;
}

#ws-carrinhoNovo .frete .cepInput__infos input:focus-visible {
  outline: none;
}

.PageCheckoutCar #ws-carrinhoNovo input:focus {
    border: none !important;
    box-shadow: none;
}

#ws-carrinhoNovo .frete .cepInput__infos button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #222222;
}

#ws-carrinhoNovo .frete .opcoes {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5rem;
  align-items: center;
}

#ws-carrinhoNovo .frete .opcoes>input {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#ws-carrinhoNovo .frete .opcoes div .expectativeTempo {
  text-align: right;
}

#ws-carrinhoNovo .frete .opcoes div .expectativeTempo .shipping-priceDiscount {
  text-decoration: line-through;
}

#ws-carrinhoNovo .frete .opcoes>input:checked~div:after {
  display: flex;
}

#ws-carrinhoNovo .frete .opcoes>div:after {
  content: '';
  display: none;
  background-color: #EDEDED;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1rem;
  cursor: pointer;
}

#ws-carrinhoNovo .frete .opcoes div>span {
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

#ws-carrinhoNovo .frete .opcoes:hover {
  background-color: #EDEDED;
  border-radius: 1rem;
}

#ws-carrinhoNovo .frete .opcoes div {
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  width: 100%;
}

#ws-carrinhoNovo .frete .cepInput input {
  border: none;
  height: 100%;
}

#ws-carrinhoNovo .frete h2 {
  margin-bottom: 0;
}

#ws-carrinhoNovo .itensCarrinho h2 {
  padding-bottom: 0;
}

#ws-carrinhoNovo .produto {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#ws-carrinhoNovo .itemCar:first-of-type {
  padding-top: 2rem;
}

#ws-carrinhoNovo .itemCar .produtoImg {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  grid-column: 2;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

#ws-carrinhoNovo .itemCar .produtoImg>img {
  height: unset;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

#ws-carrinhoNovo .produto__nome-mobile .produto__sku,
#ws-carrinhoNovo .itemCar .itemCar__especificacoes .produto__sku {
  font-size: 1.2rem;
  color: #999;
}

#ws-carrinhoNovo .itemCar .itemCar__especificacoes {
  grid-column: 3;
}

#ws-carrinhoNovo .itemCar [variation] {
  line-height: 1.2;
}

#ws-carrinhoNovo .itemCar .itemCar__especificacoes>[variation]:empty {
  display: none;
}

/* Item brinde */
#ws-carrinhoNovo .itemCar[storeGift="true"] .valores__brinde {
    font-weight: 600;
}

/* Quantidade travada (brinde) */
#ws-carrinhoNovo .itemCar[storeGift="true"] .quantidadeProdutos__btns--locked input {
    background: #FFF;
    cursor: not-allowed;
}


#ws-carrinhoNovo .produtoInfo p {
  margin-bottom: 0.5rem;
}

#ws-carrinhoNovo .produtoInfo button {
  padding: 0.5rem 1rem;
  background-color: #f60;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

#ws-carrinhoNovo .itensCarrinho {
  width: 100%;
  max-width: 80rem;
}

#ws-carrinhoNovo .itemCar {
  display: grid;
  grid-template-columns: min-content min-content;
  padding: 3rem 0;
  box-sizing: border-box;
  row-gap: 1rem;
  column-gap: 2rem;
}

#ws-carrinhoNovo .itemCar .lixeira .iconLixeira {
  position: relative;
  display: flex;
  padding: 1.5rem;
  border-radius: 10rem;
  transition: background-color 400ms ease;
}

#ws-carrinhoNovo .itemCar .lixeira .iconLixeira:hover {
  background-color: #f1f1f1;
}

#ws-carrinhoNovo .itemCar .lixeira .iconLixeira .iconLixeira__over {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

#ws-carrinhoNovo .itemCar .lixeira {
  max-height: 8rem;
  display: flex;
  align-items: center;
}

#ws-carrinhoNovo .itemCar:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

#ws-carrinhoNovo .itemCar:last-child {
  padding-bottom: 0;
}

#ws-carrinhoNovo .itemCar .itemCar__infos {
  display: flex;
  gap: 2rem;
  width: 100%;
  grid-column: 3;
}

#ws-carrinhoNovo .itemCar .produtoPreco {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}

#ws-carrinhoNovo .itemCar .produtoPreco .produtoPrecos__valores>p {
  white-space: nowrap;
}

#ws-carrinhoNovo .itemCar .produtoPreco .produtoPrecos__valores {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  height: 4rem;
}

#ws-carrinhoNovo .itemCar .produtoPreco .produtoPrecos__valores .valores__preco {
  text-decoration: line-through;
}

#ws-carrinhoNovo .itemCar .produtoPreco .produtoPrecos__valores .valores__desconto {
  font-weight: 600;
}

#ws-carrinhoNovo .quantidadeProduto .valores__desconto__un {
  font-size: 1.2rem;
  color: #999;
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  text-align: right;
}
#ws-carrinhoNovo .quantidadeProduto .valores__desconto {
  font-weight: 600;
  grid-column: 2;
  grid-row: 1;
}

#ws-carrinhoNovo .quantidadeProduto .valores__preco {
  text-decoration: line-through;
}

#ws-carrinhoNovo .itemCar .produto__nome {
  line-height: 1.2;
  max-width: 80%;
  display: block;
}

#ws-carrinhoNovo .produtoDetalhes p {
  width: fit-content;
}

#ws-carrinhoNovo .quantidadeProduto {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#ws-carrinhoNovo .quantidadeProduto>div.produtoPrecos__valores {
  gap: 0;
  grid-template-columns: auto auto;
  column-gap: 1rem;
  display: grid;
}

#ws-carrinhoNovo .quantidadeProduto>div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#ws-carrinhoNovo .produtoDetalhes {
  width: 100%;
}

#ws-carrinhoNovo .quantidadeProduto button {
  padding: 5px 10px;
  background-color: rgb(34, 18, 8);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#ws-carrinhoNovo .quantidadeProduto .quantidadeProdutos__btns__qnt {
  max-width: 3ch;
  width: 100%;
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  color: #333;
}

#ws-carrinhoNovo .quantidadeProduto .quantidadeProdutos__btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 0.1rem solid #CCCCCC;
  border-radius: 1rem;
  width: 11rem;
  height: 4rem;
}

#ws-carrinhoNovo .quantidadeProduto .quantidadeProdutos__btns>span {
  font-size: 1.4rem;
  white-space: nowrap;
  user-select: none;
}

#ws-carrinhoNovo .quantidadeProduto .quantidadeProdutos__btns>.quantidadeProdutos__button {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
  width: 2ch;
  text-align: center;
}

#ws-carrinhoNovo .presenteOption {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ws-carrinhoNovo .presenteOption>div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#ws-carrinhoNovo .presenteOption .embrulharPresentes>label>div {
  position: relative;
  display: flex;
}

#ws-carrinhoNovo .presenteOption .embrulharPresentes>label>div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
}

#ws-carrinhoNovo .presenteOption .embrulharPresentes>label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

#ws-carrinhoNovo .presenteOption .embrulharPresentes>label>span {
  user-select: none;
}

#ws-carrinhoNovo .presenteOption .embrulharPresentes>label>input {
  cursor: pointer;
}

#ws-carrinhoNovo .presenteOption .embrulhar {
  border-radius: 0.7rem;
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  appearance: none;
  outline: none;
  position: relative;
}

#ws-carrinhoNovo .presenteOption .embrulhar:focus {
  border: 1px solid #ccc !important;
}

#ws-carrinhoNovo .presenteOption .embrulhar:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

#ws-carrinhoNovo .presenteOption .embrulhar:checked {
  background-color: #222;
  color: white;
}

#ws-carrinhoNovo .presenteOption .embrulhar:checked~svg {
  display: flex;
  height: 0.7rem;
}

#ws-carrinhoNovo .resumo {
  width: 100%;
  max-width: 40rem;
  height: fit-content;
  position: sticky;
  top: 12rem;
}

#ws-carrinhoNovo .resumo h2 {
  font-size: 1.6rem;
  font-weight: 600;
}

#ws-carrinhoNovo .resumo .totalProdutos {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#ws-carrinhoNovo .resumo .totalProdutos .resumoItem__preco,
#ws-carrinhoNovo .resumo .totalProdutos .resumoItem__promo {
  text-align: right;
  width: 100%;
}

#ws-carrinhoNovo .resumo .totalProdutos .resumoItem__preco {
  text-decoration: line-through;
}

#ws-carrinhoNovo .resumo .totalProdutos .resumoItem__promo,
#ws-carrinhoNovo .resumo .resumoItemTotal {
  font-weight: 600;
}

#ws-carrinhoNovo .resumo .resumoItemTotal .totalPedido {
  font-size: 1.8rem;
  font-weight: 600;
}

#ws-carrinhoNovo .resumo .resumoItemTotal p {
  font-size: 1.4rem;
  font-weight: initial;
}

#ws-carrinhoNovo .resumo .taxaEntrega .calcular {
  cursor: pointer;
  text-align: right;
  color: #222;
  text-decoration: none;
}

#ws-carrinhoNovo .resumo .taxaEntrega .calcular.uncalculated {
  font-size: 1.4rem;
  user-select: none;
  text-decoration: underline;
  color: #3483fa;
}

#ws-carrinhoNovo .resumo .taxaEntrega .shipping-discount-resume {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  width: 100%;
}

#ws-carrinhoNovo .resumo p {
  width: fit-content;
}

#ws-carrinhoNovo .resumo .totalProdutos .resumoItem__promo {
  grid-column: 2;
}

#ws-carrinhoNovo .resumo .inserirCupom {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

#ws-carrinhoNovo .resumo .resume-bottom-border {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D0D0D0;
}

#ws-carrinhoNovo .resumo .inserirCupom>label {
  font-size: 1.4rem;
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
  color: #3483fa;
  width: fit-content;
}

#ws-carrinhoNovo .resumo .inserirCupom>.inserirCupom-container {
  display: none;
  gap: 1rem;
  width: 100%;
}

#ws-carrinhoNovo .resumo .inserirCupom>.inserirCupom-container>button {
  background-color: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer;
  color: #222222;
}

#ws-carrinhoNovo .resumo .inserirCupom>.inserirCupom-container>input:focus-visible {
  outline: none;
}

#ws-carrinhoNovo .resumo .inserirCupom>.inserirCupom-container>input {
  border: none;
  width: 100%;
  height: 100%;
}

#ws-carrinhoNovo .resumo .inserirCupom>.inserirCupom-container {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

#ws-carrinhoNovo .resumo .inserirCupom>input {
  display: none;
}

#ws-carrinhoNovo .resumo .inserirCupom>input:checked~.inserirCupom-container {
  display: flex;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 1rem;
  gap: 1rem;
  width: 100%;
  height: 5rem;
  margin-top: 0.5rem;
}

#ws-carrinhoNovo .resumo .inserirCupom>input:checked~.errorMsgCupom.hiddingCupomContainer,
#ws-carrinhoNovo .resumo .inserirCupom>input:checked~.inserirCupom-container.hiddingCupomContainer {
  display: none;
}

#ws-carrinhoNovo .carrinhoLoader-container.loaderOff {
  display: none;
}

#ws-carrinhoNovo .carrinhoLoader-container.loaderOn {
  display: flex;
  align-items: center;
}

#ws-carrinhoNovo .new-loader {
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-left-color: #fff;
  animation: spin 1s linear infinite;
}

#ws-carrinhoNovo .buttonFinalizar .carrinhoLoader-container {
  height: 100%;
  width: 100%;
}

#ws-carrinhoNovo .carrinhoLoader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ws-carrinhoNovo .resumoItem,
#ws-carrinhoNovo .resumoItemTotal {
  display: flex;
  justify-content: space-between;
}

#ws-carrinhoNovo .resumoItem.descontoem1x,
#ws-carrinhoNovo .resumoItem.parcelas, 
#ws-carrinhoNovo .resumoItem.pixBoleto {
  justify-content: flex-end;
}

#ws-carrinhoNovo .resumoItem.taxaEntrega {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#ws-carrinhoNovo .buttonFinalizar:hover {
  opacity: 80%;
}

#ws-carrinhoNovo .buttonFinalizar.finishNotReady {
  opacity: 1 !important;
  cursor: initial;
}

#ws-carrinhoNovo .buttonFinalizar.finishNotReady:hover {
  opacity: 1 !important;
}

#ws-carrinhoNovo .buttonFinalizar {
  border-radius: 1rem;
  width: 100%;
  padding: 10px;
  background: #099504;
  height: 5rem;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  transition: opacity 300ms ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 0.2rem;
  margin-top: 2rem;
}

#ws-carrinhoNovo .buttonFinalizar.finishing {
  cursor: default !important;
  opacity: 0.5;
}

#ws-carrinhoNovo .buttonFinalizar.finishing::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0E7E0A;
  border-radius: 1rem;
  top: 0;
  left: 0;
  animation: finishing 5s ease;
  cursor: initial;
}

#ws-carrinhoNovo .ws-cart-debug-code {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.4;
    opacity: .75;
    text-align: center;
    word-break: break-word;
}

@keyframes finishing {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

#ws-carrinhoNovo .discount {
  background-color: #222222;
  padding: 0.5rem 0.7rem;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}

#ws-carrinhoNovo .frete {
  width: 100%;
  max-width: 80rem;
}

#ws-carrinhoNovo .frete > .freteOpcoes:empty {
  display: none;
}

#ws-carrinhoNovo #frete-section {
  scroll-padding-top: 2rem;
}

#ws-carrinhoNovo .checkout-content {
  display: flex;
  padding: 2rem;
  padding-bottom: 5rem;
  padding-top: 14rem;
  gap: 2rem;
  justify-content: center;
}

#ws-carrinhoNovo .removerConfirmacao {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0 2rem;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup{
  max-width: 41.5rem;
}
#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup__subTitle {
  flex-direction: column;
  gap: 2rem;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup__subTitle>.shareButtons {
  flex-direction: column;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup__subTitle>.shareButtons {
  width: 100%;
  gap: 1rem;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup__subTitle>input {
  color: #A6A6A6;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup>p .copy-icon {
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 10rem;
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
  gap: 1rem;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="share"] .removerConfirmacao__popup>p .copy-icon .svg-container {
  display: flex;
}

#ws-carrinhoNovo #msg-to-user[data-message-type="ws-core-msg"] .removerConfirmacao__popup__subTitle {
  display: block;
}

#ws-carrinhoNovo .popupHidden {
  display: none !important;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup>.removerConfirmacao__popup__title {
  font-weight: 600;
  font-size: 1.6rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup>p {
  font-size: 1.4rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup__subTitle>span {
  word-break: break-all;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup__subTitle {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup__subTitle > a {
  text-decoration: underline;
  font-weight: 600;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup__subTitle>input {
  width: 100%;
  border: 0.1rem solid #CCCCCC;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup>p .copy-icon {
  display: flex;
  position: relative;
  width: fit-content;
  height: fit-content;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup>p .copy-icon .copy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup>p .copy-icon svg {
  height: 2rem;
  width: 2rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup__subTitle>.shareButtons {
  display: flex;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup {
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  gap: 2rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup .removerConfirmacao__popup__fechar>svg {
  height: 1rem;
  width: 1rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup .removerConfirmacao__popup__fechar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2rem;
  right: 2rem;
  height: 2.5rem;
  aspect-ratio: 1;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  border-radius: 100%;
  font-size: 1.4rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup .removerConfirmacao__popup__btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup .removerConfirmacao__popup__btns>button {
  border-radius: 5rem;
  border: none;
  height: 3rem;
  font-weight: 600;
  background-color: #F5F5F5;
  cursor: pointer;
}

#ws-carrinhoNovo .removerConfirmacao .removerConfirmacao__popup .removerConfirmacao__popup__btns .removerConfirmacao__btn__remover {
  background-color: #FD384F;
  color: #fff;
}

#ws-carrinhoNovo [cart-suggestion-slider],
#ws-carrinhoNovo [cart-suggestion-slider] .container {
  padding: 0;
}

#ws-carrinhoNovo .resumo .inserirCupom>input:checked~label {
  display: none
}

#ws-carrinhoNovo #progressCanvas {
  width: 5.5rem;
}

#ws-carrinhoNovo .finalizacaoPedido {
  padding: 15rem 0 5rem 0;
}

#ws-carrinhoNovo .frtalert-quadro {
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
  height: fit-content;
}

#ws-carrinhoNovo .frtalert-texto {
  font-size: 1.6rem;
}

#ws-carrinhoNovo [ws-cart-app] .frtalert-texto {
  font-family: var(--bodyFont), Arial, sans-serif !important;
}

#ws-carrinhoNovo [ws-cart-app="freteGratis"] .frtalert-texto{
  font-size: 1.4rem;
  color: #333;
}

#ws-carrinhoNovo [ws-cart-app="freteGratis"]:not(:has(.frtalert-texto)),
#ws-carrinhoNovo [ws-cart-app="app-suggestion"]:not(:has(.slide-container)) {
  display: none;
}

#ws-carrinhoNovo .itemCar .itemCar__especificacoes .itemCar__infos .qtd__mobile {
  display: none;
}

/* cashback */
[ws-cart-app="ws-cashback"] {
  display: flex;
  gap: 1rem;
  align-items: center;
}

[ws-cart-app="ws-cashback"] .cashback-app__icon {
  display: flex;
}

[ws-cart-app="ws-cashback"] .cashback-app__icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
[ws-cart-app="ws-cashback"] .cashback-app__infos__msg > span {
  font-weight: 600;
}

#ws-carrinhoNovo .produtoDetalhes .cashBack__msg {
  color: #0D7D0A;
  margin-top: 1rem;
}
#ws-carrinhoNovo .produtoDetalhes .cashBack__msg > span {
  font-weight: 600;
}


#ws-carrinhoNovo .resumo .usar-cashback > span .cashback-btn,
#ws-carrinhoNovo .resumo .usar-cashback > span > a {
  text-decoration: underline;
  cursor: pointer;
}
/* MobileCss */
#ws-carrinhoNovo .produto__nome-mobile {
  display: none;
  flex-direction: column;
}

#ws-carrinhoNovo .float-resume .float-resume__infos__frete__preco {
  text-align: right;
  text-decoration: none;
  color: #222;
}

#ws-carrinhoNovo.noShipping .float-resume .float-resume__infos .float-resume__infos__frete {
  display: none;
}

#ws-carrinhoNovo .float-resume .float-resume__infos__frete__preco.uncalculated {
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
  text-decoration: underline;
  color: #3483fa;
}

#ws-carrinhoNovo .float-resume .float-resume-prices {
  margin-bottom: 2rem;
}

#ws-carrinhoNovo .float-resume .float-resume__infos {
  width: 100%;
}

#ws-carrinhoNovo .float-resume .float-resume__infos>div p {
  width: fit-content;
}

#ws-carrinhoNovo .float-resume .float-resume-prices .float-resume-price__total p {
  font-weight: 600;
}

#ws-carrinhoNovo .float-resume .float-resume__infos>div,
#ws-carrinhoNovo .float-resume .float-resume-prices .float-resume-price__total {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#ws-carrinhoNovo .float-resume .float-resume__infos>div p:last-child,
#ws-carrinhoNovo .float-resume .float-resume-prices .float-resume-price__total p:last-child {
  text-align: right;
}

#ws-carrinhoNovo .float-resume {
  display: none;
  background-color: #fff;
  padding: 2rem;
  position: sticky;
  flex-direction: column;
  bottom: 0;
  height: fit-content;
  width: 100%;
  box-shadow: 0px 0px 10px #00000029;
  z-index: 10;
}

#ws-carrinhoNovo .float-resume[float-resume="active"] {
  display: flex;
  animation: float-resume-on 200ms ease;
}

#ws-carrinhoNovo .float-resume[float-resume="off"] {
  display: none;
}

@keyframes float-resume-on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo .checkout-content {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #ws-carrinhoNovo .float-resume {
    display: flex;
  }

  #ws-carrinhoNovo .finalizacaoPedido {
    padding: 5rem 0;
  }

  #ws-carrinhoNovo .itemCar .produto__nome {
    max-width: 100%;
  }

  #ws-carrinhoNovo .itemCar {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  #ws-carrinhoNovo .itemCar .produtoImg {
    grid-column: 1;
  }

  #ws-carrinhoNovo .produto__nome-mobile {
    display: flex;
  }

  #ws-carrinhoNovo .itemCar .lixeira .iconLixeira {
    padding: 0;
  }

  #ws-carrinhoNovo .itemCar .lixeira .iconLixeira:hover {
    background-color: transparent;
  }

  #ws-carrinhoNovo .frete .cepInput__infos {
    min-width: 100%;
  }

  #ws-carrinhoNovo .frete .cepInput {
    flex-wrap: wrap;
    gap: 1rem;
  }

  #ws-carrinhoNovo .resumo {
    position: initial;
    max-width: initial;
  }

  #ws-carrinhoNovo .checkout-content {
    flex-direction: column;
  }

  #ws-carrinhoNovo .quantidadeProduto .produtoPrecos__valores {
    flex-direction: column;
    gap: 0;
    line-height: 1.4rem;
  }

  #ws-carrinhoNovo .quantidadeProduto {
    justify-content: space-between;
  }

  #ws-carrinhoNovo .quantidadeProduto>div .lixeira,
  #ws-carrinhoNovo .itemCar .itemCar__especificacoes .itemCar__infos .qtd__mobile {
    display: flex;
  }

  #ws-carrinhoNovo .itemCar>.lixeira,
  #ws-carrinhoNovo .quantidadeProduto>div.quantidadeProdutos-container>.qtd__desktop,
  #ws-carrinhoNovo .itemCar .itemCar__especificacoes .produto__nome,
  #ws-carrinhoNovo .itemCar .itemCar__especificacoes [variation],
  #ws-carrinhoNovo .itemCar .itemCar__especificacoes .produto__sku {
    display: none;
  }

  #ws-carrinhoNovo .itemCar .itemCar__especificacoes {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 530px) {
    #ws-carrinhoNovo .itemCar .produtoPreco {
        grid-column: 2;
    }

    #ws-carrinhoNovo .frete .opcoes div > span {
        width: fit-content;
    }

    #ws-carrinhoNovo .frete .opcoes div .expectativeTempo {
        width: 100%;
    }

    #ws-carrinhoNovo .optionsButtonItensCar {
        display: block;
    }

    #ws-carrinhoNovo .ButtonOptionsCar {
        display: block;
    }
}




/*  
===========================================
===========================================

MODULE: GIFT SLIDER (20/01/2026)
Exibe os brindes disponíveis em um slider no checkout

===========================================
===========================================
*/


:root {
    --gift-app-color: #222222;
}

/* base */
[cart-gift-slider] {
    padding: 2rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

    [cart-gift-slider]:empty {
        display: none;
    }

    [cart-gift-slider] .container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    [cart-gift-slider] .gift__title {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

        [cart-gift-slider] .gift__title h2 {
            color: var(--gift-app-color);
            font-size: 1.6rem;
            font-weight: 600;
        }

    [cart-gift-slider] .gift__sliderProds {
        display: grid;
        transition: 300ms;
    }

    /* setas */
    [cart-gift-slider] .arrow--next span[data-wsjs-icon] svg[ico=Arrow],
    [cart-gift-slider] .arrow--prev span[data-wsjs-icon] svg[ico=Arrow] {
        transform: initial;
    }

    [cart-gift-slider] .arrow {
        border-radius: 100%;
        background-color: #ffffff;
        height: 4rem;
        width: 4rem;
        box-shadow: 5px 0px 10px #0000000d;
        align-self: center;
        z-index: 2;
        display: none;
    }

body [cart-gift-slider] .arrow span[data-wsjs-icon] svg {
    fill: var(--gift-app-color) !important;
    width: 1.1rem;
    height: 1.1rem;
}

body [cart-gift-slider] .arrow:hover {
    background-color: var(--gift-app-color) !important;
}

    body [cart-gift-slider] .arrow:hover span[data-wsjs-icon] svg {
        fill: #fff !important;
    }

[cart-gift-slider] .arrow--prev {
    transform: rotate(180deg);
    grid-column: 1;
}

[cart-gift-slider] .arrow--next {
    grid-column: 3;
}

/* cards */
[cart-gift-slider] .gift-prod {
    display: flex;
    gap: 1rem;
}

[cart-gift-slider] .gift__image-container {
    width: 8rem;
    max-width: 8rem;
    min-width: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

[cart-gift-slider] .gift__image-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid #cccccc;
    border-radius: 1rem;
    position: relative;
    background: #fff;
}

    [cart-gift-slider] .gift__image-link img {
        height: unset;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
    }

[cart-gift-slider] .gift__infos-container {
    width: 100%;
}

[cart-gift-slider] .gift__name {
    color: var(--gift-app-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-size: 1.2rem;
    overflow: hidden;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

[cart-gift-slider] .gift__meta {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

[cart-gift-slider] .gift__status {
    font-size: 1.2rem;
    font-weight: 600;
}

[cart-gift-slider] .gift__status--ok {
    color: #1a7f37;
}

[cart-gift-slider] .gift__status--wait {
    color: #b35c00;
}

[cart-gift-slider] .gift__missing {
    font-size: 1.2rem;
    color: var(--gift-app-color);
}

[cart-gift-slider] .gift__details {
    font-size: 1.1rem;
    color: #666;
}

/* gradientes nas laterais */
[cart-gift-slider] .arrow--prev + .keen-slider:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -3rem;
    pointer-events: none;
    background-image: linear-gradient( to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50% );
    width: 6rem;
    height: 100%;
}

[cart-gift-slider] .arrow--prev + .keen-slider:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -3rem;
    pointer-events: none;
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50% );
    width: 6rem;
    height: 100%;
}

[cart-gift-slider] .arrow--prev + .keen-slider .keen-slider__slide:last-child {
    padding-right: 3rem;
}

[cart-gift-slider] .arrow--prev + .keen-slider .keen-slider__slide:first-child {
    margin-left: 2rem;
}

/* drawer */
[cart-gift-slider="cartDrawer"] {
    padding: 2rem;
    padding-top: 0;
    box-sizing: border-box;
}

[cart-gift-slider="cartDrawerMobile"],
[cart-gift-slider="checkoutMobile"] {
    padding: 2rem 0;
}

/* Botão de ação do brinde */
[cart-gift-slider] .gift-prod .gift__infos-container .chosegift_btn {
    text-decoration: underline;
    color: #222;
    width: 100%;
    display: block;
    font-size: 1.2rem;
}

    /* Estado escolhido (sem clique) */
    [cart-gift-slider] .gift-prod .gift__infos-container .chosegift_btn.is-chosen {
        cursor: default;
        text-decoration: none;
        opacity: 0.7;
    }


@media screen and (max-width: 800px) {
    [cart-gift-slider="checkoutMobile"],
    [cart-gift-slider="cartDrawerMobile"] {
        padding: 2rem 0;
        overflow: hidden;
    }

        [cart-gift-slider="checkoutMobile"] .container,
        [cart-gift-slider="cartDrawerMobile"] .container {
            width: 100%;
            padding: 0px !important;
        }

        [cart-gift-slider="checkoutMobile"] .gift__sliderProds,
        [cart-gift-slider="cartDrawerMobile"] .gift__sliderProds {
            overflow: hidden;
        }

        [cart-gift-slider="checkoutMobile"] .arrow,
        [cart-gift-slider="cartDrawerMobile"] .arrow {
            display: none !important;
        }

        [cart-gift-slider="checkoutMobile"] .keen-slider::before,
        [cart-gift-slider="checkoutMobile"] .keen-slider::after,
        [cart-gift-slider="cartDrawerMobile"] .keen-slider::before,
        [cart-gift-slider="cartDrawerMobile"] .keen-slider::after {
            display: none !important;
            content: none !important;
        }

        [cart-gift-slider="checkoutMobile"] .keen-slider__slide,
        [cart-gift-slider="cartDrawerMobile"] .keen-slider__slide {
            min-width: unset !important;
            max-width: unset !important;
        }

        [cart-gift-slider="checkoutMobile"] .gift-prod,
        [cart-gift-slider="cartDrawerMobile"] .gift-prod {
            align-items: flex-start;
        }

        [cart-gift-slider="checkoutMobile"] .gift__image-container,
        [cart-gift-slider="cartDrawerMobile"] .gift__image-container {
            width: 7rem;
            min-width: 7rem;
            max-width: 7rem;
        }

        [cart-gift-slider="checkoutMobile"] .keen-slider {
            display: table;
            clear: both;
            width: 100%;
        }

            [cart-gift-slider="checkoutMobile"] .keen-slider .keen-slider__slide {
                display: table;
                clear: both;
                width: 100%;
                transform: none !important;
                margin-bottom:2rem;
            }
}
 /*END MODULO ws-checkout-cart*/

/*START MODULO ws-checkout-footer*/ .ws-cart-step footer.startingCart {
  visibility: hidden;
}

#ws-carrinhoNovo footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  padding-bottom: 8rem;
  border-top: 1px solid #D8D8D8;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .payment-methods-list {
  margin-bottom: 3.5rem;
  justify-content: flex-start;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li {
  list-style: none;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li [data-wsjs-icon] {
  display: none;
}

#ws-carrinhoNovo footer>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 122rem;
}

#ws-carrinhoNovo footer .metodoPag h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

#ws-carrinhoNovo footer .metodoPag .cards {
  display: flex;
  gap: .5rem;
  margin-bottom: 3.5rem;
}

#ws-carrinhoNovo footer .metodoPag .cards .card {
  width: 5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .pessoais>p {
  text-align: right;
}

#ws-carrinhoNovo footer .pessoais {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#ws-carrinhoNovo footer .pessoais .cards {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

#ws-carrinhoNovo footer .pessoais .cards .card {
  width: 13rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .metodoPag {
  display: flex;
  flex-direction: column;
}

#ws-carrinhoNovo [data-wsjs-badges] {
  margin-bottom: 1rem;
  justify-content: flex-start;
}

/* mobile */
@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo footer .pessoais {
    align-items: flex-start;
    gap: 1rem;
  }
  
  #ws-carrinhoNovo footer>div {
    gap: 2rem;
    flex-direction: column;
  }

  #ws-carrinhoNovo footer .pessoais>p {
    text-align: left;
  }
}
 /*END MODULO ws-checkout-footer*/

/*START MODULO ws-checkout-footer*/ .ws-cart-step footer.startingCart {
  visibility: hidden;
}

#ws-carrinhoNovo footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  padding-bottom: 8rem;
  border-top: 1px solid #D8D8D8;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .payment-methods-list {
  margin-bottom: 3.5rem;
  justify-content: flex-start;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li {
  list-style: none;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li [data-wsjs-icon] {
  display: none;
}

#ws-carrinhoNovo footer>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 122rem;
}

#ws-carrinhoNovo footer .metodoPag h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

#ws-carrinhoNovo footer .metodoPag .cards {
  display: flex;
  gap: .5rem;
  margin-bottom: 3.5rem;
}

#ws-carrinhoNovo footer .metodoPag .cards .card {
  width: 5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .pessoais>p {
  text-align: right;
}

#ws-carrinhoNovo footer .pessoais {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#ws-carrinhoNovo footer .pessoais .cards {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

#ws-carrinhoNovo footer .pessoais .cards .card {
  width: 13rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .metodoPag {
  display: flex;
  flex-direction: column;
}

#ws-carrinhoNovo [data-wsjs-badges] {
  margin-bottom: 1rem;
  justify-content: flex-start;
}

/* mobile */
@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo footer .pessoais {
    align-items: flex-start;
    gap: 1rem;
  }
  
  #ws-carrinhoNovo footer>div {
    gap: 2rem;
    flex-direction: column;
  }

  #ws-carrinhoNovo footer .pessoais>p {
    text-align: left;
  }
}
 /*END MODULO ws-checkout-footer*/

/*START MODULO ws-checkout-footer*/ .ws-cart-step footer.startingCart {
  visibility: hidden;
}

#ws-carrinhoNovo footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  padding-bottom: 8rem;
  border-top: 1px solid #D8D8D8;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .payment-methods-list {
  margin-bottom: 3.5rem;
  justify-content: flex-start;
  flex-direction: row;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li {
  list-style: none;
}

#ws-carrinhoNovo footer .metodoPag .contatoInfo>div>li [data-wsjs-icon] {
  display: none;
}

#ws-carrinhoNovo footer>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 122rem;
}

#ws-carrinhoNovo footer .metodoPag h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

#ws-carrinhoNovo footer .metodoPag .cards {
  display: flex;
  gap: .5rem;
  margin-bottom: 3.5rem;
}

#ws-carrinhoNovo footer .metodoPag .cards .card {
  width: 5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .pessoais>p {
  text-align: right;
}

#ws-carrinhoNovo footer .pessoais {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#ws-carrinhoNovo footer .pessoais .cards {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

#ws-carrinhoNovo footer .pessoais .cards .card {
  width: 13rem;
  height: 5rem;
  background-color: #ffffff;
  border-radius: .5rem;
}

#ws-carrinhoNovo footer .metodoPag {
  display: flex;
  flex-direction: column;
}

#ws-carrinhoNovo [data-wsjs-badges] {
  margin-bottom: 1rem;
  justify-content: flex-start;
}

/* mobile */
@media screen and (max-width: 1200px) {
  #ws-carrinhoNovo footer .pessoais {
    align-items: flex-start;
    gap: 1rem;
  }
  
  #ws-carrinhoNovo footer>div {
    gap: 2rem;
    flex-direction: column;
  }

  #ws-carrinhoNovo footer .pessoais>p {
    text-align: left;
  }
}
 /*END MODULO ws-checkout-footer*/

/*START MODULO ws-dragdrop*/ /* ADICIONAR AO MAIN */
[data-wsjs-draginner] > section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  transition: top .3s, font-size 0s;
}

[data-wsjs-draginner] .banner-full-section {
  padding-top: 0;
  padding-bottom: 0;
}

[data-wsjs-draginner] .banner-full-section .not-container {
  width: 100%;
  max-width: 100%;
  height: auto;
}

[data-wsjs-draginner] [data-wsjs-sectype="condicoes"] {
  padding: 50px 0;
}

[data-wsjs-draginner] [data-wsjs-sectype="prodSlide"],
[data-wsjs-draginner] [data-wsjs-sectype="prodList"] {
  padding: 100px 0;
}

[data-wsjs-draginner] [data-wsjs-sectype="manufacturer"] {
  padding: 30px 0;
}

[data-wsjs-draginner] [data-wsjs-sectype="newsletter"] {
  padding: 50px 0;
}

.text-content p, h2 {
  width: 100%;
}

.text-content p {
  color: var(--color-subtitle-newsletter);
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
  color: var(--color-title-newsletter);
}

.image-holder-ws.reversed,
.video-holder-ws.reversed,
.newsletter-holder-ws.reversed {
  flex-direction: row-reverse;
}

.video-holder-ws.reversed > .video-content,
.image-holder-ws.reversed > .image-content,
.newsletter-holder-ws.reversed > form {
  order: -1;
}


.image-holder-ws,
.video-holder-ws,
.newsletter-holder-ws {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mobile-inner .image-holder-ws,
.mobile-inner .video-holder-ws,
.mobile-inner .newsletter-holder-ws {
  display: grid;
  grid-template-columns: 1fr;
}

.image-holder-ws > div,
.video-holder-ws > div,
.newsletter-holder-ws > div,
.newsletter-holder-ws > form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  padding: 5px;
}

.image-holder-ws .image-content .image-cache + .image-label,
.image-holder-ws .image-content .image-load + .image-label,
.video-holder-ws .video-content .video-load + .video-label {
  display: none;
}

.video-holder-ws .video-content .video-load + .video-label {
  opacity: 0;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}


.video-holder-ws .video-content .video-load {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-holder-ws .video-content .video-load iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.image-holder-ws .image-content .image-label,
.video-holder-ws .video-content .video-label {
  text-align: center;
  padding: 100px;
  background: #fff;
  border-radius: 5px;
  border: 2px dashed #D8D8D8;
  z-index: 2;
}

.image-holder-ws .image-content .image-label > div,
.video-holder-ws .video-content .video-label > div {
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #0088ff;
  color: #FFF;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: .3s, font-size 0s;
}

.image-holder-ws .image-content .image-label:hover > div,
.video-holder-ws .video-content .video-label:hover > div {
  opacity: .8;
} 

.image-holder-ws img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-name: fadeInImage;
  animation-duration: 1.5s;  
  animation-fill-mode: forwards;
}

[data-wsjs-draginner] [data-wsjs-newsletter] > div {
  width: 100%;
}

.mobile-inner .prod-showcase-holder {
  padding: 1rem;
}

[data-wsjs-sectype="prodSlide"] section.prod-list:not(:last-child) {
  margin-bottom: 100px;
}

[data-wsjs-draginner] [data-wsjs-sectype="newsletter"], [data-wsjs-draginner] [data-wsjs-sectype="image"], [data-wsjs-draginner] [data-wsjs-sectype="video"] {
  background: var(--bg-newsletter);
}

[data-wsjs-draginner] [data-wsjs-sectype="manufacturer"] h2 {
  margin-bottom: 1rem;
}

[data-wsjs-draginner] [data-wsjs-sectype="manufacturer"] p {
  margin-bottom: 3rem;
}

[data-wsjs-draginner] [data-wsjs-sectype="manufacturer"] h2, [data-wsjs-draginner] [data-wsjs-sectype="manufacturer"] p {
  text-align: center;
}

.text-content h2, p {
  width: 100%;
}

@keyframes fadeInImage {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
 /*END MODULO ws-dragdrop*/

/*START MODULO bloco-produto-custom*/ ﻿:root {
  --color-title-prod-list:#34343E;
  --bg-button-buyLater: #3CA70C;
  --photowrap: 5 / 5;
}

.prod-showcase-holder {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: white;
  padding: 2rem;
}

.prod-showcase-holder.unavaliable > * {
  opacity: .8;
}

.prod-showcase-link-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1;
}

.prod-showcase-tags {
  position: relative;
  z-index: 1;
}

.prod-showcase-holder > .prod-showcase-tags:not(.prod-showcase-image) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prod-showcase-tags .prod-showcase-tags-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
}

.prod-showcase-tags .prod-showcase-tags-right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 1;  
}

.prod-showcase-tags .prod-showcase-favorite {
  transition: opacity .2s, font-size 0s;
  opacity: 0;
  cursor: pointer;
}

.prod-showcase-holder:hover .prod-showcase-tags .prod-showcase-favorite {
opacity: 1;
}

.prod-showcase-tags .prod-showcase-favorite span {
  background: #fff; 
  padding: 8px; 
  border-radius: 100px;
}   

.prod-showcase-tags .prod-showcase-favorite svg {   
  color: #e1e1e1;
  fill: #e1e1e1;
  background: transparent;
  transition: 200ms ease, font-size 0s;
}

.prod-showcase-tags .prod-showcase-favorite .active svg {
  fill: #de0000;
}

.prod-showcase-tags span:not(:first-child) {
  margin-top: .5rem;
}

.lista-relacionados .prod-showcase-holder {
  width: 100%;
  max-width: 21.4rem;
}

.prod-showcase-image a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
position: relative;
overflow: hidden;
aspect-ratio: var(--photowrap);
}

.prod-showcase-image {
width: auto;
height: auto;
max-height: 100%;
}

.prod-showcase-image.unavaliable img {
opacity: .5;
}

.prod-showcase-image .whithout-image svg {
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}

.prod-showcase-image a img {
  height: unset;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 200ms ease, font-size 0s;
  position: absolute;
}

.prod-showcase-image a img:nth-child(2) {
  opacity: 0;
}

.prod-showcase-holder.photo-swap-opacity:hover img:nth-child(1),
.prod-showcase-holder.photo-swap-transform-left:hover img:nth-child(1),
.prod-showcase-holder.photo-swap-transform-right:hover img:nth-child(1)
.prod-showcase-holder.photo-swap-transform-top:hover img:nth-child(1)
.prod-showcase-holder.photo-swap-transform-bottom:hover img:nth-child(1) {
  opacity: 0;
}



.prod-showcase-holder.photo-swap-opacity:hover img:nth-child(2) {
  opacity: 1;
}

.prod-showcase-holder.photo-swap-transform-left img:nth-child(2) {
  transform: scale(1) translate(-100%, 0);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-right img:nth-child(2) {
  transform: scale(1) translate(100%, 0);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-top img:nth-child(2) {
  transform: scale(1) translate(0, -100%);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-transform-bottom img:nth-child(2) {
  transform: scale(1) translate(0, 100%);
  opacity: 0;
  right: 0;
}

.prod-showcase-holder.photo-swap-left img:nth-child(2), 
.prod-showcase-holder.photo-swap-right img:nth-child(2),
.prod-showcase-holder.photo-swap-top img:nth-child(2), 
.prod-showcase-holder.photo-swap-bottom img:nth-child(2) {
  opacity: 1;
}

.prod-showcase-holder.photo-swap-left:hover img, 
.prod-showcase-holder.photo-swap-right:hover img,
.prod-showcase-holder.photo-swap-top:hover img, 
.prod-showcase-holder.photo-swap-bottom:hover img {
  transform: scale(1) translate(0);
  right: auto;
}

.prod-showcase-holder:hover img {
  transform: scale(1.15);
}

.prod-showcase-info {
display: flex;
flex-direction: column;
padding-top: 1rem;
}

.prod-showcase-info p {
  margin: 0;
}

.prod-showcase-info .prod-showcase-info-name {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.2;
min-height: calc(2 * 1.2 * 1.4rem);
overflow: hidden;
word-break: break-word;
text-align: start;
}

.prod-showcase-info .prod-showcase-info-name:not(:last-child) {
  margin-bottom: 1rem;
}

.prod-showcase-info .prod-showcase-price-container {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-height: calc(2 * 1.2 * 1.4rem);
    text-align: start;
}

.prod-showcase-price {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: .5rem;
}

.prod-showcase-price > .prod-showcase-price-sell {
text-decoration: none;
font-weight: 600;
margin-left: 0;
}

.prod-showcase-price > .prod-showcase-price-off {
text-decoration: line-through;
font-weight: 300;
}

.prod-showcase-info span.prod-unavaliable-message, .prod-showcase-info  span.prod-consult-message {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.prod-showcase-info span.prod-unavaliable-message {
background-color: #E6E6E6;
color: #9B9B9B;
padding: 1rem;
font-weight: 300;
display: flex;
align-items: center;
justify-content: center;
}

.prod-showcase-parcela > span, .prod-showcase-avista > span {
  margin-top: .4rem;
}

.prod-showcase-info-button {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

/* novo css */

.custom-title-prodlist {
  font-size: 2.2rem;
  color: #34343E;
  gap: .5rem;
}

.custom-subtitle-prodlist {
  font-size: 2.2rem;
  color: #34343E;
  font-weight: 600;
}

.prod-showcase-price {
  display: none;
}

.prod-showcase-info .prod-showcase-info-name {
  min-height: calc(2 * 1.2 * 1.4rem);
}

.prod-showcase-info-name p {
  color: #34343E;
  font-size: 1.4rem;
  font-weight: 600;
}

.pricePix {
  font-size: 2rem;
  font-weight: 600;
  color: #D92A1C;
}

.tagDescontoPixFixo {
  font-size: 1.4rem;
  color: #D92A1C;
  font-weight: 600;
}

.prod-showcase-parcela {
  font-size: 1.4rem;
  font-weight: 600;
  color: #34343E;
  text-align: start;
  white-space: nowrap;
}

.prod-showcase-holder .prod-showcase-info-button > a {
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: .5rem;
}

.prod-showcase-holder .prod-showcase-info-button {
  margin-top: 1rem;
}

.prod-showcase-holder:hover {
    border: .2rem solid #DDDDDD;
}

.prod-showcase-holder {
  border: .2rem solid transparent;
}

.prod-showcase-holder .button-second {
  height: 3.5rem;
 }

 .prod-showcase-parcela>span::before {
    content: "ou";
    font-size: 1.1rem;
}

.prod-showcase-parcela span {
    gap: 0.5rem;
    display: flex;
    font-size: 1.1rem;
}

.prod-list .slide-container {
  row-gap: 3rem;
}

[data-wsjs-draginner] [data-wsjs-sectype="prodSlide"], [data-wsjs-draginner] [data-wsjs-sectype="prodList"] {
    padding: 50px 0;
}

.unavaliable .prod-showcase-price {
  display: flex;
  font-size: 2.2rem;
  color: #D92A1C;
}

.prod-showcase-tags .prod-showcase-favorite {
  display: none;
}

.unavaliable .prod-showcase-price > .prod-showcase-price-sell {
  font-weight: 600;
}

 /*END MODULO bloco-produto-custom*/

/*START MODULO fale-conosco*/ ﻿/* BotÃ£o Fale com a gente no header */
.btn-fale-conosco {
  background: transparent;
  border: none;
  color: #343A40;
  font-size: 1.4rem;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  gap: 2rem;
  padding: 0;
  align-items: center;
  line-height: 1.4;
}

.btn-fale-conosco:hover {
  opacity: 0.8;
}

/* Overlay */
.fale-conosco-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fale-conosco-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar */
.fale-conosco-sidebar {
  position: fixed;
  top: 0;
  right: -60rem;
  width: 45rem;
  max-width: 100%;
  height: 100%;
  z-index: 9999;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  justify-content: center;
  padding: 5rem 0;
}

.fale-conosco-sidebar.active {
  right: 5rem;
}

/* Header da sidebar */
.fale-conosco-header {
  background: #FFFFFF;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  height: 100%;
  justify-content: center;
  border-radius: 1rem;
}

.fale-conosco-header svg {
  width: 4rem;
  height: 4rem;
}

.fale-conosco-header h2 {
  color: #343A40;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.fale-conosco-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  background: transparent;
  border: none;
  color: #34343E;
  font-size: 3.4rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  font-weight: 300;
}

.fale-conosco-close:hover {
  opacity: 0.8;
}

/* ConteÃºdo */
.fale-conosco-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
}

/* HorÃ¡rio de atendimento */
.fale-conosco-horario {
  text-align: center;
  margin-bottom: 3rem;
}

.fale-conosco-horario span {
  color: #343A40;
}

/* BotÃ£o WhatsApp */
.fale-conosco-whatsapp {
  display: inline-flex;
  width: 100%;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(30, 51, 103, 0.1);
  color: #1E3367;
  padding: 1.5rem 0;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 5rem;
  transition: opacity 0.3s ease;
  border: 2px solid #1E3367;
  font-weight: 600;
}

.fale-conosco-whatsapp svg {
  width: 2rem;
  height: 2rem;
}

/* Email */
.fale-conosco-email {
  color: #1E3367;
  font-size: 1.3rem;
  text-decoration: none;
  margin-bottom: 3rem;
}

.fale-conosco-email:hover {
  text-decoration: underline;
}

/* Links */
.fale-conosco-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.fale-conosco-links a {
  color: #1E3367;
  font-size: 1.4rem;
  transition: opacity 0.3s ease;
}

.fale-conosco-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Separador */
.fale-conosco-separator {
  width: 3rem;
  height: 2px;
  background: #1E3367;
  opacity: 0.5;
  margin: 1rem 0 2rem 0;
}

/* Links secundÃ¡rios */
.fale-conosco-links-secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.fale-conosco-links-secondary .list-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.fale-conosco-links-secondary a {
  color: #343A40;
  font-size: 1.4rem;
  text-decoration: none;
}

.fale-conosco-links-secondary li a {
  border: 1px solid #EDEDED;
  padding: 2rem;
  border-radius: 1rem;
  text-align: start;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  height: 100%;
  justify-content: space-between;
}

.fale-conosco-links-secondary a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.fale-conosco-ajuda {
  color: #343A40;
  font-size: 1.4rem;
  font-weight: 600;
}

.fale-conosco-links-secondary .list-footer {
  column-gap: 1rem;
  flex-direction: row;
}

.fale-conosco-header .fale-conosco-links-secondary svg {
  width: 2rem;
  height: 2rem;
}

.fale-conosco-content .social-footer {
  display: flex;
  gap: 1rem;
}

.fale-conosco-content .social-footer svg {
  width: 2rem;
  height: 2rem;
}

.fale-conosco-content .social-footer li {
  border: 1px solid #34343E;
  padding: 1rem;
  border-radius: 50%;
}

/* Responsivo */


@media (max-width: 1530px) {
  .fale-conosco-whatsapp {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  .fale-conosco-horario {
    margin-bottom: 3rem;
  }

  .fale-conosco-links-secondary li a {
    row-gap: 1rem;
  }
  
  .fale-conosco-content {
    row-gap: 5rem;
  }

  .fale-conosco-header h2 {
    font-size: 2.2rem;
  }

  .fale-conosco-links-secondary li a {
    padding: 2rem;
  }

  .fale-conosco-links-secondary a {
    font-size: 1.2rem;
  }

  .fale-conosco-sidebar {
  width: 40rem;
}
}

@media (max-width: 1280px) {
  .fale-conosco-whatsapp {
    font-size: 1.2rem;
    padding: .5rem 0;
  }

  .fale-conosco-horario {
    margin-bottom:3rem;
  }

  .fale-conosco-links-secondary li a {
    row-gap: 1rem;
  }
  
  .fale-conosco-content {
    row-gap: 5rem;
  }

  .fale-conosco-header h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .fale-conosco-links-secondary li a {
    padding: 2rem;
  }

  .fale-conosco-links-secondary a {
    font-size: 1.2rem;
  }

  .fale-conosco-header .fale-conosco-links-secondary svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fale-conosco-header .fale-conosco-horario {
    font-size: 1.2rem;
  }
  
  
.fale-conosco-content .social-footer svg {
  width: 1.5rem;
  height: 1.5rem;
}

.fale-conosco-close {
  top: 2rem;
  right: 2rem;
}

}





@media (max-width: 768px) {
  .fale-conosco-sidebar {
    width: 100%;
    right: -100%;
  }

  .btn-fale-conosco {
    font-size: 1.2rem;
  }
}

 /*END MODULO fale-conosco*/

/*START MODULO custom-listagem*/ ﻿.breadcrumb-container {
  margin-bottom: 0;
  color: #999;
  display: flex;
  align-items: center;
}

.custom-filters-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.combo-ordem {
  border: none;
}

.combo-ordem-holder {
  background-color: #fff;
  height: fit-content;
  border-radius: 1rem;
  border: 1px solid #34343E;
  height: 100%;
  max-height: 4.5rem;
  padding-bottom: 0rem !important;
}

.combo-ordem-holder:not(:last-child) {
  border-bottom: 1px solid #34343E;
}

.combo-ordem-holder [for="viewing-order"] {
  white-space: nowrap;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1rem;
}

#viewing-order {
  font-weight: 600;
  appearance: none;
  /* padrÃ£o */
  -webkit-appearance: none;
  /* Chrome, Safari */
  -moz-appearance: none;
  /* Firefox */
  background: none;
}

.custom-filters-order-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
}

/* filtros laterais  */
.category-search-list #aba-lateral-input {
  display: none;
}

.category-search-list .caixa .aba-lateral-conteudo {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 40rem;
  z-index: 10;
  background-color: white;
  transition: 300ms;
  transform: translateX(100%);
}

.category-search-list #aba-lateral-input:checked ~ .aba-lateral-conteudo {
  transform: translate(0);
}

.category-search-list .caixa {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-search-list .caixa .fundo-escuro {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9;
  background-color: rgba(0 0 0 / 70%);
  transition: 300ms;
  display: none;
}

.category-search-list .caixa__btns {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.category-search-list .aba-lateral-botao {
  padding: 0.5rem 1rem;
  color: #231f20;
  border: 1px solid #34343E;
  background-color: #fff;
  border-radius: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.category-search-list .aba-lateral-botao > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.category-search-list .caixa__btns .aba-lateral-botao-fechar {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}

.category-search-list #aba-lateral-input:checked ~ .fundo-escuro {
  display: flex;
  animation: aparecer 300ms ease;
}

.category-search-list .container:first-child {
  justify-content: space-between;
}

[data-wsjs-sectype="manufacturer"] .container {
  flex-direction: column;
}

.category-search-list  [data-wsjs-sectype="condicoes"] {
  margin-top: 10rem;
  width: 100%;
}

.category-search-list .condicoes-loja {
  width: 100%;
}

.category-search-list .condicoes-loja .condicao-item {
  width: fit-content;
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.category-search-list #aba-lateral-input:checked ~ .aba-lateral-conteudo {
  position: fixed;
}

.category-search-list #aba-lateral-input:checked ~ .fundo-escuro {
  position: fixed;
}

.category-search-list [data-wsjs-sectype="prodLast"] {
  padding: 100px 0 50px 0;
}

.filter-container {
  width: 100%;
}

.category-filter h3 {
  display: none;
}

.filter-container > * {
  background-color: transparent;
}

.category-filter .filter-holder {
  border-radius: 5rem;
  transition: 300ms ease;
}

.category-filter .filter-holder:hover {
  background-color: initial;
}

.custom-breadcrumb {
  font-size: 2.2rem;
  font-weight: 600;
}

/* filtros ativos */
.custom-filters-btn-wrapper {
  display: flex;
  gap: 1rem;
}

.custom-actived-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-actived-filters-wrapper:empty {
  display: none;
}

.custom-actived-filter {
  background-color: #ddecff;
  color: #0e6ddd;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 2rem;
  border-radius: 10rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-actived-filter:hover {
  background-color: #c5ddff;
}

.custom-actived-filter::after {
  content: "Ã—";
  font-size: 2rem;
  line-height: 1;
  margin-left: 4px;
}

/* custom select */
.combo-ordem-holder {
  position: relative;
}

.custom-select-selected {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 0 1.4rem 0 0;
  width: 100%;
}

.custom-select-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
}

.custom-select-category-filter.open .custom-select-selected::after {
  border-top: none;
  border-bottom: 5px solid #666;
}

.custom-select-options {
  position: absolute;
  padding: 1rem ;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: none;
  border: 1px solid #cccccc;
  border-radius: 20px;

  z-index: 3;
}

.custom-select-option {
  padding: .5rem 1rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-select-option:hover {
  background-color: #EAEAEA;
} 

.custom-select-option.selected {
  background-color: #e8f4f8;
  color: #0066cc;
}

#viewing-order {
  display: none;
}

.category-search-list > div, 
.category-search-list > section {
  width: 100%;
  max-width: 100%;
  padding: 0
}

#banner-category_description {
  display: none;
}

.category-search-list {
  margin: 0 !important;
}

.category-search-list .banner-holder {
  margin-bottom: 4rem;
}

[data-wsjs-clsid="avancado-4"] {
  width: 100% !important;
}

.category-search-list [data-wsjs-clsid="avancado-4"] {
  max-width: 100%;
}

.prod-list-titles {
  text-align: center;
}

.prod-list-titles-titles {
  font-size: 2.2rem;

}

[data-wsjs-sectype="prodLast"] {
  padding: 50px 0;
}

.category-search-list [data-wsjs-sectype="manufacturer"] {
  padding: 50px 0 100px 0;
}

.category-search-list .custom-filters-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.8rem;
}

.category-search-list .breadcrumb-container,
.category-search-list .searchResults-container,
.category-search-list .custom-breadcrumb {
  grid-column: 1;
}

/* Ajustes visuais da pÃ¡gina de categoria no layout atual */
.category-search-list {
  padding: 4rem 0 8rem;
}

.category-search-list .container {
  max-width: 1180px;
  margin: 0 auto;
}

.category-search-list .breadcrumb-container {
  font-size: 1.4rem;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.category-search-list .searchResults-container:empty {
  display: none;
}

.category-search-list:has(.prod-list-empty) .custom-filters-container,
.category-search-list:has(.prod-list-empty) .custom-filters-order-wrapper,
.category-search-list:has(.prod-list-empty) .custom-filters-btn-wrapper,
.category-search-list:has(.prod-list-empty) .custom-actived-filters-wrapper,
.category-search-list:has(.prod-list-empty) .banner-row,
.category-search-list:has(.prod-list-empty) .category-pagination-container {
  display: none !important;
}

.category-search-list:has(.prod-list-empty) .list-container {
  display: block;
}

.category-search-list:has(.prod-list-empty) [data-wsjs-prod-list="category"] {
  display: block;
}

.category-search-list:has(.prod-list-empty) .prod-list-empty {
  margin-top: 0 !important;
}

.category-search-list .custom-filters-container {
  align-items: start;
  margin-bottom: 4rem;
  row-gap: 2.8rem;
}

.category-search-list .custom-breadcrumb {
  color: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1rem 0 0;
  text-align: center;
}

.category-search-list .custom-breadcrumb::after {
  content: "";
  width: 7rem;
  border-top: 5px solid #222222;
  border-radius: 999px;
  margin-top: 1.4rem;
}

.category-search-list #banner-category_description {
  grid-column: 1;
  width: 100%;
}

.category-search-list #banner-category_description {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  max-width: 76rem;
  margin: 0 auto 5rem;
  padding: 0 !important;
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
  line-height: 2;
}

.category-search-list #banner-category_description h1,
.category-search-list #banner-category_description h2,
.category-search-list #banner-category_description h3 {
  display: none !important;
}

.category-search-list #banner-category_description p {
  margin: 0;
}

.category-search-list .custom-filters-order-wrapper {
  align-items: center;
  grid-column: 1;
  justify-content: space-between;
  width: 100%;
}

.category-search-list .combo-ordem-holder {
  align-items: center;
  border: 1px solid #34343E;
  border-radius: 1rem;
  display: inline-flex;
  cursor: pointer;
  height: 3.7rem;
  justify-content: center;
  max-height: none;
  padding: 0 1.6rem !important;
}

.category-search-list .combo-ordem-holder label[for="viewing-order"] {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  margin: 0;
}

.category-search-list .combo-ordem-holder .combo-ordem {
  display: inline-flex;
  align-items: center;
}

.category-search-list #viewing-order {
  line-height: 1;
}

.category-search-list .custom-filters-btn-wrapper {
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.category-search-list .custom-actived-filters-wrapper {
  margin-right: auto;
}

.category-search-list .list-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.category-search-list .list-container > div[data-wsjs-options="false"] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.6rem 2.4rem;
  align-items: start;
}

.category-search-list .list-container > div[data-wsjs-options="false"] > * {
  min-width: 0;
  width: 100% !important;
}

@media (min-width: 992px) {
  .category-search-list .list-container > div[data-wsjs-options="false"],
  .category-search-list .list-container > div[data-wsjs-prod-list="category"],
  .category-search-list [data-wsjs-prod-list="category"],
  .category-search-list .prod-list-holder {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 3.6rem 2.4rem !important;
  }
}

.category-search-list .prod-showcase-holder {
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 1.2rem;
  box-shadow: none;
  overflow: hidden;
  padding: 1.6rem 1.6rem 2rem;
  transition: border-color .3s ease, box-shadow .3s ease;
  width: 100% !important;
}

.category-search-list .prod-showcase-holder:hover {
  border-color: #d9e0ea !important;
  box-shadow: none !important;
}

.category-search-list .prod-showcase-image a {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-search-list .prod-showcase-info {
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  padding-top: 1.6rem;
}

.category-search-list .prod-showcase-info-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 1.4rem;
  min-height: calc(1.45em * 2);
  max-height: calc(1.45em * 2);
  overflow: hidden;
}

.category-search-list .prod-showcase-info-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
}

.category-search-list .prod-showcase-price-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-top: auto;
}

.category-search-list .prod-showcase-price {
  display: block !important;
}

.category-search-list .prod-showcase-price-sell {
  display: none !important;
}

.category-search-list .prod-showcase-price-off {
  color: #222222 !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  margin: 0;
  text-align: left;
  text-decoration: line-through;
}

.category-search-list .prod-showcase-avista,
.category-search-list .prod-showcase-parcela {
  width: 100%;
}

.category-search-list .prod-showcase-avista .pricePix,
.category-search-list .prod-showcase-avista span {
  color: #2a2a2a !important;
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  gap: .4rem;
  line-height: 1.2 !important;
  text-align: left;
}

.category-search-list .prod-showcase-avista .labelFromPriceAnchor,
.category-search-list .prod-showcase-avista .tagDescontoPixFixo {
  display: none !important;
}

.category-search-list .prod-showcase-avista .pricePix::after {
  align-items: center;
  background: #1e3367;
  border-radius: .4rem;
  color: #fff;
  content: "PIX";
  display: inline-flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-left: .4rem;
  padding: .6rem .9rem;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateY(-1px);
}

.category-search-list .prod-showcase-avista > span,
.category-search-list .prod-showcase-avista > div > span {
  margin-top: 0 !important;
}

.category-search-list .prod-showcase-parcela > span::before {
  content: none !important;
}

.category-search-list .prod-showcase-parcela span {
  color: #222222 !important;
  display: block !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.25 !important;
  text-align: left;
}

.category-search-list .prod-showcase-info-button {
  margin-top: 2rem;
}

.category-search-list .prod-showcase-info-button input[data-wsjs-prod-template="quantity-selector"] {
  display: none !important;
}

.category-search-list .prod-showcase-info-button > span,
.category-search-list .prod-showcase-info-button > span > * {
  display: block;
}

.category-search-list .prod-showcase-info-button a,
.category-search-list .prod-showcase-info-button button {
  align-items: center;
  background: #48BA3D !important;
  border: 1px solid #48BA3D !important;
  border-radius: 1rem !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 100%;
  font-size: 0 !important;
}

.category-search-list .prod-showcase-info-button a::before,
.category-search-list .prod-showcase-info-button button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg transform='translate(0.956 1)'%3E%3Cpath d='M976 5235v-3a4 4 0 0 0-8 0v3m-4.408 1.35-.6 6.4c-.17 1.82-.256 2.73.046 3.43a2.986 2.986 0 0 0 1.32 1.45c.672.37 1.586.37 3.413.37h8.458c1.828 0 2.742 0 3.413-.37a2.981 2.981 0 0 0 1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253 7.253 0 0 0-.561-2.88 2.987 2.987 0 0 0-1.292-1.18 7.251 7.251 0 0 0-2.926-.29h-7.258a7.246 7.246 0 0 0-2.925.29 2.982 2.982 0 0 0-1.292 1.18 7.231 7.231 0 0 0-.562 2.88Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.category-search-list .prod-showcase-info-button a::after,
.category-search-list .prod-showcase-info-button button::after {
  content: "COMPRAR";
  display: inline-block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.category-search-list .prod-showcase-info-button a:hover,
.category-search-list .prod-showcase-info-button button:hover {
  background: #41ad37 !important;
  border-color: #41ad37 !important;
}

.category-search-list .category-pagination-container {
  margin-top: 2rem;
}

@media (max-width: 1279px) {
  .category-search-list .list-container > div[data-wsjs-options="false"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .category-search-list .custom-filters-container {
    grid-template-columns: 1fr;
  }

  .category-search-list .custom-breadcrumb,
  .category-search-list .custom-filters-order-wrapper {
    grid-column: auto;
  }

  .category-search-list .custom-filters-order-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .category-search-list .custom-filters-btn-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .category-search-list .list-container > div[data-wsjs-options="false"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-search-list .custom-breadcrumb {
    font-size: 2.4rem;
  }

  .category-search-list .list-container > div[data-wsjs-options="false"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1.6rem;
  }
}

 /*END MODULO custom-listagem*/

/*START MODULO custom-login-popup*/ ﻿:root {
  --bg-button-buyNow: #3CA70C;
}

/* ancora principal */
.ws-new-popup-login__anchor {
  cursor: pointer;
}

/* container principal */
.ws-new-popup-login__popup-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: 300ms;
  z-index: 9999;
  justify-content: end;
}

.ws-new-popup-login__popup-wrapper.login-popup-active {
  display: flex;
  animation: login-popup-active-bg 300ms;
}

.ws-new-popup-login__popup-wrapper.login-popup-disabled {
  opacity: 0;
}
.ws-new-popup-login__popup-wrapper.login-popup-disabled .ws-new-popup-login__popup-container{
  animation: login-popup-desactive 600ms;
} 

@keyframes login-popup-desactive {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.ws-new-popup-login__popup-wrapper .ws-new-popup-login__popup-container {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 45rem;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 5rem;
  animation: login-popup-active 300ms;
  justify-content: center;
}

.ws-new-popup-login__popup__buttons__label {
     color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
}

.ws-new-popup-login__popup__buttons__button.ws-new-popup-login__popup__buttons__button__link {
    background: white !important;
}

@keyframes login-popup-active-bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes login-popup-active {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* botao de fechar */
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2.8rem;
  right: 3rem;
  height: 2.5rem;
  aspect-ratio: 1;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  border-radius: 100%;
  font-size: 1.4rem;
}

/* titulo */
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__title {
  font-weight: 600;
  font-size: 1.8rem;
  color: #343A40;
  text-align: center;
}

/* inputs */
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container label {
  position: absolute;
  padding: 0 5px;
  left: .5rem;
  top: 1rem;
  transition: right 0.3s ease;
  color: transparent;
  opacity: 50%;
  cursor: pointer;
  user-select: none;
  pointer-events: all;
  font-size: 1rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input::placeholder {
  transition:right 0.3s ease;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input:focus::placeholder {
  color: transparent;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input:focus+label {
  top: 0.5rem;
  /* color: rgba(82, 168, 236, 0.8); */
  color: #999;
  opacity: 1;
  left: .5rem;
  line-height: 1;
  padding: 0 .5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input.ws-new-popup-login__popup__inputs-filled-input+label {
  top: 0.5rem;
  color: #999;
  opacity: 1;
  left: .5rem;
  line-height: 1;
  padding: 0 .5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding: .5rem 5rem 1rem 5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__input-password__eye {
  display: flex;
  position: absolute;
  padding: 1rem;
  right: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__input-password__eye>svg path {
  stroke: #999;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__input-password__eye>svg {
  width: 1.7rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container>div {
  width: 100%;
  position: relative;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input {
    width: 100%;
    border: 0.1rem solid #CCCCCC;
    border-radius: 5rem;
    padding: 1rem;
    box-shadow: none;
    background: #fff;
    height: 5rem;
    padding-left: 5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__popup__inputs-container__password {
  padding-right: 3.5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__popup__inputs-container__password::-ms-reveal,
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container .ws-new-popup-login__popup__inputs-container__password::-ms-reveal {
  display: none;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__inputs-container input:focus {
  outline: none;
  border-color: #CCCCCC !important;
}

/* botoes */
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0 5rem 5rem 5rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons>.ws-new-popup-login__popup__buttons__button {
  width: 100%;
  background-color: #1E3367;
  color: var(--color-button-buyNow);
  border-radius: 5rem;
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
  position: relative;
  justify-content: center;
  user-select: none;
  height: 4rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons>.ws-new-popup-login__popup__buttons__button__link {
  width: fit-content;
  background: transparent;
  padding: 0;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons>.ws-new-popup-login__popup__buttons__button__link>span,
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons>.ws-new-popup-login__popup__buttons__button__link {
  text-decoration: underline;
  color: #3483fa;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__buttons>.ws-new-popup-login__popup__buttons__button>.ws-new-popup-login__popup__buttons__button-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

/* msg de erro */
.ws-new-popup-login__popup-container .ws-new-popup-login__popup__error-msg {
  color: red;
  font-size: 1.2rem;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__popup__sucess-msg {
  color: #099504;
  font-size: 1.2rem;
}

/* loader */
.ws-new-popup-login__popup-container .ws-new-popup-login__loader-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-new-popup-login__popup-container .ws-new-popup-login__loader {
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-left-color: #fff;
  animation: spinPopupLoader 1s linear infinite;
}

.ws-new-popup-top-container {
  padding: 5rem;
  padding-bottom: 0;
}

.ws-new-popup-login__input-email-holder svg {
    position: relative;
    top: 4.1rem;
    left: 2rem;
}

.ws-new-popup-login__popup-container p {
    color: #343A40;
    font-weight: 300;
    text-align: center;
    font-size: 1.4rem;
}

@keyframes spinPopupLoader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 1530px) {
  .ws-new-popup-login__popup-wrapper .ws-new-popup-login__popup-container {
  width: 40rem;
}

}

 /*END MODULO custom-login-popup*/

/*START MODULO custom-pag-prod*/ ﻿.row[data-wsjs-product="container"],
.prod-container,
.prod-inside-container {
  align-items: flex-start;
}

.prod-side-container {
  align-self: flex-start;
}

.prod-photo-container {
  align-items: center;
  aspect-ratio: unset;
  display: flex;
  flex-direction: column;
  height: auto;
  isolation: isolate;
  margin-left: auto;
  margin-bottom: 2.4rem;
  margin-right: auto;
  margin-top: -2.4rem;
  min-width: unset;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}

.prod-photo-container [data-wsjs-product="photos"] {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 0;
  min-height: 0;
  order: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.prod-photo-container [data-wsjs-product="photos"] .keen-slider__slide {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.prod-photo-container [data-wsjs-product="photos"] img {
  cursor: zoom-in;
  height: 100% !important;
  margin: 0 auto;
  max-height: 52rem;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  max-width: initial !important;
}

.prod-photo-container [data-wsjs-product="dots"] {
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: 1rem;
  height: fit-content !important;
  justify-content: center;
  left: 0;
  margin-top: 0;
  order: 2;
  padding: 0;
  position: relative;
  bottom: auto;
  margin: 1.6rem auto 0;
  transform: none;
  width: 100%;
  z-index: 0 !important;
}

.prod-photo-container [data-wsjs-product="dots"] .arrow {
  display: none !important;
}

.prod-photo-container [data-wsjs-product="dots"] .keen-slider {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: initial !important;
  justify-content: center;
  width: 100% !important;
}

.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide {
  align-items: center;
  display: flex !important;
  flex-shrink: 0 !important;
  justify-content: center;
  max-width: unset !important;
  min-width: unset !important;
  width: 5.8rem !important;
  border-radius: 0;
  --radius-custom: 0;
}

.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide > div {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9dfe8;
  border-radius: .4rem;
  box-shadow: 0 8px 18px rgba(34, 34, 34, 0.08);
  display: flex;
  height: 5.8rem;
  justify-content: center;
  overflow: hidden;
  padding: .35rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 5.8rem;
}

.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide.active > div,
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide > div:hover {
  border-color: #222;
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.14);
  transform: translateY(-1px);
}

.prod-photo-container [data-wsjs-product="dots"] img {
  border-radius: 0;
  display: block;
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  object-position: center center;
  width: auto !important;
}

.prod-photo-container [data-wsjs-product="photos"] > .dots {
  display: none !important;
}

.prod-photo-container > .product-gallery-progress {
  display: none !important;
}

.prod-code-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0 0 20px;
}

.prod-code-container > span:first-child {
  background: #eef3ff;
  border-radius: .6rem;
  color: #1E3367;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  padding: .7rem 1rem;
  text-transform: uppercase;
}

.prod-code-container > span:first-child [data-wsjs-product="code"] {
  color: #1E3367;
  display: inline-flex;
  font-weight: 600;
  margin-left: .5rem;
}

.product-manufacturer-inline-hidden {
  display: none;
}

.available-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.prod-block-container {
  background: #fff;
  border: 1px solid #d9dfe8;
  border-radius: 1.6rem;
  box-shadow: none;
  gap: 1.8rem;
  padding: 2.8rem 3rem 3rem;
}

.available-section > .prod-block-container:first-child {
  gap: 0;
}

.prod-infos-social-promo-container {
  align-items: flex-start;
  margin-bottom: 10px;
}

.prod-social-share-container.is-hidden-for-custom-share {
  display: none;
}

.prod-tags-container {
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
}

.prod-tags-container .prod-tags > span,
.prod-tags-container .prod-tags > a,
.prod-tags-container [class*="tag"] > span,
.prod-tags-container [class*="tag"] > a,
.prod-tags-container span[data-wsjs-product="tagDescount"],
.prod-tags-container span[data-wsjs-product="tagNew"],
.prod-infos-social-promo-container .prod-tags > span,
.prod-infos-social-promo-container .prod-tags > a,
.prod-infos-social-promo-container [class*="tag"] > span,
.prod-infos-social-promo-container [class*="tag"] > a {
  background: #1E3367 !important;
  border-radius: .6rem !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 2.4rem !important;
  padding: .6rem 1rem !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
  letter-spacing: 0.3px !important;
}

.prod-container h1 {
  color: #2a2a2a;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}

[data-wsjs-product="star-container-product-description"] {
  display: block;
  margin: 0 0 5px;
  order: 3;
}

.customCode > [data-wsjs-product="star-container-product-description"] {
  display: block;
  margin: 0 0 5px;
}

.customCode > [data-wsjs-product="name"] {
  order: 4;
}

[data-wsjs-product="star-container-product-description"] a#link-to-reviews {
  align-items: center;
  display: inline-flex;
  gap: .6rem;
  text-decoration: none;
}

[data-wsjs-product="star-container-product-description"] #stars-in-prod-desc {
  align-items: center;
  display: inline-flex;
  gap: .2rem;
}

[data-wsjs-product="star-container-product-description"] #stars-in-prod-desc > span,
[data-wsjs-product="star-container-product-description"] #stars-in-prod-desc > svg {
  flex: 0 0 auto;
}

[data-wsjs-product="star-container-product-description"] #stars-in-prod-desc-qnt {
  color: #8a8f98;
  font-size: 1.2rem;
  margin-left: .2rem;
}

.prod-short-container {
  color: #4a4a4a;
  line-height: 1.75;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 0;
}

.prod-more-container {
  margin-top: 0;
  margin-bottom: 20px;
}

.prod-more-container [data-wsjs-product="linkDesc"] {
  color: #2a2a2a;
  font-weight: 600;
  text-decoration: underline;
}

.prod-price-container {
  border-bottom: 0;
  gap: .6rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.prod-price-main .prod-price-sell {
  color: #2d4f9f;
  font-size: 2.8rem;
  font-weight: 600;
}

.prod-price-main .prod-price-off {
  color: #646464;
}

.prod-price-container [data-wsjs-product="priceInstallment"],
.prod-price-container [data-wsjs-product="priceCash"] {
  color: #4a4a4a;
}

.prod-quantity-container {
  align-items: center;
  border-top: 1px solid #e6eaf1;
  margin-top: .8rem;
  padding-top: 2rem;
}

.prod-quantity-container label {
  color: #4a4a4a;
  font-weight: 300;
}

.prod-quantity {
  align-items: center;
  background: #f6f6f6;
  border: 0;
  border-radius: 1.4rem;
  box-shadow: none;
  display: flex;
  gap: 1rem;
  margin-left: auto;
  overflow: hidden;
  padding: .5rem;
}

.prod-quantity span {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 30px;
}

.prod-quantity span:first-child,
.prod-quantity span:last-child {
  background: #e9e9e9;
  border-radius: 1rem;
}

.prod-quantity span:first-child {
  color: transparent;
  font-size: 0;
}

.prod-quantity span:first-child::before {
  color: #000000;
  content: "-";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 0rem;
}

.prod-quantity span:nth-child(2) {
  background: transparent;
  color: #444;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 4.6rem;
}

.prod-buttons-container {
  gap: 1.2rem;
  margin-top: .6rem;
}

.prod-buttons-container .button-main,
.prod-buttons-container .button-second {
  border-radius: 1.2rem;
  min-height: 5.4rem;
}

.prod-buttons-container .button-second {
  display: none;
}

.prod-buttons-container .button-main {
  align-items: center;
  background: #48ba3d;
  border: 1px solid #48ba3d;
  color: #fff;
  display: flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: .3s ease;
}

.prod-buttons-container .button-main::before {
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg transform='translate(0.956 1)'%3E%3Cpath d='M976 5235v-3a4 4 0 0 0-8 0v3m-4.408 1.35-.6 6.4c-.17 1.82-.256 2.73.046 3.43a2.986 2.986 0 0 0 1.32 1.45c.672.37 1.586.37 3.413.37h8.458c1.828 0 2.742 0 3.413-.37a2.981 2.981 0 0 0 1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253 7.253 0 0 0-.561-2.88 2.987 2.987 0 0 0-1.292-1.18 7.251 7.251 0 0 0-2.926-.29h-7.258a7.246 7.246 0 0 0-2.925.29 2.982 2.982 0 0 0-1.292 1.18 7.231 7.231 0 0 0-.561 2.88Z' transform='translate(-962.838 -5228)' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.prod-buttons-container .button-main:hover {
  background: #41ad37;
  border-color: #41ad37;
}

.product-extra-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.6rem;
}

.product-share-inline {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: .8rem;
}

.product-share-inline__title {
  align-items: center;
  color: #444;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 600;
  gap: .6rem;
  line-height: 1.2;
}

.product-share-inline__icon {
  display: inline-flex;
  height: 1.8rem;
  width: 1.8rem;
}

.product-share-inline__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.product-share-inline__buttons {
  display: flex;
  gap: 1rem;
}

.product-share-inline__button {
  align-items: center;
  background: #ededed;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 5rem;
  justify-content: center;
  transition: background-color .2s ease, transform .2s ease;
  width: 5rem;
}

.product-share-inline__button:hover {
  background: #e3e3e3;
  transform: translateY(-1px);
}

.product-share-inline__button svg {
  display: block;
  height: 2rem;
  width: 2rem;
}

.product-share-inline__button path {
  stroke: #4f555c;
}

.product-share-inline__button.share-whatsapp-item svg {
  height: 2rem;
  width: 2rem;
}

.product-share-inline__button.share-whatsapp-item path {
  fill: #222;
  stroke: none;
}

.product-meta-item {
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  gap: .2rem;
  line-height: 1.35;
  padding-left: 2.4rem;
  position: relative;
}

.product-meta-item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: .1rem;
  width: 2rem;
}

.product-meta-availability::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15.473' viewBox='0 0 18.841 15.473'%3E%3Cpath d='M972.1 6420.526h1.968a1.652 1.652 0 0 1 .406.025.654.654 0 0 1 .243.1 1.84 1.84 0 0 1 .3.27l3.42 3.418a1.756 1.756 0 0 1 .271.3.868.868 0 0 1 .1.244 1.8 1.8 0 0 1 .024.4v2.392a2.066 2.066 0 0 1-.064.741.824.824 0 0 1-.456.455 1.991 1.991 0 0 1-.744.068m-4.21 0h4.21m-4.21 0v-8.252a4.2 4.2 0 0 0-.184-1.777 1.7 1.7 0 0 0-.736-.732 4.143 4.143 0 0 0-1.775-.186h-4.715a4.143 4.143 0 0 0-1.775.186 1.7 1.7 0 0 0-.736.732 4.2 4.2 0 0 0-.184 1.777v6.567a1.686 1.686 0 0 0 1.684 1.685m8.42 0h-3.368m0 0a2.526 2.526 0 0 1-5.052 0m5.052 0a2.526 2.526 0 1 0-5.052 0m13.894.421a2.105 2.105 0 1 1-2.105-2.105 2.105 2.105 0 0 1 2.105 2.105Z' transform='translate(-961 -6417)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.product-meta-warranty::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15.472' viewBox='0 0 16.619 15.472'%3E%3Cpath d='M2234 1030.239a34.781 34.781 0 0 1 2.717-3.263 6.735 6.735 0 1 1-1.706 6.631m-1.011-3.368v-4.491m0 4.491h4.491' transform='translate(-2232.602 -1024)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.product-meta-item > span,
.product-meta-item > div,
.product-meta-item p {
  color: #666;
  display: block;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
}

.product-meta-item h2 {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.product-manufacturer-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.product-manufacturer-card__title {
  color: #4a4a4a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.product-manufacturer-card__value,
.product-manufacturer-card__value a {
  color: #666;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.product-manufacturer-card__logo-link {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
}

.product-manufacturer-card__logo {
  display: block;
  max-height: 3.2rem;
  max-width: 14rem;
  object-fit: contain;
  width: auto;
}

.prod-shipping-container.product-shipping-customized {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.prod-block-container.product-shipping-block {
  padding: 2rem 2.2rem 0.1rem;
}

.prod-shipping-container.product-shipping-customized {
  margin-top: -.4rem;
}

.prod-shipping-container.product-shipping-customized[data-wsjs-product="shippig-container"] {
  padding-bottom: .2rem;
}

.prod-shipping-container.product-shipping-customized[data-wsjs-product="shippig-container"] .prod-shipping-form {
  margin-bottom: 0;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-head h2 {
  color: #444;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-head .tag-link {
  color: #6a6a6a;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  white-space: nowrap;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-form {
  align-items: center;
  background: #f7f7f7;
  border-radius: 1.2rem;
  display: flex;
  gap: 1rem;
  padding: .3rem .8rem .3rem 1.6rem;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-form input[type="text"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #444;
  flex: 1;
  font-size: 1.4rem;
  height: 4.6rem;
  min-width: 0;
  padding: 0;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-form input[type="text"]::placeholder {
  color: #b6b6b6;
  opacity: 1;
}

.prod-shipping-container.product-shipping-customized .prod-shipping-form .button-third {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #444;
  font-size: 1.8rem;
  font-weight: 600;
  min-height: auto;
  padding: 0 1rem 0 0;
  text-transform: uppercase;
}

.product-last-visited-block {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-height: 74rem;
  overflow-y: auto;
  padding: 0;
}

[data-wsjs-sectype="prodLast"],
.secLastVisited {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-height: 74rem;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.secLastVisited,
.secLastVisited * {
  box-sizing: border-box;
}

.secLastVisited .prod-list-titles {
  margin-bottom: 0;
  text-align: center;
}

.secLastVisited .prod-list-titles-title {
  color: #222;
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.secLastVisited .prod-list-titles-title::after {
  background: #222;
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  margin: 1.2rem auto 0;
  width: 6rem;
}

.secLastVisited > div,
.secLastVisited > div > div,
.secLastVisited .prod-list-previous,
.secLastVisited .prod-list,
.secLastVisited .prod-list .slide-container,
.secLastVisited .keen-slider {
  height: fit-content;
  width: 100%;
}

.secLastVisited .prod-showcase-holder {
  background: #fff;
  border: 1px solid #d9dfe8;
  border-radius: 1.6rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
  height: fit-content;
}

.secLastVisited .prod-showcase-holder:hover {
  border: 1px solid #d9dfe8;
}

.secLastVisited .prod-showcase-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  pointer-events: none;
}

.secLastVisited .prod-showcase-tags-left {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.secLastVisited .prod-showcase-tags-left > *:not(.prod-tags-desconto) {
  display: none;
}

.secLastVisited .prod-tags-desconto {
  background: #d92a1c;
  color: #fff;
  font-weight: 600;
  padding: .4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
}

.secLastVisited .prod-tags-desconto::before {
  content: none;
}

.secLastVisited .prod-showcase-image {
  position: relative;
  width: 9.2rem;
  min-width: 9.2rem;
  aspect-ratio: 1 / 1;
}

.secLastVisited .prod-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.secLastVisited .prod-showcase-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  text-align: left;
  align-items: flex-start;
}

.secLastVisited .prod-showcase-info-name {
  color: #3a3a3a;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  min-height: auto;
  margin-bottom: .3rem;
}

.secLastVisited .prod-showcase-price-container {
  min-height: auto;
  margin: 0;
  line-height: 1.1;
}

.secLastVisited .prod-showcase-price-sell {
  color: #27448b;
  font-size: 1.4rem;
  font-weight: 600;
}

.secLastVisited .prod-showcase-price-off {
  display: flex;
}

.secLastVisited .pricePix {
  color: #27448b;
  font-size: 1.4rem;
  font-weight: 600;
}

.secLastVisited .tagDescontoPixFixo {
  color: #27448b;
  font-size: 1.2rem;
  font-weight: 600;
}

.secLastVisited .prod-showcase-parcela {
  font-size: 1.1rem;
  color: #555;
  margin-top: 0;
}

.secLastVisited .labelFromPriceAnchor {
  display: none;
}

.secLastVisited .prod-showcase-info-button {
  margin-top: .2rem;
  width: 100%;
}

.secLastVisited .prod-showcase-info-button input[type="number"] {
  display: none;
}

.secLastVisited .prod-showcase-info-button > a,
.secLastVisited .prod-showcase-info-button > button,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] a,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] button {
  background: #3ca70c;
  color: #fff;
  font-size: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: .85rem 1.4rem;
  border-radius: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  opacity: 1;
}

.secLastVisited .prod-showcase-info-button > a::before,
.secLastVisited .prod-showcase-info-button > button::before,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] a::before,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg id='Componente_14_43' data-name='Componente 14 43' transform='translate(0.956 1)'%3E%3Cpath id='Caminho_8299' data-name='Caminho 8299' d='M976,5235v-3a4,4,0,0,0-8,0v3m-4.408,1.35-.6,6.4c-.17,1.82-.256,2.73.046,3.43a2.986,2.986,0,0,0,1.32,1.45c.672.37,1.586.37,3.413.37h8.458c1.828,0,2.742,0,3.413-.37a2.981,2.981,0,0,0,1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253,7.253,0,0,0-.561-2.88,2.987,2.987,0,0,0-1.292-1.18,7.251,7.251,0,0,0-2.926-.29h-7.258a7.246,7.246,0,0,0-2.925.29,2.982,2.982,0,0,0-1.292,1.18A7.231,7.231,0,0,0,963.592,5236.35Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.secLastVisited .prod-showcase-info-button > a::after,
.secLastVisited .prod-showcase-info-button > button::after,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] a::after,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] button::after {
  color: #ffffff;
  content: "COMPRAR";
  display: inline-block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.secLastVisited .prod-showcase-info-button > a:hover,
.secLastVisited .prod-showcase-info-button > button:hover,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] a:hover,
.secLastVisited .prod-showcase-info-button [data-wsjs-prod-template="button"] button:hover {
  background: #3ca70c;
}

.secLastVisited .keen-slider {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  gap: 3rem;
  overflow: visible !important;
  transform: none !important;
}

.secLastVisited .keen-slider__slide {
  position: static !important;
  transform: none !important;
  -webkit-transform: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.secLastVisited .arrow,
.secLastVisited .dots,
.secLastVisited .prev,
.secLastVisited .next,
[data-wsjs-sectype="prodLast"] .ultimos-visitados .arrow,
[data-wsjs-sectype="prodLast"] .ultimos-visitados .arrow-prev,
[data-wsjs-sectype="prodLast"] .ultimos-visitados .arrow-next,
[data-wsjs-sectype="prodLast"] .prod-list-previous .arrow,
[data-wsjs-sectype="prodLast"] .prod-list-previous .arrow-prev,
[data-wsjs-sectype="prodLast"] .prod-list-previous .arrow-next,
[data-wsjs-sectype="prodLast"] .arrow,
[data-wsjs-sectype="prodLast"] .dots,
[data-wsjs-sectype="prodLast"] .prev,
[data-wsjs-sectype="prodLast"] .next {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}


.product-last-visited-block .prod-list-titles {
  margin-bottom: 2rem;
  text-align: center;
}

.product-last-visited-block .prod-list-titles-title {
  color: #222;
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.product-last-visited-block .prod-list-titles-title::after {
  background: #222;
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  margin: 1.2rem auto 0;
  width: 6rem;
}

.product-last-visited-block [data-wsjs-prod-list="previous"] {
  box-sizing: border-box;
  display: block;
  height: auto;
  max-height: 74rem;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: .6rem;
  scrollbar-width: none;
  width: 100%;
}

[data-wsjs-sectype="prodLast"] [data-wsjs-prod-list="previous"],
.secLastVisited [data-wsjs-prod-list="previous"] {
  box-sizing: border-box;
  display: block;
  height: 74rem !important;
  max-height: 74rem !important;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: .6rem;
  padding-top: 30px;
  scrollbar-width: none;
  width: 100%;
}

.product-last-visited-block [data-wsjs-prod-list="previous"]::-webkit-scrollbar {
  display: none;
}

[data-wsjs-sectype="prodLast"] [data-wsjs-prod-list="previous"]::-webkit-scrollbar,
.secLastVisited [data-wsjs-prod-list="previous"]::-webkit-scrollbar {
  display: none;
}

.product-last-visited-block .product-last-visited-viewport {
  height: auto;
  max-height: 74rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: .6rem;
  scrollbar-width: none;
}

.product-last-visited-block .product-last-visited-viewport::-webkit-scrollbar {
  display: none;
}

[data-wsjs-sectype="prodLast"] .product-last-visited-viewport,
.secLastVisited .product-last-visited-viewport {
  height: 74rem !important;
  max-height: 74rem !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: .6rem;
  padding-top: 30px;
  scrollbar-width: none;
}

[data-wsjs-sectype="prodLast"] .product-last-visited-viewport::-webkit-scrollbar,
.secLastVisited .product-last-visited-viewport::-webkit-scrollbar {
  display: none;
}

.product-last-visited-block .product-last-visited-nav,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav,
.secLastVisited .product-last-visited-nav {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.6rem;
}

.product-last-visited-block .product-last-visited-nav.is-hidden,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav.is-hidden,
.secLastVisited .product-last-visited-nav.is-hidden {
  display: none;
}

.product-last-visited-block .product-last-visited-nav__button,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav__button,
.secLastVisited .product-last-visited-nav__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7a7a7a;
  cursor: pointer;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 2.4rem;
}

.product-last-visited-block .product-last-visited-nav__button::before,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav__button::before,
.secLastVisited .product-last-visited-nav__button::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.product-last-visited-block .product-last-visited-nav__button--up::before,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav__button--up::before,
.secLastVisited .product-last-visited-nav__button--up::before {
  border-bottom: 8px solid currentColor;
}

.product-last-visited-block .product-last-visited-nav__button--down::before,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav__button--down::before,
.secLastVisited .product-last-visited-nav__button--down::before {
  border-top: 8px solid currentColor;
}

.product-last-visited-block .product-last-visited-nav__button:disabled,
[data-wsjs-sectype="prodLast"] .product-last-visited-nav__button:disabled,
.secLastVisited .product-last-visited-nav__button:disabled {
  cursor: default;
  opacity: .35;
}

.product-last-visited-block .prod-list-previous,
.product-last-visited-block .prod-list-previous > div,
.product-last-visited-block .prod-list-previous > .prod-list-holder,
.product-last-visited-block .prod-list-previous .prod-showcase-link-overlay,
.product-last-visited-block .prod-list-previous .prod-showcase-price,
.product-last-visited-block .prod-list-previous .prod-showcase-info-button {
  box-sizing: border-box;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.product-last-visited-block .prod-list-previous > .prod-list-holder {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 100%;
  width: 100%;
}

[data-wsjs-sectype="prodLast"] .prod-list-previous > .prod-list-holder,
.secLastVisited .prod-list-previous > .prod-list-holder {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.secLastVisited .prod-list-previous,
.secLastVisited .prod-list-previous > div,
.secLastVisited .prod-list-previous > .prod-list-holder,
.secLastVisited .prod-list-previous .prod-showcase-link-overlay,
.secLastVisited .prod-list-previous .prod-showcase-price,
.secLastVisited .prod-list-previous .prod-showcase-info-button,
.secLastVisited .keen-slider,
.secLastVisited .keen-slider__slide {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.secLastVisited .prod-showcase-holder {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.secLastVisited .prod-showcase-image,
.secLastVisited .prod-showcase-image a {
  flex: 0 0 9rem;
  width: 9rem;
}

.secLastVisited .prod-showcase-info {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.secLastVisited .prod-showcase-info .prod-showcase-info-name,
.secLastVisited .prod-showcase-info .prod-showcase-info-name p,
.secLastVisited .prod-showcase-price,
.secLastVisited .prod-showcase-price * {
  max-width: 100%;
}

.secLastVisited .prod-showcase-info .prod-showcase-info-name {
  display: block;
  max-width: calc(100% - 12rem);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-last-visited-block .prod-showcase-holder {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d9dfe8;
  border-radius: 1.6rem;
  box-sizing: border-box;
  display: flex;
  gap: 1.4rem;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 1.6rem;
  width: 100%;
}

.product-last-visited-block .prod-showcase-image,
.product-last-visited-block .prod-showcase-image a {
  align-items: center;
  display: flex;
  height: 11rem;
  flex: 0 0 11rem;
  justify-content: center;
  width: 11rem;
}

.product-last-visited-block .prod-showcase-image a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.product-last-visited-block .prod-showcase-image a img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: relative;
}

.product-last-visited-block .prod-showcase-info {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  padding-top: 0;
  width: auto;
}

.product-last-visited-block .prod-showcase-tags,
.product-last-visited-block .prod-showcase-favorite {
  display: none !important;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-name {
  -webkit-line-clamp: 3;
  color: #3a3a3a;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
  min-height: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-name,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-name p,
.product-last-visited-block .prod-showcase-price,
.product-last-visited-block .prod-showcase-price * {
  max-width: 100%;
}

.product-last-visited-block .prod-showcase-price {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.product-last-visited-block .prod-showcase-price-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.product-last-visited-block .prod-showcase-price .prod-unavaliable-message,
.product-last-visited-block .prod-showcase-price .prod-consult-message {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: .8rem;
}

.product-last-visited-block .prod-showcase-price-off {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  text-decoration: line-through;
}

.product-last-visited-block .prod-showcase-price-sell {
  display: none !important;
}

.product-last-visited-block .prod-showcase-avista,
.product-last-visited-block .prod-showcase-parcela {
  display: block !important;
  width: 100%;
}

.product-last-visited-block .prod-showcase-avista .pricePix,
.product-last-visited-block .prod-showcase-avista span {
  align-items: center;
  color: #2f5fb3 !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.8rem !important;
  font-style: normal;
  font-weight: 600 !important;
  gap: .8rem;
  line-height: 1.2 !important;
  text-align: left;
}

.product-last-visited-block .prod-showcase-avista .labelFromPriceAnchor,
.product-last-visited-block .prod-showcase-avista .tagDescontoPixFixo {
  display: none !important;
}

.product-last-visited-block .prod-showcase-avista .pricePix::after {
  align-items: center;
  background: #3f63b8;
  border-radius: .4rem;
  color: #ffffff !important;
  content: "PIX";
  display: inline-flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: .2rem;
  padding: .5rem .7rem;
  text-transform: uppercase;
}

.product-last-visited-block .prod-showcase-avista > span,
.product-last-visited-block .prod-showcase-avista > div > span {
  margin-top: 0 !important;
}

.product-last-visited-block .prod-showcase-parcela {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
}

.product-last-visited-block .prod-showcase-parcela > span::before {
  content: none !important;
}

.product-last-visited-block .prod-showcase-parcela span {
  color: #222222 !important;
  display: block !important;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1.3rem !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.25 !important;
  text-align: left;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button {
  box-sizing: border-box;
  display: block !important;
  margin-top: 1.6rem;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button input[data-wsjs-prod-template="quantity-selector"] {
  display: none !important;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > span,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > span > * {
  display: block;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > a,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > button {
  align-items: center;
  background: #48ba3d !important;
  border: 1px solid #48ba3d !important;
  border-radius: 1rem !important;
  box-sizing: border-box;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 0 !important;
  font-style: normal !important;
  font-weight: 600 !important;
  gap: 1rem;
  justify-content: center;
  min-height: 4rem;
  max-width: 100%;
  min-width: 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 100%;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > a::before,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg id='Componente_14_43' data-name='Componente 14 43' transform='translate(0.956 1)'%3E%3Cpath id='Caminho_8299' data-name='Caminho 8299' d='M976,5235v-3a4,4,0,0,0-8,0v3m-4.408,1.35-.6,6.4c-.17,1.82-.256,2.73.046,3.43a2.986,2.986,0,0,0,1.32,1.45c.672.37,1.586.37,3.413.37h8.458c1.828,0,2.742,0,3.413-.37a2.981,2.981,0,0,0,1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253,7.253,0,0,0-.561-2.88,2.987,2.987,0,0,0-1.292-1.18,7.251,7.251,0,0,0-2.926-.29h-7.258a7.246,7.246,0,0,0-2.925.29,2.982,2.982,0,0,0-1.292,1.18A7.231,7.231,0,0,0,963.592,5236.35Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > a::after,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > button::after {
  color: #ffffff;
  content: "COMPRAR";
  display: inline-block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > a:hover,
.product-last-visited-block .prod-showcase-info .prod-showcase-info-button > button:hover {
  background: #41ad37 !important;
  border-color: #41ad37 !important;
}

@media screen and (max-width: 640px) {
  .product-last-visited-block .prod-showcase-holder {
    flex-direction: column;
  }

  .product-last-visited-block .prod-showcase-image,
  .product-last-visited-block .prod-showcase-image a {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.product-last-visited-block .prod-showcase-holder.unavaliable .prod-showcase-info .prod-showcase-info-button > a,
.product-last-visited-block .prod-showcase-holder.consult .prod-showcase-info .prod-showcase-info-button > a,
.product-last-visited-block .prod-showcase-holder.unavaliable .prod-showcase-info .prod-showcase-info-button > button,
.product-last-visited-block .prod-showcase-holder.consult .prod-showcase-info .prod-showcase-info-button > button {
  background: #fff !important;
  border: 1px solid #444 !important;
  color: #444 !important;
}

.product-last-visited-nav {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 2.4rem;
}

.product-last-visited-nav.is-hidden {
  display: none;
}

.product-last-visited-nav__button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0;
  height: 2.8rem;
  justify-content: center;
  line-height: 0;
  padding: 0;
  position: relative;
  width: 2.8rem;
}

.product-last-visited-nav__button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}

.product-last-visited-nav__button--up::before {
  transform: rotate(-90deg);
}

.product-last-visited-nav__button--down::before {
  transform: rotate(90deg);
}

.product-last-visited-nav__button:disabled {
  cursor: default;
  opacity: .35;
}

.product-meta-availability [data-wsjs-product="avaliableDays"] {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
}

.prod-block-container .breadcrumb-container.breadcrumb-inside-product-card {
  color: #6f6f6f;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: .8rem;
  line-height: 1.4;
  margin: 0 0 10px;
}

.prod-block-container .breadcrumb-container.breadcrumb-inside-product-card a,
.prod-block-container .breadcrumb-container.breadcrumb-inside-product-card span {
  color: #6f6f6f;
  text-decoration: none;
}

.product-code-floating {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 2.2rem;
  width: 100%;
}

.product-code-floating > span {
  background: #eef3ff;
  border-radius: .6rem;
  color: #1E3367;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  padding: .7rem 1rem;
  text-transform: uppercase;
}

.product-code-floating strong {
  color: #1E3367;
  font-weight: 600;
  margin-left: .5rem;
}

/* ForÃ§ar estilo azul nas badges da pÃ¡gina de produto */
.prod-infos-social-promo-container span.prod-tags,
.prod-tags-container span.prod-tags,
span.prod-tags[data-wsjs-product="tagDescount"],
span.prod-tags[data-wsjs-product="tagNew"],
.prod-tags.prod-tags-desconto,
.prod-tags.prod-tags-lancamento {
  background: #1E3367 !important;
  border-radius: .6rem !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 2.4rem !important;
  padding: .6rem 1rem !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
  letter-spacing: 0.3px !important;
}

.prod-features-container {
  background: transparent !important;
  padding: 0 !important;
}

.prod-features-container table {
  background: transparent !important;
}

.prod-features-container tr {
  background: transparent !important;
}

.prod-features-container tr:nth-child(even) td {
  background: #e6e6e6 !important;
}

.prod-features-container tr:nth-child(odd) td {
  background: transparent !important;
}

#prod-description-block.product-description-block--accordion-ready::before {
  margin: 0;
}

.product-description-accordion {
  border-top: px solid #d6d6d6;
  margin-top: 2.4rem;
}

.product-description-accordion__item {
  background: #ffffff;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  overflow: hidden;
}

.product-description-accordion__summary {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 2.2rem 4.2rem 2.2rem 0;
  position: relative;
}

.product-description-accordion__summary::-webkit-details-marker {
  display: none;
}

.product-description-accordion__summary::after {
  color: #343a40;
  content: "+";
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-description-accordion__item[open] .product-description-accordion__summary::after {
  content: "-";
}

.product-description-accordion__answer {
  display: none;
  opacity: 0;
  padding: 0 0 2.2rem;
  transition: opacity .24s ease;
}

.product-description-accordion__item[open] .product-description-accordion__answer {
  display: block;
  opacity: 1;
}

.product-description-accordion__answer > :last-child {
  margin-bottom: 0 !important;
}

.product-description-accordion__answer p,
.product-description-accordion__answer div,
.product-description-accordion__answer span,
.product-description-accordion__answer li,
.product-description-accordion__answer strong,
.product-description-accordion__answer b {
  color: #666666;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.6;
}

.product-description-accordion__answer p,
.product-description-accordion__answer ul,
.product-description-accordion__answer ol {
  margin-top: 0;
}

.product-description-accordion__answer ul,
.product-description-accordion__answer ol {
  padding-left: 1.8rem;
}

.product-recommendations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin: 6rem auto 0;
  max-width: 138rem;
  width: 100%;
}

.product-recommendations-block {
  width: 100%;
}

.product-recommendations-block .container {
  max-width: 100%;
  padding: 0;
}

.product-recommendations-carousel {
  align-items: center;
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 4.8rem minmax(0, 1fr) 4.8rem;
}

.product-recommendations-title {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.4rem;
  margin: 0 0 3.3rem;
  position: relative;
  text-align: center;
}

.product-recommendations-title::after {
  border-top: 5px solid #222222;
  border-radius: 999px;
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 70px;
}

.product-recommendations-arrow {
  align-items: center !important;
  appearance: none;
  background: #fff !important;
  border: 1px solid #d9e0ea !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(34, 34, 34, 0.08);
  cursor: pointer;
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  opacity: 1 !important;
  width: 4.8rem !important;
}

.product-recommendations-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}

.product-recommendations-arrow--prev::before {
  transform: rotate(180deg);
}

.product-recommendations-track {
  display: grid;
  gap: 2rem;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: .2rem;
  scrollbar-width: none;
}

.product-recommendations-track::-webkit-scrollbar {
  display: none;
}

.product-recommendation-card {
  background: #fff;
  border: 1px solid #d9e0ea;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 1.2rem 1.2rem 1.4rem;
  width: 25rem;
}

.product-recommendation-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.product-recommendation-card__image img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.product-recommendation-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-recommendation-card__name {
  color: #3a3a3a;
  display: -webkit-box;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  overflow: hidden;
  text-decoration: none;
}

.product-recommendation-card__prices {
  margin-top: auto;
}

.product-recommendation-card__old-price {
  color: #8a8a8a;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .4rem;
  text-decoration: line-through;
}

.product-recommendation-card__pix-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.product-recommendation-card__pix-price {
  color: #2f5fb3;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.product-recommendation-card__pix-badge {
  background: #3f63b8;
  border-radius: .4rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: .5rem .7rem;
}

.product-recommendation-card__installment {
  color: #222;
  display: block;
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: .5rem;
}

.product-recommendation-card__button {
  align-items: center;
  background: #48ba3d;
  border: 1px solid #48ba3d;
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  justify-content: center;
  margin-top: 1.4rem;
  min-height: 4rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.product-recommendation-card__status {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  margin-top: auto;
}

.product-recommendation-card.is-unavailable .product-recommendation-card__button {
  display: none;
}

.product-home-section {
  padding: 5.6rem 0 0;
  width: 100%;
}

.product-home-section + .product-home-section {
  padding-top: 10rem;
}

.product-home-section .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 138rem;
}

.product-home-section .prod-list,
.product-home-section .prod-list-holder,
.product-home-section .slide-container {
  margin-left: auto;
  margin-right: auto;
}

.product-home-section .prod-list-titles {
  margin-top: 10rem;
}

.product-home-section .prod-list-titles:first-of-type {
  margin-top: 0;
}


@media screen and (max-width: 991px) {
  .product-recommendations-wrapper {
    margin-top: 3.6rem;
  }

  .product-recommendations-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .product-recommendations-carousel {
    grid-template-columns: 1fr;
  }

  .product-recommendations-arrow {
    display: none !important;
  }

  .product-home-section {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .product-description-accordion__summary {
    padding-right: 3.2rem;
  }

  .product-description-accordion__summary::after {
    font-size: 2.4rem;
  }
}

/* Accordion da descriÃ§Ã£o / composiÃ§Ã£o / modo de usar / avaliaÃ§Ãµes */
.product-description-accordion {
  border-top: 1px solid #d6d6d6 !important;
  margin-top: 2.4rem !important;
}

.product-description-accordion__item {
  background: #fff !important;
  border-bottom: 1px solid #d6d6d6 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.product-description-accordion__summary {
  align-items: center !important;
  color: #222 !important;
  cursor: pointer !important;
  display: flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  justify-content: space-between !important;
  line-height: normal !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 22px 42px 22px 0 !important;
  position: relative !important;
}

.product-description-accordion__summary::-webkit-details-marker {
  display: none !important;
}

.product-description-accordion__summary::after {
  color: #343a40 !important;
  content: "+" !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.product-description-accordion__item[open] .product-description-accordion__summary::after {
  content: "-" !important;
}

.product-description-accordion__answer {
  display: none !important;
  opacity: 0 !important;
  padding: 0 0 22px !important;
}

.product-description-accordion__item[open] .product-description-accordion__answer {
  display: block !important;
  opacity: 1 !important;
}


/* ============================= */
/* AVALIAÃ‡Ã•ES - NOTA MÃ‰DIA */
/* ============================= */

#client-average-data .nota {
  font-size: 48px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #343a40 !important;
  letter-spacing: -1px !important;
  margin: 0 0 10px 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  gap: 4px !important;
}

#client-average-data .nota .nota-numero {
  font-size: 48px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

#client-average-data .nota .nota-total {
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  padding-bottom: 5px !important;
}

#client-average-data .texto-media-avaliacoes {
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #343a40 !important;
  font-weight: 300 !important;
  max-width: 260px !important;
  margin: 8px 0 0 0 !important;
}

#client-average-data .texto-media-avaliacoes strong {
  font-weight: 600 !important;
}


/* ============================= */
/* AVALIAÃ‡Ã•ES - FILTRO ORDENAR */
/* ============================= */

#clients-review-filter {
  justify-content: flex-start !important;
  display: flex !important;
  align-items: center !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}

#clients-review-filter .filter-title {
  margin-left: 0 !important;
}

#clients-review-filter .review-filters-container {
  margin-left: 10px !important;
}


/* ============================= */
/* AVALIAÃ‡Ã•ES - BARRAS DE ESTRELAS */
/* ============================= */

#clients-average-graphic .progress,
#all-stars-progress-bar .progress,
#all-progress-bar .progress {
  background: #d9d9d9 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

#clients-average-graphic .progress .progress-bar,
#all-stars-progress-bar .progress .progress-bar,
#all-progress-bar .progress .progress-bar {
  background-color: #FFD600 !important;
  background: #FFD600 !important;
  border-radius: 10px !important;
}

#clients-average-graphic .progress[star-number="5"] .progress-bar,
#all-stars-progress-bar .progress[star-number="5"] .progress-bar,
#all-progress-bar .progress[star-number="5"] .progress-bar {
  background-color: #FFD600 !important;
  background: #FFD600 !important;
}


/* ============================= */
/* AVALIAÃ‡Ã•ES - LISTA COM SCROLL */
/* ============================= */

#clients-review-container {
  max-height: 360px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #eeeeee !important;
  border-radius: 4px !important;
  padding: 6px 12px 6px 6px !important;
  margin-top: 18px !important;
  scrollbar-width: auto !important;
  scrollbar-color: #9a9a9a #dcdcdc !important;
}

#clients-review-container::-webkit-scrollbar {
  width: 14px !important;
}

#clients-review-container::-webkit-scrollbar-track {
  background: #dcdcdc !important;
  border-radius: 20px !important;
}

#clients-review-container::-webkit-scrollbar-thumb {
  background: #9a9a9a !important;
  border-radius: 20px !important;
  min-height: 90px !important;
}

#clients-review-container::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

#clients-review-container > div[data-wsjs-review-id] {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
  padding: 14px 16px !important;
  margin: 0 0 8px 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

#clients-review-container > div[data-wsjs-review-id] * {
  text-align: left !important;
}

#clients-review-container .ws-stars-date-line {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

#clients-review-container .ws-stars-date-line > * {
  margin: 0 !important;
}

#clients-review-container .ws-review-date-inline {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  font-weight: 300 !important;
}

#clients-review-container > div[data-wsjs-review-id] b,
#clients-review-container > div[data-wsjs-review-id] strong {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  transform: none !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.estrelas-acima-titulo-produto {
  display: block !important;
  position: static !important;
  order: initial !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 8px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.estrelas-acima-titulo-produto #link-to-reviews {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  text-decoration: none !important;
}

.estrelas-acima-titulo-produto #stars-in-prod-desc {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}

.estrelas-acima-titulo-produto #stars-in-prod-desc-qnty {
  margin: 0 !important;
  font-size: 12px !important;
  color: #555 !important;
  line-height: 1 !important;
}

h1[data-wsjs-product="name"] {
  margin-top: 0 !important;
}


.prod-price-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
}

.prod-price-main .prod-price-off {
  order: 1 !important;
  display: block !important;
  margin: 0 0 2px 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #555 !important;
  text-decoration: line-through !important;
}

.prod-price-main .prod-price-sell {
  order: 2 !important;
  display: block !important;
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #234aa8 !important;
}

body.pagina-produto-detalhe .prod-price-main .prod-price-sell {
  display: none !important;
}

body.pagina-produto-detalhe .prod-price-container [data-wsjs-product="priceCash"] {
  align-items: center !important;
  color: #2a2a2a !important;
  display: inline-flex !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  gap: .8rem !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  order: 2 !important;
  width: auto !important;
}

body.pagina-produto-detalhe .prod-price-container [data-wsjs-product="priceCash"][data-pix-discount-label]::before {
  background: #1e3367;
  border-radius: .4rem;
  color: #fff;
  content: attr(data-pix-discount-label);
  display: inline-flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  padding: .6rem .9rem;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateY(-1px);
}

body.pagina-produto-detalhe .prod-price-container [data-wsjs-product="priceInstallment"] {
  display: block !important;
  margin: 0 !important;
  order: 3 !important;
}

 /*END MODULO custom-pag-prod*/

/*START MODULO auxiliar-functions*/ /* Cor do código do produto */
body#BodyPage .prod-code-container > span:first-child,
.pagina-produto-detalhe .prod-code-container > span:first-child {
  color: #1E3367;
}

/* Cor do número do código */
body#BodyPage .prod-code-container > span:first-child [data-wsjs-product="code"],
.pagina-produto-detalhe .prod-code-container > span:first-child [data-wsjs-product="code"] {
  color: #1E3367;
}


.prod-showcase-info .prod-showcase-info-name {
  min-height: 80px;
}


section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info {
  display: flex;
  flex-direction: column;
}

section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info-name,
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info [data-wsjs-clamp*="name"] {
  min-height: 88px;
  display: flex;
  align-items: flex-start;
}

section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .ws-review-star-container {
  min-height: 32px;
  display: flex;
  align-items: center;
}

section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .ws-review-star-container:empty::before {
  content: "";
  display: block;
  height: 32px;
}

section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info-button {
  margin-top: auto;
}


section[data-wsjs-sectype="prod-list-category"] .prod-showcase-holder .prod-showcase-info {
  display: flex;
  flex-direction: column;
}

section[data-wsjs-sectype="prod-list-category"] .prod-showcase-holder .prod-showcase-info [data-wsjs-clamp*="name"],
section[data-wsjs-sectype="prod-list-category"] .prod-showcase-holder .prod-showcase-info-name {
  min-height: 86px;
  display: flex;
  align-items: flex-start;
}

section[data-wsjs-sectype="prod-list-category"] .prod-showcase-holder .ws-review-star-container {
  min-height: 26px;
  display: flex;
  align-items: center;
}

section[data-wsjs-sectype="prod-list-category"] .prod-showcase-holder.sem-estrelas .prod-showcase-price-container {
  margin-top: 26px;
}


section[data-wsjs-sectype="prodList"] .prod-showcase-holder .prod-showcase-info-name,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder .prod-showcase-info [data-wsjs-clamp*="name"] {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}

#code-list-category .prod-showcase-holder .prod-showcase-info {
  display: flex;
  flex-direction: column;
}

#code-list-category .prod-showcase-holder .prod-showcase-info-name,
#code-list-category .prod-showcase-holder .prod-showcase-info [data-wsjs-clamp*="name"] {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}

#code-list-category .prod-showcase-holder .ws-review-star-container {
  min-height: 24px;
  display: flex;
  align-items: center;
}


.other-pages-row {
  width: 100%;
  margin: 0;
  display: block;
}

.other-pages-row .others-pages-container {
  width: 100%;
}

.other-pages-row .others-pages-container > .container {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;

  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 28px;
  align-items: stretch;
}

.other-pages-row .institutional-menu-nav,
.other-pages-row .content {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background: #f7f7f7;
  height: 100%;
}

.other-pages-row .content {
  padding: 28px 34px;
}

.other-pages-row .institutional-menu-nav h2 {
  min-height: 0px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.other-pages-row .institutional-menu-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.other-pages-row .institutional-menu-nav li {
  margin: 0;
  padding: 0;
}

.other-pages-row .institutional-menu-nav li a {
  display: block;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  color: inherit;
}

.other-pages-row .institutional-menu-nav li:last-child,
.other-pages-row .institutional-menu-nav li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
}

.other-pages-row .institutional-menu-nav li a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
}

.other-pages-row .institutional-menu-nav li:hover a,
.other-pages-row .institutional-menu-nav li.active a,
.other-pages-row .institutional-menu-nav li a:hover {
  background: #1E3367;
  color: #fff;
}

.other-pages-row .institutional-menu-nav ul li {
  margin: 0;
  padding: 0;
}

.other-pages-row .institutional-menu-nav ul li a {
  min-height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
}

.other-pages-row .institutional-menu-nav ul li:hover a,
.other-pages-row .institutional-menu-nav ul li.active a,
.other-pages-row .institutional-menu-nav ul li a:hover {
  background: #1E3367;
  color: #fff;
}



.pagina-produto-detalhe .prod-side-container,
body.prodPageDetails .prod-side-container {
  gap: 3rem;
}

.pagina-produto-detalhe .available-section,
body.prodPageDetails .available-section {
  gap: 3rem;
}

.pagina-produto-detalhe .prod-block-container,
.pagina-produto-detalhe .product-shipping-block,
body.prodPageDetails .prod-block-container,
body.prodPageDetails .product-shipping-block {
  border-radius: 10px;
  overflow: hidden;
}

.pagina-produto-detalhe .available-section > .prod-block-container,
body.prodPageDetails .available-section > .prod-block-container {
  border-radius: 10px;
}



.prod-photo-container [data-wsjs-product="photos"] img {
  max-height: 75rem !important;
}


.prod-infos-social-promo-container:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.prod-infos-social-promo-container {
  margin-bottom: 0;
}

.prod-block-container .prod-infos-social-promo-container {
  margin-bottom: 0 !important;
}

.prod-block-container .prod-infos-social-promo-container:has(.prod-tags) {
  margin-bottom: 10px !important;
}

.prod-block-container .prod-infos-social-promo-container:not(:has(.prod-tags)) {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}


.prod-showcase-code {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1E3367;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: #eef3ff;
  border-radius: .6rem;
  padding: .4rem .1rem;
  width: fit-content;
}



.prod-showcase-code > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;

  background: #eef3ff;
  color: #1E3367;
  border-radius: 0.6rem;

  padding: 0.3rem 0.4rem;

  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}


.prod-showcase-holder .prod-showcase-info .prod-showcase-info-name,
.prod-showcase-holder .prod-showcase-info .prod-showcase-info-name p,
.prod-showcase-holder .prod-showcase-info .prod-showcase-info-name p * {
  font-weight: 400 !important;
} /*END MODULO auxiliar-functions*/



/*{Modulo App Inicio ExibeHome}*/

body { opacity: 1 !important; } 

#DivResponse{ display:block !important; visibility:visible !important;opacity:1 !important;}

/*{Modulo App Fim ExibeHome}*/



/*{Modulo App Inicio AlertaFreteGratis}*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 10px;
}

body {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}*/

.frtalert-quadro {
    display: flex;
    width: 100%;
    margin:20px 0;
    height: 14.2rem;
    background-color: #FFFFFF;
    border: 0.1rem solid #cecece;
    border-radius: 1rem;
    flex-direction: column;
    align-items: left;
    padding: 3rem;
    box-sizing: border-box;
    gap: 3rem;
    transition:all 0.5s;
}

.frtalert-texto {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    color: #222222;
}

.frtalert-texto span {
    font-weight: bold;
    color: #222222;
}

.frtalert-barra-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    
}

.frtalert-barra {
    width: 100%;
    height: 1rem;
    background-color: #E4E4E4;
    border-radius: 1rem;
}

.frtalert-texto-barra {
    width: fit-content;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0;
    white-space: nowrap;
}

.frtalert-caminhao-container {
    width: 3.7rem;
    height: 3.7rem;
    background-color: #397EC3;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.frtalert-barra-azul {
    position: relative;
    height: 100%;
    background-color: #397EC3;
    border-radius: 1rem;
    transition: all 0.3s;
    opacity:0;
}

@media (max-width: 600px) {
    .frtalert-quadro {
        height: fit-content;
    }
    
    .frtalert-barra-container {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.LV_Carrinho_V2_FreteGrratisFaltaX {
        display: none !important;
}

/*{Modulo App Fim AlertaFreteGratis}*/



/*{Modulo App Inicio ProductRecomend}*/

:root {
  --suggestion-app-color: #222222
}
/* refactoring css */
/* base */
[cart-suggestion-slider] {
  padding: 5rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}

[cart-suggestion-slider] .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

[cart-suggestion-slider]:empty {
display: none;
}

[cart-suggestion-slider] .suggestion__sliderProds {
  display: grid;
  transition: 300ms;
}

[cart-suggestion-slider] .suggestion__title {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

/* titulo */
[cart-suggestion-slider] .suggestion__title h2 {
  color: var(--suggestion-app-color);
  font-size: 1.6rem;
  font-weight: 600;
}

/* setas */
[cart-suggestion-slider] .arrow--next span[data-wsjs-icon] svg[ico=Arrow],
[cart-suggestion-slider] .arrow--prev span[data-wsjs-icon] svg[ico=Arrow] {
  transform: initial;
}


[cart-suggestion-slider] .arrow {
border-radius: 100%;
background-color: #FFFFFF;
height: 4rem;
width: 4rem;
box-shadow: 5px 0px 10px #0000000D;
align-self: center;
z-index: 2;
}

body [cart-suggestion-slider] .arrow span[data-wsjs-icon] svg {
  fill: var(--suggestion-app-color) !important;
  width: 1.1rem;
  height: 1.1rem;
}

body [cart-suggestion-slider] .arrow:hover {
  background-color: var(--suggestion-app-color) !important;
}

body [cart-suggestion-slider] .arrow:hover span[data-wsjs-icon] svg {
  fill: #fff !important;
}

[cart-suggestion-slider] .arrow--prev {
  transform: rotate(180deg);
  grid-column: 1;
}

[cart-suggestion-slider] .arrow--next {
  grid-column: 3;
}

/* produtos */
[cart-suggestion-slider] .suggestion-prod {
  display: flex;
  gap: 1rem;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__image-container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;    
  position: relative;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__image-container .whithout-image svg[ico="noimage"]{
  width: 100%;
  height: 100%;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__image-container {
  width: 8rem;
  max-width: 8rem;
  min-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__image-container img{
  height: unset;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__infos-container {
  width: 100%;
}
[cart-suggestion-slider] .suggestion-prod .suggestion__infos-container .suggestion__btn {
  text-decoration: underline;
  color: var(--suggestion-app-color);
  width: 100%;
  display: block;
  font-size: 1.2rem;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__infos-container .infos-container__price {
  font-size: 1.6rem;
  color: var(--suggestion-app-color);
  font-weight: bold;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__infos-container > p {
  padding: 0;
  text-align: left;
}

[cart-suggestion-slider] .suggestion-prod .suggestion__infos-container .infos-container__name{
  color: var(--suggestion-app-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  min-height: calc(3* 1* 1.2rem);
  font-size: 1.2rem;
  overflow: hidden;
  word-break: break-word;
}

[cart-suggestion-slider] .arrow--prev + .keen-slider:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -3rem;
  pointer-events: none;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  width: 6rem;
  height: 100%;
}

[cart-suggestion-slider] .arrow--prev + .keen-slider:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -3rem;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
  width: 6rem;
  height: 100%;
}

[cart-suggestion-slider] .arrow--prev + .keen-slider .keen-slider__slide:last-child {
  padding-right: 3rem;
}
[cart-suggestion-slider] .arrow--prev + .keen-slider .keen-slider__slide:first-child{
  margin-left: 2rem;
}

/* cart drawer */
[cart-suggestion-slider="cartDrawer"] {
  padding: 2rem;
  padding-top: 0;
  box-sizing: border-box;
}

[cart-suggestion-slider="cartDrawerMobile"], 
[cart-suggestion-slider="checkoutMobile"] {
  padding: 2rem 0;
}

/*{Modulo App Fim ProductRecomend}*/



/*{Modulo App Inicio ModalNovo}*/

 div.light_rounded .pp_top .pp_left{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(/lojas/img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(/lojas/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(/lojas/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(/lojas/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(/lojas/img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(/lojas/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(/lojas/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(/lojas/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(/lojas/img/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(/lojas/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(/lojas/img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(/lojas/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(/lojas/img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(/lojas/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(/lojas/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(/lojas/img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(/lojas/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(/lojas/img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(/lojas/img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(/lojas/img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(/lojas/img/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(/lojas/img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(/lojas/img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(/lojas/img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(/lojas/img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(/lojas/img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(/lojas/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(/lojas/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

/*{Modulo App Fim ModalNovo}*/



/*{Modulo App Inicio AdvancedSearch}*/

/* busca avancada */
:root {
  --advanced-search-prods-title-line-clamp: 3;
}

.input-busca::selection {
  background-color: #fff;
  color: #999;
}

/* "X" button for clearing the input */
.advanced-search-clear-button {
  position: absolute !important;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 3;
  color: #999;
  align-items: center;
  justify-content: center;
  width: 2rem;
}

.advanced-search-clear-button:hover {
  color: #333;
}

/* fundo escuro */
#advanced-search-bg {
  width: 100%;
  height: 100vh;
  background-color: #222;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  animation: advancedSearchBg 300ms ease;
}

@keyframes advancedSearchBg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

#advanced-search-bg[advanced-search-bg-active="false"] {
  display: none;
}

#advanced-search-bg[advanced-search-bg-active="true"] {
  display: flex;
}

/* Results div styling */
#advanced-search-results {
  flex-direction: column;
  display: none;
  /* Initially hidden */
  margin-top: -1rem;
  background-color: #fff;
  position: absolute;
  /* To position below the input */
  z-index: 1000;
  /* Stay above other elements */
  width: 100%;
  /* Same width as input */
  left: 0;
  padding: 1rem 0;
  top: 100%;
  box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
  border-radius: .5rem;
  animation: advancedSearchResultFadeIn 300ms ease;
}

#advanced-search-results[search-suggestions-type="historySearch"] .advanced-search-suggestion>span {
  display: flex;
  align-items: center;
}

#advanced-search-results[search-suggestions-type="historySearch"] .advanced-search-suggestion>span {
  height: 1.2rem;
  width: 1.2rem;
  fill: #999 !important;
  color: #999 !important;
}

#advanced-search-results[search-suggestions-type="historySearch"] .advanced-search-suggestion>svg {
  width: 1.2rem;
  fill: #999 !important;
  color: #999 !important;
}

#advanced-search-results[search-suggestions-type="historySearch"] .advanced-search-suggestion>span svg path {
  stroke: #999;
}

@keyframes advancedSearchResultFadeIn {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#advanced-search-results[search-suggestions-type="suggestionSearch"] {
  min-width: 70rem;
}

#advanced-search-results .active-search {
  background-color: #d3d3d3;
}

#advanced-search-results p {
  margin: 0;
  font-size: 1.4rem;
  color: #222;
  width: 100%;
}

#advanced-search-results p[suspension-points="true"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advanced-search-results-container {
  display: flex;
}

#advanced-search-results[show-adv-suggestions="false"] .advanced-search-suggestions-container {
  display: none;
}

#advanced-search-results[show-adv-products="false"] {
  min-width: fit-content;
}

#advanced-search-results[show-adv-products="false"] .advanced-search-products-container {
  display: none;
}

#advanced-search-results[show-adv-products="false"] .advanced-search-suggestions-container {
  border-right: none;
  width: 100%;
}

.advanced-search-results-container h2,
#advanced-search-results h2 {
  margin-bottom: 2rem;
  font-weight: 600;
  padding: 0 2rem;
}

.advanced-search-suggestion {
  transition: 300ms ease;
  cursor: pointer;
}

.advanced-search-suggestion:hover {
  background-color: #d3d3d3;
}

.advanced-search-suggestions-options-container[suggestion-scroll="on"] {
  overflow-y: scroll;
}

.advanced-search-suggestions-options-container {
  min-width: 25rem;
  max-height: 34rem;
}

.advanced-search-suggestions-container {
  border-right: 1px solid #ccc;
}

.advanced-search-suggestions-container .advanced-search-suggestions-options {
  display: flex;
  flex-direction: column;
}

.advanced-search-suggestions {
  flex: 1;
}

.no-prods-founded {
  padding: 0 2rem;
}

.advanced-search-products-container {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-height: 44.3rem;
  height: fit-content;
}

.advanced-search-products {
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
  margin: 0 2rem;
  margin-bottom: 2rem;
  min-height: 33rem;
}

.advanced-search-product .product-sugestion__image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--photowrap);
}

.advanced-search-product .product-sugestion__image-container img {
  height: unset;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 200ms ease, font-size 0s;
  position: absolute;
}

.advanced-search-products[products-scroll="off"] {
  max-width: initial;
  padding-bottom: 0;
}

.advanced-search-products[products-scroll="on"] {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.advanced-search-product {
  padding: 1rem;
  text-align: center;
  min-width: 20rem;
  padding-bottom: 2rem;
  position: relative;
  border-radius: .5rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1) !important;
  max-width: 20rem;
  min-height: 30rem;
}

.advanced-search-prods-title {
  display: -webkit-box;
  -webkit-line-clamp: var(--prods-title-line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advanced-search-product .seached-prod-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.advanced-search-product img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: .5rem;
}

.advanced-search-product a {
  text-decoration: none;
  color: #333;
}

.advanced-search-products-container .view-all-results-link {
  padding: 0 2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: #3483FA;
  min-height: 4.4rem;
  height: 100%;
}

.advanced-search-product a:hover {
  text-decoration: underline;
}

#advanced-search-results .titleModulo {
  font-weight: 600;
  padding: .5rem 2rem;
  font-size: 1.4rem;
}

#advanced-search-results .advanced-search-suggestion {
  padding: 0.5rem 2rem;
  align-items: center;
  display: flex;
  gap: 1rem;
}

.no-recent-search,
.advanced-search-searching-error {
  padding: 0 2rem;
}

.advanced-search-suggestions-options-container::-webkit-scrollbar,
.advanced-search-products::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}

.advanced-search-suggestions-options-container::-webkit-scrollbar-track,
.advanced-search-products::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.25rem rgb(211, 211, 211);
  border-radius: 0.5rem;
  border: 1rem solid #dfdfdf;
}

.advanced-search-suggestions-options-container::-webkit-scrollbar-thumb,
.advanced-search-products::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0.5rem;
}

.advanced-search-suggestions-options-container::-webkit-scrollbar-thumb:hover,
.advanced-search-products::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.advanced-search-suggestions-container[suggestion-scroll="on"] {
  border-right: none;
}

/* loader */

.advanced-search-loading-products-container {
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
}

.advanced-search-loading-products {
  width: 48px;
  height: 48px;
  border: 5px solid #ccc;
  border-bottom-color: #444;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: advancedSearchRotation 1s linear infinite;
  position: initial;
}

@keyframes advancedSearchRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* css responsivo */
@media screen and (max-width: 1000px) {
  #advanced-search-results {
    left: initial;
  }
}

@media screen and (max-width: 800px) {
  #advanced-search-results[search-suggestions-type="suggestionSearch"] {
    min-width: 100%;
  }

  #advanced-search-results {
    min-width: 100%;
    width: 90vw;
    right: 0;
    left: initial;
    text-align: left;
  }

  .advanced-search-results-container {
    flex-direction: column;
  }

  #advanced-search-results .titleModulo {
    text-align: left;
  }

  .advanced-search-suggestions-options-container[suggestion-scroll="on"] {
    overflow: hidden;
  }
}

.advanced-search-suggestions-options svg {
  width: 1.2rem;
  fill: #999 !important;
  color: #999 !important;
}

.recognition-btn {
  z-index: 3;
  cursor: pointer;
  position: absolute !important;
  display: flex;
  left: 1rem;
  align-items: center;
  justify-content: center;
}

header .search-header .recognition-btn svg {
  fill: #999;
  color: #999;
}

header .search-header .mic-btn-listening svg {
  animation: mic-btn-listening-blink 1s infinite linear;
}

@keyframes mic-btn-listening-blink {

  0%,
  100% {
    fill: red;
  }

  50% {
    fill: #999;
  }
}

/*{Modulo App Fim AdvancedSearch}*/



/*{Modulo App Inicio WsReviews}*/

:root{
    --main-text-color: #FFA200
}

#clients-review h2,
#clients-review p,
#clients-review span{
    line-height: 150%;
}

.ws-review-star-container {
    display: flex;
    height: fit-content;
    gap: .3rem;
    width: fit-content;
}

.ws-review-star-container:empty{
    display: none;
}

.ws-review-star-container .allreviews{
    line-height: 1.5;
    color: #999;
    font-size: 1.2rem;
}

.ws-review-star-container span svg {
    transition: 1000ms ease;
    transform-origin: left;
}

.stars-margin:not(:empty){
    margin-bottom: 2rem;
}

#link-to-reviews .fill-star,
#link-to-reviews .half-star,
#link-to-reviews .empty-star{
    height: fit-content;
    display: flex;
}

.fill-star svg {
    fill: #ffd600;
    height: 1.7rem;
    width: 1.7rem;
}

.half-star svg {
    fill: url(#half-star-ws-review);
    height: 1.7rem
}

.empty-star svg {
    fill: #e8e8e8;
    height: 1.7rem
}

#half-star-ws-review .alt-main {
    transition: 1s ease;
    stop-color: #ffd600;
    transform-origin: left;
}

#half-star-ws-review .alt-last {
    stop-color: #e8e8e8;
}

[data-wsjs-prod-template="ws-review"] .fill-star svg,
[data-wsjs-prod-template="ws-review"] #half-star-ws-review .alt-main,
[data-wsjs-prod-template="ws-review"] .last-star svg {
    stop-color: #e8e8e8;
    fill:  #e8e8e8;
}

.clients-review{
    background-color: #F5F5F5;
    padding: 2rem;
}

.clients-review:empty{
    display: none;
}

.prod-side-container > .prod-main-block-descriptions {
    margin-bottom: 2rem ;
}

.prod-side-container > .prod-main-block-descriptions {
    margin-bottom: 2rem ;
}

[data-wsjs-review-id]:not(:last-child){
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}


[data-wsjs-review-id]:not(:first-child) {
    padding-top: 2rem;
}

.first-half > .stars > span > span > svg {
    height: 1.7rem;
}

.first-half .customer-infos__date{
    color: #666;
    font-size: 1.2rem;
}

.customer-infos__name{
    font-weight: bold;
}

#clients-average-container > .fill-star > span > svg,
#clients-average-container > .empty-star > span > svg, 
#clients-average-container > .half-star > span > svg {
    height: 2.3rem;
}

#clients-average-container {
    scroll-margin-top: 16.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

#clients-review-container{
    height: fit-content;
    max-height: 50rem;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
}

#clients-review-container::-webkit-scrollbar {
    width: .5rem;
    background-color: #ccc;
}
 
#clients-review-container::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.first-half {
    width: 100%;
    row-gap: 1rem;
    display: grid;
    justify-content: flex-start;
}

.first-half > span {
    text-align: left;
    width: fit-content;
    grid-row: 2;
}

.first-half > .stars {
    display: flex;
    justify-content: flex-start;
    gap: .3rem;
}

.first-half > .customer-infos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.last-half {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

[data-wsjs-review-id]{
    flex-direction: column;
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* denunciar comentario */
.report-options {
    position: relative;
    height: fit-content;
}

.report-icon {
    padding: 1rem;
    cursor: pointer;
}

.report-icon > svg{
    height: 1.5rem;
}

.report-btn {
    height: fit-content;
    width: fit-content;
    position: absolute;
    display: none;
    right: 1rem;
    background-color: #fff;
    border-radius: .5rem;
    padding: .5rem;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 12px #00000029;
}

.report-combobox {
    cursor: pointer;
    right: 1rem;
    width: max-content;
    color: #3e3e3e;
    padding: 1rem;
}

li[report-options]{
    user-select: none;
    cursor: pointer;
    white-space: pre;
}

.report-combobox-btn{
    display: none;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: .5rem;
    width: fit-content;
    float: right;
    position: absolute;
    top: 0;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 12px #00000029;
    padding: 1rem;
    right: 0;
    animation: slide 100ms;
}

.report-option-btn-active {
    display: flex;
}

@keyframes slide {
    0%{
        right: -160%
    }
    100% {
        right: 0
    }
}

.send-report {
    top: 6.5rem;
    background-color: #fff;
    width: max-content;
    right: 1rem;
    padding: .5rem 2rem;
    border: 1px solid #000;
    cursor: pointer;
}

.active-report-btn {
    display: block;
}

.logged-user {
    background-color: #3e3e3e;
    border: none;
    border-radius: .5rem;
    color: #fff;
}

/* fim denunciar comentario */

#client-average-data .nota{
    font-size: 4.8rem;
    font-weight: bold;
}

.average-all-stars {
    display: flex;
    gap: .3rem;
}

div#clients-average-container-data {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#link-to-reviews {
    display: flex;
    gap: .5rem;
    align-items: center;
}

/* barra de progresso */

#clients-average-graphic {
    display: flex;
    gap: .5rem;
}

#all-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

#all-avaliations-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#all-stars-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#all-stars-progress-bar > span {
    white-space: nowrap;
}


div.progress {
    width: 25.6rem;
    height: .5rem;
    background-color: #ccc;
    border-radius: .25rem;
}

.progress-bar {
    width: var(--percentage);
    background-color: #3e3e3e;
    height: 100%;
    border-radius: .25rem;
}

/* fim barra de progress */

/* estrelas na desc do produto */
#stars-in-prod-desc{
    display: flex;
    gap: .3rem;
    height: fit-content;
}
#stars-in-prod-desc-qnty{
    font-size: 1.2rem;
    margin-bottom: 0px;
}
[data-wsjs-product="star-container-product-description"] {
    display: flex;
    gap: .6rem;
}
#stars-in-prod-desc p {
    line-height: 1.4;
}

/* fim estrelas na desc do produto */

/* likes e deslikes*/
.comentary-and-likes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.comentary-and-likes > p{
    word-break: break-all; 
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.likes-container {
    display: flex;
    gap: 1.4rem;
    padding: 1rem;
    background-color: #f1f1f1
}

.likes > svg{
    height: 1.5rem;
}

.likes-container .cls-1{
    fill: #999;
}


.likes,
.deslikes{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    gap: .5rem;
}

.deslikes > svg {
    cursor: pointer;
    height: 1.7rem;
    transform: rotate(180deg);
}

.liked svg .cls-1 {
    fill: green;
}
/* fim likes e deslikes*/

/* filtros */
.selected-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem;
    gap: .3rem;
}

.selected-filter svg{
    transform: rotate(90deg);
    pointer-events: all;
    height: 1.5rem;
    width: 1.5rem;
}

#clients-review-filter {
    padding-bottom: 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.reviews-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BDBDBD;
    height: 4.3rem;
    cursor: pointer;
    user-select: none;
    gap: 1rem;
    border-radius: .5rem;
}    

.reviews-filters-container {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 14rem;
    height: 4rem;
    padding: 0 1rem;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    background-position: calc(100% - 5px) center !important;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M480-345 240-585l43-43 197 198 197-197 43 43-240 239Z'/></svg>") no-repeat;
    background-color: #fff;
    background-size: 2.4rem;
}

@keyframes opacityTransition {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.reviews-filters-options {
    color: #232323;
    text-align: left;
    padding: 1rem 1.5rem;
    width: 100%;
    transition: 300ms ease;
}

.filter-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* fim filtros */

/* exibir mais review */
#clients-review-container > .button-third {
    margin: auto;
    margin-top: 2rem;
    background: #fff; color: #444; 
    padding: 1rem 3rem;
    border: 1px solid #DDD;
    border-radius: 0.5rem; 
    box-shadow: 2px 2px 5px rgb(0, 0, 0, 10%);
}

#clients-review-container > .loader-container {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
}
/* fim exibicao dos demais reviews */

/* home slider */ 
[data-wsjs-sectype="reviews"]{
    display: flex;
    justify-content: center;
}

[data-wsjs-sectype="reviews"] .container{
    display: grid;
    row-gap: 3rem;
}

[data-wsjs-sectype="reviews"] h2 {
    text-align: center;
}

[data-wsjs-sectype="reviews"] .store-review-slider{
    width: 100%;
    display: grid;
    row-gap: 2rem;
    column-gap: 2rem;
    min-width: 100%;
}

[data-wsjs-sectype="reviews"] .no-slider{
    display: flex;
    justify-content: center;
}

[data-wsjs-sectype="reviews"] .store-review-slider .keen-slider{
    margin: 0 auto;
}


@media (max-width: 800px) {
    [data-wsjs-sectype="reviews"] .store-review-slider .keen-slider{
        justify-content: initial;
    }
}

.store-review-slider .arrow--prev {
    grid-column: 1;
    grid-row: 2;
    align-self: center
}

.store-review-slider .arrow--next {
    grid-column: 3;
    grid-row: 2;
    align-self: center
}

.store-review-slider .arrow--prev + .keen-slider {
    grid-column: 2;
    grid-row: 2;
}

.store-review-slider .arrow--next + .dots {
    grid-column: 2;
    grid-row: 3;
}

.store-review-slider .shop-reviews-title{
    grid-column: 2;
    justify-self: center;
    margin-bottom: 2rem;
}
.store-review-slider .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{
    display: flex;
    justify-content: center;
}
.store-review-slider div[shop-review]{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 22rem;
    padding: 2rem;
    width: 25rem;
    max-width: 25rem;
    background-color: #F2F2F2;
    border-radius: .5rem;
    cursor: pointer;
    position: relative;
}

.iframe-redirect{
    position: absolute;
    height: 100%;
    width: 100%;
}

.store-review-slider div[shop-review] .lower-half-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.store-review-slider div[shop-review] .lower-half-infos .review-stars{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .3rem;
}
.store-review-slider div[shop-review] .lower-half-infos p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.store-review-slider div[shop-review] .lower-half-infos .shop-review__date{
    font-size: 1.2rem;
}

.store-review-slider div[shop-review] .lower-half-infos .customer-name {
    font-weight: bold;
    text-transform: capitalize;
}

.store-review-slider div[shop-review] .upper-half-infos:empty{
    display: none;
}

.store-review-slider div[shop-review] .upper-half-infos p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.store-review-slider .todas-avaliacoes {
    grid-column: 2;
    justify-self: center;
    display: none;
}

.store-reviews{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
}
.store-reviews > iframe {
    width: 100%;
    height: 100%;
}

.store-reviews__close{
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
    cursor: pointer;
    right: 3rem;
    top: 3rem;
    user-select: none;
}
.store-reviews__close > span{
    display: flex;
}
/* fim home slider */ 

.loader_container{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

div.hideLoader{
    display: none;
}



.reviews_loader {
    width: 48px;
    height: 48px;
    border: 5px solid #444444;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@media (max-width: 600px) {
    #clients-average-container-data {
        margin-bottom: 1rem;
    }
    #clients-average-container{
        flex-direction: column;
    }
    #clients-average-graphic{
        justify-content: center;
    }
    #average-all-stars{
        display: flex;
        gap: 0.3rem;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1rem;
    }
  }

/*{Modulo App Fim WsReviews}*/



/*{Modulo App Inicio Favoritos}*/

@media screen {

    .prod-favorite-link {
        position: absolute;
        right: 5px;
        top: 5px;
        background: #e9e9e9;
        border-radius: 50%;
        padding: 7px 10px;
        padding-bottom:5px;
    }

        .prod-favorite-link:before {
            content: '\f08a';
            font-family: FontAwesome;
            font-size: 2rem;
            color: #000;
            opacity: 0.5;
        }

        .prod-favorite-link:hover:before, .prod-favorite-link.active:before {
            content: '\f004';
            color: #da0606;
        }

        .prod-favorite-link.active:before {
            opacity: 1;
        }

    .prod-favorite-page-prod {
        font-size: 14px;
        position: absolute;
        right: 30px;
        top: 0px;
    }

    .prod-favorite-page-prod:before {
        font-size: 15px;
    }

}


/*{Modulo App Fim Favoritos}*/



/*{Modulo App Inicio CookieConfirm}*/

/*ACEITE COOKIES LOJA*/

#aceite_privacidade {
 position: fixed;
 margin: 30px 5%;
 padding: 20px;
 border-radius: 10px;
 bottom: 0;
 background-color: #fff;
 width: 90%;
 z-index: 99;
 box-shadow: 0 0 10px #ccc;
 display: none;
}

@media screen and (min-width:900px) {

.aceite_privacidade_ask_cookie .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

}

@media screen and (min-width:1200px) {
 #aceite_privacidade {
  margin: 30px 15%;
  width: 70%
 }
}

@media screen and (min-width:1440px) {
 #aceite_privacidade {
  margin: 30px 20%;
  width: 60%
 }
}

#aceite_privacidade p {
 margin: 0;
 line-height: 22px;
 font-size: 12px
}

#aceite_privacidade a {
 color: #f70c0c;
 font-weight: 700
}

 #aceite_privacidade button.btn {
  color: #333;
  border: 1px solid #333;
  padding: 10px 40px;
  float: right;
  max-width: 100%;
  border-radius: 10px;
  background: #FFF;
 }

  #aceite_privacidade button.btn:hover {
   background: #333;
   color: #fff;
  }

@media screen and (max-width:992px) {
 #aceite_privacidade {
  text-align: center
 }

  #aceite_privacidade button.btn {
   margin-top: 20px;
   float: none
  }
}

@media screen and (max-width:750px) {

  #aceite_privacidade p {
   margin-bottom: 25px;
  }
}

/*{Modulo App Fim CookieConfirm}*/



/*CSS VarDadosLayout*/

 ﻿
:root {
  --radius-custom: 10px;
}
/* Banners */
/* Fim Banners */
/* Topo RodapÃ© e BotÃµes Principais */
header .search-header input,
.login-options-container .login-options-button,
.icon-ws,
.newsletter-holder #newsletter input,
.login-options-list,
.cart-holder.float {
  border-radius: var(--radius-custom);
}
.login-options-button-arrow {
  transform: scale(.8) rotateZ(90deg);
}
/* Outro teste */
header .header-top {
  transition: .2s ease, font-size 0s;
}
/* Outro teste do editor */
header.float-active .header-top {
  box-shadow: 0 0 10px rgba(0 0 0 / 20%);
}
header .logo-header {
  margin: 1rem;
  height: 10rem;
}
header .search-header input,
.login-options-container .login-options-button {
  border: none;
}
.login-options-container .login-options-button {
  justify-content:center;
}
.login-options-container .login-options-button {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.login-options-container .login-options-list {
  display: none !important;
}
.login-options-container .login-options-button > div {
  align-items: center;
  display: flex;
  gap: .8rem;
}
.client-header-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.client-header-icon svg {
  height: 1.95rem;
  width: 2.1rem;
}
.login-options-user-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}
.login-options-user-text .login-options-user-name,
.login-options-user-subtitle {
  color: #222;
  display: block;
  font-size: 1.2rem;
}
.login-options-user-text .login-options-user-name {
  font-weight: 600;
}
.login-options-user-subtitle {
  font-weight: 300;
}
.client-header [data-wsjs-icon="user"],
.login-options-button-arrow {
  display: none !important;
}
.contact-whatsapp-header {
  align-items: center;
  color: #222 !important;
  cursor: pointer;
  display: inline-flex;
  gap: .8rem;
  text-decoration: none !important;
}
.contact-whatsapp-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.contact-whatsapp-icon svg {
  display: block;
  height: 2rem;
  width: 1.9838rem;
}
.contact-whatsapp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}
.contact-whatsapp-source {
  display: none !important;
}
header .cart-header {
  align-items: center !important;
  display: flex !important;
}
header .cart-header > a {
  align-items: center !important;
  display: inline-flex !important;
  gap: 8px !important;
  justify-content: center;
  min-height: 32px;
}
header .cart-prod-counter {
  margin-left: 2px;
  display: inline-flex !important;
}
header .cart-prod-counter:empty::before {
  content: "0";
}
.cart-default-message > a.button-main,
.cart-default-message > a[data-wsjs-cart="link"] {
  background: #1E3367 !important;
  border-color: #1E3367 !important;
}
footer a:hover {
  text-decoration: underline;
}
.contact-whatsapp-header {
  gap: 10px !important;
}
.contact-whatsapp-icon svg,
.client-header-icon svg {
  width: 22px !important;
  height: 22px !important;
}
.header-icon-cart {
  width: 22px !important;
  height: 22px !important;
}
.contact-whatsapp-text strong {
  color: #222;
  font-size: 1.4rem;
  font-weight: 600;
}
.contact-whatsapp-number {
  color: #6f6f6f;
  font-size: 1.2rem;
  font-weight: 300;
}
.btn-fale-conosco {
  background: transparent;
  border: 0;
  padding: 0;
}
.fale-conosco-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .3s ease, visibility .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}
.fale-conosco-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.fale-conosco-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  overflow-y: auto;
  padding: 5rem 0;
  position: fixed;
  right: -60rem;
  top: 0;
  transition: right .3s ease;
  width: 45rem;
  z-index: 9999;
}
.fale-conosco-sidebar.active {
  right: 5rem;
}
.fale-conosco-header {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 3rem;
  position: relative;
  text-align: center;
}
.fale-conosco-close {
  background: transparent;
  border: 0;
  color: #34343E;
  cursor: pointer;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.fale-conosco-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
}
.fale-conosco-horario {
  margin-bottom: 3rem;
  text-align: center;
}
.fale-conosco-whatsapp {
  align-items: center;
  background: rgba(30, 51, 103, 0.1);
  border: 2px solid #1E3367;
  border-radius: 1rem;
  color: #1E3367;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 5rem;
  padding: 1.5rem 0;
  text-decoration: none;
  width: 100%;
}
.fale-conosco-links-secondary {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fale-conosco-links-secondary .list-footer {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.fale-conosco-links-secondary li a {
  border: 1px solid #EDEDED;
  border-radius: 1rem;
  color: #343A40;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  height: 100%;
  justify-content: space-between;
  padding: 2rem;
  text-align: start;
  text-decoration: none;
}
.fale-conosco-ajuda {
  color: #343A40;
  font-size: 1.4rem;
  font-weight: 600;
}
.fale-conosco-content .social-footer {
  display: flex;
  gap: 1rem;
}
.fale-conosco-content .social-footer li {
  border: 1px solid #34343E;
  border-radius: 50%;
  padding: 1rem;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder {
  background: #fff !important;
  border: 1px solid #d9e0ea !important;
  border-radius: 1.6rem !important;
  box-shadow: 0 8px 18px rgba(34, 34, 34, 0.08) !important;
  padding: 2.2rem 2.2rem 2.6rem !important;
}
section[data-wsjs-sectype="prodSlide"] .container > h2,
section[data-wsjs-sectype="prodList"] .container > h2,
section[data-wsjs-sectype="prodSlide"] .home-products-title,
section[data-wsjs-sectype="prodList"] .home-products-title,
section[data-wsjs-sectype="prodSlide"] .prod-list-titles-title,
section[data-wsjs-sectype="prodList"] .prod-list-titles-title {
  color: #222222 !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 34px !important;
  margin-bottom: 2.2rem !important;
  position: relative;
  text-align: center !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-titles-title {
  margin-bottom: 0 !important;
}
section[data-wsjs-sectype="prodSlide"] .container > h2::after,
section[data-wsjs-sectype="prodList"] .container > h2::after,
section[data-wsjs-sectype="prodSlide"] .home-products-title::after,
section[data-wsjs-sectype="prodList"] .home-products-title::after,
section[data-wsjs-sectype="prodSlide"] .prod-list-titles-title::after,
section[data-wsjs-sectype="prodList"] .prod-list-titles-title::after {
  border-top: 5px solid #222222;
  border-radius: 999px;
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 70px;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder:hover,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder:hover {
  border-color: #d9e0ea !important;
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.14) !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  opacity: 1 !important;
  width: 4.8rem !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow:hover,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow:hover {
  background: #fff !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow span[data-wsjs-icon] svg,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow span[data-wsjs-icon] svg {
  display: none !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow::before,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.arrow--left::before,
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.arrow--prev::before,
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.left::before,
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.prev::before,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.arrow--left::before,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.arrow--prev::before,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.left::before,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.prev::before {
  transform: rotate(180deg);
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.arrow--prev,
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.prev,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.arrow--prev,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.prev {
  left: 1.6rem !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.arrow--next,
section[data-wsjs-sectype="prodSlide"] .prod-list-holder .arrow.next,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.arrow--next,
section[data-wsjs-sectype="prodList"] .prod-list-holder .arrow.next {
  right: 1.6rem !important;
}
section[data-wsjs-id="manufacturer-0"] {
  padding: 4.8rem 0 6rem;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-title {
  color: #222222 !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 34px !important;
  margin: 0 0 2.2rem !important;
  text-align: center !important;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-title::after {
  border-top: 5px solid #222222;
  border-radius: 999px;
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 70px;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #ffff !important;
  border-radius: 999px !important;
  box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  width: 4.8rem !important;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow:hover {
  background: #fff !important;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow span[data-wsjs-icon] svg {
  display: none !important;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow.arrow--left::before,
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow.arrow--prev::before,
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow.left::before,
section[data-wsjs-id="manufacturer-0"] .manufacturer-holder .arrow.prev::before {
  transform: rotate(180deg);
}
header .header-top .container {
  align-items: center;
  display: flex;
  gap: 3.2rem;
  justify-content: space-between;
  max-width: 1440px;
  padding: 1.5rem 4rem;
}
header .logo-header {
  flex: 0 0 auto;
  height: 8.2rem !important;
  margin: 0;
  width: 20rem;
}
header .logo-header img,
header .logo-header svg {
  max-height: 8.2rem;
}
header .search-header {
  flex: 1 1 auto;
  margin: 0;
  max-width: 71rem;
  position: relative;
}
header .search-header input {
  background: #f5f5f5;
  border-radius: 1rem;
  font-size: 1.6rem;
  height: 4.8rem;
  padding-left: 2rem;
  padding-right: 6.4rem;
  width: 100%;
}
header .search-header input::placeholder {
  color: #b5b5b5;
  font-size: 1.5rem;
  font-weight: 300;
}
header .search-header .botao-busca-header {
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
}
header .search-header [data-wsjs-icon="Search"] svg {
  fill: #2a2a2a;
  height: 1.8rem;
  width: 1.8rem;
}
header .options-header {
  align-items: center;
  column-gap: 2rem;
  display: flex;
  flex: 0 0 auto;
}
header .options-header > * {
  align-items: center;
  display: flex;
  min-height: 3.8rem;
}
.contact-whatsapp-header,
.login-options-container .login-options-button,
header .cart-header > a {
  align-items: center;
  display: inline-flex;
}
.contact-whatsapp-header {
  gap: .9rem;
}
.contact-whatsapp-icon,
.client-header-icon,
.header-icon-cart {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}
.contact-whatsapp-icon svg,
.client-header-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.header-icon-cart {
  height: 1.5rem;
  width: 1.5rem;
}
.contact-whatsapp-text,
.login-options-user-text {
  line-height: 1.05;
}
.contact-whatsapp-text strong,
.login-options-user-text .login-options-user-name {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
.contact-whatsapp-number,
.login-options-user-subtitle {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
header .client-header {
  min-width: 16rem;
}
header .cart-header > a {
  gap: .9rem;
}
header .cart-prod-counter {
  background: #222;
  font-size: 1.2rem;
  height: 3.6rem;
  min-width: 3.6rem;
}
header .header-bottom {
  background: #1e3367;
}
.nav-header .nav-menu-list .dpt-0 > .nav-menu-main,
.nav-header .nav-menu-list .dpt-0 > .nav-menu-megamenu-container,
.nav-menu-list .dpt-0 > .nav-menu-main,
.nav-menu-list .dpt-0 > .nav-menu-megamenu-container,
.nav-menu-list .nav-menu-sub-container,
.nav-header .nav-menu-list .nav-menu-sub-container,
.nav-header .nav-menu-list .nav-menu-sub-list > li > a,
.nav-menu-list .nav-menu-sub-list > li > a {
  background-color: #1e3367 !important;
}
.nav-header .nav-menu-list .nav-menu-sub-list > li > a:hover,
.nav-menu-list .nav-menu-sub-list > li.dropdown:hover > a,
.filter-container .nav-menu-list .nav-menu-sub-list > li:hover,
.filter-container .nav-menu-list .nav-menu-sub-list > li:hover > a {
  background-color: #041233 !important;
}
header .header-bottom .container {
  max-width: 100%;
  padding: 0 2.4rem;
}
header .nav-header .nav-menu-list {
  justify-content: center;
}
header .nav-header .nav-menu-list > li > a {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 1.6rem 2rem;
}
header .nav-header .nav-menu-list > li:first-child > a {
  align-items: center;
  display: inline-flex;
  gap: 1.2rem;
  background: #1e3367 !important;
}
header .nav-header .nav-menu-list > li:hover,
header .nav-header .nav-menu-list > li:hover > a {
  background: #041233 !important;
}
header .nav-header .nav-menu-list > li.active,
header .nav-header .nav-menu-list > li.active > a,
header .nav-header .nav-menu-list > li.selected,
header .nav-header .nav-menu-list > li.selected > a,
header .nav-header .nav-menu-list > li.current,
header .nav-header .nav-menu-list > li.current > a {
  background: #1e3367 !important;
}
header .nav-header .nav-menu-list > li:first-child > a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M691 1514h18m-18 6h12' transform='translate(-690 -1513)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  flex: 0 0 auto;
  height: .8rem;
  width: 2rem;
}
#departamento-allCats-custom > .nav-menu-hiperlink {
  align-items: center;
  display: inline-flex;
  gap: 1.2rem;
}
#departamento-allCats-custom > .nav-menu-hiperlink::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8' viewBox='0 0 20 8'%3E%3Cpath d='M691 1514h18m-18 6h12' transform='translate(-690 -1513)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  flex: 0 0 auto;
  height: .8rem;
  width: 2rem;
}
header .cart-header {
  align-items: center;
  display: flex;
  position: relative;
}
header .cart-header > a {
  align-items: center;
  display: inline-flex;
  gap: .9rem;
  justify-content: center;
  min-height: 3.8rem;
  overflow: visible;
  position: relative;
}
header .cart-header > a [data-wsjs-icon="cart"] {
  display: none !important;
}
.header-icon-cart {
  display: inline-flex;
  flex: 0 0 auto;
  vertical-align: middle;
}
.header-icon-cart path {
  stroke: #222 !important;
}
header .cart-prod-counter {
  align-items: center;
  background: #222;
  border-radius: 50%;
  color: #fff !important;
  display: none;
  font-size: 1.2rem;
  font-weight: 600;
  height: 3.9rem;
  justify-content: center;
  line-height: 1;
  min-width: 3.9rem;
  padding: 0;
  position: static;
}
header .cart-prod-counter.is-visible {
  display: inline-flex;
}
/* Fim Topo RodapÃ© e BotÃµes Principais */
/* Listagem */
.combo-ordem,
.category-pagination-values span:first-child,
#banner-category_description,
.filter-container > * {
  border-radius: var(--radius-custom);
}
/* Fim Listagem */
.category-filter > .filter-holder > input + label,
.filter-container .nav-menu-list .nav-menu-sub-list > li:hover,
.filter-container .nav-menu-list .nav-menu-sub-list > li:hover > a,
.category-filter > .filter-holder > div > a:hover,
.category-filter > .filter-holder > div > a.active,
.category-filter > .filter-holder > div > a.selected,
.category-filter > .filter-holder > div > a.checked,
.category-filter > .filter-holder > div > a[aria-current="true"],
.category-filter > .filter-holder > div > a[class*="active"],
.category-filter > .filter-holder > div > a[class*="selected"] {
  background: #041233 !important;
  color: #fff !important;
}
/* ComeÃ§o Pag Prod */
.prod-block-container,
.prod-main-block-descriptions,
.prod-quantity,
#LV_DIV_GENERO,
#LV_DIV_GENERO_2,
#LV_DIV_GENERO_3,
.LV_CAMPOS_ADD_PROD input,
.prod-shipping-form input[type="text"],
*[data-wsjs-product="dots"] .keen-slider .keen-slider__slide > div,
select.LVCamposAddTexto {
  border-radius: var(--radius-custom);
}
/* Fim Pag Prod */
/* Prod Template */
.prod-showcase-info span.prod-unavaliable-message {
  border-radius: var(--radius-custom);
}
.prod-tags {
  padding: 0 1rem;
  border-radius: 10rem;
}
.prod-tags,
.prod-showcase-holder .prod-tags,
.prod-showcase-holder [class*="tag"] {
  align-items: flex-end;
  display: flex !important;
  flex-direction: column-reverse;
  gap: .8rem;
}
.prod-tags > span,
.prod-tags > a,
.prod-showcase-holder [class*="tag"] > span,
.prod-showcase-holder [class*="tag"] > a {
  background: #1E3367 !important;
  border-radius: .6rem !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 2.4rem !important;
  padding: .6rem 1rem !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
  letter-spacing: 0.3px !important;
}
.prod-tags > span:first-child,
.prod-tags > a:first-child,
.prod-showcase-holder [class*="tag"] > span:first-child,
.prod-showcase-holder [class*="tag"] > a:first-child {
  font-size: 11px !important;
}
/* ForÃ§ar estilo azul nas badges da pÃ¡gina de produto */
.prod-infos-social-promo-container .prod-tags,
.prod-tags-container .prod-tags,
span.prod-tags,
.prod-infos-social-promo-container span[class*="prod-tags"],
.prod-tags-container span[class*="prod-tags"] {
  background: #1E3367 !important;
  border-radius: .6rem !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 2.4rem !important;
  padding: .6rem 1rem !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  width: auto !important;
  letter-spacing: 0.3px !important;
}
.prod-showcase-tags-left .prod-tags-desconto {
  align-self: flex-start !important;
  margin-left: 0 !important;
  position: relative;
  left: 0.1rem;
  transform: none !important;
}
/* Ocultar badges vazias */
.prod-tags:empty,
span.prod-tags:empty,
.prod-tags-container .prod-tags:empty,
.prod-infos-social-promo-container .prod-tags:empty,
span[data-wsjs-product="tags"]:empty {
  display: none !important;
}
/* Fim Prod Template */
/* PÃ¡gina Institucional */
.institutional-menu-nav, 
.others-pages-container .content {
  border-radius: var(--radius-custom);
}
.other-pages-row .content {
  padding: 20px 34px;
}
/* Fim PÃ¡gina Institucional */
/* ComeÃ§o PÃ¡gina de Contato */
.contact-block,
.blog-page-container .blog-list-holder,
.blog-page-container .blog-article-holder {
  border-radius: var(--radius-custom);
}
.contact-container input,
.contact-container textarea {
  border-radius: var(--radius-custom);
}
/* Fim PÃ¡gina de Contato */
.prod-showcase-holder {
  transition: .3s ease, font-size 0s;
  border-radius: var(--radius-custom);
  border: .1rem solid transparent;
}
.prod-showcase-holder:hover {
  border: .1rem solid #f5f5f5!important;
}
.prod-showcase-holder:hover .prod-showcase-info-button > a {
  opacity: 1;
}
/* Galeria da pagina de produto */
.prod-photo-container {
  align-items: center;
  aspect-ratio: unset !important;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-left: auto;
  margin-bottom: 2.4rem;
  margin-right: auto;
  margin-top: -2.4rem;
  min-width: unset !important;
  padding-bottom: 0;
  position: relative;
  width: 100% !important;
  max-width: 100%;
}
.prod-photo-container [data-wsjs-product="photos"] {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 0;
  min-height: 0;
  order: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.prod-photo-container [data-wsjs-product="photos"] .keen-slider__slide {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.prod-photo-container [data-wsjs-product="photos"] img {
  cursor: zoom-in;
  height: 100% !important;
  margin: 0 auto;
  max-height: 52rem;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  max-width: initial !important;
}
.prod-photo-container [data-wsjs-product="dots"] {
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: 1rem;
  height: fit-content !important;
  justify-content: center;
  left: 0;
  margin-top: 0;
  order: 2;
  padding: 0;
  position: relative;
  bottom: auto;
  margin: -4.6rem auto 0;
  transform: none;
  width: 100%;
  z-index: 4;
}
.prod-photo-container [data-wsjs-product="dots"] .arrow {
  display: none !important;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: initial !important;
  justify-content: center;
  width: 100% !important;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide {
  align-items: center;
  display: flex !important;
  flex-shrink: 0 !important;
  justify-content: center;
  max-width: unset !important;
  min-width: unset !important;
  width: 5.8rem !important;
  border-radius: 0;
  --radius-custom: 0;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide > div {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d9dfe8;
  border-radius: .4rem;
  box-shadow: 0 8px 18px rgba(34, 34, 34, 0.08);
  display: flex;
  justify-content: center;
  height: 5.8rem;
  overflow: hidden;
  padding: .35rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 5.8rem;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide.active > div,
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide > div:hover {
  border-color: #222;
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.14);
  transform: translateY(-1px);
}
.prod-photo-container [data-wsjs-product="dots"] img {
  border-radius: 0;
  display: block;
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  object-position: center center;
  width: auto !important;
}
.prod-photo-container [data-wsjs-product="photos"] > .dots {
  display: none !important;
}
.prod-photo-container > .product-gallery-progress {
  display: none !important;
}
.prod-showcase-info .prod-showcase-price-container {
  min-height: calc(2 * 1.2 * 1.4rem  + 2.7rem);
}
.prod-showcase-holder .prod-showcase-info-button {
  margin-top: 2rem;
}
.prod-showcase-holder .prod-showcase-info-button > a {
  width: 100%;
  transition: .3s ease, font-size 0s;
} 
.prod-price-main .prod-price-sell {
  font-size: 2.8rem;
  line-height: 4.8rem;
}
.prod-showcase-price > .prod-showcase-price-sell:not(.prod-unavaliable-message) {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.prod-showcase-price > .prod-showcase-price-sell:not(.prod-unavaliable-message) .price-startingOff {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
}
.prod-buttons-container .button-main {
  height: 6rem;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info-button > a,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder .prod-showcase-info-button > a {
  align-items: center;
  background: #1f1f1f !important;
  border: 1px solid #1f1f1f !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: inline-flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  gap: 0;
  justify-content: center;
  letter-spacing: 0.04em !important;
  min-height: 52px;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info-button > a::before,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder .prod-showcase-info-button > a::before {
  content: none !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder .prod-showcase-info-button > a:hover,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder .prod-showcase-info-button > a:hover {
  background: #111111 !important;
  border-color: #111111 !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-info,
section[data-wsjs-sectype="prodList"] .prod-showcase-info {
  padding-bottom: 40px !important;
  position: relative !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-link-overlay::after,
section[data-wsjs-sectype="prodList"] .prod-showcase-link-overlay::after {
  align-items: center !important;
  background: #48BA3D !important;
  border: 1px solid #48BA3D !important;
  border-radius: 1rem !important;
  bottom: 14px !important;
  color: #ffffff !important;
  content: "COMPRAR" !important;
  display: flex !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  height: 40px !important;
  justify-content: center !important;
  left: 16px !important;
  letter-spacing: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 16px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  z-index: 2 !important;
  padding-left: 2.6rem !important;
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-link-overlay::before,
section[data-wsjs-sectype="prodList"] .prod-showcase-link-overlay::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg transform='translate(0.956 1)'%3E%3Cpath d='M976 5235v-3a4 4 0 0 0-8 0v3m-4.408 1.35-.6 6.4c-.17 1.82-.256 2.73.046 3.43a2.986 2.986 0 0 0 1.32 1.45c.672.37 1.586.37 3.413.37h8.458c1.828 0 2.742 0 3.413-.37a2.981 2.981 0 0 0 1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253 7.253 0 0 0-.561-2.88 2.987 2.987 0 0 0-1.292-1.18 7.251 7.251 0 0 0-2.926-.29h-7.258a7.246 7.246 0 0 0-2.925.29 2.982 2.982 0 0 0-1.292 1.18 7.231 7.231 0 0 0-.562 2.88Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  bottom: 14px !important;
  content: "" !important;
  height: 40px !important;
  left: calc(50% - 6rem) !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 20px !important;
  z-index: 3 !important;
  transform: translateY(-2px);
}
section[data-wsjs-sectype="prodSlide"] .prod-showcase-holder:hover .prod-showcase-link-overlay::after,
section[data-wsjs-sectype="prodList"] .prod-showcase-holder:hover .prod-showcase-link-overlay::after {
  background: #41ad37 !important;
  border-color: #41ad37 !important;
}
.prod-showcase-info .prod-showcase-info-name {
  line-height: 2rem;
  min-height: calc(2rem * 3);
}
.login-options-container .login-options-list,
body .LV_UL_BUSCA_AJAX,
.float-footer-container,
.cart-holder.float {
  box-shadow: 0.3rem 0.3rem 1rem rgb(0 0 0 / 30%);
  border: none;
}
footer .contact-footer li a{
  overflow-wrap: anywhere;
}
.prod-features-container tr td:first-child {
  font-weight: 600;
}
.banner-full-section .banner-holder .arrow {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  opacity: 1 !important;
  width: 4.8rem !important;
}
.banner-full-section .banner-holder .arrow:hover {
  background: #fff !important;
}
.banner-full-section .banner-holder .arrow span[data-wsjs-icon] svg {
  display: none !important;
}
.banner-full-section .banner-holder .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}
.banner-full-section .banner-holder .arrow.arrow--left::before,
.banner-full-section .banner-holder .arrow.arrow--prev::before,
.banner-full-section .banner-holder .arrow.left::before,
.banner-full-section .banner-holder .arrow.prev::before {
  transform: rotate(180deg);
}
.slide-container.store-review-slider .arrow {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  opacity: 1 !important;
  width: 4.8rem !important;
}
.slide-container.store-review-slider .arrow:hover {
  background: #fff !important;
}
.slide-container.store-review-slider .arrow span[data-wsjs-icon] svg {
  display: none !important;
}
.slide-container.store-review-slider .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}
.slide-container.store-review-slider .arrow.arrow--left::before,
.slide-container.store-review-slider .arrow.arrow--prev::before,
.slide-container.store-review-slider .arrow.left::before,
.slide-container.store-review-slider .arrow.prev::before {
  transform: rotate(180deg);
}
.nav-header .nav-menu-list > li:hover > .nav-menu-main,
.nav-header .nav-menu-list > li:hover > .nav-menu-megamenu-container {
  margin-top: 0;
} 
.nav-menu-list .dpt-0 > .nav-menu-main,
.nav-menu-list .dpt-0 > .nav-menu-megamenu-container {
  margin-top: 4rem;
}
.mobile-menu-block .nav-menu-list .dpt-0 > .nav-menu-main,
.mobile-menu-block .nav-menu-list .dpt-0 > .nav-menu-megamenu-container {
  margin-top: 0;
}
.login-options-container:hover .login-options-list {
  margin-top: 0;
}
.login-options-container .login-options-list {
  margin-top: 4rem;
}
.cart-header:hover .cart-holder.float {
  margin-top: 0;
}
.cart-holder.float {
  margin-top: 5rem;
}
.cart-prod-counter {
  top: -.8rem;
  right: -.8rem;
}
.cart-prod-counter.mobile {
  top: .3rem;
  right: .3rem;
}
div[data-wsjs-indexcontainer] [data-wsjs-draginner] > section + section {
  margin-top: 100px !important;
  padding-top: 0 !important;
}
footer {
  padding: 100px 0;
}
.client-header [data-wsjs-icon="user"] svg,
.favorite-header [data-wsjs-icon="favorite"] svg,
.cart-header [data-wsjs-icon="cart"] svg,
.mobile-menu-button [data-wsjs-icon] svg,
.dpt-0 > .nav-menu-hiperlink > [data-wsjs-icon] svg {
  width: 1.7rem;
  height: 1.7rem;
}
.favorite-header {
  border-radius: var(--radius-custom);
}
.favorite-header, .favorite-header [data-wsjs-icon] svg {
  transition: .3s ease, font-size 0s;
}
.favorite-header:hover {
  background-color: #f5f5f5;
}
.favorite-header:hover > [data-wsjs-icon] svg {
  fill: #1e3367;
}
.client-header .login-options-arrow-span svg {
  transform: scale(.7);
}
.nav-menu-list .dpt-1 .nav-menu-hiperlink svg {
  width: 1.05rem;
  height: 1.05rem;
}
.prod-list-empty {
  border-radius: var(--radius-custom);
}
/* Teste */
section[data-wsjs-sectype="condicoes"] {
  padding: 100px 40px 2.4rem;
}
[data-wsjs-draginner] [data-wsjs-sectype="condicoes"] {
  padding: 0 40px;
}
section[data-wsjs-sectype="condicoes"] > .container {
  background: #f5f5f5;
  border-radius: 1.5rem;
  max-width: 1440px;
  min-height: 100px;
  margin: 0 auto;
  padding: 2.7rem 10rem 0;
  box-sizing: border-box;
}
section[data-wsjs-sectype="condicoes"] [data-wsjs-module="condition"] {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}
section[data-wsjs-sectype="condicoes"] .keen-slider,
section[data-wsjs-sectype="condicoes"] .keen-slider__slide {
  height: auto !important;
}
section[data-wsjs-sectype="condicoes"] .condicao-item,
section[data-wsjs-sectype="condicoes"] .condition-item,
section[data-wsjs-sectype="condicoes"] [class*="condicao-item"] {
  display: flex !important;
  align-items: flex-start !important;
  flex: 1 1 0;
  justify-content: center !important;
  min-height: 4rem;
}
section[data-wsjs-sectype="condicoes"] .condicao-item > div,
section[data-wsjs-sectype="condicoes"] .condition-item > div,
section[data-wsjs-sectype="condicoes"] [class*="condicao-item"] > div {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 1.2rem !important;
}
section[data-wsjs-sectype="condicoes"] .condicao-icone,
section[data-wsjs-sectype="condicoes"] .condition-icon,
section[data-wsjs-sectype="condicoes"] [class*="condicao-icone"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
section[data-wsjs-sectype="condicoes"] .condicao-icone svg,
section[data-wsjs-sectype="condicoes"] .condition-icon svg,
section[data-wsjs-sectype="condicoes"] [class*="condicao-icone"] svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none !important;
  stroke: #222 !important;
  color: #222 !important;
}
section[data-wsjs-sectype="condicoes"] .condicao-textos,
section[data-wsjs-sectype="condicoes"] .condition-text,
section[data-wsjs-sectype="condicoes"] [class*="condicao-text"] {
  display: flex;
  font-size: 14px !important;
  flex-direction: column;
  gap: .2rem;
  line-height: 1.15;
  text-align: left;
}
section[data-wsjs-sectype="condicoes"] .condicao-textos *,
section[data-wsjs-sectype="condicoes"] .condition-text *,
section[data-wsjs-sectype="condicoes"] [class*="condicao-text"] * {
  font-size: 14px !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}
.banner-mini-section {
  padding: 0 0 4.8rem;
}
.banner-mini-section .container {
  max-width: 1440px;
}
.banner-mini-title {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 3.2rem;
  text-align: center;
}
#banner-mini .keen-slider__slide a::after,
.banner-mini-section .keen-slider__slide a::after {
  content: attr(data-banner-title);
  color: #222222;
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 2rem;
  text-align: center;
}
#banner-mini .keen-slider__slide a,
.banner-mini-section .keen-slider__slide a {
  margin: 0;
  text-align: center;
}
.banner-mini-section .keen-slider__slide a {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.banner-mini-section .keen-slider__slide a img {
  border-radius: 50%;
}
.contact-whatsapp-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222 !important;
  text-decoration: none !important;
}
.contact-whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-whatsapp-icon svg {
  width: 20px;
  height: 20px;
  color: #222;
}
.contact-whatsapp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.contact-whatsapp-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.contact-whatsapp-number {
  font-size: 13px;
  font-weight: 300;
  color: #777;
}
.contact-whatsapp-source {
  display: none !important;
}
/* Esconde o preÃ§o normal */
.prod-showcase-price-sell {
    display: none !important;
}
/* MantÃ©m o preÃ§o antigo riscado */
.prod-showcase-price-off {
    display: block !important;
    color: #222 !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
    line-height: 1.2 !important;
    margin-bottom: .4rem !important;
    order: 1 !important;
    text-align: left !important;
    width: 100% !important;
}
/* Valor Ã  vista vira o preÃ§o principal */
.prod-showcase-avista span {
    display: block !important;
    color: #2a2a2a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    width: 100% !important;
}
.prod-showcase-avista span::after {
    background: #1e3367;
    border-radius: .4rem;
    color: #fff;
    content: "PIX";
    display: inline-flex;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    margin-left: .8rem;
    padding: .6rem .9rem;
    text-transform: uppercase;
    vertical-align: middle;
    transform: translateY(-1px);
}
.prod-showcase-avista .txt-avista,
.prod-showcase-avista .price-cash-text,
.prod-showcase-avista small,
.prod-showcase-avista em {
    display: none !important;
}
/* Parcelamento normal */
.prod-showcase-parcela span {
    display: block !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    width: 100% !important;
}
/* Troca a ordem do parcelamento com o preÃ§o Ã  vista */
.prod-showcase-price-container {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}
.prod-showcase-price {
    display: flex !important;
    flex-direction: column !important;
    gap: .4rem !important;
    width: 100% !important;
}
.prod-showcase-avista {
    order: 2 !important;
    width: 100% !important;
}
.prod-showcase-parcela {
    order: 3 !important;
    width: 100% !important;
}
.prod-showcase-price > .prod-showcase-price-off {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.faq-section {
  padding: 60px 0;
  background: #fff;
}
.faq-section .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 45px;
}
section.faq-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 2.2rem;
  position: relative;
}
.faq-section h2::after {
  content: "";
  width: 70px;
  height: 5px;
  background: #222;
  border-radius: 10px;
  display: block;
  margin: 14px auto 0;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #f1f1f1;
  border-radius: 7px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.42s ease, box-shadow 0.42s ease;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 32px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  position: relative;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.32s ease, opacity 0.24s ease;
}
.faq-item[open] summary::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.faq-item[open] {
  background: #ececec;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}
.faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  will-change: height, opacity;
}
.faq-item[open] .faq-answer {
  opacity: 1;
}
.faq-answer > * {
  transform: translateY(-6px);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item[open] .faq-answer > * {
  transform: translateY(0);
}
.faq-answer p {
  padding: 0 32px 24px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.product-recommendations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin: 6rem auto 0;
  max-width: 138rem;
  width: 100%;
}
.product-recommendations-block {
  width: 100%;
}
.product-recommendations-block .container {
  max-width: 100%;
  padding: 0;
}
.product-recommendations-carousel {
  align-items: center;
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 4.8rem minmax(0, 1fr) 4.8rem;
}
.product-recommendations-title {
  color: #222222;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.4rem;
  margin: 0 0 3.3rem;
  position: relative;
  text-align: center;
}
.product-recommendations-title::after {
  border-top: 5px solid #222222;
  border-radius: 999px;
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 70px;
}
.product-recommendations-arrow {
  align-items: center !important;
  appearance: none;
  background: #fff !important;
  border: 1px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
  cursor: pointer;
  display: flex !important;
  height: 4.8rem !important;
  justify-content: center !important;
  opacity: 1 !important;
  width: 4.8rem !important;
}
.product-recommendations-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16.067px 12.813px;
  content: "";
  display: block;
  height: 12.813px;
  width: 16.067px;
}
.product-recommendations-arrow--prev::before {
  transform: rotate(180deg);
}
.product-recommendations-track {
  display: grid;
  gap: 2rem;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: .2rem;
  scrollbar-width: none;
}
.product-recommendations-track::-webkit-scrollbar {
  display: none;
}
.product-recommendation-card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 1.2rem 1.2rem 1.4rem;
  width: 25rem;
}
.product-recommendation-card__image {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.product-recommendation-card__image img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.product-recommendation-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.product-recommendation-card__name {
  color: #3a3a3a;
  display: -webkit-box;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  overflow: hidden;
  text-decoration: none;
}
.product-recommendation-card__prices {
  margin-top: auto;
}
.product-recommendation-card__old-price {
  color: #8a8a8a;
  display: block;
  font-size: 1.2rem;
  margin-bottom: .4rem;
  text-decoration: line-through;
}
.product-recommendation-card__pix-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.product-recommendation-card__pix-price {
  color: #2f5fb3;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}
.product-recommendation-card__pix-badge {
  background: #3f63b8;
  border-radius: .4rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: .5rem .7rem;
}
.product-recommendation-card__installment {
  color: #222;
  display: block;
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: .5rem;
}
.product-recommendation-card__button {
  align-items: center;
  background: #48ba3d;
  border: 1px solid #48ba3d;
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  justify-content: center;
  margin-top: 1.4rem;
  min-height: 4rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.product-recommendation-card__status {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  margin-top: auto;
}
.product-recommendation-card.is-unavailable .product-recommendation-card__button {
  display: none;
}
.product-home-section {
  padding: 5.6rem 0 0;
  width: 100%;
}
.product-home-section + .product-home-section {
  padding-top: 10rem;
}
.product-home-section .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 138rem;
}
.product-home-section .prod-list,
.product-home-section .prod-list-holder,
.product-home-section .slide-container {
  margin-left: auto;
  margin-right: auto;
}
.product-home-section .prod-list-titles {
  margin-top: 10rem;
}
.product-home-section .prod-list-titles:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .product-recommendations-carousel {
    grid-template-columns: 1fr;
  }
  .product-recommendations-arrow {
    display: none !important;
  }
  .product-home-section {
    padding-top: 4rem;
  }
}
.footer-custom {
  background: #e5e5e5;
  color: #3a3a3a;
  font-family: "Work Sans", Arial, sans-serif;
  padding-bottom: 0 !important;
}
.footer-custom .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-main {
  display: grid;
  grid-template-columns: 320px 244px 216px 300px;
  justify-content: space-between;
  gap: 20px;
  padding: 48px 20px 50px;
}
.footer-custom h3 {
  color: #34343E;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 18px;
}
.footer-custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-custom li,
.footer-custom a,
.footer-custom span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #000000;
  text-decoration: none;
}
.footer-col .list-footer a,
.footer-col .list-footer span {
  font-size: clamp(14px, 0.72vw, 14px);
  white-space: normal;
  word-break: keep-all;
}
.footer-col .list-footer li {
  max-width: 100%;
}
.footer-atendimento {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.footer-main > .footer-col:nth-child(2) {
  max-width: 244px;
}
.footer-main > .footer-col:nth-child(3) {
  max-width: 216px;
}
.footer-selos {
  max-width: 300px;
}
.footer-custom a:hover {
  color: #000;
}
.contact-footer li {
  margin-bottom: 4px;
}
.contact-footer strong,
.footer-social strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 6px;
  color: #34343E;
}
.footer-custom .footer-hours-custom,
.footer-custom .title-social-footer {
  color: #34343E;
  font-size: 14px;
  font-weight: 600;
}
.footer-social {
  margin-top: auto;
  padding-top: 28px;
  padding-bottom: 50px;
}
.footer-social span {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.footer-social a {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-selos ul[data-wsjs-badges] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
}
.footer-selos ul[data-wsjs-badges] img {
  max-height: 64px;
  width: auto;
}
.footer-payments {
  margin-top: 18px;
}
.payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.payment-methods-list img {
  max-height: 22px;
  width: auto;
}
.footer-bottom {
  min-height: 130px;
  width: 100%;
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 36px 20px 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
  gap: 40px;
  z-index: 0;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}
.footer-bottom.container {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-bottom,
.footer-bottom span {
  font-size: 14px;
  line-height: 1.7;
  color: #34343E;
}
.footer-tech {
  font-size: 14px;
  color: #34343E;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
.footer-bottom > div:first-child {
  max-width: 52rem;
}
.footer-bottom .footer-tech,
.footer-bottom > div:first-child {
  max-width: none;
}
.footer-address {
  max-width: 52rem;
}
.footer-address-line {
  display: block;
}
.footer-social ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    list-style: none !important;
}
.footer-social ul li {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.footer-social ul li a {
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #fff !important;
}
.footer-social ul li a {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    position: relative;
}
.footer-social ul li a i,
.footer-social ul li a svg,
.footer-social ul li a span,
.footer-social ul li a img {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
    margin: auto !important;
    position: absolute;
    inset: 0;
}
.categorias-banner-section {
    padding: 70px 0;
    background: #fff;
}
.categorias-banner-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.categorias-banner-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2.2rem;
    position: relative;
}
.categorias-banner-section h2::after {
    content: "";
    width: 70px;
    height: 5px;
    border-radius: 10px;
    background: #222;
    display: block;
    margin: 14px auto 0;
}
.categorias-banner-holder {
    display: block;
}
.categorias-banner-section .keen-slider {
    align-items: flex-start;
}
.categorias-banner-section .keen-slider__slide {
    text-align: center;
}
.categorias-banner-section .keen-slider__slide a::after {
    content: attr(data-banner-title);
    color: #666666;
    display: block;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 14px;
    text-align: center;
}
.categorias-banner-section a.categorias-banner-with-label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.categorias-banner-section a.categorias-banner-with-label::after {
    content: attr(data-banner-title);
    color: #666666;
    display: block;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 14px;
    text-align: center;
}
.categorias-banner-section .keen-slider__slide a {
    display: block;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
.categorias-banner-section .keen-slider__slide a img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.categorias-banner-section .keen-slider__slide a:hover img {
    transform: scale(1.03);
}
.categorias-banner-section .arrow {
    appearance: none;
    align-items: center;
    background: #fff !important;
    border: 1px solid #d9e0ea !important;
    border-radius: 999px;
    box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
    color: transparent;
    display: inline-flex;
    font-size: 0;
    height: 40px;
    justify-content: center;
    line-height: 0;
    text-indent: -9999px;
    width: 40px;
    z-index: 1;
}
.categorias-banner-section .arrow:hover,
.categorias-banner-section .arrow:focus {
    background: #fff !important;
    border-color: #fff !important;
}
.categorias-banners-module .arrow,
.categorias-banners-module .arrow:hover,
.categorias-banners-module .arrow:focus {
    background: #fff !important;
    border: 1px solid #fff !important;
}
.categorias-banners-carousel > .categorias-arrow {
    display: none !important;
}
.categorias-banners-carousel {
    display: block !important;
}
.categorias-banners-module {
    display: block !important;
    width: 100% !important;
}
.categorias-banners-viewport {
    max-width: none !important;
    overflow: visible !important;
}
.categorias-banners-grid {
    display: block !important;
    gap: 0 !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
}
.categorias-banners-grid > span {
    display: block !important;
    width: 100% !important;
}
.categorias-banners-module .slide-container,
.categorias-banners-module .keen-slider {
    width: 100% !important;
}
.categorias-banners-module .keen-slider__slide {
    display: flex !important;
    justify-content: center;
}
.categorias-banners-module .keen-slider__slide a {
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    width: auto !important;
}
.categorias-banner-section .arrow span[data-wsjs-icon] svg {
    display: none;
}
.categorias-banner-section .arrow::before {
    background: no-repeat center / 16px 13px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692%2C953.346h14.256m0%2C0L1700.91%2C948m5.346%2C5.346-5.346%2C5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 13px;
    width: 16px;
}
.categorias-banner-section .arrow.arrow--left::before,
.categorias-banner-section .arrow.arrow--prev::before,
.categorias-banner-section .arrow.left::before,
.categorias-banner-section .arrow.prev::before {
    transform: rotate(180deg);
}
.categorias-banners-grid {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.categorias-banners-grid > span {
    width: auto !important;
    display: block !important;
    flex: initial !important;
}
.categorias-banners-grid a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.categorias-banners-grid img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px;
}
.categorias-banners-carousel {
    --categorias-gap: 10px;
    align-items: center;
    display: flex;
    gap: 0;
    position: relative;
}
.categorias-banners-viewport {
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: calc((165px * 6) + (var(--categorias-gap) * 5));
    overflow: hidden;
    width: 100%;
}
.categorias-banners-grid {
    align-items: flex-start;
    display: flex !important;
    flex-wrap: nowrap;
    gap: var(--categorias-gap);
    justify-content: flex-start;
    transition: transform 0.35s ease;
    will-change: transform;
}
.categorias-banners-grid > *,
.categorias-banners-grid > span,
.categorias-banners-grid > .banner-holder,
.categorias-banners-grid > div {
    display: block !important;
    flex: 0 0 165px !important;
    max-width: 165px !important;
}
.categorias-banners-grid .banner-holder {
    display: flex !important;
    justify-content: center;
}
.categorias-banners-grid a {
    color: #333;
    display: block !important;
    font-size: 14px;
    margin: 0 auto;
    max-width: 165px !important;
    overflow: hidden !important;
    text-align: center;
    text-decoration: none;
    width: 100% !important;
}
.categorias-banners-grid a.categorias-banner-with-label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.categorias-banners-grid a.categorias-banner-with-label::after {
    content: attr(data-banner-title);
    color: #666666;
    display: block;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 14px;
    max-width: 165px;
    overflow-wrap: anywhere;
    text-align: center;
}
.categorias-banners-grid img {
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    clip-path: circle(50%);
    display: block !important;
    height: auto !important;
    margin: 0 auto 12px;
    max-width: 165px !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
}
.categorias-arrow {
    appearance: none;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    box-shadow: 0 px 18px rgba(34, 34, 34, 0.08);
    color: transparent;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 40px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1;
    pointer-events: auto;
}
.categorias-arrow::before {
    background: no-repeat center / 16px 13px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692%2C953.346h14.256m0%2C0L1700.91%2C948m5.346%2C5.346-5.346%2C5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 13px;
    width: 16px;
}
.categorias-arrow-prev {
    left: 0;
}
.categorias-arrow-next {
    right: 0;
}
.categorias-banner-section .arrow.arrow--prev,
.categorias-banner-section .arrow.prev,
.categorias-banners-module .arrow.arrow--prev,
.categorias-banners-module .arrow.prev {
    left: 0 !important;
}
.categorias-banner-section .arrow.arrow--next,
.categorias-banner-section .arrow.next,
.categorias-banners-module .arrow.arrow--next,
.categorias-banners-module .arrow.next {
    right: 0 !important;
}
.categorias-arrow-prev::before {
    transform: rotate(180deg);
}
.categorias-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}
@media screen and (max-width: 1279px) {
    .categorias-banner-section {
        --categorias-visible-items: 5;
    }
    .categorias-banners-viewport {
        max-width: calc((165px * 5) + (var(--categorias-gap) * 4));
    }
}
@media screen and (max-width: 1099px) {
    .categorias-banner-section {
        --categorias-visible-items: 4;
    }
    .categorias-banners-viewport {
        max-width: calc((165px * 4) + (var(--categorias-gap) * 3));
    }
}
@media screen and (max-width: 899px) {
    .categorias-banner-section {
        --categorias-visible-items: 3;
    }
    .categorias-banners-viewport {
        max-width: calc((165px * 3) + (var(--categorias-gap) * 2));
    }
}
@media screen and (max-width: 639px) {
    .categorias-banner-section {
        --categorias-gap: 18px;
        --categorias-visible-items: 2;
    }
    .categorias-banners-viewport {
        max-width: calc((165px * 2) + var(--categorias-gap));
    }
}
/* Remove o espaÃ§amento desproporcional do rodapÃ© */
footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.category-search-list > .container,
.banner-row > .container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.banner-row {
    margin-top: 2.4rem;
    padding: 0 0 6rem;
}
.banner-row .container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
/* Ajusta o alinhamento interno */
footer .top-half {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
/* Remove margens extras dos blocos */
footer .top-half > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* Ajusta os tÃ­tulos */
footer h3 {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
/* Ajusta espaÃ§amento das redes sociais */
footer .social-icons,
footer .social-medias {
    margin-top: 25px !important;
}
/* Remove qualquer padding extra inferior */
footer *:last-child {
    margin-bottom: 0 !important;
}
.banner-rodape-section {
  width: 100%;
  margin: 100px 0 !important;
}
.banner-rodape-section .container {
  max-width: 1180px;
  margin: 0 auto;
}
.banner-rodape-section img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.category-search-list .custom-filters-container {
    margin-bottom: 5.2rem;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1440px !important;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
.prod-code-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0 0 1.8rem;
}
.prod-code-container > span:first-child {
  background: #eef3ff;
  border-radius: .6rem;
  color: #1E3367;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  padding: .7rem 1rem;
  text-transform: uppercase;
}
.prod-code-container > span:first-child [data-wsjs-product="code"] {
  color: #3f63b8;
  display: inline-flex;
  font-weight: 600;
  margin-left: .5rem;
}
/* Produto - bloco descriÃ§Ã£o/caracterÃ­sticas sem caixa cinza externa */
#prod-description-block {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
/* Tabela de caracterÃ­sticas */
#prod-description-block .prod-features-container table {
    width: 100% !important;
    border-collapse: collapse !important;
}
/* CÃ©lulas da tabela */
#prod-description-block .prod-features-container table td,
#prod-description-block .prod-features-container table th {
    background: #e5e5e5 !important;
    border: 1px solid #fff !important;
    padding: 14px 16px !important;
    font-size: 13px !important;
    color: #666 !important;
}
/* Primeira coluna em negrito */
#prod-description-block .prod-features-container table td:first-child {
    font-weight: 600 !important;
}
/* Segunda coluna normal */
#prod-description-block .prod-features-container table td:nth-child(2) {
    font-weight: 300 !important;
}
/* Remove espaÃ§os entre linhas da tabela */
#prod-description-block .prod-features-container table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}
/* Remove margens internas das linhas */
#prod-description-block .prod-features-container table tr {
    margin: 0 !important;
    padding: 0 !important;
}
/* Ajusta cÃ©lulas */
#prod-description-block .prod-features-container table td,
#prod-description-block .prod-features-container table th {
    padding: 12px 16px !important;
    border-bottom: 2px solid #fff !important;
}
.prod-accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.prod-accordion-title {
    padding: 18px 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.prod-accordion-title::after {
    content: "+";
    font-size: 26px;
}
.prod-accordion-item.active .prod-accordion-title::after {
    content: "âˆ’";
}
.prod-accordion-content {
    display: none;
    padding-bottom: 22px;
}
.prod-accordion-item.active .prod-accordion-content {
    display: block;
}
.contact-whatsapp-header {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}
.contact-whatsapp-icon {
    margin-right: 0 !important;
}
.login-options-button > div {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}
/* CONTAINER DAS MINIATURAS */
.prod-photo-container [data-wsjs-product="dots"] {
    width: 100% !important;
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
}
/* SLIDER DAS MINIATURAS */
.prod-photo-container [data-wsjs-product="dots"] .keen-slider {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    transform: none !important;
}
/* CADA MINIATURA */
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
}
/* IMAGEM DA MINIATURA */
.prod-photo-container [data-wsjs-product="dots"] img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}
/* MINIATURA ATIVA */
.prod-photo-container [data-wsjs-product="dots"] .slide-active {
    border: 2px solid #000 !important;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider {
    display: flex !important;
    align-items: center !important;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    top: 0 !important;
}
.prod-photo-container [data-wsjs-product="dots"] {
    margin: 20px auto 0 !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 1 !important;
}
.prod-photo-container [data-wsjs-product="dots"] .keen-slider__slide {
    transform: translate3d(0px, 0px, 0px) !important;
    top: 0 !important;
    margin-top: 0 !important;
}
/* CONTAINER DA FOTO PRINCIPAL */
.prod-photo-container {
    position: relative !important;
}
/* MINIATURAS */
.prod-photo-container [data-wsjs-product="dots"] {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}
/* CONTAINER DA FOTO PRINCIPAL */
.prod-photo-container {
    position: relative !important;
}
  .prod-photo-container {
    position: relative !important;
}
.prod-photo-container [data-wsjs-product="dots"] {
    position: absolute !important;
    left: 50% !important;
    bottom: 180px !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}
.prod-features-container h2,
.prod-description-container h2 {
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    margin-bottom: 16px !important;
}
/* AJUSTE DO TÃTULO - PRODUTOS RELACIONADOS */
.prod-related-container .prod-list-titles,
#code-list-relacionados .prod-list-titles {
    text-align: center !important;
    margin: 0 auto 45px !important;
}
.prod-related-container h2,
.prod-related-container .prod-list-titles-title,
#code-list-relacionados h2,
#code-list-relacionados .prod-list-titles-title {
    color: #222 !important;
    font-family: "Work Sans", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: inline-block !important;
    position: relative !important;
}
.prod-related-container h2::after,
.prod-related-container .prod-list-titles-title::after,
#code-list-relacionados h2::after,
#code-list-relacionados .prod-list-titles-title::after {
    content: "" !important;
    display: block !important;
    width: 54px !important;
    height: 3px !important;
    background: #222 !important;
    border: 0 !important;
    border-radius: 999px !important;
    margin: 12px auto 0 !important;
}
/* BARRINHA PRODUTOS RELACIONADOS */
.prod-related-container .prod-list-titles-title::after,
#code-list-relacionados .prod-list-titles-title::after {
    content: "" !important;
    display: block !important;
    width: 6rem !important;
    height: 5px !important;
    margin: 1.2rem auto 0 !important;
    border-radius: 999px !important;
    background: #222 !important;
}
/* PRODUTOS RELACIONADOS - 4 PRODUTOS POR LINHA */
.prod-related-container .prod-list-holder,
#code-list-relacionados .prod-list-holder {
    max-width: 1240px !important;
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
}
/* PRODUTOS RELACIONADOS - TRAVAR CARD IGUAL AO BLOCO DA HOME */
.prod-related-container .prod-showcase-holder,
#code-list-relacionados .prod-showcase-holder {
    background: #fff !important;
    border: 1px solid #d9e0ea !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 20px 16px 14px !important;
    min-height: 455px !important;
    height: 455px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: hidden !important;
}
/* imagem dentro do card */
.prod-related-container .prod-showcase-img,
#code-list-relacionados .prod-showcase-img,
.prod-related-container .prod-showcase-image,
#code-list-relacionados .prod-showcase-image {
    height: 230px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
}
.prod-related-container .prod-showcase-img img,
#code-list-relacionados .prod-showcase-img img,
.prod-related-container .prod-showcase-image img,
#code-list-relacionados .prod-showcase-image img {
    max-height: 220px !important;
    max-width: 100% !important;
    object-fit: contain !important;
}
/* Ã¡rea das informaÃ§Ãµes */
.prod-related-container .prod-showcase-info,
#code-list-relacionados .prod-showcase-info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 0 !important;
}
/* nome do produto */
.prod-related-container .prod-showcase-info-name,
#code-list-relacionados .prod-showcase-info-name {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    min-height: calc(2 * 1.2 * 14px) !important;
    max-height: calc(2 * 1.2 * 14px) !important;
    overflow: hidden !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #222 !important;
    margin-bottom: 12px !important;
}
/* preÃ§o azul */
.prod-related-container .prod-showcase-price-container,
#code-list-relacionados .prod-showcase-price-container {
    margin-top: auto !important;
    margin-bottom: 6px !important;
}
.prod-related-container .prod-showcase-price,
#code-list-relacionados .prod-showcase-price,
.prod-related-container .prod-showcase-price-value,
#code-list-relacionados .prod-showcase-price-value {
    color: #2a2a2a !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}
/* pix na frente do preÃ§o */
.prod-related-container .prod-showcase-payment-type,
#code-list-relacionados .prod-showcase-payment-type,
.prod-related-container .prod-showcase-price-pix,
#code-list-relacionados .prod-showcase-price-pix {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1E3367 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 5px 6px !important;
    border-radius: 3px !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
}
/* parcelamento */
.prod-related-container .prod-showcase-installment,
#code-list-relacionados .prod-showcase-installment,
.prod-related-container .prod-showcase-payment,
#code-list-relacionados .prod-showcase-payment {
    font-size: 10px !important;
    line-height: 14px !important;
    color: #222 !important;
    margin-bottom: 14px !important;
}
/* botÃ£o comprar verde */
.prod-related-container .prod-showcase-link-overlay::after,
#code-list-relacionados .prod-showcase-link-overlay::after {
    content: "COMPRAR" !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    width: 100% !important;
    height: 34px !important;
    background: #3fbb3b !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg transform='translate(0.956 1)'%3E%3Cpath d='M976 5235v-3a4 4 0 0 0-8 0v3m-4.408 1.35-.6 6.4c-.17 1.82-.256 2.73.046 3.43a2.986 2.986 0 0 0 1.32 1.45c.672.37 1.586.37 3.413.37h8.458c1.828 0 2.742 0 3.413-.37a2.981 2.981 0 0 0 1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253 7.253 0 0 0-.561-2.88 2.987 2.987 0 0 0-1.292-1.18 7.251 7.251 0 0 0-2.926-.29h-7.258a7.246 7.246 0 0 0-2.925.29 2.982 2.982 0 0 0-1.292 1.18 7.231 7.231 0 0 0-.562 2.88Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-position: calc(50% - 48px) center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    position: relative !important;
}
/* espaÃ§amento do botÃ£o */
.prod-related-container .prod-showcase-link-overlay,
#code-list-relacionados .prod-showcase-link-overlay {
    position: relative !important;
    display: block !important;
    margin-top: 8px !important;
}
/* BOTÃƒO COMPRAR EMBAIXO DO CARD - PRODUTOS RELACIONADOS */
.prod-related-container .prod-showcase-holder,
#code-list-relacionados .prod-showcase-holder {
    position: relative !important;
    padding-bottom: 230px !important;
}
.prod-related-container .prod-showcase-link-overlay,
#code-list-relacionados .prod-showcase-link-overlay {
    position: static !important;
    display: block !important;
}
.prod-related-container .prod-showcase-link-overlay::after,
#code-list-relacionados .prod-showcase-link-overlay::after {
    content: "COMPRAR" !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    width: auto !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    background: #3fbb3b !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.237' height='22' viewBox='0 0 20.237 22'%3E%3Cg transform='translate(0.956 1)'%3E%3Cpath d='M976 5235v-3a4 4 0 0 0-8 0v3m-4.408 1.35-.6 6.4c-.17 1.82-.256 2.73.046 3.43a2.986 2.986 0 0 0 1.32 1.45c.672.37 1.586.37 3.413.37h8.458c1.828 0 2.742 0 3.413-.37a2.981 2.981 0 0 0 1.32-1.45c.3-.7.217-1.61.046-3.43l-.6-6.4a7.253 7.253 0 0 0-.561-2.88 2.987 2.987 0 0 0-1.292-1.18 7.251 7.251 0 0 0-2.926-.29h-7.258a7.246 7.246 0 0 0-2.925.29 2.982 2.982 0 0 0-1.292 1.18 7.231 7.231 0 0 0-.562 2.88Z' transform='translate(-962.838 -5228)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-position: calc(50% - 48px) center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    z-index: 3 !important;
}
/* PRODUTOS RELACIONADOS - SETAS COM SVG */
#code-list-relacionados .arrow,
.prod-related-container .arrow {
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    z-index: 20 !important;
}
/* remove o fundo vermelho antigo */
#code-list-relacionados .arrow::before,
.prod-related-container .arrow::before {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 13px !important;
    background-color: #222 !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692,953.346h14.256m0,0L1700.91,948m5.346,5.346-5.346,5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692,953.346h14.256m0,0L1700.91,948m5.346,5.346-5.346,5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
}
/* seta da esquerda: usa o mesmo SVG invertido */
#code-list-relacionados .arrow.prev::before,
#code-list-relacionados .arrow.left::before,
#code-list-relacionados .arrow--prev::before,
.prod-related-container .arrow.prev::before,
.prod-related-container .arrow.left::before,
.prod-related-container .arrow--prev::before {
    transform: rotate(180deg) !important;
}
/* seta da direita normal */
#code-list-relacionados .arrow.next::before,
#code-list-relacionados .arrow.right::before,
#code-list-relacionados .arrow--next::before,
.prod-related-container .arrow.next::before,
.prod-related-container .arrow.right::before,
.prod-related-container .arrow--next::before {
    transform: rotate(0deg) !important;
}
/* remove qualquer Ã­cone antigo no ::after */
#code-list-relacionados .arrow::after,
.prod-related-container .arrow::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
}
/* ZERAR SETA ANTIGA VERMELHA DOS PRODUTOS RELACIONADOS */
#code-list-relacionados .arrow,
.prod-related-container .arrow {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Esconde qualquer Ã­cone/texto antigo dentro da seta */
#code-list-relacionados .arrow > *,
.prod-related-container .arrow > *,
#code-list-relacionados .arrow svg,
.prod-related-container .arrow svg,
#code-list-relacionados .arrow i,
.prod-related-container .arrow i,
#code-list-relacionados .arrow span,
.prod-related-container .arrow span {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
/* Mata qualquer after antigo, que provavelmente Ã© a seta vermelha */
#code-list-relacionados .arrow::after,
.prod-related-container .arrow::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
    border: 0 !important;
}
/* Cria somente o SVG preto novo */
#code-list-relacionados .arrow::before,
.prod-related-container .arrow::before {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 13px !important;
    background-color: #222 !important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692,953.346h14.256m0,0L1700.91,948m5.346,5.346-5.346,5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692,953.346h14.256m0,0L1700.91,948m5.346,5.346-5.346,5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
}
/* Esquerda invertida */
#code-list-relacionados .arrow.prev::before,
#code-list-relacionados .arrow.left::before,
#code-list-relacionados .arrow--prev::before,
.prod-related-container .arrow.prev::before,
.prod-related-container .arrow.left::before,
.prod-related-container .arrow--prev::before {
    transform: rotate(180deg) !important;
}
/* Direita normal */
#code-list-relacionados .arrow.next::before,
#code-list-relacionados .arrow.right::before,
#code-list-relacionados .arrow--next::before,
.prod-related-container .arrow.next::before,
.prod-related-container .arrow.right::before,
.prod-related-container .arrow--next::before {
    transform: rotate(0deg) !important;
}
/* PRODUTOS RELACIONADOS - REMOVER BOLINHAS/PAGINAÃ‡ÃƒO */
#code-list-relacionados .dots,
#code-list-relacionados .dot,
#code-list-relacionados .keen-dots,
#code-list-relacionados .keen-slider__dots,
#code-list-relacionados .slider-dots,
#code-list-relacionados .prod-list-dots,
#code-list-relacionados [class*="dot"],
.prod-related-container .dots,
.prod-related-container .dot,
.prod-related-container .keen-dots,
.prod-related-container .keen-slider__dots,
.prod-related-container .slider-dots,
.prod-related-container .prod-list-dots,
.prod-related-container [class*="dot"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* PRODUTOS RELACIONADOS - POSICIONAR SETAS NAS LATERAIS DOS CARDS */
#code-list-relacionados .prod-list-holder,
.prod-related-container .prod-list-holder {
    position: relative !important;
    overflow: visible !important;
    clip-path: inset(0 -60px 0 -60px) !important;
}
/* base das setas */
#code-list-relacionados .arrow,
.prod-related-container .arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-550%) !important;
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 50 !important;
    cursor: pointer !important;
}
/* seta esquerda */
#code-list-relacionados .arrow.prev,
#code-list-relacionados .arrow.left,
#code-list-relacionados .arrow--prev,
.prod-related-container .arrow.prev,
.prod-related-container .arrow.left,
.prod-related-container .arrow--prev {
    left: -30px !important;
    right: auto !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}
/* seta direita */
#code-list-relacionados .arrow.next,
#code-list-relacionados .arrow.right,
#code-list-relacionados .arrow--next,
.prod-related-container .arrow.next,
.prod-related-container .arrow.right,
.prod-related-container .arrow--next {
    right: -30px !important;
    left: auto !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}
/* ÃšLTIMOS VISITADOS - 3 PRODUTOS + SETAS */
.ultimos-visitados-custom {
  overflow: visible !important;
  max-height: none !important;
  padding-bottom: 0 !important;
}
.ultimos-visitados-custom .prod-list-previous,
.ultimos-visitados-scroll {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-right: 0 !important;
}
.ultimos-visitados-custom .prod-list-previous::-webkit-scrollbar,
.ultimos-visitados-scroll::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.ultimos-visitados-custom .prod-list-holder {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.6rem !important;
}
.ultimos-visitados-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.5rem;
  width: 100%;
}
.ultimos-visitados-btn {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ultimos-visitados-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
}
.ultimos-visitados-btn-up::before {
  transform: rotate(-90deg);
}
.ultimos-visitados-btn-down::before {
  transform: rotate(90deg);
}
.ultimos-visitados-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
/* Banner rodapÃ© na pÃ¡gina de produto */
.product-banner-rodape-section {
  width: 100%;
  margin: 55px 0 65px;
}
.product-banner-rodape-section .container {
  width: 1180px !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}
.product-banner-rodape-section [data-wsjs-banner="rodape"] {
  display: block;
  width: 100%;
}
.product-banner-rodape-section img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
/* ================================
   AVALIAÃ‡Ã•ES DOS CLIENTES - PRODUTO
================================ */
#clients-review.clients-review {
    background: #fff !important;
    padding: 32px 0 !important;
    border-top: 1px solid #eee !important;
    font-family: inherit !important;
}
#clients-review.clients-review h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 24px !important;
}
#clients-review #clients-average-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 45px !important;
    align-items: center !important;
    padding-bottom: 28px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
/* Nota principal 4.5/5 */
#clients-review .custom-review-score {
    font-size: 58px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    color: #3b3b3b !important;
    display: inline-block !important;
}
#clients-review .custom-review-score::after {
    content: "/5";
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #555 !important;
    margin-left: 4px !important;
}
/* Texto abaixo da nota */
#clients-review .custom-average-desc {
    display: block !important;
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: #666 !important;
    font-weight: 300 !important;
    max-width: 230px !important;
}
#clients-review .custom-average-total {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
}
/* Estrelas amarelas */
#clients-review .star,
#clients-review [class*="star"],
#clients-review .rating,
#clients-review [class*="rating"] {
    color: #ffc400 !important;
}
/* Bloco das barras */
#clients-review .custom-ratings-bars-box {
    font-size: 13px !important;
    color: #777 !important;
    max-width: 365px !important;
    width: 365px !important;
    justify-self: start !important;
}
/* Deixa 5 estrelas, 4 estrelas, etc em cinza */
#clients-review .custom-ratings-bars-box span,
#clients-review .custom-ratings-bars-box small,
#clients-review .custom-ratings-bars-box b,
#clients-review .custom-ratings-bars-box strong,
#clients-review .custom-ratings-bars-box div {
    color: #777 !important;
}
/* NÃºmeros da direita com parÃªnteses e mais prÃ³ximos */
#clients-review .custom-rating-count {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #777 !important;
    background: transparent !important;
    min-width: 22px !important;
    display: inline-block !important;
    margin-left: 6px !important;
}
/* Barras mais grossas */
#clients-review .custom-ratings-bars-box progress {
    width: 230px !important;
    max-width: 230px !important;
    height: 5px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    accent-color: #ffc400 !important;
}
#clients-review .custom-ratings-bars-box progress::-webkit-progress-bar {
    background-color: #d6d6d6 !important;
    border-radius: 20px !important;
}
#clients-review .custom-ratings-bars-box progress::-webkit-progress-value {
    background-color: #ffc400 !important;
    border-radius: 20px !important;
}
#clients-review .custom-ratings-bars-box progress::-moz-progress-bar {
    background-color: #ffc400 !important;
    border-radius: 20px !important;
}
/* Caso as barras sejam feitas com div/span */
#clients-review .custom-ratings-bars-box [class*="bar"],
#clients-review .custom-ratings-bars-box [class*="progress"] {
    max-width: 230px !important;
    height: 5px !important;
    border-radius: 20px !important;
}
#clients-review .custom-ratings-bars-box [class*="bar"] > span,
#clients-review .custom-ratings-bars-box [class*="bar"] > div,
#clients-review .custom-ratings-bars-box [class*="progress"] > span,
#clients-review .custom-ratings-bars-box [class*="progress"] > div {
    background-color: #ffc400 !important;
    height: 5px !important;
    border-radius: 20px !important;
}
/* Ordenar por */
#clients-review #clients-review-filter {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 0 22px !important;
    justify-content: flex-start !important;
}
#clients-review #clients-review-filter select {
    height: 42px !important;
    min-width: 150px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    background: #fff !important;
    color: #555 !important;
}
/* Lista de avaliaÃ§Ãµes */
#clients-review #clients-review-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-height: 430px !important;
    overflow-y: auto !important;
    padding-right: 14px !important;
}
#clients-review #clients-review-container > div {
    background: #f7f7f7 !important;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    padding: 18px 20px !important;
    box-shadow: none !important;
}
#clients-review #clients-review-container p {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.45 !important;
    margin: 8px 0 0 !important;
}
/* Scroll da lista */
#clients-review #clients-review-container::-webkit-scrollbar {
    width: 4px !important;
}
#clients-review #clients-review-container::-webkit-scrollbar-track {
    background: #e0e0e0 !important;
}
#clients-review #clients-review-container::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 10px !important;
}
@media (max-width: 768px) {
    #clients-review #clients-average-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    #clients-review .custom-review-score {
        font-size: 46px !important;
    }
    #clients-review #clients-review-container {
        max-height: 360px !important;
    }
}
/* Estrelas acima do tÃ­tulo na pÃ¡gina do produto */
.estrelas-acima-titulo-produto {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
}
.estrelas-acima-titulo-produto #link-to-reviews {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-decoration: none !important;
}
.estrelas-acima-titulo-produto #stars-in-prod-desc {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}
.estrelas-acima-titulo-produto svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
}
.estrelas-acima-titulo-produto #stars-in-prod-desc-qnty {
  margin: 0 !important;
  font-size: 12px !important;
  color: #777 !important;
  line-height: 1 !important;
}
/* Remove totalmente o formato padrÃ£o da seta */
span.arrow.arrow--next.icon-ws,
span.arrow.arrow--prev.icon-ws {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 1 !important;
  color: transparent !important;
  clip-path: circle(50% at 50% 50%) !important;
  -webkit-clip-path: circle(50% at 50% 50%) !important;
}
/* SOMENTE NA PÃGINA DO PRODUTO */
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws,
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 1 !important;
  color: transparent !important;
  clip-path: circle(50% at 50% 50%) !important;
  -webkit-clip-path: circle(50% at 50% 50%) !important;
}
/* Remove o desenho antigo do icon-ws */
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::before,
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::after,
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::before,
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::after {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 16.067px !important;
  height: 12.813px !important;
  position: static !important;
  transform: none !important;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 1 !important;
  color: transparent !important;
}
/* Seta para direita */
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::after {
  content: "â†’" !important;
}
/* Seta para esquerda */
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::after {
  content: "â†" !important;
}
/* PÃ¡gina de produto reconhecida pelo JS */
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::before,
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::after,
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::before,
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::after {
  width: 16.067px !important;
  height: 12.813px !important;
  font-family: inherit !important;
  font-size: 0 !important;
  color: transparent !important;
}
body.pagina-produto-detalhe span.arrow.arrow--next.icon-ws::after {
  content: "" !important;
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16.067px 12.813px !important;
  position: relative !important;
  left: -5px !important;
}
body.pagina-produto-detalhe span.arrow.arrow--prev.icon-ws::after {
  content: "" !important;
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.067' height='12.813' viewBox='0 0 16.067 12.813'%3E%3Cpath d='M1692 953.346h14.256m0 0L1700.91 948m5.346 5.346-5.346 5.346' transform='translate(-1691.25 -946.939)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16.067px 12.813px !important;
  position: relative !important;
  left: -6px !important;
  transform: rotate(180deg) !important;
}
body.pagina-produto-detalhe .prod-related-movido-final {
  width: 100% !important;
  clear: both !important;
  margin-top: 40px !important;
}
/* Accordion da descriÃ§Ã£o */
.product-description-accordion {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.product-description-accordion__item {
  width: 100% !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
}
.product-description-accordion__summary {
  cursor: pointer !important;
  padding: 16px 18px !important;
  font-weight: 600 !important;
  color: #222 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.product-description-accordion__summary::-webkit-details-marker {
  display: none !important;
}
.product-description-accordion__summary::after {
  content: "+" !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}
.product-description-accordion__item[open] .product-description-accordion__summary::after {
  content: "-" !important;
}
.product-description-accordion__answer {
  padding: 0 18px 18px 18px !important;
  color: #555 !important;
  line-height: 1.6 !important;
}
/* Produtos relacionados no final da pÃ¡gina de produto */
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final {
  width: 100% !important;
  max-width: 1440px !important;
  clear: both !important;
  margin: 45px auto 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  display: block !important;
}
/* Centraliza o conteÃºdo dos relacionados */
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final .container,
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final .prod-list,
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final .prod-list-holder {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Garante que o tÃ­tulo fique centralizado */
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final .prod-list-titles,
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final h2,
body.pagina-produto-detalhe .prod-related-container.prod-related-movido-final .prod-list-titles-title {
  text-align: center !important;
}
/* Move o + do accordion mais para a esquerda */
.product-description-accordion__summary::after {
  right: 14px !important;
}
/* Accordion da descriÃ§Ã£o igual ao modelo com linhas, sem caixotes */
.product-description-accordion {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin-top: 32px !important;
  border-top: 1px solid #dcdcdc !important;
}
/* Remove o retÃ¢ngulo de cada item */
.product-description-accordion__item {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  border-bottom: 1px solid #dcdcdc !important;
  transition: background-color .28s ease, transform .28s ease, box-shadow .28s ease !important;
}
/* TÃ­tulo da aba */
.product-description-accordion__summary {
  padding: 18px 0 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  list-style: none !important;
  cursor: pointer !important;
}
/* Remove marcador padrÃ£o */
.product-description-accordion__summary::-webkit-details-marker {
  display: none !important;
}
/* Ãcone + / - na direita */
.product-description-accordion__summary::after {
  content: "+" !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #222 !important;
  line-height: 1 !important;
  position: static !important;
  transform: none !important;
  margin-left: auto !important;
}
/* Quando aberto vira - */
.product-description-accordion__item[open] .product-description-accordion__summary::after {
  content: "-" !important;
}
/* ConteÃºdo aberto */
.product-description-accordion__answer {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  height: 0;
  opacity: 0;
  overflow: hidden !important;
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease !important;
  will-change: height, opacity !important;
}
.product-description-accordion__item[open] .product-description-accordion__answer {
  opacity: 1;
}
.product-description-accordion__answer > * {
  padding-bottom: 22px;
  transform: none !important;
  transition: none !important;
}
.product-description-accordion__answer > *:last-child,
.product-description-accordion__answer p:last-child,
.product-description-accordion__answer ul:last-child,
.product-description-accordion__answer ol:last-child,
.product-description-accordion__answer div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 22px !important;
}
/* Linha acima do bloco CaracterÃ­sticas */
#prod-description-block .prod-features-container,
.prod-features-container {
  border-top: 1px solid #dcdcdc !important;
  padding-top: 22px !important;
}
/* TÃ­tulo dos itens do accordion com 14px e fonte normal */
.product-description-accordion__summary {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.prod-buttons-container .button-main {
  height: 5rem !important;
  min-height: 5rem !important;
}
/* DistÃ¢ncia entre o tÃ­tulo "Ãšltimos visitados" e os produtos */
.prod-last-custom .prod-list-titles {
  margin-bottom: 30px !important;
}
.prod-last-custom .prod-list-titles + div[data-wsjs-slide] {
  margin-top: 0 !important;
}
.linha-preco-com-desconto {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.linha-preco-com-desconto [data-wsjs-product="priceCash"] {
  display: inline-flex !important;
  align-items: center !important;
}
.linha-preco-com-desconto [data-wsjs-product="tagDescount"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1E3367 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 5px 8px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.preco-normal-riscado {
  display: block !important;
  color: #777 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
  margin-bottom: 4px !important;
  order: 1 !important;
}
.prod-showcase-price,
.prod-showcase-price-sell {
  display: none !important;
}
.prod-showcase-price-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.prod-showcase-avista {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  order: 2 !important;
}
.prod-showcase-parcela {
  order: 3 !important;
}
.prod-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.linha-preco-pix-produto {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
}
.linha-preco-pix-produto [data-wsjs-product="priceCash"] {
  display: inline-flex;
  width: auto;
  margin: 0;
  order: 1;
}
.tag-no-pix-produto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d2f67;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  order: 2;
}
.product-description-accordion__answer > *:last-child,
.product-description-accordion__answer p:last-child,
.product-description-accordion__answer ul:last-child,
.product-description-accordion__answer ol:last-child,
.product-description-accordion__answer div:last-child {
    padding-bottom: 0 !important;
}
.prod-quantity {
  border-radius: 10px !important;
  overflow: hidden !important;
}
.prod-code-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
}
.prod-code-container button[id^="prod-favorite-link"],
.prod-code-container button[data-wsjs-product="buttonFavorite"] {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}
.prod-code-container button[id^="prod-favorite-link"] svg,
.prod-code-container button[data-wsjs-product="buttonFavorite"] svg {
  width: 18px !important;
  height: 18px !important;
}
/* Descer conteúdo das condições */
.condicoes-loja .condicao-item {
  transform: translateY(4px) !important;
}
/* Centralizar bloco de categoria vazia */
.prod-list-empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  min-height: 220px !important;
  padding: 40px 20px !important;
}
.prod-list-empty h2,
.prod-list-empty p {
  text-align: center !important;
  width: 100% !important;
}
.prod-list-empty .button-third {
  margin: 20px auto 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Título Avaliações da loja no mesmo modelo do FAQ */
section[data-wsjs-sectype="reviews"] h2 {
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin: 0 0 0px 0 !important;
  position: relative !important;
  font-family: 'Work Sans', Arial, sans-serif !important;
}
section[data-wsjs-sectype="reviews"] h2::after {
  content: "" !important;
  width: 70px !important;
  height: 5px !important;
  background: #222 !important;
  border-radius: 10px !important;
  display: block !important;
  margin: 14px auto 0 !important;
}
/* Espaçamento entre avaliações da loja e rodapé */
section[data-wsjs-sectype="reviews"] {
  padding-bottom: 100px !important;
  margin-bottom: 0 !important;
}
/* Fundo branco somente no bloco de categoria sem produtos */
.category-search-list .prod-list-empty {
  background-color: #fff !important;
}
/* Botão da categoria vazia */
.category-search-list .prod-list-empty .button-third {
  background-color: #1E3367 !important;
  color: #fff !important;
  border-color: #1E3367 !important;
}
.category-search-list .prod-list-empty .button-third:hover {
  background-color: #16264d !important;
  color: #fff !important;
  border-color: #16264d !important;
}
/* Título Ofertas especiais - padrão do layout */
section[data-wsjs-sectype="prodList"] .titulo-ofertas-especiais {
  color: #222222 !important;
  font-family: "Work Sans", Arial, sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 34px !important;
  margin: 0 0 3.3rem !important;
  position: relative !important;
  text-align: center !important;
}
section[data-wsjs-sectype="prodList"] .titulo-ofertas-especiais::after {
  
    width: 70px !important;
    height: 0px !important;
   
    border-radius: 10px !important;
    display: block !important;
    margin: 14px auto 0 !important;
}
/* Título da categoria em páginas vazias */
.category-search-list:has(.prod-list-empty) .titulo-categoria-vazia {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  color: #222222 !important;
  font-family: 'Work Sans', Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 34px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin: 30px auto 35px auto !important;
  padding: 0 !important;
}
.category-search-list:has(.prod-list-empty) .titulo-categoria-vazia::after {
  content: "" !important;
  display: block !important;
  width: 70px !important;
  height: 5px !important;
  background: #222222 !important;
  border-radius: 999px !important;
  margin: 16px auto 0 auto !important;
}
/* Ajustar nome dos produtos sem reticências */
.prod-showcase-info-name p {
  display: block !important;
  max-width: 210px !important;
  line-height: 20px !important;
  height: auto !important;
  max-height: 80px !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  -webkit-line-clamp: unset !important;
}
.prod-showcase-info-name {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
/* Produtos relacionados - nome do produto padrão da home */
#code-list-relacionados .prod-showcase-info-name,
#code-list-relacionados .prod-showcase-info-name p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  height: auto !important;
  min-height: calc(2 * 1.2 * 14px) !important;
  max-height: calc(2 * 1.2 * 14px) !important;
  line-height: 1.2 !important;
  overflow: hidden !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222 !important;
}
/* Corrigir exibição da meia estrela no produto */
#stars-in-prod-desc,
#stars-in-prod-desc .half-star,
#stars-in-prod-desc .half-star svg {
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#stars-in-prod-desc .half-star {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15px !important;
  height: 15px !important;
}
#stars-in-prod-desc .half-star svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
}
/* Footer do carrinho */
#ws-carrinhoNovo footer,
#ws-carrinhoNovo footer > div,
#ws-carrinhoNovo footer .container {
  background-color: #E5E5E5 !important;
  border-color: #E5E5E5 !important;
}
#ws-carrinhoNovo footer,
#ws-carrinhoNovo footer *,
#ws-carrinhoNovo footer h3,
#ws-carrinhoNovo footer p,
#ws-carrinhoNovo footer span,
#ws-carrinhoNovo footer a,
#ws-carrinhoNovo footer li {
  color: #222222 !important;
}
/* Corrigir página de busca: não mostrar título/descrição de categoria */
.category-search-list:has(.searchResults-container) .custom-breadcrumb,
.category-search-list:has(.searchResults-container) #banner-category_description,
.category-search-list:has(.searchResults-container) .titulo-categoria-vazia {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.category-search-list:has(.searchResults-container) .custom-filters-container {
  padding: 0 !important;
  margin: 0 auto !important;
}
.category-search-list .aba-lateral-conteudo {
  transform: translateX(100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#aba-lateral-input:checked ~ .aba-lateral-conteudo,
.category-search-list .aba-lateral-conteudo[style*="translateX(0"] {
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
/* Ajuste preço + selo PIX na página do produto */
body#BodyPage .linha-preco-pix-produto,
.pagina-produto-detalhe .linha-preco-pix-produto {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: -1px;
}
/* Cor do preço sem mexer no tamanho */
body#BodyPage .linha-preco-pix-produto [data-wsjs-product="priceCash"],
body#BodyPage .linha-preco-pix-produto span[data-wsjs-force="load"],
.pagina-produto-detalhe .linha-preco-pix-produto [data-wsjs-product="priceCash"],
.pagina-produto-detalhe .linha-preco-pix-produto span[data-wsjs-force="load"] {
  color: #2a2a2a;
}
/* Selo -10% NO PIX menor */
body#BodyPage .tag-no-pix-produto,
.pagina-produto-detalhe .tag-no-pix-produto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff5200;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 11px;
  height: 26px;
  min-height: 26px;
  min-width: unset;
  border-radius: 6px;
  white-space: nowrap;
  box-sizing: border-box;
}
body#BodyPage .tag-no-pix-produto:empty,
.pagina-produto-detalhe .tag-no-pix-produto:empty {
  display: none;
}
/* Limita apenas a área geral do bloco */
section[data-wsjs-sectype="condicoes"] {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
/* Remove interferência do container interno */
section[data-wsjs-sectype="condicoes"] > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Esse é o bloco cinza que cobre os itens */
section[data-wsjs-sectype="condicoes"] .condicoes-loja {
  width: 100%;
  min-height: 100px;
  background: #f5f5f5;
  border-radius: 12px;
  box-sizing: border-box;
}
