.stamps[data-v-2eef3a62] {
  display: flex;
  gap: 4px;
  width: fit-content;
  pointer-events: none;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.stamps__item-text[data-v-2eef3a62] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 3px 12px;
  color: var(--neutral__50);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--text__light);
  border: solid 1px;
  border-radius: 12px;
}

.image[data-v-3f7e9b25] {
  position: relative;
}
.image img[data-v-3f7e9b25] {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.image-on-hover[data-v-3f7e9b25] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 350ms;
}

.stamps-on-image[data-v-06725250] {
  position: absolute;
  inset: 0;
  pointer-events: none; 
  z-index: 5;
}
.stamps[data-v-06725250] {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stamps__item[data-v-06725250] {
  position: absolute;
}
.stamps__item-image[data-v-06725250],
.stamps__item-text[data-v-06725250] {
  display: block;
  width: 48px;
  height: auto;
}

/* posições fixas */
.stamps__item.top-left[data-v-06725250] {
  top: 8px;
  left: 8px;
}
.stamps__item.top-right[data-v-06725250] {
  top: 8px;
  right: 20px;
}
.stamps__item.bottom-left[data-v-06725250] {
  bottom: 8px;
  left: 8px;
}
.stamps__item.bottom-right[data-v-06725250] {
  bottom: 8px;
  right: 8px;
}
@media(min-width: 1024px){
.stamps__item.top-right[data-v-06725250] {
    right: 40px;
}
}

.name[data-v-141ad50f] {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #373835;
  display: -webkit-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist[data-v-becc0c82] {
  position: relative;
  border-radius: 50%;
}
.wishlist.small[data-v-becc0c82] {
  padding: 0;
}
.wishlist.large[data-v-becc0c82] {
  padding: 8px 10px;
}
.wishlist svg[data-v-becc0c82] {
  display: block;
}
.wishlist svg path[data-v-becc0c82] {
  transition: 350ms;
}
.wishlist__favorited[data-v-becc0c82] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.unfavorite .wishlist__favorited[data-v-becc0c82] {
  opacity: 0;
}
.favorited .wishlist__favorited[data-v-becc0c82] {
  opacity: 1;
}
.product-card__actions .wishlist__favorited svg[data-v-becc0c82]:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.unfavorite svg[data-v-becc0c82]:nth-child(2) {
  opacity: 0;
}
.favorited svg[data-v-becc0c82]:nth-child(2) {
  opacity: 1;
}
.favorited svg[data-v-becc0c82] {
  position: absolute;
  top: 0;
  left: -26px;
}
.prices[data-v-59355c27] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prices__from[data-v-59355c27] {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #4A4A4A;
  text-decoration: line-through;
  margin-right: 6px;
}
.prices__per[data-v-59355c27],
.prices__withDiscount[data-v-59355c27],
.prices__converted-main[data-v-59355c27] {
  font-size: 18px;
  font-weight: 600;
  color: #373835;
  line-height: 28px;
}
.prices__condition[data-v-59355c27]{
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #4A4A4A;
}
.ratings[data-v-f687500c] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ratings-stars[data-v-f687500c] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ratings-stars__item[data-v-f687500c] {
  position: relative;
}
.ratings-stars__item img[data-v-f687500c] {
  display: block;
  max-width: unset;
}
.ratings-stars__item-filled[data-v-f687500c] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ratings-numbers[data-v-f687500c] {
  font: var(--assistants__regular__10);
  font-size: 10px;
  font-weight: 400;
  color: var(--neutral__400);
}
@media(min-width: 1024px) {
.ratings[data-v-f687500c] {
    gap: 8px;
}
.ratings-numbers[data-v-f687500c] {
    font-size: 12px;
}
}

.installment[data-v-e37b3ea8] {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #373835;
  margin-bottom: 9px;
}

@media(min-width: 1024px) {
.product-card:hover .image-main {
    opacity: 0;
    transition: all 200ms ease-in-out;
}
.product-card:hover .image-on-hover {
    opacity: 1;
    transition: all 200ms ease-in-out;
}
.product-card .image-main {
    opacity: 1;
    transition: all 200ms ease-in-out;
}
.product-card .image-on-hover {
    opacity: 0;
    transition: all 200ms ease-in-out;
}
.product-card .image-main.no-image {
    opacity: 1!important;
}
.product-card.showcase__card:hover .image.product-card__images{
    display: flex;
}
}
.image.product-card__images{
  display: flex;
}
.image.product-card__images img{
  border-radius: 8px;
}
@media(max-width: 1025px) {
.product-card__actions--desktop {
    display: none;
}
}
.product-card-holder[data-v-0601facc] {
  background-color: var(--neutral__50);
  display: flex !important;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.product-card-holder.showcase[data-v-0601facc] {
  max-width: 270px;
}
.product-card-holder.listing[data-v-0601facc] {
  gap: 6px;
}
.product-card-holder.listing.horizontal[data-v-0601facc] {
  padding: 16px;
  border: none;
  gap: 0;
  margin-bottom: 8px;
}
.product-card-holder > a[data-v-0601facc] {
  height: 100%;
}
@media(min-width: 1024px) {
.product-card-holder.listing[data-v-0601facc] {
    gap: 12px;
}
}

/* WRAPPERS */
.horizontal .product-card__wrapper-top[data-v-0601facc] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.horizontal.listing .product-card__wrapper-left[data-v-0601facc] {
  position: relative;
}
.horizontal.listing .product-card__wrapper-right[data-v-0601facc] {
  flex: 1;
}
.horizontal.listing .wishlist.small[data-v-0601facc]{
  padding: 0;
}
.product-card__wrapper-top[data-v-0601facc] {
  height: 100%;
}
/* SELOS */
.product-card__stamps-and-images[data-v-0601facc] {
  position: relative;
  overflow: hidden;
}
.product-card__stamps[data-v-0601facc] {
  min-height: 24px;
}
.horizontal.listing .product-card__stamps[data-v-0601facc] {
  position: initial;
  padding: 0;
  margin-top: 8px;
}
.cardProdBoxAttrContainer[data-v-0601facc]{
  min-height: 25px;
}
.cardProdBoxAttr-valores[data-v-0601facc]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: auto;
  height: 25px;
}
.cardProdBoxAttr-valores[data-v-0601facc]::-webkit-scrollbar-track{
	background-color: transparent;
}
.cardProdBoxAttr-valores[data-v-0601facc]::-webkit-scrollbar{
  height: 4px;
	background-color: transparent;
  border-radius: 4px;
}
.cardProdBoxAttr-valores[data-v-0601facc]::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: rgba(0,0,0,.2);
  border-radius: 4px;
}
.cardProdBoxAttr-valores-val[data-v-0601facc] {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.color-circle[data-v-0601facc] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  border: solid 1px #ebebeb;
  object-fit: none;
}
.product-card[data-v-0601facc] {
  position: relative;
}
.product-card__link-vertical[data-v-0601facc]{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cardProdBoxAttr-valores-val.indisponivel[data-v-0601facc] {
  opacity: 0.5;
  pointer-events: none;
}

/* AÇÕES */
.product-card__actions[data-v-0601facc] {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
}
.showcase .product-card__actions[data-v-0601facc]  {
  gap: 6px;
}
.listing .product-card__actions[data-v-0601facc]  {
  gap: 4px;
  top: 2px;
  right: 2px;
  z-index: 99;
}
@media(min-width: 1024px) {
.listing .product-card__actions[data-v-0601facc]  {
    gap: 6px;
    top: 6px;
    right: 6px;
}
}

/* BOTÃO ÍCONE COMPRA RÁPIDA */
.product-card__quick-purchase[data-v-0601facc] {
  display: block;
}
@media(min-width: 1024px) {
.product-card__wrapper-top[data-v-0601facc]{
    z-index: -1;
}
.showcase .product-card__quick-purchase[data-v-0601facc] {
    display: none;
}
.listing .product-card__quick-purchase[data-v-0601facc] {
    display: none;
}
}

/* BOTÃO TEXTO COMPRA RÁPIDA */
.product-card__button-quick-purchase[data-v-0601facc] {
  position: absolute;
  left: 0;
  bottom: -46px;
  background-color: rgba(255, 255, 255, .48);
  backdrop-filter: blur(5px);
  font: var(--body__regular__12);
  color: var(--neutral__950);
  text-transform: uppercase;
  padding: 14px;
  width: 100%;
  transition: 350ms;
  height: 46px;
}
@media(min-width: 1024px) {
.product-card:hover .product-card__button-quick-purchase[data-v-0601facc] {
    bottom: 0;
}
}

/* AVALIAÇÕES */
.product-card__ratings[data-v-0601facc] {
  display: flex;
  justify-content: center;
}
.listing .product-card__ratings-wrapper[data-v-0601facc] {
  margin-top: 6px;
}
.horizontal.listing .product-card__ratings-wrapper[data-v-0601facc] {
  margin-top: 0;
  min-height: initial;
}
.horizontal.listing .product-card__ratings[data-v-0601facc] {
  justify-content: flex-start;
  margin-bottom: 4px;
}
@media(min-width: 1024px) {
.listing .product-card__ratings-wrapper[data-v-0601facc] {
    margin-top: 4px;
}
}

/* NOME */
.product-card__informations[data-v-0601facc] {
  display: flex;
  justify-content: space-between;
  gap: 9px;
}
.product-card__name[data-v-0601facc] {
  margin-top: 8px;
  text-align: center;
}
.showcase .product-card__name[data-v-0601facc]  {
  margin-top: 8px;
}
.listing .product-card__name[data-v-0601facc]  {
  margin-top: 6px;
}
.horizontal.listing .product-card__name[data-v-0601facc] {
  text-align: left;
  margin-top: 0;
  min-height: max-content;
  max-height: max-content;
  display: flex;
}
@media(min-width: 1024px) {
.listing .product-card__name[data-v-0601facc]  {
    margin-top: 12px;
}
}

/* PREÇOS */
.product-card__prices[data-v-0601facc] {
  justify-content: center;
}
.showcase .product-card__prices[data-v-0601facc]   {
  gap: 2px;
}
.listing .product-card__prices[data-v-0601facc]   {
  flex-direction: column;
  gap: 4px;
}
.horizontal.listing .product-card__prices[data-v-0601facc] {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 8px;
  gap: 2px;
}
@media(min-width: 1024px) {
.listing .product-card__prices[data-v-0601facc]   {
    flex-direction: row;
    gap: 4px;
}
}

/* TEXTO INDISPONÍVEL E SOB CONSULTA */
.product-card__status[data-v-0601facc] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--neutral__950);
  text-align: center;
}
.product-card__status_text[data-v-0601facc]{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #373835;
  text-align: center;
}
.showcase .product-card__status[data-v-0601facc] {
  min-height: 34px;
}
.showcase .product-card__status br[data-v-0601facc] {
  display: none;
}
.listing .product-card__status[data-v-0601facc] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.horizontal.listing .product-card__status[data-v-0601facc] {
  justify-content: initial;
  margin-top: 6px;
  margin-bottom: 0;
}
@media(min-width: 1024px) {
.listing .product-card__status[data-v-0601facc] {
    min-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}
.listing .product-card__status br[data-v-0601facc] {
    display: none;
}
}

