/* GoJD Desktop Scrollbars v1 — visible, compact and consistent. Desktop only. */
@media (min-width: 901px){
  html{
    overflow-y:scroll;
    scrollbar-gutter:stable;
    scrollbar-width:auto;
    scrollbar-color:#aeb4bc #f4f5f7;
  }

  body,
  body *{
    scrollbar-width:thin;
    scrollbar-color:#aeb4bc #f4f5f7;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  body *::-webkit-scrollbar{
    display:block!important;
    width:10px;
    height:10px;
  }

  html::-webkit-scrollbar-track,
  body::-webkit-scrollbar-track,
  body *::-webkit-scrollbar-track{
    background:#f4f5f7;
    border-radius:999px;
  }

  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb,
  body *::-webkit-scrollbar-thumb{
    background:#aeb4bc;
    border:2px solid #f4f5f7;
    border-radius:999px;
    min-height:38px;
    min-width:38px;
  }

  html::-webkit-scrollbar-thumb:hover,
  body::-webkit-scrollbar-thumb:hover,
  body *::-webkit-scrollbar-thumb:hover{
    background:#858c95;
  }

  html::-webkit-scrollbar-thumb:active,
  body::-webkit-scrollbar-thumb:active,
  body *::-webkit-scrollbar-thumb:active{
    background:#e50914;
  }

  html::-webkit-scrollbar-corner,
  body::-webkit-scrollbar-corner,
  body *::-webkit-scrollbar-corner{
    background:#f4f5f7;
  }

  .gojd-dp-thumbs,
  .category-list,
  .breadcrumb-list,
  .tabs-nav,
  .gojd-product-related-showcase .cpo-showcase-grid{
    scrollbar-width:thin!important;
    -ms-overflow-style:auto!important;
    scrollbar-color:#aeb4bc #f4f5f7!important;
  }

  .gojd-dp-thumbs::-webkit-scrollbar,
  .category-list::-webkit-scrollbar,
  .breadcrumb-list::-webkit-scrollbar,
  .tabs-nav::-webkit-scrollbar,
  .gojd-product-related-showcase .cpo-showcase-grid::-webkit-scrollbar{
    display:block!important;
  }

  .category-list::-webkit-scrollbar,
  .breadcrumb-list::-webkit-scrollbar,
  .tabs-nav::-webkit-scrollbar,
  .gojd-product-related-showcase .cpo-showcase-grid::-webkit-scrollbar{
    height:8px!important;
  }

  .admin-sidebar .sidebar-nav{
    scrollbar-color:#64748b #1e293b!important;
  }
  .admin-sidebar .sidebar-nav::-webkit-scrollbar-track{
    background:#1e293b!important;
  }
  .admin-sidebar .sidebar-nav::-webkit-scrollbar-thumb{
    background:#64748b!important;
    border-color:#1e293b!important;
  }
  .admin-sidebar .sidebar-nav::-webkit-scrollbar-thumb:hover{
    background:#94a3b8!important;
  }

  .dev-content,
  .dev-nav,
  .admin-content,
  .cart-content,
  .gojd-pay-sheet-scroll,
  .gojd-ship-sheet-scroll,
  .gojd-favorites-page,
  .gojd-desktop-login-reference{
    scrollbar-width:thin!important;
    scrollbar-color:#9da4ad #f4f5f7!important;
  }
}
