/* =========================================================
   ENG HOME ACCOUNT SUITE v141
   Compact premium auth/account system aligned with login page
   ========================================================= */

:root{
  --ega-ink:#0d1c34;
  --ega-ink-deep:#071225;
  --ega-text:#111318;
  --ega-muted:#777f8b;
  --ega-line:rgba(13,28,52,.11);
  --ega-soft:#f7f8fa;
  --ega-white:#fff;
  --ega-shadow:0 28px 90px rgba(0,0,0,.24);
  --ega-shadow-soft:0 18px 52px rgba(13,28,52,.10);
  --ega-display:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --ega-sans:Manrope,Inter,Arial,sans-serif;
}

body.enghome-body{
  font-family:var(--ega-sans)!important;
  background:#f8f5ef!important;
}

body.enghome-body .eg-premium-header{z-index:3000!important;}
body.enghome-body .eghx-overlay,
body.enghome-body .egh-drawer-overlay{z-index:2147483000!important;}

/* ---------- Main shell ---------- */
.ega-page{
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:620px;
  padding:38px 24px 44px;
  display:flex;
  align-items:center;
  background:#050608;
  overflow:hidden;
}

.ega-page:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url('/image/catalog/enghome/login-bg.jpg') center/cover no-repeat;
  filter:brightness(.34) saturate(.86);
  transform:scale(1.012);
  animation:egaBackdropIn .9s ease both;
}

.ega-page:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 72% 34%,rgba(255,255,255,.08),transparent 25%),
    linear-gradient(100deg,rgba(0,0,0,.22),rgba(0,0,0,.62));
}

.ega-shell{
  width:min(1160px,calc(100% - 20px));
  min-height:600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(360px,43%) minmax(0,57%);
  overflow:hidden;
  border:4px solid rgba(255,255,255,.98);
  border-radius:30px;
  background:#fff;
  box-shadow:var(--ega-shadow);
  transform-origin:center;
  animation:egaShellIn .72s cubic-bezier(.22,1,.36,1) both;
}

.ega-shell.ega-shell-wide{
  width:min(1240px,calc(100% - 20px));
  min-height:690px;
  grid-template-columns:minmax(325px,34%) minmax(0,66%);
}

#account-login .ega-shell,
#account-forgotten .ega-shell,
#account-reset .ega-shell,
#account-edit .ega-shell,
#account-password .ega-shell,
#account-newsletter .ega-shell,
#account-logout .ega-shell,
#account-success .ega-shell{min-height:590px;}

.ega-visual{
  position:relative;
  min-width:0;
  min-height:100%;
  overflow:hidden;
  color:#fff;
  background:url('/image/catalog/enghome/login-bg.jpg') center/cover no-repeat;
  animation:egaVisualIn .82s cubic-bezier(.22,1,.36,1) .08s both;
}

.ega-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.12) 12%,rgba(0,0,0,.30) 50%,rgba(0,0,0,.90) 100%);
}

.ega-visual:after{
  content:"";
  position:absolute;
  inset:0;
  border-right:1px solid rgba(255,255,255,.16);
  pointer-events:none;
}

.ega-visual-brand{
  position:absolute;
  z-index:2;
  top:30px;
  left:32px;
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-family:var(--ega-sans);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.23em;
  text-transform:uppercase;
  animation:egaItemUp .55s ease .46s both;
}

.ega-visual-brand:after{
  content:"";
  width:82px;
  height:1px;
  background:rgba(255,255,255,.66);
}

.ega-visual-copy{
  position:absolute;
  z-index:2;
  left:34px;
  right:34px;
  bottom:34px;
}

.ega-visual-copy h2{
  max-width:390px;
  margin:0;
  color:#fff;
  font-family:var(--ega-display)!important;
  font-size:clamp(48px,4.2vw,64px);
  line-height:.91;
  font-weight:600;
  letter-spacing:-.045em;
  text-wrap:balance;
  animation:egaItemUp .62s ease .58s both;
}

