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

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

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

  body:not(#index) #amazzing_filter {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
  }

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

  .section_promotions_products a
  {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AE1A1A;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    letter-spacing: 0.7px;
    border: 1px solid #AE1A1A;
    transition: 0.3s ease-in-out;
    margin-top: 1em;
  }

  .section_promotions_products a:hover
  {
    background: #ffffff;
    color: #AE1A1A;
  }
}

@media (max-width : 1023px) {
  #left-column {
    padding-top : 30px;
  }
}

@media (max-width : 460px) {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }

  .countryrestriction {
    font-weight: 500;
    font-size: 12px;
  }

  .bestsellers_products .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, calc(var(--container-primary-margin) - 15px));
  }

  .bestsellers_products  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, calc(var(--container-primary-margin) - 15px));
  }
}
