If you see three Add to cart buttons i.e. text highlighted in blue has
same class i.e btn btn—primary and text highlighted in red doesn’t have
that, so we can target that. Since you are using event-based rule in
Element Tag or Selector you can place selector as shown below.
.btn.btn—primary because we are targeting class it should start with “.”
And spaces should be replaced with “.” .Since we are using class it
might be used in other elements also It is recommended to use parent
element class o...