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}}.mobile-size-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#00000080}.mobile-size-popup.active{display:flex;align-items:flex-end;justify-content:center}.mobile-size-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.mobile-size-popup__wrapper{position:relative;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.mobile-size-popup__content{position:relative;background:#fff;width:100%;border-radius:12px 12px 0 0;padding:20px;margin-bottom:0;animation:slideUp .3s ease-out;max-height:80vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-size-popup__header{display:flex;justify-content:center;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.mobile-size-popup__title{margin:0;font-size:18px;font-weight:600;color:#333}.mobile-size-popup__close{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#fff;border:none;padding:12px;cursor:pointer;color:#666;border-radius:50%;transition:all .2s;box-shadow:0 2px 8px #00000026;z-index:1001;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mobile-size-popup__close:hover{background-color:#f9f9f9;transform:translate(-50%) scale(1.05)}.mobile-size-popup__options{display:flex;flex-direction:column;gap:8px;min-height:200px;max-height:60vh;overflow-y:auto}.mobile-size-popup__option{background:#fff;padding:8px 24px;font-size:16px;font-weight:500;color:#000;opacity:.7;border:none;cursor:pointer;transition:all .2s;text-align:center;width:100%;display:block;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mobile-size-popup__option:hover{border-color:#999;background-color:#f9f9f9}.mobile-size-popup__option.selected{border-color:unset;background-color:unset;opacity:1}@media (min-width: 768px){.mobile-size-popup{display:none!important}}@media (min-width: 768px){.custom-select__options{display:none}}.custom-select__options{display:none;width:100%;margin-bottom:1rem}.custom-select__label{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border:1px solid #000;border-radius:.4rem;background:#fff;cursor:pointer;transition:all .2s ease;min-height:4.4rem}.custom-select__label:hover{border-color:rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.06)}.custom-select__label:active{transform:scale(.98)}.custom-select__selected-value{font-size:1.4rem;color:rgba(var(--color-foreground),.75);font-weight:500;flex:1;text-align:left}.custom-select__arrow{display:flex;align-items:center;color:rgba(var(--color-foreground),.4);transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.custom-select__arrow svg{width:1.2rem;height:1.2rem}@media (max-width: 767px){.mobile-size-popup__content{margin:0;border-radius:12px 12px 0 0}.mobile-size-popup__options{gap:10px}.select{display:none}.custom-select__options{display:block}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-product-variant-picker.css.map */
