#Product h2
{
  font-size: 50px;
}

section #info
{
  width: 100%;
}

section #info .Product
{
  width: min(80%,500px);
  padding: 30px;
  border-radius: 30px;
  box-shadow: var(--Schaduw);
  margin-bottom: 100px;
}

#Main
{
 padding: 0;
 margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 0;
}

#Beschrijvingsectie
{
  width: min(90%, 800px);
  margin: 0;
}

.Aanbevolenproducten
{
width: 400px;
}

.Product ul
{
  justify-content: start;
}

.TotaalPrijs
{
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

#extraaantal
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

