.elementor-11 .elementor-element.elementor-element-322dfd7a{--display:flex;--padding-top:150px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.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 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-322dfd7a{--padding-top:120px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-322dfd7a{--content-width:1200px;}}/* Start custom CSS for text-editor, class: .elementor-element-43a63d5d */.tinv-wishlist {
    font-family: var(--saye-fonte-texto, 'Marcellus', serif);
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.tinv-wishlist .tinv-header h2 {
    font-family: var(--saye-fonte-titulos, 'Playfair Display', serif);
    font-size: 2.5rem;
    color: var(--saye-cor-texto-principal);
    text-align: center;
    margin-bottom: 2rem;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.tinv-wishlist thead {
    border-bottom: 1px solid var(--saye-cor-cinza-claro);
}

.tinv-wishlist th,
.tinv-wishlist td {
    padding: 1rem;
    vertical-align: middle;
    text-align: left;
    word-break: break-word;
}

/* --- LARGURA DAS COLUNAS (LISTA DE DESEJOS) --- */
.tinv-wishlist .product-cb { width: 50px; text-align: center; }
.tinv-wishlist .product-remove { width: 30px; text-align: center; }
.tinv-wishlist .product-thumbnail { width: 80px; text-align: center; }
.tinv-wishlist .product-name { width: 25%; }
.tinv-wishlist .product-price { width: 20%; }
.tinv-wishlist .product-date { width: 21%; }
.tinv-wishlist .product-stock { Display: none; }
.tinv-wishlist .product-action { width: 35%; }


.user-info
 {
     line-height: 0;
 }
 
 #my-account-menu .user-info .logout a {
     text-decoration: none!important;
     color: #e8c5cc!important;
    background: #61202d!important;
 }


.tinv-wishlist .product-thumbnail img {
    width: 90px;
    height: auto;
    border-radius: 8px;
}

.tinv-wishlist .product-action .button {
    background-color: var(--saye-cor-bordo) !important;
    color: var(--saye-cor-branco) !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem !important;
    padding: 0.8rem 1.5rem !important;
    line-height: 1.2 !important;
    white-space: normal;
    height: auto;
    width: 100%;
}

.tinv-wishlist .product-remove button {
    background-color: transparent !important;
    color: var(--saye-cor-bordo) !important;
    font-size: 1.5rem !important;
}

/* ===================================================================
   PARTE B: PÁGINA "MINHA CONTA"
===================================================================*/

/* B1: MENU LATERAL (YITH)
-------------------------------------------------------------------*/
#my-account-menu.yith-wcmap {
    padding: 1.5rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fdfdfd;
}
#my-account-menu .user-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}
#my-account-menu .user-avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
#my-account-menu .user-info .username { font-weight: bold; color: #333; }
#my-account-menu .user-info .user-email { color: #777; font-size: 0.9em; }
#my-account-menu .user-info .logout a { color: #c00; font-size: 0.9em; text-decoration: underline; }

/* Correção definitiva para o menu com HTML quebrado */
#my-account-menu .myaccount-menu li > a:first-child,
#my-account-menu .myaccount-menu .item-label + br { display: none; }
#my-account-menu .myaccount-menu li p { display: contents; }

/* O LI é o "botão" visual */
#my-account-menu .myaccount-menu li {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin: 0 0 0.5rem 0;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
/* O link <a> ocupa o espaço do LI para ser clicável */
#my-account-menu .myaccount-menu li a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0;
    color: #61202d;
    font-weight: bold;
}
/* Estilos de ATIVO e HOVER aplicados no LI */
#my-account-menu .myaccount-menu li.active { background-color: #fef6f7; border-color: #e8c5cc; }
#my-account-menu .myaccount-menu li:not(.active):hover { background-color: #f5f5f5; }
#my-account-menu .myaccount-menu .item-icon i { font-size: 1.2em; color: #61202d; }

/* B2: PAINEL DE CONTEÚDO (DIREITA)
-------------------------------------------------------------------*/
.woocommerce-MyAccount-content { padding-left: 2rem; }
.woocommerce-MyAccount-content p { line-height: 1.6; }
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-family: var(--saye-fonte-titulos, 'Playfair Display', serif);
    color: #61202d;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content a { color: #61202d; font-weight: bold; }

/* Formulários */
.woocommerce-MyAccount-content form .form-row { margin-bottom: 1rem; }
.woocommerce-MyAccount-content form label { font-weight: bold; color: #333; }
.woocommerce-MyAccount-content .input-text {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px !important;
    width: 100%;
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-content .input-text:focus {
    border-color: #61202d;
    box-shadow: 0 0 0 2px rgba(97, 32, 45, 0.1);
    outline: none;
}
/* Botão Padrão da "Minha Conta" */
.woocommerce-MyAccount-content .button {
    background-color: #61202d !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
    padding: 12px 24px !important;
    transition: all 0.3s ease;
    border: 1px solid #61202d !important;
}
.woocommerce-MyAccount-content .button:hover {
    background-color: #4a1924 !important;
    border-color: #4a1924 !important;
}

/* B3: CORREÇÕES ESPECÍFICAS (Wishlist dentro da Minha Conta)
-------------------------------------------------------------------*/
.woocommerce-MyAccount-content .tinv-wishlist tfoot .button {
    background-color: transparent !important;
    color: #61202d !important;
    border: 1px solid #61202d !important;
}
.woocommerce-MyAccount-content .tinv-wishlist tfoot .tinvwl-input-group .button {
    background-color: rgb(232, 197, 204) !important;
    color: #61202d !important;
    border-color: rgb(232, 197, 204) !important;
}
.woocommerce-MyAccount-content .tinv-wishlist tfoot .button:hover {
    background-color: #61202d !important;
    color: #fff !important;
    border-color: #61202d !important;
}
.woocommerce-MyAccount-content .tinv-wishlist tfoot select {
    border-color: #61202d;
}

/* ===================================================================
   PARTE C: ESTILOS MOBILE (Unificados)
===================================================================*/
@media (max-width: 768px) {
    /* --- Mobile: Lista de Desejos --- */
    .tinv-wishlist thead { display: none; }
    .tinv-wishlist tbody tr {
        display: block;
        margin-bottom: 2rem;
        border-bottom: 2px solid var(--saye-cor-cinza-claro);
        padding-bottom: 1rem;
    }
    .tinv-wishlist td {
        display: block;
        text-align: right !important;
        padding: 0.5rem 0;
        border-bottom: 1px dashed var(--saye-cor-cinza-claro);
        position: relative;
        width: 100% !important;
    }
    .tinv-wishlist td:last-child { border-bottom: none; }
    .tinv-wishlist td::before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        font-weight: bold;
        color: var(--saye-cor-texto-principal);
    }
    .tinv-wishlist .product-action,
    .tinv-wishlist .product-thumbnail { text-align: center !important; }
    
    .tinv-wishlist .product-remove {
        position: absolute;
        top: 0; right: 0;
        border: none; padding: 0;
        width: auto !important;
    }
    .tinv-wishlist tfoot td {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .tinv-wishlist tfoot .tinvwl-to-left,
    .tinv-wishlist tfoot .tinvwl-to-right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .tinv-wishlist tfoot .button {
        width: 100%;
        text-align: center;
    }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    background: #61202d;
    border-radius: 5px;
    height: 53px;
    color: #e8c5cc;
    margin: 10px 0 10px 0;
}

p.woocommerce-LostPassword.lost_password {
    color: #61202d;
    text-align: center;
}/* End custom CSS */