.elementor-kit-5{--e-global-color-primary:#C4622D;--e-global-color-secondary:#FBF7F0;--e-global-color-text:#1A1008;--e-global-color-accent:#9E4A1E;--e-global-color-111a74e:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   MI CUENTA — LOGIN Y REGISTRO
   Elementor > Ajustes del Sitio > CSS Adicional
   ============================================ */

/* FONDO */
body.woocommerce-account:not(.logged-in) {
    background: #FBF7F0 !important;
}

/* TÍTULOS */
body.woocommerce-account:not(.logged-in) h1.entry-title,
body.woocommerce-account:not(.logged-in) h1.page-title {
    text-align: center !important;
}

body.woocommerce-account:not(.logged-in) h2 {
    font-family: 'Jost', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #AAA !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
}

/* WRAPPER PRINCIPAL */
body.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 860px !important;
    width: 100% !important;
    margin: 40px auto !important;
    padding: 0 24px !important;
    float: none !important;
    display: block !important;
    min-height: unset !important;
    box-sizing: border-box !important;
}

/* GRID 2 COLUMNAS — DESKTOP */
body.woocommerce-account:not(.logged-in) .col2-set {
    width: 100% !important;
    box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .col2-set .u-column1,
body.woocommerce-account:not(.logged-in) .col2-set .u-column2 {
    width: 48% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* TARJETAS */
body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
    width: 100% !important;
    padding: 32px !important;
    box-sizing: border-box !important;
}

/* BOTÓN GOOGLE */
body.woocommerce-account:not(.logged-in) .pyt-google-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 13px 16px !important;
    border: 1.5px solid #E2D4BE !important;
    border-radius: 12px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    color: #1A1008 !important;
    background: white !important;
}

/* ============================================
   MOBILE — una columna, ancho completo
   ============================================ */
@media (max-width: 768px) {
    body.woocommerce-account:not(.logged-in) .woocommerce {
        padding: 0 16px !important;
        margin: 24px auto 100px !important;
    }

    body.woocommerce-account:not(.logged-in) .col2-set {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-account:not(.logged-in) .col2-set .u-column1,
    body.woocommerce-account:not(.logged-in) .col2-set .u-column2 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        margin-bottom: 20px !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
    body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-account:not(.logged-in) .pyt-google-btn {
        font-size: 0.88rem !important;
        padding: 12px 14px !important;
    }
}

/* Variables Elementor — forzar color hover de botones en blanco */
:root {
    --e-global-color-button-hover-text: #ffffff;
}

.elementor-button:hover,
.elementor-button:hover .elementor-button-text,
.elementor-button:hover .elementor-button-icon,
.elementor-button:hover span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}/* End custom CSS */