.product-price__compare,
.product-price__compare-large {
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #7e5bef !important;
  outline-offset: 2px !important;
}

html body *:focus,
html body a:focus,
html body button:focus {
  outline: 2px solid #7e5bef !important;
  outline-offset: -2px !important;
}
