.brand-page .fd-brand-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.brand-page .fd-brand-sidebar {
  position: sticky;
  top: 22px;
}

.brand-page .fd-brand-sidebar-inner {
  position: relative;
  padding: 16px 16px 18px;
  background: #fff;
  border: 1px solid #dde1e6;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(20, 32, 47, .04);
}

.brand-page .fd-brand-sidebar-title {
  margin: 0 0 9px;
  padding: 0 0 9px;
  color: #252a30;
  border-bottom: 3px solid #f6b73c;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-page .fd-brand-cat-all,
.brand-page .fd-brand-cat-list .fd-brand-cat-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 24px 8px 17px;
  color: #30363c;
  border-bottom: 1px solid #eceef1;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease;
}

.brand-page .fd-brand-cat-all::before,
.brand-page .fd-brand-cat-list .fd-brand-cat-link::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 5px;
  height: 5px;
  background: #f6b73c;
  border-radius: 50%;
}

.brand-page .fd-brand-cat-all::after,
.brand-page .fd-brand-cat-list .fd-brand-cat-link::after {
  content: "›";
  position: absolute;
  right: 4px;
  color: #9aa0a6;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.brand-page .fd-brand-cat-all:hover,
.brand-page .fd-brand-cat-list .fd-brand-cat-link:hover,
.brand-page .fd-brand-cat-link.is-active {
  color: #0d1b2d;
  background: #fff4d6;
}

.brand-page .fd-brand-cat-label {
  display: block;
  margin: 18px 0 4px;
  color: #a2a6aa;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.brand-page .fd-brand-cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-page .fd-brand-cat-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.brand-page .fd-cat-count {
  margin-left: auto;
  padding-left: 7px;
  color: #9aa0a6;
  font-size: 10px;
  font-weight: 750;
}

.brand-page .fd-brand-cat-toggle {
  border-color: #d9dde2;
  background: #f8f9fa;
}

@media (max-width: 900px) {
  .brand-page .fd-brand-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-page .fd-brand-sidebar {
    position: static;
  }
}
