.elementor-14 .elementor-element.elementor-element-2bfda2b{--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-14 .elementor-element.elementor-element-e0c4908{--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;}/* Start custom CSS for html, class: .elementor-element-d68d228 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.go-account-page,
.go-account-page *{
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

.go-account-page{
    display:grid;
    grid-template-columns:320px minmax(0,1fr);
    gap:28px;
    align-items:start;
    padding:20px 0;
    color:#111;
}

.go-account-sidebar{
    position:sticky;
    top:30px;
    background:#0f0f10;
    border-radius:28px;
    padding:24px;
    color:#fff;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.go-account-usercard{
    display:flex;
    flex-direction:column;
    gap:18px;
    padding-bottom:24px;
    margin-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.go-account-avatar img{
    width:96px;
    height:96px;
    border-radius:50%;
    display:block;
    border:3px solid rgba(255,255,255,.12);
}

.go-account-name-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:6px;
}

.go-account-name-row h2{
    margin:0;
    font-size:24px;
    font-weight:700;
    line-height:1.1;
    color:#fff;
}

.go-account-verified-icon{
    width:22px;
    height:22px;
    display:block;
    flex:0 0 auto;
}

.go-account-email{
    margin:0 0 12px;
    color:rgba(255,255,255,.72);
    font-size:13px;
    word-break:break-word;
}

.go-account-status{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.02em;
}

.go-account-status.is-baller{
    background:#ffffff;
    color:#111;
}

.go-account-status.is-not-baller{
    background:rgba(255,255,255,.08);
    color:rgba(255,255,255,.8);
    border:1px solid rgba(255,255,255,.08);
}

.go-account-nav ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.go-account-nav li a{
    display:flex;
    align-items:center;
    min-height:52px;
    padding:14px 16px;
    border-radius:16px;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.04);
    transition:all .22s ease;
    font-weight:500;
    letter-spacing:.01em;
}

.go-account-nav li a:hover{
    transform:translateX(2px);
    background:rgba(255,255,255,.10);
    color:#fff;
}

.go-account-nav li.is-active a{
    background:#fff;
    color:#111;
    font-weight:700;
}

.go-account-main{
    min-width:0;
}

.go-account-hero{
    background:linear-gradient(135deg,#111 0%, #1c1c1f 100%);
    color:#fff;
    border-radius:30px;
    padding:34px;
    margin-bottom:24px;
    box-shadow:0 18px 50px rgba(0,0,0,.10);
}

.go-account-eyebrow{
    margin:0 0 10px;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    opacity:.65;
    font-weight:600;
}

.go-account-hero h1{
    margin:0 0 10px;
    font-size:38px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:-0.02em;
}

.go-account-subtitle{
    margin:0;
    font-size:15px;
    color:rgba(255,255,255,.75);
    max-width:700px;
}

.go-account-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
    margin-bottom:24px;
}

.go-account-card,
.go-account-panel{
    background:#fff;
    border-radius:26px;
    padding:24px;
    box-shadow:0 14px 40px rgba(17,17,17,.06);
    border:1px solid #efefef;
}

.go-card-label{
    margin:0 0 10px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#8c8c8c;
    font-weight:700;
}

.go-account-card h3{
    margin:0 0 10px;
    font-size:22px;
    line-height:1.15;
    color:#111;
    font-weight:700;
}

.go-account-card p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

.go-quick-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:14px;
}

.go-quick-links a{
    display:inline-flex;
    align-items:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:#111;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.go-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}

.go-panel-head h3{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#111;
}

.go-orders-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.go-order-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 20px;
    border-radius:18px;
    background:#f7f7f7;
    border:1px solid #ededed;
}

.go-order-number{
    margin:0 0 4px;
    font-size:15px;
    font-weight:700;
    color:#111;
}

.go-order-date{
    margin:0;
    font-size:13px;
    color:#777;
}

.go-order-meta{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:6px;
}

.go-order-total{
    font-size:14px;
    font-weight:700;
    color:#111;
}

.go-order-status{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e8e8e8;
    font-size:12px;
    font-weight:600;
    color:#444;
    text-transform:capitalize;
}

.go-empty-state{
    margin:0;
    font-size:14px;
    color:#777;
}

/* WooCommerce inside custom panel */
.endpoint-panel .woocommerce{
    width:100%;
}

.endpoint-panel .woocommerce h2,
.endpoint-panel .woocommerce h3{
    font-size:24px;
    line-height:1.2;
    font-weight:700;
    color:#111;
    margin-bottom:16px;
}

.endpoint-panel .woocommerce-form-row,
.endpoint-panel p.form-row{
    margin-bottom:16px;
}

.endpoint-panel input,
.endpoint-panel select,
.endpoint-panel textarea{
    width:100%;
    min-height:54px;
    border-radius:16px;
    border:1px solid #e7e7e7;
    background:#fafafa;
    padding:14px 16px;
    font-size:14px;
    color:#111;
}

.endpoint-panel textarea{
    min-height:120px;
    resize:vertical;
}

.endpoint-panel button,
.endpoint-panel .button,
.endpoint-panel input[type="submit"]{
    min-height:50px;
    border:none;
    border-radius:999px;
    padding:0 20px;
    background:#111 !important;
    color:#fff !important;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
    box-shadow:none;
    text-decoration:none;
}

.endpoint-panel table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 10px;
}

