.efc-wrap *{box-sizing:border-box;margin:0;padding:0}.efc-wrap{--efc-primary: #D31A63;--efc-secondary: #EE7DAC;--efc-secondary-soft: rgba(238, 125, 172, .15);--efc-text: #1a1a1a;--efc-muted: #6b6b6b;--efc-border: #e8e0e4;--efc-white: #ffffff;--efc-radius: 14px;--efc-radius-sm: 8px;--efc-shadow: 0 4px 24px rgba(211, 26, 99, .1);--efc-shadow-lg: 0 8px 40px rgba(211, 26, 99, .15);--efc-font-heading: "Lato", system-ui, sans-serif;--efc-font-body: "Lato", system-ui, sans-serif;--efc-transition: .28s cubic-bezier(.4, 0, .2, 1);font-family:var(--efc-font-body);color:var(--efc-text);max-width:900px;margin:0 auto;padding:1.5rem 1rem}.efc-header{text-align:center;margin-bottom:2rem}.efc-header__title{font-family:var(--efc-font-heading);font-size:clamp(1.8rem,5vw,2.8rem);font-weight:900;color:var(--efc-primary);line-height:1.15;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.efc-header p{font-size:1rem;color:var(--efc-muted);max-width:480px;margin:0 auto;line-height:1.5}.efc-progress{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:2.5rem}.efc-progress__step{display:flex;flex-direction:column;align-items:center;gap:.4rem}.efc-progress__dot{width:32px;height:32px;border-radius:50%;border:2.5px solid var(--efc-border);background:var(--efc-white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--efc-muted);transition:var(--efc-transition);position:relative;z-index:1}.efc-progress__step--active .efc-progress__dot{border-color:var(--efc-primary);background:var(--efc-primary);color:var(--efc-white);box-shadow:0 0 0 4px #d31a6326}.efc-progress__step--done .efc-progress__dot{border-color:var(--efc-primary);background:var(--efc-primary);color:var(--efc-white)}.efc-progress__label{font-size:.7rem;font-weight:500;color:var(--efc-muted);white-space:nowrap}.efc-progress__step--active .efc-progress__label{color:var(--efc-primary);font-weight:600}.efc-progress__line{flex:1;max-width:80px;height:2px;background:var(--efc-border);margin-top:var(--efc-progress-line-offset, 15px);margin-bottom:0;transition:background var(--efc-transition)}.efc-progress__line--done{background:var(--efc-primary)}.efc-step{animation:efcFadeIn .3s ease}@keyframes efcFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.efc-step1-intro{text-align:center;margin-bottom:2rem}.efc-step1-intro h2{font-family:var(--efc-font-heading);font-size:clamp(1.4rem,4vw,2rem);font-weight:600;margin-bottom:.5rem}.efc-fit-cards{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.75rem;max-width:600px;margin:0 auto}@media(max-width:340px){.efc-fit-cards{grid-template-columns:1fr}}.efc-fit-card{background:var(--efc-white);border:2.5px solid var(--efc-border);border-radius:var(--efc-radius);padding:1.25rem .75rem;cursor:pointer;transition:var(--efc-transition);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;font-family:var(--efc-font-body);width:100%;min-width:0;height:100%;box-sizing:border-box}.efc-fit-card:hover,.efc-fit-card:focus-visible{border-color:var(--efc-secondary);background:var(--efc-secondary-soft);outline:none}.efc-fit-card[aria-pressed=true]{border-color:var(--efc-primary);background:var(--efc-secondary-soft);box-shadow:var(--efc-shadow)}.efc-fit-card__icon{font-size:2.2rem;line-height:1}.efc-fit-card__title{font-family:var(--efc-font-heading);font-size:1.2rem;font-weight:900;color:var(--efc-text);text-transform:uppercase;letter-spacing:.05em}.efc-fit-card[aria-pressed=true] .efc-fit-card__title{color:var(--efc-primary)}.efc-fit-card__desc{font-size:.85rem;color:var(--efc-muted);line-height:1.4}.efc-step2-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:640px){.efc-step2-layout{grid-template-columns:1fr}}.efc-illus-wrap{position:relative;-webkit-user-select:none;user-select:none}.efc-illus-wrap img{display:block;width:100%;height:auto;border-radius:var(--efc-radius)}.efc-hotspot{position:absolute;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:var(--efc-primary);border:2.5px solid var(--efc-white);color:var(--efc-white);font-size:.7rem;font-weight:700;font-family:var(--efc-font-body);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d31a6366;animation:efcPulse 2.2s infinite;z-index:5;transition:var(--efc-transition)}.efc-hotspot:hover,.efc-hotspot:focus-visible,.efc-hotspot--open{animation:none;transform:translate(-50%,-50%) scale(1.15);outline:none}@keyframes efcPulse{0%{box-shadow:0 0 #d31a6380}70%{box-shadow:0 0 0 10px #d31a6300}to{box-shadow:0 0 #d31a6300}}.efc-tooltip{position:absolute;background:var(--efc-primary);color:var(--efc-white);font-size:.8rem;line-height:1.45;padding:.75rem 1rem;border-radius:var(--efc-radius-sm);box-shadow:var(--efc-shadow-lg);width:200px;z-index:20;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.efc-tooltip:after{content:"";position:absolute;border:7px solid transparent}.efc-tooltip--left{right:calc(100% + 14px);top:50%;transform:translateY(-50%)}.efc-tooltip--left:after{right:-14px;top:50%;transform:translateY(-50%);border-left-color:var(--efc-primary)}.efc-tooltip--right{left:calc(100% + 14px);top:50%;transform:translateY(-50%)}.efc-tooltip--right:after{left:-14px;top:50%;transform:translateY(-50%);border-right-color:var(--efc-primary)}.efc-hotspot--open .efc-tooltip,.efc-hotspot:hover .efc-tooltip,.efc-hotspot:focus-visible .efc-tooltip{opacity:1;visibility:visible}.efc-tooltip-panel{display:none;background:var(--efc-secondary-soft);border:1.5px solid var(--efc-secondary);border-radius:var(--efc-radius-sm);padding:.9rem 1rem;margin-top:.75rem;font-size:.85rem;line-height:1.5;color:var(--efc-text)}@media(max-width:640px){.efc-tooltip{display:none!important}.efc-tooltip-panel{display:block}}.efc-unit-toggle{display:flex;background:var(--efc-secondary-soft);border-radius:100px;padding:3px;width:fit-content;margin-bottom:1.25rem}.efc-unit-btn{padding:.35rem 1.1rem;border-radius:100px;border:none;background:transparent;font-family:var(--efc-font-body);font-size:.85rem;font-weight:500;color:var(--efc-muted);cursor:pointer;transition:var(--efc-transition)}.efc-unit-btn--active{background:var(--efc-primary);color:var(--efc-white)}.efc-field-group{margin-bottom:1.1rem}.efc-field-group label{display:block;font-size:.85rem;font-weight:600;color:var(--efc-text);margin-bottom:.35rem}.efc-field-group label .efc-required{color:var(--efc-primary);margin-left:2px}.efc-field-group input{width:100%;padding:.65rem .9rem;border:2px solid var(--efc-border);border-radius:var(--efc-radius-sm);font-family:var(--efc-font-body);font-size:1rem;color:var(--efc-text);background:var(--efc-white);transition:border-color var(--efc-transition);-webkit-appearance:none;appearance:none}.efc-field-group input:focus{outline:none;border-color:var(--efc-primary);box-shadow:0 0 0 3px #d31a631f}.efc-field-group input.efc-input--error{border-color:#e53e3e}.efc-field-hint{font-size:.76rem;color:var(--efc-muted);margin-top:.3rem;line-height:1.4}.efc-field-error{font-size:.76rem;color:#c53030;margin-top:.3rem;display:none}.efc-field-error--show{display:block}.efc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.6rem;border-radius:100px;font-family:var(--efc-font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:var(--efc-transition);border:2.5px solid transparent;text-decoration:none;line-height:1}.efc-btn--primary{background:var(--efc-primary);color:var(--efc-white);border-color:var(--efc-primary)}.efc-btn--primary:hover,.efc-btn--primary:focus-visible{background:var(--efc-secondary);border-color:var(--efc-secondary);outline:none}.efc-btn--ghost{background:transparent;color:var(--efc-primary);border-color:var(--efc-primary)}.efc-btn--ghost:hover,.efc-btn--ghost:focus-visible{background:var(--efc-secondary-soft);outline:none}.efc-btn--full{width:100%}.efc-nav-row{display:flex;gap:.75rem;align-items:center;margin-top:1.5rem;flex-wrap:wrap}.efc-result{max-width:700px;margin:0 auto}.efc-result-intro{text-align:center;margin-bottom:1.75rem}.efc-result-intro p{font-size:1rem;color:var(--efc-muted)}.efc-result-intro h2{font-family:var(--efc-font-heading);font-size:clamp(1.4rem,4vw,2rem);color:var(--efc-text);margin-bottom:.3rem}.efc-size-badges{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.efc-size-badge{flex:1;max-width:250px;background:var(--efc-white);border:3px solid var(--efc-primary);border-radius:var(--efc-radius);padding:1.25rem 1rem;text-align:center;box-shadow:var(--efc-shadow)}.efc-size-badge__label{font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--efc-muted);margin-bottom:.3rem}.efc-size-badge__size{font-family:var(--efc-font-heading);font-size:clamp(2.8rem,8vw,4rem);font-weight:700;color:var(--efc-primary);line-height:1}.efc-size-badge__alt{font-size:.75rem;color:var(--efc-muted);margin-top:.35rem}.efc-result-section{background:var(--efc-secondary-soft);border-radius:var(--efc-radius);padding:1.25rem 1.5rem;margin-bottom:1rem}.efc-result-section h3{font-family:var(--efc-font-heading);font-size:1.1rem;font-weight:900;color:var(--efc-primary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.efc-breakdown-table{width:100%;border-collapse:collapse;font-size:.88rem}.efc-breakdown-table td{padding:.3rem .5rem;vertical-align:top}.efc-breakdown-table td:first-child{font-weight:600;color:var(--efc-muted);width:110px}.efc-breakdown-table td:nth-child(2){color:var(--efc-text)}.efc-breakdown-table td:last-child{font-weight:600;color:var(--efc-primary);text-align:right}.efc-size-trigger-wrap{margin-top:.6rem}.efc-size-trigger-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;cursor:pointer;color:#d1316e;font-size:.85rem;font-weight:500;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;line-height:1.4}.efc-size-trigger-btn:hover{opacity:.75}.efc-sparse-note{background:var(--efc-secondary-soft);border-left:3px solid var(--efc-secondary);border-radius:var(--efc-radius);padding:.75rem 1rem;font-size:.88rem;line-height:1.5;color:var(--efc-text);margin-bottom:1.25rem}.efc-styles-table{width:100%;border-collapse:collapse;margin-top:.5rem;font-size:.9rem}.efc-styles-table td{padding:.5rem;vertical-align:top;line-height:1.5;border-bottom:1px solid var(--efc-border)}.efc-styles-table tr:last-child td{border-bottom:none}.efc-styles-table td:first-child{white-space:nowrap;font-weight:600;padding-right:1rem;color:var(--efc-text);width:1%}.efc-styles-table td:last-child{color:var(--efc-text)}.efc-conflict-note{display:inline-block;background:var(--efc-primary);color:var(--efc-white);font-size:.72rem;font-weight:600;padding:.15rem .55rem;border-radius:100px;margin-left:.3rem;vertical-align:middle}.efc-result-text{font-size:.92rem;line-height:1.6;color:var(--efc-text)}.efc-result-text+.efc-result-text{margin-top:.5rem}.efc-size-badge--threex{border-color:var(--efc-secondary)}.efc-fit-form-wrap{background:var(--efc-secondary-soft);border:2px solid var(--efc-secondary);border-radius:var(--efc-radius);padding:1.75rem;margin-top:1.5rem}.efc-fit-form-wrap h3{font-family:var(--efc-font-heading);font-size:1.4rem;font-weight:600;color:var(--efc-primary);margin-bottom:.4rem}.efc-fit-form-wrap>p{font-size:.9rem;color:var(--efc-muted);margin-bottom:1.25rem;line-height:1.5}.efc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1rem}@media(max-width:520px){.efc-form-grid{grid-template-columns:1fr}}.efc-form-grid .efc-field-group{margin-bottom:0}.efc-form-grid .efc-field-full{grid-column:1 / -1}.efc-form-grid textarea{width:100%;padding:.65rem .9rem;border:2px solid var(--efc-border);border-radius:var(--efc-radius-sm);font-family:var(--efc-font-body);font-size:.9rem;color:var(--efc-text);background:var(--efc-white);resize:vertical;min-height:80px;transition:border-color var(--efc-transition)}.efc-form-grid textarea:focus{outline:none;border-color:var(--efc-primary);box-shadow:0 0 0 3px #d31a631f}.efc-form-success{text-align:center;padding:2rem 1rem}.efc-form-success .efc-success-icon{font-size:2.5rem;margin-bottom:.75rem}.efc-form-success h3{font-family:var(--efc-font-heading);font-size:1.5rem;color:var(--efc-primary);margin-bottom:.5rem}.efc-form-success p{font-size:.95rem;color:var(--efc-muted);line-height:1.6}.efc-affirmation{text-align:center;margin-top:2rem;padding:1.25rem;background:var(--efc-secondary-soft);border-radius:var(--efc-radius)}.efc-affirmation p{font-family:var(--efc-font-heading);font-size:1.15rem;color:var(--efc-primary);font-style:italic}.efc-divider{border:none;border-top:1.5px solid var(--efc-border);margin:1.25rem 0}.efc-text-center{text-align:center}.efc-mt-1{margin-top:.5rem}.efc-mt-2{margin-top:1rem}.efc-mt-3{margin-top:1.5rem}h1.efc-header__title{font-size:clamp(2.2rem,6vw,3.2rem)}h2.efc-header__title{font-size:clamp(1.8rem,5vw,2.8rem)}h3.efc-header__title{font-size:clamp(1.3rem,3.5vw,2rem)}h4.efc-header__title{font-size:clamp(1rem,2.5vw,1.5rem)}.efc-wrap{font-size:14px}@media(min-width:640px){.efc-wrap{font-size:13px}}.efc-accordion-toggle{display:block;width:100%;padding:var(--efc-accordion-pad-v, .65rem) var(--efc-accordion-pad-h, 1.75rem);background:var(--efc-accordion-bg, var(--efc-primary));color:#fff;border:none;border-radius:var(--efc-accordion-radius, var(--button-border-radius, .375rem));font:var(--button-font);text-transform:var(--button-text-transform);letter-spacing:var(--button-letter-spacing);cursor:pointer;text-align:center;transition:var(--efc-transition);margin-bottom:0}.efc-accordion-toggle:hover{opacity:.9}.efc-accordion-body{overflow:hidden;max-height:0;transition:max-height .4s ease}.efc-accordion-body--open{max-height:4000px}.efc-captcha-notice{font-size:.7rem;color:var(--efc-muted);text-align:center;margin-top:.5rem;line-height:1.4}.efc-captcha-notice a{color:var(--efc-muted);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/35/assets/sizing-calculator.css.map */
