/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 14:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .app-store-image {
    max-width: 126px;
  }
</style>
.link-list-container {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .link-list-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .link-card {
    padding: 0.25em;
  }

  .link-button {
    border-radius: 5px;
  }

  .link-product-image {
    max-width: 50vw;
  }