/* Match the reference mobile catalog collection toolbar. */
@media (max-width: 767px) {
  body[data-member-page="catalog"] .catalog-shell .catalog-controls {
    position: sticky !important;
    top: 80px;
    z-index: 30;
    min-height: 68px;
    align-items: center;
    gap: 12px;
    margin: 0 -16px 12px;
    padding: 12px 16px;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  body[data-member-page="catalog"] .catalog-shell .catalog-controls::before {
    content: none;
  }

  body[data-member-page="catalog"] .catalog-collections-label {
    display: none;
  }

  body[data-member-page="catalog"] .catalog-periods {
    width: auto;
    min-width: 0;
    min-height: 44px;
    height: 44px;
    flex: 1 1 auto;
    display: flex;
    padding: 4px;
    border-radius: 999px;
  }

  body[data-member-page="catalog"] .catalog-period {
    min-width: 0;
    min-height: 36px;
    height: 36px;
    flex: 1 1 0;
    flex-direction: row;
    gap: 4px;
    padding: 8px 4px;
    color: var(--muted);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500 !important;
    white-space: nowrap;
  }

  body[data-member-page="catalog"] .catalog-period.active {
    font-weight: 600 !important;
  }

  body[data-member-page="catalog"] .catalog-filter-button {
    width: 64px;
    min-width: 64px;
    height: 44px;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
    border-radius: 999px;
    box-shadow: none;
  }

  body[data-member-page="catalog"] .catalog-filter-button > svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  body[data-member-page="catalog"] .catalog-filter-label {
    display: none;
  }

  body[data-member-page="catalog"] .catalog-filter-count {
    position: static;
    min-width: 20px;
    height: 20px;
    flex: 0 0 auto;
    padding: 0 5px;
    color: var(--pink);
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }
}
