/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 74:4 Unexpected "<"

**/
/* START_SECTION:product-tabs (INDEX:53) */
<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;
    padding:0;
  }
    .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 0;
    }
.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:product-tabs */
