
.selos[data-v-7c98193c],
.selos-selo[data-v-7c98193c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selos-selo[data-v-7c98193c] {
  display: flex;
}
.seloPosX-right[data-v-7c98193c] {
  justify-content: flex-end;
}
.seloPosX-center[data-v-7c98193c] {
  justify-content: center;
}
.seloPosX-left[data-v-7c98193c] {
  justify-content: flex-start;
}
.seloPosY-top[data-v-7c98193c] {
  align-items: flex-start;
}
.seloPosY-bottom[data-v-7c98193c] {
  align-items: flex-end;
}
.seloPosY-middle[data-v-7c98193c] {
  align-items: center;
}


div.stamps.selos {
  display: block;
  width: unset;
  height: unset;
}
div.stamps .selos-selo {
  position: static;
  display: block;
  width: fit-content;
}
div.stamps .selos-selo:not(:last-child) {
  margin-bottom: 4px;
}
div.stamps .selos-selo img {
  display: block;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}
div.stamps .selos-selo .selos-selo-text {
  display: block;
  padding: 3px 10px;
  border-radius: 11.5px;
  overflow: hidden;
  font-family: var(--primary-font);
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 1024px) {
div.stamps .selos-selo:not(:last-child) {
    margin-bottom: 5px;
}
div.stamps .selos-selo .selos-selo-text {
    padding: 4px 10px;
    font-size: 11px;
}
}

.wishlist--btn[data-v-038b9b90] {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 36px;
  height: 34px;
  border-radius: 100%;
  background:#F6F6F6;
}
.wishlist--btn:hover .wishlist__favorite[data-v-038b9b90] {
  opacity: 1;
}
.wishlist--btn img[data-v-038b9b90] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 20.21px;
}
.unfavorite .wishlist__favorite[data-v-038b9b90] {
  opacity: 0;
}
.favorited .wishlist__favorite[data-v-038b9b90] {
  opacity: 1;
}
@media (min-width: 1024px) {
.wishlist--btn[data-v-038b9b90] {
    width: 38px;
    height: 38px;
}
}

