.elementor-2784 .elementor-element.elementor-element-16dc8c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-2784{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2784 .dialog-message{height:auto;}#elementor-popup-modal-2784 .dialog-close-button{display:flex;top:15px;font-size:16px;}#elementor-popup-modal-2784 .dialog-widget-content{box-shadow:0px 0px 16px 4px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-2784 .dialog-close-button{right:15px;}body.rtl #elementor-popup-modal-2784 .dialog-close-button{left:15px;}#elementor-popup-modal-2784 .dialog-close-button i{color:var( --e-global-color-astglobalcolor3 );}#elementor-popup-modal-2784 .dialog-close-button svg{fill:var( --e-global-color-astglobalcolor3 );}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-078d943 */.wc-lr-tabs {
    max-width: 520px;
    margin: 0 auto
}

.wc-lr-tabs-nav {
    display: flex;
    gap: .5rem;
    margin: 0 0 1rem;
    position: relative;
    z-index: 5;
    pointer-events: auto
}

.wc-lr-tab {
    flex: 1;
    padding: .75rem 1rem;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    cursor: pointer;
    border-radius: 6px;
    font: inherit;
    color: inherit
}

.wc-lr-tab.is-active {
    background: #fff;
    border-bottom-color: transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .02)
}

.wc-lr-panels {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    z-index: 4
}

.wc-lr-panel {
    display: none;
}

.wc-lr-panel.is-active {
    display: block
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login {
    border: none;
}

.wc-lr-switch {
    text-align: center;
    margin-top: 1rem
}

.wc-lr-switch a {
    text-decoration: underline
}

/* Oculta títulos duplicados del template original si los hubiera */
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
    display: none
}

/* === Botón mostrar/ocultar contraseña === */
.wc-lr-tabs .password-input {
    position: relative;
}

.wc-lr-tabs .show-password-input {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    box-shadow: none;
    color: #777;
    cursor: pointer;
}

/* Icono ojo (ver) */
.wc-lr-tabs .show-password-input {
    background-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">\
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/>\
<circle cx="12" cy="12" r="3"/></svg>');
}

/* Icono ojo tachado cuando la contraseña está visible */
.wc-lr-tabs .show-password-input.display-password {
    background-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">\
<path d="M1 1l22 22"/>\
<path d="M9.88 9.88A3 3 0 0 0 12 15a3 3 0 0 0 3-3"/>\
<path d="M17.94 17.94A10.94 10.94 0 0 1 12 20c-7 0-11-8-11-8a21.77 21.77 0 0 1 5.08-6.62"/>\
<path d="M16.12 7.88A10.94 10.94 0 0 1 23 12s-4 8-11 8"/></svg>');
}

.wc-lr-tabs .show-password-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
    border-radius: 4px;
}

/* ==== Ajustes visuales extra para las 3 vistas (login / registro / recuperar) ==== */

/* Continuidad visual entre pestaña activa y panel */
.wc-lr-tabs-nav { margin-bottom: 0; }
.wc-lr-panels { margin-top: -1px; } /* solapa el borde inferior de la pestaña activa */
.wc-lr-tab.is-active { position: relative; z-index: 6; }

/* Paneles: padding interno homogéneo */
.wc-lr-panel { padding: 1rem 1.25rem; }

/* Alineación y legibilidad de formularios WooCommerce en el popup */
.wc-lr-panel form .form-row { 
    display: block; 
    width: 100%; 
    float: none; 
    margin: 0 0 .9rem 0;
    clear: both;
}
.wc-lr-panel form .form-row-first,
.wc-lr-panel form .form-row-last { 
    width: 100%; 
    margin: 0 0 .9rem 0;
}
.wc-lr-panel form .input-text,
.wc-lr-panel form input[type="email"],
.wc-lr-panel form input[type="text"],
.wc-lr-panel form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}
.wc-lr-panel form .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.wc-lr-panel form .button,
.wc-lr-panel form button[type="submit"] {
    width: 100%;
}

/* Enlace "¿Has olvidado tu contraseña?" en el panel de login */
.wc-lr-panel[data-panel="login"] .lost_password {
    margin: .25rem 0 0;
    text-align: right;
    font-size: .92rem;
}

/* Avisos WooCommerce dentro del panel (errores/éxitos) */
.wc-lr-panel .woocommerce-notices-wrapper,
.wc-lr-panel .woocommerce-error,
.wc-lr-panel .woocommerce-message,
.wc-lr-panel .woocommerce-info {
    margin: 0 0 1rem 0;
}
.wc-lr-panel .woocommerce-error,
.wc-lr-panel .woocommerce-message,
.wc-lr-panel .woocommerce-info {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 4px;
    padding: .75rem 1rem;
    list-style: none;
}
.wc-lr-panel .woocommerce-error { border-color: #f1c0c0; background: #fff6f6; }
.wc-lr-panel .woocommerce-message { border-color: #c7e6c7; background: #f6fff6; }
.wc-lr-panel .woocommerce-info { border-color: #cfe0f5; background: #f6faff; }

/* Quita bullets si el tema los agrega a los errores */
.wc-lr-panel .woocommerce-error li { list-style: none; margin: 0; }

/* Indicador de carga del submit AJAX en "Recuperar" */
.wc-lr-loading {
    margin: .75rem 0 0;
    font-size: .95rem;
    opacity: .9;
    position: relative;
    padding-left: 1.5rem;
}
.wc-lr-loading::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    width: 1rem; height: 1rem;
    border: 2px solid #bbb;
    border-top-color: transparent;
    border-radius: 50%;
    animation: wcspin 0.8s linear infinite;
}
@keyframes wcspin { to { transform: rotate(360deg); } }

/* Texto conmutadores inferiores ("¿Todavía no tienes una cuenta?") */
.wc-lr-switch { 
    font-size: .95rem;
    color: #444;
}
.wc-lr-switch a { color: inherit; }

/* Pestaña oculta accesible (usada para el panel "Recuperar") */
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

/* Ajustes de títulos heredados del template */
.wc-lr-panel h2:first-child,
.wc-lr-panel h3:first-child {
    margin-top: 0;
}

/* Recaptcha u otros widgets de seguridad, por si el tema los carga */
.wc-lr-panel .g-recaptcha,
.wc-lr-panel .woocommerce-privacy-policy-text {
    margin: .75rem 0;
}

/* Pequeño ajuste de contraste en el estado de la pestaña activa (opcional) */
.wc-lr-tab.is-active { box-shadow: 0 2px 0 rgba(0,0,0,.03); }/* End custom CSS */