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

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

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

  #amazzing_filter {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

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

@media  screen and (min-width: 768px) and (max-width: 1099px){
  .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .subcategory__image a {
    justify-content: unset !important;
  }
}

@media (min-width : 1200px) {
  .products-selection {
    top: 69px;
  }
}


@media screen and (max-width: 450px) {
  .products {
    grid-template-columns : repeat(auto-fill, minmax(150px, 1fr));
    gap : 10px
  }
}
