.product-card-skeleton[data-v-3176d421] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background-color: #FFF;
}
.product-card-skeleton__img[data-v-3176d421] {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  background-color: #e4e4e4;
  border-radius: 12px;
}
.product-card-skeleton__text-top[data-v-3176d421],
.product-card-skeleton__body[data-v-3176d421] {
  padding: 0 8px 8px;
}
.product-card-skeleton__star[data-v-3176d421] {
  margin-bottom: 6px;
  width: 65px;
  height: 10px;
  background-color: #e4e4e4;
  border-radius: 4px;
}
.product-card-skeleton__name1[data-v-3176d421],
.product-card-skeleton__name2[data-v-3176d421],
.product-card-skeleton__name3[data-v-3176d421] {

  height: 13.9px;
  background-color: #e4e4e4;
  border-radius: 4px;
}
.product-card-skeleton__name1[data-v-3176d421] {
  margin-bottom: 1px;
  width: 95%;
}
.product-card-skeleton__name2[data-v-3176d421] {
  margin-bottom: 1px;
  width: 70%;
}
.product-card-skeleton__name3[data-v-3176d421] {
  margin-bottom: 4px;
  width: 100%;
}
.product-card-skeleton__sub1[data-v-3176d421],
.product-card-skeleton__sub2[data-v-3176d421],
.product-card-skeleton__sub3[data-v-3176d421] {
  height: 13px;
  background-color: #e4e4e4;
  border-radius: 4px;
}
.product-card-skeleton__sub1[data-v-3176d421] {
  margin-bottom: 1px;
  width: 95%;
}
.product-card-skeleton__sub2[data-v-3176d421] {
  margin-bottom: 1px;
  width: 70%;
}
.product-card-skeleton__sub3[data-v-3176d421] {
  width: 100%;
}
.product-card-skeleton__price-from[data-v-3176d421] {
  width: 44px;
  height: 13px;
  background-color: #e4e4e4;
  border-radius: 4px;
  margin-bottom: 2px;
}
.product-card-skeleton__price-to[data-v-3176d421] {
  margin-bottom: 2px;
  width: 70px;
  height: 20.52px;
  background-color: #e4e4e4;
  border-radius: 4px;
}
.product-card-skeleton__price-installment[data-v-3176d421] {
  margin-bottom: 8px;
  width: 100%;
  height: 12.53px;
  background-color: #e4e4e4;
  border-radius: 4px;
}
.product-card-skeleton__btn[data-v-3176d421] {
  width: 100%;
  height: 40px;
  background-color: #e4e4e4;
  border-radius: 4px;
}


