@mixin collection-variant($background, $border) {
  background-color: $background;
  border-color: $border;
}
