.lh-survey{--lh-gold: #c79a4b;--lh-gold-soft: #f7f0e4;--lh-ink: #161616;--lh-muted: #6f6b65;--lh-white: #ffffff;--lh-surface: #fbfaf8;--lh-border: #e8e3da;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;color:var(--lh-ink);font-family:var(--text-font-family, "Nunito", sans-serif)}.lh-survey,.lh-survey *{box-sizing:border-box}.lh-survey[hidden],.lh-survey [hidden]{display:none!important}.lh-survey__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#100e0b85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:lh-survey-fade .18s ease-out both}.lh-survey__card{position:relative;display:flex;width:min(680px,100%);max-height:min(760px,calc(100dvh - 32px));flex-direction:column;overflow:hidden;border:1px solid rgb(255 255 255 / 65%);border-radius:20px;background:var(--lh-white);box-shadow:0 28px 90px #00000047;animation:lh-survey-enter .22s cubic-bezier(.2,.8,.2,1) both}.lh-survey__close{position:absolute;z-index:3;inset-block-start:16px;inset-inline-end:18px;display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent;color:#625e58;font:inherit;font-size:24px;line-height:1;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.lh-survey__close:hover{border-color:var(--lh-border);background:var(--lh-surface);color:var(--lh-ink)}.lh-survey__header{flex:none;padding:24px 72px 18px 28px;border-block-end:1px solid var(--lh-border);background:linear-gradient(135deg,var(--lh-white),var(--lh-surface))}.lh-survey__eyebrow{display:block;margin-block-end:5px;color:var(--lh-gold);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.lh-survey h2,.lh-survey h3{margin:0;color:var(--lh-ink);font-family:var(--heading-font-family, "Inter", sans-serif);font-weight:650;letter-spacing:-.025em}.lh-survey h2{font-size:clamp(21px,3vw,26px);line-height:1.18}.lh-survey__header p,.lh-survey__success p{margin:6px 0 0;color:var(--lh-muted);font-size:13px;line-height:1.45}.lh-survey form{min-height:0;padding:20px 28px 26px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#c4bfb7 transparent;scrollbar-width:thin}.lh-survey__step{animation:lh-survey-step .18s ease-out both}.lh-survey__question{display:block;margin:0 0 12px;color:var(--lh-ink);font-family:var(--heading-font-family, "Inter", sans-serif);font-size:15px;font-weight:650;line-height:1.35}#lh-survey-q1-options{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-survey__options{display:grid;gap:8px}.lh-survey__option{display:flex;min-width:0;min-height:44px;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--lh-border);border-radius:10px;background:var(--lh-white);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.lh-survey__option:hover{border-color:#d5bd91;background:var(--lh-surface);transform:translateY(-1px)}.lh-survey__option:has(input:checked){border-color:var(--lh-gold);background:var(--lh-gold-soft);box-shadow:0 0 0 2px #c79a4b1f}.lh-survey__option input{flex:0 0 auto;width:16px;height:16px;margin:0;accent-color:var(--lh-gold)}.lh-survey__option span{min-width:0;font-size:12.5px;line-height:1.25}.lh-survey textarea,.lh-survey .lh-survey__input-text{width:100%;padding:12px 13px;border:1px solid var(--lh-border);border-radius:10px;outline:none;background:var(--lh-surface);color:var(--lh-ink);font:inherit;font-size:14px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.lh-survey textarea{min-height:112px;resize:vertical}.lh-survey .lh-survey__input-text{min-height:46px}.lh-survey textarea:focus,.lh-survey .lh-survey__input-text:focus{border-color:var(--lh-gold);background:var(--lh-white);box-shadow:0 0 0 3px #c79a4b21}.lh-survey__submit{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;margin-block-start:16px;padding:11px 18px;border:1px solid var(--lh-ink);border-radius:10px;background:var(--lh-ink);color:var(--lh-white);font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}#lh-survey-q1-next{max-width:190px;margin-inline-start:auto}.lh-survey__submit:hover{border-color:#292929;background:#292929;box-shadow:0 8px 20px #00000024;transform:translateY(-1px)}.lh-survey__submit:disabled{cursor:wait;opacity:.58;transform:none}.lh-survey__back{margin-block-start:14px;padding:4px 0;border:0;background:transparent;color:var(--lh-muted);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.lh-survey__back:hover{color:var(--lh-ink);text-decoration:underline;text-underline-offset:3px}.lh-survey__success{padding:34px 10px 30px;text-align:center}.lh-survey__success h3{font-size:22px}.lh-survey__success-icon{display:grid;width:52px;height:52px;margin:0 auto 14px;place-items:center;border:1px solid #ead9ba;border-radius:50%;background:var(--lh-gold-soft);color:#9a6c22;font-size:22px;font-weight:800}.lh-survey :is(button,input,textarea):focus-visible{outline:2px solid var(--lh-gold);outline-offset:2px}@keyframes lh-survey-fade{0%{opacity:0}to{opacity:1}}@keyframes lh-survey-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes lh-survey-step{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.lh-survey{align-items:flex-end;padding:12px 8px 0}.lh-survey__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lh-survey__card{width:100%;max-height:calc(100dvh - 18px);border-end-start-radius:0;border-end-end-radius:0}.lh-survey__header{padding:19px 58px 14px 18px}.lh-survey__close{inset-block-start:10px;inset-inline-end:12px;width:40px;height:40px}.lh-survey h2{font-size:20px}.lh-survey__header p{max-width:34ch;font-size:12px}.lh-survey form{padding:15px 16px max(20px,env(safe-area-inset-bottom))}.lh-survey__question{margin-block-end:10px;font-size:14px}#lh-survey-q1-options{grid-template-columns:1fr}.lh-survey__options{gap:7px}.lh-survey__option{min-height:46px;padding:9px 11px}.lh-survey__option span{font-size:13px}#lh-survey-q1-next{max-width:none}.lh-survey__submit{min-height:48px;margin-block-start:13px}.lh-survey__success{padding:30px 8px 28px}}@media(max-width:360px){.lh-survey__header{padding-inline-start:15px}.lh-survey form{padding-inline:13px}.lh-survey__option{min-height:44px}}@media(prefers-reduced-motion:reduce){.lh-survey__backdrop,.lh-survey__card,.lh-survey__step{animation:none}.lh-survey *,.lh-survey *:before,.lh-survey *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/lh-exit-survey.css.map */
