& {
  display: flex;
  margin: 0 -10px;
  padding: 10px 0 0 10px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  position: relative;

  &__swatch {
    width: 16px !important;
    height: 16px !important;;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}
