/* mejoras-v1 — fotos de tienda enteras + invitación de la moneda para visitas */

.store-color-card img.store-color-img,
.store-simple-card > img.card-img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.header-pm-balance.is-guest .header-pm-balance__num {
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  color: #8A6A00 !important;
  -webkit-text-fill-color: #8A6A00 !important;
  text-shadow: none !important;
}
