.wig-guide-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(var(--color-foreground),.2)}.wig-guide-modal[open]{opacity:1;visibility:visible;z-index:101}.wig-guide-modal__content{position:absolute;top:0;left:50%;transform:translate(-50%);width:92%;height:88%;margin-top:3rem;overflow:auto;overscroll-behavior:contain;background-color:rgb(var(--color-background));border-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.wig-guide-modal__content:focus-visible,.wig-guide-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}@media screen and (min-width:750px){.wig-guide-modal__content{width:74rem;max-width:90%;height:84%;margin-top:6rem}}.wig-guide-modal__close{position:sticky;top:1.2rem;float:right;z-index:2;display:flex;align-items:center;justify-content:center;margin-right:1.2rem;padding:1.2rem;cursor:pointer;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55)}.wig-guide-modal__close:hover{color:rgb(var(--color-foreground))}.wig-guide-modal__close .icon{width:1.7rem;height:1.7rem}.wig-guide{display:block;padding:2rem 2rem 3rem}@media screen and (min-width:750px){.wig-guide{padding:3rem 4rem 4rem}}.wig-guide__header{max-width:52rem;margin-bottom:2.4rem}.wig-guide__title{margin:0;font-size:2.4rem;line-height:1.2;letter-spacing:.02em}@media screen and (min-width:750px){.wig-guide__title{font-size:3rem}}.wig-guide__intro{margin-top:.8rem;color:rgba(var(--color-foreground),.72)}.wig-guide__intro>p{margin:0}.wig-guide__tabs{display:flex;gap:.8rem;margin-bottom:2.8rem;padding-bottom:.6rem;overflow-x:auto;scrollbar-width:none}.wig-guide__tabs::-webkit-scrollbar{display:none}.wig-guide__tab{display:inline-flex;align-items:center;padding:.9rem 1.8rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:10rem;background-color:transparent;font-family:var(--font-body-family);font-size:1.3rem;line-height:1;white-space:nowrap;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,border-color var(--duration-short) ease}.wig-guide__tab:hover{border-color:rgba(var(--color-foreground),.5)}.wig-guide__tab--active,.wig-guide__tab--active:hover{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.wig-guide__tab:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.wig-guide__panel[hidden]{display:none}.wig-guide__measure-image{display:block;width:100%;height:auto;border-radius:calc(var(--popup-corner-radius) / 2)}.wig-guide__measure-intro{margin-top:1.2rem;font-size:1.4rem;color:rgba(var(--color-foreground),.72)}.wig-guide__measure-intro>p{margin:0}.wig-guide__form{margin-top:2.8rem}.wig-guide__units{margin:0 0 2rem;padding:0;border:0}.wig-guide__units-legend{padding:0;margin-bottom:.8rem;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.72)}.wig-guide__units-options{display:inline-flex;padding:.3rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:10rem}.wig-guide__unit input{position:absolute;width:.1rem;height:.1rem;opacity:0;pointer-events:none}.wig-guide__unit span{display:inline-flex;align-items:center;padding:.7rem 1.6rem;border-radius:10rem;font-size:1.3rem;line-height:1;cursor:pointer;transition:background-color var(--duration-short) ease,color var(--duration-short) ease}.wig-guide__unit input:checked+span{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.wig-guide__unit input:focus-visible+span{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.wig-guide__fields{display:grid;gap:1.8rem}@media screen and (min-width:750px){.wig-guide__fields{grid-template-columns:repeat(3,1fr);gap:2rem}}.wig-guide__field{display:flex;flex-direction:column}.wig-guide__label{font-size:1.5rem;line-height:1.3}.wig-guide__optional{margin-left:.4rem;font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.wig-guide__help{margin-top:.4rem;font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.6)}.wig-guide__input-wrap{position:relative;margin-top:auto;padding-top:.8rem}.wig-guide__input{width:100%;padding:1.2rem 5rem 1.2rem 1.4rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.25);border-radius:var(--inputs-radius);font-family:var(--font-body-family);font-size:1.6rem;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.wig-guide__input::-webkit-outer-spin-button,.wig-guide__input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.wig-guide__input:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem}.wig-guide__input-unit{position:absolute;right:1.4rem;top:calc(50% + .4rem);transform:translateY(-50%);font-size:1.3rem;color:rgba(var(--color-foreground),.55);pointer-events:none}.wig-guide__submit{margin-top:2rem}.wig-guide__error{margin:1.2rem 0 0;font-size:1.4rem;color:rgba(var(--color-foreground),.9)}.wig-guide__error[hidden],.wig-guide__result[hidden]{display:none}.wig-guide__result-card{margin-top:2.8rem;padding:2.4rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:calc(var(--popup-corner-radius) / 2);background-color:rgba(var(--color-foreground),.04)}.wig-guide__result-heading{margin:0;font-size:2.2rem;line-height:1.2}.wig-guide__result-range{margin:.6rem 0 0;font-size:1.5rem;color:rgba(var(--color-foreground),.72)}.wig-guide__result-note{margin:1.4rem 0 0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.72)}.wig-guide__result-cta{margin-top:2rem}.wig-guide__chart{margin-top:3.2rem}.wig-guide__chart-heading{margin:0 0 1.2rem;font-size:1.3rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.72)}.wig-guide__table-wrap{overflow-x:auto}.wig-guide__table{width:100%;min-width:46rem;border-collapse:collapse;font-size:1.4rem}.wig-guide__table th,.wig-guide__table td{padding:1.2rem 1.4rem;text-align:left;border-bottom:.1rem solid rgba(var(--color-foreground),.12);white-space:nowrap}.wig-guide__table thead th{font-size:1.2rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.wig-guide__table tbody th{font-weight:600}.wig-guide__table tbody tr.is-match{background-color:rgba(var(--color-foreground),.07)}.wig-guide__table tbody tr.is-match th{position:relative}.wig-guide__table tbody tr.is-match th:before{content:"";position:absolute;top:0;bottom:0;left:0;width:.3rem;background-color:rgb(var(--color-foreground))}.wig-guide__disclaimer{margin-top:1.2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.wig-guide__disclaimer>p{margin:0}.wig-guide__panel-head{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.wig-guide__panel-head .icon-accordion{width:2rem;height:2rem;fill:rgb(var(--color-foreground))}.wig-guide__panel-heading{margin:0;font-size:2rem;line-height:1.2}.wig-guide__panel-image{display:block;width:100%;height:auto;margin-bottom:1.6rem;border-radius:calc(var(--popup-corner-radius) / 2)}.wig-guide__panel-content{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.wig-guide__panel-content>p:first-child{margin-top:0}.wig-guide__panel-content>p:last-child{margin-bottom:0}.wig-guide__apps{margin-top:2.4rem}.wig-guide-opener{display:block}.wig-guide-opener[hidden]{display:none}.wig-guide-opener__button{display:inline-flex;align-items:center;gap:.7rem;padding:.6rem 0;background:none;border:0;font-family:var(--font-body-family);font-size:1.5rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.1rem;cursor:pointer;transition:text-decoration-thickness var(--duration-short) ease}.wig-guide-opener__button:hover{text-decoration-thickness:.2rem}.wig-guide-opener__button .icon-accordion{width:1.8rem;height:1.8rem;fill:rgb(var(--color-foreground))}.wig-guide-highlight{animation:wig-guide-flash 1.2s ease}@keyframes wig-guide-flash{0%,to{box-shadow:0 0 rgba(var(--color-foreground),0)}30%{box-shadow:0 0 0 .4rem rgba(var(--color-foreground),.25)}}@media(prefers-reduced-motion:reduce){.wig-guide-highlight{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-wig-style-guide.css.map */