/* PARCELAMENTO */
.product-card__installment[data-v-0601facc] {
  text-align: center;
}
.listing .product-card__installment[data-v-0601facc] {
  margin-top: 2px;
}
.horizontal.listing .product-card__installment[data-v-0601facc] {
  text-align: left;
  margin: 4px 0 0 ;
}
@media(min-width: 1024px) {
.listing .product-card__installment[data-v-0601facc] {
    margin-top: 0;
}
}

/* ÂNCORA */
.showcase .product-card__anchor[data-v-0601facc]{
  margin-top: 10px;
}
.listing .product-card__anchor[data-v-0601facc] {
  margin-top: 6px;
}
.horizontal.listing .product-card__anchor[data-v-0601facc] {
  margin-top: 0;
}
@media(min-width: 1024px) {
.listing .product-card__anchor[data-v-0601facc] {
    margin-top: 10px;
}
}
@media(max-width: 1024px) {
#listagem .product-card__wrapper-top[data-v-0601facc] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.listing .product-card__installment[data-v-0601facc]{
    margin-bottom: 12px;
}
.product-card-horizontal__wrapper-top[data-v-0601facc]{
    display: flex;
    gap: 24px;
    flex-direction: column;
    height: 100%;
}
.listing .product-card__name[data-v-0601facc]{
    max-width: 270px;
}
}

