.elementor-37 .elementor-element.elementor-element-69de2e7b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-3475248{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-37 .elementor-element.elementor-element-3475248 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:42px;font-weight:800;text-transform:capitalize;color:#D4AF37;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-e5768fe{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;text-align:center;color:#D4AF37;}.elementor-37 .elementor-element.elementor-element-e5768fe p{margin-block-end:0px;}.elementor-37 .elementor-element.elementor-element-5b180ae{--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;}/* Start custom CSS for text-editor, class: .elementor-element-19a979d9 */.goodfla-account { 
    background: rgba(0,0,0,0.65);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 20px;
    padding: 25px 35px;
    backdrop-filter: blur(8px);
}

.goodfla-account a {
    color: #d4af37 !important;
    transition: 0.3s ease;
}

.goodfla-account a:hover {
    color: #ffffff !important;
}

/* ===== PANEL IZQUIERDO ===== */
.goodfla-account .woocommerce-MyAccount-navigation {
    border-right: 1px solid rgba(212,175,55,0.2);
    padding-right: 20px;
    max-width: 220px !important;
}

.goodfla-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin: 0;
}

.goodfla-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 8px !important;
}

/* Botones normales */
.goodfla-account .woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;

    height: 48px !important;
    padding: 4px 16px 0 16px !important;

    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    border-radius: 14px !important;
    box-sizing: border-box !important;
}

/* Ocultar Descargas */
.goodfla-account .woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* Cerrar sesión */
.goodfla-account .woocommerce-MyAccount-navigation ul li:last-child a {
    position: relative !important;
    color: transparent !important;
    font-size: 0 !important;
}

.goodfla-account .woocommerce-MyAccount-navigation ul li:last-child a::before {
    content: "CERRAR SESIÓN";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #000 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

/* ===== CONTENIDO DERECHO ===== */
.goodfla-account .woocommerce-MyAccount-content {
    color: #f5f5f5;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 760px;
}

/* Ocultar saludo original WooCommerce */
.goodfla-account .woocommerce-MyAccount-content p:first-of-type {
    display: none !important;
}

/* Saludo limpio GOODFLA */
.goodfla-account .woocommerce-MyAccount-content::before {
    content: "👋 Bienvenido";
    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 650px;
    min-height: 70px;

    margin-bottom: 25px;
    padding: 16px 24px;

    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 20px;

    color: #d4af37;
    font-size: 34px;
    font-weight: 700;

    background: rgba(0,0,0,0.2);
    box-sizing: border-box;
}

.goodfla-account p {
    margin-top: 0;
}

.goodfla-account strong {
    color: #d4af37;
    font-size: 0.95em;
}

.entry-title {
    display: none !important;
}

/* ===== TÍTULO GOODFLA ===== */
.goodfla-title {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.goodfla-title .elementor-heading-title {
    background: linear-gradient(90deg, #d4af37, #fff3b0, #d4af37);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 0 8px rgba(212,175,55,0.20),
        0 0 18px rgba(212,175,55,0.10);
    animation: shineText 6s linear infinite, floatTitle 3s ease-in-out infinite alternate;
}

@keyframes shineText {
    to {
        background-position: 200% center;
    }
}

@keyframes floatTitle {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-3px);
    }
}
/* ===== PEDIDOS VACÍOS - ESTILO GOODFLA ===== */
.goodfla-account .woocommerce-info{
    background: rgba(0,0,0,0.45) !important;
    border: 1px solid rgba(212,175,55,0.35) !important;
    border-top: 3px solid #d4af37 !important;
    border-radius: 18px !important;

    color: #f5f5f5 !important;
    padding: 22px 24px !important;
    margin-top: 25px !important;

    box-shadow: 0 0 18px rgba(212,175,55,0.08);
}

/* Iconito azul de WooCommerce */
.goodfla-account .woocommerce-info::before{
    color: #d4af37 !important;
}

/* Texto */
.goodfla-account .woocommerce-info{
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* Botón dentro del aviso */
.goodfla-account .woocommerce-info .button{
    background: #d4af37 !important;
    color: #000 !important;

    border-radius: 14px !important;
    padding: 12px 28px !important;

    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;

    border: none !important;
    transition: all 0.3s ease !important;
}

/* Hover del botón */
.goodfla-account .woocommerce-info .button:hover{
    background: #ffffff !important;
    color: #000 !important;
    transform: translateY(-2px);
}
/* ===== PULIR PANEL PEDIDOS GOODFLA ===== */
.goodfla-account .woocommerce-info{
    border-top: 1px solid rgba(212,175,55,0.35) !important; /* antes era muy grueso */
    overflow: hidden !important; /* evita el desborde arriba */
    padding: 18px 24px !important;
}

/* Texto más prolijo */
.goodfla-account .woocommerce-info{
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.88) !important;
}

/* Ícono dorado */
.goodfla-account .woocommerce-info::before{
    color: #d4af37 !important;
    font-size: 14px !important;
}

/* Botón más armonioso */
.goodfla-account .woocommerce-info .button{
    border-radius: 12px !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
}
/* ===== REPARAR CAMPOS NOMBRE/APELLIDO ===== */
.goodfla-account .woocommerce-EditAccountForm p{
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* Inputs más prolijos */
.goodfla-account .woocommerce-EditAccountForm input{
    width: 100% !important;
    box-sizing: border-box !important;
}
/* ===== FORMULARIO DETALLES DE CUENTA - GOODFLA ===== */

/* Cada campo uno debajo del otro */
.goodfla-account .woocommerce-EditAccountForm p.form-row{
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 18px !important;
}

/* Forzar que nombre/apellido no queden en columnas raras */
.goodfla-account .woocommerce-EditAccountForm .form-row-first,
.goodfla-account .woocommerce-EditAccountForm .form-row-last{
    width: 100% !important;
    float: none !important;
}

/* Labels más claros */
.goodfla-account .woocommerce-EditAccountForm label{
    display: block !important;
    color: #d4af37 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

/* Inputs prolijos */
.goodfla-account .woocommerce-EditAccountForm input{
    width: 100% !important;
    height: 46px !important;

    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(212,175,55,0.35) !important;
    border-radius: 12px !important;

    color: #ffffff !important;
    padding: 0 16px !important;

    font-size: 15px !important;
    box-sizing: border-box !important;
}

/* Texto de ayuda debajo de nombre visible */
.goodfla-account .woocommerce-EditAccountForm em{
    display: block !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 13px !important;
    margin-top: 6px !important;
}

/* Caja cambio de contraseña */
.goodfla-account .woocommerce-EditAccountForm fieldset{
    border: 1px solid rgba(212,175,55,0.25) !important;
    border-radius: 16px !important;
    padding: 22px !important;
    margin-top: 25px !important;
}

/* Título cambio de contraseña */
.goodfla-account .woocommerce-EditAccountForm legend{
    color: #d4af37 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 0 10px !important;
}/* End custom CSS */