ContentSquare is a solution which aggregates usage and frequency data to improve user experience.
Statistics created are anonymous.
To be excluded from this monitoring, please
click here
$('.prod-card__variants .colour-option').click(function() {
$(this).siblings('div').removeClass('selected');
$(this).addClass('selected');
});