/* ESMÉRA — accessibility correction layer
 * Keeps the quiet-luxury hierarchy while making secondary text AA-compliant
 * on the two light storefront surfaces. Loaded last on purpose.
 */

/* Color tokens (--muted, --muted-strong) consolidated into esmera-master.css.
 * Their AA-compliant values now live at the single source of truth. */

.esv-collection-v2-search input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.esv-whatsapp-sticky > svg {
  display: block;
  flex: none;
  width: 20px;
  height: 20px;
  color: currentColor;
}
