.size-guide-button{display:inline-flex;align-items:center;gap:.4rem;padding:0;background:transparent;border:none;color:rgba(var(--color-foreground),.75);font-size:1.3rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-decoration:underline;text-underline-offset:.2rem}.size-guide-button:hover{color:rgb(var(--color-foreground));text-decoration:underline}.size-guide-button .svg-wrapper{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center}.size-guide-button .svg-wrapper svg{width:100%;height:100%}.size-guide-button__text{line-height:1}.product-form__input--swatch .form__label,.product-form__input--pill .form__label,.product-form__input--dropdown .form__label{display:flex;justify-content:space-between;align-items:center;width:100%}.size-guide-modal{z-index:999}.size-guide-modal:not([open]){display:none}.size-guide-modal[open]{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:999}.size-guide-modal__content{position:relative;background:rgb(var(--color-background));border-radius:1rem;max-width:90rem;max-height:90vh;width:100%;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2rem 6rem #0000004d}.size-guide-modal__toggle{position:absolute;top:1.5rem;right:1.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border:none;border-radius:50%;cursor:pointer;z-index:1;transition:all .2s ease}.size-guide-modal__toggle:hover{background:rgba(var(--color-foreground),.1);transform:scale(1.05)}.size-guide-modal__toggle svg{width:1.8rem;height:1.8rem}.size-guide-modal__content-info{padding:3rem;overflow-y:auto}.size-guide-modal__title{font-size:2.8rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-foreground));text-align:center}.size-guide-modal__image-wrapper{display:flex;flex-direction:column;gap:3rem;justify-content:center;align-items:flex-start}.size-guide-modal__section{width:100%}.size-guide-modal__subtitle{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.size-guide-modal__image{max-width:100%;height:auto;display:block;border-radius:.8rem}@media screen and (max-width: 749px){.size-guide-button{font-size:1.2rem}.size-guide-button .svg-wrapper{width:1.3rem;height:1.3rem}.size-guide-modal[open]{padding:1rem}.size-guide-modal__content{max-height:95vh;border-radius:.8rem}.size-guide-modal__toggle{top:1rem;right:1rem;width:3.5rem;height:3.5rem}.size-guide-modal__toggle svg{width:1.6rem;height:1.6rem}.size-guide-modal__content-info{padding:2rem 1.5rem}.size-guide-modal__title{font-size:2.2rem;margin-bottom:1.5rem}.size-guide-modal__subtitle{font-size:1.8rem;margin-bottom:1.2rem}.size-guide-modal__image-wrapper{gap:2.5rem}}@media screen and (max-width: 480px){.size-guide-button{font-size:1.1rem;gap:.3rem}.size-guide-modal__title{font-size:2rem}.size-guide-modal__subtitle{font-size:1.6rem;margin-bottom:1rem}.size-guide-modal__content-info{padding:1.5rem 1rem}.size-guide-modal__image-wrapper{gap:2rem}}.size-guide-modal__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2rem}.size-guide-modal__divider{height:.1rem;background:rgba(var(--color-foreground),.1);margin:3rem 0}.sizeChartWeb-tableNew{width:100%;border-collapse:collapse;table-layout:fixed;font-size:1.4rem;color:rgb(var(--color-foreground))}.sizeChartWeb-tableNew .common-customRadio,.sizeChartWeb-tableNew .common-newCustomRadio{display:none}.sizeChartWeb-tableNew thead th:first-child:empty,.sizeChartWeb-tableNew thead th.sizeChartWeb-newCell:first-child:not(.sizeChartWeb-cell-title){display:none}.sizeChartWeb-newRow{border-bottom:.1rem solid rgba(var(--color-foreground),.1);transition:background-color .2s ease}.sizeChartWeb-newRow:hover{background-color:rgba(var(--color-foreground),.02)}.sizeChartWeb-newRow thead tr{background-color:rgba(var(--color-foreground),.05)}.sizeChartWeb-newCell{padding:1.2rem 1.6rem;text-align:center;vertical-align:middle}.sizeChartWeb-tableNew tbody td.sizeChartWeb-newCell:first-of-type{text-align:left;font-weight:600}.sizeChartWeb-cell-title{font-weight:600;font-size:1.5rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05em;text-align:center}.sizeChartWeb-tableNew thead th.sizeChartWeb-cell-title:first-of-type{text-align:left}.common-customRadio{display:inline-flex;align-items:center;cursor:pointer;margin-right:1rem}.common-customRadio input[type=radio]{position:absolute;opacity:0;cursor:pointer}.common-radioIndicator{width:2rem;height:2rem;border:.2rem solid rgba(var(--color-foreground),.3);border-radius:50%;position:relative;transition:all .2s ease}.common-customRadio input[type=radio]:checked~.common-radioIndicator{border-color:rgb(var(--color-button));background-color:rgb(var(--color-button))}.common-customRadio input[type=radio]:checked~.common-radioIndicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.8rem;height:.8rem;background-color:rgb(var(--color-background));border-radius:50%}.common-customRadio:hover .common-radioIndicator{border-color:rgba(var(--color-foreground),.5)}@media screen and (max-width: 749px){.size-guide-modal__divider{margin:2rem 0}.sizeChartWeb-tableNew{font-size:1.3rem}.sizeChartWeb-newCell{padding:1rem .8rem;font-size:1.3rem}.sizeChartWeb-cell-title{font-size:1.3rem;padding:1.2rem .8rem}.common-radioIndicator{width:1.6rem;height:1.6rem}.common-customRadio{margin-right:.5rem}.size-guide-modal__table-wrapper{margin:0 -1.5rem 1.5rem;padding:0 1.5rem}}@media screen and (max-width: 480px){.size-guide-modal__divider{margin:1.5rem 0}.sizeChartWeb-tableNew{font-size:1.2rem}.sizeChartWeb-newCell{padding:.8rem .6rem;font-size:1.2rem}.sizeChartWeb-cell-title{font-size:1.1rem;padding:.8rem .6rem}.size-guide-modal__table-wrapper{margin:0 -1rem 1rem;padding:0 1rem;overflow-x:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-size-guide.css.map */
