.swatch-method-swatches .product-block-options--swatch .product-block-options__item.first {
    order: 1;
    box-shadow: 0 0 0 3px rgb(var(--body-bg-color)), 0 0 0 4px var(--swatch-background-color);
}
.swatch-method-swatches .product-block-options--swatch .product-block-options__item{
    order: 2;
}
.product-block-options--swatch .product-block-options__inner{
    display: flex;
    flex-wrap: wrap;
}