<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customCart {
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  height: 42px;
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: #E6E6E6 #E6E6E6 #B3B3B3;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.customCart a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #ad0003;
}
.customCart a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
}
</pre></body></html>