
/* ===== Breadcrumb Sub-Component ===== */
.cc_hn3wxxog_product_list .kombos-breadcrumb, .cc_hn3wxxog_product_detail .kombos-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__item, .cc_hn3wxxog_product_detail .kombos-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__link, .cc_hn3wxxog_product_detail .kombos-breadcrumb__link {
  color: var(--kombos-gray-500);
  text-decoration: none;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__link:hover, .cc_hn3wxxog_product_detail .kombos-breadcrumb__link:hover {
  text-decoration: underline;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb .kombos-breadcrumb__link-btn, .cc_hn3wxxog_product_detail .kombos-breadcrumb .kombos-breadcrumb__link-btn {
  min-height: 0;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb .kombos-breadcrumb__link-btn:hover:not(:disabled), .cc_hn3wxxog_product_detail .kombos-breadcrumb .kombos-breadcrumb__link-btn:hover:not(:disabled) {
  border: none;
  background: none;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__link--active, .cc_hn3wxxog_product_detail .kombos-breadcrumb__link--active {
  color: var(--kombos-gray-900);
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__current, .cc_hn3wxxog_product_detail .kombos-breadcrumb__current {
  color: var(--kombos-gray-900);
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__sep, .cc_hn3wxxog_product_detail .kombos-breadcrumb__sep {
  font-size: 0.75rem;
  color: var(--kombos-gray-400);
  display: inline-flex;
  align-items: center;
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__sep--xs, .cc_hn3wxxog_product_detail .kombos-breadcrumb__sep--xs {
  font-size: 0.625rem;
  color: var(--kombos-gray-300);
}

.cc_hn3wxxog_product_list .kombos-breadcrumb__sep--production, .cc_hn3wxxog_product_detail .kombos-breadcrumb__sep--production {
  font-size: 0.875rem;
  color: var(--kombos-gray-400);
}
