.dm-hidden{ display:none !important; }

.dm-brands-more{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; margin-top:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.55);
  background:rgba(255,255,255,0.06);
  color:#fff; cursor:pointer; line-height:1; font-size:14px;
}
.dm-brands-more:hover{ background:rgba(255,255,255,0.10); }
.dm-brands-more:active{ transform:translateY(1px); }
.dm-brands-more:focus{ outline:2px solid rgba(255,255,255,0.35); outline-offset:2px; }
