/** Shopify CDN: Minification failed

Line 45:20 Expected identifier but found whitespace
Line 45:22 Unexpected "{"
Line 45:31 Expected ":"
Line 102:20 Expected identifier but found whitespace
Line 102:22 Unexpected "{"
Line 102:31 Expected ":"

**/

    .tabs { background: none!important;border: none!important}
    .tabs.ui-tabs .ui-tabs-nav {
      background: none;
      padding: 0;
      display: flex;
      justify-content: center;
      border: none;
    }
    .tabs-section h2 {
      text-align: center;
    }
    .tabs.ui-tabs .ui-tabs-nav li {
      border: none;
      background: none;
      position: relative;
    }
    .tabs.ui-tabs .ui-tabs-nav li::before {
      content: "";
      width: 2px;
      background-color: #c3c3c5;
      position: absolute;
      right: -1px;
      margin: auto;
      top: 7px;
      bottom: 8px;
    }
    .tabs.ui-tabs .ui-tabs-nav li:last-child::before {
      content: unset;
    }
    .tabs.ui-tabs .ui-tabs-nav li  a{
      color: #929292;
      padding: 5px 40px;
      border-radius: 50px;
     text-transform: {{ section.settings.title_transform }}
    }
    .tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #201f1f;
    }
    .tabs ul.grid.product-grid {
      justify-content: center;
    }
    .tabs.ui-tabs .ui-tabs-nav li  a {
      color: #929292;
      padding: 5px 40px;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 18px;
      font-family: 'Poppins';
    }


    /* New Style css */
    .multi_coll_tabs ul {
      background: none;
      padding: 0;
      display: flex;
      justify-content: center;
      border: none;
    }
    .multi_coll_tabs ul  .tab_headings {
      border: none;
      background: none;
      position: relative;
      list-style: none;
    }
     .multi_coll_tabs-section h2 {
      text-align: center;
    }
    .multi_coll_tabs ul .tab_headings {
      border: none;
      background: none;
      position: relative;
    }
    .multi_coll_tabs ul .tab_headings::before {
      content: "";
      width: 2px;
      background-color: #c3c3c5;
      position: absolute;
      right: -1px;
      margin: auto;
      top: 7px;
      bottom: 8px;
    }
    .multi_coll_tabs ul .tab_headings:last-child::before {
      content: unset;
    }
    .multi_coll_tabs ul .tab_headings  a{
      color: #929292;
      padding: 5px 40px;
      border-radius: 50px;
     text-transform: {{ section.settings.title_transform }}
    }
    .multi_coll_tabs ul .tab_headings.ui-tabs-active a {
        color: #201f1f;
    }
    .multi_coll_tabs ul.grid.product-grid {
      justify-content: center;
    }
    .multi_coll_tabs ul .tab_headings  a {
      color: #929292;
      padding: 5px 40px;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 18px;
      font-family: 'Poppins';
      text-decoration: none;
    }

    @media (max-width: 767px){
      .tabs.ui-tabs .ui-tabs-nav li a, .tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
        padding: 5px 15px;
        font-size: 18px;
      }
    }