.size-chart-enhanced{margin:0 auto}.size-chart-container{max-width:100%}.size-chart-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.size-chart-tab{flex:1 1 auto;min-width:140px;padding:1.1rem 1.75rem;background:rgb(var(--color-foreground));border:none;border-radius:4px 4px 0 0;font-size:1.1rem;font-weight:700;color:rgb(var(--color-background));cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;text-transform:uppercase;letter-spacing:.5px}.size-chart-tab:hover{background:rgba(var(--color-foreground),.85);transform:translateY(-2px)}.size-chart-tab.active{background:#fcbe2e;color:rgb(var(--color-foreground));font-weight:800}.unit-toggle-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.unit-toggle-label{font-size:1.1rem;font-weight:500;color:rgba(var(--color-foreground),.8)}.unit-toggle{display:inline-flex;background:rgba(var(--color-foreground),.05);border-radius:4px;padding:2px;border:1px solid rgba(var(--color-foreground),.1)}.unit-btn{padding:.5rem 1.25rem;background:transparent;border:none;font-size:1.1rem;font-weight:500;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:all .2s ease;border-radius:3px}.unit-btn:hover{color:rgb(var(--color-foreground))}.unit-btn.active{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.size-chart-content{display:none;animation:fadeIn .3s ease-in}.size-chart-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.size-chart-layout{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.size-chart-layout--top{flex-direction:column}.size-chart-layout--top .size-chart-image{order:-1;max-width:600px;margin:0 auto}.size-chart-layout--top .size-chart-table-wrapper{width:100%}.size-chart-layout--bottom{flex-direction:column}.size-chart-layout--bottom .size-chart-image{order:1;max-width:600px;margin:0 auto}.size-chart-layout--bottom .size-chart-table-wrapper{width:100%}.size-chart-layout--left,.size-chart-layout--right{flex-direction:column}@media screen and (min-width:990px){.size-chart-layout--left,.size-chart-layout--right{flex-direction:row;align-items:start}.size-chart-layout--left .size-chart-image,.size-chart-layout--right .size-chart-image,.size-chart-layout--left .size-chart-table-wrapper,.size-chart-layout--right .size-chart-table-wrapper{flex:0 0 48%;max-width:48%}.size-chart-layout--left .size-chart-image{order:-1}.size-chart-layout--right .size-chart-image{order:1}}.size-chart-image{width:100%;border-radius:var(--border-radius, 4px);overflow:hidden;background:rgba(var(--color-foreground),.02)}.size-chart-image img{width:100%;height:auto;display:block;object-fit:cover}.size-chart-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.size-chart-scroll-hint{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#fcbe2e1a;border:1px solid rgba(252,190,46,.3);border-radius:4px;margin-bottom:1rem;font-size:.85rem;color:rgba(var(--color-foreground),.8);text-align:center}.size-chart-scroll-hint .scroll-hint-icon{font-size:1.2rem;font-weight:700;color:#fcbe2e;animation:slideHint 2s ease-in-out infinite}.size-chart-scroll-hint .scroll-hint-icon:first-child{animation-delay:0s}.size-chart-scroll-hint .scroll-hint-icon:last-child{animation-delay:1s}@keyframes slideHint{0%,to{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}@media screen and (max-width:749px){.size-chart-scroll-hint{display:flex}}@media screen and (max-width:749px){.size-chart-table-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40px;pointer-events:none;opacity:1;transition:opacity .3s ease}.size-chart-table-wrapper::-webkit-scrollbar{height:8px}.size-chart-table-wrapper::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:4px}.size-chart-table-wrapper::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:4px}.size-chart-table-wrapper::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}}.size-chart-table{width:100%;min-width:100%}.size-chart-table table{width:100%;border-collapse:collapse;font-size:1.15rem;background:rgb(var(--color-background));box-shadow:0 1px 3px #0000001a;table-layout:auto}.size-chart-table thead{background:rgba(var(--color-foreground),.05)}.size-chart-table thead tr:first-child{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.size-chart-table th{padding:1rem .75rem;text-align:center;font-weight:700;font-size:1.1rem;line-height:1.4;white-space:nowrap;overflow:visible}.size-chart-table thead tr:first-child th{border-color:rgba(var(--color-background),.2);padding:1.25rem .75rem;font-size:1.15rem;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.size-chart-table td,.size-chart-table tbody th{padding:1rem .75rem;text-align:center;border:1px solid rgba(var(--color-foreground),.15);font-size:1.1rem;line-height:1.5;white-space:nowrap;overflow:visible}.size-chart-table tbody tr:nth-child(2n) td{background:#f5f5f5}.size-chart-table tbody tr:hover td{background:#ebebeb}.size-chart-table tbody th:first-child,.size-chart-table thead th:first-child{font-weight:700;text-align:left;padding-left:1.25rem;padding-right:1rem;position:sticky;left:0;z-index:2;white-space:normal;min-width:140px;max-width:200px;border-right:1px solid rgba(var(--color-foreground),.3)!important}.size-chart-table thead tr:first-child th:first-child{background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;z-index:2!important}.size-chart-table thead tr:not(:first-child) th:first-child{background:#fcbe2e!important;color:rgb(var(--color-foreground))!important;z-index:2!important}.size-chart-table tbody tr:first-child th:first-child{background:#fcbe2e!important;color:rgb(var(--color-foreground))!important;z-index:2!important}.size-chart-table tbody tr th:first-child{background:#fcbe2e!important;z-index:2!important}.size-chart-table tbody tr:nth-child(odd):hover th:first-child{background:#ebebeb!important}.size-chart-table tbody tr:nth-child(2n):hover th:first-child{background:#ebebeb!important}.size-chart-table tbody tr th.yellow-bg,.size-chart-table tbody tr td.yellow-bg{background:#fcbe2e!important;font-size:1.1rem;font-weight:900}.size-chart-notes{margin-top:1.5rem;padding:1.25rem;background:rgba(var(--color-foreground),.03);border-left:4px solid #fcbe2e;border-radius:4px;font-size:.9rem;line-height:1.6}.size-chart-notes h3,.size-chart-notes h4{margin-top:0;margin-bottom:.5rem;font-size:1rem}.size-chart-notes p{margin:.5rem 0}.size-chart-notes ul,.size-chart-notes ol{margin:.5rem 0;padding-left:1.5rem}.size-chart-placeholder{padding:4rem 2rem;text-align:center;background:rgba(var(--color-foreground),.03);border:2px dashed rgba(var(--color-foreground),.2);border-radius:8px;color:rgba(var(--color-foreground),.6)}.size-chart-placeholder p{margin:0;font-size:1.1rem}@media screen and (max-width:749px){.size-chart-tabs{gap:.25rem;margin-bottom:1.5rem}.size-chart-tab{min-width:100px;padding:.9rem 1.25rem;font-size:1rem;font-weight:700}.unit-toggle-wrapper{justify-content:center;margin-bottom:1.5rem}.size-chart-table table{font-size:1rem}.size-chart-table th,.size-chart-table td{padding:.75rem .5rem;font-size:.95rem;line-height:1.4;white-space:nowrap;min-width:70px}.size-chart-table thead tr:first-child th{padding:.9rem .5rem;font-size:1rem}.size-chart-table tbody tr th:first-child{background:#fcbe2e!important;z-index:2!important}.size-chart-notes{margin-top:1rem;padding:1rem;font-size:.9rem}}@media screen and (max-width:489px){.size-chart-tabs{flex-direction:column;border-bottom:none}.size-chart-tab{width:100%;text-align:left;border-radius:4px;margin-bottom:.5rem;font-size:.95rem;font-weight:700;padding:.9rem 1.25rem}.size-chart-tab.active{background:#fcbe2e;color:rgb(var(--color-foreground))}.size-chart-table{font-size:.9rem}.size-chart-table th,.size-chart-table td{padding:.65rem .4rem;font-size:.9rem;line-height:1.3;white-space:nowrap;min-width:65px}.size-chart-table tbody th:first-child,.size-chart-table thead th:first-child{min-width:100px;padding-left:.5rem;font-size:.9rem;z-index:2;box-shadow:2px 0 4px #0000001a;white-space:normal;border-right:2px solid rgba(var(--color-foreground),.3)!important}.size-chart-table tbody tr th:first-child{background:#fcbe2e!important;z-index:2!important}}@media screen and (min-width:750px)and (max-width:989px){.size-chart-layout{gap:1.5rem}.size-chart-table table{font-size:1.1rem}.size-chart-table th,.size-chart-table td{padding:.85rem .6rem;font-size:1.05rem;line-height:1.4}.size-chart-table thead tr:first-child th{font-size:1.1rem}.size-chart-table tbody th:first-child,.size-chart-table thead th:first-child{min-width:130px;z-index:2;box-shadow:2px 0 4px #00000014;border-right:2px solid rgba(var(--color-foreground),.3)!important}.size-chart-table thead tr:first-child th:first-child{z-index:2!important;background:rgb(var(--color-foreground))!important}.size-chart-table tbody tr th:first-child{background:#fcbe2e!important;z-index:2!important}}@media print{.size-chart-tabs,.unit-toggle-wrapper{display:none}.size-chart-content{display:block!important;page-break-inside:avoid}.size-chart-table{page-break-inside:auto}.size-chart-table tr{page-break-inside:avoid;page-break-after:auto}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-size-chart-enhanced.css.map */
