#layerDC4A4675B43EED4E063A2EA0FC86E030 {
  left: 390px !important;
  width: 420px !important;
  height: 46px !important;
  overflow: visible !important;
}

#layerDC4A4675B43EED4E063A2EA0FC86E030 .wp-product_category_content {
  display: none !important;
}

.boach-category-tabs {
  display: flex;
  width: 420px;
  height: 40px;
  overflow: hidden;
  background: #c1a76f;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.boach-category-tabs a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.02);
  transition: background 160ms ease, color 160ms ease;
}

.boach-category-tabs a:last-child {
  border-right: 0;
}

.boach-category-tabs a:hover,
.boach-category-tabs a.is-active {
  background: #9c7b33;
  color: #fff;
}

.boach-collection-content {
  background: #f8f8f8;
}

.boach-collection-panel {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 36px 52px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333;
}

.boach-collection-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 22px;
}

.boach-collection-heading span {
  color: #c1a76f;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.boach-collection-heading h2 {
  margin: 0;
  color: #222;
  font-size: 28px;
  font-weight: 500;
}

.boach-collection-heading p {
  margin: 0;
  color: #777;
  font-size: 13px;
}

.boach-collection-search {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.boach-collection-search input {
  width: 200px;
  padding: 6px 12px;
  border: 1px solid #d4cebb;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
}

.boach-collection-search input:focus {
  border-color: #c1a76f;
}

.boach-collection-search input::placeholder {
  color: #b0a894;
}

.boach-collection-search button {
  padding: 6px 18px;
  border: 1px solid #c1a76f;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  background: #c1a76f;
  cursor: pointer;
  transition: background 0.15s;
}

.boach-collection-search button:hover {
  background: #a88f5a;
}

.boach-collection-scroll {
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.boach-collection-scroll::-webkit-scrollbar {
  width: 8px;
}

.boach-collection-scroll::-webkit-scrollbar-track {
  background: #ece8de;
}

.boach-collection-scroll::-webkit-scrollbar-thumb {
  background: #c1a76f;
}

.boach-collection-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 18px 22px;
  border: 1px solid #e4ddcf;
  background: #fff;
  text-decoration: none;
  color: #222;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.boach-collection-item:hover {
  border-color: #c1a76f;
  box-shadow: 0 10px 24px rgba(83, 67, 35, 0.12);
  transform: translateY(-1px);
}

.boach-collection-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}

.boach-collection-item small {
  color: #8a8172;
  font-size: 12px;
}

.boach-collection-arrow {
  flex: 0 0 auto;
  color: #b18e44;
  font-size: 22px;
}

.boach-collection-empty {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  place-items: center;
  border: 1px dashed #d4c8b0;
  color: #8a8172;
  background: #fff;
  font-size: 15px;
}

html.boach-collection-page,
html.boach-collection-page body {
  overflow: hidden !important;
}
