variant-selects{display:block}.product--no-media .product-form__input--pill,.product--no-media .product-form__input--swatch,.product--no-media .product-form__input--dropdown{display:flex;align-items:center;justify-content:center;text-align:center}.product--no-media .product-form__input.product-form__input--pill,.product--no-media .product-form__input.product-form__input--swatch{flex-wrap:wrap;margin:0 auto 1.2rem}.product--no-media .product-form__input--dropdown{flex-direction:column;max-width:100%}:is(.product-form__input--pill,.product-form__input--swatch) .form__label{margin-bottom:.2rem}.product-form__input input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.product-form__input input[type=radio]:not(.disabled):not(.visually-disabled)+label>.label-unavailable{display:none}.product-form__input--dropdown{--swatch-input--size: 2rem;margin-bottom:1.6rem}.product-form__input--dropdown .dropdown-swatch+select{padding-left:calc(2.4rem + var(--swatch-input--size))}.product-form__input--dropdown .dropdown-swatch{position:absolute;left:1.6rem;top:calc(50% - var(--swatch-input--size) / 2);width:var(--swatch-input--size);height:var(--swatch-input--size);z-index:1}.product-form__input--pill input[type=radio]+label{border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));background-color:rgb(var(--color-background));color:rgba(var(--color-foreground));border-radius:var(--variant-pills-radius);color:rgb(var(--color-foreground));display:inline-block;margin:.7rem .5rem .2rem 0;padding:1rem 2rem;font-size:1.4rem;letter-spacing:.1rem;line-height:1;text-align:center;transition:border var(--duration-short) ease;cursor:pointer;position:relative}.product-form__input--pill input[type=radio]+label:before{content:"";position:absolute;top:calc(var(--variant-pills-border-width) * -1);right:calc(var(--variant-pills-border-width) * -1);bottom:calc(var(--variant-pills-border-width) * -1);left:calc(var(--variant-pills-border-width) * -1);z-index:-1;border-radius:var(--variant-pills-radius);box-shadow:var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset) var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow),var(--variant-pills-shadow-opacity))}.product-form__input--pill input[type=radio]+label:hover{border-color:rgb(var(--color-foreground))}.product-form__input--pill input[type=radio]:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (forced-colors:active){.product-form__input--pill input[type=radio]:checked+label{text-decoration:underline}.product-form__input--pill input[type=radio]:focus-visible+label{outline:transparent solid 1px;outline-offset:2px}}.product-form__input--pill input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background),.3)}.product-form__input--pill input[type=radio]:disabled+label,.product-form__input--pill input[type=radio].disabled+label{border-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6);text-decoration:line-through}.product-form__input--pill input[type=radio].disabled:checked+label,.product-form__input--pill input[type=radio]:disabled:checked+label{color:rgba(var(--color-background),.6)}.product-form__input--pill input[type=radio]:focus-visible+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.product-form__input--pill input[type=radio].focused+label{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.product-form__input--swatch{display:flex;flex-wrap:wrap}.product-form__input--swatch .swatch-input__input+.swatch-input__label{--swatch-input--size: 3.6rem;margin:.7rem 1.2rem .2rem 0}@media screen and (min-width:750px){.product-form__input--swatch .swatch-input__input+.swatch-input__label{--swatch-input--size: 2.8rem}}.product-form__input--pill input[type=radio]+label{white-space:nowrap}.product-form__input--pill:has(>.nj-variant-guide-link){position:relative}.nj-variant-guide-link{position:absolute;top:-2rem;right:0;line-height:1.8rem;font-size:1.1rem;font-weight:400;letter-spacing:.06em;text-transform:none;color:#6b625b;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.3em}.nj-variant-guide-link:hover{color:rgb(var(--color-foreground))}.nj-size-dropdown{position:relative;display:block;margin-top:1rem}.nj-size-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;min-height:4.8rem;padding:.9rem 1.6rem;border:1px solid rgba(var(--color-foreground),.35);border-radius:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:1.4rem;letter-spacing:.04em;text-align:left;cursor:pointer}.nj-size-dropdown--open .nj-size-dropdown__trigger{border-color:rgb(var(--color-foreground))}.nj-size-dropdown__current--unavailable:after{content:" \2014  Unavailable";color:rgba(var(--color-foreground),.45)}.nj-size-dropdown__chevron{flex:0 0 auto;transition:transform .2s ease}.nj-size-dropdown--open .nj-size-dropdown__chevron{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.nj-size-dropdown__chevron{transition:none}}.nj-size-dropdown__panel{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;margin-top:-1px;max-height:28rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.2) transparent;z-index:11;border:1px solid rgb(var(--color-foreground));background-color:rgb(var(--color-background));box-shadow:0 8px 24px #0000000a}.nj-size-dropdown__panel::-webkit-scrollbar{width:6px}.nj-size-dropdown__panel::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:3px}.nj-size-dropdown--open .nj-size-dropdown__panel{display:flex}.nj-size-dropdown input[type=radio]+label.nj-size-dropdown__option{display:flex!important;align-items:center;justify-content:space-between;gap:1.2rem;min-height:4.4rem;margin:0!important;padding:.9rem 1.6rem!important;border:0!important;border-bottom:1px solid rgba(var(--color-foreground),.08)!important;border-radius:0!important;background-color:transparent!important;color:rgb(var(--color-foreground))!important;font-size:1.4rem;letter-spacing:.04em;white-space:normal;text-decoration:none!important}.nj-size-dropdown input[type=radio]:last-of-type+label.nj-size-dropdown__option{border-bottom:0!important}.nj-size-dropdown input[type=radio]+label.nj-size-dropdown__option:hover{background-color:rgba(var(--color-foreground),.03)!important}.nj-size-dropdown input[type=radio]:checked+label.nj-size-dropdown__option:after{content:"";flex:0 0 auto;width:4px;height:4px;border-radius:50%;background-color:rgb(var(--color-foreground))}.nj-size-dropdown input[type=radio].disabled+label.nj-size-dropdown__option,.nj-size-dropdown input[type=radio]:disabled+label.nj-size-dropdown__option{opacity:.4;text-decoration:none!important}.nj-size-dropdown__text,.nj-size-dropdown__current{text-align:left}.nj-size-dropdown__sub{display:block;margin-top:.2rem;font-size:1.2rem;letter-spacing:.03em;color:rgba(var(--color-foreground),.55)}.nj-size-dropdown__flag{flex:0 0 auto;font-size:1.1rem;letter-spacing:.06em;color:rgba(var(--color-foreground),.6)}.nj-size-dropdown input[type=radio]+label.nj-size-dropdown__sizer{order:-1;padding:1.2rem 1.6rem!important;border-bottom:1px solid rgb(var(--color-foreground))!important}.product__info-wrapper:has(.nj-size-dropdown--open){transform:none!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-variant-picker.css.map */
