.pfc{width:min(780px,calc(100% - 32px));max-width:none;max-height:min(90dvh,820px);margin:auto;padding:0;overflow:hidden;color:var(--c-white, #f2f7f3);background:var(--c-alt, #0a2f24);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md);box-shadow:0 24px 80px #00000085}.pfc::backdrop{background:#000000b3}.pfc[open]{animation:pfc-enter .18s cubic-bezier(.22,1,.36,1)}body.pfc-open{overflow:hidden}.pfc__shell{display:flex;flex-direction:column;max-height:min(90dvh,820px);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pfc__header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px 16px;background:var(--c-bg, #0e3b2e);border-bottom:1px solid var(--c-border, #1d5343)}.pfc__heading{min-width:0}.pfc__eyebrow{margin:0 0 4px;color:var(--c-link, #e3c35c);font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.pfc__title{margin:0;color:var(--c-white, #f2f7f3);font-size:clamp(22px,3vw,28px);font-weight:700;line-height:1.2;text-wrap:balance}.pfc__product{margin:6px 0 0;color:#c5d9cc;font-size:13px;line-height:1.45}.pfc__product span{white-space:nowrap}.pfc__close,button.pfc__close,#root button.pfc__close{display:grid!important;flex:0 0 44px;place-items:center;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;color:var(--c-white, #f2f7f3)!important;background:transparent!important;border:1px solid var(--c-border, #1d5343)!important;border-radius:var(--radius-md)!important;box-shadow:none!important;font:inherit;font-size:24px;line-height:1;cursor:pointer;transform:none!important}.pfc__close:before,.pfc__close:after,.pfc__button:before,.pfc__button:after{display:none!important;content:none!important}.pfc__close:hover{color:var(--c-link, #e3c35c)!important;border-color:var(--c-link, #e3c35c)!important}.pfc__close:focus-visible,.pfc__button:focus-visible,.pfc__choice:has(input:focus-visible),.pfc__select:focus-visible,.pfc__finder-link:focus-visible,.pfc__contact-link:focus-visible,.pfc__help-link:focus-visible{outline:2px solid var(--c-link, #e3c35c);outline-offset:3px}.pfc__summary{display:flex;flex:0 0 auto;align-items:center;gap:12px;padding:10px 24px;background:var(--c-card, #134639);border-bottom:1px solid var(--c-border, #1d5343)}.pfc__summary-label{flex:0 0 auto;color:#c5d9cc;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pfc__summary-list{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.pfc__summary-list li{padding:4px 9px;color:var(--c-white, #f2f7f3);background:#07251c73;border:1px solid rgba(212,175,55,.32);border-radius:100px;font-size:12px;line-height:1.25}.pfc__progress{display:grid;flex:0 0 auto;grid-template-columns:repeat(3,1fr);margin:0;padding:0 24px;background:var(--c-alt, #0a2f24);border-bottom:1px solid var(--c-border, #1d5343);list-style:none}.pfc__progress li{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;color:#a3bfae;border-bottom:2px solid transparent;font-size:13px;font-weight:600}.pfc__progress li span{display:grid;place-items:center;width:22px;height:22px;border:1px solid currentColor;border-radius:100px;font-size:11px}.pfc__progress li.is-complete{color:#c5d9cc}.pfc__progress li.is-current{color:var(--c-link, #e3c35c);border-bottom-color:var(--c-accent, #d4af37)}.pfc__form{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.pfc__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:22px 24px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.pfc__step[hidden]{display:none!important}.pfc__step-title{margin:0 0 7px;color:var(--c-white, #f2f7f3);font-size:20px;font-weight:700;line-height:1.3;text-wrap:balance}.pfc__step-lead{max-width:62ch;margin:0 0 20px;color:#c5d9cc;font-size:14px;line-height:1.55}.pfc__field-group{margin:0 0 20px;padding:0;border:0}.pfc__field-group legend,.pfc__select-label{display:block;margin:0 0 8px;color:var(--c-white, #f2f7f3);font-size:13px;font-weight:700;line-height:1.4}.pfc__select-label:not(:first-child){margin-top:18px}.pfc__select-label span{margin-left:5px;color:#a3bfae;font-size:11px;font-weight:500}.pfc__choices{display:grid;gap:10px}.pfc__choices--two{grid-template-columns:repeat(2,minmax(0,1fr))}.pfc__choices--three{grid-template-columns:repeat(3,minmax(0,1fr))}.pfc__choice{position:relative;display:block;min-width:0;cursor:pointer}.pfc__choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pfc__choice>span{display:flex;min-height:66px;height:100%;flex-direction:column;justify-content:center;gap:3px;padding:10px 12px;color:var(--c-white, #f2f7f3);background:var(--c-bg, #0e3b2e);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md);text-align:center;transition:border-color .16s ease,background .16s ease}.pfc__choice strong{font-size:13px;line-height:1.35}.pfc__choice small{color:#a3bfae;font-size:11px;line-height:1.35}.pfc__choice:hover>span{border-color:#d4af37b3}.pfc__choice input:checked+span{background:#d4af371a;border-color:var(--c-accent, #d4af37);box-shadow:inset 0 0 0 1px var(--c-accent, #d4af37)}.pfc__measure-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,310px);gap:24px;align-items:start}.pfc__select{display:block;width:100%;min-height:48px;margin-top:8px;padding:10px 38px 10px 12px;color:var(--c-white, #f2f7f3);background-color:var(--c-bg, #0e3b2e);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md);font:inherit;font-size:15px}.pfc__measure-guide{margin:0;padding:8px;background:#f2f7f3;border:1px solid rgba(212,175,55,.45);border-radius:var(--radius-md)}.pfc__measure-guide img{display:block;width:100%;height:auto;border-radius:var(--radius-md)}.pfc__measure-guide figcaption{padding:8px 4px 2px;color:#07251c;font-size:12px;line-height:1.4;text-align:center}.pfc__help-link,.pfc__finder-link,.pfc__contact-link{color:var(--c-link, #e3c35c);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.pfc__help-link{display:inline-block;margin-top:10px}.pfc__mount-card{display:flex;align-items:center;gap:18px;margin:0 0 18px;padding:12px;background:var(--c-bg, #0e3b2e);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md)}.pfc__mount-card img{display:block;width:148px;height:104px;object-fit:contain;background:#fff;border-radius:var(--radius-md)}.pfc__mount-card strong{color:var(--c-white, #f2f7f3);font-size:18px}.pfc__missing-spec{margin:0 0 14px;padding:12px 14px;color:#c5d9cc;background:var(--c-bg, #0e3b2e);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md);font-size:14px;line-height:1.5}.pfc__error{margin:8px 0 0;color:var(--c-link, #e3c35c);font-size:13px;font-weight:600;line-height:1.45}.pfc__result{max-width:620px;margin:0 auto;text-align:center}.pfc__result-mark{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border:2px solid currentColor;border-radius:100px;color:var(--c-link, #e3c35c);font-size:28px;font-weight:800}.pfc__result.is-match .pfc__result-mark{color:var(--c-cta, #39db80)}.pfc__result.is-mismatch .pfc__result-mark{color:var(--c-link, #e3c35c)}.pfc__result-title{margin:0 0 8px;color:var(--c-white, #f2f7f3);font-size:24px;line-height:1.25;text-wrap:balance}.pfc__result-copy,.pfc__result-note{margin:0 auto 16px;color:#c5d9cc;font-size:14px;line-height:1.55}.pfc__comparison{display:grid;gap:8px;margin:0 0 18px;padding:0;list-style:none;text-align:left}.pfc__comparison li{display:grid;grid-template-columns:minmax(110px,.7fr) 1fr 1fr;gap:8px;align-items:center;padding:9px 11px;color:var(--c-white, #f2f7f3);background:var(--c-bg, #0e3b2e);border:1px solid var(--c-border, #1d5343);border-radius:var(--radius-md);font-size:12px;line-height:1.4}.pfc__comparison li.is-mismatch{border-color:var(--c-accent, #d4af37)}.pfc__comparison li.is-unknown{border-color:#d4af3773}.pfc__comparison strong{font-size:12px}.pfc__comparison span{color:#c5d9cc}.pfc__footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px calc(14px + env(safe-area-inset-bottom,0px));background:var(--c-bg, #0e3b2e);border-top:1px solid var(--c-border, #1d5343)}.pfc__actions{display:flex;gap:10px}.pfc__support-links{display:flex;min-width:0;flex-direction:column;gap:4px;color:#c5d9cc;font-size:12px;line-height:1.4}.pfc__button,button.pfc__button,#root button.pfc__button{min-width:110px!important;min-height:46px!important;margin:0!important;padding:10px 18px!important;border-radius:var(--radius-md)!important;box-shadow:none!important;font:inherit;font-size:14px;font-weight:700;letter-spacing:.02em;line-height:1.2;text-transform:none;cursor:pointer;transform:none!important}.pfc__button--next,button.pfc__button--next,#root button.pfc__button--next{color:#07251c!important;background:var(--c-cta, #39db80)!important;border:2px solid var(--c-cta, #39db80)!important}.pfc__button--back,button.pfc__button--back,#root button.pfc__button--back{color:var(--c-white, #f2f7f3)!important;background:transparent!important;border:1px solid rgba(242,247,243,.55)!important}.pfc__button:hover{filter:brightness(.92)}@keyframes pfc-enter{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:700px){.pfc{width:100%;max-height:94dvh;margin:auto 0 0;border-right:0;border-bottom:0;border-left:0;border-radius:var(--radius-md) var(--radius-md) 0 0}.pfc__shell{max-height:94dvh}.pfc__header{padding:14px 16px 12px}.pfc__title{font-size:21px}.pfc__summary{align-items:flex-start;padding:9px 16px}.pfc__summary-label{padding-top:5px}.pfc__progress{padding:0 12px}.pfc__progress li{min-height:44px;font-size:12px}.pfc__body{padding:18px 16px}.pfc__choices--three{grid-template-columns:1fr}.pfc__choices--three .pfc__choice>span{min-height:52px}.pfc__measure-layout{grid-template-columns:1fr;gap:16px}.pfc__mount-card{flex-direction:column;text-align:center}.pfc__mount-card img{width:min(240px,100%);height:150px}.pfc__comparison li{grid-template-columns:1fr;gap:3px}.pfc__footer{align-items:stretch;flex-direction:column-reverse;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))}.pfc__actions{width:100%}.pfc__button{flex:1 1 0}.pfc__support-links{align-self:center;text-align:center}}@media(max-width:430px){.pfc__choices--two{grid-template-columns:1fr}.pfc__choices--two .pfc__choice>span{min-height:54px}}@media(prefers-reduced-motion:reduce){.pfc[open]{animation:none}.pfc__choice>span{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pdp-fit-checker.css.map */
