

/* CSS from section stylesheet tags */
.shop-button {
  display: inline-block;
  padding: 12px 24px;
  background: #ec1c29;
  color: #fff;
  font-weight: 100;
  border-radius: 4px;
  text-decoration: none;
}
.shop-button:hover {
  background: #b5121e;
}