.productsCategories {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /*width: 576px;*/
  margin-top: 36px;
}
.productsCategories button {
  display: flex;
  padding: 10px 38px;
  align-items: center;
  gap: 5px;
  border-radius: 2px;
  border: 1px solid var(--unnamed, #e60039);
  background: var(--unnamed, #fff);
  color: var(--unnamed, #e60039);

  /* 14px */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.productsCategories button ~ button {
  border-radius: 2px;
  background: var(--unnamed, #e60039);
  display: flex;
  padding: 10px 31px;
  align-items: flex-start;
  gap: 5px;
  color: var(--unnamed, #fff);

  /* 14px */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-left: 40px;
}
.productsCategories div {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.productsCategories div input {
  width: 20px;
  height: 20px;
}
.productsCategories div p {
  margin-left: 10px;
  color: var(--unnamed, #202124);

  /* 14px */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
