fieldset.product-form__input:has(.snf-colour-swatch){display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;max-width:none}fieldset.product-form__input:has(.snf-colour-swatch) legend{flex:0 0 100%;margin-bottom:.8rem;font-weight:650}.snf-selected-colour{font-weight:500;margin-left:.25rem}.product-form__input input[type=radio]+label.snf-colour-swatch{position:relative;display:inline-block;width:4rem;height:4rem;min-width:4rem;min-height:4rem;padding:0;margin:.35rem .5rem .35rem 0;border-radius:50%;background-color:var(--snf-swatch,#d8d8d8)!important;background-image:var(--snf-swatch-bg,var(--snf-texture,none))!important;background-size:var(--snf-texture-size,auto);border:.2rem solid rgba(var(--color-foreground),.24);box-shadow:inset 0 0 0 .2rem rgb(var(--color-background)),0 .1rem .3rem rgba(0,0,0,.08);vertical-align:middle;transition:transform .16s ease,box-shadow .16s ease,outline-color .16s ease}.product-form__input input[type=radio]+label.snf-colour-swatch:hover{transform:translateY(-1px) scale(1.04);box-shadow:inset 0 0 0 .2rem rgb(var(--color-background)),0 .25rem .65rem rgba(0,0,0,.16)}.product-form__input input[type=radio]:focus-visible+label.snf-colour-swatch{outline:.25rem solid rgb(var(--color-foreground));outline-offset:.25rem}.product-form__input input[type=radio]:checked+label.snf-colour-swatch{transform:scale(1.1);outline:.28rem solid rgb(var(--color-foreground));outline-offset:.22rem;border-color:rgb(var(--color-background));box-shadow:inset 0 0 0 .2rem rgb(var(--color-background)),0 .3rem .8rem rgba(0,0,0,.22)}.product-form__input input[type=radio]:checked+label.snf-colour-swatch:before{content:'✓';position:absolute;right:-.45rem;top:-.55rem;width:1.7rem;height:1.7rem;border-radius:50%;display:grid;place-items:center;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1rem;font-weight:700;line-height:1;box-shadow:0 .1rem .35rem rgba(0,0,0,.22)}.product-form__input input[type=radio].disabled+label.snf-colour-swatch{opacity:.35}.product-form__input input[type=radio].disabled+label.snf-colour-swatch:after{content:'';position:absolute;left:4%;right:4%;top:49%;height:1px;background:rgba(var(--color-foreground),.75);transform:rotate(-45deg)}label.snf-colour-swatch.snf-light-swatch{border-color:rgba(var(--color-foreground),.38)}label.snf-colour-swatch.snf-heather{--snf-texture:repeating-linear-gradient(125deg,rgba(255,255,255,.16) 0,rgba(255,255,255,.16) 1px,rgba(0,0,0,.08) 1px,rgba(0,0,0,.08) 2px);--snf-texture-size:4px 4px}label.snf-colour-swatch.snf-washed{--snf-texture:radial-gradient(circle at 25% 30%,rgba(255,255,255,.2) 0 8%,transparent 9%),radial-gradient(circle at 70% 65%,rgba(0,0,0,.08) 0 7%,transparent 8%);--snf-texture-size:18px 18px}label.snf-colour-swatch.snf-two-tone{background-image:linear-gradient(135deg,var(--snf-swatch) 0 49%,var(--snf-secondary,var(--snf-swatch)) 51% 100%)!important}@media screen and (max-width:989px){.product-form__input input[type=radio]+label.snf-colour-swatch{width:3.7rem;height:3.7rem;min-width:3.7rem;min-height:3.7rem;margin:.35rem .42rem .35rem 0}.product-form__input input[type=radio]:checked+label.snf-colour-swatch{transform:scale(1.07)}}@media (prefers-reduced-motion:reduce){.product-form__input input[type=radio]+label.snf-colour-swatch{transition:none}}