.elementor-10 .elementor-element.elementor-element-62c8f4d{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-6ab649d7{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;line-height:20px;color:var( --e-global-color-accent );}.elementor-10 .elementor-element.elementor-element-6ab649d7 a{color:var( --e-global-color-6ae64b5 );}/* Start custom CSS for text-editor, class: .elementor-element-6ab649d7 */.woocommerce-MyAccount-content{
    padding-top: 30px !important;
}

/* ===============================================
   REORDENAR MENUS DA MINHA CONTA
   =============================================== */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: column !important;
}

/* 1º: Endereços */
.woocommerce-MyAccount-navigation-link--edit-address {
    order: 1 !important;
}

/* 2º: Favoritos (subiu) */
.woocommerce-MyAccount-navigation-link--wishlist {
    order: 2 !important;
}

/* 3º: Detalhes da Conta (desceu) */
.woocommerce-MyAccount-navigation-link--edit-account {
    order: 3 !important;
}

/* 4º: Sair */
.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 4 !important;
}

/* OCULTAR PAINEL, PEDIDOS E DOWNLOADS */
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--downloads{
    display: none !important;
}

/* 1. DEIXAR O BOTÃO FINO E ALINHADO */
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block !important;
    /* Padding bem menor: 8px em cima/baixo e 15px pros lados */
    padding: 8px 15px !important; 
    
    /* Zera qualquer altura mínima ou linha gigante que o Astra colocou */
    line-height: 1.2 !important;
    min-height: 0 !important;
    height: auto !important;
    
    margin-bottom: 8px !important;
    border-radius: 6px !important;
    text-align: center !important;
    
    color: #ffffff !important;
    background-color: #0C182A !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    
    /* Remove bordas e sombras que causam aquele efeito cinza fino */
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 2. REMOVER ESPAÇOS EXTRAS DA LISTA (O VILÃO DO PADDING GIGANTE) */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0 !important; /* Às vezes o Astra coloca padding no LI e no A, duplicando o tamanho */
    margin: 0 !important;
}

/* 3. CORES ATIVO / HOVER */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background-color: #DFAE69 !important;
    color: #ffffff !important;
}

