@charset "utf-8";
/*------------- Block Categories --------------*/
.block_categories {
  margin-top: 50px;
}
/*------------- Voucher Code Input --------------*/
.block_voucher_code {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
}
/*------------- Block Products --------------*/
.block_products {
  margin-top: 40px;
  --column: 3;
}
@media (max-width: 1250px) {
  .block_products {
    --column: 2;
  }
}
@media (max-width: 850px) {
  .block_products {
    --column: 1;
  }
}