div.product-card__right-top .selos-selo {
  flex-shrink: 0;
  margin: 0 !important;
}
div.product-card__right-top div.stamps .selos-selo .selos-selo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
}
.product-card-skeleton[data-v-797bd59e] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 11px;
  min-height: 359px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
}
.product-card-skeleton__img[data-v-797bd59e] {
  margin-bottom: 8px;
}
canvas[data-v-797bd59e] {
  display: block;
  width: 100%;
  height: unset;
}
.product-card-skeleton__brand[data-v-797bd59e] {
  margin: 0 auto 1px;
  width: 100%;
  max-width: 100px;
  height: 11px;
}
.product-card-skeleton__name[data-v-797bd59e] {
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.product-card-skeleton__name.one[data-v-797bd59e] {
  margin-bottom: 1px;
  width: 95%;
}
.product-card-skeleton__name.two[data-v-797bd59e] {
  width: 75%;
}
.product-card-skeleton__discount[data-v-797bd59e] {
  margin: 0 auto 4px;
  height: 12.53px;
  width: 100%;
  max-width: 75px;
}
.product-card-skeleton__prices[data-v-797bd59e] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.product-card-skeleton__prices-from[data-v-797bd59e] {
  width: 100%;
  max-width: 40.7px;
  height: 12.53px;
}
.product-card-skeleton__prices-to[data-v-797bd59e] {
  width: 100%;
  max-width: 67.88px;
  height: 20.52px;
}


/* LISTAGEM EM APENAS UMA COLUNA */
.product-card-skeleton.one[data-v-797bd59e] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 183px;
}
.product-card-skeleton__right[data-v-797bd59e] {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card-skeleton__right-stamp[data-v-797bd59e] {
  margin-bottom: 7px;
  width: 71.84px;
  height: 20px;
  border-radius: 11.5px;
}
.product-card-skeleton__right-brand[data-v-797bd59e] {
  margin-bottom: 2px;
  width: 100%;
  max-width: 130px;
  height: 12.531px;
}
.product-card-skeleton__right-name[data-v-797bd59e] {
  height: 16px;
  width: 100%;
}
.product-card-skeleton__right-name.one[data-v-797bd59e] {
  margin-bottom: 1px;
  max-width: 90%;
}
.product-card-skeleton__right-name.two[data-v-797bd59e] {
  max-width: 95%;
}
.product-card-skeleton__right-discount[data-v-797bd59e] {
  width: 100%;
  max-width: 70px;
  height: 13.672px;
  margin-bottom: 4px;
}
.product-card-skeleton__right-prices[data-v-797bd59e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.product-card-skeleton__right-prices-from[data-v-797bd59e] {
  width: 48.1px;
  height: 13px;
}
.product-card-skeleton__right-prices-to[data-v-797bd59e] {
  width: 75.4px;
  height: 22.8px;
}
@media (min-width: 1024px) {
.product-card-skeleton.one[data-v-797bd59e] {
    flex-direction: column;
    min-height: 359px;
}
}
.product-card[data-v-a9d34456] {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 10px;
  min-height: 356px;
  border-radius: 2px;
  background: #FFF;
}
.product-card__img-wrapper[data-v-a9d34456] {
  position: relative;
  z-index: var(--z0);
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.product-card__img-wrapper:hover .product-card__img-container.hoverImg img[data-v-a9d34456]:not(.product-card__hover-img) {
  opacity: 0;
}
.product-card__stamps[data-v-a9d34456] {
  top: 2px;
  left: 2px;
  z-index: 1;
}
.product-card__wishlist[data-v-a9d34456] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.row .product-card__wishlist[data-v-a9d34456] {
  bottom: 2px;
  right: 2px;
}
.product-card__img-wrapper[data-v-a9d34456],
.product-card__img-container img[data-v-a9d34456] {
  display: block;
}
.product-card__img-container[data-v-a9d34456] {
  position: relative;
  display: block;
}
.product-card__img-container img[data-v-a9d34456] {
  margin: 0 auto;
  width: 100%;
}
.product-card__img-container .product-card__hover-img[data-v-a9d34456] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product-card__title[data-v-a9d34456] {
  display: block;
  color: #373435;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.product-card__discount[data-v-a9d34456] {
  margin-bottom: 4px;
  color: #D90000;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 11px;
  font-weight: 700;
}
.product-card__price-from[data-v-a9d34456] {
  font-size: 14px;
  text-decoration: line-through;
  margin-bottom: 8px;
  line-height: 1;
}
.product-card__price-from del[data-v-a9d34456] {
  color: #373435;
}
.product-card__price-to[data-v-a9d34456] {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.product-card__unavailable[data-v-a9d34456] {
  color: rgba(0, 0, 0, 0.38);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.product-card__on-request[data-v-a9d34456] {
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.product-card__price-installment[data-v-a9d34456] {
  color: #373435;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1;
}

/****************************/
@media (min-width: 1024px) {
.product-card[data-v-a9d34456] {
    gap: 19px;
    padding: 13px;
}
.product-card__flex-prices[data-v-a9d34456] {
    display: flex;
    align-items: center;
}
.product-card__price-from[data-v-a9d34456] {
    margin: 0 8px 0 0;
}
.product-card__price-from del[data-v-a9d34456]{
    color: #634E0C;
}
.product-card__price-installment[data-v-a9d34456] {
    color: #818181;
}
.product-card[data-v-a9d34456] {
    border: 1px solid #F6F6F6;
}
}
@media (max-width: 1023px) {
.listing__products .product-card[data-v-a9d34456] {
    padding: 5px 5px 12px;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    width: 100%;
    margin: 0 auto;
}
.listing__products .product-card__title[data-v-a9d34456] {
    font-size: 12px;
}
.listing__products .product-card__flex-prices[data-v-a9d34456] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.listing__products .product-card__price-from[data-v-a9d34456] {
    font-size: 12px;
    margin: 0 8px 0 0;
}
.listing__products .product-card__price-to[data-v-a9d34456] {
    font-size: 16px;
}
.listing__products .product-card__price-from del[data-v-a9d34456] {
    color: #634E0C;
}
.listing__products .product-card__price-installment[data-v-a9d34456] {
    color: #818181;
    margin-top: 12px;
}
}

.products__list[data-v-2827c45c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 8px;
}
.products__item[data-v-2827c45c] {
  flex: 1 0;
}
.one .products__item[data-v-2827c45c]:not(:last-child) {
  margin-bottom: 12px;
}
.products__suggestion-link[data-v-2827c45c] {
  display: block;
  margin-top: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.60);
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 768px) {
.products__list[data-v-2827c45c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
}
.one .products__item[data-v-2827c45c]:not(:last-child) {
    margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.products__list[data-v-2827c45c] {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
}
.products__list.suggestion-list.onSearchPage[data-v-2827c45c] {
    grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1023px) {
.products__list[data-v-2827c45c] {
    gap: 19px 19px;
}
}


