.size-chart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.size-chart-modal[aria-hidden=false]{opacity:1;visibility:visible}.size-chart-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--text-color-rgb, 51, 51, 51),.5);cursor:pointer}.size-chart-modal__content{position:relative;width:100%;max-width:800px;max-height:90vh;margin:0 20px;background-color:var(--background, #ffffff);border-radius:var(--border-radius, 4px);box-shadow:0 5px 30px rgba(var(--text-color-rgb, 51, 51, 51),.15);overflow:hidden;display:flex;flex-direction:column;transform:translateY(20px);transition:transform .3s ease;cursor:default}.size-chart-modal[aria-hidden=false] .size-chart-modal__content{transform:translateY(0)}.size-chart-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(var(--text-color-rgb, 51, 51, 51),.1)}.size-chart-modal__title{margin:0;font-size:var(--heading-font-size, 1.5rem);font-weight:var(--heading-font-weight, 600);color:var(--heading-color, #222)}.size-chart-modal__close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:50%;color:var(--text-color, #333);cursor:pointer;transition:background-color .2s ease}.size-chart-modal__close-button:hover{background-color:rgba(var(--text-color-rgb, 51, 51, 51),.05)}.size-chart-modal__body{flex:1;padding:20px;overflow-y:auto}.size-chart-modal__content-wrapper{margin-bottom:20px}.size-chart-modal__table-wrapper{overflow:auto;margin-bottom:20px;max-height:500px;position:relative}.size-chart-modal__table{width:100%;border-collapse:separate;border-spacing:0;text-align:left;position:relative}.size-chart-modal__table th,.size-chart-modal__table td{padding:12px 15px;border:1px solid rgba(var(--text-color-rgb, 51, 51, 51),.1);background-clip:padding-box}.size-chart-modal__table thead th{position:sticky;top:0;z-index:2;background-color:rgb(var(--dialog-background));font-weight:var(--text-font-weight-bold, 700);box-shadow:0 2px 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1);transition:box-shadow .3s ease,background-color .3s ease}.size-chart-modal__table thead th:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:5px;background:linear-gradient(to bottom,rgba(var(--text-color-rgb, 51, 51, 51),.05),rgba(var(--text-color-rgb, 51, 51, 51),0));pointer-events:none;opacity:0;transition:opacity .3s ease}.size-chart-modal__table-wrapper.is-scrolled .size-chart-modal__table thead th:after{opacity:1}.size-chart-modal__table-wrapper.is-scrolled .size-chart-modal__table thead th{box-shadow:0 3px 8px -2px rgba(var(--text-color-rgb, 51, 51, 51),.15)}.size-chart-modal__table td:first-child,.size-chart-modal__table th:first-child{left:0;z-index:1;background-color:rgb(var(--dialog-background));box-shadow:2px 0 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1);transition:box-shadow .3s ease,background-color .3s ease}.size-chart-modal__table td:first-child:after,.size-chart-modal__table th:first-child:after{content:"";position:absolute;top:0;bottom:0;right:-5px;width:5px;background:linear-gradient(to right,rgba(var(--text-color-rgb, 51, 51, 51),.05),rgba(var(--text-color-rgb, 51, 51, 51),0));pointer-events:none;opacity:0;transition:opacity .3s ease}.size-chart-modal__table-wrapper.is-scrolled-horizontal .size-chart-modal__table td:first-child:after,.size-chart-modal__table-wrapper.is-scrolled-horizontal .size-chart-modal__table th:first-child:after{opacity:1}.size-chart-modal__table-wrapper.is-scrolled-horizontal .size-chart-modal__table td:first-child,.size-chart-modal__table-wrapper.is-scrolled-horizontal .size-chart-modal__table th:first-child{box-shadow:3px 0 8px -2px rgba(var(--text-color-rgb, 51, 51, 51),.15)}.size-chart-modal__table thead th:first-child{z-index:3;background-color:rgb(var(--dialog-background));box-shadow:2px 0 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1),0 2px 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1)}.size-chart-modal__table-wrapper.is-scrolled.is-scrolled-horizontal .size-chart-modal__table thead th:first-child{box-shadow:3px 0 8px -2px rgba(var(--text-color-rgb, 51, 51, 51),.15),0 3px 8px -2px rgba(var(--text-color-rgb, 51, 51, 51),.15)}.size-chart-modal__table tbody tr:nth-child(2n) td:first-child{background-color:rgba(var(--text-color-rgb, 51, 51, 51),.02)}.size-chart-modal__table tr:nth-child(2n){background-color:rgba(var(--text-color-rgb, 51, 51, 51),.02)}.size-chart-modal__info{margin-top:20px;font-size:var(--text-font-size-small, .875rem);color:rgba(var(--text-color-rgb, 51, 51, 51),.7)}.size-chart-modal__footer{padding:15px 20px;border-top:1px solid rgba(var(--text-color-rgb, 51, 51, 51),.1);text-align:right}.size-chart-modal__close-button-text{display:inline-block;padding:8px 16px;background-color:var(--primary-button-background, #4a90e2);color:var(--primary-button-text-color, #fff);border:none;border-radius:var(--button-border-radius, 4px);font-size:var(--text-font-size, 1rem);font-weight:var(--text-font-weight-medium, 500);cursor:pointer;transition:background-color .2s ease}.size-chart-modal__close-button-text:hover{background-color:var(--primary-button-background-hover, #3a80d2)}.size-chart-button{display:inline-flex;align-items:center;padding:6px 12px;background:transparent;border:none;color:var(--link-color, #4a90e2);font-size:var(--text-font-size-small, .875rem);font-weight:var(--text-font-weight-medium, 500);text-decoration:underline;cursor:pointer;transition:color .2s ease}.size-chart-button:hover{color:var(--link-color-hover, #3a80d2)}.size-chart-button__text{margin-right:6px}.size-chart-button__icon{display:flex;align-items:center;justify-content:center}.size-chart-modal__unit-toggle{display:flex;align-items:center;justify-content:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(var(--text-color-rgb, 51, 51, 51),.1)}.size-chart-modal__unit-label{font-size:var(--text-font-size-small, .875rem);color:var(--text-color, #333);margin:0 10px;cursor:pointer}.size-chart-modal__toggle{position:relative;display:inline-block;width:50px;height:24px}.size-chart-modal__toggle-input{opacity:0;width:0;height:0}.size-chart-modal__toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.size-chart-modal__toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.size-chart-modal__toggle-input:checked+.size-chart-modal__toggle-slider{background-color:var(--primary-button-background, #4a90e2)}.size-chart-modal__toggle-input:focus+.size-chart-modal__toggle-slider{box-shadow:0 0 1px var(--primary-button-background, #4a90e2)}.size-chart-modal__toggle-input:checked+.size-chart-modal__toggle-slider:before{transform:translate(26px)}.size-chart-modal__content-wrapper table{width:100%;border-collapse:separate;border-spacing:0;text-align:left;margin-bottom:20px;position:relative}.size-chart-modal__content-wrapper table th,.size-chart-modal__content-wrapper table td{padding:12px 15px;border:1px solid rgba(var(--text-color-rgb, 51, 51, 51),.1);background-clip:padding-box}.size-chart-modal__content-wrapper table thead th{position:sticky;top:0;z-index:2;background-color:rgba(var(--text-color-rgb, 51, 51, 51),.05);font-weight:var(--text-font-weight-bold, 700);box-shadow:0 2px 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1);transition:box-shadow .3s ease,background-color .3s ease}.size-chart-modal__content-wrapper table thead th:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:5px;background:linear-gradient(to bottom,rgba(var(--text-color-rgb, 51, 51, 51),.05),rgba(var(--text-color-rgb, 51, 51, 51),0));pointer-events:none;opacity:0;transition:opacity .3s ease}.size-chart-modal__content-wrapper table td:first-child,.size-chart-modal__content-wrapper table th:first-child{position:sticky;left:0;z-index:1;background-color:var(--background, #ffffff);box-shadow:2px 0 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1);transition:box-shadow .3s ease,background-color .3s ease}.size-chart-modal__content-wrapper table td:first-child:after,.size-chart-modal__content-wrapper table th:first-child:after{content:"";position:absolute;top:0;bottom:0;right:-5px;width:5px;background:linear-gradient(to right,rgba(var(--text-color-rgb, 51, 51, 51),.05),rgba(var(--text-color-rgb, 51, 51, 51),0));pointer-events:none;opacity:0;transition:opacity .3s ease}.size-chart-modal__content-wrapper table thead th:first-child{z-index:3;background-color:rgba(var(--text-color-rgb, 51, 51, 51),.05);box-shadow:2px 0 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1),0 2px 5px -2px rgba(var(--text-color-rgb, 51, 51, 51),.1)}.size-chart-modal__content-wrapper table tbody tr:nth-child(2n) td:first-child{background-color:rgba(var(--text-color-rgb, 51, 51, 51),.02)}.size-chart-modal__content-wrapper table tr:nth-child(2n){background-color:rgba(var(--text-color-rgb, 51, 51, 51),.02)}html.size-chart-open{overflow:hidden}@media screen and (max-width: 767px){.size-chart-modal__content{max-width:100%;max-height:80vh;margin:0 10px;border-radius:var(--border-radius, 4px) var(--border-radius, 4px) 0 0}.size-chart-modal__header,.size-chart-modal__body{padding:15px}.size-chart-modal__title{font-size:calc(var(--heading-font-size, 1.5rem) * .9)}.size-chart-modal__table th,.size-chart-modal__table td{padding:8px 10px;font-size:var(--text-font-size-small, .875rem)}.size-chart-modal__unit-toggle{flex-wrap:wrap}}@media print{.size-chart-modal{position:static;display:block;opacity:1;visibility:visible}.size-chart-modal__overlay{display:none}.size-chart-modal__content{max-width:100%;max-height:none;margin:0;box-shadow:none;transform:none}.size-chart-modal__close-button,.size-chart-modal__footer,.size-chart-modal__unit-toggle{display:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/size-chart.css.map */
