/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<! ===== HELPER CLASSES ====== ->
  .hide-on-mobile {
    display: block
  }

  @media screen and (max-width: 480px){
    .hide-on-mobile {
      display: none;
    }
  }

  .pad-top {
    padding-top: 20px
  }
  
  .lg-pad-top {
    padding-top: 40px
  }
  
  .xl-pad-top {
    padding-top: 60px;
  }
  
  .flex-start {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  
  .page-width--full {
    width: 100%
  }
  
  .page-width--standard {
    width: 1200px;
    display: block;
    margin: auto;
  }
  
  .is-capitalized {
    text-transform: uppercase;
  }

  .align--left {
    text-align: left
  }

  .align--center {
    text-align: center
  }

  .align--right {
    text-align: right
  }

  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .circle {
    background: #96a499;
    border-radius: 20px;
    padding: 5px 12px;
    margin-right: 5px;
  }
  
  .circle-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .grid-no-gap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
  }

  .top-bar {
    color: rgb(var(--color-foreground));
  }

  .top-bar__message {
    padding: 1rem 2rem;
    margin: 0;
    letter-spacing: 0.1rem;
  }

  .basic-table {
    width: 50%; 
    display: flex; 
    justify-content: space-between; 
    margin: auto;
    border-top: 1px solid #cccccc;
  }
.button, .button-label {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    font-family: Figtree-SemiBold,sans-serif;
    margin: 5px;
}
