.woocommerce-MyAccount-navigation {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    display: none;
}

.glow-account-wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 23px 14px 20px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1e1e1e;
    background: #fff;
    box-sizing: border-box;
}

.glow-account-wrap *,
.glow-account-wrap *::before,
.glow-account-wrap *::after {
    box-sizing: border-box;
}

.glow-simple-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.glow-simple-user-left {
    min-width: 0;
    flex: 1;
}

.glow-simple-name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
    word-break: break-word;
}

.glow-simple-phone {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    line-height: 1.4;
    word-break: break-word;
}

.glow-simple-user-right {
    flex: 0 0 auto;
}

.glow-simple-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.glow-top-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.glow-top-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    min-height: 102px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.glow-top-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    border-color: #dddddd;
}

.glow-top-box:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.35);
    outline-offset: 2px;
}

.glow-top-icon {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 8px;
}

.glow-top-title {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #222;
    line-height: 1.3;
}

.glow-savings-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 52%, #fdba74 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.18);
    transform: translateZ(0);
}

.glow-savings-card::after {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    pointer-events: none;
}

.glow-savings-label {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    opacity: .96;
    margin-bottom: 10px;
}

.glow-savings-value {
    position: relative;
    z-index: 1;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: -.5px;
    min-height: 38px;
}

.glow-savings-sub {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1.4;
    opacity: .92;
}

.glow-extra-section {
    margin-top: 18px;
}

.glow-account-wrap .glow-extra-section .glow-section-title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #111 !important;
    letter-spacing: .3px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    background: transparent !important;
}

.glow-box-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.glow-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 14px;
    text-decoration: none;
    color: #111;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    border: 1px solid #f0f0f0;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.glow-box-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
    border-color: #e7e7e7;
}

.glow-box-item:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.28);
    outline-offset: 2px;
}

.glow-box-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.glow-box-icon {
    width: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    flex: 0 0 30px;
}

.glow-box-text {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.glow-box-arrow {
    color: #9aa0a6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
}

.glow-logout-wrap {
    margin-top: 18px;
}

.glow-logout-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    color: #111;
    padding: 14px 4px;
    border-top: 1px solid #ececec;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .2s ease;
}

.glow-logout-btn:hover {
    opacity: .85;
}

.glow-logout-icon {
    font-size: 26px;
    line-height: 1;
}

@media (max-width: 380px) {
    .glow-account-wrap {
        padding: 30px 12px 18px;
    }

    .glow-simple-name {
        font-size: 16px;
    }

    .glow-simple-phone {
        font-size: 13px;
    }

    .glow-top-title {
        font-size: 11px;
    }

    .glow-savings-value {
        font-size: 28px;
        min-height: 32px;
    }

    .glow-box-text {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .glow-top-box,
    .glow-box-item,
    .glow-logout-btn {
        transition: none;
    }
}





/* ===== Custom Icon Image Support ===== */

.glow-top-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:8px;
}

.glow-top-icon img{
    width:40px;
    height:40px;
    object-fit:contain;
    display:block;
}

.glow-box-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.glow-box-icon {
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 26px;
}

.glow-box-icon img{
    width:35px;
    height:35px;
    object-fit:contain;
    display:block;
}

/* Hover Animation Smooth */
.glow-box-item img,
.glow-top-box img{
    transition: transform .2s ease;
}

.glow-box-item:hover img,
.glow-top-box:hover img{
    transform: scale(1.08);
}