/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.swatch-group.swatch_group_pa_size, .swatch-group.swatch_group_pa_color {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.swatch-group.swatch_group_pa_color{
	margin-bottom:10px;
}
.swatch-group.swatch_group_pa_size span.swatch.swatchpa_size, .swatch-group.swatch_group_pa_color span.swatch.swatchpa_color {
    border: 1px solid #b5b5b5;
    padding: 1px 7px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}
.swatches-on-archive{
    margin-bottom: 12px;
}
.swatch-group.swatch_group_pa_color span.swatch.swatchpa_color {
    font-size: 0;
    width: 25px;
    height: 25px;
}