/* 4. REFORÇO DO ESPAÇO DO TEXTO (DISTÂNCIA DOS BOTÕES) */
@media (min-width: 769px) {
    .woocommerce-MyAccount-content {
        padding-left: 50px !important; /* Aumentei um pouco pra dar mais respiro */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62c8f4d *//* ===============================================
   LOGIN PAGE - LOJA DE PERFUMES ÁRABES
   Cores: Bordas #DFAE69 | Fundo #FEFCDE | Texto #1E293B
   =============================================== */
/* 1. BACKGROUND PRINCIPAL - LUXO ÁRABE */
body.woocommerce-account.logged-out {
   background: linear-gradient(135deg, #FEFCDE 0%, #FEFCDE 50%, #fefcde9c 100%) !important;
       background-attachment: fixed !important;
    min-height: 100vh !important;
}


/* 2. NÃO ADICIONA PADDING GLOBAL - APENAS NOS FORMS */
.woocommerce-notices-wrapper {
    display: none !important;
}

/* 3. CONTAINER PRINCIPAL - PADDING APENAS AQUI */
.woocommerce-account .u-columns.col2-set {
    padding: 40px 20px !important;
}

/* 3. LAYOUT LADO A LADO - DESKTOP */
@media (min-width: 769px) {
    .woocommerce-account .u-columns.col2-set {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 50px !important;
        max-width: 1000px !important;
        margin: 60px auto !important;
        float: none !important;
        align-items: stretch !important;
    }

    .woocommerce-account .u-column1, 
    .woocommerce-account .u-column2 {
        flex: 1 !important;
        float: none !important;
        width: calc(50% - 25px) !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
}

/* 4. MOBILE - EMPILHADO */
@media (max-width: 768px) {
    .woocommerce-account .u-columns.col2-set {
        display: flex !important;
        flex-direction: column !important;
        padding: 20px !important;
        gap: 30px !important;
    }
    .woocommerce-account .u-column1, 
    .woocommerce-account .u-column2 {
        width: 100% !important;
        margin: 0 !important;
    }
}

/* ===============================================
   TÍTULOS (H2) - ELEGÂNCIA ÁRABE
   =============================================== */
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
    color: #DFAE69 !important;
    font-family: 'Playfair Display', 'Georgia', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.woocommerce-account .u-column1 h2::after,
.woocommerce-account .u-column2 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #DFAE69, transparent);
}

/* ===============================================
   CARDS/FORMS - LIQUID GLASS LUXUOSO
   =============================================== */
.woocommerce-account .woocommerce-form-login, 
.woocommerce-account .woocommerce-form-register {
    background: rgba(255, 252, 222, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 2px solid #DFAE69 !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 
        0 8px 32px rgba(223, 174, 105, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    flex-grow: 1 !important;
}

.woocommerce-account .woocommerce-form-login:hover, 
.woocommerce-account .woocommerce-form-register:hover {
    border-color: #C9945A !important;
    box-shadow: 
        0 12px 40px rgba(223, 174, 105, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.5) !important;
}

/* ===============================================
   LABELS - ELEGÂNCIA TIPOGRÁFICA
   =============================================== */
.woocommerce-account .woocommerce-form-row label,
.woocommerce-account label {
    color: #1E293B !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.woocommerce-account .required {
    color: #DFAE69 !important;
}

/* ===============================================
   INPUTS - DESIGN LUXO
   =============================================== */
.woocommerce-account .input-text,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    margin-bottom: 20px !important;
    border: 2px solid #DFAE69 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.85) !important;
    color: #1E293B !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.woocommerce-account .input-text:focus,
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
    outline: none !important;
    border-color: #C9945A !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(223, 174, 105, 0.1) !important;
}

.woocommerce-account .input-text::placeholder {
    color: rgba(30, 41, 59, 0.4) !important;
}

/* ===============================================
   BOTÕES - DESTAQUE MÁXIMO
   =============================================== */
.woocommerce-account .woocommerce-form-login .button, 
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-form-login button[type="submit"],
.woocommerce-account .woocommerce-form-register button[type="submit"],
.woocommerce-account .woocommerce-Button {
    background: linear-gradient(135deg, #1E293B 0%, #374151 100%) !important;
    color: #FEFCDE !important;
    border: 2px solid #1E293B !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    width: 100% !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(30, 41, 59, 0.2) !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.woocommerce-account button[type="submit"]:hover,
.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-Button:hover {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
    border-color: #DFAE69 !important;
    box-shadow: 
        0 10px 30px rgba(30, 41, 59, 0.3),
        inset 0 1px 0 rgba(223, 174, 105, 0.3) !important;
    transform: translateY(-2px) !important;
}

.woocommerce-account button[type="submit"]:active {
    transform: translateY(0) !important;
}

/* ===============================================
   CHECKBOX - LEMBRE-ME
   =============================================== */
.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-account input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    accent-color: #DFAE69 !important;
    margin-right: 8px !important;
}

.woocommerce-account .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    color: #1E293B !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

/* ===============================================
   LINKS - ELEGÂNCIA SUTIL
   =============================================== */
.woocommerce-account a {
    color: #DFAE69 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account a:hover {
    color: #C9945A !important;
    text-decoration: underline !important;
}

.woocommerce-LostPassword a,
.woocommerce-account .woocommerce-LostPassword {
    color: #1E293B !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    display: block !important;
}

.woocommerce-LostPassword a:hover {
    color: #DFAE69 !important;
}

/* ===============================================
   SEÇÃO DE PRIVACIDADE
   =============================================== */
.woocommerce-privacy-policy-text {
    font-size: 12px !important;
    color: #475569 !important;
    margin: 15px 0 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.woocommerce-privacy-policy-text a {
    color: #DFAE69 !important;
}

/* ===============================================
   MENSAGENS - EXTRAS
   =============================================== */
.woocommerce-account .woocommerce-form p {
    color: #1E293B !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

/* ===============================================
   LOGIN COM GOOGLE
   =============================================== */
.woocommerce-account .xs-login {
    margin-bottom: 20px !important;
}

.woocommerce-account .xs-login__item {
    background: #FFFFFF !important;
    border: 2px solid #DFAE69 !important;
    color: #1E293B !important;
    padding: 12px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account .xs-login__item:hover {
    background: #FEFCDE !important;
    border-color: #C9945A !important;
    box-shadow: 0 4px 15px rgba(223, 174, 105, 0.2) !important;
}

.woocommerce-account .xs-login__item--icon {
    font-size: 20px !important;
}

.woocommerce-account .xs-login__item--label {
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* ===============================================
   RESPONSIVO - AJUSTES MOBILE
   =============================================== */
@media (max-width: 600px) {
    .woocommerce-account .u-column1 h2,
    .woocommerce-account .u-column2 h2 {
        font-size: 24px !important;
    }

    .woocommerce-account .woocommerce-form-login, 
    .woocommerce-account .woocommerce-form-register {
        padding: 30px 20px !important;
        border-radius: 16px !important;
    }

    .woocommerce-account .input-text,
    .woocommerce-account input[type="text"],
    .woocommerce-account input[type="email"],
    .woocommerce-account input[type="password"] {
        font-size: 16px !important; /* Evita zoom automático */
        padding: 12px 14px !important;
    }

    .woocommerce-account button[type="submit"],
    .woocommerce-account .button {
        padding: 14px 20px !important;
        font-size: 14px !important;
    }
}

/* ===============================================
   ANIMAÇÕES - REFINAMENTO
   =============================================== */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    animation: slideIn 0.6s ease-out !important;
}

.woocommerce-account .u-column2 {
    animation-delay: 0.1s !important;
}

/* ===============================================
   SCREEN READER ONLY
   =============================================== */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
/* ===============================================
   MOBILE RESPONSIVO - LOGIN COMPACTO + WISHLIST
   =============================================== */

/* ============================================
   LOGIN PAGE - OTIMIZAÇÕES MOBILE
   ============================================ */

/* MOBILE PEQUENO - LOGIN SUPER COMPACTO */
@media (max-width: 600px) {
    /* Container principal */
    .woocommerce-account .u-columns.col2-set {
        padding: 15px 10px !important;
        gap: 20px !important;
    }

    /* Forms (Entrar e Cadastre-se) */
    .woocommerce-account .woocommerce-form-login, 
    .woocommerce-account .woocommerce-form-register {
        padding: 20px 16px !important;
        border-radius: 16px !important;
        margin-bottom: 20px !important;
    }

    /* Títulos compactos */
    .woocommerce-account .u-column1 h2,
    .woocommerce-account .u-column2 h2 {
        font-size: 20px !important;
        margin-bottom: 16px !important;
        padding-bottom: 12px !important;
    }

    /* Inputs compactos */
    .woocommerce-account .input-text,
    .woocommerce-account input[type="text"],
    .woocommerce-account input[type="email"],
    .woocommerce-account input[type="password"] {
        padding: 11px 12px !important;
        margin-bottom: 12px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
    }

    /* Labels compactos */
    .woocommerce-account .woocommerce-form-row label,
    .woocommerce-account label {
        font-size: 12px !important;
        margin-bottom: 6px !important;
    }

    /* Botão compacto */
    .woocommerce-account button[type="submit"],
    .woocommerce-account .button,
    .woocommerce-account .woocommerce-Button {
        padding: 12px 16px !important;
        font-size: 13px !important;
        margin-top: 8px !important;
        border-radius: 10px !important;
    }

    /* Checkbox */
    .woocommerce-account .woocommerce-form__label-for-checkbox {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }

    .woocommerce-account input[type="checkbox"] {
        width: 16px !important;
        height: 16px !important;
        margin-right: 6px !important;
    }

    /* Links compactos */
    .woocommerce-LostPassword a {
        font-size: 12px !important;
        margin-top: 8px !important;
    }

    /* Google login menor */
    .woocommerce-account .xs-login__item {
        padding: 10px !important;
        margin-bottom: 12px !important;
    }

    .woocommerce-account .xs-login__item--icon {
        font-size: 16px !important;
    }

    .woocommerce-account .xs-login__item--label {
        font-size: 11px !important;
    }

    /* Texto de privacidade menor */
    .woocommerce-account .woocommerce-form p {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }

    .woocommerce-privacy-policy-text {
        font-size: 11px !important;
        margin: 10px 0 !important;
    }

    /* Remove espaçamentos extras */
    .woocommerce-account .form-row {
        margin-bottom: 0 !important;
    }

    .woocommerce-account .woocommerce-form-row {
        margin-bottom: 0 !important;
    }
}

/* ============================================
   WISHLIST/FAVORITOS - RESPONSIVO
   ============================================ */

/* Container principal wishlist */
.woocommerce-account .woocommerce-MyAccount-content .products,
.wishlist-container,
.woocommerce .products {
    display: grid !important;
    gap: 12px !important;
}

/* MOBILE - 1 ou 2 colunas */
@media (max-width: 600px) {
    .woocommerce-account .products,
    .wishlist-container .products,
    .woocommerce .products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    /* Produto card compacto */
    .woocommerce-account .products li,
    .wishlist-container .products li,
    .woocommerce .products li {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    /* Imagem do produto menor */
    .woocommerce-account .products li img,
    .wishlist-container .products li img,
    .woocommerce .products li img {
        width: 100% !important;
        height: auto !important;
        max-height: 180px !important;
        object-fit: cover !important;
    }

    /* Informações do produto compactas */
    .woocommerce-account .products li .product-info,
    .wishlist-container .products li .product-info {
        padding: 8px !important;
    }

    /* Nome do produto */
    .woocommerce-account .products li h2,
    .woocommerce-account .products li .product-name,
    .wishlist-container .products li h2 {
        font-size: 13px !important;
        margin: 6px 0 !important;
        line-height: 1.3 !important;
    }

    /* Preço compacto */
    .woocommerce-account .products li .price,
    .wishlist-container .products li .price {
        font-size: 12px !important;
        margin: 4px 0 !important;
    }

    /* Botões de ação (Adicionar ao carrinho, remover) */
    .woocommerce-account .products li .button,
    .wishlist-container .products li .button,
    .woocommerce-account .products li a.button {
        padding: 6px 8px !important;
        font-size: 11px !important;
        margin-top: 6px !important;
        width: 100% !important;
        text-transform: uppercase !important;
        border-radius: 6px !important;
    }

    /* Remover wishlist */
    .woocommerce-account .products li .remove_from_wishlist,
    .wishlist-container .products li .remove_from_wishlist {
        font-size: 10px !important;
        padding: 4px 6px !important;
    }

    /* Star rating menor */
    .woocommerce-account .products li .star-rating,
    .wishlist-container .products li .star-rating {
        font-size: 11px !important;
        margin: 3px 0 !important;
    }
}

/* TABLET - 2-3 colunas */
@media (min-width: 601px) and (max-width: 1024px) {
    .woocommerce-account .products,
    .wishlist-container .products,
    .woocommerce .products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .woocommerce-account .products li,
    .wishlist-container .products li {
        margin-bottom: 0 !important;
    }
}

/* DESKTOP - 3-4 colunas */
@media (min-width: 1025px) {
    .woocommerce-account .products,
    .wishlist-container .products,
    .woocommerce .products {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
}

/* ============================================
   WISHLIST ESPECÍFICO (PLUGIN YITH, ETC)
   ============================================ */

/* Tabela wishlist (se usada) */
@media (max-width: 600px) {
    .yith-wcwl-wishlistscroller table {
        font-size: 12px !important;
    }

    .yith-wcwl-wishlistscroller td,
    .yith-wcwl-wishlistscroller th {
        padding: 8px 6px !important;
    }

    .yith-wcwl-wishlistscroller img {
        max-height: 80px !important;
        width: auto !important;
    }

    .yith-wcwl-wishlistscroller .button {
        padding: 6px 8px !important;
        font-size: 11px !important;
    }
}

/* ============================================
   WISHLIST - LISTA DE PRODUTOS
   ============================================ */

/* Wishlist do lado do usuário */
.woocommerce-account .woocommerce-MyAccount-wishlist {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-wishlist .products {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remover margens extras de produtos */
.woocommerce-account .products li {
    list-style: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ============================================
   AJUSTES PARA CABER NA TELA (NO-SCROLL)
   ============================================ */

/* Evitar scroll horizontal mobile */
@media (max-width: 600px) {
    .woocommerce-account .u-columns.col2-set {
        overflow: hidden !important;
    }

    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        overflow: hidden !important;
    }

    /* Reduzir espaçamento geral */
    .woocommerce-account {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.woocommerce-account {
        padding: 0 !important;
    }

    /* Container com margem mínima */
    .woocommerce-account .u-columns.col2-set {
        max-width: 100% !important;
        margin: 20px 0 !important;
    }
}

/* ============================================
   OTIMIZAÇÕES GERAIS
   ============================================ */

/* Evitar que elementos quebrem layout */
* {
    box-sizing: border-box !important;
}

/* Garantir que inputs não saem da tela */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    max-width: 100% !important;
}

/* Imagens responsivas */
img {
    max-width: 100% !important;
    height: auto !important;
}
/* ====================================================
   TRADUÇÃO FORÇADA: LOGIN WITH GOOGLE
   ==================================================== */
/* Zera o tamanho do texto original em inglês (e corrigido o erro de sintaxe) */
.xs-login__item--label {
    font-size: 0 !important; 
    visibility: hidden !important;
}

/* Escreve o novo texto em português no lugar */
.xs-login__item--label::after {
    content: "Entrar com Google" !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    visibility: visible !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    color: #0C182A !important;
    transition: color 0.3s ease !important;
}

/* Efeito Hover: O texto fica dourado ao passar o mouse */
.xs-login__item:hover .xs-login__item--label::after {
    color: #DFAE69 !important; 
}


/* ====================================================
   CORREÇÃO DO ÍCONE: GOOGLE COLORIDO E SEM LINHA
   ==================================================== */
/* 1. Mata qualquer linha ou sublinhado herdado do tema */
.xs-login__item,
.xs-login__item--icon,
.xs-login__item:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* 2. Prepara o espaço perfeito para a nova logo */
.xs-login__item--icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important; 
    height: 24px !important;
    flex-shrink: 0 !important; 
    margin: 0 10px 0 0 !important; /* Espaçamento entre a logo e o texto */
    padding: 0 !important;
    background: transparent !important;
}

/* 3. Remove a fonte de ícone antiga */
.met-social.met-social-google::before {
    content: "" !important; 
}

/* 4. Injeta a logo SVG oficial do Google direto no CSS (Zero perda de qualidade) */
.met-social.met-social-google {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"/><path fill="%234285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"/><path fill="%23FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"/><path fill="%2334A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"/></svg>') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* ====================================================
   TRADUÇÃO FORÇADA: LOGIN WITH GOOGLE
   ==================================================== */
/* 1. Oculta completamente o texto original em inglês */
.xs-login__item--label {
    display: none !important; 
}

/* 2. Injeta o novo texto direto no botão (para não sumir junto com a label) */
.xs-login__item::after {
    content: "Entrar com Google" !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    color: #0C182A !important;
    transition: color 0.3s ease !important;
}

/* 3. Efeito Hover: O texto fica dourado ao passar o mouse */
.xs-login__item:hover::after {
    color: #DFAE69 !important; 
}/* End custom CSS */
/* Start custom CSS *//* ===============================================
   1. CORREÇÃO DO ESPAÇO GIGANTE NO LOGIN (GOOGLE)
   =============================================== */
#xs-social-login-container {
    margin-bottom: 15px !important; 
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(223, 174, 105, 0.3) !important; /* Cria uma linha divisória elegante */
}

/* Remove a margem invisível do parágrafo que estava empurrando o formulário para baixo */
#xs-social-login-container p {
    margin-bottom: 0 !important; 
}


/* ===============================================
   2. ESTILO PREMIUM PARA A TABELA DE FAVORITOS
   =============================================== */

/* Fundo da tabela e bordas arredondadas */
.woocommerce-MyAccount-content table.shopengine-wishlist {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #FFFFFF !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(223, 174, 105, 0.4) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-top: 15px !important;
}

/* Cabeçalho da tabela (Fundo Azul Marinho, Texto Dourado) */
.woocommerce-MyAccount-content table.shopengine-wishlist th {
    background-color: #0C182A !important;
    color: #DFAE69 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 15px !important;
    text-align: center !important;
    border: none !important;
}

/* Células e linhas dos produtos */
.woocommerce-MyAccount-content table.shopengine-wishlist td {
    padding: 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(223, 174, 105, 0.15) !important; /* Linha divisória bem suave */
}

/* Foto do Produto */
.woocommerce-MyAccount-content table.shopengine-wishlist .shopengine-wishlist-product-image img {
    border-radius: 8px !important;
    max-width: 70px !important; /* Diminui a foto para não estourar a tabela */
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Título do Perfume */
.woocommerce-MyAccount-content table.shopengine-wishlist .wishlist-product-name a {
    color: #0C182A !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: block !important;
    margin-top: 10px !important;
}

.woocommerce-MyAccount-content table.shopengine-wishlist .wishlist-product-name a:hover {
    color: #DFAE69 !important;
}

/* Preço */
.woocommerce-MyAccount-content table.shopengine-wishlist td:nth-child(2) {
    font-weight: 600 !important;
    color: #1E293B !important;
}

/* Botão X de Remover */
.woocommerce-MyAccount-content table.shopengine-wishlist .shopengine-remove-action {
    color: #e74c3c !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    background: #fdf2f0 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.woocommerce-MyAccount-content table.shopengine-wishlist .shopengine-remove-action:hover {
    background: #e74c3c !important;
    color: #FFFFFF !important;
    transform: scale(1.1) !important;
}

/* Ajustes finos para Mobile (Celular) */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content table.shopengine-wishlist th,
    .woocommerce-MyAccount-content table.shopengine-wishlist td {
        padding: 10px 5px !important;
        font-size: 12px !important;
    }
    .woocommerce-MyAccount-content table.shopengine-wishlist .wishlist-product-name a {
        font-size: 12px !important;
    }
}/* End custom CSS */