.swatch {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #000;
    outline: 2px solid #fff;
    border-style: dotted;
    border-radius: 15px;
}

.swatch.color-selected {
    outline: 2px solid #333;
}

.attribute-label {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 8px 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: #f9f9f9;
}

.attribute-label.selected-attribute {
    background: #333;
    color: #fff;
    border-color: #333;
}
