/*Made by: Damla*/
body {
    background-color: #fcd2d7;
    font-family: 'roboto' sans-serif;
    color: darkmagenta;
    font-size: medium;
    margin: auto;

}

p {
    font-style: italic;
    line-height: 1.7;
    color: mediumvioletred;
    text-decoration: underline;
    font-weight: bold;
}

h1 {
    color: hotpink;
    border-bottom: 2px dashed rgb(255, 166, 181);
    font-family: 'playfair Display' sans-serif;

}

h2 {
    color: hotpink;
    border-bottom: 2px dashed pink;
    font-family: 'playfair Display' sans-serif;
}

ul,
ol {
    font-size: larger;
    list-style: upper-roman;
}

a {
    color: rgb(255, 240, 105);
    text-decoration: none;
}

table {
    width: 40%;
    border-collapse: collapse;
    background-color: crimson;
    color: darkgoldenrod;
}

table td {
    border: 1.4px solid #fcd2d7;
}

img {
    border: 8px dotted hotpink;
}


nav .items {
    display: flex;
    gap: 10px;
    list-style: none;

}

nav .items li {
    background-color: hotpink;
    width: 230px;
    border-radius: 11px;
    text-align: center;
    line-height: 50px;
    font-size: 1.1em;
    margin-right: 25px;
    letter-spacing: 3px;
  
}
nav {
    background-color: pink;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 32px;     /* zelfde “binnenkant” links/rechts als container */
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}



nav li a {
    color: rgb(253, 253, 159);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s;
}

nav ul li a:hover {
    border-bottom: 2px solid rgb(253, 253, 159);
}

nav .header a {
    color: mediumvioletred;
    font-size: 3em;
    font-weight: bold;
    font-family: 'playfair Display';
}


.banner {
    width: 90%;
    height: 270px;
    background-image: url("../images/draculara2.png");
    background-size: cover;       /* hele afbeelding zichtbaar */
    background-repeat: no-repeat;   /* niet herhalen */
    background-position: center ; 
    border: 4px dotted rgb(255, 46, 151);
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 15px;
    text-align: center;
    background-color: #fdb4d2;
    box-sizing: border-box;
}


.container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: rgb(190, 43, 124);
    text-align: center;
    margin-bottom: 20px;
}

.container p {
    text-align: center;
    color: rgb(139, 0, 86);
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Georgia', serif;
}

.container_clothes {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
}


.clothes {
    width: 370px;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.clothes img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 5px;
    display: block;
    transition: filter .2s;
}

.clothes h2 {
    margin-top: 15px;
    font-family: 'Playfair Display', serif;
    color: #a52a2a;
}

.clothes p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.clothes:hover img,
.clothes:focus img {
    filter: brightness(75%);
}


footer {
    background: hotpink;
    color: #fffaf0;
    text-align: center;
    padding: 10px 0;
}


footer p {
    font-size: 1.0em;
    letter-spacing: 3px;
    margin: 0;
}


footer a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}


footer a:hover {
    text-decoration: underline;
    color: #A60303;
}

.container h2 {
    color: mediumvioletred;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.container_detail {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    box-sizing: border-box;
}


.container_detail {
    width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}

.container_detail h2 {
    color: #99113e;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.container_detail p,
.container_detail ul {
    line-height: 1.6;
    color: #ce7ca5;
}

.voorbereiding table {
    width: 50%;
    border-collapse: collapse;
    margin-top: 10px;
}

.voorbereiding th,
.voorbereiding td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}


.container h1,
.container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.container p {
    line-height: 1.6;
}


.veld {
    width: 100%;
    padding: 10px;
    border: 1px solid #db74b9;
    border-radius: 8px;
    font: inherit;
}

.knop {
    padding: 10px 18px;
    border: none;
    background: deeppink;
    color: #f09ac2;
    cursor: pointer;
}

.knop:hover {
    filter: brightness(90%);
}


.product-detail {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1.5rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.product-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.product-info {
    flex: 1;
    font-family: 'Roboto', sans-serif;
}

.product-info h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}


.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c2185b;

    margin-bottom: 1rem;
}


.product-info p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.sizes {
    font-weight: 500;
}

.back-link {
    display: inline-block;
    margin-top: 1.5rem;
    text-decoration: none;
    color: #c2185b;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.product-info {
    text-align: center;
}

/* Tablet en kleiner */
@media (max-width: 900px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-image img {
    max-width: 280px;
  }
}

/* Telefoon */
@media (max-width: 600px) {
  nav .items {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  nav .items li {
    width: 100%;
    margin-right: 0;
    line-height: 45px;
  }

  .container_clothes {
    flex-direction: column;
    align-items: center;
  }

  .clothes {
    width: 100%;
    max-width: 380px;
  }

  body {
    font-size: 14px;
  }
}



