.elementor-13 .elementor-element.elementor-element-34380e7{--display:flex;--min-height:0px;--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;--justify-content:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-13 .elementor-element.elementor-element-4fb983ae{padding:0px 0px 0px 0px;text-align:start;}.elementor-13 .elementor-element.elementor-element-4fb983ae p{margin-block-end:100px;}.elementor-13 .elementor-element.elementor-element-98c65c9{--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;}.elementor-13 .elementor-element.elementor-element-35aedde{--spacer-size:50px;}.elementor-13 .elementor-element.elementor-element-2d7265b{--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;}.elementor-13 .elementor-element.elementor-element-4607e95{--spacer-size:50px;}.elementor-13 .elementor-element.elementor-element-795a6d4{--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;}.elementor-13 .elementor-element.elementor-element-386c91b{--spacer-size:50px;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-4fb983ae{columns:1;column-gap:0px;text-align:center;}.elementor-13 .elementor-element.elementor-element-4fb983ae p{margin-block-end:100px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-34380e7{--content-width:866px;}}/* Start custom CSS for text-editor, class: .elementor-element-4fb983ae *//* ===== AUTO BRAND COLOR DETECTION ===== */
:root {
    /* Popular theme variables (auto-detected) */
    --theme-primary: var(--wp--preset--color--primary,
                     var(--primary,
                     var(--accent,
                     var(--color-primary,
                     #0a58ff))));

    --brand-color: var(--theme-primary);
    --brand-light: color-mix(in srgb, var(--brand-color) 15%, transparent);
    --text-dark: #1f2937;
}

/* ===== Tabs Wrapper ===== */
.woocommerce-MyAccount-navigation ul {
    position: relative;
    display: flex;
    gap: 6px;
    padding: 8px;
    margin-bottom: 25px;
    list-style: none;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    overflow-x: auto;
}

/* ===== Tab Links ===== */
.woocommerce-MyAccount-navigation li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    transition: color 0.3s ease;
    z-index: 2;
}

/* Hover */
.woocommerce-MyAccount-navigation li a:hover {
    color: var(--brand-color);
}

/* ===== Animated Active Background ===== */
.woocommerce-MyAccount-navigation li.is-active a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--brand-light);
    border-radius: 10px;
    animation: tabFade 0.3s ease forwards;
    z-index: -1;
}

/* Active Text */
.woocommerce-MyAccount-navigation li.is-active a {
    color: var(--brand-color);
}

/* ===== Sliding Indicator Line ===== */
.woocommerce-MyAccount-navigation li.is-active a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 18%;
    width: 64%;
    height: 3px;
    background: var(--brand-color);
    border-radius: 10px;
    animation: slideUp 0.35s ease forwards;
}

/* ===== Animations ===== */
@keyframes tabFade {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Content Card ===== */
.woocommerce-MyAccount-content {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    padding: 30px;
}

/* ===== Mobile Tweaks ===== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation li a {
        padding: 10px 16px;
        font-size: 13px;
    }

    .woocommerce-MyAccount-navigation li.is-active a::after {
        height: 2px;
        bottom: -4px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-34380e7 *//* ===== Layout Reset ===== */
.woocommerce-account .woocommerce {
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}

/* Hide sidebar spacing */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/* Content full width */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    background: #DDDDE700;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 30px;
}

/* ===== Tabs Container ===== */
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 8px;
    margin: 0 0 25px;
    list-style: none;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    overflow-x: auto;
}

/* ===== Individual Tabs ===== */
.woocommerce-MyAccount-navigation li {
    margin: 0;
    flex: 0 0 auto;
}

/* Tab Links */
.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation li a:hover {
    background: #ffffff;
    color: #000;
}

/* Active Tab */
.woocommerce-MyAccount-navigation li.is-active a {
    background: #ffffff;
    color: #000000;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        padding: 6px;
        border-radius: 10px;
    }

    .woocommerce-MyAccount-navigation li a {
        padding: 10px 14px;
        font-size: 13px;
    }
}/* End custom CSS */