.sgh-modal{display:grid;place-items:center;padding:24px 16px;overflow:hidden}.sgh{--sgh-ink: rgb(var(--color-foreground, 43, 43, 44));--sgh-bg: rgb(var(--color-background, 255, 255, 255));--sgh-cream: #fffed4;--sgh-line: #d7dadb;--sgh-line-lt: #ebedee;--sgh-zebra: #f6f6f4;--sgh-muted: #6b7175;--sgh-font: var(--font-body-family, "Montserrat", sans-serif);position:relative;z-index:1;box-sizing:border-box;width:min(720px,100%);min-width:0;max-height:min(86vh,900px);display:flex;flex-direction:column;background:var(--sgh-bg);color:var(--sgh-ink);font-family:var(--sgh-font);border-radius:var(--popup-corner-radius, 0px);box-shadow:0 24px 60px #00000038;animation:sgh-pop .24s ease}.sgh *,.sgh *:before,.sgh *:after{box-sizing:border-box}.sgh :where(p,ul,ol,li,table,th,td,div,span){margin:0;padding:0;font-family:inherit;text-transform:none;opacity:1}.sgh :where(ol,ul){list-style:none}.sgh :where(img){display:block;max-width:100%}@keyframes sgh-pop{0%{opacity:0;transform:translateY(14px) scale(.985)}}.sgh__close{position:absolute;top:10px;right:10px;z-index:5;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#2b2b2c0f;color:var(--sgh-ink);cursor:pointer;transition:background .2s ease}.sgh__close:hover{background:#2b2b2c24}.sgh__close svg{width:15px;height:15px}.sgh__scroll{min-width:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:28px 30px 32px}.sgh__title{padding-right:44px;font-size:18px;font-weight:600;line-height:1.25;text-transform:uppercase;letter-spacing:.02em}.sgh .sgh__intro{margin-top:12px;font-size:14px;line-height:1.5;color:var(--sgh-muted)}.sgh__intro.rte p,.sgh__intro.rte div,.sgh__intro.rte span,.sgh__intro.rte li{font-size:inherit;line-height:inherit}.sgh__intro p,.sgh__intro div,.sgh__intro span{text-align:left!important}.sgh__intro p+p,.sgh__intro div+div{margin-top:6px}.sgh__intro strong{font-weight:600;color:var(--sgh-ink)}.sgh__intro a{color:inherit;text-decoration:underline}.sgh__intro br+br{display:none}.sgh__intro.rte p{margin-bottom:6px}.sgh__intro.rte>*:last-child{margin-bottom:0}.sgh__more{display:none;margin-top:6px;padding:0;border:0;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--sgh-ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sgh__tables{margin-top:20px;min-width:0}.sgh-scroller{position:relative;min-width:0;border:1px solid var(--sgh-line)}.sgh-scroller:after{content:"";position:absolute;top:1px;right:0;bottom:1px;width:34px;pointer-events:none;background:linear-gradient(to right,rgba(255,255,255,0),var(--sgh-bg));opacity:0;transition:opacity .2s ease}.sgh-scroller.is-scrollable:after{opacity:1}.sgh-scroller.is-scrollable.is-end:after{opacity:0}.sgh-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sgh-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.3}.sgh-table th,.sgh-table td{padding:10px 14px;text-align:center;white-space:nowrap;border-bottom:1px solid var(--sgh-line-lt)}.sgh-table thead th{position:sticky;top:0;z-index:3;background:var(--sgh-bg);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--sgh-line)}.sgh-table .sgh-grouprow th{padding:8px 14px;text-align:left;background:var(--sgh-cream);border-bottom:1px solid var(--sgh-line);border-top:1px solid var(--sgh-line)}.sgh-table .sgh-grouprow span{position:sticky;left:14px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sgh-table tbody th[scope=row]{font-weight:600;background:var(--sgh-bg)}.sgh-table tbody td:nth-child(2n){background:var(--sgh-zebra)}.sgh-table tbody tr:last-child th,.sgh-table tbody tr:last-child td{border-bottom:0}.sgh-hint{display:none;margin-top:8px;font-size:12px;line-height:1.4;color:var(--sgh-muted);transition:opacity .2s ease}.sgh-hint svg{display:inline-block;width:13px;height:8px;margin-left:4px;vertical-align:middle}.sgh__extra{margin-top:18px;border:1px solid var(--sgh-line);padding:12px}.sgh__extra img{width:100%;height:auto}.sgh__how{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center;margin-top:26px;padding:20px;background:var(--sgh-zebra)}.sgh__how>*{min-width:0}.sgh__howtitle{grid-column:1 / -1;margin-bottom:-8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sgh__illu img{width:100%;height:auto}.sgh__steps{display:flex;flex-direction:column;gap:14px;counter-reset:sgh}.sgh__steps li{counter-increment:sgh;display:flex;gap:12px;align-items:flex-start}.sgh__steps li:before{content:counter(sgh);flex:none;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--sgh-ink);color:var(--sgh-bg);font-size:12px;font-weight:600}.sgh__steptxt{flex:1;min-width:0}.sgh__steplbl{display:block;font-size:13px;font-weight:600;line-height:1.3}.sgh__stepdesc{display:block;margin-top:2px;font-size:13px;line-height:1.4;color:var(--sgh-muted)}@media screen and (max-width:749px){.sgh-modal{place-items:end center;padding:0}.sgh{width:100%;max-height:92vh;border-radius:14px 14px 0 0;animation:sgh-slideup .26s ease}@keyframes sgh-slideup{0%{transform:translateY(24px);opacity:0}}.sgh__scroll{padding:22px 16px 26px}.sgh__title{font-size:16px;padding-right:40px}.sgh .sgh__intro{font-size:13px}.sgh__intro.is-clamped{position:relative;max-height:78px;overflow:hidden}.sgh__intro.is-clamped:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--sgh-bg))}.sgh__more[hidden]{display:none}.sgh__more{display:block}.sgh-table{min-width:452px;font-size:13px}.sgh-table th,.sgh-table td{padding:9px 12px}.sgh-table thead th:first-child,.sgh-table tbody th[scope=row]{position:sticky;left:0;z-index:2;min-width:88px;text-align:left;background:var(--sgh-bg);box-shadow:1px 0 0 var(--sgh-line-lt)}.sgh-table thead th:first-child{z-index:4}.sgh-table th:not(:first-child),.sgh-table td:not(:first-child){min-width:118px}.sgh-tablewrap{scroll-snap-type:x proximity;scroll-padding-left:88px}.sgh-table thead th+th{scroll-snap-align:start}.sgh-hint{display:block}.sgh-scroller.is-end+.sgh-hint{opacity:0}.sgh__how{grid-template-columns:96px 1fr;gap:14px;padding:16px 14px;margin-top:22px}.sgh__steps{gap:12px}.sgh__steps li{gap:10px}}@media(prefers-reduced-motion:reduce){.sgh{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/size-guide-html.css.map */
