.elementor-1873 .elementor-element.elementor-element-15967d03{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3b0d0307 *//* WooCommerce 登录/注册按钮：白字黑背景，无悬停变化 */
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  background:#000 !important;
  color:#fff !important;
  border:none !important;
}

/* 悬停时保持不变 */
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  background:#000 !important;
  color:#fff !important;
}

/* 修正小眼睛图标垂直居中 */
.woocommerce form .show-password-input,
.woocommerce form .woocommerce-password-visibility {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* 给密码输入框右侧留空，避免遮挡 */
.woocommerce form input[type="password"] {
  padding-right: 40px;
}/* End custom CSS */