/*
Generated time: June 18, 2026 21:19
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.size-guide-trigger{display:inline-flex;align-items:center;gap:.5rem;background:0 0;border:1px solid rgba(var(--color-foreground),.25);border-radius:3rem;padding:.6rem 1.2rem .6rem .9rem;margin:1rem 0 .4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.size-guide-trigger:hover{border-color:rgba(var(--color-foreground),.6);background:rgba(var(--color-foreground),.04)}.size-guide-trigger__icon{width:1.5rem;height:1.5rem;fill:currentColor;flex-shrink:0}.size-guide-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(var(--color-foreground),.45);align-items:center;justify-content:center;padding:1.6rem}.size-guide-overlay.is-open{display:flex}.size-guide-modal{position:relative;background:rgb(var(--color-background));border-radius:1.2rem;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;padding:2.4rem 2.4rem 3rem;box-shadow:0 8px 40px rgba(var(--color-foreground),.15)}.size-guide-modal__close{position:absolute;top:1.4rem;right:1.4rem;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background:0 0;border:none;border-radius:50%;cursor:pointer;font-size:1.8rem;color:rgb(var(--color-foreground));line-height:1;transition:background .15s}.size-guide-modal__close:hover{background:rgba(var(--color-foreground),.07)}.size-guide-modal__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.8rem);color:rgb(var(--color-foreground));margin:0 0 .4rem;padding-right:3.6rem}.size-guide-modal__subtitle{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0 0 2rem;line-height:1.4}.size-guide-tabs{display:flex;gap:.6rem;background:rgba(var(--color-foreground),.06);border-radius:5rem;padding:.4rem;margin-bottom:2rem}.size-guide-tab{flex:1;padding:.8rem 1rem;border:none;border-radius:4rem;background:0 0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.55);cursor:pointer;transition:background .18s,color .18s;white-space:nowrap;text-align:center}.size-guide-tab:hover{color:rgb(var(--color-foreground))}.size-guide-tab.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.size-guide-table-panel{display:none}.size-guide-table-panel.is-active{display:block}.size-guide-table{width:100%;border-collapse:collapse;font-size:1.4rem}.size-guide-table th{background:rgba(var(--color-foreground),.06);font-weight:600;text-align:left;padding:1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.size-guide-table td{padding:1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.75)}.size-guide-table tr:hover td{background:rgba(var(--color-foreground),.03)}@media screen and (max-width:480px){.size-guide-modal{padding:2rem 1.6rem 2.4rem;border-radius:1rem}.size-guide-tab{font-size:1.2rem;padding:.7rem .6rem}.size-guide-table{font-size:1.3rem}.size-guide-table td,.size-guide-table th{padding:.8rem .8rem}}