.swatches{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.swatches__label,.swatches__swatch{position:relative}.swatches__label{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid var(--color-border);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-black-light);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;height:3rem;justify-content:center;line-height:3rem;min-width:3rem;padding:.25rem;text-align:center;-webkit-transition:all var(--duration-default) ease;transition:all var(--duration-default) ease}.swatches__label:hover{border-color:var(--color-black-light);font-weight:700}.swatches__label--disabled{color:rgba(var(--color-black-light-rgb),.25)}.swatches__input:checked+.swatches__label{border:1px solid var(--color-black-light);font-weight:700}sticky-add-to-cart fieldset{border:0;margin:0;padding:0 0 .5rem}sticky-add-to-cart .product-form__header{padding:0 0 1rem}