.elementor-281 .elementor-element.elementor-element-1bbfda11{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-86ac3b6 *//* ================================
MY ACCOUNT PAGE DESIGN
================================ */

.woocommerce-account .entry-title{
    display:none;
}

/* Main Wrapper */
.woocommerce-account .woocommerce{
    max-width:1400px;
    margin:60px auto;
    padding:0 20px;
    display:flex;
    gap:35px;
    align-items:flex-start;
    font-family:'Inter',sans-serif;
}

/* ================================
SIDEBAR
================================ */

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:280px;
    background:#0f172a;
    border-radius:24px;
    padding:30px 22px;
    position:sticky;
    top:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin-bottom:10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 18px;
    border-radius:14px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:all .3s ease;
    background:rgba(255,255,255,0.04);
}

/* Hover */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    background:#22c55e;
    transform:translateX(4px);
}

/* Active Menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background:#22c55e;
    color:#fff;
    box-shadow:0 8px 20px rgba(34,197,94,.35);
}

/* ================================
CONTENT AREA
================================ */

.woocommerce-account .woocommerce-MyAccount-content{
    flex:1;
    background:#fff;
    border-radius:28px;
    padding:45px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
}

/* Welcome Message */
.woocommerce-account .woocommerce-MyAccount-content p{
    font-size:16px;
    line-height:1.8;
    color:#475569;
}

/* Headings */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
    font-size:30px;
    margin-bottom:25px;
    color:#0f172a;
    font-weight:800;
}

/* ================================
ORDERS TABLE
================================ */

.woocommerce-account table.shop_table{
    border:none !important;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

.woocommerce-account table.shop_table thead{
    background:#0f172a;
}

.woocommerce-account table.shop_table thead th{
    color:#fff;
    padding:18px 20px;
    font-size:15px;
    font-weight:700;
    border:none;
}

.woocommerce-account table.shop_table tbody td{
    padding:18px 20px;
    border-bottom:1px solid #eef2f7;
    font-size:15px;
    color:#334155;
}

.woocommerce-account table.shop_table tbody tr:hover{
    background:#f8fafc;
}

/* ================================
BUTTONS
================================ */

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button{
    background:#22c55e !important;
    color:#fff !important;
    border:none !important;
    border-radius:12px !important;
    padding:14px 24px !important;
    font-weight:700 !important;
    transition:all .3s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover{
    background:#16a34a !important;
    transform:translateY(-2px);
}

/* Logout Button */
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a{
    background:#ef4444 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover{
    background:#dc2626 !important;
}

/* ================================
FORMS
================================ */

.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select{
    width:100%;
    border:1px solid #dbe3ec;
    border-radius:14px;
    padding:14px 16px;
    min-height:54px;
    background:#f8fafc;
    font-size:15px;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus{
    border-color:#22c55e;
    outline:none;
    background:#fff;
    box-shadow:0 0 0 4px rgba(34,197,94,.15);
}

/* Labels */
.woocommerce-account label{
    font-weight:700;
    color:#0f172a;
    margin-bottom:8px;
    display:block;
}

/* ================================
DOWNLOADS / ADDRESS BOXES
================================ */

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-message{
    border-radius:20px;
    overflow:hidden;
}

/* Success Messages */
.woocommerce-message{
    background:#ecfdf5;
    border:none;
    color:#166534;
    padding:18px 22px;
    border-left:5px solid #22c55e;
    border-radius:16px;
}

/* ================================
MOBILE
================================ */

@media(max-width:991px){

    .woocommerce-account .woocommerce{
        flex-direction:column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation{
        width:100%;
        position:relative;
        top:auto;
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        padding:30px 20px;
    }

    .woocommerce-account table.shop_table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

}/* End custom CSS */