/** Shopify CDN: Minification failed

Line 11:20 Unexpected "{"
Line 11:29 Expected ":"
Line 19:20 Unexpected "{"
Line 19:29 Expected ":"

**/
@media (max-width: 767px){
  /* 1. turn every hero button into an inline element */
  #shopify-section-{{ section.id }} a.button--fixed{
      display:inline-flex !important;
      width:auto !important;
      min-width:0 !important;
      margin:0 .5rem .75rem;          /* horizontal + vertical gap   */
  }

  /* 2. centre the whole line of buttons */
  #shopify-section-{{ section.id }} .banner__box{
      text-align:center;              /* keeps buttons centred       */
  }
}