.ext-customer{--customer-border:var(--line,#d9dee7)}
.customer-auth,.customer-dashboard{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.4fr);gap:24px;align-items:start}
.customer-main{display:grid;gap:24px}
.customer-panel,.customer-summary{padding:24px;border:1px solid var(--customer-border);border-radius:var(--radius,14px);background:color-mix(in srgb,var(--page-bg,#fff) 96%,var(--accent,#6558e8) 4%)}
.customer-panel>h3,.customer-summary>h3{margin-top:0}
.customer-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.customer-form.one-column,.password-form{grid-template-columns:1fr}
.customer-form label{display:grid;gap:5px;font-weight:700}
.customer-form label.wide,.customer-form .customer-check,.customer-form .button{grid-column:1/-1}
.customer-form input,.customer-form select,.customer-form textarea{min-width:0;padding:11px;border:1px solid #ccd2dc;border-radius:8px;background:#fff;color:#182033;font:inherit}
.customer-form input[readonly]{background:#f2f4f7;color:#667085}
.customer-form small{font-weight:400;color:#667085}
.customer-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important;font-weight:500!important}
.customer-check input{width:auto;margin-top:3px}
.customer-avatar{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--accent,#6558e8);color:#fff;font-size:1.5rem;font-weight:900}
.customer-summary>p{overflow-wrap:anywhere;color:#667085}.customer-summary form{margin-top:20px}.customer-private{margin-top:18px;padding:14px;border-radius:10px;background:color-mix(in srgb,var(--accent,#6558e8) 9%,white)}
.customer-orders{display:grid;gap:10px}.customer-orders details{border:1px solid var(--customer-border);border-radius:10px;background:#fff}.customer-orders summary{display:flex;justify-content:space-between;gap:16px;padding:15px;cursor:pointer}.customer-orders summary span{display:grid;gap:3px}.customer-orders summary small{color:#667085}.order-details{padding:0 15px 14px;border-top:1px solid var(--customer-border)}.order-details p{display:flex;justify-content:space-between;gap:20px}.order-details p span:last-child{text-align:right}
.customer-notice{margin:0 0 18px;padding:13px 15px;border-radius:9px}.customer-notice.success{background:#e7f8ed;color:#146c35}.customer-notice.error{background:#fdecec;color:#9f1d1d}.customer-forgot{margin-top:18px}.customer-forgot summary,.customer-panel>summary{cursor:pointer}.customer-forgot form,.customer-panel[open]>form{margin-top:15px}
@media(max-width:760px){.customer-auth,.customer-dashboard,.customer-form{grid-template-columns:1fr}.customer-form label.wide,.customer-form .customer-check,.customer-form .button{grid-column:auto}.customer-orders summary,.order-details p{align-items:flex-start}.order-details p{flex-direction:column;gap:4px}.order-details p span:last-child{text-align:left}}

.customer-account-shell{max-width:1280px;margin:0 auto;padding:8px 0 24px}.customer-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#667085;font-size:.92rem}.customer-breadcrumb a{color:inherit;text-decoration:none}.customer-account-header,.customer-account-page{padding:28px;border:1px solid var(--customer-border);background:#fff;border-radius:12px}.customer-account-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.customer-account-header small,.customer-page-heading small{color:var(--accent,#6558e8);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.customer-account-header h2,.customer-page-heading h2{margin:5px 0 6px;font-size:clamp(1.55rem,3vw,2.25rem)}.customer-account-header p{margin:0;color:#667085}.customer-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-account-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;min-height:112px;padding:18px 20px;border:1px solid var(--customer-border);border-radius:8px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 2px 8px rgba(16,24,40,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.customer-account-card:hover{transform:translateY(-2px);border-color:var(--accent,#6558e8);box-shadow:0 8px 22px rgba(16,24,40,.09)}.customer-card-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:9px;background:color-mix(in srgb,var(--accent,#6558e8) 12%,white);color:var(--accent,#6558e8);font-weight:900}.customer-account-card span:nth-child(2){display:grid;gap:6px}.customer-account-card strong{font-size:1.02rem}.customer-account-card small{color:#667085}.customer-account-card b{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--customer-border);border-radius:5px;font-size:1.2rem}.customer-logout{display:flex;justify-content:flex-end;margin-top:24px}.customer-page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--customer-border)}.customer-page-heading a{color:var(--accent,#6558e8);font-weight:700}.customer-history{background:#fff}.customer-history-list{display:grid;gap:22px}.customer-order-card{border:1px solid var(--customer-border);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 7px rgba(16,24,40,.04)}.customer-order-card>header{display:grid;grid-template-columns:1.05fr .9fr .9fr 1.05fr;gap:20px;padding:16px 18px;background:#f6f7f9;border-bottom:1px solid var(--customer-border)}.customer-order-card>header div{display:grid;gap:4px}.customer-order-card small{color:#667085}.customer-status{width:max-content;padding:3px 8px;border-radius:999px}.customer-status.is-positive{background:#e7f8ed;color:#146c35}.customer-status.is-open{background:#fff4d8;color:#8a5700}.customer-status.is-negative{background:#fdecec;color:#9f1d1d}.customer-order-body{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:28px;padding:20px}.customer-order-body h3{margin:0 0 12px;font-size:1rem}.customer-order-body>div>p{display:flex;justify-content:space-between;gap:20px;margin:9px 0}.customer-order-body aside{display:grid;align-content:start;gap:5px;padding-left:20px;border-left:1px solid var(--customer-border);text-align:right}.customer-order-body aside>strong{font-size:1.35rem}.customer-order-body details{margin-top:12px}.customer-order-body summary{cursor:pointer;color:var(--accent,#6558e8);font-weight:700}.customer-empty{padding:36px;text-align:center;background:#f7f8fa;border-radius:8px}.customer-empty p{color:#667085}
@media(max-width:850px){.customer-account-grid{grid-template-columns:1fr}.customer-order-card>header{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-order-body{grid-template-columns:1fr}.customer-order-body aside{padding:16px 0 0;border-left:0;border-top:1px solid var(--customer-border);text-align:left}.customer-page-heading{align-items:flex-start;flex-direction:column}.customer-account-header{align-items:flex-start}.customer-account-header .customer-avatar{flex:0 0 auto}}
@media(max-width:520px){.customer-account-header,.customer-account-page{padding:18px}.customer-order-card>header{grid-template-columns:1fr}.customer-order-body>div>p{flex-direction:column;gap:3px}.customer-account-card{grid-template-columns:42px 1fr}.customer-account-card>b{display:none}}
.customer-account-card-danger{border-color:#efcaca}.customer-account-card-danger:hover{border-color:#b42318}.customer-account-card-danger .customer-card-icon{background:#fdecec;color:#b42318}.customer-delete-warning{margin-bottom:22px;padding:18px;border:1px solid #efcaca;border-radius:8px;background:#fff4f3;color:#7a271a}.customer-delete-warning p{margin:8px 0 0;line-height:1.55}.customer-delete-form{max-width:620px}.customer-delete-button{background:#b42318!important;border-color:#b42318!important;color:#fff!important}.customer-delete-button:hover{background:#8f1c13!important}

.customer-address-page{background:#fff}.customer-address-form{display:grid;gap:22px}.customer-address-card,.customer-delivery-card{margin:0;border:1px solid var(--customer-border);border-radius:0;background:#fff}.customer-address-card>summary{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;background:#f5f5f5;border-bottom:1px solid var(--customer-border);cursor:pointer;list-style:none}.customer-address-card>summary::-webkit-details-marker{display:none}.customer-address-card>summary b{display:grid;place-items:center;width:30px;height:30px;background:#f2a33a;color:#fff;font-size:1.05rem}.customer-address-summary{display:grid;gap:3px;padding:20px 18px;line-height:1.35}.customer-address-card[open] .customer-address-summary{border-bottom:1px solid var(--customer-border)}.customer-address-fields{padding:20px 18px}.customer-delivery-card{padding:0 18px 18px}.customer-delivery-card legend{box-sizing:border-box;width:calc(100% + 36px);margin-left:-18px;padding:13px 18px;background:#f5f5f5;border:1px solid var(--customer-border);font-weight:500}.customer-address-check,.customer-privacy-check{display:flex;align-items:flex-start;gap:10px;padding:18px 0}.customer-address-check input,.customer-privacy-check input{width:18px;height:18px;flex:0 0 auto;margin-top:2px}.customer-delivery-fields{padding-top:8px;border-top:1px solid var(--customer-border)}.customer-privacy-check{padding:16px 14px;border:1px solid var(--customer-border);background:#f7f7f7;font-weight:700}.customer-privacy-check a{color:inherit;text-decoration:underline}.customer-address-save{justify-self:start;min-width:110px}
