.elementor-190 .elementor-element.elementor-element-9773b12{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:70px 70px;--row-gap:70px;--column-gap:70px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}.elementor-190 .elementor-element.elementor-element-9773b12:not(.elementor-motion-effects-element-type-background), .elementor-190 .elementor-element.elementor-element-9773b12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d273b9c );}.elementor-190 .elementor-element.elementor-element-803609c{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-190 .elementor-element.elementor-element-803609c{--width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-dfb3e5e *//* ===== GLOBAL RESET ===== */
body {
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    background: #0d0d0d;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255,255,255,0.05);
    color: #fff !important;
}

/* ===== LOGIN / REGISTER ===== */
.woocommerce form.login,
.woocommerce form.register {
    background: #111;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #222;
}

.woocommerce form .form-row label {
    color: #aaa;
    font-size: 14px;
}

/* Inputs */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    background: #000;
    color: #fff;
    border: 1px solid #333;
    padding: 12px;
    border-radius: 6px;
    transition: 0.3s;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
    border-color: #fff;
    outline: none;
}

/* ===== BUTTONS ===== */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background: #ccc;
    color: #000;
}

/* ===== NAVIGATION SIDEBAR ===== */
.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
    background: #000;
    border-right: 1px solid #222;
    border-radius: 10px 0 0 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #111;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 15px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    color: #000;
}

/* ===== CONTENT AREA ===== */
.woocommerce-MyAccount-content {
    width: 75%;
    float: left;
    padding: 15px;
    background: #111;
    border-radius: 0 10px 10px 0;
    min-height: 400px;
}

/* Clear float */
.woocommerce-account .woocommerce::after {
    content: "";
    display: block;
    clear: both;
}

/* ===== TABLES ===== */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: #000;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: #111;
    color: #fff;
    padding: 14px;
    border: 1px solid #222;
    text-align: left;
}

.woocommerce table.shop_table td {
    padding: 14px;
    border: 1px solid #111;
    color: #ddd;
}

.woocommerce table.shop_table tr:hover {
    background: #111;
}

/* ===== LINKS ===== */
.woocommerce a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.woocommerce a:hover {
    color: #ccc;
}

/* ===== ALERTS (HIDDEN CLEAN UI) ===== */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info { background: #111; border: 1px solid #333; color: #fff; padding: 15px; border-radius: 6px; }

/* ===== ACCOUNT DETAILS ===== */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #222;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

/* ===== ADDRESS BOX ===== */
.woocommerce-Address {
    background: #111;
    padding: 20px;
    border: 1px solid #222;
    border-radius: 10px;
}

/* ===== LOGOUT BUTTON ===== */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ff4d4d;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #ff4d4d;
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    .woocommerce-MyAccount-navigation {
        border-right: none;
        border-radius: 10px 10px 0 0;
    }

    .woocommerce-MyAccount-content {
        border-radius: 0 0 10px 10px;
    }
}

/* ===== EXTRA POLISH ===== */

/* Smooth transitions globally */
* {
    transition: all 0.2s ease-in-out;
}

/* Scrollbar (optional premium look) */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #666;
}/* End custom CSS */