/* Cuenta, pedidos, direcciones y acceso mayorista. */
.zt-account-dashboard-header>.zti-button{display:inline-flex;min-height:42px;font-size:12px;margin-top:8px}
.zti-account-latest{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:14px;align-items:center;margin:24px 0;padding:18px;border:1px solid #e7dda0;border-radius:15px;background:linear-gradient(115deg,#fffbd5,#fff)}
.zti-latest-icon{display:grid;place-items:center;width:44px;height:44px;background:#ffe600;border-radius:12px;color:#393213}
.zti-account-latest h2{font-size:20px;line-height:1.2;margin:6px 0;color:#222;font-weight:850}.zti-account-latest p{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0 0;font-size:11px;color:#747469}
.zti-order-status{display:inline-block;border:1px solid #dcdcc4;border-radius:15px;padding:5px 10px;background:#fff;color:#56573e;font-weight:750}
.zti-latest-total{text-align:right}.zti-latest-total small{display:block;font-size:10px;color:#737366;margin-bottom:6px}.zti-latest-total strong{font-size:18px;color:#222}
.zti-account-latest>.zti-button{grid-column:2/4;justify-self:start;min-height:40px;font-size:12px}
@media(max-width:767px){.zti-account-latest{grid-template-columns:34px minmax(0,1fr);padding:14px;gap:12px}.zti-latest-icon{width:34px;height:34px}.zti-account-latest h2{font-size:18px}.zti-latest-total{grid-column:2;text-align:left}.zti-account-latest>.zti-button{grid-column:1/3;justify-self:stretch}.zti-account-latest .zti-eyebrow{font-size:8px}}
body.zti-experience .zt-account-layout { display: grid !important; grid-template-columns: 260px minmax(0,1fr) !important; width: min(1280px,calc(100% - 40px)) !important; max-width: 1280px !important; gap: 24px !important; margin: 28px auto 48px !important; padding: 0 !important; }
body.zti-experience .zt-account-sidebar { background: #fff !important; border: 1px solid #e5e7eb; border-radius: 18px !important; box-shadow: none !important; overflow: hidden; align-self: start; }
body.zti-experience .zt-account-userbox { background: linear-gradient(140deg,#fff9d9,#fff) !important; padding: 22px 18px !important; }
body.zti-experience .zt-account-avatar { background: #ffe000 !important; color: #27220b !important; box-shadow: none !important; }
body.zti-experience .zt-account-name { color: #222 !important; font-size: 15px !important; overflow-wrap: anywhere; }
body.zti-experience .zt-account-badge { color: #746a2c !important; background: transparent !important; font-size: 10px !important; }
body.zti-experience .zt-account-content { float: none !important; width: 100% !important; min-width: 0; margin: 0 !important; padding: 0 !important; }
body.zti-experience .zt-account-content-inner { padding: 28px !important; background: #fff !important; border: 1px solid #e5e7eb; border-radius: 18px !important; box-shadow: none !important; }
body.zti-experience .zt-account-dashboard-header h1 { font-size: clamp(24px,3vw,34px) !important; letter-spacing: -.03em; color: #222 !important; }
body.zti-experience .zt-account-dashboard-header p { font-size: 14px; color: #666; }
body.zti-experience .zt-account-dashboard-grid { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 16px !important; }
body.zti-experience .zt-account-dash-card { min-width: 0; min-height: 130px; padding: 20px !important; background: #fafaf7 !important; border: 1px solid #e7e7de !important; border-radius: 14px !important; box-shadow: none !important; text-decoration: none; }
body.zti-experience .zt-account-dash-card:hover { border-color: #d4ba2a !important; background: #fffbee !important; }
body.zti-experience .zt-account-dash-icon { background: #fff4b1 !important; color: #645414 !important; border-radius: 12px !important; }
body.zti-experience .zt-account-dash-title { color: #242424 !important; font-size: 15px !important; }
body.zti-experience .zt-account-dash-text { color: #666 !important; font-size: 12px !important; }
body.zti-experience .zt-account-menu-item a { min-height: 48px; color: #555 !important; border-radius: 9px !important; font-size: 13px; }
body.zti-experience .zt-account-menu-item.is-active a { background: #fff8d5 !important; color: #29240c !important; box-shadow: none !important; }
body.zti-experience.woocommerce-account :is(input.input-text,textarea,select) { border: 1px solid #d6d8d1 !important; border-radius: 9px !important; min-height: 46px; background: #fff !important; color: #222 !important; }
body.zti-experience.woocommerce-account :is(button.woocommerce-button,button.woocommerce-Button,button[name=save_account_details],button[name=save_address]) { background: #ffe000 !important; color: #222 !important; border-radius: 10px !important; min-height: 46px; border: 1px solid #dfc500 !important; }
body.zti-experience .woocommerce-orders-table { font-size: 13px; }
@media (max-width: 950px) {
    body.zti-experience .zt-account-layout { grid-template-columns: minmax(0,1fr) !important; }
    body.zti-experience .zt-account-menu-list { display: flex; overflow-x: auto; gap: 8px; margin: 0; padding: 10px; }
    body.zti-experience .zt-account-menu-item { flex: 0 0 auto; white-space: nowrap; }
    body.zti-experience .zt-account-menu-arrow { display: none; }
}
@media (max-width: 767px) {
    body.zti-experience .zt-account-layout { width: calc(100% - 28px) !important; }
    body.zti-experience .zt-account-content-inner { padding: 18px !important; }
    body.zti-experience .zt-account-dashboard-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
    body.zti-experience .zt-account-dash-card { min-height: 100px; padding: 16px !important; }
    body.zti-experience.woocommerce-account :is(input.input-text,textarea,select) { font-size: 16px !important; }
}

/* 1.1: resumen real de cuenta, menú claro y formularios de los endpoints WooCommerce. */
body.zti-experience .zt-account-sidebar{padding:0!important}
body.zti-experience .zt-account-avatar:before,body.zti-experience .zt-account-avatar:after{content:none!important}
body.zti-experience .zt-account-avatar>span{background:none!important;color:#111!important;border:0!important;border-radius:0!important;padding:0!important}
body.zti-experience .zt-account-userbox{background:linear-gradient(135deg,#222,#33321b)!important;color:#fff;display:flex;gap:12px;align-items:center}
body.zti-experience .zt-account-name{color:#fff!important}.zt-account-hello{font-size:11px;color:#ddd}
body.zti-experience .zt-account-badge{color:#ffe600!important;margin-top:5px}
body.zti-experience .zt-account-avatar{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;border-radius:14px;font-size:18px;font-weight:800}
body.zti-experience .zt-account-menu-list{list-style:none;padding:12px;margin:0}.zt-account-menu-item{margin:3px 0}
body.zti-experience .zt-account-menu-item a{display:flex;align-items:center;gap:10px;padding:12px;text-decoration:none;min-height:48px;font-weight:650}
.zt-account-menu-icon{display:grid;place-items:center;width:24px}.zt-account-menu-label{flex:1}.zt-account-menu-arrow .zti-icon{width:14px;height:14px;color:#aaa}
body.zti-experience .zt-account-menu-item.is-active a{background:#ffe600!important;color:#171717!important}
.zti-account-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}
.zti-account-summary>a{display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid #e7df9e;border-radius:14px;background:linear-gradient(#fffef3,#fff9d1);text-decoration:none;color:#222}
.zti-account-summary strong{font-size:28px;line-height:1;font-weight:800}.zti-account-summary span{font-size:11px;color:#6a623b;line-height:1.4}
body.zti-experience .zt-account-dash-card{display:flex;gap:14px;align-items:center;position:relative;min-height:115px;background:#fff!important}
body.zti-experience .zt-account-dash-card:after{content:'→';margin-left:auto;color:#b6a12c}
.zt-account-dash-icon{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0}.zt-account-dash-title{margin-bottom:6px;font-weight:750}.zt-account-dash-text{line-height:1.5}
body.zti-experience .woocommerce-MyAccount-content :is(.woocommerce-EditAccountForm,.woocommerce-address-fields){max-width:760px;margin:0 auto}
body.zti-experience .woocommerce-MyAccount-content .form-row{margin-bottom:18px}.woocommerce-MyAccount-content label{display:block;margin:0 0 7px;font-size:13px;font-weight:650}
body.zti-experience .woocommerce-MyAccount-content fieldset{margin:24px 0;padding:20px;border:1px solid #e3e3db;border-radius:14px}.woocommerce-MyAccount-content legend{font-weight:750;padding:0 10px;font-size:15px}
body.zti-experience .woocommerce-MyAccount-content .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.zti-experience .woocommerce-MyAccount-content .woocommerce-Address{width:auto;float:none;padding:20px;border:1px solid #e5e5dc;border-radius:14px;background:#fafaf7}
.woocommerce-Address-title h2{font-size:18px}.woocommerce-Address address{font-style:normal;line-height:1.7;font-size:13px}
body.zti-experience .woocommerce-orders-table{width:100%;border:1px solid #e3e3db;border-radius:12px;border-collapse:separate;border-spacing:0;overflow:hidden}
.woocommerce-orders-table th{padding:14px;background:#f7f7ef;font-size:11px;text-align:left}.woocommerce-orders-table td{padding:14px;border-top:1px solid #e9e9e2}
@media(max-width:950px){body.zti-experience .zt-account-menu-list{display:flex;gap:7px;overflow-x:auto}.zt-account-menu-item{flex:0 0 auto}.zt-account-menu-icon .zti-icon{width:18px;height:18px}.zt-account-menu-arrow{display:none}.zt-account-userbox{padding:16px!important}}
@media(max-width:767px){.zti-account-summary{gap:8px;margin:18px 0}.zti-account-summary>a{padding:14px 10px}.zti-account-summary strong{font-size:24px}.zti-account-summary span{font-size:10px}body.zti-experience .woocommerce-MyAccount-content .woocommerce-Addresses{grid-template-columns:1fr}.woocommerce-MyAccount-content fieldset{padding:14px!important}body.zti-experience .woocommerce-orders-table tr{display:block;padding:12px;border-bottom:1px solid #e7e7dd}body.zti-experience .woocommerce-orders-table thead{display:none}body.zti-experience .woocommerce-orders-table td{display:flex;justify-content:space-between;gap:12px;text-align:right!important;border:0;padding:8px}body.zti-experience .woocommerce-orders-table td:before{content:attr(data-title);font-size:11px;font-weight:650;text-align:left}}
