.omni-account-page{--account-yellow:#ffc928;--account-yellow-dark:#dca900;--account-black:#111;--account-dark:#191919;--account-text:#252525;--account-muted:#777;--account-border:#e7e7e2;--account-soft:#f7f7f4;--account-white:#fff;color:var(--account-text);background:radial-gradient(circle at 100% 0,#ffc92817,#0000 28%),#f6f6f3;padding:132px 0 84px}.account-welcome{background:radial-gradient(circle at 88% 30%,#ffc92838,#0000 22%),linear-gradient(125deg,#090909 0%,#161616 64%,#24200f 100%);border-radius:26px;justify-content:space-between;align-items:center;gap:32px;min-height:214px;margin-bottom:24px;padding:34px 38px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000001f}.account-welcome:before{content:"";border:1px solid #ffc92826;border-radius:50%;width:390px;height:390px;position:absolute;bottom:-170px;right:-80px}.account-welcome:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:260px;height:260px;position:absolute;top:-130px;right:100px}.account-welcome__content{z-index:2;max-width:700px;position:relative}.account-eyebrow{color:var(--account-yellow);letter-spacing:.16em;background:#ffc92814;border:1px solid #ffc9284d;border-radius:999px;align-items:center;padding:7px 11px;font-size:10px;font-weight:900;display:inline-flex}.account-welcome h1{color:#fff;margin:13px 0 8px;font-size:clamp(28px,4vw,42px);font-weight:500;line-height:1.1}.account-welcome h1 strong{font-weight:900}.account-welcome h1 span{font-size:.78em}.account-welcome p{color:#bdbdbd;max-width:660px;margin:0;font-size:14px;line-height:1.65}.account-welcome__meta{flex-wrap:wrap;align-items:center;gap:17px;margin-top:18px;display:flex}.account-welcome__meta span{color:#d4d4d4;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.account-welcome__meta i{background:#28c76f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #28c76f21}.account-welcome__meta svg{fill:none;width:14px;height:14px;stroke:var(--account-yellow);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.account-shop-button{z-index:2;background:var(--account-yellow);color:#111;border-radius:13px;flex:none;justify-content:center;align-items:center;gap:10px;min-height:51px;padding:0 19px;font-size:12px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;position:relative}.account-shop-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.account-shop-button:hover{background:#ffd64d;transform:translateY(-2px);box-shadow:0 14px 30px #ffc92838}.account-notice{background:#f2fff6;border:1px solid #ccebd8;border-radius:15px;align-items:center;gap:12px;margin-bottom:22px;padding:14px 17px;display:flex}.account-notice__icon{color:#148148;background:#dbf8e5;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.account-notice div:last-child{gap:2px;display:grid}.account-notice strong{color:#146737;font-size:12px}.account-notice span{color:#538065;font-size:11px}.account-dashboard{grid-template-columns:260px minmax(0,1fr);gap:22px;display:grid}.account-sidebar{border:1px solid var(--account-border);background:#fff;border-radius:22px;align-self:start;position:sticky;top:112px;overflow:hidden;box-shadow:0 15px 45px #0000000d}.account-sidebar__profile{border-bottom:1px solid var(--account-border);align-items:center;gap:13px;padding:24px 21px 18px;display:flex}.account-sidebar__avatar{border:2px solid var(--account-yellow);color:#fff;background:#181818;border-radius:15px;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:23px;display:grid;overflow:hidden}.account-sidebar__avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.account-sidebar__avatar strong{color:var(--account-yellow);font-size:14px}.account-sidebar__identity{gap:4px;min-width:0;display:grid}.account-sidebar__identity strong{color:#181818;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.account-sidebar__identity span{color:#898989;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.account-sidebar__progress{background:#faf9f3;border-radius:13px;margin:15px 17px 10px;padding:13px}.account-sidebar__progress-heading{justify-content:space-between;gap:8px;margin-bottom:9px;display:flex}.account-sidebar__progress-heading span{color:#777;font-size:9px;font-weight:800}.account-sidebar__progress-heading strong{color:#111;font-size:10px}.account-sidebar__progress-bar{background:#e6e3d8;border-radius:999px;height:5px;overflow:hidden}.account-sidebar__progress-bar span{border-radius:inherit;background:var(--account-yellow);height:100%;display:block}.account-menu{padding:9px}.account-menu__item{color:#626262;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;width:100%;min-height:45px;padding:0 11px;font-family:inherit;font-size:11px;font-weight:750;text-decoration:none;transition:color .16s,background .16s;display:flex}.account-menu__item svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 17px;width:17px;height:17px}.account-menu__item span{flex:1}.account-menu__item small{color:#555;background:#f1f1ed;border-radius:999px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-size:9px;font-weight:900;display:grid}.account-menu__item:hover{color:#111;background:#f7f7f4}.account-menu__item.is-active{color:#111;background:#fff7d8}.account-menu__item.is-active svg{stroke:#c49400}.account-menu__item.is-active:before{content:"";background:var(--account-yellow);border-radius:0 5px 5px 0;width:4px;height:20px;margin-left:-11px}.account-sidebar__footer{border-top:1px solid var(--account-border);background:#fafafa;padding:13px}.account-sidebar__footer a,.account-sidebar__footer button{color:#777;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 8px;font-family:inherit;font-size:10px;font-weight:750;text-decoration:none;display:flex}.account-sidebar__footer button{color:#bd3030}.account-sidebar__footer svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.account-content{gap:22px;min-width:0;display:grid}.account-section{border:1px solid var(--account-border);background:#fff;border-radius:22px;padding:27px;scroll-margin-top:120px;box-shadow:0 15px 45px #0000000b}.account-section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.account-section-heading>div>span,.account-panel__heading>div>span{color:#ba8b00;letter-spacing:.15em;margin-bottom:5px;font-size:9px;font-weight:900;display:block}.account-section-heading h2{color:#151515;margin:0;font-size:23px;font-weight:900}.account-section-heading p{color:#898989;text-align:right;max-width:420px;margin:0;font-size:11px;line-height:1.6}.account-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.account-kpi{border:1px solid var(--account-border);min-width:0;min-height:116px;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:13px;padding:17px;font-family:inherit;text-decoration:none;transition:transform .17s,box-shadow .17s,border-color .17s;display:flex}.account-kpi:hover{border-color:#e6ce7c;transform:translateY(-2px);box-shadow:0 12px 25px #0000000f}.account-kpi__icon{color:#a67c00;background:#fff5ce;border-radius:13px;flex:0 0 43px;place-items:center;width:43px;height:43px;display:grid}.account-kpi__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.account-kpi>div:last-child{min-width:0;display:grid}.account-kpi span{color:#777;font-size:9px;font-weight:800}.account-kpi strong{color:#111;margin:3px 0 1px;font-size:25px;line-height:1}.account-kpi small{color:#aaa;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.account-overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(250px,.72fr);gap:14px;display:grid}.account-panel{border:1px solid var(--account-border);background:#fafafa;border-radius:17px;min-width:0;padding:20px}.account-panel__heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.account-panel__heading h3{color:#1a1a1a;margin:0;font-size:16px}.account-panel__heading>a{color:#9b7500;font-size:9px;font-weight:850;text-decoration:none}.account-mini-orders{display:grid}.account-mini-order{border-bottom:1px solid #ecece7;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;display:flex}.account-mini-order:last-child{border-bottom:0}.account-mini-order__main{align-items:center;gap:11px;min-width:0;display:flex}.account-mini-order__icon{color:#a57d00;background:#fff2bc;border-radius:11px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.account-mini-order__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.account-mini-order__main>div:last-child{gap:3px;min-width:0;display:grid}.account-mini-order__main strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.account-mini-order__main span{color:#9a9a9a;font-size:8px}.account-mini-order__right{flex:none;justify-items:end;gap:5px;display:grid}.account-mini-order__right>strong{color:#1d1d1d;font-size:10px}.account-status{color:#62666a;text-transform:capitalize;background:#eef0f1;border-radius:999px;align-items:center;width:fit-content;padding:5px 8px;display:inline-flex;font-size:8px!important;font-weight:900!important}.account-status--en_attente{color:#987100;background:#fff5cf}.account-status--validee,.account-status--payee{color:#20834c;background:#e9f8ef}.account-status--en_preparation{color:#3177b8;background:#eaf4ff}.account-status--expediee{color:#6654b8;background:#eeeafe}.account-status--livree{color:#197f45;background:#e9faef}.account-status--terminee{color:#167344;background:#e3f8eb}.account-status--annulee,.account-status--remboursee{color:#bc4242;background:#fff0f0}.account-profile-percent{color:#111;font-size:18px}.account-profile-progress{background:#e9e7de;border-radius:999px;height:7px;margin-bottom:17px;overflow:hidden}.account-profile-progress span{border-radius:inherit;background:linear-gradient(90deg,#ffc928,#ffd961);height:100%;display:block}.account-profile-checks{gap:10px;display:grid}.account-profile-checks div{color:#999;align-items:center;gap:8px;font-size:9px;font-weight:700;display:flex}.account-profile-checks div>span{color:#aaa;background:#ecece8;border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;display:grid}.account-profile-checks div.is-complete{color:#4c4c4c}.account-profile-checks div.is-complete>span{color:#27864e;background:#e6f7ec}.account-profile-action{color:#fff;background:#1c1c1c;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;margin-top:17px;font-size:9px;font-weight:850;text-decoration:none;display:flex}.account-empty-small{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:235px;display:flex}.account-empty-small__icon{color:#9d7600;background:#fff3c6;border-radius:15px;place-items:center;width:50px;height:50px;margin-bottom:12px;display:grid}.account-empty-small__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:22px;height:22px}.account-empty-small strong{color:#252525;font-size:11px}.account-empty-small p{color:#999;max-width:300px;margin:5px 0 12px;font-size:9px;line-height:1.5}.account-empty-small a{color:#a17a00;font-size:9px;font-weight:850}.account-settings-card,.account-orders-card{border:1px solid var(--account-border);background:#fafafa;border-radius:17px}.account-settings-card{padding:22px}.account-settings-card__top{border-bottom:1px solid #e9e9e4;align-items:center;gap:15px;margin-bottom:22px;padding-bottom:20px;display:flex}.account-settings-avatar{border:2px solid var(--account-yellow);color:#fff;background:#191919;border-radius:17px;flex:0 0 66px;place-items:center;width:66px;height:66px;font-size:29px;display:grid;overflow:hidden}.account-settings-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.account-settings-avatar strong{color:var(--account-yellow);font-size:18px}.account-settings-card__top h3{color:#222;margin:0 0 5px;font-size:15px}.account-settings-card__top p{color:#929292;margin:0;font-size:9px}.account-form{gap:17px;display:grid}.account-form-group{gap:8px;display:grid}.account-form-label,.account-form label>span{color:#474747;margin-bottom:7px;font-size:10px;font-weight:850;display:block}.account-form input:not([type=file]):not([type=radio]){color:#222;background:#fff;border:1px solid #ddddda;border-radius:11px;outline:none;width:100%;height:47px;padding:0 13px;font-family:inherit;font-size:11px;transition:border-color .16s,box-shadow .16s}.account-form input:not([type=file]):focus{border-color:#dca900;box-shadow:0 0 0 4px #ffc9281f}.account-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.account-form-grid__wide{grid-column:1/-1}.account-delivery-profile{background:#fffdf5;border:1px solid #ece4c3;border-radius:14px;padding:17px}.account-delivery-profile__heading{justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px;display:flex}.account-delivery-profile__heading span{color:#9b7700;letter-spacing:.13em;font-size:8px;font-weight:900}.account-delivery-profile__heading h3{color:#302b18;margin:4px 0 0;font-size:14px}.account-delivery-profile__heading>small{color:#948969;text-align:right;font-size:9px}.account-form-error{color:#c33f3f;margin-top:5px;font-size:9px;display:block}.account-avatar-options{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.account-avatar-options label{position:relative}.account-avatar-options input{opacity:0;pointer-events:none;position:absolute}.account-avatar-options span{cursor:pointer;background:#fff;border:1px solid #deded9;border-radius:11px;place-items:center;width:41px;height:41px;transition:border-color .16s,background .16s,transform .16s;margin:0!important;font-size:20px!important;display:grid!important}.account-avatar-options span:hover{transform:translateY(-2px)}.account-avatar-options input:checked+span{border-color:var(--account-yellow);background:#fff6d5;box-shadow:0 0 0 3px #ffc92826}.account-upload{cursor:pointer;background:#fff;border:1px dashed #d3d3cd;border-radius:12px;align-items:center;gap:12px;min-height:67px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.account-upload__icon{color:#9a7300;background:#fff3c2;border-radius:10px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.account-upload__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.account-upload>div:nth-child(2){gap:3px;display:grid}.account-upload strong{color:#333;font-size:10px}.account-upload span{color:#999!important;margin:0!important;font-size:8px!important;font-weight:500!important}.account-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.account-form-footer{justify-content:space-between;align-items:center;gap:18px;padding-top:5px;display:flex}.account-form-footer p{color:#9b9b9b;max-width:460px;margin:0;font-size:8px;line-height:1.5}.account-primary-button{background:var(--account-yellow);color:#111;cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;min-height:45px;padding:0 17px;font-family:inherit;font-size:10px;font-weight:900;transition:transform .16s,background .16s;display:inline-flex}.account-primary-button:hover{background:#ffd54a;transform:translateY(-1px)}.account-primary-button--dark{color:#fff;background:#191919;justify-self:start}.account-primary-button--dark:hover{background:#282828}.account-orders-card{overflow:hidden}.account-orders-list{display:grid}.account-order{border-bottom:1px solid #e9e9e5;grid-template-columns:minmax(240px,1.4fr) .55fr .8fr .85fr;align-items:center;gap:16px;min-height:90px;padding:16px 19px;display:grid}.account-order:last-child{border-bottom:0}.account-order:hover{background:#fff}.account-order__identity{align-items:center;gap:12px;min-width:0;display:flex}.account-order__icon{color:#9f7900;background:#fff3c6;border-radius:12px;flex:0 0 41px;place-items:center;width:41px;height:41px;display:grid}.account-order__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.account-order__identity>div:last-child{gap:2px;min-width:0;display:grid}.account-order__identity span,.account-order__data span,.account-order__total span{color:#aaa;font-size:8px}.account-order__identity strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.account-order__identity small{color:#999;font-size:8px}.account-order__data,.account-order__total{gap:5px;display:grid}.account-order__data>strong:not(.account-status){color:#333;font-size:11px}.account-order__total{text-align:right;justify-items:end}.account-order__total strong{color:#111;font-size:12px}.account-orders-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:35px;display:flex}.account-orders-empty__icon{color:#987300;background:#fff3c5;border-radius:17px;place-items:center;width:60px;height:60px;margin-bottom:14px;display:grid}.account-orders-empty__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:25px;height:25px}.account-orders-empty h3{color:#222;margin:0;font-size:15px}.account-orders-empty p{color:#999;margin:6px 0 15px;font-size:10px}.account-orders-empty a{background:var(--account-yellow);color:#111;border-radius:10px;align-items:center;min-height:42px;padding:0 16px;font-size:9px;font-weight:900;text-decoration:none;display:inline-flex}.account-security-grid{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:15px;display:grid}.account-security-info{color:#fff;background:linear-gradient(145deg,#171717,#26220f);border-radius:17px;padding:24px}.account-security-info__icon{width:48px;height:48px;color:var(--account-yellow);background:#ffc92821;border-radius:13px;place-items:center;margin-bottom:17px;display:grid}.account-security-info__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.account-security-info h3{margin:0 0 7px;font-size:16px}.account-security-info p{color:#aaa;margin:0;font-size:9px;line-height:1.6}.account-security-info ul{color:#c2c2c2;margin:17px 0 0;padding-left:17px;font-size:9px;line-height:2}@media (width<=1100px){.account-dashboard{grid-template-columns:220px minmax(0,1fr)}.account-kpis{grid-template-columns:repeat(2,1fr)}.account-overview-grid{grid-template-columns:1fr}}@media (width<=850px){.omni-account-page{padding-top:108px}.account-welcome{flex-direction:column;align-items:flex-start}.account-shop-button{align-self:stretch}.account-dashboard{grid-template-columns:1fr}.account-sidebar{position:static}.account-sidebar__progress{display:none}.account-menu{scrollbar-width:none;display:flex;overflow-x:auto}.account-menu::-webkit-scrollbar{display:none}.account-menu__item{flex:none;width:auto}.account-menu__item.is-active:before,.account-sidebar__footer{display:none}.account-order{grid-template-columns:1fr 1fr}.account-order__identity{grid-column:1/-1}.account-order__total{text-align:left;justify-items:start}.account-security-grid{grid-template-columns:1fr}}@media (width<=600px){.omni-account-page{padding-top:96px;padding-bottom:55px}.account-welcome{border-radius:19px;min-height:auto;padding:25px 21px}.account-welcome h1{font-size:28px}.account-welcome p{font-size:12px}.account-section{border-radius:18px;padding:18px}.account-section-heading{flex-direction:column;align-items:flex-start;gap:7px}.account-section-heading p{text-align:left}.account-kpis{grid-template-columns:1fr 1fr;gap:9px}.account-kpi{flex-direction:column;align-items:flex-start;min-height:104px;padding:13px}.account-kpi__icon{flex-basis:34px;width:34px;height:34px}.account-kpi strong{font-size:21px}.account-panel{padding:16px}.account-mini-order{flex-direction:column;align-items:flex-start}.account-mini-order__right{justify-content:space-between;align-items:center;width:100%;display:flex}.account-form-grid{grid-template-columns:1fr}.account-form-grid__wide{grid-column:auto}.account-form-footer{flex-direction:column;align-items:stretch}.account-primary-button{width:100%}.account-order{grid-template-columns:1fr 1fr;gap:13px;padding:15px}.account-order__identity{grid-column:1/-1}}@media (width<=390px){.account-kpis{grid-template-columns:1fr}}.account-mini-order,.account-order{color:inherit;cursor:pointer;text-decoration:none;transition:background .18s,box-shadow .18s,transform .18s;position:relative}.account-mini-order:hover{background:#fffdf4;transform:translate(2px)}.account-order:hover{box-shadow:inset 4px 0 0 var(--account-yellow);background:#fff}.account-order:after{content:"→";color:#a37a00;font-size:19px;font-weight:800;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.account-order-page{padding-top:132px}.account-order-back{color:#887000;margin-bottom:17px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.account-order-hero{color:#fff;background:linear-gradient(125deg,#06182a,#123b57);border:1px solid #123d59;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;padding:30px 34px;display:flex}.account-order-hero h1{letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(26px,4vw,38px)}.account-order-hero p{color:#b9c9d8;margin:0;font-size:13px}.account-order-hero__status{text-align:right;justify-items:end;gap:11px;display:grid}.account-order-hero__status .account-status{font-size:10px!important}.account-order-hero__status>strong{color:#ffda64;white-space:nowrap;font-size:22px}.account-order-timeline{border:1px solid var(--account-border);background:#fff;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:0;margin:23px 0;padding:20px 12px;display:grid}.account-order-step{color:#9aa6b3;text-align:center;justify-items:center;gap:8px;font-size:10px;display:grid;position:relative}.account-order-step:not(:last-child):after{content:"";background:#e6ebf0;width:calc(100% - 38px);height:2px;position:absolute;top:15px;left:calc(50% + 20px)}.account-order-step>span{z-index:1;color:#8290a0;background:#eef2f5;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:900;display:grid;position:relative}.account-order-step.is-done{color:#1c7947}.account-order-step.is-done>span{color:#177144;background:#dff5e7}.account-order-step.is-done:not(:last-child):after{background:#8ed5aa}.account-order-step.is-current>span{background:var(--account-yellow);color:#16202b;box-shadow:0 0 0 5px #f5b7002e}.account-order-alert{border-radius:14px;margin-bottom:20px;padding:15px 18px;font-size:13px;font-weight:700}.account-order-alert--annulee,.account-order-alert--remboursee{color:#b42318;background:#fff1f2;border:1px solid #fecaca}.account-order-detail-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:start;gap:20px;display:grid}.account-order-summary{gap:20px;display:grid;position:sticky;top:98px}.account-order-detail-card{border:1px solid var(--account-border);background:#fff;border-radius:18px;padding:23px;overflow:hidden}.account-order-detail-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.account-order-detail-heading span{color:#9d7700;letter-spacing:.13em;font-size:9px;font-weight:900;display:block}.account-order-detail-heading h2{color:#182433;margin:4px 0 0;font-size:18px}.account-order-detail-count{background:#fff5d0;border-radius:999px;padding:7px 9px;color:#8e6b00!important;letter-spacing:normal!important;font-size:10px!important}.account-order-items{display:grid}.account-order-item{border-top:1px solid #edf0f3;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;display:grid}.account-order-item__image{color:#8793a0;background:#f2f5f7;border-radius:13px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.account-order-item__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.account-order-item__main{gap:4px;min-width:0;display:grid}.account-order-item__main strong{color:#1d2b3b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.account-order-item__main small,.account-order-item__main p{color:#7b8999;margin:0;font-size:11px}.account-order-item__main>a:first-child{text-decoration:none}.account-order-item__main>a:first-child:hover strong{color:#0b7491}.account-order-review-link{color:#08677f;width:fit-content;font-size:11px;font-weight:850;text-decoration:none}.account-order-review-link:hover{color:#c08000;text-decoration:underline}.account-order-item__total{color:#182433;white-space:nowrap;font-size:13px}.account-order-price-line{color:#66788b;justify-content:space-between;gap:16px;padding:10px 0;font-size:13px;display:flex}.account-order-price-line strong{color:#24364b}.account-order-price-line--total{color:#17283b;border-top:1px solid #dfe6ed;margin-top:7px;padding-top:17px;font-size:16px;font-weight:900}.account-order-price-line--total strong{color:#ad7900;font-size:17px}.account-order-address{color:#65768a;gap:7px;font-size:12px;line-height:1.55;display:grid}.account-order-address strong{color:#1a2b3e;font-size:14px}.account-order-address p{margin:0}.account-order-address small{color:#8796a6}.account-address-book{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.account-address-card,.account-address-create{border:1px solid var(--account-border);background:#fff;border-radius:16px;padding:17px}.account-address-card.is-default{border-color:#efc02a;box-shadow:0 8px 25px #deab001a}.account-address-card__heading{justify-content:space-between;gap:12px;display:flex}.account-address-card__heading div{align-items:center;gap:8px;display:flex}.account-address-card__heading strong{color:#1b2d40;font-size:14px}.account-address-card__heading span{color:#8b6900;background:#fff3c9;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900}.account-address-card__heading small,.account-address-card>small{color:#789;font-size:10px}.account-address-card>p{color:#536b82;min-height:34px;margin:12px 0 5px;font-size:12px;line-height:1.45}.account-address-card__actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.account-address-card__actions summary,.account-address-card__actions button{color:#38526b;font:inherit;cursor:pointer;background:#f9fbfc;border:1px solid #c7d5e2;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:850;list-style:none}.account-address-card__actions summary::-webkit-details-marker{display:none}.account-address-card__actions .is-danger{color:#bd3e41}.account-address-card__actions details[open]{flex-basis:100%}.account-address-create{margin-top:14px}.account-address-create summary{color:#806400;cursor:pointer;font-size:12px;font-weight:900}.account-address-create[open] summary{margin-bottom:15px}.account-address-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.account-address-form label{color:#596f84;gap:5px;font-size:10px;font-weight:850;display:grid}.account-address-form input,.account-address-form select{color:#1d2b3b;min-width:0;font:inherit;background:#fff;border:1px solid #cbd8e4;border-radius:9px;padding:9px 10px;font-size:12px}.account-address-form__wide{grid-column:span 2}.account-address-check{align-items:center;gap:7px;display:flex!important}.account-address-check input{min-width:auto}.account-address-form .account-primary-button{grid-column:span 2;justify-self:start}.account-address-book__empty{color:#708499;grid-column:1/-1;margin:0;padding:18px;font-size:12px}.account-order-actions{gap:11px;display:grid}.account-order-actions .account-order-detail-heading{margin-bottom:2px}.account-order-action{color:#18334d;width:100%;font:inherit;cursor:pointer;background:#f8fbfd;border:1px solid #c9d7e3;border-radius:11px;padding:11px 13px;font-size:12px;font-weight:850}.account-order-action--link{box-sizing:border-box;text-align:center;text-decoration:none;display:block}.account-order-action:hover{background:#fff8df;border-color:#d6a900}.account-order-action--primary{background:var(--account-yellow);color:#142536;border-color:#f1b900}.account-order-action-request{border-top:1px solid #edf0f3;padding-top:11px}.account-order-action-request summary{color:#526b83;cursor:pointer;font-size:12px;font-weight:800}.account-order-action-request form{gap:8px;margin-top:11px;display:grid}.account-order-action-request label{color:#526b83;font-size:11px;font-weight:750}.account-order-action-request textarea{resize:vertical;color:#1d2b3b;min-height:66px;font:inherit;border:1px solid #cbd8e4;border-radius:10px;padding:9px;font-size:12px}.account-order-requests{border-top:1px solid #edf0f3;gap:5px;padding-top:11px;display:grid}.account-order-requests p{color:#54708a;margin:0;font-size:11px}.account-order-requests strong{color:#174568}.account-order-requests small{color:#8a9aaa}@media (width<=800px){.account-order-page{padding-top:105px}.account-order-hero{flex-direction:column;align-items:flex-start;padding:25px}.account-order-hero__status{text-align:left;justify-items:start}.account-order-detail-grid{grid-template-columns:1fr}.account-order-summary{position:static}}@media (width<=560px){.account-order-timeline{padding-inline:4px}.account-order-step{font-size:8px}.account-order-step>span{width:27px;height:27px}.account-order-step:not(:last-child):after{width:calc(100% - 32px);top:13px;left:calc(50% + 17px)}.account-order-detail-card{padding:18px}.account-order-item{grid-template-columns:54px minmax(0,1fr)}.account-order-item__image{width:54px;height:54px}.account-order-item__total{grid-column:2}.account-address-book,.account-address-form{grid-template-columns:1fr}.account-address-form__wide,.account-address-form .account-primary-button{grid-column:auto}}
