.shopee-button {
  display: inline-block;
  margin-top: 18px;
  padding: 13px 20px;
  border-radius: 4px;
  background: #ee4d2d;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.shopee-button:hover { background: #d94427; }
