:root{--customer-red:#c90000;--customer-red-dark:#8d0000;--customer-ink:#211719;--customer-muted:#766b6d;--customer-line:#eadfe1;--customer-soft:#fff7f7;--customer-green:#087a55;--customer-shadow:0 18px 55px rgba(57,20,24,.1)}
.header-account{position:relative}.header-account-badge{position:absolute;top:-7px;right:-5px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--customer-red);color:#fff;font-size:11px;border:2px solid #fff}
.customer-auth-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.8fr);gap:48px;align-items:start;padding-block:55px 75px}.customer-auth-intro>span,.customer-account-hero>div>span,.customer-tab-head>div>span{display:inline-flex;color:var(--customer-red);font-weight:800;font-size:14px;margin-bottom:8px}.customer-auth-intro h1{font-size:clamp(30px,4vw,54px);line-height:1.25;margin:0 0 18px;color:var(--customer-ink);max-width:720px}.customer-auth-intro>p{font-size:17px;line-height:2;color:var(--customer-muted);max-width:680px}.customer-benefits{display:grid;grid-template-columns:1fr;gap:12px;margin-top:28px;max-width:690px}.customer-benefits article{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fffafa 100%);border:1px solid var(--customer-line);border-radius:19px;padding:16px 18px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;box-shadow:0 12px 32px rgba(45,23,25,.055);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.customer-benefits article:before{content:"";position:absolute;right:0;top:15px;bottom:15px;width:4px;border-radius:999px;background:var(--customer-red)}.customer-benefits article:hover{transform:translateY(-2px);border-color:#e2bfc3;box-shadow:0 17px 38px rgba(45,23,25,.085)}.customer-benefit-icon{width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#fff0f0,#ffe3e3);color:var(--customer-red);display:grid;place-items:center;font-size:20px;box-shadow:inset 0 0 0 1px rgba(201,0,0,.07)}.customer-benefits article>div{display:grid;gap:4px;text-align:right}.customer-benefits article strong{font-size:16px;color:var(--customer-ink)}.customer-benefits article small{color:var(--customer-muted);line-height:1.75}.customer-benefits article>b{align-self:start;color:#d7c9cb;font-size:12px;font-weight:900;letter-spacing:1px}
.customer-auth-card{background:#fff;border:1px solid var(--customer-line);border-radius:26px;padding:22px;box-shadow:var(--customer-shadow);min-width:0}.customer-auth-card.standalone{max-width:560px;margin:60px auto;text-align:center}.customer-auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;background:#f7f2f3;border-radius:15px;padding:5px;margin-bottom:20px}.customer-auth-tabs button{border:0;background:transparent;border-radius:11px;padding:12px 8px;font-family:inherit;font-weight:800;color:var(--customer-muted);cursor:pointer;transition:.2s}.customer-auth-tabs button.active{background:#fff;color:var(--customer-red);box-shadow:0 5px 15px rgba(30,15,17,.08)}.customer-auth-panels{display:grid;align-items:start;min-width:0}.customer-auth-form{display:none;gap:15px}.customer-auth-form.active{display:grid}.customer-auth-panels .customer-auth-form{display:grid;grid-area:1/1;align-content:start;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease}.customer-auth-panels .customer-auth-form.active{opacity:1;visibility:visible;pointer-events:auto;transform:none}.customer-auth-form>header{display:flex;align-items:center;gap:13px;padding:5px 0 10px}.customer-auth-form>header>i,.customer-auth-card.standalone>header>i{width:48px;height:48px;border-radius:15px;background:#fff0f0;color:var(--customer-red);display:grid;place-items:center;font-size:19px}.customer-auth-form h2,.customer-auth-card h1{margin:0;color:var(--customer-ink)}.customer-auth-form p{margin:4px 0 0;color:var(--customer-muted);font-size:13px}.customer-auth-form label,.customer-panel-form label,.customer-dialog-shell>label{display:grid;gap:7px;font-weight:700;color:#3b3032}.customer-auth-form input,.customer-panel-form input,.customer-panel-form textarea,.customer-dialog-shell input,.customer-dialog-shell textarea,.customer-claim-order input{width:100%;border:1px solid #dfd4d6;border-radius:12px;background:#fff;padding:13px 14px;font-family:inherit;font-size:14px;outline:0;transition:.2s}.customer-auth-form input:focus,.customer-panel-form input:focus,.customer-panel-form textarea:focus,.customer-dialog-shell textarea:focus,.customer-claim-order input:focus{border-color:var(--customer-red);box-shadow:0 0 0 3px rgba(201,0,0,.08)}.password-field{position:relative;display:block}.password-field input{padding-left:48px}.password-field button{position:absolute;left:5px;top:5px;width:38px;height:38px;border:0;background:#f8f3f4;border-radius:9px;color:#6b5d60;cursor:pointer}.customer-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;font-size:13px!important;font-weight:600!important;color:var(--customer-muted)!important}.customer-check input{width:17px!important;height:17px!important;accent-color:var(--customer-red);flex:0 0 auto;margin-top:2px}.customer-check a{color:var(--customer-red)}.customer-link-button{border:0;background:transparent;color:var(--customer-red);font-family:inherit;font-weight:800;cursor:pointer}.customer-primary,.customer-secondary,.customer-danger{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;padding:13px 18px;font-family:inherit;font-weight:900;text-decoration:none;cursor:pointer}.customer-primary{background:var(--customer-red);color:#fff}.customer-primary:hover{background:var(--customer-red-dark)}.customer-secondary{background:#f5eff0;color:var(--customer-ink)}.customer-danger{background:#9c0000;color:#fff}.customer-message{display:flex;align-items:center;gap:9px;border-radius:12px;padding:12px 14px;margin:0 0 14px;font-weight:700}.customer-message.error{background:#fff0f0;color:#9d1717;border:1px solid #f0c8c8}.customer-message.success{background:#effaf5;color:#087a55;border:1px solid #c4e7d8}
.customer-account{padding-block:34px 70px}.customer-account-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#fff,#fff7f7);border:1px solid var(--customer-line);border-radius:24px;padding:27px 30px;margin-bottom:20px;box-shadow:0 12px 35px rgba(68,25,29,.05)}.customer-account-hero h1{margin:0 0 6px;font-size:34px}.customer-account-hero p{margin:0;color:var(--customer-muted)}.customer-member-mini{background:#fff;border:1px solid var(--customer-line);border-radius:16px;padding:13px 16px;display:grid;grid-template-columns:auto auto;gap:3px 16px;align-items:center}.customer-member-mini small{grid-column:1/-1;color:var(--customer-muted)}.customer-member-mini strong{font-size:16px;color:var(--customer-red)}.customer-member-mini button{border:0;background:#fff0f0;color:var(--customer-red);border-radius:9px;padding:7px 10px;font-family:inherit;font-weight:800;cursor:pointer}.customer-account-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start}.customer-account-nav{background:#fff;border:1px solid var(--customer-line);border-radius:21px;overflow:hidden;position:sticky;top:120px;box-shadow:0 14px 36px rgba(50,23,25,.05)}.customer-account-identity{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--customer-line);background:#fff9f9}.customer-account-identity>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--customer-red);color:#fff;font-size:19px;font-weight:900}.customer-account-identity>div{display:grid;min-width:0}.customer-account-identity strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-account-identity small{color:var(--customer-muted)}.customer-account-nav nav{display:grid;padding:10px}.customer-account-nav nav a{display:flex;align-items:center;gap:11px;border-radius:11px;padding:11px 12px;text-decoration:none;color:#514649;font-weight:700;transition:.2s;position:relative}.customer-account-nav nav a i{width:22px;text-align:center;color:#8d7f82}.customer-account-nav nav a:hover{background:#fff5f5;color:var(--customer-red)}.customer-account-nav nav a.active{background:var(--customer-red);color:#fff;box-shadow:0 7px 18px rgba(201,0,0,.18)}.customer-account-nav nav a.active i{color:#fff}.customer-account-nav nav a b{margin-right:auto;background:var(--customer-red);color:#fff;border-radius:999px;min-width:21px;height:21px;display:grid;place-items:center;font-size:11px}.customer-account-nav nav a.active b{background:#fff;color:var(--customer-red)}.customer-account-nav nav a.logout{margin-top:8px;border-top:1px solid var(--customer-line);border-radius:0;color:#9f2222}.customer-account-content{min-width:0}.customer-tab-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin:0 0 18px}.customer-tab-head h2{margin:0;font-size:28px;color:var(--customer-ink)}.customer-tab-head p{margin:6px 0 0;color:var(--customer-muted)}.customer-tab-head>a,.customer-tab-head>form button{border:1px solid var(--customer-line);background:#fff;color:var(--customer-red);border-radius:11px;padding:10px 14px;text-decoration:none;font-family:inherit;font-weight:800;cursor:pointer}.customer-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:16px}.customer-summary-grid article{background:#fff;border:1px solid var(--customer-line);border-radius:17px;padding:17px;display:flex;gap:12px;align-items:center}.customer-summary-grid article>i{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#fff0f0;color:var(--customer-red)}.customer-summary-grid article span{display:grid}.customer-summary-grid article small{color:var(--customer-muted)}.customer-summary-grid article strong{font-size:20px;color:var(--customer-ink)}.customer-summary-grid article em{font-size:11px;color:var(--customer-green);font-style:normal}.customer-overview-card,.customer-panel-form,.customer-security-note,.customer-claim-order,.customer-member-code{background:#fff;border:1px solid var(--customer-line);border-radius:19px;padding:20px;margin-bottom:16px}.customer-overview-card>header{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--customer-line);padding-bottom:14px;margin-bottom:14px}.customer-overview-card>header span{color:var(--customer-muted);font-size:12px}.customer-overview-card h3{margin:3px 0 0}.customer-overview-card>header>a{color:var(--customer-red);font-weight:800;text-decoration:none}.customer-latest-order{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.customer-latest-order p{margin:0;background:#faf7f7;border-radius:12px;padding:13px;display:grid}.customer-latest-order small{color:var(--customer-muted)}.customer-overview-card>footer{display:flex;gap:10px;margin-top:16px}.customer-overview-card>footer a{border-radius:10px;padding:10px 14px;text-decoration:none;font-weight:800;background:var(--customer-red);color:#fff}.customer-overview-card>footer a+ a{background:#f4eeee;color:var(--customer-ink)}.customer-notification-mini{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid #f0e8e9}.customer-notification-mini:last-child{border:0}.customer-notification-mini>i{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#fff0f0;color:var(--customer-red)}.customer-notification-mini p{margin:4px 0;color:var(--customer-muted);font-size:13px}.customer-notification-mini time{font-size:11px;color:var(--customer-muted)}
.customer-order-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.customer-order-filters button{border:1px solid var(--customer-line);background:#fff;color:#665b5d;border-radius:999px;padding:8px 14px;font-family:inherit;font-weight:800;cursor:pointer}.customer-order-filters button.active{background:var(--customer-red);color:#fff;border-color:var(--customer-red)}.customer-order-filters label{margin-right:auto;position:relative}.customer-order-filters label i{position:absolute;right:13px;top:12px;color:#9b8d8f}.customer-order-filters input{border:1px solid var(--customer-line);border-radius:999px;padding:10px 38px 10px 14px;font-family:inherit;min-width:230px}.customer-orders-list{display:grid;gap:14px}.customer-order-card{background:#fff;border:1px solid var(--customer-line);border-radius:19px;padding:18px;box-shadow:0 10px 26px rgba(54,23,25,.04)}.customer-order-card>header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;border-bottom:1px solid var(--customer-line);padding-bottom:13px}.customer-order-card>header>div{display:grid}.customer-order-card>header small,.customer-order-card>header time{color:var(--customer-muted);font-size:12px}.customer-order-card>header strong{font-size:17px;color:var(--customer-red)}.customer-status{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;font-size:12px;background:#f3eeee;color:#5e5053}.customer-status.status-new{background:#fff0f0;color:#b50000}.customer-status.status-confirmed{background:#fff7df;color:#8b6500}.customer-status.status-preparing{background:#f0f4ff;color:#315ca9}.customer-status.status-shipped{background:#eef8ff;color:#176f9f}.customer-status.status-done{background:#eaf8f2;color:#087a55}.customer-status.status-cancelled{background:#f1eded;color:#7c696c}.customer-order-body{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0}.customer-order-images{display:flex;direction:ltr}.customer-order-images img,.customer-order-images span{width:62px;height:62px;border-radius:12px;border:3px solid #fff;object-fit:contain;background:#fff;margin-left:-10px;box-shadow:0 3px 12px rgba(40,20,22,.12)}.customer-order-images span{display:grid;place-items:center;background:#f6eff0;color:var(--customer-red);font-weight:900}.customer-order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.customer-order-meta p{margin:0;display:grid;text-align:center}.customer-order-meta small{color:var(--customer-muted)}.customer-order-modified{background:#fff7df;color:#7f6300;border-radius:10px;padding:9px 11px;font-size:12px;margin-bottom:12px}.customer-order-card>footer{display:flex;gap:8px;flex-wrap:wrap}.customer-order-card>footer a,.customer-order-card>footer button{border:1px solid var(--customer-line);background:#fff;color:var(--customer-ink);border-radius:10px;padding:9px 13px;text-decoration:none;font-family:inherit;font-weight:800;cursor:pointer}.customer-order-card>footer .primary{background:var(--customer-red);border-color:var(--customer-red);color:#fff}.danger-link{color:#a30000!important}.customer-claim-order{display:grid;grid-template-columns:1fr 220px auto;align-items:center;gap:12px;margin-top:18px}.customer-claim-order>div{display:flex;align-items:center;gap:11px}.customer-claim-order>div>i{width:42px;height:42px;border-radius:12px;background:#fff0f0;color:var(--customer-red);display:grid;place-items:center}.customer-claim-order span{display:grid}.customer-claim-order small{color:var(--customer-muted)}.customer-claim-order button{border:0;background:var(--customer-red);color:#fff;border-radius:10px;padding:12px 15px;font-family:inherit;font-weight:800}
.customer-panel-form{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.customer-panel-form .wide{grid-column:1/-1}.customer-panel-form textarea,.customer-dialog-shell textarea{min-height:105px;resize:vertical}.customer-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-bottom:16px}.customer-address-grid article{background:#fff;border:1px solid var(--customer-line);border-radius:16px;padding:17px}.customer-address-grid header{display:flex;gap:10px;align-items:center}.customer-address-grid header>i{color:var(--customer-red)}.customer-address-grid header div{display:flex;align-items:center;gap:8px}.customer-address-grid header span{background:#eaf8f2;color:#087a55;border-radius:999px;padding:3px 7px;font-size:10px}.customer-address-grid p{color:#5d5153;line-height:1.8}.customer-address-grid form{margin-top:12px}.customer-address-grid button{border:0;background:transparent;font-family:inherit;font-weight:800;cursor:pointer}.customer-membership-card{border-radius:23px;background:linear-gradient(135deg,#8f0000,#d80000);color:#fff;padding:24px;box-shadow:0 18px 42px rgba(150,0,0,.22);margin-bottom:16px;position:relative;overflow:hidden}.customer-membership-card:after{content:"";position:absolute;width:260px;height:260px;border:45px solid rgba(255,255,255,.08);border-radius:50%;left:-90px;bottom:-150px}.customer-membership-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.customer-membership-top span{font-weight:800}.customer-membership-top strong{font-size:18px}.customer-membership-discount{padding:35px 0 20px;position:relative;z-index:1}.customer-membership-discount small{display:block;opacity:.8}.customer-membership-discount b{display:block;font-size:72px;line-height:1}.customer-membership-discount b em{font-size:25px;font-style:normal}.customer-membership-discount p{margin:8px 0 0}.customer-membership-rules{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.customer-membership-rules p{margin:0;background:rgba(255,255,255,.12);border-radius:11px;padding:10px;font-size:12px}.customer-member-code{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.customer-member-code>div{display:flex;align-items:center;gap:11px;flex:1}.customer-member-code>div>i{width:45px;height:45px;border-radius:13px;background:#fff0f0;color:var(--customer-red);display:grid;place-items:center}.customer-member-code span{display:grid}.customer-member-code small{color:var(--customer-muted)}.customer-member-code form button{border:0;background:var(--customer-red);color:#fff;border-radius:10px;padding:11px 14px;font-family:inherit;font-weight:800}.member-code-value{font-size:28px;letter-spacing:6px;color:var(--customer-red)}.customer-notifications-list{display:grid;gap:10px}.customer-notifications-list article{display:flex;gap:12px;background:#fff;border:1px solid var(--customer-line);border-radius:15px;padding:16px}.customer-notifications-list article.unread{border-right:4px solid var(--customer-red);background:#fffafa}.customer-notifications-list article>i{width:40px;height:40px;border-radius:12px;background:#fff0f0;color:var(--customer-red);display:grid;place-items:center}.customer-notifications-list article div{display:grid;gap:4px}.customer-notifications-list p{margin:0;color:var(--customer-muted)}.customer-notifications-list time{font-size:11px;color:#9b8e90}.customer-notifications-list a{color:var(--customer-red);font-weight:800;text-decoration:none}.customer-security-note{display:flex;gap:13px}.customer-security-note>i{width:45px;height:45px;border-radius:13px;background:#eef5ff;color:#2d5fa9;display:grid;place-items:center}.customer-security-note p{margin:5px 0 0;color:var(--customer-muted)}.customer-empty{text-align:center;padding:35px;border:1px dashed #d9cbcd;border-radius:16px;background:#fff}.customer-empty>i{font-size:31px;color:#c7b5b8}.customer-empty h3{margin:10px 0 5px}.customer-empty p{color:var(--customer-muted)}.customer-empty a{display:inline-flex;background:var(--customer-red);color:#fff;border-radius:10px;padding:9px 14px;text-decoration:none;font-weight:800}.customer-empty.small{padding:18px}
.customer-order-edit-dialog,.customer-cancel-dialog{border:0;padding:0;background:transparent;width:min(760px,calc(100% - 28px));max-height:90vh}.customer-order-edit-dialog::backdrop,.customer-cancel-dialog::backdrop{background:rgba(30,17,19,.62);backdrop-filter:blur(4px)}.customer-dialog-shell{background:#fff;border-radius:20px;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.customer-dialog-shell>header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;border-bottom:1px solid var(--customer-line)}.customer-dialog-shell>header h3{margin:3px 0}.customer-dialog-shell>header p{margin:5px 0 0;color:var(--customer-muted)}.customer-dialog-shell>header button{width:38px;height:38px;border:0;border-radius:10px;background:#f5eff0;cursor:pointer}.customer-edit-items{overflow:auto;padding:18px;display:grid;gap:10px}.customer-edit-items article{display:grid;grid-template-columns:65px 1fr 100px;gap:12px;align-items:center;border:1px solid var(--customer-line);border-radius:13px;padding:10px}.customer-edit-items img{width:65px;height:65px;object-fit:contain}.customer-edit-items div{display:grid}.customer-edit-items small{color:var(--customer-muted)}.customer-edit-items input{text-align:center}.customer-coupon-warning{margin:0 18px 18px;background:#fff7df;color:#745900;border-radius:12px;padding:12px;display:flex;gap:10px}.customer-coupon-warning p{margin:0}.customer-coupon-warning.danger{background:#fff0f0;color:#8f1717}.customer-dialog-shell>label{padding:18px}.customer-dialog-shell>footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 18px;border-top:1px solid var(--customer-line);background:#fff}.customer-dialog-shell>footer>button{border:0;border-radius:10px;padding:11px 15px;font-family:inherit;font-weight:800;cursor:pointer}.customer-welcome-modal{position:fixed;inset:0;z-index:9999;background:rgba(27,15,17,.66);display:grid;place-items:center;padding:20px}.customer-welcome-modal>div{width:min(520px,100%);background:#fff;border-radius:24px;padding:30px;text-align:center;position:relative;box-shadow:0 25px 70px rgba(0,0,0,.25)}.customer-welcome-modal>div>button{position:absolute;left:14px;top:14px;width:38px;height:38px;border:0;border-radius:10px;background:#f4eeee;cursor:pointer}.customer-welcome-modal>div>i{width:72px;height:72px;border-radius:22px;background:#fff0f0;color:var(--customer-red);display:grid;place-items:center;font-size:29px;margin:0 auto 14px}.customer-welcome-modal h2{font-size:28px;margin:5px 0}.customer-welcome-modal p{line-height:1.9;color:var(--customer-muted)}.customer-welcome-modal footer{display:flex;justify-content:center;gap:9px}.customer-welcome-modal footer a{border-radius:10px;padding:10px 14px;text-decoration:none;font-weight:800;background:var(--customer-red);color:#fff}.customer-welcome-modal footer a+a{background:#f4eeee;color:var(--customer-ink)}
.order-tracking-page{padding-block:32px 70px}.tracking-order-head{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--customer-line);border-radius:22px;padding:24px 27px;background:#fff;margin-bottom:18px}.tracking-order-head small,.tracking-order-head p{color:var(--customer-muted)}.tracking-order-head h1{margin:3px 0;color:var(--customer-red)}.tracking-order-head p{margin:0}.tracking-timeline{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--customer-line);border-radius:22px;padding:30px 22px;margin-bottom:18px;overflow:hidden}.tracking-timeline article{position:relative;text-align:center}.tracking-timeline article:before{content:"";position:absolute;top:20px;right:-50%;width:100%;height:4px;background:#eadfe1}.tracking-timeline article:first-child:before{display:none}.tracking-timeline article>span{position:relative;z-index:2;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin:0 auto 11px;background:#fff;border:4px solid #eadfe1;color:#927f82;font-weight:900}.tracking-timeline article>div{display:grid;justify-items:center;gap:4px}.tracking-timeline article i{display:none}.tracking-timeline article strong{font-size:13px}.tracking-timeline article small{font-size:10px;color:var(--customer-muted)}.tracking-timeline article.active:before{background:var(--customer-red)}.tracking-timeline article.active>span{background:var(--customer-red);color:#fff;border-color:var(--customer-red)}.tracking-timeline article.current>span{box-shadow:0 0 0 6px rgba(201,0,0,.12)}.tracking-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.tracking-grid main{display:grid;gap:16px}.tracking-panel{background:#fff;border:1px solid var(--customer-line);border-radius:19px;padding:19px}.tracking-panel>header{display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--customer-line);padding-bottom:13px;margin-bottom:13px}.tracking-panel>header>i{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff0f0;color:var(--customer-red)}.tracking-panel>header span{font-size:11px;color:var(--customer-muted)}.tracking-panel>header h2{margin:2px 0;font-size:18px}.tracking-items{display:grid}.tracking-items article{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #f0e8e9}.tracking-items img{width:70px;height:70px;object-fit:contain}.tracking-items article div{display:grid}.tracking-items small{color:var(--customer-muted)}.tracking-totals{margin-top:12px;border-radius:13px;background:#faf7f7;padding:13px}.tracking-totals p{display:flex;justify-content:space-between;margin:7px 0}.tracking-totals .grand{border-top:1px solid var(--customer-line);padding-top:11px;font-size:18px}.tracking-history{display:grid}.tracking-history article{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #f0e8e9}.tracking-history article>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff0f0;color:var(--customer-red)}.tracking-history p{margin:3px 0;color:var(--customer-muted)}.tracking-history small{font-size:11px;color:#9a8c8e}.tracking-info p{display:flex;gap:11px;line-height:1.8}.tracking-info p>i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f7f2f3;color:var(--customer-red);flex:0 0 auto}.tracking-info p span{display:grid}.tracking-info p small{color:var(--customer-muted)}.tracking-last-update{display:flex;align-items:center;gap:12px}.tracking-last-update>i{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#eef8ff;color:#176f9f}.tracking-last-update div{display:grid}.tracking-last-update small,.tracking-last-update span{color:var(--customer-muted)}.tracking-back-account{display:flex;justify-content:center;gap:8px;margin-top:12px;background:var(--customer-red);color:#fff;border-radius:12px;padding:12px;text-decoration:none;font-weight:800}.tracking-cancelled,.tracking-not-found{background:#fff;border:1px solid var(--customer-line);border-radius:20px;padding:25px;margin-bottom:18px}.tracking-cancelled{display:flex;gap:13px;color:#8b1a1a}.tracking-not-found{text-align:center;padding:50px}.tracking-not-found>i{font-size:42px;color:#c2b1b4}.tracking-not-found h1{margin:12px 0 6px}.tracking-not-found p{color:var(--customer-muted)}.tracking-not-found a{display:inline-flex;background:var(--customer-red);color:#fff;padding:10px 15px;border-radius:10px;text-decoration:none}.customer-reset-page{padding-block:50px 80px}.reset-success,.reset-error{font-size:54px;margin-bottom:15px}.reset-success{color:var(--customer-green)}.reset-error{color:#9b1a1a}
@media(max-width:1100px){.customer-auth-page{grid-template-columns:1fr;max-width:800px}.customer-auth-intro{text-align:center}.customer-auth-intro>p{margin-inline:auto}.customer-account-layout{grid-template-columns:230px minmax(0,1fr)}.customer-summary-grid{grid-template-columns:repeat(2,1fr)}.tracking-grid{grid-template-columns:1fr}.tracking-grid aside{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tracking-back-account{grid-column:1/-1;margin:0}.customer-membership-rules{grid-template-columns:1fr}}
@media(max-width:780px){.customer-auth-page{padding-block:25px 55px;gap:25px}.customer-auth-intro>div{grid-template-columns:1fr}.customer-auth-card{padding:15px;border-radius:19px}.customer-account{padding-block:20px 95px}.customer-account-hero{align-items:flex-start;flex-direction:column;padding:20px}.customer-member-mini{width:100%}.customer-account-layout{grid-template-columns:1fr}.customer-account-nav{position:static}.customer-account-nav nav{grid-template-columns:repeat(2,1fr);gap:4px}.customer-account-nav nav a.logout{border:0;margin:0;border-radius:11px}.customer-summary-grid{grid-template-columns:1fr 1fr}.customer-latest-order{grid-template-columns:1fr}.customer-order-body{align-items:flex-start;flex-direction:column}.customer-order-meta{width:100%;gap:8px}.customer-order-meta p{background:#faf7f7;border-radius:10px;padding:8px}.customer-order-filters label{width:100%;margin:4px 0 0}.customer-order-filters input{width:100%;min-width:0}.customer-claim-order{grid-template-columns:1fr}.customer-panel-form,.customer-address-grid{grid-template-columns:1fr}.customer-panel-form .wide{grid-column:auto}.customer-membership-top{align-items:flex-start;flex-direction:column}.customer-membership-discount b{font-size:60px}.tracking-order-head{align-items:flex-start;flex-direction:column}.tracking-timeline{grid-template-columns:1fr;padding:18px}.tracking-timeline article{display:grid;grid-template-columns:45px 1fr;align-items:center;text-align:right;padding-bottom:15px}.tracking-timeline article:before{width:4px;height:100%;right:20px;top:-50%}.tracking-timeline article:first-child:before{display:block;height:50%;top:0;background:transparent}.tracking-timeline article>span{margin:0}.tracking-timeline article>div{justify-items:start}.tracking-grid aside{grid-template-columns:1fr}.customer-edit-items article{grid-template-columns:55px 1fr}.customer-edit-items label{grid-column:1/-1}.customer-dialog-shell>footer{flex-direction:column-reverse}.customer-dialog-shell>footer button{width:100%}.customer-welcome-modal footer{flex-direction:column}.customer-welcome-modal footer a{width:100%}.customer-member-code{align-items:flex-start;flex-direction:column}.customer-member-code form{width:100%}.customer-member-code form button{width:100%}}
@media(max-width:480px){.customer-auth-tabs{grid-template-columns:1fr}.customer-auth-tabs button{padding:9px}.customer-summary-grid{grid-template-columns:1fr}.customer-account-nav nav{grid-template-columns:1fr}.customer-order-meta{grid-template-columns:1fr}.customer-order-meta p{text-align:right}.customer-order-card>header{flex-direction:column}.customer-order-card>footer>*{width:100%;text-align:center}.tracking-items article{grid-template-columns:58px 1fr}.tracking-items article>b{grid-column:2}.tracking-items img{width:58px;height:58px}}
.customer-toast-host{position:fixed;left:20px;bottom:22px;z-index:10050;display:grid;gap:9px}.customer-toast{min-width:260px;max-width:380px;background:#fff;border:1px solid #dbe8e2;border-radius:13px;box-shadow:0 16px 40px rgba(25,12,14,.16);padding:12px 14px;display:flex;gap:9px;align-items:center;transform:translateY(15px);opacity:0;transition:.25s}.customer-toast.show{transform:none;opacity:1}.customer-toast i{color:#087a55}.customer-toast.error{border-color:#f0c8c8}.customer-toast.error i{color:#a41414}@media(max-width:600px){.customer-toast-host{left:12px;right:12px;bottom:82px}.customer-toast{min-width:0;max-width:none;width:100%}}

/* v2.2.0 - order editing and coupon minimum confirmation */
.customer-edit-extra{margin:0 20px 20px;padding:18px;border:1px solid var(--customer-line);border-radius:16px;background:#fcf9f9}.customer-edit-extra h4{margin:0 0 14px;color:var(--customer-ink)}.customer-edit-extra>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.customer-edit-extra label{display:grid;gap:7px;font-weight:800;color:#443638}.customer-edit-extra label.wide{grid-column:1/-1}.customer-edit-extra input,.customer-edit-extra select,.customer-edit-extra textarea{width:100%;border:1px solid #dfd4d6;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;outline:0}.customer-edit-extra textarea{min-height:78px;resize:vertical}.customer-edit-extra input:focus,.customer-edit-extra select:focus,.customer-edit-extra textarea:focus{border-color:var(--customer-red);box-shadow:0 0 0 3px rgba(201,0,0,.08)}
.customer-minimum-dialog{width:min(600px,calc(100% - 28px));padding:0;border:0;border-radius:23px;overflow:hidden;box-shadow:0 30px 90px rgba(25,10,12,.32)}.customer-minimum-dialog::backdrop{background:rgba(28,13,15,.66);backdrop-filter:blur(3px)}.customer-minimum-shell{background:#fff;padding:25px}.customer-minimum-shell>header{display:flex;gap:14px;align-items:center}.customer-minimum-shell>header>i{width:55px;height:55px;border-radius:17px;display:grid;place-items:center;background:#fff3e8;color:#b95600;font-size:22px;flex:0 0 auto}.customer-minimum-shell>header span{color:#b95600;font-size:12px;font-weight:900}.customer-minimum-shell h3{margin:4px 0 0;color:var(--customer-ink)}.customer-minimum-shell>p{line-height:1.9;color:var(--customer-muted);margin:18px 0}.customer-minimum-values{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.customer-minimum-values article{border:1px solid var(--customer-line);border-radius:13px;padding:13px;background:#fcf9f9;display:grid;gap:5px}.customer-minimum-values small{color:var(--customer-muted)}.customer-minimum-values strong{font-size:18px;color:var(--customer-ink)}.customer-minimum-shell>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.customer-minimum-shell>footer>button{border:0;border-radius:11px;padding:12px 16px;font:inherit;font-weight:900;cursor:pointer}.customer-minimum-shell>footer>button:first-child{background:#f2edef;color:var(--customer-ink)}
@media(max-width:650px){.customer-edit-extra{margin-inline:12px}.customer-edit-extra>div,.customer-minimum-values{grid-template-columns:1fr}.customer-edit-extra label.wide{grid-column:auto}.customer-minimum-shell{padding:19px}.customer-minimum-shell>footer{flex-direction:column-reverse}.customer-minimum-shell>footer>button{width:100%}}

.customer-favorite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-favorite-grid article{position:relative;border:1px solid var(--customer-line);border-radius:17px;background:#fff;overflow:hidden}.customer-favorite-grid article>a{display:grid;gap:10px;padding:15px;text-decoration:none;color:var(--customer-ink)}.customer-favorite-grid img{width:100%;aspect-ratio:1.15/1;object-fit:contain;background:#faf8f8;border-radius:12px}.customer-favorite-grid span{display:grid;gap:6px}.customer-favorite-grid strong{font-size:14px;line-height:1.7}.customer-favorite-grid b{color:var(--customer-red)}.customer-favorite-grid form{padding:0 15px 15px}.customer-favorite-grid button{width:100%;border:0;border-radius:10px;padding:9px;background:#fff0f0;color:#a10d15;font:inherit;font-weight:800;cursor:pointer}.customer-favorite-grid button:hover{background:#a10d15;color:#fff}@media(max-width:900px){.customer-favorite-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.customer-favorite-grid{grid-template-columns:1fr}}

.customer-favorite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-favorite-grid article{position:relative;border:1px solid var(--customer-line);border-radius:17px;background:#fff;overflow:hidden}.customer-favorite-grid article>a{display:grid;gap:10px;padding:15px;text-decoration:none;color:var(--customer-ink)}.customer-favorite-grid img{width:100%;aspect-ratio:1.15/1;object-fit:contain;background:#faf8f8;border-radius:12px}.customer-favorite-grid span{display:grid;gap:6px}.customer-favorite-grid strong{font-size:14px;line-height:1.7}.customer-favorite-grid b{color:var(--customer-red)}.customer-favorite-grid form{padding:0 15px 15px}.customer-favorite-grid button{width:100%;border:0;border-radius:10px;padding:9px;background:#fff0f0;color:#a10d15;font:inherit;font-weight:800;cursor:pointer}.customer-favorite-grid button:hover{background:#a10d15;color:#fff}@media(max-width:900px){.customer-favorite-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.customer-favorite-grid{grid-template-columns:1fr}}

/* v2.2.0 — secure phone-verification states */
.customer-verification-banner{display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;margin:0 0 18px;padding:16px 18px;border:1px solid #efd697;border-radius:16px;background:#fffaf0;color:#4e3b10}.customer-verification-banner>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#fff0bf;color:#9a6600;font-size:20px}.customer-verification-banner strong{display:block;margin-bottom:4px}.customer-verification-banner p{margin:0;line-height:1.8;font-size:13px;color:#786337}.customer-verification-banner a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:10px;background:#2b2022;color:#fff;font-weight:800}.customer-claim-order.locked,.customer-member-code.locked{border-style:dashed;background:#faf8f8;color:#74686a}.customer-claim-order.locked>div>i,.customer-member-code.locked>div>i{background:#eee9ea;color:#75696b}.customer-verification-copy{display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;padding:15px;border:1px solid #e6dfe0;border-radius:14px;background:#faf8f8}.customer-verification-copy>i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#fff0f0;color:#b90000;font-size:20px}.customer-verification-copy p{margin:0;line-height:1.9;color:#61575a}
@media(max-width:700px){.customer-verification-banner{grid-template-columns:44px 1fr}.customer-verification-banner>i{width:42px;height:42px}.customer-verification-banner a{grid-column:1/-1;width:100%}}
@media(max-width:480px){.customer-auth-tabs{grid-template-columns:repeat(2,1fr)}.customer-benefits article{grid-template-columns:48px minmax(0,1fr);padding:14px}.customer-benefit-icon{width:48px;height:48px;border-radius:15px}.customer-benefits article>b{display:none}}

/* v2.2.3 — premium account entrance and live branch code */
.customer-auth-page{position:relative;isolation:isolate;grid-template-columns:minmax(0,1.08fr) minmax(420px,.82fr);gap:54px;align-items:center;padding-block:65px 90px}
.customer-auth-page:before,.customer-auth-page:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(1px);pointer-events:none}.customer-auth-page:before{width:330px;height:330px;right:-150px;top:35px;background:radial-gradient(circle,rgba(201,0,0,.11),rgba(201,0,0,0) 70%)}.customer-auth-page:after{width:280px;height:280px;left:2%;bottom:15px;background:radial-gradient(circle,rgba(45,31,34,.08),transparent 70%)}
.customer-auth-intro{position:relative;padding:34px 8px}.customer-auth-intro:before{content:"";position:absolute;right:-26px;top:3px;width:92px;height:92px;border:1px solid rgba(201,0,0,.11);border-radius:28px;transform:rotate(18deg);z-index:-1}.customer-auth-eyebrow{align-items:center;gap:8px!important;padding:7px 12px;border:1px solid #f0c8cb;border-radius:999px;background:#fff5f5;box-shadow:0 8px 22px rgba(201,0,0,.06)}.customer-auth-intro h1 em{font-style:normal;color:var(--customer-red);position:relative;white-space:nowrap}.customer-auth-intro h1 em:after{content:"";position:absolute;right:2px;left:2px;bottom:1px;height:8px;border-radius:999px;background:rgba(201,0,0,.09);z-index:-1}.customer-auth-intro>p{max-width:720px}
.customer-benefits{gap:11px}.customer-benefits article{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-color:#eadbdd;box-shadow:0 14px 38px rgba(42,19,22,.055)}.customer-benefits article:nth-child(2) .customer-benefit-icon{background:linear-gradient(145deg,#fff7e8,#ffe9bd);color:#9b5b00}.customer-benefits article:nth-child(3) .customer-benefit-icon{background:linear-gradient(145deg,#eef9f3,#d9f1e5);color:#087a55}.customer-benefits article:before{width:3px}.customer-auth-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.customer-auth-trust span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #e9dcde;color:#66595c;font-size:11px;font-weight:800}.customer-auth-trust i{color:#c90000}
.customer-auth-card{position:relative;overflow:hidden;border-radius:30px;padding:25px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-color:rgba(222,204,207,.9);box-shadow:0 28px 80px rgba(57,20,24,.15),0 4px 15px rgba(57,20,24,.04)}.customer-auth-card:before{content:"";position:absolute;top:-90px;left:-70px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(201,0,0,.12),transparent 68%);pointer-events:none}.customer-auth-card:after{content:"";position:absolute;right:22px;top:21px;width:42px;height:42px;border:8px solid rgba(201,0,0,.04);border-radius:14px;transform:rotate(16deg);pointer-events:none}.customer-auth-tabs{position:relative;z-index:1;padding:6px;border:1px solid #ebe0e2;background:#f8f4f5;border-radius:17px}.customer-auth-tabs button{min-height:46px;border-radius:12px}.customer-auth-tabs button.active{background:linear-gradient(145deg,#fff,#fff9f9);box-shadow:0 7px 20px rgba(43,20,23,.09);color:#b40008}.customer-auth-panels{min-height:590px;align-items:stretch}.customer-auth-panels .customer-auth-form{align-content:start;padding-top:4px}.customer-auth-panels .customer-auth-form[data-auth-panel=login]{align-content:center;padding-block:42px}.customer-auth-panels .customer-auth-form[data-auth-panel=forgot]{align-content:center;padding-block:62px}.customer-auth-form>header{padding:4px 0 12px}.customer-auth-form>header>i{width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#fff0f1,#ffe2e4);box-shadow:inset 0 0 0 1px rgba(201,0,0,.06)}.customer-auth-form label{font-size:13px}.customer-auth-form input{min-height:49px;background:#fffdfd;border-radius:13px}.customer-auth-form .customer-primary{min-height:51px;border-radius:13px;background:linear-gradient(135deg,#d90008,#a90006);box-shadow:0 12px 28px rgba(201,0,0,.2);transition:transform .2s,box-shadow .2s}.customer-auth-form .customer-primary:hover{transform:translateY(-2px);box-shadow:0 16px 31px rgba(201,0,0,.25)}
.customer-orders-auto-link{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid #dceee5;border-radius:15px;background:#f4fbf7}.customer-orders-auto-link>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#def2e7;color:#087a55;font-size:18px}.customer-orders-auto-link div{display:grid;gap:3px}.customer-orders-auto-link small{color:#6a7c72;line-height:1.7}
.customer-branch-code-live{display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-template-areas:"icon copy value" "icon copy expiry";gap:4px 14px;align-items:center;margin-top:18px;padding:18px;border:1px dashed #d9ced0;border-radius:19px;background:linear-gradient(145deg,#fff,#faf7f8);transition:border-color .25s,background .25s,box-shadow .25s}.branch-code-icon{grid-area:icon;width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#eee8e9;color:#75696c;font-size:21px}.branch-code-copy{grid-area:copy;display:grid;gap:4px}.branch-code-copy strong{color:#2f2325}.branch-code-copy small{color:#7c7072;line-height:1.8}.branch-code-value{grid-area:value;font-size:25px;letter-spacing:8px;color:#8f8587;text-align:left}.branch-code-expiry{grid-area:expiry;color:#8a7d80;text-align:left}.customer-branch-code-live.has-code{border-style:solid;border-color:#e5b8bc;background:linear-gradient(145deg,#fff,#fff2f3);box-shadow:0 16px 38px rgba(201,0,0,.09)}.customer-branch-code-live.has-code .branch-code-icon{background:linear-gradient(145deg,#d50008,#9d0006);color:#fff;box-shadow:0 10px 24px rgba(201,0,0,.2)}.customer-branch-code-live.has-code .branch-code-value{color:#b50008;font-size:30px;font-weight:900}.customer-branch-code-live.has-code .branch-code-expiry{color:#9c151c;font-weight:800}.customer-branch-code-live.code-used{border-color:#cfe7da;background:#f3fbf7}.customer-branch-code-live.code-used .branch-code-icon{background:#dff2e8;color:#087a55}
@media(max-width:1050px){.customer-auth-page{grid-template-columns:1fr;gap:24px;padding-block:35px 75px}.customer-auth-intro{padding:20px 0}.customer-auth-intro h1{max-width:850px}.customer-benefits{max-width:none;grid-template-columns:repeat(3,1fr)}.customer-benefits article{grid-template-columns:50px 1fr}.customer-benefits article>b{display:none}.customer-auth-card{width:min(650px,100%);margin-inline:auto}.customer-auth-panels{min-height:570px}}
@media(max-width:760px){.customer-auth-page{padding-block:22px 100px}.customer-auth-intro h1{font-size:34px}.customer-auth-intro>p{font-size:14px}.customer-benefits{grid-template-columns:1fr}.customer-auth-card{padding:18px;border-radius:23px}.customer-auth-panels{min-height:600px}.customer-auth-panels .customer-auth-form[data-auth-panel=login],.customer-auth-panels .customer-auth-form[data-auth-panel=forgot]{align-content:start;padding-block:24px}.customer-branch-code-live{grid-template-columns:52px 1fr;grid-template-areas:"icon copy" "value value" "expiry expiry";padding:15px}.branch-code-icon{width:52px;height:52px}.branch-code-value,.branch-code-expiry{text-align:center}.branch-code-value{margin-top:9px}}
@media(max-width:480px){.customer-auth-intro h1{font-size:29px}.customer-auth-intro h1 em{white-space:normal}.customer-auth-trust{display:grid;grid-template-columns:1fr 1fr}.customer-auth-trust span:last-child{grid-column:1/-1}.customer-auth-tabs{grid-template-columns:repeat(2,1fr)!important}.customer-auth-panels{min-height:620px}.customer-form-row{align-items:flex-start;flex-direction:column}.customer-auth-form .customer-primary{width:100%}.customer-benefits article{padding:13px}.customer-branch-code-live.has-code .branch-code-value{font-size:26px;letter-spacing:6px}}

/* v2.2.3 — cinematic account preview on the entrance page */
.customer-auth-showcase{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 138px;gap:12px;margin:21px 0 15px;padding:15px;border:1px solid rgba(227,205,208,.92);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,247,248,.91));box-shadow:0 20px 54px rgba(59,20,25,.09);overflow:hidden}.customer-auth-showcase:before{content:"";position:absolute;width:150px;height:150px;left:-62px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(205,0,8,.14),transparent 68%)}.customer-auth-showcase>header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #eee2e4}.customer-auth-showcase>header span{display:inline-flex;align-items:center;gap:7px;color:#a9050c;font-size:11px;font-weight:900}.customer-auth-showcase>header span i{font-size:13px}.customer-auth-showcase>header b{color:#392c2f;font-size:12px}.customer-auth-order-preview{display:grid;gap:11px;padding:8px 5px 2px}.customer-auth-order-preview>div{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.customer-auth-order-preview small{color:#85777a;font-size:10px;font-weight:800}.customer-auth-order-preview strong{color:#b10008;font-size:12px}.customer-auth-order-preview ol{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:0;padding:0;list-style:none}.customer-auth-order-preview ol:before{content:"";position:absolute;right:14%;left:14%;top:15px;height:3px;border-radius:999px;background:linear-gradient(to left,#c90008 0 50%,#e7dcde 50%)}.customer-auth-order-preview li{position:relative;z-index:1;display:grid;justify-items:center;gap:5px;color:#9b8e91;font-size:9px;font-weight:800}.customer-auth-order-preview li i{width:31px;height:31px;display:grid;place-items:center;border:3px solid #eee3e5;border-radius:50%;background:#fff;color:#a89b9e;font-size:10px}.customer-auth-order-preview li.done i,.customer-auth-order-preview li.active i{border-color:#c90008;background:#c90008;color:#fff;box-shadow:0 7px 15px rgba(201,0,8,.16)}.customer-auth-order-preview li.active i{background:#fff;color:#c90008}.customer-auth-member-preview{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:99px;padding:13px;border-radius:17px;background:linear-gradient(145deg,#2b2023,#120f10);color:#fff;overflow:hidden;box-shadow:0 13px 28px rgba(33,18,20,.18)}.customer-auth-member-preview:before{content:"";position:absolute;width:85px;height:85px;left:-32px;bottom:-37px;border:16px solid rgba(255,255,255,.055);border-radius:50%}.customer-auth-member-preview span{display:flex;align-items:center;gap:8px;position:relative}.customer-auth-member-preview i{color:#ffd16a}.customer-auth-member-preview small{color:#c9c0c2;font-size:9px;font-weight:800}.customer-auth-member-preview strong{position:relative;font-size:29px;line-height:1;color:#fff;text-align:left}.customer-benefits article{min-height:78px}.customer-benefits article div{display:grid;align-content:center;gap:3px}.customer-benefits article strong{font-size:13px}.customer-benefits article small{line-height:1.65}
@media(max-width:760px){.customer-auth-showcase{grid-template-columns:1fr 120px}.customer-auth-showcase>header b{display:none}.customer-auth-order-preview ol:before{right:15%;left:15%}}
@media(max-width:480px){.customer-auth-showcase{grid-template-columns:1fr;padding:13px}.customer-auth-member-preview{min-height:76px;flex-direction:row;align-items:center}.customer-auth-member-preview strong{font-size:25px}.customer-auth-order-preview{padding-inline:0}}

/* v2.2.3 — live branch-code alert available from every account tab */
.customer-branch-code-alert{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 18px;padding:12px 14px;border:1px solid #e7b8bc;border-radius:16px;background:linear-gradient(135deg,#fff6f7,#fff);box-shadow:0 12px 30px rgba(181,0,8,.08)}.customer-branch-code-alert[hidden]{display:none}.customer-branch-code-alert>i{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#bd0008;color:#fff;box-shadow:0 8px 18px rgba(189,0,8,.2)}.customer-branch-code-alert>div{display:grid;gap:2px}.customer-branch-code-alert small{color:#8b7477;font-size:10px;font-weight:800}.customer-branch-code-alert strong{color:#35282a;font-size:13px}.customer-branch-code-alert b{display:inline-block;margin-inline-start:6px;color:#b00008;font-size:19px;letter-spacing:4px}.customer-branch-code-alert>a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 13px;border-radius:11px;background:#2b2022;color:#fff;font-size:10px;font-weight:900}@media(max-width:620px){.customer-branch-code-alert{grid-template-columns:42px 1fr}.customer-branch-code-alert>a{grid-column:1/-1;width:100%}.customer-branch-code-alert b{font-size:17px;letter-spacing:3px}}


/* v2.2.6 — premium authentication experience */
.customer-auth-page{position:relative;isolation:isolate;grid-template-columns:minmax(0,1.08fr) minmax(400px,.72fr)!important;gap:55px!important;align-items:center!important;min-height:760px;padding-block:58px 90px!important}
.customer-auth-page:before{content:"";position:absolute;z-index:-1;inset:24px 0 45px;border-radius:36px;background:linear-gradient(135deg,#fff 0%,#fff8f8 50%,#f7f2f3 100%);border:1px solid #eee1e3;box-shadow:0 28px 80px rgba(58,22,27,.07)}
.customer-auth-intro{padding:38px 45px}.customer-auth-intro>span{min-height:34px;align-items:center;padding:0 13px;border-radius:999px;background:#fff0f1;border:1px solid #f0d8da}
.customer-auth-intro h1{font-size:clamp(38px,4vw,62px)!important;letter-spacing:-1.2px;max-width:760px}.customer-auth-intro>p{max-width:720px;font-size:16px!important}
.customer-benefits{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:none!important;gap:12px!important}.customer-benefits article{grid-template-columns:48px 1fr!important;min-height:125px;padding:15px!important;align-content:center}.customer-benefits article>b{position:absolute;left:13px;top:10px}.customer-benefit-icon{width:48px!important;height:48px!important}.customer-benefits article small{font-size:10px}.customer-auth-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.customer-auth-trust span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:10px;background:#fff;border:1px solid #eadfe1;color:#675b5d;font-size:10px;font-weight:800}
.customer-auth-card{position:relative;padding:26px!important;border-radius:30px!important;border:1px solid rgba(221,201,205,.9)!important;box-shadow:0 28px 75px rgba(62,23,29,.14)!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)}
.customer-auth-card:before{content:"";position:absolute;inset:8px;border:1px solid #f3ebed;border-radius:23px;pointer-events:none}.customer-auth-tabs{position:relative;z-index:1;margin-bottom:22px!important;padding:6px!important;border-radius:16px!important}.customer-auth-tabs button{min-height:48px;font-size:13px}.customer-auth-panels{min-height:550px;align-items:start}.customer-auth-form{align-content:start;padding:4px 2px}.customer-auth-form>header{padding:6px 0 13px!important;border-bottom:1px solid #f0e7e9;margin-bottom:2px}.customer-auth-form>header>i{width:52px!important;height:52px!important;border-radius:16px!important}.customer-auth-form label{font-size:12px}.customer-auth-form input{min-height:49px!important;border-radius:13px!important;background:#fdfcfc!important}.customer-primary,.customer-secondary{min-height:50px;border-radius:13px!important}.customer-primary{box-shadow:0 12px 25px rgba(201,0,0,.18)}
@media(max-width:1050px){.customer-auth-page{grid-template-columns:1fr!important;min-height:0}.customer-auth-intro{padding:30px 34px 0}.customer-auth-card{width:min(620px,calc(100% - 40px));justify-self:center;margin-bottom:35px}.customer-benefits{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:700px){.customer-auth-page{padding-block:20px 65px!important;gap:20px!important}.customer-auth-page:before{inset:5px 0 30px;border-radius:22px}.customer-auth-intro{padding:25px 18px 0}.customer-auth-intro h1{font-size:34px!important}.customer-auth-intro>p{font-size:13px!important}.customer-benefits{grid-template-columns:1fr!important}.customer-benefits article{min-height:92px}.customer-auth-card{width:calc(100% - 20px);padding:18px!important;border-radius:22px!important}.customer-auth-panels{min-height:565px}.customer-auth-tabs button{font-size:11px}.customer-auth-form input{font-size:13px}.customer-form-row{align-items:flex-start;flex-direction:column}.customer-auth-trust{display:grid;grid-template-columns:1fr 1fr}.customer-auth-trust span:last-child{grid-column:1/-1}}

/* v2.2.7 — completely rebuilt customer access page */
.member-access-page{position:relative;overflow:hidden;padding:42px 0 76px;background:linear-gradient(180deg,#fff 0,#fffafa 46%,#fff 100%)}
.member-access-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 15%,rgba(201,0,0,.08),transparent 26%),radial-gradient(circle at 12% 82%,rgba(48,26,30,.06),transparent 24%);pointer-events:none}
.member-access-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.78fr);gap:30px;align-items:stretch;min-height:710px}
.member-access-visual{position:relative;isolation:isolate;display:flex;flex-direction:column;overflow:hidden;min-width:0;padding:34px 38px 30px;border-radius:34px;background:linear-gradient(145deg,#2c171b 0%,#641015 54%,#c40009 100%);color:#fff;box-shadow:0 34px 90px rgba(77,15,22,.24)}
.member-access-visual:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.08),transparent 32%),repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 18px)}
.member-access-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(1px);pointer-events:none}.member-access-orb.orb-one{width:290px;height:290px;left:-95px;top:-95px;background:radial-gradient(circle,rgba(255,255,255,.16),rgba(255,255,255,0) 68%)}.member-access-orb.orb-two{width:360px;height:360px;right:-180px;bottom:-160px;border:64px solid rgba(255,255,255,.045)}
.member-access-brand{display:flex;align-items:center;justify-content:space-between;gap:15px}.member-access-brand>a{display:grid;place-items:center;width:70px;height:70px;padding:8px;border-radius:21px;background:#fff;box-shadow:0 16px 35px rgba(30,0,4,.2)}.member-access-brand img{display:block;max-width:100%;max-height:100%;object-fit:contain}.member-access-brand>span{display:inline-flex;align-items:center;gap:8px;min-height:37px;padding:0 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:900;backdrop-filter:blur(10px)}.member-access-brand>span i{color:#8dffbe}
.member-access-copy{max-width:700px;margin-top:48px}.member-access-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:15px;color:#ffe0e2;font-size:12px;font-weight:900}.member-access-kicker i{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.13)}.member-access-copy h1{margin:0;font-size:clamp(40px,4vw,67px);line-height:1.15;letter-spacing:-1.5px;color:#fff}.member-access-copy h1 em{font-style:normal;color:#ffd6d9}.member-access-copy p{max-width:720px;margin:19px 0 0;color:#f1dfe1;font-size:15px;line-height:2}
.member-access-demo{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:15px;margin-top:34px}.member-demo-order,.member-demo-pass{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:23px;backdrop-filter:blur(13px)}.member-demo-order{padding:18px;background:rgba(255,255,255,.11)}.member-demo-order>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.member-demo-order>header span{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900}.member-demo-order>header span i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fff;color:#b10008}.member-demo-order>header b{padding:7px 10px;border-radius:999px;background:#e7fff2;color:#087a55;font-size:9px}.member-demo-order-number{display:flex;align-items:end;justify-content:space-between;gap:10px;margin:20px 0 15px}.member-demo-order-number small{color:#dfc9cc;font-size:10px}.member-demo-order-number strong{font-size:15px}.member-demo-order ol{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:0;padding:0;list-style:none}.member-demo-order ol:before{content:"";position:absolute;right:15%;left:15%;top:15px;height:3px;border-radius:999px;background:linear-gradient(to left,#fff 0 50%,rgba(255,255,255,.22) 50%)}.member-demo-order li{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;color:#d5bec1;font-size:9px;font-weight:800}.member-demo-order li i{width:32px;height:32px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.25);border-radius:50%;background:#6a151b;color:#fff}.member-demo-order li.done i,.member-demo-order li.active i{border-color:#fff;background:#fff;color:#b00008}.member-demo-order li.active i{box-shadow:0 0 0 6px rgba(255,255,255,.09)}
.member-demo-pass{display:flex;flex-direction:column;justify-content:space-between;min-height:185px;padding:18px;background:linear-gradient(150deg,#fff 0%,#ffe7e9 100%);color:#2b1b1e;box-shadow:0 20px 45px rgba(38,0,5,.17)}.member-demo-pass:before{content:"";position:absolute;width:120px;height:120px;left:-45px;bottom:-55px;border:24px solid rgba(183,0,8,.06);border-radius:50%}.member-demo-pass>span{display:flex;align-items:center;gap:7px;color:#aa0008;font-size:10px;font-weight:900;letter-spacing:.8px}.member-demo-pass>small{margin-top:auto;color:#7e6a6d;font-size:10px}.member-demo-pass>strong{font-size:43px;line-height:1;color:#b30008}.member-demo-pass>b{font-size:10px;color:#514145}
.member-access-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto;padding-top:23px}.member-access-features>span{display:grid;grid-template-columns:38px 1fr;grid-template-areas:"icon title" "icon text";column-gap:9px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.075)}.member-access-features i{grid-area:icon;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.14);color:#fff}.member-access-features b{grid-area:title;font-size:10px}.member-access-features small{grid-area:text;color:#d9c5c8;font-size:8px}
.member-access-panel{align-self:center;min-width:0;padding:31px;border:1px solid #eadde0;border-radius:31px;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(57,18,24,.13)}.member-access-panel-head{margin-bottom:20px}.member-access-panel-head>span{display:block;margin-bottom:5px;color:#aa0008;font-size:11px;font-weight:900}.member-access-panel-head h2{margin:0;color:#25191c;font-size:30px;line-height:1.35}.member-access-panel-head p{margin:7px 0 0;color:#847579;font-size:12px;line-height:1.8}
.member-access-tabs{margin:0 0 20px!important;padding:5px!important;border:1px solid #ece1e3;background:#f8f3f4!important}.member-access-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px!important}.member-access-tabs button.active{background:#b80008!important;color:#fff!important;box-shadow:0 11px 23px rgba(184,0,8,.19)!important}.member-access-tabs button.active i{color:#fff}
.member-access-panels{display:block!important;min-height:0!important}.member-access-panels .member-access-form{display:none!important;position:static!important;grid-area:auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.member-access-panels .member-access-form.active{display:grid!important}.member-access-form{gap:14px!important}.member-form-title{display:flex;align-items:center;gap:12px;padding:2px 0 8px}.member-form-title>span{width:47px;height:47px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:linear-gradient(145deg,#fff0f1,#ffe0e3);color:#b00008;font-size:18px}.member-form-title h3{margin:0;color:#281b1e;font-size:19px}.member-form-title p{margin:3px 0 0;color:#88797c;font-size:10px}.member-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.member-field-wide{grid-column:1/-1}.member-field{display:grid!important;gap:7px!important;color:#443638!important;font-size:11px!important;font-weight:800!important}.member-field>span{display:flex;align-items:center;justify-content:space-between}.member-field>span small{color:#9d8f92;font-size:9px}.member-field>div{position:relative}.member-field>div>i{position:absolute;z-index:2;right:14px;top:50%;transform:translateY(-50%);color:#b5a4a7;font-size:13px}.member-field input{min-height:50px!important;padding:0 42px 0 14px!important;border:1px solid #dfd3d6!important;border-radius:14px!important;background:#fff!important;font-size:13px!important}.member-field input:focus{border-color:#bd0008!important;box-shadow:0 0 0 4px rgba(189,0,8,.075)!important}.member-field .password-field>i{right:14px}.member-field .password-field input{padding-left:48px!important}.member-field .password-field button{left:6px;top:6px;width:38px;height:38px}.member-form-options{margin-top:2px}.member-terms{padding-top:2px}.member-submit{width:100%;min-height:52px!important;margin-top:2px;border-radius:14px!important;background:linear-gradient(135deg,#c60009,#8f0006)!important;box-shadow:0 14px 28px rgba(185,0,8,.2)!important;transition:transform .2s ease,box-shadow .2s ease!important}.member-submit:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(185,0,8,.27)!important}.member-form-switch{margin:0!important;text-align:center!important;color:#88797c!important;font-size:10px!important}.member-form-switch button{border:0;background:none;color:#b00008;font-family:inherit;font-weight:900;cursor:pointer}.member-back{width:100%;min-height:48px}.member-access-security{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding-top:17px;border-top:1px solid #eee4e6;color:#8a7b7e;font-size:9px}.member-access-security i{color:#087a55}.member-access-panel .customer-message{align-items:flex-start;margin-bottom:16px}.member-access-panel .customer-message span{line-height:1.7}
@media(max-width:1100px){.member-access-grid{grid-template-columns:1fr;min-height:0}.member-access-visual{min-height:600px}.member-access-panel{width:min(680px,100%);margin:-78px auto 0;position:relative;z-index:3}.member-access-copy{margin-top:36px}.member-access-features{margin-top:30px}}
@media(max-width:720px){.member-access-page{padding:14px 0 48px}.member-access-grid{width:100%;gap:0}.member-access-visual{min-height:0;padding:23px 18px 105px;border-radius:0 0 28px 28px}.member-access-brand>a{width:58px;height:58px;border-radius:17px}.member-access-brand>span{font-size:9px}.member-access-copy{margin-top:31px}.member-access-copy h1{font-size:38px;letter-spacing:-.8px}.member-access-copy p{font-size:12px}.member-access-demo{grid-template-columns:1fr 140px}.member-demo-pass{min-height:174px;padding:14px}.member-demo-pass>strong{font-size:34px}.member-access-features{display:none}.member-access-panel{width:calc(100% - 24px);margin:-74px auto 0;padding:20px 16px;border-radius:24px}.member-access-panel-head h2{font-size:25px}.member-access-tabs button{font-size:10px}.member-form-grid{grid-template-columns:1fr}.member-field-wide{grid-column:auto}.member-form-options{align-items:flex-start;flex-direction:column}.member-access-security{font-size:8px}}
@media(max-width:480px){.member-access-visual{padding-bottom:94px}.member-access-copy h1{font-size:32px}.member-access-copy p{line-height:1.85}.member-access-demo{grid-template-columns:1fr}.member-demo-pass{min-height:115px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"tag tag" "small value" "name value";align-items:end}.member-demo-pass>span{grid-area:tag}.member-demo-pass>small{grid-area:small}.member-demo-pass>strong{grid-area:value;font-size:38px}.member-demo-pass>b{grid-area:name}.member-access-panel{width:calc(100% - 16px);padding:18px 13px}.member-access-panel-head h2{font-size:22px}.member-access-tabs button i{display:none}.member-field input{font-size:12px!important}.member-form-title>span{width:43px;height:43px}.member-form-title h3{font-size:17px}}
