.product-colors {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    span {
        display: flex;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid rgba(250, 250, 250, .5);
    }
}