variant-selects{display:block}variant-selects input:is([type=checkbox],[type=radio]):is(:disabled,.disabled)+label{cursor:pointer}.product-form__input{min-width:0}.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{position:absolute;inset-inline-start: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--dropdown .dropdown-swatch+select{padding-inline-start:calc(2.4rem + var(--swatch-input--size))}.product-form__input--button{--variant-pills-border-width: 1px}.product-form__input--button input[type=radio]+label{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;cursor:pointer;margin:0;padding:0 2rem;min-height:var(--buttons-height);min-width:var(--buttons-height);transition:all var(--duration-default) ease;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:var(--variant-pills-border-width) solid rgb(var(--color-foreground));border-radius:var(--variant-pills-radius, var(--buttons-radius))}.product-form__input--button input[type=radio]+label.variant-pill.variant-pill--text{min-width:auto;padding:4 .8rem;justify-content:center;white-space:nowrap}.product-form__input--button input[type=radio]+label:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:checked+label{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:checked+label::selection{background-color:rgba(var(--color-background),.3)}.product-form__input--button input[type=radio]:disabled+label,.product-form__input--button input[type=radio].disabled+label{border-color:var(--color-foreground-lighten-19);color:var(--color-foreground-lighten-19)}.product-form__input--button input[type=radio]:disabled+label:before,.product-form__input--button input[type=radio].disabled+label:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to bottom left,transparent calc(50% - var(--variant-pills-border-width)),var(--color-foreground-lighten-19) 50%,transparent calc(50% + var(--variant-pills-border-width))) no-repeat;border-radius:inherit;z-index:1}.product-form__input--button input[type=radio]:disabled+label:hover,.product-form__input--button input[type=radio].disabled+label:hover{color:rgb(var(--color-background))}.product-form__input--button input[type=radio]:disabled:checked+label,.product-form__input--button input[type=radio].disabled:checked+label{color:rgba(var(--color-background),.5)}.product-form__input--button input[type=radio]:disabled:checked+label:before,.product-form__input--button input[type=radio].disabled:checked+label:before{background:linear-gradient(to bottom left,transparent calc(50% - var(--variant-pills-border-width)),rgba(var(--color-background),.5) 50%,transparent calc(50% + var(--variant-pills-border-width))) no-repeat}.product-form__input--button input[type=radio]:focus-visible+label,.product-form__input--button 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--button-square{--swatch-radius: 0}.product-form__input--button-square input[type=radio]+label,.product-form__input--button-square input[type=radio]+label>.swatch-color{border-radius:0}.product-form__input--button-square input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch],[data-swatch-type=text]){padding:0 .8rem}.product-form__input--button-circle{--swatch-radius: 9999px}.product-form__input--button-circle input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch],[data-swatch-type=text]){border-radius:calc(var(--buttons-height) / 2)}.product-form__input--button-circle input[type=radio]+label:not([data-swatch-type=variant_image],[data-swatch-type=color_swatch],[data-swatch-type=shopify_swatch],[data-swatch-type=text]){padding:0 .8rem}.product-form__input--button-standard{--swatch-radius: var(--small-blocks-radius);--variant-pills-radius: var(--small-blocks-radius)}.product-form__input--color .swatch-color,.product-form__input--swatch .swatch-color{background:var(--swatch-background);background-position:var(--swatch-focal-point, 50%);background-size:cover;min-width:calc(var(--swatch-size) - .2rem);min-height:calc(var(--swatch-size) - .2rem);border-radius:var(--swatch-radius);position:relative}.swatch--two-tone:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000 49.5%,#0000000f 49.5% 50.5%,#0000 50.5%);border-radius:inherit;pointer-events:none}.product-form__input--color .swatch-color:before,.product-form__input--swatch .swatch-color:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transition:all var(--duration-default)}.product-form__input--color .swatch-color:before,.product-form__input--swatch .swatch-color:before{opacity:0;box-shadow:0 0 0 .1rem rgba(var(--color-border),var(--color-border-alpha, 1)),0 0 0 .4rem rgb(var(--color-background)),0 0 0 .5rem var(--active-shadow-color)}.product-form__input--color .swatch-color:after,.product-form__input--swatch .swatch-color:after{display:none}.product-form__input--color input[type=radio]:checked+label .swatch-color,.product-form__input--swatch input[type=radio]:checked+label .swatch-color{--active-shadow-color: rgb(var(--color-foreground))}.product-form__input--color input[type=radio]:checked+label .swatch-color:before,.product-form__input--swatch input[type=radio]:checked+label .swatch-color:before{opacity:1}.product-form__input--color input[type=radio]:is(.disabled)+label,.product-form__input--swatch input[type=radio]:is(.disabled)+label{opacity:1}.product-form__input--color input[type=radio]:is(.disabled)+label .swatch-color,.product-form__input--swatch input[type=radio]:is(.disabled)+label .swatch-color{opacity:.5}.product-form__input--color input[type=radio]:is(.disabled)+label .swatch-color:before,.product-form__input--swatch input[type=radio]:is(.disabled)+label .swatch-color:before{background:linear-gradient(to bottom left,transparent calc(50% - .5px),var(--color-foreground-lighten-19) calc(50% - .5px) calc(50% + .5px),transparent calc(50% + .5px));opacity:1;box-shadow:none}.product-form__input--color input[type=radio]:is(.disabled):checked+label .swatch-color:before,.product-form__input--swatch input[type=radio]:is(.disabled):checked+label .swatch-color:before{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;box-shadow:0 0 0 .1rem var(--color-foreground-lighten-19)}.product-form__input--swatch{display:flex;flex-wrap:wrap}.variant-selects-wrapper{background-color:#f5f5f5;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px}.variant-selects-wrapper--compact .product-form__input{margin-bottom:0}.variant-selects-wrapper--compact .form__label{margin-bottom:2px}.variant-selects-wrapper--compact .variant-swatch-slider{gap:4px}.variant-selects-wrapper--compact .variant-swatch-slider__track{padding:4px}.variant-selects-wrapper--compact .variant-swatch-slider__controls{gap:6px}.variant-selects-wrapper--compact .variant-swatch-slider__nav{width:32px;height:32px;border-radius:16px}.variant-selects-wrapper--compact .variant-swatch-slider__nav svg{width:14px;height:14px}.variant-selects-wrapper--compact .variant-swatch-slider__progress{margin-right:8px}.variant-selects-wrapper--compact .product-form__input--dropdown{margin-bottom:0}.variant-selects-wrapper--compact .product-form__input.flex.flex-wrap.gap-1,.variant-selects-wrapper--compact .product-form__input.product-form__input--color.flex.flex-wrap.gap-1,.variant-selects-wrapper--compact .product-form__input.product-form__input--button.flex.flex-wrap.gap-1,.variant-selects-wrapper--compact .product-form__input.product-form__input--button.product-form__input--button-standard.flex.flex-wrap.gap-1,.variant-selects-wrapper--compact .product-form__input.product-form__input--button.product-form__input--button-normal.flex.flex-wrap.gap-1{margin:0!important}.hide-shit{overflow-x:clip;width:100%}.variant-swatch-slider{display:flex;flex-direction:column;gap:8px;width:100%}.variant-swatch-slider__track{display:flex;gap:8px;min-width:0;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:12px 4px}.variant-swatch-slider__track::-webkit-scrollbar{display:none}.variant-swatch-slider__controls{display:flex;align-items:center;gap:12px}.variant-swatch-slider__progress{flex:1;height:2px;background-color:#0000001a;border-radius:2px;margin-right:16px;position:relative}.variant-swatch-slider__progress-bar{position:absolute;left:0;top:0;height:100%;background-color:#000;border-radius:2px;transition:width .2s ease;width:50%}.variant-swatch-slider__nav{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:24px;border:1px solid rgba(0,0,0,.2);background-color:#fff;cursor:pointer;transition:all .2s ease}.variant-swatch-slider__nav:hover:not(:disabled){background-color:#f5f5f5}.variant-swatch-slider__nav:disabled{opacity:.5;cursor:not-allowed}.variant-swatch-slider__nav svg{width:20px;height:20px}@media screen and (forced-colors:active){.product-form__input--button input[type=radio]:checked+label{text-decoration:underline}.product-form__input--button input[type=radio]:focus-visible+label{outline:transparent solid 1px;outline-offset:2px}}svg,img[src$=".svg"],img[src*="data:image/svg+xml"],object[type="image/svg+xml"]{background:transparent!important;background-color:transparent!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-variant-picker.css.map */
