.PdlSg{--pdlsg-fg: var(--colorTextBody, #1c1d1d);--pdlsg-muted: #6f6f6f;--pdlsg-line: var(--colorBorder, #e8e8e1);--pdlsg-line-strong: var(--colorTextBody, #1c1d1d);--pdlsg-bg: var(--colorBody, #fff);--pdlsg-accent: var(--colorBtnPrimary, #111);--pdlsg-accent-fg: var(--colorBtnPrimaryText, #fff);--pdlsg-good: #17724a;--pdlsg-good-bg: #edf6f1;--pdlsg-warn: #9a4b16;--pdlsg-soft: #f7f7f7;--pdlsg-radius: 0px;--pdlsg-font-head: var(--typeHeaderPrimary), var(--typeHeaderFallback, sans-serif);--pdlsg-font-body: var(--typeBasePrimary), var(--typeBaseFallback, sans-serif);--pdlsg-head-weight: var(--typeHeaderWeight, 700);color:var(--pdlsg-fg);font-family:var(--pdlsg-font-body);font-size:15px;line-height:1.45}.PdlSg,.PdlSg *,.PdlSg *:before,.PdlSg *:after{text-transform:none;letter-spacing:normal;font-style:normal;box-sizing:border-box}.PdlSg p,.PdlSg li,.PdlSg span,.PdlSg label,.PdlSg button,.PdlSg input,.PdlSg th,.PdlSg td,.PdlSg h2,.PdlSg h3,.PdlSg summary,.PdlSg legend{font-family:inherit}.PdlSg h2,.PdlSg h3{line-height:1.25;font-family:var(--pdlsg-font-head);font-weight:var(--pdlsg-head-weight)}.PdlSg__title,.PdlSg__videosTitle,.PdlSg__resultSize,.PdlSg__pageChartTitle,.PdlSg button.PdlSg__submit{font-family:var(--pdlsg-font-head)}.PdlSg__trigger{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:0;margin:0;font:inherit;font-size:13px;color:var(--pdlsg-fg);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.PdlSg__trigger:hover{opacity:.65}.PdlSg__triggerIcon{font-size:14px;line-height:1}.PdlSg__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:2147483000}.PdlSg.is-open .PdlSg__overlay{opacity:1;visibility:visible}.PdlSg__panel{position:fixed;top:0;right:0;height:100%;height:100dvh;width:min(480px,100vw);background:var(--pdlsg-bg);transform:translate(100%);transition:transform .32s cubic-bezier(.22,1,.36,1);z-index:2147483001;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000024}.PdlSg.is-open .PdlSg__panel{transform:translate(0)}html.pdlsg-locked{overflow:hidden}.PdlSg__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px 16px;border-bottom:1px solid var(--pdlsg-line);flex:0 0 auto}.PdlSg__title{font-size:13px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.09em}.PdlSg__close{background:none;border:0;font-size:22px;line-height:1;padding:2px 4px;cursor:pointer;color:var(--pdlsg-fg);opacity:.7}.PdlSg__close:hover{opacity:1}.PdlSg__body{padding:22px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto}.PdlSg__lead{margin:0 0 20px;font-size:13.5px;line-height:1.6;color:var(--pdlsg-fg)}.PdlSg__lead strong{font-weight:700}.PdlSg__units{display:inline-flex;gap:2px;margin-bottom:18px;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius);padding:3px}.PdlSg button.PdlSg__unitBtn{border:0;background:none;font:inherit;font-size:12.5px;padding:6px 15px;border-radius:var(--pdlsg-radius);cursor:pointer;color:var(--pdlsg-muted);transition:background .15s ease,color .15s ease}.PdlSg button.PdlSg__unitBtn.is-active{background:var(--pdlsg-accent);color:var(--pdlsg-accent-fg);font-weight:600}.PdlSg__tabs{display:flex;gap:2px;margin-bottom:18px;border-bottom:1px solid var(--pdlsg-line)}.PdlSg__tab{border:0;background:none;font:inherit;font-size:13.5px;padding:9px 15px;cursor:pointer;color:var(--pdlsg-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.PdlSg button.PdlSg__tab.is-active{color:var(--pdlsg-fg);border-bottom-color:var(--pdlsg-line-strong);font-weight:600}.PdlSg__finder{background:var(--pdlsg-soft);border-radius:var(--pdlsg-radius);padding:18px;margin-bottom:24px}.PdlSg__finderTitle{margin:0 0 3px;font-size:15px;font-weight:700}.PdlSg__finderIntro{margin:0 0 16px;font-size:12.5px;color:var(--pdlsg-muted)}.PdlSg__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.PdlSg__field{display:flex;flex-direction:column;gap:5px;min-width:0}.PdlSg__fieldLabel{font-size:12.5px;font-weight:700}.PdlSg__inputRow{position:relative;display:flex;align-items:center}.PdlSg__input{width:100%;padding:10px 42px 10px 12px;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius);font:inherit;font-size:15px;background:#fff;color:var(--pdlsg-fg);-moz-appearance:textfield;margin:0;height:auto;min-height:0}.PdlSg__input::-webkit-outer-spin-button,.PdlSg__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PdlSg__input::placeholder{color:#b0b0b0;text-transform:none;letter-spacing:normal}.PdlSg__input:focus{outline:2px solid var(--pdlsg-accent);outline-offset:-1px}.PdlSg__inputUnit{position:absolute;right:12px;font-size:11.5px;color:var(--pdlsg-muted);pointer-events:none}.PdlSg__fieldHint{font-size:11px;color:var(--pdlsg-muted);line-height:1.4}.PdlSg__pref{margin-top:16px;display:flex;flex-direction:column;gap:7px}.PdlSg__prefRow{display:flex;gap:18px;flex-wrap:wrap}.PdlSg__prefOpt{display:inline-flex;align-items:center;gap:7px;font-size:13px;cursor:pointer;margin:0;font-weight:400}.PdlSg__prefOpt input{margin:0}.PdlSg__actions{display:flex;gap:12px;margin-top:18px;align-items:center}.PdlSg button.PdlSg__submit{background:var(--pdlsg-accent);color:var(--pdlsg-accent-fg);border:0;border-radius:var(--pdlsg-radius);padding:12px 20px;font-family:var(--pdlsg-font-head);font-size:13.5px;font-weight:700;cursor:pointer;letter-spacing:.01em}.PdlSg__submit:hover{opacity:.86}.PdlSg__reset{background:none;border:0;font:inherit;font-size:12.5px;color:var(--pdlsg-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:4px}.PdlSg__result{margin-top:18px;padding:16px;background:#fff;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius)}.PdlSg__resultHead{display:flex;align-items:baseline;gap:11px}.PdlSg__resultLabel{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--pdlsg-muted);font-weight:600}.PdlSg__resultSize{font-size:28px;line-height:1.05;font-weight:700}.PdlSg__why{list-style:none;margin:13px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.PdlSg__whyItem{font-size:12.5px;padding-left:19px;position:relative;color:var(--pdlsg-muted)}.PdlSg__whyItem:before{position:absolute;left:0;top:0;font-weight:700}.PdlSg__whyItem.is-in:before{content:"\2713";color:var(--pdlsg-good)}.PdlSg__whyItem.is-over:before{content:"!";color:var(--pdlsg-warn)}.PdlSg__whyItem.is-under:before{content:"~";color:var(--pdlsg-muted)}.PdlSg__resultNote{margin:13px 0 0;font-size:12.5px;line-height:1.55;color:var(--pdlsg-fg)}.PdlSg p.PdlSg__resultNote--warn{color:var(--pdlsg-warn)}.PdlSg p.PdlSg__resultApplied{margin:13px 0 0;font-size:12.5px;font-weight:700;color:var(--pdlsg-good)}.PdlSg__resultNone{margin:0;font-size:12.5px;color:var(--pdlsg-muted)}.PdlSg__ctaClose{margin-top:11px;background:none;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius);padding:9px 15px;font:inherit;font-size:12.5px;cursor:pointer}.PdlSg__ctaClose:hover{border-color:var(--pdlsg-line-strong)}.PdlSg__tableWrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:18px;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius)}.PdlSg__table{width:100%;border-collapse:collapse;font-size:12.5px;margin:0}.PdlSg__th{text-align:center;font-weight:700;font-size:12px;padding:11px 12px;background:var(--pdlsg-soft);border-bottom:1px solid var(--pdlsg-line);border-right:1px solid var(--pdlsg-line);white-space:nowrap;vertical-align:middle;color:var(--pdlsg-fg)}.PdlSg__th:last-child{border-right:0}.PdlSg__th--size{position:sticky;left:0;z-index:2;background:var(--pdlsg-soft);text-align:left}.PdlSg__tagGarment{display:block;font-size:9.5px;font-weight:500;color:var(--pdlsg-muted);text-transform:uppercase;letter-spacing:.07em;margin-top:2px}.PdlSg__td{padding:11px 12px;border-bottom:1px solid var(--pdlsg-line);border-right:1px solid var(--pdlsg-line);white-space:nowrap;text-align:center;font-variant-numeric:tabular-nums}.PdlSg__td:last-child{border-right:0}.PdlSg__tr:last-child .PdlSg__td{border-bottom:0}.PdlSg__td--size{font-weight:700;position:sticky;left:0;z-index:1;background:var(--pdlsg-bg);text-align:left}.PdlSg__tr.is-recommended .PdlSg__td{background:var(--pdlsg-good-bg)}.PdlSg__tr.is-recommended .PdlSg__td--size{background:var(--pdlsg-good-bg);box-shadow:inset 3px 0 0 var(--pdlsg-good)}.PdlSg__notes{margin-bottom:16px}.PdlSg__note{margin:0 0 7px;font-size:12px;color:var(--pdlsg-muted);line-height:1.55}.PdlSg__howto{margin-bottom:20px;border-top:1px solid var(--pdlsg-line);padding-top:14px}.PdlSg__howtoSummary{cursor:pointer;font-size:13px;font-weight:700}.PdlSg__howtoList{margin:11px 0 0;padding-left:18px;font-size:12.5px;color:var(--pdlsg-muted)}.PdlSg__howtoList li{margin-bottom:6px;line-height:1.55}.PdlSg__videos{display:flex;flex-direction:column;gap:24px;border-top:1px solid var(--pdlsg-line);padding-top:22px}.PdlSg__videosTitle{font-size:13px;font-weight:700;margin:0 0 14px;text-transform:uppercase;letter-spacing:.09em}.PdlSg__videoFig{margin:0}.PdlSg__videoItem{--pdlsg-ratio: 1.7778;position:relative;aspect-ratio:var(--pdlsg-ratio);width:100%;margin:0 auto;background:#000;overflow:hidden;border-radius:var(--pdlsg-radius);line-height:0}.PdlSg--page .PdlSg__videoItem{width:min(100%,calc(56vh * var(--pdlsg-ratio)))}.PdlSg__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.PdlSg__videoCap{font-size:12px;color:var(--pdlsg-muted);margin-top:8px;text-align:center}.PdlSg--page{display:block;max-width:900px;margin:0 auto;padding:48px 20px 56px}.PdlSg__pageTitle{font-family:var(--pdlsg-font-head);font-weight:var(--pdlsg-head-weight);font-size:34px;line-height:1.15;margin:0 0 24px}@media(max-width:749px){.PdlSg--page{padding:28px 18px 40px}.PdlSg__pageTitle{font-size:26px;margin-bottom:18px}}.PdlSg--page .PdlSg__panel{position:static;transform:none;width:100%;height:auto;box-shadow:none;display:block}.PdlSg--page .PdlSg__overlay,.PdlSg--page .PdlSg__head{display:none}.PdlSg--page .PdlSg__body{padding:0;overflow:visible}.PdlSg__pageChartTitle{font-size:24px;font-weight:700;margin:0 0 18px}.PdlSgIndex{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 28px}.PdlSgIndex__btn{border:1px solid var(--pdlsg-line);background:#fff;color:var(--pdlsg-fg);border-radius:var(--pdlsg-radius);padding:8px 15px;font:inherit;font-size:12.5px;cursor:pointer;text-transform:none;letter-spacing:normal}.PdlSgIndex__btn:hover{border-color:var(--pdlsg-line-strong)}.PdlSg button.PdlSgIndex__btn.is-active{background:var(--pdlsg-accent);color:var(--pdlsg-accent-fg);border-color:var(--pdlsg-accent);font-weight:600}@media(max-width:749px){.PdlSg__panel{width:100vw}.PdlSg__body{padding:18px}.PdlSg__fields{grid-template-columns:1fr 1fr;gap:12px}.PdlSg__videoItem{width:100%}.PdlSg__resultSize{font-size:24px}.PdlSg__pageChartTitle{font-size:20px}}@media(prefers-reduced-motion:reduce){.PdlSg__panel,.PdlSg__overlay{transition:none}}.PdlSg__brand{margin-top:16px;display:flex;flex-direction:column;gap:7px}.PdlSg__brandRow{display:flex;gap:10px}.PdlSg select.PdlSg__select{flex:1 1 0;min-width:0;padding:10px 12px;border:1px solid var(--pdlsg-line);border-radius:var(--pdlsg-radius);font:inherit;font-size:14px;background:#fff;color:var(--pdlsg-fg);height:auto;margin:0;text-transform:none;letter-spacing:normal}.PdlSg select.PdlSg__select:disabled{color:#aaa;background:#fafafa}.PdlSg p.PdlSg__resultFrom{margin:0 0 8px;font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--pdlsg-muted);font-weight:600}@media(min-width:750px){.PdlSg--page .PdlSg__videos{flex-direction:row;align-items:flex-start;justify-content:center;gap:16px;flex-wrap:wrap}.PdlSg--page .PdlSg__videoFig{display:flex;flex-direction:column;flex:0 1 auto;min-width:0}.PdlSg--page .PdlSg__videoItem{height:min(50vh,350px);width:auto;max-width:100%;aspect-ratio:var(--pdlsg-ratio)}.PdlSg--page .PdlSg__videosTitle{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/194/assets/pedal-size-guide.css.map */
