/* ==========================================================================
   UNITED FOODS - SHOP / CATEGORY LISTING PAGE
   Small additions on top of newui/style.css for pieces the shop page needs
   that the product-detail/products mockups didn't already define.
   ========================================================================== */

.fk-scroll-btn.check_view.active {
  background: #12564b;
  color: #ffffff;
  border-color: #12564b;
}

.fk-cat-toggle-btn {
  background: none;
  border: none;
  color: #878787;
  font-size: .72rem;
  padding: 4px 6px;
  cursor: pointer;
  transition: transform .2s ease;
}

.fk-cat-toggle-btn.rotated {
  transform: rotate(180deg);
}

.fk-cat-product-list {
  list-style: none;
  padding: 0 0 6px 26px;
  margin: 2px 0 6px;
}

.fk-cat-product-list li {
  margin-bottom: 4px;
}

.fk-cat-product-list a {
  font-size: .8rem;
  color: #6B7280;
  text-decoration: none;
}

.fk-cat-product-list a:hover {
  color: #12564b;
}

#catSidebarList { padding-bottom: 4px; }

.fk-empty-state {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 60px 20px;
  text-align: center;
  color: #6B7280;
}
