.size-guide-table__wrapper{--size-guide-table-cell-padding: var(--layout-space-4);--size-guide-table-bg-color: rgb(var(--color-base-background));--size-guide-table-border-color: rgb(var(--color-foreground));--size-guide-table-border-width: 0;--size-guide-table-border: var(--size-guide-table-border-width) solid var(--size-guide-table-border-color)}.size-guide-switch{--size-guide-switch-bg-color: rgb(var(--color-base-background));--size-guide-switch-border-color: rgb(var(--color-foreground));--size-guide-switch-border-width: var(--layout-space-pixel);--size-guide-switch-border-radius: 0px;--size-guide-switch-text-color: rgba(var(--color-base-brand-grey ), 1);--size-guide-switch-selected-bg-color: rgb(var(--color-foreground));--size-guide-switch-selected-text-color: rgb(var(--color-base-dark));--size-guide-switch-width: var(--layout-space-20);--size-guide-switch-height: var(--layout-space-12)}.size-guide-table__wrapper{--scrollbar-track-color: rgb(var(--color-base-brand-accent));--scrollbar-thumb-color: rgb(var(--color-base-dark));--scrollbar-size: 1px}@media screen and (max-width:768px){.size-guide-table__wrapper{--scrollbar-size: 0px;--scrollbar-track-color: unset;--scrollbar-thumb-color: unset}}.size-guide-switch-radio__inch,.size-guide-switch-radio__cm{display:none}.size-guide-switch{position:relative;display:inline-flex;gap:0;white-space:nowrap;-webkit-user-select:none;user-select:none;border:0;width:fit-content;font-size:var(--text-size-s);background-color:rgba(var(--color-base-brand-secondary),1);margin-top:auto;margin-bottom:auto}.size-guide-switch__label{display:inline-block;width:var(--size-guide-switch-width);line-height:var(--size-guide-switch-height);text-align:center;cursor:pointer;color:var(--size-guide-switch-text-color);box-sizing:border-box;transition:all var(--duration-medium) ease;margin:0;padding:var(--layout-space-2) 0;z-index:2;position:relative;font-family:var(--font-body-family);font-size:var(--text-size-xxs);font-weight:var(--font-weight-medium)}.size-guide-switch,.size-guide-switch__selection:empty{border-radius:var(--size-guide-switch-border-radius)}.size-guide-switch__label-in:after,.size-guide-switch__label-cm:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%}.size-guide-switch__selection:empty{position:absolute;top:0;left:0;width:var(--size-guide-switch-width);height:100%;background:var(--size-guide-switch-selected-bg-color);transition:left var(--duration-medium) ease;z-index:1;display:initial;background:rgb(var(--color-base-light));border:1px solid rgb(var(--color-base-dark))}.size-guide-switch-radio__cm:not(:checked)+.size-guide-switch__selection{left:0}.size-guide-switch-radio__cm:checked+.size-guide-switch .size-guide-switch__selection{left:var(--size-guide-switch-width)}.size-guide-switch__label:after,.size-guide-switch-radio__cm:not(:checked)+.size-guide-switch .size-guide-switch__label.size-guide-switch__label-in,.size-guide-switch-radio__cm:checked+.size-guide-switch .size-guide-switch__label-cm{color:var(--size-guide-switch-selected-text-color)}.size-guide-switch-radio__cm:checked+.size-guide-switch+.size-guide-table__wrapper .size-guide-table__value-cm,.size-guide-switch-radio__cm:not(:checked)+.size-guide-switch+.size-guide-table__wrapper .size-guide-table__value-inch,.size-guide-switch-radio__cm:checked+.size-guide-switch+size-guide-region-select+.size-guide-table__wrapper .size-guide-table__value-cm,.size-guide-switch-radio__cm:not(:checked)+.size-guide-switch+size-guide-region-select+.size-guide-table__wrapper .size-guide-table__value-inch{display:flex}.size-guide-switch.size-guide-switch--reverse{flex-direction:row-reverse}.size-guide-switch--reverse .size-guide-switch__selection:empty{left:var(--size-guide-switch-width)}.size-guide-switch-radio__cm:checked+.size-guide-switch.size-guide-switch--reverse .size-guide-switch__selection{left:0}.size-guide-table__wrapper{display:flex;flex-direction:column;max-width:100%;overflow-x:auto;border:var(--size-guide-table-border);width:100%;margin-top:var(--layout-space-8)}.size-guide-table{display:flex;flex-direction:row;font-size:var(--text-size-s);gap:var(--layout-space-1)}.size-guide-table__row{display:flex;flex-direction:column;gap:var(--layout-space-1);width:100%;background-color:var(--size-guide-table-bg-color)}.size-guide-table__cell{border-bottom:var(--size-guide-table-border);width:100%;display:flex;min-width:var(--layout-space-24);color:rgba(var(--color-base-brand-grey ),1);font-size:var(--text-size-xs);padding:var(--layout-space-4) var(--layout-space-8);height:3rem;position:relative}.size-guide-table__cell.size-guide-table__cell--block:not(.size-guide-table__cell-head):nth-child(2n),.size-guide-table__cell.size-guide-table__cell--block{border:1px solid rgb(var(--color-base-brand-grey-3));background-color:rgb(var(--color-base-brand-grey-3));color:rgb(var(--color-base-light))}.size-guide-table__cell.size-guide-table__cell--block,.size-guide-table--left-align .size-guide-table__cell.size-guide-table__cell--block,.size-guide-table--right-align .size-guide-table__cell.size-guide-table__cell--block,.size-guide-table--left-align .size-guide-table__cell.size-guide-table__cell--adjustable,.size-guide-table--right-align .size-guide-table__cell.size-guide-table__cell--adjustable,.size-guide-table--left-align .size-guide-table--small .size-guide-table__cell,.size-guide-table--left-align .size-guide-table--medium .size-guide-table__cell,.size-guide-table--left-align .size-guide-table--large .size-guide-table__cell,.size-guide-table--right-align .size-guide-table--small .size-guide-table__cell,.size-guide-table--right-align .size-guide-table--medium .size-guide-table__cell,.size-guide-table--right-align .size-guide-table--large .size-guide-table__cell{justify-content:center}.size-guide-table__cell.size-guide-table__cell--block+.size-guide-table__cell.size-guide-table__cell--block:before{content:"";height:2px;background:rgb(var(--color-base-brand-grey-3));position:absolute;left:-1px;right:-1px;top:-3px}.size-guide-table__value-fraction{font-size:var(--text-size-xxxs);margin-left:var(--layout-space-1)}.size-guide-table__cell:not(.size-guide-table__cell-head):nth-child(2n){background-color:rgba(var(--color-base-brand-secondary),1)}.size-guide-table--left-align .size-guide-table__cell{justify-content:flex-start}.size-guide-table--center-align .size-guide-table__cell{justify-content:center}.size-guide-table--right-align .size-guide-table__cell{justify-content:flex-end}.size-guide-table__cell--large{min-width:10.6rem}.size-guide-table__cell-head{text-transform:uppercase;text-wrap:nowrap;text-align:center;align-items:center;background-color:rgba(var(--color-base-brand-light-grey),1);font-size:var(--text-size-xxs);padding:var(--layout-space-4) var(--layout-space-8);height:4.5rem;max-height:4.5rem;color:rgb(var(--color-base-dark));font-weight:var(--font-weight-medium)}.size-guide-table__value-inch,.size-guide-table__value-cm{display:none}.size-guide-table__cell-value span{white-space:nowrap}.size-guide-table__cell-value.size-guide-table__cell--pull-up span{margin-top:-1.8rem;z-index:1}.size-guide-table__container{display:flex;flex-wrap:wrap;padding:var(--layout-space-12) 0}.size-guide-table__heading{margin:0;display:inline-flex;align-items:center;font-size:var(--text-size-s)}.size-guide-table--rows-layout .size-guide-table__wrapper,.size-guide-table--rows-layout .size-guide-table,.size-guide-table--rows-layout .size-guide-table__row{flex-direction:row}.size-guide-table--rows-layout .size-guide-table{flex-wrap:wrap}.size-guide-table--rows-layout .size-guide-table__row{border-bottom:none;border-right:var(--size-guide-table-border)}.size-guide-table--rows-layout .size-guide-table__cell-head{background-color:inherit;position:sticky;left:0}.size-guide-table--columns-layout .size-guide-table__cell:last-child,.size-guide-table--rows-layout .size-guide-table__row:last-child .size-guide-table__cell{border-bottom:0}.size-guide-table--rows-layout .size-guide-table__row{border-right:0}.size-guide-table__wrapper::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.size-guide-table__wrapper::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:var(--layout-space-pixel)}.size-guide-table__wrapper::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:var(--layout-space-pixel)}@supports not selector(::-webkit-scrollbar){.size-guide-table__wrapper{scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}}@media(hover:hover){.size-guide-table__wrapper:hover::-webkit-scrollbar{--scrollbar-size: 1rem}}@media screen and (max-width:768px){.size-guide-table__wrapper::-webkit-scrollbar{--scrollbar-size: 1rem}}.size-guide-measuring-guide{display:grid;gap:0 var(--layout-space-8);padding:var(--layout-space-12) 0}.size-guide-measuring-guide__description p:first-child{margin-top:0;margin-bottom:var(--layout-space-8)}.size-guide-measuring-guide__media{display:flex;margin:auto}.size-guide-measuring-guide__media img,.size-guide-measuring-guide__media video-loader{width:100%;height:100%;object-fit:cover;border:0}.size-guide-measuring-guide--side-by-side{grid-template-areas:"title" "description" "media";grid-template-columns:auto;grid-template-rows:auto auto auto;padding-top:var(--layout-space-4)}.size-guide-measuring-guide--side-by-side .size-guide-measuring-guide__media{grid-area:media;height:100%;width:100%}.size-guide-measuring-guide--side-by-side .size-guide-measuring-guide__description{grid-area:description}.size-guide-measuring-guide--side-by-side .size-guide-measuring-guide__title{grid-area:title;margin-top:0}.size-guide-measuring-guide__description{font-size:var(--text-size-s)}.size-guide-measuring-guide__description h2,.size-guide-measuring-guide__description h3,.size-guide-measuring-guide__description h4,.size-guide-measuring-guide__description h5,.size-guide-measuring-guide__description h6{font-size:var(--text-size-base);font-weight:var(--font-weight-light);letter-spacing:var(--tracking-extra-wider);margin-top:var(--layout-space-8);margin-bottom:0}.size-guide-measuring-guide__description h2:first-of-type,.size-guide-measuring-guide__description h3:first-of-type,.size-guide-measuring-guide__description h4:first-of-type,.size-guide-measuring-guide__description h5:first-of-type,.size-guide-measuring-guide__description h6:first-of-type{margin-top:0}.custom-select-wrapper{margin:0;padding:0;max-width:unset;min-width:fit-content;border:none}.custom-select-wrapper .form__label{padding-left:0;margin-bottom:0}.custom-select-wrapper .select svg{margin:auto;top:0;bottom:0;right:var(--layout-space-3)}.custom-select-wrapper--inside-label label{position:relative;width:100%}.custom-select-wrapper--inside-label label span{position:absolute;z-index:1;left:0;top:0;bottom:0;text-transform:uppercase;font-size:var(--text-size-s);display:flex;align-items:center;min-width:13rem;pointer-events:none}.custom-select-wrapper--inside-label label select{padding-left:var(--layout-space-32);padding-right:var(--layout-space-15)}.measuring-guide{display:flex}.size-guide-region--united-kingdom .size-guide-table--international:not(.size-guide-table--united-kingdom),.size-guide-region--europe .size-guide-table--international:not(.size-guide-table--europe),.size-guide-region--usa .size-guide-table--international:not(.size-guide-table--usa),.size-guide-region--france .size-guide-table--international:not(.size-guide-table--france),.size-guide-region--italy .size-guide-table--international:not(.size-guide-table--italy){display:none}size-guide-drawer .drawer__heading{padding-bottom:var(--layout-space-8);font-family:var(--font-body-family);font-size:var(--text-size-s);text-transform:uppercase;font-weight:var(--font-weight-medium)}size-guide-drawer .drawer__heading,.size-guide__description p:first-of-type{margin-top:0}.size-guide__description p:last-child{margin-bottom:var(--layout-space-16)}size-guide-drawer .size-guide-table__heading{display:none}size-guide-drawer collapsible-content>button{font-size:var(--text-size-s);border-bottom:0;border-top:1px solid rgba(var(--color-base-brand-light-grey),1);padding-top:var(--layout-space-8);padding-bottom:1.4rem;height:4.6rem;font-weight:var(--font-weight-medium)}size-guide-drawer collapsible-content .icon--animated-plus{margin-right:var(--layout-space--2)}size-guide-drawer .size-guide-table__container{padding-top:var(--layout-space-4)}.size-guide__filter-nav{display:flex;gap:var(--layout-space-4);margin-bottom:var(--layout-space-8);flex-wrap:wrap}.size-guide__filter-nav[data-items-count="1"]{display:none}.size-guide__filter-nav+.size-guide__filter-nav{margin-bottom:var(--layout-space-16)}size-guide-filter-button.button{width:fit-content;min-width:initial;min-height:4rem;font-size:var(--text-size-xxs);padding:var(--layout-space-6) var(--layout-space-9);line-height:1;font-weight:var(--font-weight-medium)}.size-guide-table__cell{transition:background-color .15s ease,color .15s ease}.size-guide-table--same-as-previous:empty{display:initial}.size-guide-table--same-as-previous:before{content:"";display:block;background:rgba(var(--color-base-brand-light-grey),1);position:absolute;top:0;bottom:0;left:var(--layout-space--1);width:2px}.size-guide-table__cell.size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--empty,.size-guide-table__cell--block):nth-child(2n),.size-guide-table__cell.highlight:not(.size-guide-table__cell--empty,.size-guide-table__cell--block),.size-guide-table--size:not(.active-row) .size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--empty,.size-guide-table__cell--block):not(:hover):nth-child(2n),.size-guide-table__row:not(.active-row) .size-guide-table__cell.size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--block),.size-guide-table__row:not(.active-row) .size-guide-table__cell.size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--block):nth-child(2n){background-color:rgba(var(--color-base-brand-grey-2),1);color:rgb(var(--color-base-dark))}.size-guide-table--size:not(.active-row) .size-guide-table__cell.highlight,.size-guide-table__row.active-row .size-guide-table__cell.size-guide-table__cell-head.highlight:not(:hover),.size-guide-table--size:not(.active-row) .size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--empty):not(:hover),.size-guide-table--size:not(.active-row) .size-guide-table__cell.highlight:not(.size-guide-table__cell-head,.size-guide-table__cell--empty):not(:hover):nth-child(2n),.size-guide-table__cell-head.highlight:hover,.size-guide-table__cell.highlight:not(.size-guide-table__cell-head):nth-child(2n):hover,.size-guide-table__cell.highlight:hover{background-color:rgb(var(--color-base-dark));color:rgb(var(--color-base-light))}size-guide-region-select{margin-left:auto}.size-guide-section .size-guide-drawer__content{max-width:684px;margin:0 auto;padding:0 var(--layout-space-8)}.size-guide-drawer__content{padding-bottom:var(--layout-space-16)}.size-guide-section .size-guide-table__heading{display:none}body[id*=template-page-size-guide] .section-page .page-width{max-width:684px;margin:var(--layout-space-8) auto 0;padding:0 var(--layout-space-8)}body[id*=template-page-size-guide] .main-page-title{font-size:var(--text-size-3xl);margin:0}body[id*=template-page-size-guide] collapsible-content button[aria-controls=CollapsibleContent-measuring-guide]{display:none}size-guide-drawer-button.button.has-loader{position:relative}size-guide-drawer-button.button.has-loader .loading-overlay__spinner{position:absolute;left:0;opacity:0;transform:initial;height:initial;top:initial}size-guide-drawer-button.button.has-loader .loading-overlay__spinner,size-guide-drawer-button.button.has-loader>svg{transition:opacity ease .25s}size-guide-drawer-button.button.has-loader.loading .loading-overlay__spinner{opacity:1}size-guide-drawer-button.button.has-loader.loading>svg{opacity:0}size-guide-drawer-button.button.has-loader.loading>.loading-overlay__spinner .path{stroke:rgb(var(--color-base-dark))}size-guide-drawer-button{position:relative}.quickbuy-drawer--isActive .size-guide-drawer--quick-buy.drawer .drawer__overlay:empty,.quickbuy-drawer--isActive .size-guide-drawer--quick-buy.drawer.active .drawer__overlay:empty{animation:none;opacity:0}size-guide-filter-button.button--secondary.button--outline{border-color:var(--color-base-dark);color:var(--color-base-dark)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ua_size-guide.css.map */