.ega-visual-copy p{
  max-width:410px;
  margin:20px 0 0;
  color:rgba(255,255,255,.83);
  font-family:var(--ega-sans)!important;
  font-size:13px;
  line-height:1.7;
  animation:egaItemUp .62s ease .72s both;
}

.ega-panel{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:44px 58px;
  background:#fff;
}

.ega-panel.ega-panel-top{
  align-items:flex-start;
  padding-top:42px;
  padding-bottom:42px;
}

.ega-content{
  width:100%;
  max-width:500px;
  animation:egaContentIn .68s cubic-bezier(.22,1,.36,1) .18s both;
}

.ega-content.ega-content-wide{max-width:830px;}

/* ---------- Real logo, never stretched ---------- */
.ega-logo-link{
  width:auto!important;
  max-width:none!important;
  height:36px;
  margin:0 auto 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  transition:transform .28s ease,opacity .28s ease;
}

.ega-logo-link:hover{transform:translateY(-2px) scale(1.015);opacity:.86;}

.ega-logo-link img{
  display:block!important;
  width:auto!important;
  max-width:250px!important;
  height:36px!important;
  max-height:36px!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* ---------- Typography ---------- */
.ega-heading{
  margin:0;
  text-align:center;
  color:#080b10;
  font-family:var(--ega-display)!important;
  font-size:clamp(40px,3.6vw,54px);
  line-height:.98;
  font-weight:600;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.ega-subheading{
  max-width:590px;
  margin:11px auto 29px;
  text-align:center;
  color:var(--ega-muted);
  font-family:var(--ega-sans)!important;
  font-size:13px;
  line-height:1.65;
}

.ega-kicker{
  width:max-content;
  margin:0 auto 12px;
  padding:7px 12px;
  border:1px solid var(--ega-line);
  border-radius:999px;
  color:var(--ega-ink);
  background:#fff;
  box-shadow:0 9px 24px rgba(13,28,52,.06);
  font-family:var(--ega-sans)!important;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.ega-alert{
  margin:0 0 17px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:12px;
  font-family:var(--ega-sans)!important;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}
.ega-alert-success{background:#edf8f1;color:#146c36;border-color:#d7efdf;}
.ega-alert-danger{background:#fff0f0;color:#a32323;border-color:#f3d9d9;}

/* ---------- Forms ---------- */
.ega-form{width:100%;}
.ega-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px;}
.ega-field{display:block;min-width:0;margin:0 0 16px;}
.ega-form-grid .ega-field{margin:0;}
.ega-field-full{grid-column:1/-1;}
.ega-field>label,.ega-field>span,.ega-label{
  display:block;
  margin:0 0 7px;
  color:#151820;
  font-family:var(--ega-sans)!important;
  font-size:12px;
  line-height:1.25;
  font-weight:750;
}

.ega-input-wrap{position:relative;display:block;}
.ega-input,.ega-select,.ega-textarea,.ega-page .form-control{
  width:100%!important;
  border:1px solid #e0e3e8!important;
  border-radius:12px!important;
  background:#f7f8fa!important;
  color:#101218!important;
  box-shadow:none!important;
  outline:0!important;
  font-family:var(--ega-sans)!important;
  font-size:13px!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}
.ega-input,.ega-select,.ega-page input.form-control,.ega-page select.form-control{height:50px!important;padding:0 15px!important;}
.ega-textarea,.ega-page textarea.form-control{min-height:112px!important;padding:14px 15px!important;resize:vertical;}
.ega-input:hover,.ega-select:hover,.ega-textarea:hover,.ega-page .form-control:hover{border-color:#c9ced6!important;background:#fff!important;}
.ega-input:focus,.ega-select:focus,.ega-textarea:focus,.ega-page .form-control:focus{
  transform:translateY(-1px);
  border-color:#0d1c34!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(13,28,52,.075)!important;
}
.ega-password{padding-right:50px!important;}
.ega-eye{
  position:absolute;top:50%;right:7px;width:38px;height:38px;transform:translateY(-50%);
  display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#555;
  cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease;
}
.ega-eye:hover{background:#e9edf2;color:#0d1c34;transform:translateY(-50%) scale(1.05);}
.ega-eye svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;}
.ega-error,.ega-page .text-danger{display:block;margin-top:7px;color:#a32323!important;font-size:12px;line-height:1.4;font-weight:700;}
.ega-forgot{display:flex;justify-content:flex-end;margin:-3px 0 21px;}
.ega-forgot a,.ega-text-link{position:relative;color:#171717!important;font-size:11px;font-weight:800;text-decoration:none!important;}
.ega-forgot a:after,.ega-text-link:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:currentColor;transition:right .24s ease;}
.ega-forgot a:hover:after,.ega-text-link:hover:after{right:0;}

/* ---------- Buttons ---------- */
.ega-btn,.ega-page .btn,.ega-page input[type="submit"]{
  position:relative;
  min-height:50px;
  padding:0 22px;
  overflow:hidden;
  border-radius:12px!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0!important;
  font-family:var(--ega-sans)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease!important;
}
.ega-btn:before,.ega-page .btn:before{
  content:"";
  position:absolute;
  top:-80%;bottom:-80%;left:-42%;width:28%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  transform:rotate(18deg);
  transition:left .55s ease;
  pointer-events:none;
}
.ega-btn:hover:before,.ega-page .btn:hover:before{left:118%;}
.ega-btn:hover,.ega-page .btn:hover,.ega-page input[type="submit"]:hover{transform:translateY(-3px) scale(1.006);}
.ega-btn:active,.ega-page .btn:active,.ega-page input[type="submit"]:active{transform:translateY(-1px) scale(.995);}
.ega-btn-primary,.ega-page .btn-primary{background:#050505!important;color:#fff!important;box-shadow:0 14px 30px rgba(0,0,0,.16);}
.ega-btn-primary:hover,.ega-page .btn-primary:hover{background:#0d1c34!important;color:#fff!important;box-shadow:0 21px 42px rgba(13,28,52,.25);}
.ega-btn-secondary,.ega-page .btn-default{background:#fff!important;color:#111!important;border:1px solid #dedfe2!important;box-shadow:0 8px 20px rgba(13,28,52,.05);}
.ega-btn-secondary:hover,.ega-page .btn-default:hover{border-color:#0d1c34!important;color:#0d1c34!important;box-shadow:0 14px 28px rgba(13,28,52,.10);}
.ega-btn-block{width:100%;}
.ega-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:12px;margin-top:21px;}

.ega-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:#999ea7;font-size:10px;text-transform:uppercase;letter-spacing:.1em;}
.ega-divider:before,.ega-divider:after{content:"";height:1px;background:#e8eaed;flex:1;}
.ega-google{min-height:44px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;transition:transform .22s ease,box-shadow .22s ease;}
.ega-google:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(13,28,52,.09);}
.ega-google-loading{display:none;margin-top:10px;text-align:center;color:#6b7280;font-size:12px;}
.ega-google-loading.is-active{display:block;}
.ega-bottom{text-align:center;margin:32px 0 0;color:#73777e;font-size:11px;}
.ega-bottom a{position:relative;color:#111!important;font-weight:800;text-decoration:none!important;}
.ega-bottom a:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:#111;transition:right .24s ease;}
.ega-bottom a:hover:after{right:0;}
.ega-agree{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:#555;font-size:12px;line-height:1.55;}
.ega-agree input{width:17px;height:17px;margin:2px 0 0;accent-color:#111;flex:0 0 17px;}
.ega-agree a{color:#111!important;font-weight:800;}

/* ---------- Dashboard ---------- */
.ega-dashboard-head{margin-bottom:24px;}
.ega-dashboard-head .ega-heading{text-align:left;font-size:48px;}
.ega-dashboard-head .ega-subheading{text-align:left;margin-left:0;margin-right:0;margin-bottom:0;}
.ega-dashboard-head .ega-kicker{margin-left:0;}
.ega-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}
.ega-dashboard-card{
  position:relative;
  min-height:132px;
  padding:18px;
  overflow:hidden;
  border:1px solid #e5e8ec;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#fcfcfd);
  color:var(--ega-text)!important;
  text-decoration:none!important;
  box-shadow:0 9px 24px rgba(13,28,52,.035);
  transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease,background .28s ease;
  animation:egaCardIn .5s ease both;
}
.ega-dashboard-card:nth-child(1){animation-delay:.24s}.ega-dashboard-card:nth-child(2){animation-delay:.29s}.ega-dashboard-card:nth-child(3){animation-delay:.34s}.ega-dashboard-card:nth-child(4){animation-delay:.39s}.ega-dashboard-card:nth-child(5){animation-delay:.44s}.ega-dashboard-card:nth-child(6){animation-delay:.49s}.ega-dashboard-card:nth-child(7){animation-delay:.54s}
.ega-dashboard-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(13,28,52,.07),transparent 42%);opacity:0;transition:opacity .28s ease;}
.ega-dashboard-card:hover{transform:translateY(-6px);border-color:#cdd4de;box-shadow:0 22px 48px rgba(13,28,52,.12);background:#fff;}
.ega-dashboard-card:hover:before{opacity:1;}
.ega-dashboard-icon{position:relative;width:40px;height:40px;margin-bottom:15px;border-radius:12px;display:grid;place-items:center;background:#f1f3f6;color:var(--ega-ink);transition:transform .28s ease,background .28s ease,color .28s ease;}
.ega-dashboard-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.ega-dashboard-card:hover .ega-dashboard-icon{transform:translateY(-2px) rotate(-4deg) scale(1.08);background:var(--ega-ink);color:#fff;}
.ega-dashboard-card strong{position:relative;display:block;margin:0 0 6px;color:#0d1727;font-size:15px;line-height:1.25;font-weight:800;}
.ega-dashboard-card p{position:relative;margin:0;color:#78808c;font-size:11px;line-height:1.55;}
.ega-dashboard-card.ega-logout-card{grid-column:1/-1;min-height:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;}
.ega-dashboard-card.ega-logout-card .ega-dashboard-icon{margin:0;}
.ega-dashboard-card.ega-logout-card strong{margin:0 0 3px;}
.ega-card-arrow{position:relative;font-size:22px;color:#9aa1ab;transition:transform .26s ease,color .26s ease;}
.ega-dashboard-card:hover .ega-card-arrow{transform:translateX(5px);color:var(--ega-ink);}

/* ---------- Sections/lists ---------- */
.ega-section-card{padding:24px;border:1px solid #e5e8ec;border-radius:19px;background:#fff;box-shadow:0 12px 34px rgba(13,28,52,.045);animation:egaItemUp .52s ease .25s both;}
.ega-address-list{display:grid;gap:12px;}
.ega-address-card{padding:17px;border:1px solid #e5e7eb;border-radius:15px;background:#fafbfc;display:flex;align-items:center;justify-content:space-between;gap:18px;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;}
.ega-address-card:hover{transform:translateY(-3px);border-color:#cfd5dd;box-shadow:0 15px 32px rgba(13,28,52,.08);}
.ega-address-text{color:#394150;font-size:13px;line-height:1.7;}
.ega-mini-actions{display:flex;gap:8px;flex-wrap:wrap;}
.ega-mini-actions .ega-btn{min-height:40px;padding:0 14px;font-size:11px!important;}
.ega-radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.ega-radio-card{min-height:50px;padding:0 14px;border:1px solid #e2e5e9;border-radius:11px;display:flex;align-items:center;gap:9px;background:#f8f9fa;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease;}
.ega-radio-card:hover{transform:translateY(-2px);border-color:#cbd1da;background:#fff;}
.ega-radio-card input{accent-color:#111;}
.ega-help{margin:0 0 14px;color:#747c88;font-size:12px;line-height:1.65;}
.ega-table-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px rgba(13,28,52,.035);}
.ega-table{width:100%;border-collapse:collapse;background:#fff;}
.ega-table th,.ega-table td{padding:13px;border-bottom:1px solid #eceef0;text-align:left;color:#354052;font-size:12px;white-space:nowrap;}
.ega-table th{background:#f7f8fa;color:#111827;font-size:10px;text-transform:uppercase;letter-spacing:.06em;}
.ega-table tbody tr{transition:background .2s ease;}.ega-table tbody tr:hover{background:#fafbfd;}.ega-table tr:last-child td{border-bottom:0;}
.ega-wishlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}
.ega-wishlist-card{display:grid;grid-template-columns:116px 1fr;gap:15px;padding:13px;border:1px solid #e5e7eb;border-radius:17px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.ega-wishlist-card:hover{transform:translateY(-4px);border-color:#cfd5dd;box-shadow:0 18px 38px rgba(13,28,52,.09);}
.ega-wishlist-image{height:132px;border-radius:12px;overflow:hidden;background:#f4f4f4;}
.ega-wishlist-image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease;}.ega-wishlist-card:hover .ega-wishlist-image img{transform:scale(1.045);}
.ega-wishlist-info{min-width:0;display:flex;flex-direction:column;}.ega-wishlist-name{margin:0 0 6px;font-size:15px;line-height:1.3;font-weight:800;}.ega-wishlist-name a{color:#111827!important;text-decoration:none!important;}.ega-wishlist-meta{color:#858c96;font-size:10px;}.ega-wishlist-price{margin:auto 0 11px;font-size:16px;font-weight:800;color:#111827;}.ega-wishlist-price s{margin-left:7px;color:#999;font-size:11px;}.ega-wishlist-actions{display:flex;gap:8px;}.ega-wishlist-actions button{flex:1;min-height:40px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease;}.ega-wishlist-actions button:hover{transform:translateY(-2px);background:var(--ega-ink);}.ega-wishlist-actions a{width:40px;display:grid;place-items:center;border:1px solid #ddd;border-radius:10px;color:#111!important;text-decoration:none!important;font-size:19px;transition:transform .2s ease,border-color .2s ease;}.ega-wishlist-actions a:hover{transform:translateY(-2px);border-color:#111;}
.ega-empty{text-align:center;padding:42px 20px;}.ega-empty-icon{width:62px;height:62px;margin:0 auto 17px;border-radius:20px;display:grid;place-items:center;background:#f1f2f4;color:#17243a;font-size:30px;}.ega-empty h2{margin:0 0 8px;color:#111827;font-size:23px;}.ega-empty p{margin:0 0 21px;color:#737b87;}

/* ---------- Logout/success ---------- */
.ega-state{text-align:center;max-width:540px;margin:0 auto;}
.ega-state-icon{width:68px;height:68px;margin:0 auto 20px;border-radius:21px;display:grid;place-items:center;background:var(--ega-ink);color:#fff;font-size:36px;line-height:1;box-shadow:0 18px 38px rgba(11,23,41,.20);animation:egaStatePop .58s cubic-bezier(.22,1,.36,1) .35s both;}
.ega-state .ega-heading{font-size:clamp(40px,4vw,56px);}
.ega-state-copy{margin:14px auto 26px;color:#737b87;font-size:13px;line-height:1.7;}
.ega-state .ega-btn{min-width:200px;}

/* Neutralize old OpenCart account layout only inside the suite. */
.ega-page .row{margin:0!important;display:block!important;}.ega-page [class*="col-"]{width:100%!important;max-width:none!important;float:none!important;padding:0!important;}.ega-page .breadcrumb{display:none!important;}.ega-page .pagination{margin:18px 0 0!important;}.ega-page .pagination>li>a,.ega-page .pagination>li>span{border-radius:10px!important;margin-right:6px!important;color:#111!important;}

/* ---------- Entrance animations ---------- */
.ega-content>.ega-logo-link{animation:egaItemUp .52s ease .34s both;}
.ega-content>.ega-heading,.ega-dashboard-head>.ega-heading{animation:egaItemUp .52s ease .42s both;}
.ega-content>.ega-subheading,.ega-dashboard-head>.ega-subheading{animation:egaItemUp .52s ease .50s both;}
.ega-content>.ega-form{animation:egaItemUp .56s ease .58s both;}
.ega-content>.ega-divider{animation:egaItemUp .5s ease .66s both;}
.ega-content>.ega-google{animation:egaItemUp .5s ease .73s both;}
.ega-content>.ega-bottom{animation:egaItemUp .5s ease .80s both;}

@keyframes egaBackdropIn{from{filter:brightness(.22) saturate(.7);transform:scale(1.04)}to{filter:brightness(.34) saturate(.86);transform:scale(1.012)}}
@keyframes egaShellIn{from{opacity:0;transform:translateY(28px) scale(.965)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes egaVisualIn{from{opacity:0;transform:translateX(-26px)}to{opacity:1;transform:translateX(0)}}
@keyframes egaContentIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:translateX(0)}}
@keyframes egaItemUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes egaCardIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@keyframes egaStatePop{from{opacity:0;transform:scale(.72) rotate(-7deg)}to{opacity:1;transform:scale(1) rotate(0)}}

@media(max-width:1080px){
  .ega-shell{width:min(1050px,calc(100% - 10px));grid-template-columns:minmax(330px,41%) minmax(0,59%);}
  .ega-panel{padding:42px 42px;}
  .ega-dashboard-grid{grid-template-columns:1fr;}
  .ega-dashboard-card.ega-logout-card{grid-column:auto;}
  .ega-wishlist-grid{grid-template-columns:1fr;}
}

@media(max-width:900px){
  .ega-page{min-height:0;padding:22px 14px 30px;background:#fff;display:block;}
  .ega-page:before,.ega-page:after{display:none;}
  .ega-shell,.ega-shell.ega-shell-wide{display:block;width:min(620px,100%);min-height:0;border:0;border-radius:24px;box-shadow:0 18px 54px rgba(15,23,42,.11);}
  .ega-visual{display:none;}
  .ega-panel,.ega-panel.ega-panel-top{padding:36px 28px;align-items:flex-start;}
  .ega-content,.ega-content.ega-content-wide{max-width:none;}
  .ega-logo-link{height:32px;margin-bottom:29px;}.ega-logo-link img{height:32px!important;max-height:32px!important;max-width:220px!important;}
  .ega-dashboard-head .ega-heading{text-align:center;font-size:44px;}.ega-dashboard-head .ega-subheading{text-align:center;margin-left:auto;margin-right:auto;}.ega-dashboard-head .ega-kicker{margin-left:auto;}
}

@media(max-width:620px){
  .ega-page{padding:12px 9px 22px;}
  .ega-shell,.ega-shell.ega-shell-wide{border-radius:19px;}
  .ega-panel,.ega-panel.ega-panel-top{padding:27px 17px;}
  .ega-heading{font-size:39px;}
  .ega-form-grid,.ega-actions,.ega-radio-grid{grid-template-columns:1fr;}
  .ega-field-full{grid-column:auto;}
  .ega-dashboard-grid{gap:10px;}.ega-dashboard-card{min-height:120px;padding:16px;}.ega-dashboard-card.ega-logout-card{grid-template-columns:auto 1fr;}.ega-dashboard-card.ega-logout-card .ega-card-arrow{display:none;}.ega-section-card{padding:17px;}.ega-address-card{align-items:flex-start;flex-direction:column;}.ega-wishlist-card{grid-template-columns:96px 1fr;}.ega-wishlist-image{height:116px;}
}

@media(prefers-reduced-motion:reduce){
  .ega-page:before,.ega-shell,.ega-visual,.ega-content,.ega-visual-brand,.ega-visual-copy h2,.ega-visual-copy p,.ega-content>*,.ega-dashboard-card,.ega-state-icon{animation:none!important;}
  .ega-btn,.ega-page .btn,.ega-dashboard-card,.ega-input,.ega-select,.ega-textarea{transition:none!important;}
}
