/* HuntBee Trust Ledger catalogue/category experience */
.hb-theme .hb-category-page {
  background: #f7f5ef;
  color: #111820;
}

.hb-theme .hb-category-page > .container {
  padding-top: 18px;
  padding-bottom: 64px;
}

/* Breadcrumb */
.hb-theme .hb-breadcrumb-wrap {
  margin: 0 0 24px;
}

.hb-theme .hb-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
}

.hb-theme .hb-breadcrumb > li {
  display: inline-flex;
  align-items: center;
  color: #7a838c;
}

.hb-theme .hb-breadcrumb > li + li:before {
  content: "\f105";
  padding: 0 7px 0 1px;
  color: #aab0b5;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.hb-theme .hb-breadcrumb a {
  color: #68727c;
}

.hb-theme .hb-breadcrumb a:hover,
.hb-theme .hb-breadcrumb a:focus {
  color: #111820;
}

.hb-theme .hb-breadcrumb .active span {
  color: #111820;
  font-weight: 700;
}

/* Category introduction */
.hb-theme .hb-category-intro {
  max-width: 850px;
  margin-bottom: 28px;
}

.hb-theme .hb-category-eyebrow,
.hb-theme .hb-section-kicker {
  display: block;
  margin-bottom: 8px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hb-theme .hb-category-intro h1 {
  margin: 0 0 12px;
  color: #111820;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.035em;
}

.hb-theme .hb-category-description {
  color: #4e5963;
  font-size: 13px;
  line-height: 1.7;
}

.hb-theme .hb-category-description p:last-child {
  margin-bottom: 0;
}

/* Child-category discovery */
.hb-theme .hb-category-refine {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e5e1d7;
  border-radius: 10px;
  background: #fff;
}

.hb-theme .hb-section-heading-row {
  margin-bottom: 13px;
}

.hb-theme .hb-section-heading-row h2 {
  margin: 0;
  color: #111820;
  font-size: 15px;
  font-weight: 800;
}

.hb-theme .hb-category-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hb-theme .hb-category-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #e7e3da;
  border-radius: 7px;
  background: #faf9f5;
  color: #202933;
  font-size: 12px;
  font-weight: 700;
}

.hb-theme .hb-category-chip:hover,
.hb-theme .hb-category-chip:focus {
  border-color: #d6c89f;
  background: #fffaf0;
  color: #111820;
}

.hb-theme .hb-category-chip i {
  margin: 0 !important;
  color: #e8a600;
  font-size: 12px;
}

/* Main layout */
.hb-theme .hb-category-body {
  margin-top: 0;
  margin-bottom: 0;
}

.hb-theme .hb-category-body #column-left {
  padding-right: 14px;
}

.hb-theme .hb-category-content {
  padding-left: 16px;
}

/* Sidebar cards */
.hb-theme .hb-sidebar-card {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #e2ded4;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

.hb-theme .hb-sidebar-card-heading {
  padding: 15px 16px 13px;
  border-bottom: 1px solid #ece8df;
  background: #f5f2ea;
}

.hb-theme .hb-sidebar-card-heading > span {
  display: block;
  margin-bottom: 3px;
  color: #8b7d5b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hb-theme .hb-sidebar-card-heading > strong {
  color: #111820;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.hb-theme .hb-sidebar-links {
  display: block;
  padding: 6px 0;
}

.hb-theme .hb-sidebar-link,
.hb-theme .hb-sidebar-child {
  display: block;
  position: relative;
  padding: 9px 15px;
  border: 0;
  color: #59646e;
  background: transparent;
  font-size: 12px;
  line-height: 1.35;
}

.hb-theme .hb-sidebar-link:hover,
.hb-theme .hb-sidebar-child:hover {
  color: #111820;
  background: #faf8f3;
}

.hb-theme .hb-sidebar-link.active {
  color: #111820;
  background: #fff8e8;
  font-weight: 800;
}

.hb-theme .hb-sidebar-link.active:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: #f6b51b;
}

.hb-theme .hb-sidebar-children {
  padding: 2px 0 7px;
  border-bottom: 1px solid #f0ede6;
}

