/* Nordstrom private page gate */
body.nordstrom-page-locked{overflow:hidden!important}
.nordstrom-auth-gate{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top,rgba(255,255,255,.97),rgba(246,248,251,.99) 44%,rgba(229,234,241,.99));backdrop-filter:blur(12px)}
.nordstrom-auth-gate.is-hidden{display:none!important}
.nordstrom-auth-card{width:min(440px,100%);background:#fff;border:1px solid #d7dee8;border-radius:28px;box-shadow:0 24px 64px rgba(15,23,42,.16);padding:28px;text-align:center;color:#17263a}
.nordstrom-auth-kicker{margin:0 0 8px;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#6b7890}
.nordstrom-auth-card h2{margin:0 0 8px;font-size:26px;line-height:1.08;letter-spacing:-.03em;color:#17263a}
.nordstrom-auth-card p{margin:0 0 18px;color:#68758a;font-size:13px;font-weight:650;line-height:1.5}
.nordstrom-auth-input-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;margin-top:12px}
#nordstromPagePassword{width:100%;height:46px;padding:0 14px;border-radius:14px;border:1px solid #cfd7e3;background:#fff;color:#17263a;font:inherit;font-size:14px;font-weight:750;outline:none}
#nordstromPagePassword:focus{border-color:#63748e;box-shadow:0 0 0 3px rgba(71,85,105,.10)}
#nordstromPageToggle{width:48px;min-width:48px;height:46px;border-radius:14px!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;background:#fff!important;color:#17263a!important;border:1px solid #cfd7e3!important;box-shadow:none!important;font-size:18px;line-height:1}
#nordstromPageSubmit{height:46px;white-space:nowrap;border-radius:14px!important;padding:0 16px!important;background:#17263a!important;color:#fff!important;border:1px solid #17263a!important;box-shadow:none!important;font-weight:800}
#nordstromPageSubmit:disabled{opacity:.6;cursor:wait}
.nordstrom-auth-error{min-height:18px;margin-top:10px;color:#991b1b;font-size:12px;font-weight:850}
.nordstrom-auth-back{display:inline-block;margin-top:8px;color:#667085;font-size:12px;font-weight:750;text-decoration:none}
.nordstrom-auth-back:hover{text-decoration:underline}
@media(max-width:520px){.nordstrom-auth-input-wrap{grid-template-columns:minmax(0,1fr) auto}.nordstrom-auth-input-wrap #nordstromPageSubmit{grid-column:1/-1}.nordstrom-auth-card{padding:24px 20px;border-radius:22px}}
