/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 38:2 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
<style>
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }
    .tabs {
      display: flex;
      list-style: none;
      padding: 0;
    }
    .tabs li {
      margin: 0 10px;
      cursor: pointer;
    }
    .tabs li.active {
      font-weight: bold;
    }
    .section-caption {
      font-style: italic;
      margin-bottom: 10px;
    }
    .section-title {
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom: 20px;
    }
  </style>