.hb-theme .hb-sidebar-child {
  padding: 6px 15px 6px 26px;
  color: #7a838c;
  font-size: 12px;
}

.hb-theme .hb-sidebar-child.active {
  color: #111820;
  font-weight: 700;
}

/* Filter module */
.hb-theme .hb-filter-groups {
  padding: 0 15px;
}

.hb-theme .hb-filter-group {
  padding: 14px 0;
  border-bottom: 1px solid #eeeae2;
}

.hb-theme .hb-filter-group:last-child {
  border-bottom: 0;
}

.hb-theme .hb-filter-group-title {
  margin-bottom: 9px;
  color: #111820;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-filter-options {
  display: grid;
  gap: 6px;
}

.hb-theme .hb-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #66717b;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.hb-theme .hb-filter-option input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #e8a600;
}

.hb-theme .hb-filter-option:hover {
  color: #111820;
}

.hb-theme .hb-filter-actions {
  padding: 12px 15px 15px;
  border-top: 1px solid #eeeae2;
  background: #faf9f5;
}

.hb-theme .hb-filter-button {
  width: 100%;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #111820;
  border-radius: 6px;
  background: #111820;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-filter-button:hover,
.hb-theme .hb-filter-button:focus {
  border-color: #263342;
  background: #263342;
}

/* Catalogue toolbar */
.hb-theme .hb-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #e4e0d7;
  border-radius: 8px;
  background: #fff;
}

.hb-theme .hb-catalog-results {
  color: #737d86;
  font-size: 12px;
  white-space: nowrap;
}

.hb-theme .hb-catalog-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hb-theme .hb-catalog-select {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hb-theme .hb-catalog-select label {
  margin: 0;
  color: #7c858d;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.hb-theme .hb-catalog-select .form-control {
  height: 32px;
  min-width: 150px;
  padding: 5px 28px 5px 9px;
  border: 1px solid #dcd8cf;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  color: #202933;
  font-size: 12px;
}

.hb-theme .hb-catalog-limit .form-control {
  min-width: 70px;
}

/* Product cards */
.hb-theme .hb-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hb-theme .hb-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2ded4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(17, 24, 32, .035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hb-theme .hb-product-card:hover {
  transform: translateY(-2px);
  border-color: #d5cec0;
  box-shadow: 0 12px 28px rgba(17, 24, 32, .07);
}

.hb-theme .hb-product-image {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.78 / 1;
  border-bottom: 1px solid #ece8df;
  background: #f1eee7;
}

.hb-theme .hb-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.hb-theme .hb-product-card:hover .hb-product-image img {
  transform: scale(1.015);
}

.hb-theme .hb-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.hb-theme .hb-product-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 24px;
  margin-bottom: 4px;
}

.hb-theme .hb-product-type {
  color: #879099;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-theme .hb-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 1px solid #e0ddd5;
  border-radius: 50%;
  background: #fff;
  color: #7d8790;
}

.hb-theme .hb-wishlist-button:hover,
.hb-theme .hb-wishlist-button:focus {
  border-color: #dfc77d;
  color: #b77c00;
  background: #fffaf0;
}

.hb-theme .hb-wishlist-button i {
  margin: 0 !important;
  font-size: 12px;
}

.hb-theme .hb-product-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
}

.hb-theme .hb-product-card h3 a {
  color: #111820;
}

.hb-theme .hb-product-card h3 a:hover {
  color: #9b6a00;
}

.hb-theme .hb-product-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 11px;
  color: #68737d;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hb-theme .hb-product-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 14px;
  margin: auto 0 10px;
  color: #e6a600;
  font-size: 12px;
}

.hb-theme .hb-product-rating i {
  margin: 0 !important;
}

.hb-theme .hb-product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid #eeeae2;
}

.hb-theme .hb-product-price {
  min-height: 20px;
  color: #111820;
  font-size: 12px;
}

.hb-theme .hb-product-price strong {
  font-size: 13px;
  font-weight: 800;
}

.hb-theme .hb-product-price span {
  display: block;
  color: #9aa1a7;
  font-size: 12px;
  text-decoration: line-through;
}

