/*!https://ellemesmedspa.com/?custom-css=90d94fca13*/body {
  font-family: 'FT America Standard Regular', sans-serif;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.shop-now-btn {
  display: inline-block;
  background-color: #FAEDE1;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.shop-now-btn:hover {
  background-color: #DAA38E;
  color: #FFFFFF;
  text-decoration: none;
}


/* eh-portal-gate-css — Staff Portal password gate (page 50023 only) */
body.page-id-50023 { background: #f2f2f7 !important; }
body.page-id-50023 header.elementor-location-header, body.page-id-50023 footer.elementor-location-footer, body.page-id-50023 .page-header { display: none !important; }
body.page-id-50023 #content.site-main { padding: 0 !important; margin: 0 !important; max-width: none !important; }
body.page-id-50023 .post-password-form { max-width: 400px; margin: 14vh auto 0; background: #fff; border-radius: 20px; padding: 30px 26px; box-shadow: 0 1px 2px rgba(29,29,31,.05); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1d1d1f; }
body.page-id-50023 .post-password-form::before { content: 'ELLEMES Staff Portal'; display: block; font-weight: 600; font-size: 18px; margin-bottom: 6px; text-align: center; }
body.page-id-50023 .post-password-form p { margin: 0 0 12px; color: #6b6b6e; font-size: 14px; text-align: center; line-height: 1.5; }
body.page-id-50023 .post-password-form label { display: block; text-align: left; font-size: 13px; font-weight: 600; color: #6b6b6e; }
body.page-id-50023 .post-password-form input[type="password"] { width: 100%; border: 1px solid transparent; background: #f2f2f4; border-radius: 12px; padding: 12px 14px; font-size: 16px; margin-top: 6px; box-sizing: border-box; }
body.page-id-50023 .post-password-form input[type="password"]:focus { outline: none; background: #fff; border-color: #aac2c7; box-shadow: 0 0 0 4px rgba(170,194,199,.25); }
body.page-id-50023 .post-password-form input[type="submit"] { margin-top: 14px; width: 100%; border: none; border-radius: 999px; background: #aac2c7; color: #1d1d1f; font-weight: 600; font-size: 16px; padding: 13px 22px; cursor: pointer; transition: background .15s, color .15s; }
body.page-id-50023 .post-password-form input[type="submit"]:hover { background: #5a6c6c; color: #fff; }