/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 77:4 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:tabs-reiter (INDEX:67) */
<style>
    .tabs {
      width: 100%;
      display: block;
    }

    .tab-links:after {
      display: block;
      clear: both;
      content: '';
    }
  ul.tab-links {
      border-bottom: 1px solid #ccc;
      display: flex;
      overflow-y: auto;
        align-items: baseline;
  }
    .tab-links li {
      float: left;
      list-style: none;
    }

    .tab-links a {
      padding: 9px 15px;
      display: inline-block;
      border-radius: 3px 3px 0 0;
      font-size: 16px;
      font-weight: 600;
      color: #4c4c4c;
      transition: all linear 0.15s;
      text-decoration: none;
    }

    .tab-links a:hover {
      background: #fff;
      text-decoration: none;
    }

    .tab-links .active a {
      color: #4c4c4c;
      border-bottom: 2px solid #000;
    }

    .tab-content {
      padding: 15px;
    }
.tab-content > * {
    font-size: 13px;
}
    .tab {
      display: none;
    }

    .tab.active {
      display: block;
    }
  .tabs-inner{
    max-width: var(--max-width--large);
  }
  ul.tab-links,
  .tab-content
  {
    max-width: 700px;
    margin: 0 auto;
  }
    </style>
/* END_SECTION:tabs-reiter */