#size-recommender{margin:12px 0 0;width:100%}#size-recommender .sr-open-link,.sr-modal .sr-open-link{-webkit-appearance:none;appearance:none;border:1px solid #111827;background:#111827;color:#fff;padding:14px 18px;width:100%;min-height:52px;border-radius:0;font-weight:700;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:inherit;font-size:calc(1em + 1px);line-height:1.2;text-align:center}#size-recommender .sr-open-link:hover{background:#000;border-color:#000;color:#fff}#size-recommender .sr-open-link:before{content:"";width:20px;height:20px;flex:0 0 20px;display:inline-block;background-image:var(--sr-icon-url);background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) invert(1)}.sr-modal,.sr-modal *{box-sizing:border-box}.sr-modal [hidden]{display:none!important}#srResultView{display:block}#srResultView h3{margin-top:0}.sr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:none;color:#151515;font-family:inherit;line-height:1.5}.sr-modal.is-open{display:block}.sr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.sr-dialog{position:relative;width:min(92vw,620px);max-height:calc(100vh - 40px);overflow:hidden;margin:20px auto;background:#fff;border-radius:22px;box-shadow:0 24px 80px #0f172a3d;display:flex;flex-direction:column;animation:srEnter .18s ease-out}@keyframes srEnter{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sr-header{padding:22px 24px 18px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.sr-title{margin:0;font-size:22px;line-height:1.2;letter-spacing:-.02em;color:#151515}.sr-subtitle{margin:6px 0 0;color:#6b7280;font-size:14px}.sr-close{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;cursor:pointer;font-size:24px;line-height:1;flex:0 0 auto;color:#151515;font:inherit}.sr-close:hover{background:#f6f7f9}.sr-body{padding:24px;overflow-y:auto}.sr-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px}.sr-progress-step{height:7px;border-radius:999px;background:#e5e7eb;overflow:hidden}.sr-progress-step.is-active,.sr-progress-step.is-complete{background:#111827}.sr-step{display:none!important}.sr-step.is-active,#srWizard{display:block!important}.sr-step h3,#srResultView h3{margin:0 0 8px;font-size:20px;line-height:1.25;letter-spacing:-.02em;color:#151515}.sr-step-intro{margin:0 0 20px;color:#6b7280;font-size:14px}.sr-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sr-field{display:flex;flex-direction:column;gap:8px}.sr-field label{font-weight:800;font-size:14px}.sr-field input{height:50px;border:1px solid #e5e7eb;border-radius:14px;padding:0 14px;outline:none;width:100%;background:#fff;color:#151515;font:inherit}.sr-field input:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.sr-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sr-choice{border:1px solid #e5e7eb;border-radius:16px;min-height:54px;background:#fff;cursor:pointer;font-weight:800;padding:12px;color:#151515;font:inherit}.sr-choice:hover{border-color:#111827}.sr-choice.is-selected{border-color:#111827;background:#111827;color:#fff}.sr-error{display:none;margin-top:14px;color:#b91c1c;font-weight:700;font-size:14px}.sr-error.is-visible{display:block}.sr-footer{padding:18px 24px 24px;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:space-between;background:#fff}.sr-button{min-height:48px;border-radius:14px;border:1px solid #e5e7eb;padding:0 18px;cursor:pointer;font-weight:800;background:#fff;color:#151515;font:inherit}.sr-button:hover{background:#f6f7f9}.sr-button-primary{border-color:#111827;background:#111827;color:#fff;margin-left:auto}.sr-button-primary:hover{background:#000}.sr-button[disabled]{opacity:.45;cursor:not-allowed}.sr-results{display:grid;gap:12px}.sr-result-card{border:1px solid #e5e7eb;border-radius:18px;padding:16px;background:#fff;display:grid;gap:8px}.sr-result-card.is-best{border-color:#0f766e;background:#ecfdf5;box-shadow:0 12px 30px #0f766e24}.sr-result-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.sr-result-size{font-size:24px;font-weight:900;letter-spacing:-.03em}.sr-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:#111827;color:#fff;white-space:nowrap}.sr-score{color:#6b7280;font-size:13px;font-weight:800}.sr-reason{margin:0;color:#374151;font-size:14px}.sr-fit-warning{border:1px solid #fed7aa;border-radius:20px;padding:22px;background:#fff7ed;color:#9a3412;margin-top:18px}.sr-fit-warning strong{display:block;color:#7c2d12;font-size:18px;line-height:1.35;margin-bottom:10px}.sr-fit-warning p{margin:0;font-size:15px;line-height:1.7}.sr-no-recommendation{padding-top:4px}.sr-no-recommendation .sr-step-intro{margin-bottom:0;line-height:1.65}.sr-no-recommendation-actions{margin-top:22px}.sr-unavailable{padding:18px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700}.sr-restart{margin-top:16px}@media(max-width:640px){.sr-dialog{width:95vw;height:auto;max-height:92vh;margin:8vh auto 0;border-radius:24px}.sr-header,.sr-body,.sr-footer{padding-left:18px;padding-right:18px}.sr-grid{grid-template-columns:1fr}.sr-choice-grid{grid-template-columns:1fr 1fr}.sr-footer{position:sticky;bottom:0}.sr-button{flex:1}}@media(max-width:640px){.sr-fit-warning{padding:20px;margin-top:20px}.sr-fit-warning strong{font-size:17px}.sr-fit-warning p{font-size:15px;line-height:1.75}#srResultView h3{font-size:24px;margin-bottom:14px}#srResultIntro{font-size:16px;line-height:1.7}.sr-no-recommendation-actions .sr-button{width:auto;min-width:170px}}@media(max-width:380px){.sr-dialog{width:95vw!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/size-recommender.css.map */
