/* Target all text inputs, textareas, and selects across the ECWID store */
.ecwid input[type="text"],
.ecwid input[type="email"],
.ecwid input[type="tel"],
.ecwid textarea,
.ecwid select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #122c27 !important;
}
.ec-footer .ec-lightspeed-branding span{color: red !important;}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-lightspeed-branding{width: 1px !important;height: 1px !important;font-size: 1px !important;padding: 0 !important;margin: 0 !important; border: 0 !important; border-radius: 0px !important;background: #84cdc0 !important;color: #84cdc0 !important;line-height: 1px !important;display: none !important;}