How can I increase the thickness of my color swatch borders?

Hi how do I make the borders on my selected variants on my colour swatches thicker?

@puppuppup ,

Please share your site URL,
I will check out the issue and provide you a solution here.

Canvas Pup Portraits

@puppuppup ,

Please add this CSS to your theme

.variant-input-wrap input[type=radio]:checked+label{
    box-shadow: 0 0 0 4px #1c1d1d !important;
}

Thanks!

Thank you!