.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;
}

.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;
}

#header ul.stamps.product-card__stamps[data-v-fc560794] {
    padding: 0;
    margin-bottom: 8px;
}
#header .header-containerBusca-sugestoes-box-imgBox[data-v-fc560794] {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 108px;
  max-width: 108px;
  height: 108px;
  margin-right: 24px;
}
#header .product-card__actions[data-v-fc560794] {
  position: absolute;
  right: 0;
  top: 8px;
}
.header-containerBusca-sugestoes-box-item[data-v-fc560794] {
  padding: 8px 16px;
}
.header-containerBusca-sugestoes-box-linkBox[data-v-fc560794] {
  display: flex;
  align-items: center;
}
.header-containerBusca-sugestoes[data-v-fc560794] {
  background-color: #FFF;
  position: absolute;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
}
.header-containerBusca-sugestoes.opened[data-v-fc560794] {
  grid-template-rows: 1fr;
}
#header .input-wrapper__search.is-iphone[data-v-fc560794] {
  font-size: 16px !important;
}
@media(min-width: 1025px) {
#header .header-containerBusca-sugestoes-box-imgBox[data-v-fc560794] {
    width: 172px;
    min-width: 172px;
    height: 172px;
}
}
@media(max-width: 1024px) {
#header .header-containerBusca-sugestoes-box[data-v-fc560794] {
    max-height: 250px;
    overflow-y: auto;
}
#header .header-containerBusca-sugestoes-box-imgBox[data-v-fc560794] {
    z-index: -1;
}
}

