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;gap:8px}.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}}.custom-select{position:relative;width:100%}.custom-select__trigger{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.6rem;background-color:rgb(var(--color-background));border:.2px solid var(--color-black);border-radius:2px;cursor:pointer;font-size:1.6rem;line-height:1.4;color:rgb(var(--color-foreground));transition:border-color var(--duration-short) ease;min-height:4.5rem}.custom-select__trigger:hover{border-color:rgba(var(--color-foreground),.55)}.custom-select__trigger:focus{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.1rem;border-color:rgba(var(--color-foreground),.55);outline:none!important}.custom-select__trigger[aria-expanded=true]{border-color:rgba(var(--color-foreground),.55)}.custom-select__value{font-weight:400!important;flex:1;text-align:left}.custom-select__arrow{display:flex;align-items:center;margin-left:1rem;transition:transform var(--duration-short) ease;width:1.2rem;height:1.2rem}.custom-select__trigger[aria-expanded=true] .custom-select__arrow{transform:rotate(180deg)}.custom-select__options{position:absolute;top:100%;left:0;right:0;z-index:10;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),var(--alpha-button-border));border-top:none;border-radius:0 0 var(--border-radius) var(--border-radius);list-style:none;margin:0;padding:0;max-height:20rem;overflow-y:auto;display:none;box-shadow:var(--shadow-vertical-offset) var(--shadow-horizontal-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.custom-select__option{font-weight:400!important;display:flex;align-items:center;padding:1.2rem 1.6rem;cursor:pointer;font-size:1.6rem;line-height:1.4;color:rgb(var(--color-foreground));transition:background-color var(--duration-short) ease;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.custom-select__option:last-child{border-bottom:none}.custom-select__option:hover{background-color:var(--color-navy);color:var(--color-white)}.custom-select__option:focus{background-color:var(--color-navy);color:var(--color-white);outline:none}.custom-select__option.selected{background-color:var(--color-navy);font-weight:500;color:var(--color-white)}.custom-select__option.disabled{color:rgba(var(--color-foreground),.6);cursor:not-allowed;text-decoration:line-through}.custom-select__option.disabled:hover{background-color:transparent}.custom-select__option-swatch{margin-right:1rem;display:flex;align-items:center}.custom-select__option-swatch .swatch{width:2rem;height:2rem}.custom-select__option-text{flex:1}.product-form__input--dropdown .dropdown-swatch{left:1.6rem;top:calc(50% - var(--swatch-input--size) / 2);width:var(--swatch-input--size);height:var(--swatch-input--size);z-index:2}.custom-select__trigger .dropdown-swatch{margin-right:1rem}.custom-select:not(.open) .custom-select__options{display:none}.custom-select.open .custom-select__options{display:block}@media screen and (max-width: 749px){.custom-select__trigger{padding:1.2rem 1.4rem;font-size:1.4rem;min-height:4rem}.custom-select__option{padding:1rem 1.4rem;font-size:1.4rem}.custom-select__options{max-height:16rem}}.custom-select__option:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:-.2rem}@media (prefers-reduced-motion: reduce){.custom-select__trigger,.custom-select__arrow,.custom-select__option{transition:none}}@media (prefers-contrast: high){.custom-select__trigger{border-width:.2rem}}.form__label{color:var(--color-gray)!important;margin-bottom:8px!important}.form__label span{font-weight:800!important}.swatch-image-label{width:73px!important;height:73px!important}.swatch-image{cursor:pointer;object-fit:cover;width:100%;height:100%}.swatch-image-label.selected{border:1px solid #000;border-radius:2px}
/*# sourceMappingURL=/cdn/shop/t/168/assets/component-product-variant-picker.css.map */
