@import '../settings.mixins';

:host {
  @include section-wrapper;
}

.product-filter {
  display: block;

  width: 180px;
  height: 34px;
  margin-left: 20px;
  padding: 7px;

  border: 1px solid var(--color-gray-888);
  border-radius: 5px;
}

::ng-deep .mat-select-panel {
  max-height: 300px !important;
}

::ng-deep mat-select .mat-select-placeholder {
  color: var(--color-gray-222);
}
