h1
{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
section
{
  display: block;
  padding-left: 2%;
  padding-right: 2%;
}

@media (min-width: 1000px)
{
  section ul
  {
    margin-right: 0px;
  }
}

section h2
{
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin-left: 5%;
  justify-self: center;
}

section ul
{
  margin: 0 auto;
  margin-right: 0px;
  text-align: center;
  list-style: none;
  justify-content: center;
  justify-items: center;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, max(250px, 350px));
  align-content: center;
  justify-content: center;
  gap: 40px;
}

Section li
{
  width: 350px;
  height: 580px;
  background-color: var(--Product-Achtergrond);
  border-radius: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.185);
  display: flex;
  color: white;
  flex-direction: column;
  border: white 2px solid;
}

#Product
{
  justify-content: end;
  gap: 25px;
}

section li div
{
  text-align: center;
}

@media (max-width: 700px)
{
  Section li
  {
    height: 590px;
    scale: 0.45;
    text-align: center;
    margin: -150px;
  }

  section ul
  {

    grid-template-columns: repeat(auto-fill, 160px);
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-bottom: 0px;
    gap: 10px;
  }

}

@media (min-width : 701px) and (max-width: 1000px)
{
  Section li
  {
    scale: 0.7;
    text-align: center;
    margin: 0;
    margin-bottom: -140px;
  }

  section ul
  {
    grid-template-columns: repeat(auto-fill, 260px);
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-left: 0;
    gap: 10px;
    margin-bottom: 80px;
    margin-top: -80px;
  }

}


Section li:hover
{
  background-color: rgb(255, 185, 129);
  transition: all 0.3s;
}

section li:hover
{
  cursor: pointer;
}

section li a
{
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

section li img
{
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  aspect-ratio: 6/4;
  display: block;
  margin: 0 auto;
}

.Product img
{
  justify-items: center;
  border: 5px solid;
  border-radius: 15px;
}

section select
{
  background-color: rgb(255, 119, 78);
  border: none;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

section li div
{
  display: flex;
  flex-direction: column;
  align-content: space-between;
  margin: 5%;
  justify-content: center;
  text-align: center;
  justify-items: center;
  align-content: end;
}

select option
{
  font-weight: bold;

}

section p
{
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

section div div
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  color: white;
}

section div
{
  display: inline-block;
  justify-content: center;
}

section button
{
  cursor: pointer;
  border-width: 0px;
  border-radius: 10px;
  background-color: #e26039;
  padding: 10px;
  margin-bottom: 5%;
  word-spacing: 5px;
  color: white;
  width: max-content;
}

section button:hover
{
  background-color: #ce1e21;
}

#BekijkWinkelwagen
{
  position: relative;
  top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 15px;
  border-radius: 40px;
  background-color: var(--Knop-Achtergrond);
  color: white;
}

#BekijkWinkelwagen:hover
{
  background-color: var(--Knop-Achtergrond-Actief);
  cursor: pointer;
}

#bekijk
{
  text-align: center;
  margin-bottom: 80px; /* extra ruimte boven de ondertekst */
}

main{
  align-items: start;
  justify-content: center;
}

main h1
{ 
  margin-top: 100px;
  text-align: center;
  font-size: 50px;
}

main h2
{
  color: black;
}

main ul
{
  justify-content: center;
  list-style: none;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 600px);
  margin-right: 50px;
  gap: 40px;
}


main li
{
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  width: 500px;
  background-color: var(--Product-Achtergrond);
  color: white;
  max-width: 100%;
  position: relative;
}

main a{
  text-align: center;
  height: 0;
  padding-bottom: 70%;
}

main img{
  padding-top: 30px;
  aspect-ratio: 16/9;
  max-width: 90%;
}

main div
{
  display:flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}

.Product
{
  position: relative;
}

#team
{
  font-size: 20px;
  display: block;
  background-color: blue;
  padding: 10px;
  border-radius: 40px;
  width: max-content;
  color: white;
  position: absolute;
  left: -10px;
  top: -40px;
  border: white 2px solid;
}

#extra
{
  font-size: 20px;
  display: block;
  background-color: red;
  padding: 10px;
  border-radius: 40px;
  width: max-content;
  color: white;
  position: absolute;
  right: -10px;
  top: -40px;
  border: white 2px solid;
}

#korting
{
  font-size: 20px;
  display: block;
  background: linear-gradient(90deg, rgb(167, 16, 255), rgb(255, 0, 128));
  padding: 10px;
  border-radius: 40px;
  width: max-content;
  color: white;
  position: absolute;
  right: -10px;
  top: -40px;
  border: white 2px solid;
}

#uitgelicht
{
  text-align: center;
  gap: 20px;
  display: block;
  border: 5px solid red;
  border-radius: 20px;
  justify-items: center;
  justify-self: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
  padding-top: 10px;
  background-color: rgba(255, 171, 103, 0.425);
}

#uitgelicht h3
{
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}

#uitgelicht ul
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  margin-bottom: 40px;
  padding: 0;
}

@media (max-width: 700px)
{
  #uitgelicht ul
{
  display: grid;
  grid-template-columns: repeat(auto-fill, max(160px));
  justify-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-left: 0px;
}
.Prijs, .ProductSelect, .Toevoegen
{
  scale: 1.2;
}
.Toevoegen
{
  margin-top: 30px;
}
#uitgelicht
{
  margin-left: 0px;
}
section 
{
  margin: 0;
}
#extra, #korting
{
  scale: 1.6;
  right: 15px;
}
#team
{
  scale: 1.6;
  left: 15px;
}
#Ptitel
{
  width: 100%;
  margin-left: 10%;
}
}

@media (min-width: 701px) and (max-width: 1000px)
{
  #uitgelicht ul
{
  display: grid;
  grid-template-columns: repeat(auto-fill, max(260px));
  justify-items: center;
  justify-content: center;
  width: 96%;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.Prijs, .ProductSelect, .Toevoegen
{
  scale: 1.3;
}
#extra, #korting
{
  scale: 1.3;
  right: 5px;
}
#team
{
  scale: 1.3;
  left: 5px;
}
}


@media (max-width: 1000px) {
   #input, .TotaalPrijs{
    scale: 1.1;
    margin-left: 0;
    width: 80%;
  }
}

#Lijst
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
}

#Lijst li 
{
  margin: 0;
  padding: 0;
  font-size: 30px;  
  text-align: center;
  width: 400px;
  background: var(--Koptekst-Achtergrond);
  border-radius: 40px;
  box-shadow: var(--Schaduw);
  border: white 2px solid;
}

#Lijst li a
{
  color: white;
  font-weight: bold;
  padding: 0px;
}

#Lijst li:hover
{
  background: var(--Knop-Achtergrond-Actief);
  cursor: pointer;
}


#Actief:hover #DropdownShop
{
  display: flex;
}

#DropdownShop li:active
{
  transform: scale(0.9);
  transition: all 0.3s;
}

nav #Actief:active
{
  transform: scale(1.05);
  transition: all 0.3s;
}


