.elementor-14 .elementor-element.elementor-element-bd74eaa:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-bd74eaa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-14 .elementor-element.elementor-element-bd74eaa > .elementor-container{max-width:1400px;}.elementor-14 .elementor-element.elementor-element-bd74eaa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14 .elementor-element.elementor-element-bd74eaa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-ce4dfa7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-element-populated{border-style:solid;border-width:2px 2px 2px 2px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:10px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px;}.elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-element-populated, .elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-element-populated > .elementor-background-overlay, .elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-ce4dfa7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-2e118a4:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-2e118a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-14 .elementor-element.elementor-element-2e118a4 > .elementor-container{max-width:1400px;min-height:55vh;}.elementor-14 .elementor-element.elementor-element-2e118a4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:0;}.elementor-14 .elementor-element.elementor-element-2e118a4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-da5e9bf:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-element-populated, .elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-element-populated > .elementor-background-overlay, .elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:10px 0px 10px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px;}.elementor-14 .elementor-element.elementor-element-da5e9bf > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14 .elementor-element.elementor-element-da5e9bf{z-index:1;}.elementor-14 .elementor-element.elementor-element-bcdbd25 > .elementor-widget-container{padding:1px 1px 1px 1px;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-2e118a4 > .elementor-container{min-height:55vh;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-5cb8c5f > .elementor-widget-container{padding:3px 3px 3px 3px;}.elementor-14 .elementor-element.elementor-element-2e118a4 > .elementor-container{min-height:55vh;}}/* Start custom CSS for shortcode, class: .elementor-element-bb90448 *//* ====== CONTAINER GERAL ====== */
.woocommerce-account .woocommerce {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    color: #222;
}

/* ====== TÍTULOS ====== */
.woocommerce-account h2,
.woocommerce-account h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

/* ====== CAMPOS DE FORMULÁRIO (login, registro, edição de conta) ====== */
.woocommerce-account input.input-text,
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    color: #333;
    background: #fff;
    font-size: 15px;
    transition: border 0.3s, box-shadow 0.3s;
}
.woocommerce-account input.input-text:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 0 2px rgba(0,115,230,0.2);
    outline: none;
}

/* ====== LABELS ====== */
.woocommerce-account label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
    display: block;
}

/* ====== TABELAS (Pedidos, Downloads, Endereços) ====== */
.woocommerce-account table.shop_table {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
    padding: 12px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce-account table.shop_table th {
    background: #f9f9f9;
    font-weight: 600;
}

/* ====== LINKS ====== */
.woocommerce-account a {
    color: #0073e6;
    text-decoration: none;
}
.woocommerce-account a:hover {
    text-decoration: underline;
}

/* ====== BOTÕES ====== */
.woocommerce-account .woocommerce-Button,
.woocommerce-account button,
.woocommerce-account input[type="submit"] {
    background: #0073e6;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover {
    background: #005bb5;
}

/* ====== NAV DA MINHA CONTA (menu lateral ou superior) ====== */
.woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #0073e6;
    color: #fff;
}/* End custom CSS */