/* tabs  */
  /* Tabbed lists */
  /* Tab navigation */
  /* Dropdown */
  .transition-trigger { display: block; position: relative; width: 30px; height: 30px; margin: 10px 0 0 0; padding: 0; font-size: 0; border-radius: 50%; border: 2px solid #f07e2d; }
  .transition-trigger:after {content: "";display: block;position: absolute;top: 9px;left: 9px;width: 13px;height: 12px;background: transparent url("/assets/svg/arrow-down.svg") center 3px / 92% no-repeat;transform: rotate(-180deg);/* background-size: cover; */-webkit-transition: transform 0.35s ease;-moz-transition: transform 0.35s ease;-o-transition: transform 0.35s ease;transition: transform 0.35s ease;}
  .transition-trigger.collapsed { margin-top: 0; }
  .transition-trigger.collapsed:after {/* background-image: url("/img/svg/arrow-down-white.svg"); */transform: rotate(0deg);/* top: 3px; */background-size: 93%;}
  
  .tablist .tab-dropdown { position: relative; z-index: 9; margin-bottom: 15px; background: #707070; }
  .tablist .tab-dropdown .trigger-wrapper { width: 100%; padding: 18px 45px 15px 15px; margin: 0; color: #fff; border: none; line-height: 1; min-height: 50px; font-weight: 500; }
  .tablist .tab-dropdown .trigger-wrapper .transition-trigger { margin-top: 0; position: absolute; top: 10px; right: 10px; border-color: #fff; width: 30px; height: 30px; }
  .tablist .tab-dropdown .trigger-wrapper .transition-trigger:after { background-image: url(/assets/svg/dropdown-exit-white.svg); top: 8px; left: 6px; width: 15px; height: 15px; }
  .tablist .tab-dropdown .trigger-wrapper .transition-trigger.collapsed:after { background-image: url(/assets/svg/chevron-down-white.svg); top: 7px; }
  .tablist .tab-dropdown .tab-item-button{ width:100%; text-align: left; color:#ffffff; padding:15px 15px 15px 15px}
.tab-option-wrapper {
  display: none;
  flex-direction: row;
  justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .tab-option {
    border-bottom: 2px solid #DADADA;
    background: transparent;
    width: 100%;
    height: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .model  .tab-option {
    align-items: flex-end;
  }

  .tab-option h3 {
    color: #DADADA;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.5em;
    transition: 250ms ease 150ms;
  }
  .brands .tab-option h3 {
    font-size: 23px;
  }
  .model .tab-option h3 {
    font-size: 25px;
  }
  
  .tab-option.active {
    border-bottom: 7px solid #575756;
  }
  .sustainability .tab-option h3,
  .overview .tab-option h3 {
    color:#575756;
    opacity: 0.4;
  }
  .tab-option.active h3 {
    color: #575756;
    opacity: 1;
  }
  
  .tab-item {
    display: none;
  }
  
  .tab-item.active {
    display: block;
  }

  .tab-item .umb-block-grid__layout-container .umb-block-grid__layout-item:first-of-type {
    padding: 0;
  }

  .tab-item h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.1em;
  }

  .tab-item p {
    line-height: 28px;
  }

  .asset-board-tabs {
    margin-top: 200px;
  }
  
  .asset-board-tabs .tab-option-wrapper {
    margin-bottom: 25px;
  }
  
  .asset-board-tabs .tab-option-wrapper .tab-option {
    text-align: center;
    border: 2px solid var(--primary-colour);
    color: var(--primary-colour);
  }
  
  .asset-board-tabs .tab-option-wrapper .tab-option.active {
    background: var(--primary-colour);
    color: white;
  }/*# sourceMappingURL=tabs.css.map */


  @media (max-width: 992px) {
    .marketplace-image.setting-spacing-large{
      padding: 0;
    }
  }

  @media (min-width: 1024px) {
   .tablist .tab-dropdown {
    display: none;
  }
    .tab-option-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 30px;
    }
    .overflow-tab-content {
        overflow-y: scroll;
        min-height: 300px;
        max-height: 370px;
        height: 55vh;
        margin-right: 3rem;
        margin-top: 3rem;
      }
    
      /* Webkit-based browsers (Chrome, Safari) */
    /* Thin track */
    .overflow-tab-content::-webkit-scrollbar {
        width: 7px;
      }
      
      /* Scrollbar track */
      .overflow-tab-content::-webkit-scrollbar-track {
        background-color: #F6F6F1;
        border-radius: 6px;
      }
      
      /* Scrollbar thumb */
      .overflow-tab-content::-webkit-scrollbar-thumb {
        background-color: #DADADA;
        border-radius: 6px;
      }

      .tab-option {
        max-width: 235px;
      }
      .brands .tab-option {
        max-width: 160px;
        padding: 14px;
        padding-bottom: 0;
      }
      .overview .tab-option {
        max-width: 300px;
      }
      .sustainability .tab-option {
        max-width: 450px;
      }
      .model .tab-option {
        max-width: 220px;
      }
      .model .tab-option h3 {
        margin-right: 30px;
        margin-left: 30px;
    }
      .model .tab-item .panel-size-large {
        padding-top: 0;
      }
  }