.endpoint-panel table th{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#8a8a8a;
    padding:0 12px 8px;
    border:none;
}

.endpoint-panel table td{
    background:#f8f8f8;
    padding:16px 12px;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

.endpoint-panel table td:first-child{
    border-left:1px solid #ececec;
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
}

.endpoint-panel table td:last-child{
    border-right:1px solid #ececec;
    border-top-right-radius:16px;
    border-bottom-right-radius:16px;
}

.endpoint-panel .woocommerce-message,
.endpoint-panel .woocommerce-info,
.endpoint-panel .woocommerce-error{
    border:none;
    border-radius:18px;
    padding:16px 18px;
    margin-bottom:20px;
    background:#f6f6f6;
    color:#111;
}

.endpoint-panel .woocommerce-Addresses{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:18px;
}

.endpoint-panel .woocommerce-Address{
    background:#f8f8f8;
    border:1px solid #ececec;
    border-radius:22px;
    padding:20px;
}

.endpoint-panel .woocommerce-Address-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}

.go-account-login-wrap{
    display:flex;
    justify-content:center;
    padding:30px 0;
}

.go-account-login-box{
    width:100%;
    max-width:540px;
    background:#fff;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 50px rgba(17,17,17,.08);
    border:1px solid #efefef;
}

.go-account-login-head h2{
    margin:0 0 8px;
    font-size:34px;
    line-height:1.05;
    font-weight:800;
    color:#111;
}

.go-account-login-head p{
    margin:0 0 24px;
    color:#666;
    font-size:14px;
}

.go-account-login-form input{
    width:100%;
    min-height:54px;
    border-radius:16px;
    border:1px solid #e7e7e7;
    background:#fafafa;
    padding:14px 16px;
    font-size:14px;
}

.go-account-login-form button,
.go-account-login-form .button,
.go-account-login-form input[type="submit"]{
    min-height:52px;
    border:none;
    border-radius:999px;
    padding:0 20px;
    background:#111 !important;
    color:#fff !important;
    font-weight:700;
    font-size:14px;
    cursor:pointer;
}

@media (max-width: 1100px){
    .go-account-page{
        grid-template-columns:1fr;
    }

    .go-account-sidebar{
        position:static;
    }

    .go-account-grid{
        grid-template-columns:1fr;
    }

    .endpoint-panel .woocommerce-Addresses{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px){
    .go-account-page{
        gap:18px;
    }

    .go-account-sidebar,
    .go-account-card,
    .go-account-panel,
    .go-account-hero,
    .go-account-login-box{
        border-radius:22px;
        padding:20px;
    }

    .go-account-hero h1{
        font-size:28px;
    }

    .go-order-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .go-order-meta{
        align-items:flex-start;
    }
}

.go-account-avatar-wrap{
    position:relative;
    width:96px;
    height:96px;
}

.go-account-avatar{
    width:96px;
    height:96px;
    border-radius:50%;
    overflow:hidden;
}

.go-account-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border:none;
}

