
.comparison-table[data-v-7788c3fe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.comparison-table__content[data-v-7788c3fe] {
  padding: 12px;
  border-radius: 10px;
  background-color: #FFF;
}


/* Quantidade */
.quantidadeProdutoSeletores[data-v-2465536b] {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.quantidadeProduto-btn svg[data-v-2465536b] {
  width: 12px;
}
.quantidadeProduto-label[data-v-2465536b] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-quantidadeProduto[data-v-2465536b] {
  display: flex;
  width: 100px;
  height: 50px;
  border: 1px solid #D8D8D8;
}
.quantidadeProduto-btn[data-v-2465536b] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
}
.quantidadeProduto-btnDisable[data-v-2465536b] {
  opacity: .4;
  cursor: default;
}
.quantidadeProduto input[data-v-2465536b] {
  width: 46px;
  border: none;
  padding: 4px;
  color: #545454;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

/* ==================================================================== */


.sliderProd-imgPrincipal-preload[data-v-80e81fa0] {
  position: relative;
  width: 100%;
  aspect-ratio: 292 / 292;
  background-color: #e6e6e6;
  cursor: progress;
}
@media (min-width: 1024px) {
.sliderProd-imgPrincipal-preload[data-v-80e81fa0] {
    aspect-ratio: 427 / 427;
}
}
.sliderProd-imgMiniaturas[data-v-80e81fa0] {
  display: none;
}
.sliderProd-imgPrincipal[data-v-80e81fa0]{
  position: relative;
}
.sliderProd-imgPrincipal-containerVideo[data-v-80e81fa0] {
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  min-width: 292px;
  min-height: 292px;
}
.sliderProd-imgPrincipal-containerVideo iframe[data-v-80e81fa0] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sliderProd-imgPrincipal-containerVideo iframe *[data-v-80e81fa0] {
  -webkit-user-drag: none;
}
.sliderProd-imgPrincipal-containerImg[data-v-80e81fa0] {
  position: relative;
}
.thumbVideo-preload[data-v-80e81fa0] {
  min-height: 297px;
}
@media (min-width: 1024px) {
.sliderProd-imgPrincipal-containerVideo[data-v-80e81fa0] {
    min-width: 427px;
    min-height: 427px;
}
.thumbVideo-preload[data-v-80e81fa0] {
    min-height: 427px;
}
}

/** ESTILOS THUMB VIDEO **/
.thumbVideo[data-v-80e81fa0] {
  position: relative;
  border: 1px solid transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.thumbVideo-iconePlay[data-v-80e81fa0] {
  position: absolute;
}
.thumbVideo-img[data-v-80e81fa0] {
  display: block;
}
.sliderProd-imgPrincipal-wrapperImg[data-v-80e81fa0] {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 420px; */
}
.sliderProd-imgPrincipal-desconto[data-v-80e81fa0] {
  height: 30px;
  width: 100%;
  background-color: #797F7E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}

/*************************/
@media (min-width: 950px) {
.sliderProd[data-v-80e81fa0] {
    display: flex;
    align-items: center;
}
.sliderProd-imgPrincipal[data-v-80e81fa0] {
    width: calc(80% - 20px);
}
.sliderProd-imgMiniaturas[data-v-80e81fa0] {
    flex-shrink: 0;
    display: block;
    width: 22.38%;
    max-width: 62px;
    margin-right: 20px;
    align-self: flex-start;
    overflow: hidden;
}
.sliderProd-imgMiniaturas-container[data-v-80e81fa0] {
    overflow: hidden;
    max-height: var(--heightThumbTrack);
    position: relative;
}
.sliderProd-imgMiniaturas-container-qtdMore[data-v-80e81fa0] {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 32px;
    width: 32px;
    background-color: #464646;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.sliderProd-imgMiniaturas-deskTrack[data-v-80e81fa0] {
    display: flex;
    flex-direction: column;
    transition: 300ms ease-in-out;
}
.sliderProd-imgMiniaturas-containerImg[data-v-80e81fa0] {
    border: 1px solid transparent;
    cursor: pointer;
    height: 62px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderProd-imgMiniaturas-containerImg[data-v-80e81fa0] {
    margin-bottom: 16px;
}
.sliderProd-imgMiniaturas-containerImg[data-v-80e81fa0]:nth-child(5n) {
    margin-bottom: 0;
}
.slideProd-imgMiniaturas-containerImgActive[data-v-80e81fa0] {
    border: 1px solid #757575;
}
.sliderProd-imgMiniaturas-containerImg img[data-v-80e81fa0] {
    display: block;
}
.sliderProd-imgMiniaturas-maisFotos[data-v-80e81fa0]{
    margin-top: 16px;
}
.sliderProd-imgMiniaturas-maisFotos[data-v-80e81fa0]:first-child {
    margin-bottom: 16px;
    margin-top: 0;
}
.sliderProd-imgMiniaturas-maisFotos[data-v-80e81fa0] {
    transition: 200ms;
}
.sliderProd-imgMiniaturas-maisFotos-p[data-v-80e81fa0] {
    font-size: 12px;
    color: #5d5d5d;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
.sliderProd-imgPrincipal[data-v-80e81fa0] {
    max-width: calc(100% - 150px);
}
.sliderProd-imgPrincipal-containerImg[data-v-80e81fa0] {
    cursor: pointer;
}
.hideOpacity[data-v-80e81fa0] {
    opacity: 0;
    pointer-events: none;
}
.disabledArrow[data-v-80e81fa0] {
    opacity: .5;
}
.disabledArrow .sliderProd-imgMiniaturas-maisFotos-p[data-v-80e81fa0]{
    cursor: not-allowed;
}
}


div.sliderProd .slick-slider {
  padding: 0 14px 15px;
}
div.sliderProd .sliderProd-thumbsMobile {
  overflow: hidden;
}
div.sliderProd .sliderProd-thumbsMobile .slick-slider {
  padding: 0 38px 0 0;
}
div.sliderProd .sliderProd-thumbsMobile .slick-list {
  overflow: unset;
}
div.sliderProd .custom-arrow {
  width: auto;
  height: auto;
  z-index: 8;
  color: #000;
  font-size: unset;
}
div.sliderProd .custom-arrow.slick-prev {
  left: 0;
}
div.sliderProd .custom-arrow.slick-next {
  right: 0;
}
div.sliderProd .custom-arrow::before {
  content: none;
}
div.sliderProd .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
div.sliderProd .slick-dots button::before {
  content: none;
}
#compDetalheProd div.sliderProd .slick-dots li {
  padding: 5px 8px;
  height: 100%;
  max-width: fit-content;
  margin: 0;
}
#compDetalheProd div.sliderProd .slick-dots li button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
}

/* #compDetalheProd div.sliderProd .slick-dots li:last-child {
  width: 5px;
  height: 5px;
}
#compDetalheProd div.sliderProd .slick-dots li:nth-last-child(2) {
  width: 7px;
  height: 7px;
} */
div.sliderProd .slick-dots li:not(.slick-active) button{
  background-color: #D9D9D9;
}
div.sliderProd .slick-dots li.slick-active button{
  background-color:#202020;
}
.compDetalheProd-detalheProduto-topo-textosImgs-imgs div.sliderProd .slick-dots li:not(.slick-active),
.compDetalheProd-detalheProduto-topo-textosImgs-imgs div.sliderProd .slick-dots li.slick-active {
  background-color: unset;
}
div.sliderProd .slick-dots button {
  padding: 0;
  width: 100%;
  height: 100%;
}
/* Selos */
.selos {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: fit-content;
  width: 100%;
}
.selos-seloText {
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1.4;
}
.selos-selo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.seloPosX-right {
  justify-content: flex-end;
}
.seloPosX-center {
  justify-content: center;
}
.seloPosX-left {
  justify-content: flex-start;
}
.seloPosY-top {
  align-items: flex-start;
}
.seloPosY-bottom {
  align-items: flex-end;
}
.seloPosY-middle {
  align-items: center;
}
@media (max-width: 757px) {
.selos {
    margin-bottom: 0;
}
}
@media (min-width: 950px) {
div.sliderProd .slick-slider {
    padding: 0 0 15px;
}
}
@media (max-width: 1023px) {
.sliderProd-imgMiniaturas-containerImg {
    max-width: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}
div.sliderProd .sliderProd-thumbsMobile {
    display: none;
}
div.sliderProd .sliderProd-thumbsMobile .slick-track {
    display: flex;
    align-items: center;
}
.qtdSlideMob {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 3;
    background-color: #E0E0E0;
    font-size: 11px;
    color: rgba(0, 0, 0, .87);
    padding: 3px 6px;
}
}


.detalheProduto-parcelamentos[data-v-ee9e591a] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 53px 39px;
}
.detalheProduto-parcelamentos-containerParcelamento[data-v-ee9e591a] {
  position: relative;
  padding: 20px;
  width: 100%;
  max-width: 461px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  max-height: 100%;
  overflow-y: auto;
}
.detalheProduto-parcelamentos-containerParcelamento-fechar[data-v-ee9e591a] {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.detalheProduto-parcelamentos-containerParcelamento-fechar-p[data-v-ee9e591a] {
  margin-right: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #535353;
}
.detalheProduto-parcelamentos-containerParcelamento-topo-title[data-v-ee9e591a] {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #535353;
  text-transform: uppercase;
}
.detalheProduto-parcelamentos-containerParcelamento-parcelas[data-v-ee9e591a] {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}
.detalheProduto-parcelamentos-containerParcelamento-parcela[data-v-ee9e591a] {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #6b6a6b;
}
.detalheProduto-parcelamentos-containerParcelamento-parcela[data-v-ee9e591a]:nth-child(even) {
  background-color: #f8f9fa;
}
@media (min-width: 950px) {
.detalheProduto-parcelamentos-containerParcelamento[data-v-ee9e591a] {
    max-width: 500px;
}
.detalheProduto-parcelamentos-containerParcelamento-parcelas[data-v-ee9e591a] {
    column-count: 2;
    gap: 0;
}
}

.pricing-schedule[data-v-faae5192] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: #13556B;
  border-radius: 4px;
}
.pricing-schedule__title-container[data-v-faae5192] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pricing-schedule__title[data-v-faae5192] {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
.pricing-schedule__timer[data-v-faae5192] {
  display: flex;
  gap: 11.5px;
  align-items: flex-start;
}
.pricing-schedule__timer-item[data-v-faae5192] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pricing-schedule__timer-number[data-v-faae5192] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 39px;
  height: 38px;
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 8px;

  font-size: 18px;
  font-weight: 700;
  color: #7DD0FF;
}
.pricing-schedule__timer-line[data-v-faae5192] {
  display: flex;
  align-items: center;
  height: 37px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #B8B8B8;
}
.pricing-schedule__timer-label[data-v-faae5192] {
  font-size: 10px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

#compDetalheProd[data-v-e4085f2c] {
  display: flex;
  gap: 120px
}
@media (max-width: 1024px) {
#compDetalheProd[data-v-e4085f2c] {
    gap: 0px;
    flex-direction: column;
}
}
.btExtra[data-v-e4085f2c] {
  font-size: 12px;
  margin-top: -13px;
  margin-bottom: 24px;
  display: flex;
  text-decoration: underline;
  padding: 0;
}
/* IMAGEM PROD */
.compDetalheProd-detalheProduto-topo-textosImgs[data-v-e4085f2c] {
  display: flex;
}
.compDetalheProd-detalheProduto-topo-textosImgs-imgs[data-v-e4085f2c] {
  margin-bottom: 64px;
  width: 100%;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-titleFavoritos[data-v-e4085f2c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-title[data-v-e4085f2c] {
  flex: 1 0;
  margin-bottom: 6px;
  margin-top: 32px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-estrelasMarca[data-v-e4085f2c] {
  display: flex;
  justify-content: space-between;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-descricaoCurtaDesktop[data-v-e4085f2c] {
  display: block;
  margin-bottom: 32px;
}
/* .compDetalheProd-detalheProduto-topo-textosImgs-textos-descricaoCurta-p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
} */
@media screen and (min-width: 650px) and (max-width: 950px) {
.compDetalheProd-estadosProduto-disponivelFlutuante[data-v-e4085f2c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-btnComprar[data-v-e4085f2c]{
    max-width: 100%;
    height: 45px;
    border-radius: 30px;
    margin-right: 20px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante .compDetalheProd-estadosProduto-disponivelFlutuante-row[data-v-e4085f2c]  {
    padding: 2px 16px 0 16px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-img[data-v-e4085f2c] {
    display: none;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-row .compDetalheProd-estadosProduto-disponivelFlutuante-name[data-v-e4085f2c]{
    min-width: 300px;
    width: 100%;
    font-size: 16px;
    margin-left: 0;
}
.compDetalheProd-estadosProduto-disponivelFlutuante .compDetalheProd-estadosProduto-disponivelFlutuante-precoVista[data-v-e4085f2c] {
    font-size: 14px;
    font-weight: 500;
}
.compDetalheProd-estadosProduto-disponivelFlutuante .compDetalheProd-estadosProduto-disponivelFlutuante-precoParcelamento[data-v-e4085f2c] {
    margin-bottom: 2px;
}
}
@media (min-width: 950px) {
.compDetalheProd-estadosProduto[data-v-e4085f2c] {
    width: 100%;
    max-width: 536px;
}
.estadosProduto.estadosProduto-indisponivel[data-v-e4085f2c] {
    margin-top: 25px;
}
.compDetalheProd-detalheProduto-topo-textosImgs[data-v-e4085f2c] {
    display: flex;
    max-width: calc(100% - 568px);
    width: 100%;
}
.compDetalheProd-detalheProduto-topo-textosImgs-imgs[data-v-e4085f2c] {
    margin: 0 20px 0 0;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos[data-v-e4085f2c] {
    max-width: 240px;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-topo[data-v-e4085f2c] {
    margin-bottom: 20px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto[data-v-e4085f2c] {
    flex: 1 0;
    max-width: 346px;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-orcamento[data-v-e4085f2c] {
    display: block;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-descricaoCurta-ancora[data-v-e4085f2c] {
    color: #53a3ff;
    cursor: pointer;
    text-decoration: underline;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-orcamento[data-v-e4085f2c] {
    padding: 10px;
    background-color: #f7f7f7;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-orcamento-p[data-v-e4085f2c] {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #535353;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-orcamento-btn[data-v-e4085f2c] {
    width: 100%;
    height: 30px;
    background-color: #757575;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
}
@media (max-width: 1024px) {
.compDetalheProd-detalheProduto-topo-textosImgs[data-v-e4085f2c] {
    flex-direction: column;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-topo[data-v-e4085f2c] {
    margin-bottom: 10px;
}
.compDetalheProd-detalheProduto-topo-textosImgs-imgs[data-v-e4085f2c] {
    margin-bottom: 16px;
}
}

/* ======================================================= */

/* Box sku e avaliação */
.compDetalheProd-avaliacaoSkuContainer[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* ======================================================= */

/* Avaliação */
.compDetalheProd-avaliacaoContainer[data-v-e4085f2c] {
  display: flex;
  align-items: center;
}
.compDetalheProd-avaliacao[data-v-e4085f2c] {
  background-image: url(/_nuxt/img/star.0e1b37d.svg);
  height: 11px;
  width: 60px;
}
.compDetalheProd-avaliacao-amarela[data-v-e4085f2c] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTUuNjc0NiAwLjI2ODU1NUw3LjQwOTE0IDMuNzM3MjJMMTEuMzQ5MiA0LjI2NDc2TDguNDgxNjQgNi45MzU5M0w5LjE4MTUxIDEwLjczMDVMNS42NzQ2IDguOTEyMjZMMi4xNjcyMyAxMC43MzA1TDIuODY3NTcgNi45MzU5M0wwIDQuMjY0NzZMMy45NDAwNyAzLjczNzIyTDUuNjc0NiAwLjI2ODU1NVoiIGZpbGw9IiNENDg0OUYiLz4NCjwvc3ZnPg0K);
  height: 100%;
  width: 0;
  background-color: #fff;
}
.compDetalheProd-avaliacaoContainer span[data-v-e4085f2c]{
  font-size: 12px;
  color: #666666;
  margin-left: 2.5px;
  line-height: 1;
}
/* ======================================================== */

/* SKU */
.compDetalheProd-skuContainer[data-v-e4085f2c] {
  font-size: 10px;
  color: #797F7E;
}
/* ======================================================== */
@media (min-width: 950px) {
  /** ESTILOS SELECT **/
div.compDetalheProd-detalheProduto-topo-estadosProduto-atributosSimples
    .select-current[data-v-e4085f2c] {
    justify-content: space-between;
    padding: 5px 5.2px 5px 11px;
    height: 30px;
}
  /********************/
}
/** ESTILOS DISPONIVEL FLUTUANTE **/
.compDetalheProd-estadosProduto-disponivelFlutuante[data-v-e4085f2c] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  /* padding: 10px 16px 16px; */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -3px 4px 0px #0000001A;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-row[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  padding: 10px 16px 0 16px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-img img[data-v-e4085f2c] {
  max-width: 72px;
  height: auto;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-name[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-left: 16px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-precoDe[data-v-e4085f2c] {
  margin-bottom: 1px;
  padding: 10px 16px 0 16px;
  font-size: 12px;
  color: #a3a3a3;
  text-decoration: line-through;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-precoVista[data-v-e4085f2c] {
  font-family: Roboto;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #535353;
  padding: 0 16px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-precoDesconto[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #202020;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-precoDesconto span[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #3BA23F;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-precoParcelamento[data-v-e4085f2c] {
  margin-bottom: 12px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545454;
  padding: 0 16px;
}
/* #compDetalheProd .compDetalheProd-estadosProduto-disponivelFlutuante-precoParcelamento b {
  font-weight: 400 !important;
} */
.compDetalheProd-estadosProduto-disponivelFlutuante-btnComprar[data-v-e4085f2c] {
  padding-top: 16px;
  padding-bottom: 28px;
  width: 100%;
  /* height: 60px; */
  background-color:#6BB4DD;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.compDetalheProd-estadosProduto-disponivelFlutuante-btnComprar img[data-v-e4085f2c] {
  margin-left: 11px;
}
@media (min-width: 950px) {
.compDetalheProd-estadosProduto-disponivelFlutuante[data-v-e4085f2c] {
    display: none;
}
}
/**********************************/
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form
  button.btnAviseMeLoading[data-v-e4085f2c] {
  opacity: 0.3;
  cursor: default;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form
  input.inputInvalido[data-v-e4085f2c] {
  border-color: red;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-topo-attrs[data-v-e4085f2c] {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-topo-attrs > *[data-v-e4085f2c] {
  width: calc(50% - 5px);
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos[data-v-e4085f2c] {
  margin-bottom: 32px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-de[data-v-e4085f2c] {
  margin-bottom: 1px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #545454;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-de span[data-v-e4085f2c] {
  text-decoration: line-through;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-vista[data-v-e4085f2c] {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #202020;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-vista-por[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-desconto[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #237425;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-desconto span[data-v-e4085f2c] {
  font-weight: bold;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-parcelamento[data-v-e4085f2c] {
  font-size: 13px;
  color: rgba(0, 0, 0, .60);
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-parcelasBox[data-v-e4085f2c] {
  display: flex;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-verParcelas[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #477B98;
  text-decoration: underline;
  padding: 0;
  margin-left: 16px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-comprar[data-v-e4085f2c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  max-width: 100%;
  border-radius: 50px;
  height: 50px;
  background-color: #6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
  /* margin-left: 20px; */
}
.btnCheckout[data-v-e4085f2c] {
  margin-top: 20px;
  margin-left: 0px;
}
.error[data-v-e4085f2c] {
  border: 1px solid red;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-comprar.comprarDisabled[data-v-e4085f2c],
.compDetalheProd-estadosProduto-disponivelFlutuante-btnComprar.comprarDisabled[data-v-e4085f2c] {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-comprar img[data-v-e4085f2c] {
  margin-left: 17px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-wrapperQuantidadeProduto[data-v-e4085f2c] {
  display: block;
  margin-bottom: 32px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-quantidadeProduto-p[data-v-e4085f2c] {
  margin-bottom: 7.3px;
  font-size: 12px;
  color: rgba(0, 0, 0, .87);
}

/** ESTILOS INDISPONIVEL **/
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-title[data-v-e4085f2c] {
  margin-bottom: 8px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #202020;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-p[data-v-e4085f2c] {
  margin-bottom: 25px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545454;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form-campoNome[data-v-e4085f2c] {
  margin-bottom: 15px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form-campoEmail[data-v-e4085f2c] {
  margin-bottom: 20px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form label[data-v-e4085f2c],
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form input[data-v-e4085f2c] {
  display: block;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form label[data-v-e4085f2c] {
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #202020;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form input[data-v-e4085f2c] {
  padding: 8px 10px;
  width: 100%;
  max-width: 286px;
  height: 40px;
  border: 1px solid #DADADA;
  font-size: 11px;
  color: #535353;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form
  input[data-v-e4085f2c]::placeholder {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

  color: #54545480;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-indisponivel-form button[data-v-e4085f2c] {
  width: 100%;
  max-width: 310px;
  height: 50px;
  background-color: #6BB4DD;
  border-radius: 30px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 950px) {
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel[data-v-e4085f2c] {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #e4e4e4;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-topo[data-v-e4085f2c] {
    display: block;
    margin-bottom: 25px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-frete[data-v-e4085f2c] {
    padding: 20px;
    margin-bottom: 0;
}
}
@media (min-width: 1280px) {
.compDetalheProd-detalheProduto-topo-estadosProduto-atributosSimples[data-v-e4085f2c] {
    margin-bottom: 0px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-precos-verParcelas[data-v-e4085f2c] {
    cursor: pointer;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-frete-form-inputs #input1[data-v-e4085f2c],
  .compDetalheProd-detalheProduto-topo-estadosProduto-frete-form-inputs #input2[data-v-e4085f2c],
  .compDetalheProd-detalheProduto-topo-estadosProduto-frete-form button[data-v-e4085f2c] {
    height: 30px;
}
}
.compDetalheProd-sobConsulta-t1[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
  color: #000000DE;
}
.compDetalheProd-sobConsulta-t2[data-v-e4085f2c] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 24px;
  color: #00000099;
}
.compDetalheProd-sobConsulta button[data-v-e4085f2c] {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #1D1D1B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.popSobConsultaContainer[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .5);
  width: 100vw;
  height: 100vh;
  padding: 0 15px;
}
.popSobConsultaContainer-box[data-v-e4085f2c] {
  background-color: #fff;
  padding: 40px 20px 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.popSobConsultaContainer-box-close[data-v-e4085f2c] {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popSobConsultaContainer-box-t1[data-v-e4085f2c] {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, .87);
  margin-bottom: 20px;
}
.popSobConsultaContainer-box-form[data-v-e4085f2c] {
  width: 100%;
}
.popSobConsultaContainer-box-form label[data-v-e4085f2c] {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.popSobConsultaContainer-box-form-iptContainer[data-v-e4085f2c] {
  margin-bottom: 20px;
}
.popSobConsultaContainer-box-form-iptContainer input[data-v-e4085f2c] {
  border: 1px solid #e4e4e4;
  height: 40px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}
.popSobConsultaContainer-box-form-txtAreaContainer textarea[data-v-e4085f2c] {
  border: 1px solid #e4e4e4;
  height: 90px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  resize: none;
}
.popSobConsultaContainer-box-form-btEnviar[data-v-e4085f2c] {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.popSobConsultaContainer-box-form-btEnviar button[data-v-e4085f2c] {
  background-color: rgba(0, 0, 0, .87);
  color: #fff;
  height: 40px;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.popSobConsultaContainer-box-msgErro[data-v-e4085f2c] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #b10000;
  margin-bottom: 10px;
}
.popSobConsultaContainer-box-msgSucesso[data-v-e4085f2c] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #06b100;
  margin-bottom: 10px;
}
.formErro .vazio[data-v-e4085f2c] {
  border-color: #f00;
}
/* Sob Consulta New */
.sobConsultaContainer[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 15px; */
}
.sobConsultaContainer-box[data-v-e4085f2c] {
  background-color: #fff;
  /* padding: 40px 20px 20px; */
  max-width: 600px;
  width: 100%;
  position: relative;
}
.sobConsultaContainer-box-close[data-v-e4085f2c] {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sobConsultaContainer-box-t1[data-v-e4085f2c] {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, .87);
  margin-bottom: 20px;
}
.sobConsultaContainer-box-form[data-v-e4085f2c] {
  width: 100%;
}
.sobConsultaContainer-box-form label[data-v-e4085f2c] {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.sobConsultaContainer-box-form-iptContainer[data-v-e4085f2c] {
  margin-bottom: 20px;
}
.sobConsultaContainer-box-form-iptContainer input[data-v-e4085f2c] {
  border: 1px solid #DADADA;
  height: 40px;
  width: 100%;
  max-width: 286px;
  padding: 15px;
  font-size: 12px;
}
.sobConsultaContainer-box-form-iptContainer
  input[data-v-e4085f2c]::placeholder {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #54545480;
}
.sobConsultaContainer-box-form-txtAreaContainer textarea[data-v-e4085f2c] {
  border: 1px solid #DADADA;
  height: 90px;
  width: 100%;
  max-width: 286px;
  padding: 15px;
  font-size: 12px;
  resize: none;
}
.sobConsultaContainer-box-form-btEnviar[data-v-e4085f2c] {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.sobConsultaContainer-box-form-btEnviar button[data-v-e4085f2c] {
  background-color: #6BB4DD;
  color: #fff;
  height: 50px;
  width: 100%;
  max-width: 310px;
  border-radius: 30px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sobConsultaContainer-box-msgErro[data-v-e4085f2c] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #b10000;
  margin-bottom: 10px;
}
.sobConsultaContainer-box-msgSucesso[data-v-e4085f2c] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #06b100;
  margin-bottom: 10px;
}
/* Infos botão comprar */
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-infoBtComprar[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 15px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-infoBtComprar[data-v-e4085f2c]:empty {
  display: none;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-infoBtComprar-pontos[data-v-e4085f2c] {
  display: flex;
  align-items: center;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-infoBtComprar-pontos p[data-v-e4085f2c] {
  margin-left: 8px;
  font-size: 12px;
}

/* Manual */
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-manual[data-v-e4085f2c] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-manual[data-v-e4085f2c]:empty {
  display: none;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-manual a[data-v-e4085f2c] {
  display: flex;
  align-items: center;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-manual a span[data-v-e4085f2c]{
  margin-left: 5px;
  font-size: 12px;
}
/* .compDetalheProd-detalheProduto-topo-estadosProduto-disponivelBox {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
} */

/* Favoritos */
.compDetalheProd-detalheProduto-topo-textosImgs-imgs[data-v-e4085f2c] {
  position: relative;
}
.compDetalheProd-detalheProduto-topo-textosImgs-textos-favoritos[data-v-e4085f2c] {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
}
@media (max-width: 1023px) {
.compDetalheProd-detalheProduto-topo-textosImgs-textos-favoritos[data-v-e4085f2c] {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 16px;
}
.compDetalheProd-sobConsulta[data-v-e4085f2c] {
    margin-top: 14px;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-topo-attrs[data-v-e4085f2c] {
    flex-direction: column;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-comprar[data-v-e4085f2c] {
    margin-left: 0;
    margin-top: 12px;
    display: none;
}
.quantidadeProduto[data-v-e4085f2c] {
    display: inline-flex;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-infoBtComprar[data-v-e4085f2c] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: none;
}
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-manual[data-v-e4085f2c] {
    margin-top: 12px;
}
  /* .compDetalheProd-detalheProduto-topo-estadosProduto-disponivelBox {
    padding-bottom: 20px;
    margin-bottom: 20px;
  } */
.compDetalheProd-detalheProduto-topo-estadosProduto-disponivel-topo-attrs > *[data-v-e4085f2c] {
    width: 100%;
}
}
/* @media (min-width: 1024px) {
  .compDetalheProd-detalheProduto-topo-estadosProduto-qtdComprar {
    display: flex;
    align-items: flex-end;
  }
} */
.top-mobile[data-v-e4085f2c] {
  display: none;
}
@media (max-width: 1024px) {
.top-mobile[data-v-e4085f2c] {
    display: block;
}
}
.garantia[data-v-e4085f2c] {
  color: #000; margin: 10px 0; background-color: #ececec; padding: 15px 30px; width: fit-content; line-height: 1.4;
}
.garantia b[data-v-e4085f2c] {
  margin-bottom: 20px;
}
.garantia div[data-v-e4085f2c] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.garantia > div > p > a[data-v-e4085f2c] {
  color: #3b96ca !important;
  font-weight: bold
}
.garantia > input[data-v-e4085f2c] {
  accent-color: #6BB4DD
}
.labelInputGarantiaEstendida[data-v-e4085f2c] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.favoritos img {
  display: block;
}


@media (min-width: 1200px) {
.favoritos[data-v-2406214d] {
    cursor: pointer;
}
}


/** ANIMAÇÕES VUEJS **/
.fadeFavorito-enter-active[data-v-2406214d],
.fadeFavorito-leave-active[data-v-2406214d] {
  transition: opacity 0.3s ease-in-out;
}
.fadeFavorito-enter[data-v-2406214d],
.fadeFavorito-leave-to[data-v-2406214d] {
  opacity: 0.5;
}
.fadeFavorito-enter-to[data-v-2406214d],
.fadeFavorito-leave[data-v-2406214d] {
  opacity: 1;
}
/*********************/


.estrelasAvaliacao[data-v-844e995c] {
  display: flex;
  align-items: center;
}
.estrelasAvaliacao-estrelas[data-v-844e995c] {
  display: flex;
}
.estrelasAvaliacao-estrela[data-v-844e995c] {
  position: relative;
}
.estrelasAvaliacao-estrela-yellow[data-v-844e995c] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.estrelasAvaliacao-estrela img[data-v-844e995c] {
  display: block;
  max-width: unset;
}
.estrelasAvaliacao-quantidadeAvaliacao[data-v-844e995c] {
  margin-left: 4.3px;
  font-size: 10px;
}



.cardProduto[data-v-c009b674] {
  background: #FFFFFF;
  /* border: 1px solid #EFEFEF; */
  border-radius: 10px;
  padding: 16px;
  display: flex;
  column-gap: 10px;
}
.cardProduto-img[data-v-c009b674] {
  width: 100%;
  max-width: 100px;
  position: relative;
}
.compreJunto-combinacao-descontoVista[data-v-c009b674] {
  height: 15px;
  width: 100%;
  background-color: #797F7E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 9px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.cardProduto-infos[data-v-c009b674] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.cardProduto-nome[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #202020;
  margin-bottom: 5px;
}
.cardProduto-precoDe[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #545454;
}
.cardProduto-precoPor[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #545454;
}
.cardProduto-precoPor span[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}
.cardProduto-attrsLabel[data-v-c009b674] {
  font-size: 10px;
  line-height: 12px;
  color: #7E7E7E;
  margin-bottom: 5px;
  display: block;
}
.cardProduto-attrs[data-v-c009b674] {
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  padding: 11px 12px;
  width: 100%;
}
.compreJunto-combinacao-icone[data-v-c009b674] {
  background-color: #E9E9E9;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.cardComprar-wrapper[data-v-c009b674] {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 16px 16px;

  min-width: 230px;
}
.cardComprar__price_together-discount[data-v-c009b674],
.cardComprar__price_together[data-v-c009b674],
.cardComprar-economize[data-v-c009b674] {
  font-size: 12px;
  line-height: 1.4;
  color: #535353;
  margin-bottom: 12px;
}
.cardComprar__price_together-discount[data-v-c009b674],
.cardComprar__price_together[data-v-c009b674] {
  display: flex;
  justify-content: space-between;
}
.cardComprar-precoDe-content[data-v-c009b674] {
  display: flex;
}
.cardComprar-precoDe[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #545454;
  margin-left: 5px;
  margin-right: 5px;
}
.cardComprar-precoDe-before[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
.cardComprar-precoDe-after[data-v-c009b674] {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
.cardComprar-precoPor[data-v-c009b674] {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #202020;
  margin-bottom: 8px;
}
.cardComprar-precoPor-descontoPix-first[data-v-c009b674] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.cardComprar-precoPor-descontoPix-last[data-v-c009b674] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #3BA23F;
}
.cardComprar-parcelamento[data-v-c009b674] {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.1;
  color: #535353;
}
.cardComprar-verParcelas[data-v-c009b674] {
  font-family: Roboto;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  color: #477B98;
  cursor: pointer;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.cardComprar-wrapperParcelamento[data-v-c009b674] {
  display: block;
  /* display: flex;
    align-items: flex-start;
    justify-content: space-between; */
}
.cardComprar-botaoCompra[data-v-c009b674] {
  background-color: #6BB4DD;
  border-radius: 50px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: Roboto;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  width: 100%;
  margin-top: 20px;
}

/* Frete grátis */
.carrinhoLateral-rodape-freteGratis[data-v-c009b674] {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 8px;
}
.carrinhoLateral-rodape-freteGratis-content[data-v-c009b674] {
  font-size: 10px;
}
.carrinhoLateral-rodape-freteGratis-barrar[data-v-c009b674] {
  height: 5px;
  width: 100%;
  border-radius: 2.5px;
  background-color: #f3f3f3;
  margin-top: 12px;
  overflow: hidden;
}
.carrinhoLateral-rodape-freteGratis-barrar>div[data-v-c009b674] {
  height: 100%;
  width: 0;
  border-radius: 2.5px;
  background-color: #7d7d7d;
  transition: 300ms;
  max-width: 100%;
}
.carrinhoLateral-rodape-freteGratis-barrar.red>div[data-v-c009b674] {
  background-color: #f00;
}
.carrinhoLateral-rodape-freteGratis-barrar.yellow>div[data-v-c009b674] {
  background-color: #d3e200;
}
.carrinhoLateral-rodape-freteGratis-barrar.green>div[data-v-c009b674] {
  background-color: #097000;
}

/* ================================================================ */
@media (min-width: 1024px) {
.compreJunto-combinacao[data-v-c009b674] {
    display: flex;
    justify-content: space-between;
}
.cardProduto[data-v-c009b674] {
    width: 100%;
    max-width: 370px;
    padding: 20px;
    column-gap: 20px;
}
.cardProduto-img[data-v-c009b674] {
    max-width: 150px;
}
.cardProduto-infos-wrapperTop[data-v-c009b674] {
    margin-bottom: 8px;
}
.cardProduto-nome[data-v-c009b674] {
    font-size: 14px;
}
.compreJunto-combinacao-icone[data-v-c009b674] {
    margin: 0 12px;
    align-self: center;
}
.cardComprar-wrapper[data-v-c009b674] {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}


.btTrocarProd[data-v-17bfb632] {
  font-size: 14px;
  display: flex;
  padding: 0;
}


.avaliacoesProduto[data-v-18da348a]{
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}
.avaliacoesProduto-t1[data-v-18da348a]{
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
  line-height: 29px;
  color: #202020;
}
.mediaAvaliacao[data-v-18da348a] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}

/* MEDIA AVALIAÇÕES  - media&estrelas*/
.mediaAvaliacao-boxMedia-estrelas[data-v-18da348a]{
  position: relative;
  height: 27px;
  width: 135px;
}
.mediaAvaliacao-boxMedia-estrelas-yellowStars[data-v-18da348a]{
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.mediaAvaliacao-boxMedia-estrelas-grayStars[data-v-18da348a]{
  position: absolute;
  left: 0;
  z-index: 0;
}
.mediaAvaliacao-boxMedia-t1[data-v-18da348a] {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #000000DE;
  margin: 20px 0 0 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.mediaAvaliacao-boxMedia-t1 span[data-v-18da348a] {
  margin-left: 4px;
  font-size: 25px;
  font-weight: 300;
  line-height: 29px;
}
.mediaAvaliacao-boxMedia-t1 svg[data-v-18da348a] {
  margin-left: 4px;
}
.mediaAvaliacao-boxMedia-t2[data-v-18da348a] {
  font-family: Roboto;
  font-size: 14px;
  color: #393839;
  line-height: 18px;
  font-weight: 300;
}
/* MEDIA AVALIAÇÕES  - porcentagem*/
.mediaAvaliacao-boxCircle-barra[data-v-18da348a] {
  fill: #FFFFFF;
  stroke: #EFEFEF;
  stroke-width: 8;
}
.mediaAvaliacao-boxCircle-barraProgresso[data-v-18da348a] {
  stroke: #C6C6C6;
}
.mediaAvaliacao-boxCircle[data-v-18da348a] {
  justify-self: end;
}
.mediaAvaliacao-boxCircle > div[data-v-18da348a] {
  display: inline-block;
  text-align: center;
}
.mediaAvaliacao-boxCircle-recomenda[data-v-18da348a] {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #393839;
}
/* MEDIA AVALIAÇÕES  - grafico*/
.mediaAvaliacao-boxBarras[data-v-18da348a] {
  width: 100%;
  max-width: 435px;
  margin-left: 54px;
}
.mediaAvaliacao-boxBarras-item[data-v-18da348a] {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.mediaAvaliacao-boxBarras-item-p1[data-v-18da348a] {
  width: 22px;
  font-size: 12px;
  line-height: 1;
  color: #909090;
  display: flex;
  align-items: center;
}
.mediaAvaliacao-boxBarras-item-p1 span[data-v-18da348a]{
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000000DE;
  width: 10px;
}
.mediaAvaliacao-boxBarras-item-p1 img[data-v-18da348a] {
  width: 10px;
}
.mediaAvaliacao-boxBarras-item-p2[data-v-18da348a]{
  position: relative;
  margin: 0 5px;
  width: 100%;
  height: 8px;
  background: #EFEFEF;
  border-radius: 4.5px;
  overflow: hidden;
}
.mediaAvaliacao-boxBarras-item-p2-color[data-v-18da348a]{
  background: #545454;
  position: absolute;
  height: 100%;
  border-radius: 4.5px;
}
.mediaAvaliacao-boxBarras-item-p3[data-v-18da348a]{
  color: #000000DE;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  flex: 0 0 auto;
  margin-left: 8px;
}
.buttonAvaliarProd-container[data-v-18da348a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.buttonAvaliarProd[data-v-18da348a] {
  min-width: 290px;
  height: 40px;
  background: #6BB4DD;
  border-radius: 30px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttonAvaliarProd[data-v-18da348a]:hover{
  filter: brightness(1.1);
}
.mediaAvaliacao-boxCircle-circuloPrincipal[data-v-18da348a] {
  vertical-align: middle;
  height: 70px;
  width: 70px;
  margin-bottom: 4px;
}
.mediaAvaliacao-boxCircle-circuloPrincipal-text[data-v-18da348a] {
  fill: #47505F;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1023px) {
.mediaAvaliacao[data-v-18da348a]{
    flex-wrap: wrap;
}
.mediaAvaliacao-boxBarras[data-v-18da348a]{
    margin-top: 20px;
    margin-left: 0;
}
}
@media (min-width: 1024px) {
.mediaAvaliacao[data-v-18da348a] {
    margin-bottom: 33px;
}
}

/* DEPOIMENTOS */
.depoimento[data-v-18da348a] {
  display: flex;
  flex-wrap: wrap;
  padding: 15.5px 0 25.5px;
  border: 1px solid #DADADA;
}
.depoimento[data-v-18da348a]:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
/* .depoimento:last-child {
  padding-bottom: 0;
} */
.depoimento-topo[data-v-18da348a] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
  background-color: #f2f2f2;
}
.depoimento-topo-containerUser[data-v-18da348a] {
  display: flex;
  align-items: center;
}
.depoimento-topo-containerUser img[data-v-18da348a] {
  margin: 0 8px 0 0;
}
.depoimento-topo-containerUser-dados[data-v-18da348a] {
  display: flex;
  align-items: center;
}
.depoimento-topo-containerUser-dados-estrelas[data-v-18da348a] {
  margin: 6px;
  max-width: 79px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.depoimento-topo-containerUser-dados-nome[data-v-18da348a] {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #000000DE;
}
.depoimento-topo-data-p[data-v-18da348a] {
  font-size: 11px;
  color: #808080;
}
.depoimento-body[data-v-18da348a] {
  padding: 10px;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.depoimento-body-title[data-v-18da348a] {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000000DE;
  font-weight: bold;
}
.depoimento-body-titleData[data-v-18da348a] {
  display: none;
}
.depoimento-body-comentario[data-v-18da348a] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #00000099;
  word-wrap: break-word;
}
.depoimento-body-containerRecomenda-p[data-v-18da348a]  {
  font-size: 12px;
  color: #535353;
}
.depoimento-body-containerRecomenda[data-v-18da348a] {
  display: flex;
  align-items: center;
  line-height: 1;
}
.depoimento-body-containerRecomenda span[data-v-18da348a] {
  margin-right: 6px;
  font-size: 16px;
  font-weight: 700;
}
.containerDepoimentos-verMais[data-v-18da348a] {
  display: flex;
  justify-content: center;
}
.containerDepoimentos-verMais-btn[data-v-18da348a] {
  font-size: 12px;
  color: #000000DE;
  text-decoration: underline;
  margin-bottom: 13px;
}
.containerDepoimentos-verMais-btn[data-v-18da348a]:hover {
  text-decoration: unset;
}
.depoimento-imagens[data-v-18da348a] {
  display: flex;
  gap: 10px;
}
.depoimento-imagens > div[data-v-18da348a]{
  width: 75px
}
@media (min-width: 1024px) {
.depoimento[data-v-18da348a] {
    display: flex;
    align-items: center;
}
.depoimento-topo[data-v-18da348a] {
    background-color: #FFF;
    border: none;

    flex: 0 0 auto;
    width: 100%;
    max-width:100%;
}
.depoimento-topo-containerUser[data-v-18da348a] {
    flex-direction: column;
    width: 100%;
}
.depoimento-topo-containerUser-dados[data-v-18da348a] {
    width: 100%;
}
.depoimento-topo-containerUser-dados-nome[data-v-18da348a] {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  /* .depoimento-topo-data-p {
    display: none;
  } */
.depoimento-body[data-v-18da348a] {
    /* width: calc(100% - 160px - 129px); */
    border: none;
    padding-right: 30px;

    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
.depoimento-body-titleData[data-v-18da348a] {
    display: inline-block;
    font-weight: 400;
    color: #535353;
    font-size: 12px;
    margin-right: 17px;
}
}
@media (max-width: 1023px) {
.depoimento[data-v-18da348a] {
    padding: 20px 0 0;
}
.depoimento-topo[data-v-18da348a]{
    background-color: unset;
}
.depoimento-topo-containerUser[data-v-18da348a] {
    flex-direction: column;
    width: 100%;
}
.depoimento-topo-containerUser-dados[data-v-18da348a] {
    width: 100%;
}
.depoimento-topo-containerUser-dados-nome[data-v-18da348a] {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.depoimento-topo-data-p[data-v-18da348a] {
    display: none;
}
.depoimento-body[data-v-18da348a] {
    width: 100%;
    border: none;
}
.depoimento-body-titleData[data-v-18da348a] {
    display: inline-block;
    font-weight: 400;
    color: #535353;
    font-size: 12px;
    margin-right: 40px;
}
.depoimento-body-comentario[data-v-18da348a]{
    font-size: 12px;
}
.depoimento-body-title[data-v-18da348a]{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.containerDepoimentos-verMais-btn[data-v-18da348a]{
    margin: 20px 0 10px;
    height: 40px;
}
.buttonAvaliarProd[data-v-18da348a]{
    width: 100%;
    max-width: unset;
    height: 40px;
}
.depoimento-imagens[data-v-18da348a] {
    margin-top: 20px;
    margin-bottom: 32px;
    justify-content: center;
}
}

/* FORM DE AVALIAÇÕES */
.formAvaliacaoDetalheProduto-container[data-v-18da348a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  padding: 15px;
}
#formAvaliacaoDetalheProduto[data-v-18da348a] {
  background-color: #fff;
  padding-top: 20px;
  border-top: 1px solid #B0BEC5;
  font-size: 13px;
  padding: 20px 16px 7px;
  position: relative;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 600px;
  width: 100%;
}
.formAvaliacaoDetalheProduto-close[data-v-18da348a] {
  position: absolute;
  top: 18px;
  right: 18px;
}
.formularioAvaliacao input[data-v-18da348a],
.formularioAvaliacao textarea[data-v-18da348a] {
  padding: 4px;
  border: 1px solid #CFCFCF;
  outline: none;
  font-size: 12px;
  padding: 14px;
}
.formularioAvaliacao input[type="text"][data-v-18da348a],
.formularioAvaliacao input[type="email"][data-v-18da348a] {
  width: 100%;
  height: 42px;
}
.formularioAvaliacao-email[data-v-18da348a],
.formularioAvaliacao-nome[data-v-18da348a]{
  width: 48%;
}
.formularioAvaliacao-geral[data-v-18da348a] {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.formularioAvaliacao-geral .formularioAvaliacao-geralText[data-v-18da348a] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 8px;
}
/* .formularioAvaliacao-geral .formularioAvaliacao-geralStarText {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px;
} */
.formularioAvaliacao-titleA[data-v-18da348a]{
  display: block;
  margin-bottom: 36px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #000000DE;
}
.formularioAvaliacao-estrelas[data-v-18da348a]{
  width: 100%;
  color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 17px;
  row-gap: 10px;
}
.formularioAvaliacao-geral .formularioAvaliacao-estrelas[data-v-18da348a]{
  width:auto;
  color: #dddddd;
  display: block;
  /* align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
  column-gap: 2px;
  row-gap: 10px;
}
.formularioAvaliacao-estrelas label[data-v-18da348a]{
  width: 100px;
  height: 40px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.formularioAvaliacao-estrelas.formularioAvaliacao-votoCliente[data-v-18da348a] {
  margin-bottom: 40px;
  position: relative;
}
.formularioAvaliacao-geral .formularioAvaliacao-estrelas label[data-v-18da348a]{
  width: auto;
  height: auto;
  cursor: pointer;
}
.formularioAvaliacao-estrelas.formularioAvaliacao-votoCliente[data-v-18da348a] {
  margin-bottom: auto;
}
.containerStarsAvaliacaoForm[data-v-18da348a] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
/* .formularioAvaliacao-votoCliente-stars input{
  display: none;
} */
.formularioAvaliacao-votoCliente-stars label[data-v-18da348a]{
  transition: 200ms;
  /* border: 1px solid #CFCFCF; */
  flex-direction: column;
}
/* .formularioAvaliacao-votoCliente-stars label span{
  color: #000000DE;
  font-size: 12px;
  margin-top: 2px;
} */
/* .formularioAvaliacao-estrelas label:hover,
.formularioAvaliacao-estrelas input:checked ~ label{
  border-color: #666666;
} */

/* New Avaliações */
.formularioAvaliacao-estrelas[data-v-18da348a] {
  display: block;
}
.formularioAvaliacao-votoCliente-label[data-v-18da348a]{
  float: right;
  transition: all 0.2s ease;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545454;
}
.formularioAvaliacao-estrelas input[data-v-18da348a]{
  display: none;
}
input:not(:checked) ~ .formularioAvaliacao-votoCliente-label:hover svg[data-v-18da348a],
input:not(:checked) ~ .formularioAvaliacao-votoCliente-label:hover ~ .formularioAvaliacao-votoCliente-label svg[data-v-18da348a]{
  fill: #D4849F;
  stroke: #D4849F;
}
input:checked ~ .formularioAvaliacao-votoCliente-label svg[data-v-18da348a]{
  fill: #D4849F;
  stroke: #D4849F;
}
.label-star1[data-v-18da348a]::after {
  display: none;
  content: '(1 estrela)';
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  color: #545454;
}
.label-star2[data-v-18da348a]::after {
  display: none;
  content: '(2 estrelas)';
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  color: #545454;
}
.label-star3[data-v-18da348a]::after {
  display: none;
  content: '(3 estrelas)';
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  color: #545454;
}
.label-star4[data-v-18da348a]::after {
  display: none;
  content: '(4 estrelas)';
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  color: #545454;
}
.label-star5[data-v-18da348a]::after {
  display: none;
  content: '(5 estrelas)';
  width: 100%;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  color: #545454;
}
.label-star1[data-v-18da348a]:hover::after,
.label-star2[data-v-18da348a]:hover::after,
.label-star3[data-v-18da348a]:hover::after,
.label-star4[data-v-18da348a]:hover::after,
.label-star5[data-v-18da348a]:hover::after {
  display: block;
  background-color: #fff;
  z-index: 1;
}
#voto1:checked ~ .label-star1[data-v-18da348a]::after,
#voto2:checked ~ .label-star2[data-v-18da348a]::after,
#voto3:checked ~ .label-star3[data-v-18da348a]::after,
#voto4:checked ~ .label-star4[data-v-18da348a]::after,
#voto5:checked ~ .label-star5[data-v-18da348a]::after {
  display: block;
}
.formularioAvaliacao-estrelas label i[data-v-18da348a]{
  display: inline-block;
  font-size: 12px;
}
.formularioAvaliacao-bottom[data-v-18da348a] {
  display: flex;
}
.formularioAvaliacao-recomendaria[data-v-18da348a]{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  gap: 14px;
}
.formularioAvaliacao-recomendaria-t1[data-v-18da348a] {
  margin-right: 10px;
  font-size: 12px;
  color: #212121;
}
.formularioAvaliacao-recomendaria-item input[data-v-18da348a] {
  display: none;
}
.formularioAvaliacao-recomendaria-item label[data-v-18da348a] {
  display: flex;
  align-items: center;
  line-height: 1;
}
.formularioAvaliacao-recomendaria-item label div[data-v-18da348a] {
  height: 24px;
  width: 24px;
  border: 1px solid #CFCFCF;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formularioAvaliacao-recomendaria-item label:hover div[data-v-18da348a]::before {
  content: '';
  height: 14px;
  width: 14px;
  background-color: #C4C4C4;
  display: block;
  opacity: .5;
}
.formularioAvaliacao-recomendaria-item input:checked + label div[data-v-18da348a]::before {
  content: '';
  height: 12px;
  width: 12px;
  background-color: #545454;
  display: block;
  opacity: 1;
}
.formularioAvaliacao-flexContainer[data-v-18da348a]{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formAvaliacao-boxComentario[data-v-18da348a]{
  width: 100%;
  margin-top: 20px;
  color: #878787;
  position: relative;
}
.formAvaliacao-boxComentario-limit[data-v-18da348a] {
  position: absolute;
  bottom: 5px;
  right: 8px;
  transition: 300ms;
}
.formAvaliacao-boxComentario-limit.pos[data-v-18da348a] {
  transform: scale(.7);
}
.formAvaliacao-boxComentario-limit.alert[data-v-18da348a] {
  color: red;
}
.formAvaliacao-boxComentario textarea[data-v-18da348a]{
  width: 100%;
  min-height: 90px;
  max-height: 182px;
  resize: none;
  overflow: hidden;
}
.formularioAvaliacao .containerBtEnviar button[data-v-18da348a]{
  height: 40px;
  width: 208px;
  background-color: #6BB4DD;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 30px;
  font-family: Roboto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 30px;
  line-height: 16px;
  letter-spacing: 1px;
}
.formularioAvaliacao-formTextLabel[data-v-18da348a]{
  font-size: 12px;
  color: #000000DE;
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
}
.formAvaliacao-boxComentario[data-v-18da348a]{
  display: inline-block;
  width: 100%;
}
.containerBtEnviar-align[data-v-18da348a]{
  display: flex;
  flex: 0 1 auto;
}
.containerBtEnviar[data-v-18da348a]{
  width: 100%;
}
.containerBtEnviar > button[data-v-18da348a]{
  margin-bottom: 5px;
}
.formAvaliacao-camposObg[data-v-18da348a] {
  font-size: 12px;
  color: #00000099;
  margin-top: 5px;
}
.formAvaliacao-imgs[data-v-18da348a] {
  margin-top: 23px;
}
.formAvaliacao-imgs-t1[data-v-18da348a] {
  font-size: 12px;
  color: #212121;
  margin-bottom: 20px;
}
#formAvaliacao-imgsIpt[data-v-18da348a] {
  display: none;
}
.formAvaliacao-imgs-container[data-v-18da348a] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.formAvaliacao-imgs-container-imgsBox[data-v-18da348a] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 100%;
}
.formAvaliacao-imgs-container-imgsBox-imgsCarregadas-img[data-v-18da348a] {
  position: relative;
  width: 106px;
  height: 100px;
  border: 1px solid #E7E7E7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formAvaliacao-imgs-container-imgsBox-imgsCarregadas-img button[data-v-18da348a] {
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #D9D9D9;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formAvaliacao-imgs-container-imgsBox-imgsCarregadas-img img[data-v-18da348a]{
  max-width: 100%;
  max-height: 100%;
}
.formAvaliacao-imgs-container-imgsBox-label[data-v-18da348a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 100px;
  background-color: #FAFAFA;
  border: 1px solid #E7E7E7;
  text-align: center;
  transition: 300ms;
}
.formAvaliacao-imgs-container-imgsBox-label svg path[data-v-18da348a] {
  fill: #D4849F;
}
.formAvaliacao-imgs-container-imgsBox-label.disable[data-v-18da348a] {
  pointer-events: none;
  opacity: .5;
}
.formAvaliacao-imgs-container-imgsBox-label span[data-v-18da348a] {
  margin-top: 4px;
  color: #212121;
  font-size: 10px;
  text-decoration: underline;
}
.formAvaliacao-imgs-container-imgsBox-label[data-v-18da348a]:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.formAvaliacao-imgs-container-t1[data-v-18da348a] {
  margin-top: 10px;
  font-size: 10px;
  color: #666666;
}
@media (max-width: 1023px) {
.formularioAvaliacao-bottom[data-v-18da348a] {
    flex-direction: column;
    align-items: center;
}
.formularioAvaliacao-recomendaria[data-v-18da348a] {
    gap: 10px;
}
.formularioAvaliacao .containerBtEnviar button[data-v-18da348a] {
    width: 100%;
}
.containerBtEnviar-align[data-v-18da348a] {
    flex: 1 1 auto;
    width: 100%;
}
.formularioAvaliacao-recomendaria-t1[data-v-18da348a] {
    font-size: 11px;
    margin-right: 0;
}
.formularioAvaliacao[data-v-18da348a]{
    margin-top: 10px;
}
.formularioAvaliacao-estrelas[data-v-18da348a] {
    column-gap: 13px;
}
.formularioAvaliacao-votoCliente-stars[data-v-18da348a] {
    width: 90px;
}
.formularioAvaliacao-email[data-v-18da348a],
  .formularioAvaliacao-nome[data-v-18da348a]{
    width: 100%;
    margin-bottom: 14px;
}
.formAvaliacao-boxComentario[data-v-18da348a] {
    margin-top: 0;
}
.formularioAvaliacao-flexContainer[data-v-18da348a]{
    flex-direction: column;
}
}
.mainContainer[data-v-18da348a]{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.container[data-v-18da348a]{
  height: 35px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #43A047;
  font-size: 16px;
  color: #fff;
  clear: both;
}
.container.msgNegativa[data-v-18da348a] {
  background-color: #ba1d1d;
}


.kit-products[data-v-c1222aa2] {
  margin: 36px auto;
}
.kit-products__title[data-v-c1222aa2] {
  color: var(--corPrincipalTexto);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.kit-products__container-cards[data-v-c1222aa2] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.kit-products__card[data-v-c1222aa2] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 370px;
  height: 161px;
  box-shadow: 0px 1px 4px 0px #0000000A;
  padding: 10px 4px;
}
.kit-products__card-wrapper-ratings[data-v-c1222aa2] {
  min-height: 12px;
}
.kit-products__card-ratings[data-v-c1222aa2] {
  margin-bottom: 4px;
}
.kit-products__card-ratings[data-v-c1222aa2] .ratings-stars__item img {
  width: 12px;
}
.kit-products__card-image img[data-v-c1222aa2] {
  min-width: 100px;
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  object-fit: contain;
}
.kit-products__card-title[data-v-c1222aa2] {
  font: var(--body_16_regular);
  color: var(--neutros_preto_carvao);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}
.kit-products__card-description[data-v-c1222aa2] {
  font: var(--small_12_regular);
  color: var(--escala_de_cinza_cinza_neutro);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
}
.kit-products__card-prices[data-v-c1222aa2] {
  margin-top: 12px;
}
.kit-products__card__to-and-from[data-v-c1222aa2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kit-products__card__from-price[data-v-c1222aa2] {
  font: var(--small_12_regular);
  color: var(--escala_de_cinza_cinza_neutro);
  text-decoration: line-through;
}
.kit-products__card__to-price[data-v-c1222aa2] {
  font: var(--heading_18_regular);
  color: var(--neutros_preto_carvao);
}
.kit-products__card__installment[data-v-c1222aa2] {
  font: var(--small_12_regular);
  color: var(--neutros_preto_carvao);
}
.kit-products__card__discont[data-v-c1222aa2] {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #237425;
}
@media (max-width: 1023px) {
.kit-products__container-cards[data-v-c1222aa2] {
    flex-direction: column;
}
.kit-products__card[data-v-c1222aa2],
  .kit-products__container-cards > div[data-v-c1222aa2] {
    width: 100%;
}
}
/* ESTILOS ARROW DO SLIDER */
div.tab-showcase__slider .blue--arrow-btn {
  background-color: #FFF;
}


/* ESTILOS SLIDER */
div.tab-showcase__slider .slick-track {
  /* display: flex !important; */
  /* justify-content: center; */
}
div.tab-showcase__slider .slick-slide {
  padding: 0 15px;
  /* max-width: 270px; */
}
div.tab-showcase__slider .slick-list,
div.tab-showcase__slider .slick-track,
div.tab-showcase__slider .slick-slide,
div.tab-showcase__slider .slick-slide > div {
  height: 100%;
}

/* ESTILOS COM V-HTML */
.cardSimple{
  margin-bottom: 30px;
}
/* Nome do produto */
.cardCompBasic .cardProd-nomeGrade .cardprod-nomeProduto-t1 {
  font-size: 15px;
  display: block;
  margin-bottom: 0;
  min-height: 35px;
  max-height: 50px;
  overflow: hidden;
  font-weight: 300;
}
@media (max-width: 1023px) {
.cardCompBasic .cardProd-nomeGrade .cardprod-nomeProduto-t1 {
    max-height: 70px;
    font-size: 12px;
}
}

.tab-showcase[data-v-c4ad2298] {
  padding: 20px 0;
  margin-top: 25px;
}
.tab-showcase__title[data-v-c4ad2298] {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 32px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
.tab-showcase__title[data-v-c4ad2298] {
    margin: 0 0 32px;
}
}
.tab-showcase__navigations[data-v-c4ad2298] {
  display: flex;
  border-top: 1px solid rgba(84, 84, 84, 0.20);
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px 8px;
  padding: 0 16px;
  margin: 0 auto 24px;
  max-width: 1000px;
}
.tab-showcase__navigation[data-v-c4ad2298] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 160px;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.tab-showcase__navigation[data-v-c4ad2298]:not(.current) {
  color: #545454;
}
.tab-showcase__navigation.current[data-v-c4ad2298] {
  border-top: 2px solid #6BB4DD;
  font-weight: 600;
  color: #202020;
}
@media (max-width: 1023px) {
.tab-showcase__navigations[data-v-c4ad2298] {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px 24px;
    overflow: auto;
    white-space: nowrap;
    padding: 0 0 10px 0;
    width: calc(100% - 40px);
}
.tab-showcase__navigation[data-v-c4ad2298] {
    height: 32px;
    align-items: end;
}
}
.tab-showcase__product-container[data-v-c4ad2298],
.tab-showcase__skeleton[data-v-c4ad2298] {
  padding: 0 16px;
}
.tab-showcase__product-container[data-v-c4ad2298] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 8px;
}
.tab-showcase__banner[data-v-c4ad2298] {
  border-radius: 12px;
  overflow: hidden;
}
.tab-showcase__banner-item[data-v-c4ad2298],
.tab-showcase__banner-item img[data-v-c4ad2298] {
  display: block;
  width: 100%;
}
.tab-showcase__card[data-v-c4ad2298] {
  gap: 16.411px;
  background-color: #FFF;
}
.tab-showcase__no-products[data-v-c4ad2298] {
  grid-column: 1 / -1;
}
.tab-showcase__no-products p[data-v-c4ad2298] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.38);
  text-align: center;
}
@media (min-width: 1024px) {
.tab-showcase__product-container[data-v-c4ad2298] {
    position: relative;
    display: flex;
    gap: 0 15px;
    padding: 0 27px 0 42px;
    margin: 0 auto;
    max-width: 1306px;
}
.tab-showcase__banner[data-v-c4ad2298] {
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}
div.tab-showcase__slider[data-v-c4ad2298] {
    position: static;
    margin: 0 auto;
}
.tab-showcase__card.cardprod[data-v-c4ad2298] {
    max-width: 270px;
    padding-bottom: 40px;
    height: 100%;
}
.tab-showcase__no-products[data-v-c4ad2298] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
}
@media (max-width: 1023px) {
.tab-showcase__product-container[data-v-c4ad2298] {
    grid-template-columns: auto;
}
}
.containerListaProds.formatoLista[data-v-c4ad2298] {
  display: flex;
  flex-direction: column;
}

/* Card */
.cardprod[data-v-c4ad2298] {
  display: flex;
  margin-bottom: 30px;
  padding: 12px 15px;
}
.vitrine-prod[data-v-c4ad2298] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
.cardprod[data-v-c4ad2298] {
    flex-direction: column;
    gap: 5px;
}
.vitrine-prod[data-v-c4ad2298] {
    flex-direction: row;
    align-items: flex-start;
}
.cardprod-actions[data-v-c4ad2298] {
    position: relative;
    display: block;
    margin: 0 auto 8px;
    height: 40px;
    width: 100%;
}
.cardprod-actions .cardprod-btComprar[data-v-c4ad2298] {
    display: block;
    opacity: 1;
    position: static;
    visibility: inherit;
    max-width: inherit;
    text-align: center;
    width: 100%;
}
}

/* Topo do card do produto */
.cardProd-topo[data-v-c4ad2298] {
  position: relative;
  text-align: center;
}
.cardProd-topo img[data-v-c4ad2298] {
  margin-bottom: 10px;
  max-width: 210px;
  max-height: 210px;
}
.vitrine-infos[data-v-c4ad2298]{
  flex: 0 1 auto;
}
@media (max-width: 1023px) {
.cardProd-topo img[data-v-c4ad2298] {
    margin: 0;
    width: 100%;
}
.vitrine-infos[data-v-c4ad2298]{
    width: 48%;
}
}
.cardProd-group[data-v-c4ad2298] {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* Selo */
.cardProd-selo[data-v-c4ad2298]{
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4px;
  float: left;
  padding-right: 5px;
  max-width: 105px;
}
.cardProd-selo-item[data-v-c4ad2298] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  max-height: 23px;
}
.cardProd-selo-item-texto[data-v-c4ad2298] {
  min-height: 18px;
  padding: 2px 8px;
  font-size: 10px;
  align-items: center;
  display: flex;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
.cardProd-selo[data-v-c4ad2298] {
    flex-direction: column;
    align-items: flex-start;
}
.cardProd-selo-item-texto[data-v-c4ad2298] {
    font-size: 9px;
    padding: 1px 5px;
}
}

/* Botão de compra  */
.cardprod-btComprar[data-v-c4ad2298] {
  background-color: #6BB4DD;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  visibility: inherit;
  max-width: inherit;
  width: 100%;

  /* margin-left: auto;
  margin-right: auto;
  max-width: 201px;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  width: 201px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; */
}
.cardProd-topo:hover .cardprod-btComprar[data-v-c4ad2298] {
  opacity: 1;
  visibility: inherit;
}
.cardProd-nomeGrade[data-v-c4ad2298] {
  display: flex;
  margin-bottom: 7px;
  width: 100%;
  justify-content: space-between;
}
.cardProd-nomeGrade-nome[data-v-c4ad2298] {
  flex: 1 1 auto;
  line-height: 1;
}
@media (min-width: 1024px) {
.cardProd-nomeGrade[data-v-c4ad2298] {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
}
}

/* Favorito */
.cardprod-favorito[data-v-c4ad2298]{
  flex: 0 0 auto;
  padding-left: 15px;
  float: right;
}
.cardprod-favorito-bt[data-v-c4ad2298]{
  padding: 0;
  display: flex;
}
.cardprod-favorito-bt.isActive .heartSvgCardFav[data-v-c4ad2298]{
  stroke: red;
}
@media (min-width: 1024px) {
.cardprod-favorito[data-v-c4ad2298] {
    top: 0;
    right: 0;
}
}

/* Preços do produto */
.cardprod-precos[data-v-c4ad2298] {
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.cardprod-precoDe[data-v-c4ad2298] {
  text-decoration: line-through;
  color: #545454;
}
.cardprod-valor[data-v-c4ad2298] {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: 200ms;
  line-height: 1.2;
}
@media (max-width: 1023px) {
.cardprod-valor[data-v-c4ad2298] {
    font-size: 18px;
}
}
.cardprod-valor-por[data-v-c4ad2298]{
  font-weight: 400;
  font-size: 12px;
}
.cardprod-containerPrecos[data-v-c4ad2298] {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 5px;
}
.cardprod-valorCartao[data-v-c4ad2298] {
  font-size: 12px;
}
.cardProduto-indisponivel-wrap[data-v-c4ad2298] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  height: 40px;
}
.cardProduto-indisponivel-wrap .cardprod-btComprar[data-v-c4ad2298]{
  opacity: 1;
  visibility: inherit;
  text-align: center;
  max-width: inherit;
  bottom: -50px;
  width: 100%;
}
.cardProd-compare[data-v-c4ad2298]{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 16px auto 0;
  height: 14px;
  width: 100%;
}
.cardProd-compare .chk-compare[data-v-c4ad2298]{
  appearance: none;
  cursor: pointer;
  border: 1px solid #545454;
  height: 14px;
  width: 14px;
  position: relative;
  z-index: 1;
}
.cardProd-compare .chk-compare[data-v-c4ad2298]:checked{
  border: 1px solid #00d26a;
  opacity: 1;
}
.cardProd-compare .input[data-v-c4ad2298]{
  opacity: 0;
  position: relative;
  z-index: 0;
}
.chk-compare:checked ~ .input[data-v-c4ad2298]{
  opacity: 1
}
.cardProd-compare .input[data-v-c4ad2298]::after{
  content: '\2705';
  border: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  height: 14px;
  width: 14px;
  position: absolute;
  top: -6px;
  left: -18px;
}
@media (max-width: 1023px) {
  /* Nome do produto */
.cardprod-nomeProduto[data-v-c4ad2298] {
    margin-bottom: 0;
}

  /* Preço do produto */
.cardprod-precos[data-v-c4ad2298] {
    margin-top: inherit;
    flex: inherit;
    width: 48%;
}
.cardprod-precos .cardProd-group[data-v-c4ad2298] {
    position: relative;
    margin-bottom: 16px;
}
.cardProduto-indisponivel-wrap[data-v-c4ad2298] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    height: 70px;
}
.cardProd-compare[data-v-c4ad2298] {
    padding-left: 4.5rem;
}
}
.descontoVistaImg[data-v-c4ad2298] {
  background-color: #4DB45E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  text-align: center;
  float: left;
  height: 20px;
  width: 60px;
}
.cardProd-selo-item-imagem img[data-v-c4ad2298] {
  max-width: 100px;
  max-height: 25px;
  margin-bottom: 0;
}
.ProdNaoDisponivel[data-v-c4ad2298] {
  font-size: 18px;
  font-weight: bold;
}


.vitrine {
  width: 100%;
  margin-top: 4rem;
}
.vitrine .titulosVitrine {
  text-align: center;
}
.vitrine .titulosVitrine h2 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
  line-height: 29px;
  color: #545454;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.vitrine .titulosVitrine h3 {
  font-size: 1.875rem;
  color: #00000099;
  font-weight: 300;
}
.vitrine .vitrine-slider .banner-arrowSlider-next{
  right:-25px;
}
.vitrine .vitrine-slider .banner-arrowSlider-next .slick-slider .slick-list{
  padding-bottom: 10px;
}
.vitrine .vitrine-slider .banner-arrowSlider-next .slick-slider .slick-list .slick-track{
  display: flex !important;
  height: auto !important;
  column-gap: 20px;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod{
  max-width: 18.5625rem;
  height: 29.8125rem;
  padding: 1rem;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-topo{
  height: 16.5625rem;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-topo a
.cardProd-selos
.cardProd-selos-selo span{
  text-transform: uppercase;
  font-size: 0.625rem;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-topo a img{
  width: 100%;
  max-width: 16.5625rem;
  max-height: 16.5625rem;
  height: 100%;
  object-fit: cover;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-nomeGrade{
  display:flex;
  flex-direction:column-reverse;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-nomeGrade
.avaliacaoStarVitrine-container{
  opacity:1 !important;
  margin:1px 0 0;
  display:block !important;
}
.vitrine
.vitrine-slider
.banner-arrowSlider-next
.slick-slider
.slick-list
.cardprod
.vitrine-prod
.vitrine-infos
.cardProd-nomeGrade
.avaliacaoStarVitrine-container
.flexContainerCompCard span
.cardprod-nomeProduto{
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  min-height: 2.25rem;
  max-height: 2.25rem;
  font-weight: 600;
  line-height: 1.125rem;
}
.vitrine {
  width: 100%;
  margin-top: 4rem;
@media (max-width: 600px) {
    margin: 2.5rem 0;
}
.titulosVitrine {
    text-align: center;
h2 {
      font-family: Roboto;
      font-size: 25px;
      font-weight: 300;
      line-height: 29px;
      color: #545454;
      margin-bottom: 32px;
      text-transform: uppercase;
@media (max-width: 600px) {
        font-size: 0.8125rem;
}
}
h3 {
      font-size: 1.875rem;
      color: #00000099;
      font-weight: 300;
@media (max-width: 600px) {
        font-size: 1.375rem;
}
}
}
.vitrine-slider {
@media (max-width: 600px) {
      margin-bottom: 1rem;
}
.banner-arrowSlider-next{
      right:-25px;
}
.slick-slider {
.slick-list {
        padding-bottom: 10px;
.slick-track {
          display: flex !important;
          height: auto !important;
          column-gap: 20px;
}
.cardprod {
          max-width: 18.5625rem;
          height: 29.8125rem;
          padding: 1rem;
@media (max-width: 600px) {
            margin: auto 0;
            max-width: 95%;
            position: relative;
            border: 0.0625rem solid #f1f1f1;
}
.vitrine-prod {
@media (max-width: 600px) {
              flex-direction: column;
              gap: 1.875rem;
}
.vitrine-infos {
.cardProd-topo {
                height: 16.5625rem;
a {
.cardProd-selos {
.cardProd-selos-selo {
span {
                        text-transform: uppercase;
                        font-size: 0.625rem;
}
}
}
img {
                    width: 100%;
                    max-width: 16.5625rem;
                    max-height: 16.5625rem;
                    height: 100%;
                    object-fit: cover;
}
}
}
.cardProd-nomeGrade {
                display:flex;
                flex-direction:column-reverse;
.avaliacaoStarVitrine-container{
                  opacity:1 !important;
                  margin:1px 0 0;
                  display:block !important;
}
.flexContainerCompCard {
span {
.cardprod-nomeProduto {
                      font-size: 0.875rem;
                      color: rgba(0, 0, 0, 0.87);
                      min-height: 2.25rem;
                      max-height: 2.25rem;
                      font-weight: 600;
                      line-height: 1.125rem;
}
}
}
}
}
.cardprod-precos {
.avaliacaoStarVitrine-container{
                opacity:1 !important;
                margin:1px 0 0;
                display:block !important;
}
.cardprod-precosContainer {
.cardprod-precoDe {
                  color: rgba(0, 0, 0, 0.38);
                  font-size: 0.75rem;
                  width: auto;
}
.cardprod-valor {
                  font-size: 1.375rem;
                  font-weight: 700;
                  color: rgba(0, 0, 0, 0.87);
}
}
.cardProd-nomeGrade {
.flexContainerCompCard {
@media (max-width: 600px) {
.cardprod-favorito {
.cardprod-favorito-bt {
                        position: absolute;
                        top: 0.75rem;
                        right: 0.75rem;
                        bottom: initial;
}
}
}
}
}
.cardprod-btComprar {
                opacity: 1;
                background-color: #82320f;
                height: 2.5rem;
                transition:.4s ease all;
&:hover{
                  background-color: #5d1f05;
                  transition:.4s ease all;
}
.txt {
                  font-size: 0.875rem;
                  text-transform: uppercase;
}
}
}
}
.cardProd-formatoListaBottom {
.cardprod-btComprar {
              background-color: #82320f;
              height: 2.5rem;
.txt {
                font-size: 0.875rem;
                text-transform: uppercase;
}
}
}
}
}
.slick-dots {
        bottom: -1rem;
li {
          width: 1.25rem;
          height: 0.25rem;
button {
            background-color: #aeaeaeb8;
            height: 0.25rem;
            padding: 0;
&::before {
              display: none;
}
}
&.slick-active {
            width: 2.5rem;
            height: 0.25rem;
button {
              background-color: #000000;
              width: 2.5rem;
              height: 0.25rem;
              padding: 0;
&::before {
                display: none;
}
}
}
}
}
}
}
}


#calcFrete[data-v-4c140d34] {
  color: #666666;
}
/* Estado 1 */
.calcFrete-textInicial[data-v-4c140d34] {
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
}
.calcFrete-textInicial img[data-v-4c140d34] {
  margin-right: 5px;
}
.calcFrete-textInicial button[data-v-4c140d34] {
  font-size: 12px;
  color: #666666;
  padding: 0;
  text-decoration: underline;
}
/* ================================== */
/* Form */
.calcFrete-form[data-v-4c140d34]{
  margin-top: 10px;
}
.calcFrete-t1[data-v-4c140d34]{
  margin-bottom: 7px;
  display: block;
  font-size: 11px;
}
.calcFrete-cep[data-v-4c140d34] {
  display: flex;
}
.calcFrete-cep input[data-v-4c140d34] {
  border: 1px solid #EAEAEA;
  height: 40px;
  width: 100%;
  max-width: 210px;
  margin-right: 10px;
  padding-left: 19px;
  border-radius: 6px;
  font-size: 11px;
}
.calcFrete-cep input[data-v-4c140d34]::placeholder {
  font-style: italic;
}
.calcFrete-cep input.error[data-v-4c140d34] {
  border: var(--bordaErroPadrao);
  box-shadow: var(--sombraErroPadrao);
}
.calcFrete-cep button[data-v-4c140d34] {
  background-color: #A9A9A9;
  color: #fff;
  height: 40px;
  width: 100%;
  max-width: 110px;
  font-size: 13px;
  text-transform: uppercase;
}
.naoSeiCep[data-v-4c140d34] {
  color: #666666;
  font-size: 14px;
  margin-top: 8px;
  text-decoration: underline;
  display: inline-block;
}
/* ============================================= */

/* Tabela */
.calcFrete-resultado[data-v-4c140d34] {
  max-width: 330px;
  margin-top: 20px;
}
.calcFrete-resultado.popupResultado[data-v-4c140d34] {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  max-width: unset;
}
.popupResultado .calcFrete-resultado-popContainer[data-v-4c140d34] {
  max-width: 80vw;
  background-color: #fff;
  padding: 14px 12px;
}
.calcFrete-resultado-top[data-v-4c140d34] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.calcFrete-resultado-top-flex[data-v-4c140d34] {
  display: flex;
  align-items: center;
}
.calcFrete-resultado-top-t1[data-v-4c140d34] {
  color: #666666;
  font-size: 12px;
}
.calcFrete-resultado-top-recalc[data-v-4c140d34] {
  color: #666666;
  font-size: 12px;
  text-decoration: underline;
}
.popupResultado .calcFrete-resultado-top-t1[data-v-4c140d34] {
  margin-right: 26px;
}
.popupResultado .calcFrete-resultado-top-recalc[data-v-4c140d34] {
  margin-right: 41px;
}
.calcFrete-table[data-v-4c140d34] {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #EAEAEA;
}
.calcFrete-table-row[data-v-4c140d34] {
  width: 100%;
  padding: 0 16px;
}
.calcFrete-table-container[data-v-4c140d34] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 0;
  gap: 10px;
}
.calcFrete-table-row:not(:last-child) .calcFrete-table-container[data-v-4c140d34] {
  border-bottom: 1px solid #f8f8f8;
}
.calcFrete-table-name[data-v-4c140d34] {
  font-size: 12px;
  font-weight: bold;
  color: #212121;
}
.calcFrete-table-prazo[data-v-4c140d34],
.calcFrete-table-price[data-v-4c140d34] {
  font-size: 12px;
  color: #212121;
}
.colPrazo .calcFrete-table-name[data-v-4c140d34],
.colPrazo .calcFrete-table-prazo[data-v-4c140d34],
.colPrazo .calcFrete-table-price[data-v-4c140d34] {
  width: calc(33.333% - 7px);
}
.header .calcFrete-table-prazo[data-v-4c140d34],
.header .calcFrete-table-price[data-v-4c140d34] {
  font-weight: bold;
}
/* ====================================== */
.errorMsg[data-v-4c140d34] {
  color: var(--textErrorColor);
  margin-bottom: 7px;
}
.calcFrete-loader[data-v-4c140d34]{
  max-width: 80px;
  margin: 0 auto;
}
.calcFrete-error[data-v-4c140d34]{
  margin-top: 10px;
  color: var(--textErrorColor);
}
.popEsqueciMeuCep[data-v-4c140d34] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}
.popEsqueciMeuCep-container[data-v-4c140d34] {
  background-color: #fff;
  position: relative;
  width: 80%;
  height: 80vh;
}
.popEsqueciMeuCep-container iframe[data-v-4c140d34] {
  width: 100%;
  height: 100%;
}
.closePop[data-v-4c140d34] {
  position: absolute;
  right: -40px;
  top: -40px;
}
.closePop svg[data-v-4c140d34] {
  width: 25px;
  height: 25px;
}


.boxSuperiorDetalhe[data-v-1a53e026]{
  max-width: 1200px;
  margin-bottom: 70px;
  padding: 16px 20px;
}
#compreJunto[data-v-1a53e026]{
  margin: 0 0 100px;
}
.btAssinar[data-v-1a53e026] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #7C7C7C;
  font-size: 14px;
  color: #7C7C7C;
  margin-top: 10px;
}
.avaliacoesProduto[data-v-1a53e026] {
  margin-top: 40px;
}


/* Breadcrumb */
#breadcrumb .breadcrumb-container .breadcrumb-container-itens {
  flex-wrap: wrap;
}
.pageProduto #breadcrumb .breadcrumb-container .breadcrumb-container-itens-item{
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  color: #545454;
  text-transform: uppercase;
}
.pageProduto #breadcrumb .breadcrumb-container .breadcrumb-container-itens-item:last-child{
  font-weight: 500;
  color: #202020;
}
.pageProduto #breadcrumb .breadcrumb-container .breadcrumb-container-itens-item .breadcrumb-container-itens-item-arrow::after{
  content: "/";
}
.pageProduto #breadcrumb .breadcrumb-container .breadcrumb-container-itens-item .breadcrumb-container-itens-item-arrow svg{
  display: none;
}
.pageProduto #breadcrumb .breadcrumb-container .breadcrumb-container-itens-item:last-child .breadcrumb-container-itens-item-arrow::after{
  display: none;
}
#compreJuntoDetalhe .cardProdutoCombinacao-tentativaInvalida,
#compreJuntoDetalhe .cardProdutoPrincipal-tentativaInvalida{
    border: 1px solid red;
}
#compDetalheProd .calcFrete-form .calcFrete-cep {
  align-items: center;
}
#compDetalheProd .calcFrete-form .calcFrete-cep input {
  border: var(--bordaPadrao);
  height: 45px;
  width: 100%;
  max-width: 310px;
  border-radius: 50px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  color: #202020;
  line-height: 16px;
  margin-right: 0;
  padding-left: 19px;
}
#compDetalheProd .calcFrete-form .calcFrete-cep input::-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  color: #202020;
}
#compDetalheProd .calcFrete-form .calcFrete-cep input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  color: #202020;
}
#compDetalheProd .calcFrete-form .calcFrete-cep button {
  background-color: #ECECEC;
  border-radius: 30px;
  color:#202020;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  margin-left: -113px;
}
#compDetalheProd .calcFrete-form .naoSeiCep {
  display: none;
}
  /* Excluir:  */
.descAdicional .wheyT1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.descAdicional p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.descAdicional .container {
  max-width: 600px;
  margin: 0 auto;
}
.descAdicional .product-image {
  text-align: center;
  margin-bottom: 20px;
}
.descAdicional .product-image img {
  max-width: 100%;
  height: auto;
}
.descAdicional .product-details {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
}
.descAdicional .product-price {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.descAdicional .product-description {
  margin-bottom: 10px;
}
.descAdicional .product-features ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.descAdicional .product-features li {
  color: #666;
}

/* Tabs Products */
.pageProduto .tabsItem-titles {
  display: flex;
  justify-content: center;
  gap: 42px;
  border-top: 1px solid #ddd;
  margin-top: 22px;
  margin-bottom: 44px;
}
.pageProduto .tabsItem-titles .tabsItem-title {
  flex: 1 0 0%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.pageProduto .tabsItem-titles .tabsItem-title:empty {
  display: none;
}
.pageProduto .tabsItem-title div {
  border-top: 2px solid transparent;
  padding-top: 22px;
  color: #202020;
}
.pageProduto .tabsItem-title div {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.pageProduto .tabsItem-title.activeTab div {
  border-top: 2px solid #6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.pageProduto .tabsItem-content .product-short-description p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pageProduto .tabsItem-content .descricaoLongaLista p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.pageProduto .tabsItem-content .informacoesAdicionais {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pageProduto .tabsItem-content .informacoesAdicionais p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.pageProduto .tabsItem-content .itensQueAcompanham {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pageProduto .tabsItem-content .itensQueAcompanham p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.pageProduto .tabsItem-content .videoProdutoTab-row {
  display: block;
  margin: 0 auto;
  max-width: 645px;
  padding-top: 18px;
}
.pageProduto .tabsItem-content .videoProdutoTab {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.pageProduto .tabsItem-content .videoProdutoTab iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageProduto .tabsItem-content .fichaTecnica .fichaTecnicaItens {
  display: flex;
  background-color: #fff;
}
.pageProduto .tabsItem-content .fichaTecnica .fichaTecnicaItens .fichaTecnicaItem {
  display: flex;
  align-items: center;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #545454;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}
.pageProduto .tabsItem-content .fichaTecnica .fichaTecnicaItens .fichaTecnicaItem:first-child {
  padding-left: 16px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.pageProduto .tabsItem-content .fichaTecnica .fichaTecnicaItens .fichaTecnicaItem:last-child {
 justify-content: flex-end;
 padding-right: 16px;
 margin-left: 4px;
 border-top: 1px solid #ECECEC;
 border-bottom: 1px solid #ECECEC;
}
.pageProduto .tabsItem-content .fichaTecnica .fichaTecnicaItens:nth-child(even) .fichaTecnicaItem {
  background-color: #ECECEC;
}

/** ESTILOS DISPONIVEL FLUTUANTE **/
.pageProduto .compDetalheProd-estadosProduto-disponivelFlutuante-precoParcelamento b {
  font-weight: 400 !important;
}

/* Mini Cart */
#carrinhoLateral .carrinhoLateral-rodape-bts .carrinhoLateral-rodape-carrinho {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  border-radius: 50px;
  height: 40px;
  background-color: #6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}

/* Compre Junto */
@media (min-width: 1024px) {
.compreJunto-containerTop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageProduto .perguntas-container-duvidas .perguntas-container-duvidas-button {
    max-width: 330px;
}
}
.compreJunto-containerTop {
  margin-bottom: 10px;
}
.compreJunto-containerTop-t1 {
  font-size: 22px;
  font-weight: bold;
  margin-right: 70px;
}
.compreJunto-containerTop-t1 {
  font-size: 22px;
  font-weight: bold;
  margin-right: 70px;
}
.compreJunto-containerTop .btTrocarProd {
  display: flex;
  align-items: center;
}
.btTrocarProd > div {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #E2E3E4;
  height: 25px;
  padding: 0 12px;
  border-radius: 16px;
}
#compreJuntoDetalhe .compreJunto-combinacao {
  max-width: 1084px;
  margin: 0 auto;
}
#compreJuntoDetalhe .compreJunto-combinacao-icone {
  background-color: transparent;
}
.pageProduto .perguntas-containerInfo-chat{
  display: none;
}
.pageProduto .perguntas-containerInfo-chat-text-p1 {
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.pageProduto .perguntas-containerInfo-chat-text-p2 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.pageProduto .perguntas-container-duvidas .perguntas-container-duvidas-t1 {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #202020;
}
.pageProduto .perguntas-t1 {
  display: none;
}
.pageProduto .perguntas-textoInformativo {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #202020;
}
.pageProduto .perguntas-container-duvidas .perguntas-container-duvidas-button {
  border-radius: 30px;
  height: 40px;
  max-width: 280px;
  width: 100%;
  background-color:#6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}
section .perguntas-container .perguntas-container-box-resposta, .perguntas-container .perguntas-container-box-pergunta {
  border: 1px solid #DADADA;
}
section .perguntas-container .perguntas-respostas-container::before, .perguntas-container .perguntas-container-box-resposta::before {
  background-color: #DADADA;
}
.perguntas-container .perguntas-container-box-resposta-nome, .perguntas-container .perguntas-container-box-pergunta-nome {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #545454;
}
.perguntas-container .perguntas-container-box-resposta-nome b, .perguntas-container .perguntas-container-box-pergunta-nome b {
  font-weight: 300;
}
.perguntas-container .perguntas-container-box-resposta-texto, .perguntas-container .perguntas-container-box-pergunta-texto {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545454;
}
.perguntas-container .perguntas-container-box-pergunta-responda {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  color: #202020;
  text-transform: uppercase;
  text-decoration: underline;
}
#formPerguntasERespostas.perguntas-form .perguntas-form-t1 {
  font-size: 0;
  margin-bottom: 19px;
}
#formPerguntasERespostas.perguntas-form .perguntas-form-t1::after {
  content: "Envie sua pergunta";
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #000000DE;
}
#formPerguntasERespostas.perguntas-form .perguntas-form-t2 {
  font-size: 0;
  margin-bottom: 18px;
}
#formPerguntasERespostas.perguntas-form .perguntas-form-t2::after {
  content: "Deixe sua dúvida aqui que responderemos o quanto antes!";
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #00000099;
}
#formPerguntasERespostas.perguntas-form .formPgtResFinal button {
  border-radius: 30px;
  background-color: #6BB4DD;
  max-width: 218px;
  height: 40px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}

/* Avaliação */
.pageProduto .buttonAvaliarProd-container .buttonAvaliarProd {
  border-radius: 30px;
  height: 40px;
  max-width: 280px;
  width: 100%;
  background-color:#6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}
.pageProduto .formAvaliacaoDetalheProduto-container .containerBtEnviar button {
  border-radius: 30px;
  height: 40px;
  background-color:#6BB4DD;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}
.pageProduto .formularioAvaliacao-recomendaria-item input:checked + label div::before {
  background-color: #545454;
}
#formAvaliacaoDetalheProduto .formularioAvaliacao-formTextLabel {
  display: none;
}

/* Calculo de Frete */
@media (min-width: 1024px) {
.popupResultado .calcFrete-resultado-popContainer {
    min-width: 600px;
}
}
@media (max-width: 1023px) {
.pageProduto .boxSuperiorDetalhe{
    margin-bottom: 0;
}
.compreJunto-containerTop .btTrocarProd{
    margin-top: 10px;
}

  /* .pageProduto .tabsItem {
    border-top: 1px solid #545454;
  } */
.pageProduto .tabsItem .tabsItem-title {
    border-top: 1px solid #545454;
    padding-top: 16px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pageProduto .tabsItem .tabsItem-title:empty {
    display: none;
}
.pageProduto .tabsItem .tabsItem-title::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjciIHkxPSIxMi42IiB4Mj0iMTgiIHkyPSIxMi42IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuOCIvPgo8bGluZSB4MT0iMTIuNiIgeTE9IjE4IiB4Mj0iMTIuNiIgeTI9IjciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC44Ii8+Cjwvc3ZnPgo=");
    width: 25px;
    height: 25px;
}
.pageProduto .tabsItem.activeTab .tabsItem-title::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjciIHkxPSIxMi42IiB4Mj0iMTgiIHkyPSIxMi42IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuOCIvPgo8L3N2Zz4K");
    width: 25px;
    height: 25px;
}
.pageProduto .tabsItem .tabsItem-content {
    padding-bottom: 16px;
}
#compreJuntoDetalhe .compreJunto-combinacao {
    display: flex;
    flex-wrap: wrap;
}
#compreJuntoDetalhe .compreJunto-combinacao .cardProduto:nth-child(1),
  #compreJuntoDetalhe .compreJunto-combinacao .cardProduto:nth-child(3) {
    flex: 0 0 auto;
    width: 40%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
#compreJuntoDetalhe .compreJunto-combinacao .compreJunto-combinacao-icone.iconeSoma {
    margin-top: auto;
    margin-bottom: auto;
}
#compreJuntoDetalhe .compreJunto-combinacao .compreJunto-combinacao-icone.iconeIgual {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
#compreJuntoDetalhe .compreJunto-combinacao .cardComprar-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
}


.tabsItem-title[data-v-52b96a4c] {
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  user-drag: none;
}


.compComparadorProdutos-produtos-produto {
  width: calc(33% - 65px);
  display: flex;
  flex-direction: column;
}
.compComparadorProdutos-produtos-produto-select {
  width: calc(100% - 40px);
  height: 40px;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #ECECEC;
  padding: 6px 20px;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto-select {
    margin: 0 auto;
    width: calc(100% - 14px);
}
}
.compComparadorProdutos-produtos-produto-select-atual {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 20px);
}
.compComparadorProdutos-produtos-produto-select-itens {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  border: 1px solid #ECECEC;
  z-index: 3;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}
.compComparadorProdutos-produtos-produto-select-itens-opc {
  width: 100%;
}
.compComparadorProdutos-produtos-produto-select-itens-opc.remove {
  display: none;
}
.compComparadorProdutos-produtos-produto-select-itens-opc>span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 20px;
}
.compComparadorProdutos-produtos-produto-select-itens-opc:hover>span {
  background-color: #ECECEC;
}
.compComparadorProdutos-produtos-produto-select:not(.opened) .compComparadorProdutos-produtos-produto-select-itens {
  display: none;
}
.compComparadorProdutos-produtos-produto-container {
  padding: 7px 20px 16px;
  margin-top: 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto-container {
    padding: 7px;
}
}
.compComparadorProdutos-produtos-produto-container-img {
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div:not(.thumbMore) {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div.thumbMore {
  font-size: 19px;
  color: #000;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas {
  flex: 1 1 auto;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas.noCar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-vazio {
  font-size: 80px;
  color: #ccc;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item {
  padding: 12px 0 14px;
  font-size: 12px;
  font-weight: 300;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item-label {
  font-weight: 700;
}
.compComparadorProdutos-produtos-produto-verDetalhes {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #828282;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos-produto {
    width: calc(50% - 8px);
}
.compComparadorProdutos-produtos-produto-container-img-thumbs {
    gap: 6px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div:not(.thumbMore) {
    width: 20px;
    height: 20px;
}
.compComparadorProdutos-produtos-produto-container-img-thumbs>div.thumbMore {
    font-size: 15px;
}
.compComparadorProdutos-produtos-produto-container-caracteristicas-item {
    font-size: 12px;
}
.compComparadorProdutos-produtos-produto-verDetalhes {
    font-size: 12px;
}
}

.comparison-table__card {
  width: 253px;
  display: flex;
  flex-direction: column;
}
.comparison-table__card--container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.comparison-table__card--img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
  height: 276px;
  min-height: 276px;
  width: 190px;
}
.comparison-table__card--prod-name {
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  text-align: center;
  margin-bottom: 5px;
}
.comparison-table__card--carac {
  height: auto;
  min-height: 200px;
  width: 100%;
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__card--carac.noCar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccomparison-table__card--carac-empty {
  font-size: 80px;
  color: #ccc;
}
.comparison-table__card--carac-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  min-height: 60px;
  font-weight: 400;
  padding: 0 1rem;
}
.comparison-table__card--carac-item:nth-child(even) {
  background-color: #ECECEC;
}
.comparison-table__card--carac-label {
  font-weight: 700;
}
.comparison-table__card--prices {
  height: 45px;
  width: 190px;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.comparison-table__card--prices .cardprod-precoDe {
  text-decoration: line-through;
  color: #545454;
}
.comparison-table__card--prices .cardprod-valor {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: 200ms;
  line-height: 1.2;
}
.comparison-table__card--actions {
  position: relative;
  height: 40px;
  width: 190px;
}
.comparison-table__card--actions .comparison-table__button {
  background-color: #6BB4DD;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 201px;
  height: 40px;
  width: 201px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
.comparison-table__card {
    position: relative;
}
.comparison-table__card--container {
    position: relative;
    padding-bottom: 100px;
}
.comparison-table__card--carac-item {
    font-size: 12px;
    min-height: 85px;
}
.comparison-table__card--prices {
    position: absolute;
    left: 0;
    bottom: 55px;
}
.comparison-table__card--actions {
    position: absolute;
    left: 0;
    bottom: 15px;
}
.comparison-table__card--actions .comparison-table__button {
    width: 90%;
}
}
@media (max-width: 376px) {
.comparison-table__card {
    height: max-content;
}
}


.comparison-table[data-v-49c57c54] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.comparison-table__container[data-v-49c57c54] {
  background-color: #FFF;
  padding: 1rem 0;
  width: 1066px;
}
.comparison-table__close[data-v-49c57c54]{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem;
  height: 40px;
  width: 100%;
}
.comparison-table__close .comparison-table__close-btn[data-v-49c57c54]{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #ECECEC;
  color: #545454;
}
.comparison-table__content[data-v-49c57c54]{
  display: flex;
  justify-content: center;
  max-height: 80vh;
  overflow-y: auto;
}

/* width */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.comparison-table__content[data-v-49c57c54]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.comparison-table__sidebar[data-v-49c57c54] {
  width: 235px;
}
.comparison-table__title[data-v-49c57c54] {
  font-size: 35px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 276px;
}
.comparison-table__title b[data-v-49c57c54] {
  font-weight: 500;
}
.comparison-table__carac-title[data-v-49c57c54] {
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__carac-label[data-v-49c57c54] {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  min-height: 60px;
  padding-left: 1rem;
  background-color: #FFFFFF;
}
.comparison-table__carac-label[data-v-49c57c54]:nth-child(even) {
  background-color: #ECECEC;
}
@media (max-width: 1023px) {
.comparison-table__container[data-v-49c57c54] {
    height: 100%;
    width: 100%;
}
.comparison-table__content[data-v-49c57c54] {
    max-height: inherit;
    justify-content: flex-start;
    height: calc(100% - 90px);
}
.comparison-table__title[data-v-49c57c54] {
    height: auto;
    font-size: 24px;
    align-items: center;
    margin-bottom: 15px;
}
.comparison-table__sidebar[data-v-49c57c54] {
    background-color: #fff;
    height: min-content;
    min-width: 120px;
    padding: 276px 0 100px 0;
    width: 120px;
    position: sticky;
    left: 0;
    z-index: 5;
}
.comparison-table__sidebar[data-v-49c57c54]::after {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(84, 84, 84, 0.20);
    right: 0;
    height: 100px;
}
.comparison-table__carac-title[data-v-49c57c54] {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid rgba(84, 84, 84, 0.20);
}
.comparison-table__carac-label[data-v-49c57c54] {
    min-height: 85px;
    padding: 0 .75rem;
}
}


body {
  counter-reset: passos;
}


.nenhumProdutoEncontrado[data-v-988a3e2e] {
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#compComparadorProdutos[data-v-988a3e2e] {
  padding: 32px 0;
}
@media (max-width: 1024px) {
#compComparadorProdutos[data-v-988a3e2e] {
  padding: 24px 0;
}
}
.compComparadorProdutos-t1[data-v-988a3e2e] {
  color: #202020;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: center;
}
.compComparadorProdutos-textoVitrine[data-v-988a3e2e] {
  color: #202020;
  font-weight: 300;
  font-size: 15px;
  margin: 0 20px 40px;
  text-align: center;
}
.compComparadorProdutos-menu[data-v-988a3e2e] {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin-bottom: 35px;
}
.compComparadorProdutos-menu-item>span[data-v-988a3e2e] {
  font-weight: 300;
  font-size: 15px;
  color: #202020;
  cursor: pointer;
  text-transform: uppercase;
}
.compComparadorProdutos-menu-item.selecionado>span[data-v-988a3e2e] {
  font-weight: 500;
  text-decoration: underline;
}
.compComparadorProdutos-produtos[data-v-988a3e2e] {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.compComparadorProdutos-produtos-produto-selects[data-v-988a3e2e] {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  width: 100%;
}
.compComparadorProdutos-produtos-produto-verDetalhes[data-v-988a3e2e] {
  background-color: #000;
  color: #ffffff;
}
.compComparadorProdutos-produtos-produto-select.opened .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  display: block;
}
.compComparadorProdutos-produtos-produto-select.opened .compComparadorProdutos-produtos-produto-select-arrow[data-v-988a3e2e] {
  transform: rotateX(180deg);
  transition: all 0.4s;
}
.compComparadorProdutos-produtos-produto-select.disabled[data-v-988a3e2e] {
  opacity: 0.5;
  cursor: not-allowed;
}
.compComparadorProdutos-produtos-produto-select-itens-opc.selecionado[data-v-988a3e2e] {
  display: none;
}
.compComparadorProdutos-produtos-produto-select.disabled .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  display: none;
}
.compComparadorProdutos-produtos-produto-select .compComparadorProdutos-produtos-produto-select-arrow[data-v-988a3e2e] {
  transform: rotateX(0);
  transition: all 0.4s;
}
.compComparadorProdutos-produtos-produto-select .compComparadorProdutos-produtos-produto-select-itens[data-v-988a3e2e] {
  border-top: 0.1875rem solid #e2e3e4;
}
.compComparadorProdutos-produtos-produto-selectBox[data-v-988a3e2e] {
  max-width: 300px;
  width: 100%;
}
.compComparadorProdutos[data-v-988a3e2e] {
  counter-reset: passos;
}
.compComparadorProdutos-produtos-produto-select-t1[data-v-988a3e2e] {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 13px;
}
.compComparadorProdutos-produtos-produto-select-t1[data-v-988a3e2e]::before {
  counter-increment: passos;
  content: counter(passos) ". ";
}
.comparison-table__card--actions[data-v-988a3e2e] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}
.comparison-table__card--actions .comparison-table__button[data-v-988a3e2e] {
    background-color: #6BB4DD;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    min-width: 296px;
    width: auto;
}
.comparison-table__card--actions .comparison-table__button[data-v-988a3e2e]:hover {
    background-color: #4DB45E;
}
@media (max-width: 1023px) {
.compComparadorProdutos-produtos[data-v-988a3e2e] {
    gap: 8px;
}
.compComparadorProdutos-t1[data-v-988a3e2e] {
    font-size: 20px;
}
.compComparadorProdutos-menu[data-v-988a3e2e] {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    font-size: 14px;
}
.compComparadorProdutos-menu-item>span[data-v-988a3e2e] {
    font-size: 12px;
}
.compComparadorProdutos-menu[data-v-988a3e2e]::-webkit-scrollbar {
    display: none;
}
}


.searchPageContainer[data-v-6b8cfa42]{
  max-width: 1366px;
  padding: 0 30px;
  margin: 0 auto;
}
.searchPageContentContainer[data-v-6b8cfa42]{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.searchPageProducts[data-v-6b8cfa42]{
  max-width: 895px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.searchPageFilters[data-v-6b8cfa42]{
  margin-left: 110px;
  display: flex;
  flex-direction: column;
  max-width: 210px;
  width: 100%;
}
.searchPageContainer .filtros .filtros-topo[data-v-6b8cfa42]{
  display: none;
}
.searchPageBannerSection[data-v-6b8cfa42] {
  width: 100%;
}
.breadcrumb-container-itens-item[data-v-6b8cfa42]:last-child{
  font-weight: bold;
}
h1[data-v-6b8cfa42]{
  font-size: 18px;
  font-weight: 500;
  color: #2D2D2D;
  position: relative;
}
h1[data-v-6b8cfa42]::before{
  content: '';
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.descricaoCurta[data-v-6b8cfa42]{
  margin-bottom: 50px;
}
.categoriaTopo[data-v-6b8cfa42]{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.categoriaTopo-itens[data-v-6b8cfa42]{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  width: 100%;
  max-width: 505px;
}
.geralPaginacao[data-v-6b8cfa42]{
  margin-top: 40px;
}
@media (min-width: 1024px) {
h1[data-v-6b8cfa42]{
    margin-bottom: 23px;
}
h1[data-v-6b8cfa42]::before{
    width: 50%;
}
}
.categoriaTopo-filtrar[data-v-6b8cfa42]{
  width: 100%;
  max-width: 120px;
  height: 35px;
  border: 1px solid #2D2D2D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #2D2D2D;
  cursor: pointer;
}
@media (max-width: 1023px) {
h1[data-v-6b8cfa42]{
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-align: center;
}
h1[data-v-6b8cfa42]::before{
    width: 100%;
}
}
#filtros-fundoEscuro[data-v-6b8cfa42]{
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
}
.labelBtFiltrar[data-v-6b8cfa42] {
  margin-right: 12px;
}


.noCatFilter .filtros-containerCategorias {
  display: none !important;
}
.searchPageContainer div.filtroOpcoes-inputRadio{
  width: 18px;
  height: 18px;
  border-radius: 10px;
  margin-right: 10px;
}
.searchPageContainer div.filtros-container{
  padding-top: 0px;
  overflow-y: initial;
  overflow-x: initial;
}
.searchPageContainer  .filtros-wrapper{
  background: #fff;
}
.searchPageContainer .slider-tooltip{
  background-color: transparent;
  border: 0;
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 128.571% */
}
.searchPageContainer .slider-horizontal{
  height: 1px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.searchPageContainer .slider-base{
  height: 1px;
}
.searchPageContainer .slider-connect{
  background-color: #545454;
  height: 1px;
}
.searchPageContainer .slider-handle{
  background-color: #545454;
  width: 10px;
  height: 10px;
  top: -4px;
}
.searchPageContainer .slider-horizontal .slider-origin>.slider-tooltip-top{
  bottom: -29px;
  padding: 0;
}
.searchPageContainer .slider-horizontal .slider-tooltip-top:before{
  display: none;
}
.searchPageContainer .filtroOpcoes-topo.open .filterToggle {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 844'%3E%3Cg id='Group 841'%3E%3Cline id='Line 36' x1='7' y1='12.6' x2='18' y2='12.6' stroke='black' stroke-width='0.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}
.searchPageContainer .filtroOpcoes-topo .filterToggle{
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 842'%3E%3Cg id='Group 841'%3E%3Cline id='Line 36' x1='7' y1='12.6' x2='18' y2='12.6' stroke='black' stroke-width='0.8'/%3E%3Cline id='Line 37' x1='12.6' y1='18' x2='12.6' y2='7' stroke='black' stroke-width='0.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}
.searchPageContainer h3.filtros-opcoes-title{
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 120% */
  color: #202020;
}
.searchPageFilters .pageTitle {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #545454;
  margin-bottom: 16px;
  text-transform: none;
}
.searchPageFilters .pageTitle::before{
  display: none;
}
.searchPageFilters li.breadcrumb-container-itens-item{
  font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1px;
text-transform: uppercase;
color: #545454;
}
.searchPageFilters #breadcrumb{
  margin-bottom: 23px;
  margin-top: 0;
}
.searchPageFilters #breadcrumb .weContainer{
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.searchPageFilters .breadcrumb-container-itens-item-arrow{
  margin: 0 4px;
}
.searchPageFilters .breadcrumb-container-itens-item:last-child{
  font-weight: bold;
}
#breadcrumb .breadcrumb-container .breadcrumb-container-itens-item:last-child{
  font-weight: 500;
  color: #202020;
}
#breadcrumb .breadcrumb-container .breadcrumb-container-itens-item .breadcrumb-container-itens-item-arrow::after{
  content: "/";
}
#breadcrumb .breadcrumb-container .breadcrumb-container-itens-item .breadcrumb-container-itens-item-arrow svg{
  display: none;
}
#breadcrumb .breadcrumb-container .breadcrumb-container-itens-item:last-child .breadcrumb-container-itens-item-arrow::after{
  display: none;
}
.searchPageFilters #breadcrumb-item-home{
  font-size: 0;
  white-space: break-spaces;
}
.searchPageFilters #breadcrumb-item-home::before {
  content: "ROPO";
  font-size: 10px;
}
.searchPageFilters .filtroOpcoes-opcao .filtroOpcoes-opcao-btn-label, .filtroOpcoes-opcao a.link-navigation label{
  font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 18px; /* 128.571% */
color: #545454;
}
li.filtroOpcoes-opcao-atual a.link-navigation label{
  font-weight: 500;
}
.searchPageFilters div.filtroOpcoes-topo{
  padding: 0;
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.searchPageFilters ul.filtroOpcoes-opcoes{
  padding: 0;
  max-height: 108px;
}
.searchPageContainer select.ordenar-box-select{
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1'%3E%3Cg id='Dribbble-Light-Preview'%3E%3Cg id='icons'%3E%3Cpath id='arrow_up-%5B%23337%5D' fill-rule='evenodd' clip-rule='evenodd' d='M0.714513 0.183902C0.519641 0.387249 0.519641 0.716494 0.714513 0.919323L4.8463 5.21978C5.23654 5.62596 5.86962 5.62596 6.25987 5.21979L10.4221 0.888181C10.615 0.686918 10.6175 0.361773 10.4271 0.157909C10.2328 -0.0506406 9.91247 -0.0526348 9.7151 0.152269L5.9066 4.11678C5.71123 4.32012 5.39493 4.32012 5.19956 4.11678L1.42105 0.183902C1.22618 -0.0194448 0.909385 -0.0194448 0.714513 0.183902Z' fill='%23545454'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  max-width: 150px;
  height: 40px;
  text-align: left;
  padding-left: 12px;
  background-position: right 12px center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  color: #545454;
}
.searchPageContainer .ordenar-box-label{
  display: none;
}
.searchPageContainer .ordenar-box{
  justify-content: flex-end;
}
.searchPageContainer .ancoraComparador{
  padding: 16px 24px;
  border: 1px solid rgba(84, 84, 84, 0.25);
  margin-bottom: 16px;
}
.searchPageContainer .ancoraTitle{
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #202020;
  margin-bottom: 8px;
}
.searchPageContainer .ancoraTexto{
  color: #202020;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 120% */
}
.searchPageContainer .ancoraLink{
  text-decoration: underline;
  cursor: pointer;
}
.searchPageContainer .pagination.geralPaginacao{
  justify-content: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(84, 84, 84, 0.20);
}
.searchPageContainer a.btn-first.btn-link{
  display: none;
}
.searchPageContainer a.btn-last.btn-link{
  display: none;
}
.searchPageContainer a.btn-prev.btn-link{
  width: auto;
  height: auto;
  border: 0;
  margin-right: 30px;
}
.searchPageContainer a.btn-prev.btn-link>span {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #545454;
}
.searchPageContainer a.btn-next.btn-link{
  width: auto;
  height: auto;
  border: 0;
   margin-left: 30px;
}
.searchPageContainer a.btn-next.btn-link>span {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #545454;
}
.searchPageContainer a.btn-link:not(.paginationDisabled):hover{
  background-color: transparent;
  color: #545454;
  font-weight: bold;
}
.searchPageContainer a.pagination-list-item-btn{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  color: #545454;
  background-color: transparent;
  width: auto;
  height: auto;
  border: 0;
}
.searchPageContainer a.pagination-list-item-btn.selected {
  color: #545454;
  background-color: transparent;
  border: 0;
}
.searchPageContainer .pagination-list-item:not(:last-child) a.pagination-list-item-btn{
  margin-right: 30px;
}
.searchPageContainer a.pagination-list-item-btn:hover{
  background-color: transparent;
  color: #545454;
  font-weight: bold;
}
.searchPageContainer a.pagination-list-item-btn.selected{
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
.searchPageContainer .filtros-topo{
  display: none;
}
}
@media screen and (max-width: 1024px) {
.searchPageContainer{
    padding: 0 24px;
}
.searchPageBannerSection img{
    width: 100%;
    height: auto;
}
.searchPageContainer .filtros-wrapper{
  padding: 0 30px;
  padding-right: 36px;
  padding-top: 23px;
  padding-bottom: 20px;
  position: relative;
}
.searchPageContainer div.filtros-container{
  padding-top: 0px;
  padding-left: 15px;
  background: transparent;
  overflow-y: auto;
  overflow-x: visible;
  max-width: 295px;
  padding-bottom: 0;
      height: 100%;
  bottom: 0;
}
.category-top-buttons{
    display: flex;
    justify-content: center;
}
.mobileFilterButton{
    width: 120px;
    height: 40px;
    border: 1px solid rgba(32, 32, 32, 0.20);
    margin-right: 1rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 128.571% */
    color: #000;
}
.mobileOrderButton{
    width: 120px;
    height: 40px;
    border: 1px solid rgba(32, 32, 32, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 128.571% */
    color: #000;
}
.searchPageContainer .ancoraComparador{
    padding: 12px 16px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.searchPageContentContainer{
    flex-direction: column;
    margin-top: 0 !important;
}
.searchPageContainer .ancoraTexto{
    max-width: 250px;
}
.searchPageContainer .searchPageFilters{
    margin-left: 0;
    max-width: 100%;
}
.searchPageFilters .pageTitle{
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 24px;
}
.searchPageContainer .filters-topMobile-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.searchPageContainer .filterMobileClose{
    width: 30px;
    height: 30px;
    background-color: #ECECEC;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: unset;
    padding: 0;
    position: absolute;
    z-index: 20;
    left: -45px;
}
.searchPageContainer .filtros-topo-box .pageTitle {
  margin-bottom: 16px;
  text-align: left;
  margin-top: 24px;
}
.searchPageContainer .filtros-topo {
  margin-bottom: 0;
  padding: 0;
}
.searchPageContainer .filters-topMobile {
  width: 100%;
}
.searchPageContainer .storeLogo {
  display: flex;
  justify-content: center;
}
.searchPageContainer .filters-topMobile-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.searchPageContainer .filtros-wrapper{
  padding: 0 30px;
  padding-right: 36px;
  padding-top: 23px;
  padding-bottom: 20px;
  position: relative;
}
.searchPageContainer .filtros-topo-box{
  justify-content: center;
  flex-direction: column;
}
.searchPageContainer .filters-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #80764B;
  border-radius: 8px;
}
}
@media (min-width: 1024px) {
.searchPageContainer .filters-topMobile,
  .searchPageContainer .filters-button {
    display: none;
}
}