.hb-theme .hb-product-details {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111820;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.hb-theme .hb-product-details:hover {
  color: #9b6a00;
}

.hb-theme .hb-product-details i {
  margin: 0 !important;
  color: #e8a600;
  font-size: 12px;
}

/* Reusable product modules */
.hb-theme .hb-product-module {
  margin: 34px 0;
}

.hb-theme .hb-product-module-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.hb-theme .hb-product-module-head h3 {
  margin: 0;
  color: #111820;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.025em;
}

.hb-theme .hb-product-module .hb-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hb-theme .hb-product-module .hb-product-card {
  height: 100%;
}

/* Search and special listing pages */
.hb-theme .hb-search-page .hb-category-intro,
.hb-theme .hb-special-page .hb-category-intro {
  margin-bottom: 22px;
}

.hb-theme .hb-search-panel {
  margin: 0 0 26px;
  padding: 18px;
  border: 1px solid #e2ded4;
  border-radius: 10px;
  background: #fff;
}

.hb-theme .hb-search-panel-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.hb-theme .hb-search-field label,
.hb-theme .hb-search-options-label {
  display: block;
  margin: 0 0 6px;
  color: #5f6972;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hb-theme .hb-search-field .form-control {
  height: 36px;
  border: 1px solid #dcd8cf;
  border-radius: 6px;
  box-shadow: none;
  font-size: 12px;
}

.hb-theme .hb-search-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.hb-theme .hb-search-options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #65707a;
  font-size: 12px;
  font-weight: 500;
}

.hb-theme .hb-search-options input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #e8a600;
}

.hb-theme .hb-search-results-heading {
  margin: 0 0 14px;
  color: #111820;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

@media (max-width: 767px) {
  .hb-theme .hb-product-module .hb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-theme .hb-search-panel-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hb-theme .hb-product-module .hb-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Pagination */
.hb-theme .hb-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #dfdbd2;
}

.hb-theme .hb-pagination-row .pagination {
  margin: 0;
}

.hb-theme .hb-pagination-row .pagination > li > a,
.hb-theme .hb-pagination-row .pagination > li > span {
  margin-right: 4px;
  border: 1px solid #dedad2;
  border-radius: 5px;
  background: #fff;
  color: #59646e;
  font-size: 12px;
}

.hb-theme .hb-pagination-row .pagination > .active > span,
.hb-theme .hb-pagination-row .pagination > .active > a {
  border-color: #111820;
  background: #111820;
  color: #fff;
}

.hb-theme .hb-pagination-results {
  color: #7a838c;
  font-size: 12px;
}

.hb-theme .hb-empty-state {
  padding: 36px;
  border: 1px solid #e2ded4;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

@media (max-width: 1199px) {
  .hb-theme .hb-category-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-theme .hb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hb-theme .hb-category-page > .container {
    padding-top: 14px;
    padding-bottom: 42px;
  }

  .hb-theme .hb-breadcrumb-wrap {
    margin-bottom: 18px;
  }

  .hb-theme .hb-category-intro {
    margin-bottom: 22px;
  }

  .hb-theme .hb-category-refine {
    margin-bottom: 22px;
    padding: 15px;
  }

  .hb-theme .hb-category-chip-grid {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-category-body #column-left.hidden-xs {
    display: block !important;
    float: none;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 18px;
  }

  .hb-theme .hb-category-content {
    float: none;
    width: 100%;
    padding-left: 15px;
  }

  .hb-theme .hb-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hb-theme .hb-catalog-results {
    white-space: normal;
  }

  .hb-theme .hb-catalog-controls {
    width: 100%;
  }

  .hb-theme .hb-catalog-select {
    flex: 1;
  }

  .hb-theme .hb-catalog-select .form-control {
    width: 100%;
    min-width: 0;
  }

  .hb-theme .hb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hb-theme .hb-product-card-body {
    padding: 12px;
  }

  .hb-theme .hb-pagination-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hb-theme .hb-product-grid {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-catalog-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .hb-theme .hb-catalog-select {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-theme .hb-product-card,
  .hb-theme .hb-product-image img {
    transition: none;
  }
}
