/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 43:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .template-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tab {
    overflow: hidden;
  }
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-family: inherit;
  }
  .tab button:hover {
    background-color: #000;
    color: #fff;
  }
  .tab button.active {
    background-color: #000;
    color: #fff;
  }
  .tabcontent {
    display: none;
    font-family: inherit;
  }
</style>