.product-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-colors__color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: -15px;
}