To align swatches to the left with 0 margin

To align swatches to the left with 0 margin

In variant-picker-styles.liquid, add the followings:

.variant-option--swatches overflow-list::part(list) { padding-inline: 0 !important; margin-inline: 0; }