.section-info {
  padding: 40px;
}

.text-title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.icon-filter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.button-filter {
  font-family: "Poppins", sans-serif;
  outline: none;
  background-color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.list-products-container {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 32px;
}

.product-container {
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.texts-product {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 22px;
}

.text-product-gender {
  font-size: 16px;
  font-weight: 500;
  color: rgba(137, 137, 137, 1);
}

.text-product {
  font-size: 18px;
  font-weight: 600;
  color: rgba(58, 58, 58, 1);
}

@media (min-width: 1158px) {
  .section-info {
    padding: 40px;
  }

  .text-title {
    font-weight: 600;
    font-size: 36px;
    text-align: end;
  }

  .icon-filter-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .button-filter {
    font-family: "Poppins", sans-serif;
    outline: none;
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
  }

  .list-products-container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 32px;
  }

  .product-container {
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  }

  .texts-product {
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .text-product-gender {
    font-size: 16px;
    font-weight: 500;
    color: rgba(137, 137, 137, 1);
  }

  .text-product {
    font-size: 18px;
    font-weight: 600;
    color: rgba(58, 58, 58, 1);
  }
}
