body .g-button {
  background: #f00; }
  body .g-button:hover {
    color: #f00 !important;
    border-color: #f00 !important;
    background: #fff; }
  body .g-button.g-button--invert {
    color: #f00 !important;
    border-color: #f00 !important; }
  body .g-button.g-button--invert:hover {
    background: #f00;
    color: #fff !important; }

@media (max-width: 480px) {
  .localproducts__block-pricetitle {
    margin-top: 60px !important; } }
