.sutore-resutore-option__swatch {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgb(230, 230, 230);
  background: #ccc;
  box-sizing: border-box;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  margin-right: 8px;
}

.sutore-resutore-facet__group {
  margin: 16px 0;
  min-width: 50%;
}

.sutore-resutore-facet__group-title {
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0;
}

@media screen and (min-width: 800px) {
  .sutore-resutore-option__swatch {
    margin-right: 50%;
  }
}