@media (min-width: 768px) {
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 3rem;
    row-gap: 1.4rem;
    padding-top: 0 !important;
    background: #fff !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 3rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar .nav-filter {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar .controls {
    width: auto !important;
    min-width: 28rem;
    margin-left: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: right;
    float: none !important;
    grid-column: 2;
    grid-row: 1;
    color: #23232c !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar .nav-filter > ul,
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .shop-toolbar .products-filter {
    display: none !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filters,
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-panel {
    display: grid !important;
    width: 100% !important;
    max-width: 96rem;
    gap: 1rem;
    color: #23232c !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-panel {
    grid-template-columns: minmax(24rem, 0.82fr) minmax(42rem, 1.5fr);
    align-items: start;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-gender-filters {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    width: 100% !important;
    max-width: none !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-dropdown-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(19rem, 1fr));
    gap: 0.7rem;
    width: 100% !important;
    max-width: none !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-button {
    width: 100% !important;
    min-height: 4.2rem;
    padding: 0 1.3rem !important;
    border: 1px solid #dfe2e8 !important;
    background: #fff !important;
    color: #23232c !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-button:hover,
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-button:focus {
    border-color: #23232c !important;
    color: #23232c !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select {
    width: 100% !important;
    height: auto !important;
    min-height: 4.2rem;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    display: block !important;
    overflow: visible !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select select {
    display: block !important;
    width: 100% !important;
    min-height: 4.2rem;
    padding: 0 3.4rem 0 1.3rem !important;
    border: 1px solid #dfe2e8 !important;
    border-radius: 0;
    background-color: #fff !important;
    color: #23232c !important;
    font-size: 1.4rem;
    line-height: 1.2;
    opacity: 1 !important;
    visibility: visible !important;
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select select:hover,
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select select:focus {
    border-color: #23232c !important;
    outline: none;
  }
}

@media (min-width: 1200px) {
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-panel {
    grid-template-columns: minmax(28rem, 0.72fr) minmax(58rem, 1.5fr);
  }

  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-dropdown-filters {
    grid-template-columns: repeat(4, minmax(14rem, 1fr));
  }
}

@media (max-width: 767px) {
  :is(body.tax-product_cat, body.woocommerce-shop, body.post-type-archive-product) .nose-catalog-filter-select select {
    color: #23232c !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
