/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 32:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-button-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }
  .custom-button-row a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    flex: 1 1 calc(20% - 10px); /* 5 buttons in a row */
    margin: 20px;
  }
  @media screen and (max-width: 768px) {
    .custom-button-row a {
      flex: 1 1 100%;
    }
  }
</style>