p[class*=is-style-icon] a {
  display: flex;
}
p[class*=is-style-icon] a:before {
  content: "";
  display: inline-block;
  flex-basis: 1.25em;
  margin-right: 5%;
  width: 1.25em;
  height: 1.25em;
  background: center/contain no-repeat;
}
p[class*=is-style-icon] a:hover, p[class*=is-style-icon] a:active {
  filter: brightness(0.8);
}
p[class*=is-style-icon] a::after {
  display: none;
}
p[class*=is-style-icon].has-text-align-center a {
  justify-content: center;
}
p[class*=is-style-icon].has-text-align-right a {
  justify-content: flex-end;
}
p.is-style-icon-cart a:before {
  background-image: url("../../../img/icons/shopping-cart.min.svg");
}
p.is-style-icon-gift a:before {
  background-image: url("../../../img/icons/shopping-gift.min.svg");
}
p.is-style-icon-redlamp a {
  text-decoration: none;
  align-items: center;
}
p.is-style-icon-redlamp a:before {
  background-image: url("../../../img/icons/redlamp.min.svg");
}
p.is-style-icon-greenlamp a {
  text-decoration: none;
  align-items: center;
}
p.is-style-icon-greenlamp a:before {
  background-image: url("../../../img/icons/greenlamp.min.svg");
}