.size-guide-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:rgb(var(--color-foreground));cursor:pointer;font-size:1.4rem;padding:.4rem 0;text-decoration:underline;text-underline-offset:.3rem;font-family:inherit;letter-spacing:.04rem}.size-guide-button:hover{text-decoration-color:rgba(var(--color-foreground),.5)}.size-guide-button .svg-wrapper{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center}.size-guide-button .svg-wrapper svg{width:100%;height:100%}.size-guide-drawer{visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.size-guide-drawer.is-open{visibility:visible;pointer-events:auto}.size-guide-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0003;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transition:opacity .3s ease}.size-guide-drawer.is-open .size-guide-drawer__overlay{opacity:1}.size-guide-drawer__inner{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:min(110rem,92vw);background-color:rgb(var(--color-background));display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:-.4rem 0 1.2rem #0000001a;overflow:hidden;outline:none}.size-guide-drawer.is-open .size-guide-drawer__inner{transform:translate(0)}.size-guide-drawer__header{padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);display:flex;justify-content:space-between;align-items:center;gap:1.6rem;flex-shrink:0}.size-guide-drawer__heading{font-size:2rem;margin:0;line-height:1.2}.size-guide-drawer__brand{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:.2rem 0 0;letter-spacing:.05rem}.size-guide-drawer__close{background:none;border:none;cursor:pointer;padding:.8rem;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.size-guide-drawer__close:hover{background-color:rgba(var(--color-foreground),.06)}.size-guide-drawer__close .svg-wrapper{width:2rem;height:2rem}.size-guide-drawer__close svg{width:100%;height:100%}.size-guide-drawer__tabs{display:flex;gap:0;padding:0 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);overflow-x:auto;flex-shrink:0;scrollbar-width:none}.size-guide-drawer__tabs::-webkit-scrollbar{display:none}.size-guide-drawer__tab{background:none;border:none;border-bottom:.2rem solid transparent;padding:1.2rem 1.6rem;cursor:pointer;font-size:1.4rem;font-weight:500;white-space:nowrap;color:rgba(var(--color-foreground),.65);font-family:inherit;margin-bottom:-.1rem;transition:color .2s ease,border-color .2s ease}.size-guide-drawer__tab:hover{color:rgb(var(--color-foreground))}.size-guide-drawer__tab[aria-selected=true]{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground));font-weight:600}.size-guide-drawer__body{flex:1;overflow-y:auto;padding:2rem;display:grid;gap:2rem;align-content:start;align-items:start}@media screen and (min-width:750px){.size-guide-drawer__body{grid-template-columns:18rem 1fr;align-items:start}}.size-guide-drawer__sidebar{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem;align-content:flex-start}@media screen and (min-width:750px){.size-guide-drawer__sidebar{flex-direction:column;flex-wrap:nowrap;position:sticky;top:0}}.size-guide-drawer__garment-button{background:none;border:.1rem solid rgba(var(--color-foreground),.2);padding:1rem 1.4rem;cursor:pointer;font-size:1.4rem;text-align:left;white-space:nowrap;color:rgb(var(--color-foreground));font-family:inherit;transition:background-color .2s ease,border-color .2s ease;border-radius:0;align-self:flex-start}@media screen and (min-width:750px){.size-guide-drawer__garment-button{white-space:normal}}.size-guide-drawer__garment-button:hover{background-color:rgba(var(--color-foreground),.04)}.size-guide-drawer__garment-button[aria-selected=true]{border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05);font-weight:600}.size-guide-drawer__content{min-width:0}.size-guide-drawer__garment-title{font-size:1.8rem;margin:0 0 .4rem;line-height:1.3}.size-guide-drawer__garment-description{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:0 0 1.6rem}.size-guide-drawer__table-wrapper{overflow-x:auto;margin-bottom:2rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.4rem}.size-guide-drawer__table{width:100%;border-collapse:collapse;font-size:1.3rem}.size-guide-drawer__table th,.size-guide-drawer__table td{padding:1rem 1.2rem;text-align:center;border-bottom:.1rem solid rgba(var(--color-foreground),.08);border-right:.1rem solid rgba(var(--color-foreground),.08);white-space:nowrap}.size-guide-drawer__table th:last-child,.size-guide-drawer__table td:last-child{border-right:none}.size-guide-drawer__table tr:last-child td{border-bottom:none}.size-guide-drawer__table thead th{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 6%);font-weight:700;font-size:1.4rem;letter-spacing:.04rem}.size-guide-drawer__table-subheader th{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 2.5%)!important;font-weight:500!important;font-size:1.25rem!important;letter-spacing:.02rem!important;color:rgba(var(--color-foreground),.75);border-top:.1rem solid rgba(var(--color-foreground),.1)}.size-guide-drawer__table tbody tr:nth-child(2n) td{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 2%)}.size-guide-drawer__table tr td:first-child,.size-guide-drawer__table tr th:first-child{text-align:left;font-weight:500;position:sticky;left:0;background-color:rgb(var(--color-background));z-index:2;border-right:.1rem solid rgba(var(--color-foreground),.12)}.size-guide-drawer__table thead tr th:first-child{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 6%)}.size-guide-drawer__table-subheader th:first-child{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 2.5%)!important}.size-guide-drawer__table tbody tr:nth-child(2n) td:first-child{background-color:color-mix(in srgb,rgb(var(--color-background)),rgb(var(--color-foreground)) 2%)}.size-guide-drawer__instructions{background-color:rgba(var(--color-foreground),.03);padding:1.6rem;border-radius:.4rem;font-size:1.3rem;line-height:1.5}.size-guide-drawer__instructions-title{font-size:1.5rem;margin:0 0 1rem;font-weight:600}.size-guide-drawer__instructions-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.size-guide-drawer__instructions-list li{display:grid;grid-template-columns:2rem 1fr;gap:.8rem;align-items:start}.size-guide-drawer__instructions-point{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;flex-shrink:0}.size-guide-drawer__loading,.size-guide-drawer__empty,.size-guide-drawer__error{padding:3rem;text-align:center;color:rgba(var(--color-foreground),.6);font-size:1.4rem;grid-column:1 / -1}body.size-guide-drawer-open{overflow:hidden}.product-form__input-wrapper--with-action{position:relative}.product-form__input-wrapper--with-action .product-form__action{position:absolute;top:0;right:2rem;z-index:1;line-height:1}.size-guide-button-wrapper--inline{display:inline-flex}.size-guide-button--inline{font-size:1.3rem;padding:0;line-height:1.4;text-underline-offset:.3rem;letter-spacing:.04rem;font-weight:400;text-transform:none;gap:.4rem}.size-guide-button--inline .svg-wrapper{width:1.4rem;height:1.4rem}.size-guide-page{display:block;margin:0 auto}.size-guide-page__brand-tabs{display:flex;gap:.4rem;margin-bottom:2.4rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.size-guide-page__brand-tab{background:transparent;border:0;padding:1.2rem 2rem;font:inherit;font-size:1.6rem;letter-spacing:.04rem;color:rgba(var(--color-foreground),.6);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.size-guide-page__brand-tab:hover{color:rgb(var(--color-foreground))}.size-guide-page__brand-tab[aria-selected=true]{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground));font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-size-guide.css.map */
