.sf-product-options {
    margin-bottom: 1.25em;
}

.sf-option-group {
    margin-bottom: 1em;
}

.sf-option-label {
    margin-bottom: 6px;
}

.sf-option-label label {
    font-weight: 600;
    cursor: default;
}

.sf-swatches {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-swatch {
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
    border-radius: 3px;
    padding: 7px;
    margin: 4px;
    box-shadow: none;
    background: #efefef;
    color: #000000;
    font-size: inherit;
    transition: background 200ms ease, color 200ms ease;
    user-select: none;
    outline: none;
}

.sf-swatch.selected,
.sf-swatch.selected:hover {
    background: #c20000;
    color: #ffffff;
}