.go-account-avatar-form{
    position:absolute;
    top:0;
    right:0;
}

.go-account-avatar-input{
    display:none;
}

.go-account-avatar-edit{
    width:28px;
    height:28px;
    border:none;
    border-radius:50%;
    background:#fff !important;
    color:#111 !important;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    padding:0;
    line-height:1;
}

.go-account-status-link{
    text-decoration:none;
}

.go-account-verify-link-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

/* ===== TRACKING BLOCK COMPLETO ===== */

.go-order-detail-card {
    position: relative;
}

/* ===== BASKET TRACKING ===== */

.go-basket-tracking {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    margin: 20px 0 28px;
    padding: 6px 0 0;
}

.go-basket-step {
    position: relative;
    z-index: 2;
    width: 33.333%;
    text-align: center;
    display: grid;
    grid-template-rows: 110px auto;
    justify-items: center;
    align-items: end;
}

/* area immagine */
.go-basket-step img {
    display: block;
    height: auto;
    max-width: 100%;
    transition: opacity 0.28s ease, transform 0.28s ease;
    grid-row: 1;
    align-self: end;
}

/* STEP 1 - MANI */
.go-basket-step--shipping img {
    width: 94px;
}

/* STEP 2 - PALLA */
.go-basket-step--transit img {
    width: 58px;
    transform: translateY(-62px);
}

/* STEP 3 - CANESTRO */
.go-basket-step--delivered img {
    width: 96px;
}

/* ===== LABEL ===== */

.go-basket-step span {
    grid-row: 2;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.25;
    color: #b7b7b7;
    font-weight: 500;
    min-height: 18px;
    text-align: center;
}

/* Stato non attivo */
.go-basket-step:not(.active) img {
    opacity: 0.34;
}

/* Stato attivo */
.go-basket-step.active img {
    opacity: 1;
}

/* Label attiva */
.go-basket-step.active span {
    color: #111;
}

/* ===== BOX ULTIMO AGGIORNAMENTO ===== */

.go-tracking-update-box {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 16px;
    border: 1px solid #ececec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.go-tracking-update-box__label {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.3;
}

.go-tracking-update-box__status {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111;
    line-height: 1.25;
}

.go-tracking-update-box__meta {
    font-size: 14px;
    color: #444;
    line-height: 1.45;
}

/* ===== PULSANTE ===== */

.go-tracking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.go-tracking-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.go-tracking-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

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

@media (max-width: 767px) {
    .go-basket-tracking {
        margin: 16px 0 22px;
        gap: 2px;
    }

    .go-basket-step {
        grid-template-rows: 82px auto;
    }

    .go-basket-step--shipping img {
        width: 72px;
    }

    .go-basket-step--transit img {
        width: 43px;
        transform: translateY(-66px);
    }

    .go-basket-step--delivered img {
        width: 63px;
    }

    .go-basket-step span {
        margin-top: 8px;
        font-size: 12px;
        min-height: 16px;
    }

    .go-tracking-update-box {
        padding: 14px 15px;
        border-radius: 12px;
    }

    .go-tracking-update-box__status {
        font-size: 16px;
    }

    .go-tracking-update-box__meta {
        font-size: 13px;
    }

    .go-tracking-btn {
        width: 100%;
        padding: 12px 16px;
    }
}/* End custom CSS */
/* Start custom CSS */.woocommerce-MyAccount-navigation{
    display:none !important;
}

.elementor-element.elementor-element-4c7ca68{
    box-shadow:none !important;
}/* End custom CSS */