.elementor-30629 .elementor-element.elementor-element-0e916b3:not(.elementor-motion-effects-element-type-background), .elementor-30629 .elementor-element.elementor-element-0e916b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://troktok.com.br/wp-content/uploads/2025/11/MY-ACCOUNT-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-30629 .elementor-element.elementor-element-0e916b3 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-astglobalcolor2 ) 0%, var( --e-global-color-astglobalcolor3 ) 100%);opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30629 .elementor-element.elementor-element-0e916b3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-30629 .elementor-element.elementor-element-5f25524{text-align:center;}.elementor-30629 .elementor-element.elementor-element-5f25524 .elementor-heading-title{color:#ffffff;}.elementor-30629 .elementor-element.elementor-element-80c053c > .elementor-widget-container{margin:0px 0px -25px 0px;}.elementor-30629 .elementor-element.elementor-element-80c053c{text-align:center;color:#ffffff;}.elementor-30629 .elementor-element.elementor-element-79db6ca5{padding:80px 0px 80px 0px;}body.elementor-page-30629:not(.elementor-motion-effects-element-type-background), body.elementor-page-30629 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-30629 .elementor-element.elementor-element-0e916b3{padding:0px 0px 0px 0px;}.elementor-30629 .elementor-element.elementor-element-8e0ee3d > .elementor-element-populated{padding:50px 50px 50px 50px;}}@media(min-width:1025px){.elementor-30629 .elementor-element.elementor-element-0e916b3:not(.elementor-motion-effects-element-type-background), .elementor-30629 .elementor-element.elementor-element-0e916b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for shortcode, class: .elementor-element-59588293 *//* --- Menu Minha Conta - Estilo TrokTok Musical (Laranja) --- */

/* Container da navegação */
.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Itens da Lista */
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

/* Links - Estilo Base */
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Mantém texto na esquerda e ícone na direita */
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* --- Hover (Passar o mouse) --- */
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff5f0; /* Fundo laranja clarinho */
    color: #FF6210;
    padding-left: 25px;
}

/* --- Item Ativo (Selecionado) --- */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #ff6600; /* Laranja Principal */
    color: #fff;
}

/* Ícone Musical na direita */
.woocommerce-MyAccount-navigation ul li a::after {
    content: '\266B'; /* Código para ícone de nota musical (♫) */
    font-size: 18px;
    line-height: 1;
    opacity: 0.4;
    transition: all 0.2s ease;
}

/* Ícone fica visível e branco no ativo */
.woocommerce-MyAccount-navigation ul li.is-active a::after {
    color: #fff;
    opacity: 1;
}

/* Ícone fica laranja no hover */
.woocommerce-MyAccount-navigation ul li a:hover::after {
    color: #FF6210;
    opacity: 1;
    transform: rotate(10deg); /* Pequena animação divertida */
}

/* --- Área de Conteúdo (Direita) --- */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

/* Títulos em Laranja */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.music-welcome-box h2 {
    color: #FF6210;
}/* End custom CSS */