.elementor-15 .elementor-element.elementor-element-72f82c69{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-72f82c69 *//* Premium WooCommerce My Account CSS
   NOTE: CSS cannot add real icons to WooCommerce menu items without HTML/PHP or Font Awesome.
   This file provides a premium black/gold responsive style.
*/

:root{
 --gold:#ffd978;
 --gold2:#c7881d;
 --bg:#080808;
 --card:#121212;
 --text:#f4f4f4;
}

body.woocommerce-account{background:var(--bg);}

.woocommerce-account .page-header{text-align:center;padding:40px 20px 10px}
.woocommerce-account .entry-title{
font-size:64px;font-weight:900;color:var(--gold);
letter-spacing:3px;text-transform:uppercase;margin:0}
.woocommerce-account .entry-title:after{
content:"";display:block;width:180px;height:5px;margin:18px auto 0;
background:linear-gradient(90deg,#6d4700,var(--gold),#6d4700);border-radius:99px}
.page-header:before{
content:"Welcome back. Manage your account, orders and payment details.";
display:block;color:#bbb;margin-bottom:16px;font-size:18px}

.woocommerce-MyAccount-navigation{width:100%!important;margin:40px auto}
.woocommerce-MyAccount-navigation ul{
display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
list-style:none;padding:0;max-width:1200px;margin:auto}
.woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-MyAccount-navigation a{
display:flex;justify-content:center;align-items:center;
min-height:90px;padding:16px;border-radius:18px;
background:rgba(20,20,20,.7);
backdrop-filter:blur(12px);
border:1px solid rgba(255,217,120,.25);
color:#fff;text-decoration:none;font-weight:700;
transition:.35s;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation li.is-active a{
transform:translateY(-6px);
background:linear-gradient(135deg,var(--gold),var(--gold2));
color:#111;
box-shadow:0 18px 40px rgba(255,217,120,.35)}

.woocommerce-MyAccount-content{
max-width:1000px;margin:60px auto;background:#111;
padding:50px;border-radius:24px;
border:1px solid rgba(255,217,120,.15);
color:#eee;text-align:center}
.woocommerce-MyAccount-content:before{
content:"";display:block;height:1px;
background:linear-gradient(90deg,transparent,var(--gold),transparent);
margin-bottom:30px}
.woocommerce-MyAccount-content p{line-height:1.9;font-size:17px}
.woocommerce-MyAccount-content strong{color:var(--gold)}
.woocommerce-MyAccount-content a{color:var(--gold)}

@media(max-width:991px){
.woocommerce-MyAccount-navigation{overflow-x:auto}
.woocommerce-MyAccount-navigation ul{
display:flex;flex-wrap:nowrap;width:max-content;gap:14px}
.woocommerce-MyAccount-navigation li{min-width:170px}
.woocommerce-account .entry-title{font-size:48px}
.woocommerce-MyAccount-content{padding:30px}
}
@media(max-width:767px){
.woocommerce-account .entry-title{font-size:34px}
.page-header:before{font-size:15px;padding:0 18px}
.woocommerce-MyAccount-navigation li{min-width:140px}
.woocommerce-MyAccount-navigation a{min-height:64px;font-size:14px}
}/* ===============================
   CONTENT SECTION CENTER FIX
================================ */

.woocommerce-account .woocommerce{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.woocommerce-MyAccount-content{
    width:100%;
    max-width:1100px;
    margin:60px auto 0 !important;
    padding:60px;
    text-align:center;
    background:linear-gradient(180deg,#131313,#090909);
    border:1px solid rgba(255,217,120,.20);
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.woocommerce-MyAccount-content p:first-child{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}

.woocommerce-MyAccount-content strong{
    color:#FFD978;
}

.woocommerce-MyAccount-content p{
    font-size:18px;
    line-height:1.9;
    color:#d6d6d6;
}

/* ===============================
   PREMIUM CARDS
================================ */

.woocommerce-MyAccount-navigation{
    width:100%;
    max-width:1200px;
}

.woocommerce-MyAccount-navigation ul{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.woocommerce-MyAccount-navigation li{
    margin:0;
}

.woocommerce-MyAccount-navigation li a{
    min-height:95px;
    padding:18px;
    border-radius:20px;
    background:rgba(18,18,18,.90);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,217,120,.18);
    font-size:17px;
    font-weight:700;
    letter-spacing:.5px;
    color:#fff;
    transition:.35s;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a{
    transform:translateY(-8px);
    background:linear-gradient(135deg,#FFD978,#C88A1F);
    color:#111;
    box-shadow:0 18px 45px rgba(255,217,120,.30);
}

/* ===============================
   TABLET
================================ */

@media(max-width:991px){

.woocommerce-account .entry-title{
    font-size:48px;
}

.woocommerce-MyAccount-navigation{
    overflow-x:auto;
    padding-bottom:10px;
}

.woocommerce-MyAccount-navigation ul{
    display:flex;
    flex-wrap:nowrap;
    width:max-content;
    gap:14px;
}

.woocommerce-MyAccount-navigation li{
    min-width:180px;
}

.woocommerce-MyAccount-navigation li a{
    min-height:75px;
    font-size:15px;
    padding:15px;
}

.woocommerce-MyAccount-content{
    padding:35px;
}

.woocommerce-MyAccount-content p:first-child{
    font-size:24px;
}

.woocommerce-MyAccount-content p{
    font-size:16px;
}

}

/* ===============================
   MOBILE
================================ */

@media(max-width:767px){

.woocommerce-account .entry-title{
    font-size:36px;
}

.page-header::before{
    font-size:15px;
    padding:0 20px;
}

.woocommerce-MyAccount-navigation{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.woocommerce-MyAccount-navigation ul{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
    width:max-content;
}

.woocommerce-MyAccount-navigation li{
    min-width:145px;
}

.woocommerce-MyAccount-navigation li a{
    min-height:62px;
    padding:12px;
    font-size:14px;
    border-radius:15px;
}

.woocommerce-MyAccount-content{
    padding:25px;
}

.woocommerce-MyAccount-content p:first-child{
    font-size:20px;
}

.woocommerce-MyAccount-content p{
    font-size:15px;
}

}/* End custom CSS */