/*
 * NCS Store Suite v6.2.12
 * Standard desktop toolbar layout:
 * Shop all products | categories | search on the right.
 */
@media (min-width: 821px) {
  .ncs-unified-shop-tools {
    background:#fff !important;
    border-bottom:1px solid #e6ece8 !important;
    box-shadow:0 6px 18px rgba(8,50,36,.035) !important;
  }

  .ncs-unified-shop-tools .ncs-shop-tools-inner {
    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    width:100% !important;
    min-height:74px !important;
    padding:14px 0 !important;
  }

  .ncs-unified-shop-tools .ncs-shop-all {
    order:1 !important;
    flex:0 0 200px !important;
    width:200px !important;
    min-width:200px !important;
    max-width:200px !important;
    height:46px !important;
    margin:0 !important;
    border-radius:12px !important;
  }

  .ncs-unified-shop-tools .ncs-unified-category-rail {
    order:2 !important;
    display:flex !important;
    align-items:center !important;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
  }

  .ncs-unified-shop-tools .ncs-unified-category-scroll {
    display:flex !important;
    flex-flow:row nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    width:100% !important;
    min-width:0 !important;
    min-height:46px !important;
    margin:0 !important;
    padding:0 4px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
  }
  .ncs-unified-shop-tools .ncs-unified-category-scroll::-webkit-scrollbar { display:none !important; }

  .ncs-unified-shop-tools .ncs-category-link {
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:36px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    white-space:nowrap !important;
    color:#415149 !important;
    font-size:.68rem !important;
    font-weight:770 !important;
    line-height:1 !important;
    text-align:center !important;
  }
  .ncs-unified-shop-tools .ncs-category-link:hover,
  .ncs-unified-shop-tools .ncs-category-link:focus-visible {
    background:#f3f8f5 !important;
    color:#087253 !important;
    box-shadow:none !important;
  }

  .ncs-unified-shop-tools .ncs-product-search {
    order:3 !important;
    display:flex !important;
    align-items:center !important;
    flex:0 0 300px !important;
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;
    margin:0 0 0 auto !important;
    border-radius:12px !important;
    grid-column:auto !important;
    grid-row:auto !important;
    box-shadow:none !important;
  }
  .ncs-unified-shop-tools .ncs-product-search input[type="search"] {
    width:100% !important;
    min-width:0 !important;
    height:46px !important;
    padding:0 16px !important;
    font-size:.9rem !important;
  }
  .ncs-unified-shop-tools .ncs-product-search button {
    flex:0 0 48px !important;
    width:48px !important;
    height:46px !important;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .ncs-unified-shop-tools .ncs-shop-tools-inner { gap:12px !important; }
  .ncs-unified-shop-tools .ncs-shop-all {
    flex-basis:186px !important;
    width:186px !important;
    min-width:186px !important;
    max-width:186px !important;
  }
  .ncs-unified-shop-tools .ncs-product-search {
    flex-basis:250px !important;
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
  }
  .ncs-unified-shop-tools .ncs-category-link {
    padding:0 8px !important;
    font-size:.64rem !important;
  }
}

@media (max-width: 820px) {
  .ncs-unified-shop-tools .ncs-shop-tools-inner {
    display:grid !important;
    grid-template-columns:auto minmax(0, 1fr) !important;
    gap:8px !important;
  }
  .ncs-unified-shop-tools .ncs-unified-category-rail { display:none !important; }
  .ncs-unified-shop-tools .ncs-shop-all {
    width:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    font-size:0 !important;
  }
  .ncs-unified-shop-tools .ncs-product-search {
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
  }
}
