.elementor-127 .elementor-element.elementor-element-3c42a13d{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-519b899d *//* Titre du formulaire */
.woocommerce form.login h2,
.woocommerce form.checkout h3,
.woocommerce-account .woocommerce > h2 {
    color: #89304e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* Champs de formulaire */
.woocommerce form .form-row input.input-text {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus {
    border-color: #89304e;
    outline: none;
}

/* Bouton Se connecter */
.woocommerce form .button {
    background-color: #f59d27 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    display: block;
    margin: 20px auto 0 auto; /* centré */
}

/* Hover du bouton */
.woocommerce form .button:hover {
    background-color: #89304e !important;
    color: #fff !important;
}

/* Alignement et marges globales */
.woocommerce form.login,
.woocommerce form.register {
    max-width: 500px;
    margin: 0 auto;
}
/* Parent du champ mot de passe en position relative */
.woocommerce form .form-row .password-input {
    position: relative;
}

/* Bouton œil positionné juste à droite du champ */
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    background-color: #f59d27 !important; /* orange */
    color: #000 !important; /* icône noire */
    border-radius: 6px !important;
    padding: 8px !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    font-size: 1.2em !important;
}

/* Laisse assez d’espace pour le bouton dans le champ */
.woocommerce form .form-row .password-input input[type="password"],
.woocommerce form .form-row .password-input input[type="text"] {
    padding-right: 50px !important;
}
.woocommerce form .show-password-input::before {
  content: '👁️';
  font-size: 18px;
  color: #000;
}
.woocommerce form .show-password-input::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c-7 0-10 7-10 7s3 7 10 7 10-7 10-7-3-7-10-7zm0 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/><circle cx="12" cy="12" r="2" fill="%23f59d27"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}/* End custom CSS */