.fq-trigger{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:0;cursor:pointer;color:inherit;font:inherit;text-align:left}.fq-trigger--link{text-decoration:underline;text-underline-offset:3px;font-size:13px;letter-spacing:.02em}.fq-trigger--button{display:inline-flex;padding:10px 18px;border:1.5px solid #111;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:#fff;transition:background .2s ease,color .2s ease}.fq-trigger--button:hover{background:#111;color:#fff}.fq-trigger__hint{font-size:12px;color:#666;margin-left:6px}.fq-trigger__hint strong{color:#111}.fq-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9998;opacity:0;pointer-events:none;transition:opacity .2s ease}.fq-overlay.is-open{opacity:1;pointer-events:auto}.fq-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:calc(100% - 32px);max-width:540px;max-height:calc(100vh - 32px);background:#fff;border-radius:14px;box-shadow:0 24px 48px #00000040;z-index:9999;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;display:flex;flex-direction:column;overflow:hidden;font-family:inherit;color:#111}.fq-modal.is-open{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}@media screen and (max-width:639px){.fq-modal{width:100%;height:100%;max-height:100vh;border-radius:0;top:0;left:0;transform:none}.fq-modal.is-open{transform:none}}.fq-header{position:relative;padding:16px 18px 6px;flex-shrink:0}.fq-back,.fq-close{position:absolute;top:16px;background:transparent;border:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111;border-radius:50%;transition:background .15s ease}.fq-back:hover,.fq-close:hover{background:#f5f5f5}.fq-back{left:16px;opacity:1}.fq-back[hidden]{display:none}.fq-close{right:16px}.fq-back svg,.fq-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.fq-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:22px 28px 28px;text-align:center;-webkit-overflow-scrolling:touch}.fq-subtitle{font-size:13px;color:#666;margin:0 0 16px;font-weight:400}.fq-question{font-size:19px;font-weight:700;line-height:1.35;margin:0 0 26px;color:#111}.fq-step{display:none;animation:fq-fade-in .18s ease}.fq-step.is-active{display:block}@keyframes fq-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fq-options{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:380px}.fq-option{width:100%;padding:14px 18px;background:#fff;border:1px solid #d9d9d9;border-radius:8px;font-size:14px;font-weight:500;color:#111;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease;text-align:center;font-family:inherit;line-height:1.4}.fq-option:hover{background:#f7f7f7;border-color:#b9b9b9}.fq-option:active{transform:scale(.98)}.fq-sizes{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;max-width:440px;margin:0 auto}.fq-sizes .fq-option{padding:14px 4px;font-size:13px;font-weight:600}@media screen and (max-width:480px){.fq-sizes{grid-template-columns:repeat(4,1fr);max-width:320px}}.fq-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:460px;margin:0 auto;width:100%}.fq-card{background:#fff;border:1px solid transparent;border-radius:10px;padding:14px 6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:background .15s ease,border-color .15s ease,transform .1s ease;font-family:inherit;color:#111;min-width:0;overflow:hidden}.fq-card:hover{background:#f7f7f7;border-color:#d9d9d9}.fq-card:active{transform:scale(.98)}.fq-card__illustration{width:100%;max-width:92px;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.fq-card__illustration svg,.fq-card__illustration img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.fq-card__label{font-size:13px;font-weight:500;text-align:center;word-break:break-word;line-height:1.3}.fq-card__illustration svg{stroke:#111;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.fq-height{display:flex;flex-direction:column;align-items:center;margin:0 auto;max-width:420px;width:100%}.fq-height__imperial{font-size:13px;color:#888;margin:4px 0 6px;letter-spacing:.02em}.fq-height__metric{font-size:38px;font-weight:600;color:#111;letter-spacing:-.02em;line-height:1.1}.fq-height__metric small{font-size:20px;font-weight:400;color:#666;margin-left:4px;vertical-align:baseline}.fq-slider{position:relative;width:100%;margin:32px 0 8px;padding:0 4px}.fq-slider__input{-webkit-appearance:none;appearance:none;width:100%;height:24px;margin:0;padding:0;background:transparent;outline:none;cursor:grab;display:block;touch-action:pan-y}.fq-slider__input:active{cursor:grabbing}.fq-slider__input:focus{outline:none}.fq-slider__input::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(to right,#111 0%,#111 var(--fq-progress, 50%),#ececec var(--fq-progress, 50%),#ececec 100%);border:none}.fq-slider__input::-moz-range-track{height:6px;border-radius:999px;background:#ececec;border:none}.fq-slider__input::-moz-range-progress{height:6px;border-radius:999px;background:#111}.fq-slider__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin-top:-9px;background:#fff;border:2px solid #111;border-radius:50%;box-shadow:0 2px 6px #0000001f,0 0 #1110;cursor:grab;transition:box-shadow .18s ease,transform .12s ease}.fq-slider__input:hover::-webkit-slider-thumb,.fq-slider__input:focus-visible::-webkit-slider-thumb{box-shadow:0 2px 8px #0000002e,0 0 0 8px #1111110f}.fq-slider__input:active::-webkit-slider-thumb{transform:scale(1.1);cursor:grabbing;box-shadow:0 4px 14px #00000038,0 0 0 10px #11111117}.fq-slider__input::-moz-range-thumb{width:24px;height:24px;background:#fff;border:2px solid #111;border-radius:50%;box-shadow:0 2px 6px #0000001f;cursor:grab;transition:box-shadow .18s ease,transform .12s ease}.fq-slider__input:hover::-moz-range-thumb,.fq-slider__input:focus-visible::-moz-range-thumb{box-shadow:0 2px 8px #0000002e,0 0 0 8px #1111110f}.fq-slider__input:active::-moz-range-thumb{transform:scale(1.1);cursor:grabbing;box-shadow:0 4px 14px #00000038,0 0 0 10px #11111117}.fq-slider__bounds{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#9a9a9a;letter-spacing:.08em;font-variant-numeric:tabular-nums;margin-top:18px;padding:0 2px;text-transform:uppercase;font-weight:500}@media screen and (max-width:480px){.fq-height__metric{font-size:32px}.fq-height__metric small{font-size:17px}.fq-slider{margin-top:26px}.fq-slider__bounds{font-size:10px;margin-top:14px}}.fq-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:#111;color:#fff;border:0;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,transform .1s ease,opacity .2s ease;font-family:inherit;margin-top:18px;min-width:200px}.fq-primary:hover{background:#2a2a2a}.fq-primary:disabled{opacity:.5;cursor:not-allowed}.fq-primary.is-loading{pointer-events:none;opacity:.7}.fq-secondary{display:inline-block;margin-top:14px;background:transparent;border:0;color:#555;font-size:13px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-family:inherit}.fq-secondary:hover{color:#111}.fq-result__title{font-size:22px;font-weight:700;margin:6px 0 14px;color:#111}.fq-result__desc{font-size:13px;color:#555;line-height:1.55;margin:0 auto 22px;max-width:380px}.fq-result__label{font-size:11px;font-weight:600;letter-spacing:.3em;color:#555;text-transform:uppercase;margin:0 0 8px}.fq-result__size{font-size:56px;font-weight:700;line-height:1;margin:0 0 22px;color:#111;letter-spacing:-.02em}.fq-result__warning{font-size:12px;color:#a04848;background:#fbecec;padding:10px 14px;border-radius:6px;margin:0 auto 18px;max-width:380px;line-height:1.4}.fq-result__warning[hidden]{display:none}.fq-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #ececec;font-size:11px;color:#888;flex-shrink:0;background:#fafafa}.fq-footer__col{display:flex;align-items:center;gap:6px;flex:1 1 0;min-width:0}.fq-footer__col--center{justify-content:center;text-align:center}.fq-footer__col--right{justify-content:flex-end}.fq-footer__step{font-weight:500;color:#555}.fq-footer__flag{font-size:14px;line-height:1}.fq-footer__powered{font-weight:500;color:#777}.fq-footer__powered strong{color:#111;font-weight:700}.fq-footer__help{background:transparent;border:1px solid #d0d0d0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#777;padding:0}.fq-footer__help:hover{color:#111;border-color:#888}.fq-footer__help[aria-expanded=true]{background:#111;color:#fff;border-color:#111}.fq-help-wrap{position:relative;display:inline-block}.fq-help-popover{position:absolute;bottom:calc(100% + 14px);right:-4px;width:260px;background:#2a2a2a;color:#f5f5f5;font-size:13px;line-height:1.5;padding:16px 18px;border-radius:10px;box-shadow:0 12px 32px #00000040;z-index:10000;text-align:left;animation:fq-pop-in .15s ease}.fq-help-popover:after{content:"";position:absolute;bottom:-6px;right:12px;width:12px;height:12px;background:#2a2a2a;transform:rotate(45deg);border-radius:2px}.fq-help-popover[hidden]{display:none}@keyframes fq-pop-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:480px){.fq-help-popover{width:240px;right:-8px;font-size:12px;padding:14px 16px}}@media screen and (max-width:480px){.fq-body{padding:18px 14px 22px}.fq-question{font-size:17px;margin-bottom:22px}.fq-cards{gap:6px}.fq-card{padding:10px 4px;gap:6px}.fq-card__illustration{max-width:100%}.fq-card__label{font-size:11px}.fq-footer{padding:12px 16px;font-size:10px}.fq-result__size{font-size:48px}}body.fq-no-scroll{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/19/assets/fit-quiz.css.map */
