/* Farbswatches größer machen */
.product-variants .color,
.product-variants .custom-checkbox label span.color {
    width: 50px;
    height: 50px;
    border-radius: 50%; /* rund, optional */
}

/* Optional: Abstand */
.product-variants .color {
    margin: 5px;
}


@media (max-width: 767px) {
    .subcategories, 
    #subcategories {
        display: block !important;
    }
}

