/**
 * 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, .swatch-group.swatch_group_pa_sneakers-size {
    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, .swatch-group.swatch_group_pa_sneakers-size span.swatch.swatchpa_sneakers-size {
    border: 1px solid #b5b5b5;
    padding: 1px 1px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 22px;
    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;
}
.swatch-group.swatch_group_pa_color span.swatch.swatchpa_color.selected, .swatch-group.swatch_group_pa_size span.swatch.swatchpa_size.selected, swatch-group.swatch_group_pa_sneakers-size span.swatch.swatchpa_sneakers-size.selected {
    border: 3px solid #e9ebea;
}
.swatch-group.swatch_group_pa_size span.swatch.swatchpa_size.selected, swatch-group.swatch_group_pa_sneakers-size span.swatch.swatchpa_sneakers-size.selected{
    outline-offset: -1px;
}
.swatch_unavailable:after {
    content: '';
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
    left: 2px;
}
.swatch_unavailable:before {
    content: '';
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 2px;
}
.swatch_unavailable {
    position: relative;
    opacity: .5 !important;
    background: #fff;
    pointer-events: none;
    cursor: not-allowed !important;
}