@media (min-width : 1024px) {
  body:not(#index) .wrapper__inner {
    flex-direction : row;
  }

  body:not(#index) #content-wrapper {
    width : 75%;
  }

  body:not(#index) .left-column__wrapper {
    width          : 25%;
    margin-right   : 20px;
    padding-bottom : 0;
  }

  body:not(#index) #content-wrapper {
    padding-right : 20px;
  }

  .af_subtitle.toggle-content {
    border-radius: 50px;
    background: #F4F3EE;
  }

  .af_filter_content {
    width: 300px;
    left          : 10px;
    right: unset;
  }

  .products-sort-order {
    position: relative;
  }

  .af_filter_content {
    top           : 110%;
    right: 0;
    position      : absolute;
    z-index       : 2;
  }

  .af_subtitle.toggle-content {
    margin-right: 20px;
  }

  .af_filter_content {
    border-radius : 10px;
    border        : 1px solid #F5F5F7;
  }

  #amazzing_filter .btn-holder {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .sort-by-row {
    position: relative;
  }

  .af-orig.hidden {
    visibility: hidden;
    opacity : 0;
  }

  #af_form {
    flex-direction: column;
  }

  .af_filter  .af_subtitle.toggle-content {
    background: #F6F3EF;
  }

  .product-list__action-container .af_subtitle.toggle-content {
    font-size: 17px;
    font-weight: 600;
  }

  #products .btn-holder {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  #amazzing_filter .selectedFilters.inline .erase-filter-button, .erase-filter-button {
    height: 38px;
    width: 50%;
    color: var(--btn-primary-color);
    border-radius: 28px;
    outline: none;
  }

  #amazzing_filter .selectedFilters.inline .erase-filter-button, .erase-filter-button a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  #amazzing_filter .btn-holder-container {
    gap: 10px;
  }

  .af_subtitle.toggle-content:before {
    margin-top: -5px;
  }
}

@media (min-width : 1024px) and (max-width:1500px)  {
  .products {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
}

@media (min-width : 1800px)  {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
