:root{--hex-bg: #0a0a0a;--hex-white: #ffffff}body.password{background:var(--hex-bg)!important;color:var(--hex-white)!important;margin:0;padding:0;overflow:hidden}body.password .password-header{display:none!important}body.password .password-main{padding:0;margin:0}.hex-pw{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--hex-bg);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hex-pw__header{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 20px}@media(min-width:768px){.hex-pw__header{padding:20px 32px}}.hex-pw__logo-img{height:22px!important;width:auto!important;filter:invert(1)}@media(min-width:768px){.hex-pw__logo-img{height:26px!important}}.hex-pw__logo-text{color:var(--hex-white);font-size:20px;font-weight:900;font-style:italic;text-decoration:none;text-transform:uppercase}.hex-pw__pass-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fff6;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:color .3s}.hex-pw__pass-toggle:hover{color:#fffc}.hex-pw__pass-toggle-text{display:none}@media(min-width:640px){.hex-pw__pass-toggle-text{display:inline}}.hex-pw__main{display:flex;flex-direction:column;height:100dvh;width:100%}@media(min-width:1024px){.hex-pw__main{flex-direction:row}}.hex-pw__hero{position:relative;height:55%;overflow:hidden;flex-shrink:0}@media(min-width:1024px){.hex-pw__hero{height:100%;flex:1}}.hex-pw__hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.hex-pw__hero-overlay{display:none}@media(min-width:1024px){.hex-pw__hero-overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.1),transparent),linear-gradient(to top,rgba(0,0,0,.5),transparent,rgba(0,0,0,.2));pointer-events:none}}.hex-pw__hero-overlay-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--hex-bg),transparent);pointer-events:none}@media(min-width:1024px){.hex-pw__hero-overlay-mobile{display:none}}.hex-pw__scanlines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.02;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.08) 2px,rgba(255,255,255,.08) 4px)}.hex-pw__content{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:24px 20px 20px;overflow-y:auto;background:var(--hex-bg)}@media(min-width:1024px){.hex-pw__content{flex:none;width:400px;align-items:center;padding:0 48px;border-left:1px solid rgba(255,255,255,.06)}}@media(min-width:1280px){.hex-pw__content{width:440px}}.hex-pw__content-inner{width:100%;max-width:340px;display:flex;flex-direction:column;gap:24px}@media(min-width:1024px){.hex-pw__content-inner{gap:32px}}.hex-pw__phase{font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin:0}.hex-pw__heading{font-size:24px;font-weight:900;text-transform:uppercase;line-height:1.05;letter-spacing:-.02em;color:var(--hex-white);margin:0}@media(min-width:1024px){.hex-pw__heading{font-size:30px}}.hex-pw__subtext{font-size:12px;font-weight:500;color:#ffffff59;line-height:1.6;max-width:300px;margin:0}@media(min-width:1024px){.hex-pw__subtext{font-size:13px}}.hex-pw__input-wrap{position:relative}.hex-pw__input{width:100%;height:40px;padding:0 44px 0 14px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:0;font-size:12px;font-weight:500;color:var(--hex-white);outline:none;transition:border-color .3s;-webkit-appearance:none}@media(min-width:1024px){.hex-pw__input{height:44px;font-size:13px}}.hex-pw__input::placeholder{color:#fff3}.hex-pw__input:focus{border-color:#ffffff4d}.hex-pw__input-btn{position:absolute;right:0;top:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffff4d;cursor:pointer;transition:all .3s}@media(min-width:1024px){.hex-pw__input-btn{width:44px;height:44px}}.hex-pw__input-btn:hover{color:var(--hex-white);background:#ffffff0d}.hex-pw__signup-note{font-size:8px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffff26;margin:8px 0 0}@media(min-width:1024px){.hex-pw__signup-note{font-size:9px}}.hex-pw__success-title{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin:0}.hex-pw__success-text{font-size:11px;color:#ffffff40;font-weight:500;margin:4px 0 0}.hex-pw__code-link{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#ffffff40;font-size:11px;font-weight:500;cursor:pointer;padding:0;transition:color .3s}@media(min-width:1024px){.hex-pw__code-link{font-size:12px}}.hex-pw__code-link:hover{color:#fff9}.hex-pw__footer{padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}@media(min-width:1024px){.hex-pw__footer{padding-top:24px}}.hex-pw__copyright{font-size:8px;color:#ffffff1f;font-weight:500;letter-spacing:.03em;margin:0}@media(min-width:1024px){.hex-pw__copyright{font-size:9px}}.hex-pw__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--hex-bg);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.16,1,.3,1)}.hex-pw__modal.is-open{opacity:1;visibility:visible}.hex-pw__modal-content{width:100%;max-width:340px;display:flex;flex-direction:column;gap:28px}.hex-pw__modal-back{display:flex;align-items:center;gap:4px;background:none;border:none;color:#ffffff40;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;padding:0;margin-bottom:12px;transition:color .3s}.hex-pw__modal-back:hover{color:#ffffff80}.hex-pw__modal-title{font-size:22px;font-weight:900;text-transform:uppercase;letter-spacing:-.01em;color:var(--hex-white);margin:0}@media(min-width:1024px){.hex-pw__modal-title{font-size:24px}}.hex-pw__modal-desc{font-size:12px;font-weight:500;color:#ffffff4d;margin:0}@media(min-width:1024px){.hex-pw__modal-desc{font-size:13px}}.hex-pw__modal-form{display:flex;flex-direction:column;gap:14px}.hex-pw__modal-error{font-size:11px;color:#ef4444b3;font-weight:500;margin:0}.hex-pw__submit-btn{width:100%;height:40px;background:var(--hex-white);color:var(--hex-bg);border:none;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:opacity .3s}@media(min-width:1024px){.hex-pw__submit-btn{height:44px;font-size:10px}}.hex-pw__submit-btn:hover{opacity:.9}.hex-pw__modal-footer{font-size:10px;color:#ffffff26;font-weight:500;text-align:center;margin:0}.hex-pw__modal-link{background:none;border:none;color:#ffffff26;font-size:10px;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:0;transition:color .3s}.hex-pw__modal-link:hover{color:#ffffff59}
/*# sourceMappingURL=/cdn/shop/t/21/assets/hex-password.css.map */
