.tori-offcanvas-menu {
  display:block;
}

.tori-cat-row {
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:4px;
}

.tori-cat-link {
  flex:1;
  padding:8px 10px;
  border-bottom:1px solid #e5e5e5;
  text-decoration:none;
  color:#000;
  font-size:14px;
}

.tori-cat-link:hover {
  background:#000;
  color:#fff;
}

.tori-toggle {
  width:22px;
  background:none;
  border:0;
  cursor:pointer;
  transition:transform .25s;
}

.tori-toggle[aria-expanded="true"] {
  transform:rotate(90deg);
}

.tori-toggle-spacer {
  width:22px;
}

.tori-children {
  overflow:hidden;
  height:0;
  transition:height .25s ease;
}