.super-swatches{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:10px;
}

.super-swatches button{
background:#fff;
color:#000;
border:none;
padding:10px 15px;
border-radius:20px;
cursor:pointer;
transition:0.3s;
font-weight:600;
}

.super-swatches button:hover{
background:#a100ff;
color:#fff;
}

.super-swatches button.active{
background:#a100ff;
color:#fff;
box-shadow:0 0 10px #a100ff;
}