.tab-skeleton[data-v-e6cbc55c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 8px;
  animation: loading-e6cbc55c 1.2s ease infinite alternate;
}
@keyframes loading-e6cbc55c {
to {
    opacity: 0;
}
}
@media (min-width: 1024px) {
.tab-skeleton[data-v-e6cbc55c] {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.tab-skeleton__card[data-v-e6cbc55c] {
    width: 100%;
    max-width: 240px;
    padding: 12px 15px;
}
}

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

@charset 'UTF-8';
/* Icons */
@font-face {
  font-family: 'slick';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA)
    format('woff');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

div.slick-slider .blue--arrow-btn {
  top: calc(50% - 17px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #f1f1ff;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
div.slick-slider .blue--arrow-btn img {
  display: block;
  width: 22px;
}
div.slick-slider .blue--arrow-btn.slick-disabled img {
  filter: brightness(0);
  opacity: 0.38;
}
div.slick-slider .blue--arrow-btn::before {
  content: none;
}
div.slick-slider .blue--arrow-btn.slick-prev {
  left: 0;
}
div.slick-slider .blue--arrow-btn.slick-next {
  right: 0;
}

/* 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-49e708ef] {
  padding: 20px 0;
  margin-top: 25px;
}
.tab-showcase__title[data-v-49e708ef] {
  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-49e708ef] {
    margin: 0 0 32px;
}
}
.tab-showcase__navigations[data-v-49e708ef] {
  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-49e708ef] {
  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-49e708ef]:not(.current) {
  color: #545454;
}
.tab-showcase__navigation.current[data-v-49e708ef] {
  border-top: 2px solid #6BB4DD;
  font-weight: 600;
  color: #202020;
}
@media (max-width: 1023px) {
.tab-showcase__navigations[data-v-49e708ef] {
    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-49e708ef] {
    height: 32px;
    align-items: end;
}
}
.tab-showcase__product-container[data-v-49e708ef],
.tab-showcase__skeleton[data-v-49e708ef] {
  padding: 0 16px;
}
.tab-showcase__product-container[data-v-49e708ef] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 8px;
}
.tab-showcase__banner[data-v-49e708ef] {
  border-radius: 12px;
  overflow: hidden;
}
.tab-showcase__banner-item[data-v-49e708ef],
.tab-showcase__banner-item img[data-v-49e708ef] {
  display: block;
  width: 100%;
}
.tab-showcase__card[data-v-49e708ef] {
  gap: 16.411px;
  background-color: #FFF;
}
.tab-showcase__no-products[data-v-49e708ef] {
  grid-column: 1 / -1;
}
.tab-showcase__no-products p[data-v-49e708ef] {
  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-49e708ef] {
    position: relative;
    display: flex;
    gap: 0 15px;
    padding: 0 27px 0 42px;
    margin: 0 auto;
    max-width: 1306px;
}
.tab-showcase__banner[data-v-49e708ef] {
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}
div.tab-showcase__slider[data-v-49e708ef] {
    position: static;
    margin: 0 auto;
}
.tab-showcase__card.cardprod[data-v-49e708ef] {
    max-width: 270px;
    padding-bottom: 40px;
    height: 100%;
}
.tab-showcase__no-products[data-v-49e708ef] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
}
@media (max-width: 1023px) {
.tab-showcase__product-container[data-v-49e708ef] {
    grid-template-columns: auto;
}
}
.containerListaProds.formatoLista[data-v-49e708ef] {
  display: flex;
  flex-direction: column;
}

/* Card */
.cardprod[data-v-49e708ef] {
  display: flex;
  margin-bottom: 30px;
  padding: 12px 15px;
}
.vitrine-prod[data-v-49e708ef] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
.cardprod[data-v-49e708ef] {
    flex-direction: column;
    gap: 5px;
}
.vitrine-prod[data-v-49e708ef] {
    flex-direction: row;
    align-items: flex-start;
}
.cardprod-actions[data-v-49e708ef] {
    position: relative;
    display: block;
    margin: 0 auto 8px;
    height: 40px;
    width: 100%;
}
.cardprod-actions .cardprod-btComprar[data-v-49e708ef] {
    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-49e708ef] {
  position: relative;
  text-align: center;
}
.cardProd-topo img[data-v-49e708ef] {
  margin-bottom: 10px;
  max-width: 210px;
  max-height: 210px;
}
.vitrine-infos[data-v-49e708ef]{
  flex: 0 1 auto;
}
@media (max-width: 1023px) {
.cardProd-topo img[data-v-49e708ef] {
    margin: 0;
    width: 100%;
}
.vitrine-infos[data-v-49e708ef]{
    width: 48%;
}
}
.cardProd-group[data-v-49e708ef] {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* Selo */
.cardProd-selo[data-v-49e708ef]{
  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-49e708ef] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  max-height: 23px;
}
.cardProd-selo-item-texto[data-v-49e708ef] {
  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-49e708ef] {
    flex-direction: column;
    align-items: flex-start;
}
.cardProd-selo-item-texto[data-v-49e708ef] {
    font-size: 9px;
    padding: 1px 5px;
}
}

/* Botão de compra  */
.cardprod-btComprar[data-v-49e708ef] {
  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-49e708ef] {
  opacity: 1;
  visibility: inherit;
}
.cardProd-nomeGrade[data-v-49e708ef] {
  display: flex;
  margin-bottom: 7px;
  width: 100%;
  justify-content: space-between;
}
.cardProd-nomeGrade-nome[data-v-49e708ef] {
  flex: 1 1 auto;
  line-height: 1;
}
@media (min-width: 1024px) {
.cardProd-nomeGrade[data-v-49e708ef] {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
}
}

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

/* Preços do produto */
.cardprod-precos[data-v-49e708ef] {
  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-49e708ef] {
  text-decoration: line-through;
  color: #545454;
}
.cardprod-valor[data-v-49e708ef] {
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: 200ms;
  line-height: 1.2;
}
@media (max-width: 1023px) {
.cardprod-valor[data-v-49e708ef] {
    font-size: 18px;
}
}
.cardprod-valor-por[data-v-49e708ef]{
  font-weight: 400;
  font-size: 12px;
}
.cardprod-containerPrecos[data-v-49e708ef] {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 16px;
  gap: 5px;
}
.cardprod-valorCartao[data-v-49e708ef] {
  font-size: 12px;
}
.cardProduto-indisponivel-wrap[data-v-49e708ef] {
  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-49e708ef]{
  opacity: 1;
  visibility: inherit;
  text-align: center;
  max-width: inherit;
  bottom: -50px;
  width: 100%;
}
.cardProd-compare[data-v-49e708ef]{
  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-49e708ef]{
  appearance: none;
  cursor: pointer;
  border: 1px solid #545454;
  height: 14px;
  width: 14px;
  position: relative;
  z-index: 1;
}
.cardProd-compare .chk-compare[data-v-49e708ef]:checked{
  border: 1px solid #00d26a;
  opacity: 1;
}
.cardProd-compare .input[data-v-49e708ef]{
  opacity: 0;
  position: relative;
  z-index: 0;
}
.chk-compare:checked ~ .input[data-v-49e708ef]{
  opacity: 1
}
.cardProd-compare .input[data-v-49e708ef]::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-49e708ef] {
    margin-bottom: 0;
}

  /* Preço do produto */
.cardprod-precos[data-v-49e708ef] {
    margin-top: inherit;
    flex: inherit;
    width: 48%;
}
.cardprod-precos .cardProd-group[data-v-49e708ef] {
    position: relative;
    margin-bottom: 16px;
}
.cardProduto-indisponivel-wrap[data-v-49e708ef] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    height: 70px;
}
.cardProd-compare[data-v-49e708ef] {
    padding-left: 4.5rem;
}
}
.descontoVistaImg[data-v-49e708ef] {
  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-49e708ef] {
  max-width: 100px;
  max-height: 25px;
  margin-bottom: 0;
}
.ProdNaoDisponivel[data-v-49e708ef] {
  font-size: 18px;
  font-weight: bold;
}

