/* ===== DOM PERFUMES — custom-conversao.css ===== */

/* Montserrat em tudo */
* {
  font-family: 'Montserrat', sans-serif !important;
}

/* PÁGINA DE PRODUTO — Pix verde */
.js-payment-discount-price-product {
  color: #416644 !important;
  font-weight: 700 !important;
}
.payment-discount-price-product-container {
  color: #416644 !important;
  font-weight: 700 !important;
}

/* CARDS HOME — Pix verde */
.item-pix-price-value {
  color: #416644 !important;
  font-weight: 700 !important;
}
.item-pix-price {
  color: #416644 !important;
  font-weight: 700 !important;
}

/* Ícone MeFavorita — 18px */
#MF_header {
  width: 18px !important;
  height: 18px !important;
  overflow: visible !important;
}
#MF_header > div {
  width: 18px !important;
  height: 18px !important;
  overflow: visible !important;
}
#MF_header svg {
  width: 18px !important;
  height: 18px !important;
}
