.swatches{display:flex;flex-wrap:wrap;gap:1.6rem}.swatches__swatch{cursor:pointer;height:4.8rem;position:relative;width:4.8rem;z-index:0}.swatches__swatch input{display:none}.swatches__swatch-inner{align-items:center;border:.1rem solid transparent;border-radius:50%;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;transition:all var(--transition);width:100%}.swatches__swatch-inner img{border-radius:50%;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.swatches__swatch:hover :not(:checked)+.swatches__swatch-inner,input:checked+.swatches__swatch-inner{border:.1rem solid var(--color-text);text-decoration:underline}input:checked+.swatches__swatch-inner{box-shadow:0 0 0 .4rem var(--color-background) inset}.swatches__disabled+.swatches__swatch-inner:after,.swatches__disabled+.swatches__swatch-inner:before{content:"";left:0;position:absolute;top:0}.swatches__disabled+.swatches__swatch-inner:before{background-color:var(--color-background);height:100%;opacity:.5;width:100%}.swatches__disabled+.swatches__swatch-inner:after{background-color:var(--color-text);height:105%;left:calc(50% - .1rem);transform:rotate(45deg);width:.1rem}.product-form{display:block}.product-form__content,.product-form__options{display:flex;flex-direction:column}.product-form__content .field,.product-form__options .field{gap:1.5rem}.product-form__options{gap:2.7rem}.product-form__option select option.disabled{color:rgb(var(--color-text-rgb)/30%)}.product-form__option-label{font-weight:600}.product-form__option-title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}@media(max-width:74.99em){.product-form__option-title{font-size:1.2rem}}.product-form__selected-option{font-size:1rem;font-weight:400;letter-spacing:1px;text-transform:uppercase}.product-form__main-actions{display:flex;gap:1.6rem;margin-top:5rem}.product-form__main-actions--single-variant{margin-top:0}.product-form__main-actions+.shopify-payment-button{margin-top:1.6rem}.klaviyo-bis-trigger:not([style="display: none;"])~.product-form__main-actions,.klaviyo-bis-trigger:not([style="display: none;"])~.product-form__main-actions+.shopify-payment-button{display:none}.product-form__selling-plans{display:none;margin-top:2.5rem}.product-form__selling-plans:has(.product-form__selling-plan-variant:not(.hide)){display:block}.product-form__selling-plan{padding:2.5rem}.product-form__selling-plan .checkbox__label{flex:1;font-weight:500}.product-form__selling-plan--subscribe{background-color:#f9f9f9}@media(max-width:74.99em){.product-form__selling-plan .text-label{font-size:1.2rem}}.product-form__selling-plan-select{background-color:var(--color-system-white);color:var(--color-system-black);margin-top:1.5rem;max-width:30rem}.product-form__selling-plan-price{display:flex;font-weight:500;gap:1.6rem}.product-form__selling-plan-price--compare{color:#939598;text-decoration:line-through}.product-form .quantity{flex-shrink:0}.product-form .shopify-payment-button__button--hidden{display:none}.product-form .shopify-payment-button__button{align-items:center;display:flex}
.product-card-form{flex-grow:1}.product-card-form form{display:flex;gap:.5rem;justify-content:flex-end;min-height:4rem}.product-card-form select{flex:1;font-family:var(--font-heading-family);font-size:1.6rem;letter-spacing:1px;padding:.8rem 4.8rem .8rem .8rem;text-transform:uppercase}@media(min-width:75em){.product-card-form select{font-size:1.2rem}}.product-card-form__submit{align-items:center;background-color:var(--color-system-background);border-radius:50%;display:flex;padding:.2rem 1rem}.product-card-form__submit:hover{background-color:var(--color-system-text);color:var(--color-system-background)}.product-card-form__submit[disabled]{cursor:not-allowed;opacity:.7}
