body {
  font-family: "Inter", sans-serif;
  color: #3e362e;
  margin: 0;
}

h1 {
  font-size: 48px;
  margin: 0 0 32px;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  color: #846c5b;
  margin: 0 0 24px;
  font-weight: 600;
}
p {
  font-size: 20px;
  margin: 0 0 32px;
}
a {
  color: #846c5b;
  text-decoration: none;
}

.paragraf_forside {
  font-size: 24px;
  font-style: inter;
  color: #443742;
}

.nav-btn {
  background-color: white;
  color: #443742;
  cursor: pointer;
  font-size: 1em;
}

.logo-left-img {
  width: 300px;
  height: 60px;
  float: left;
  margin-left: 15px;
}

.shopping-cart-right-img {
  width: 25px;
  height: 25x;
  float: right;
  margin-top: 8px;
}

main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.primaryButton {
  justify-content: center;
  padding: 15px;
  background-color: #846c5b;
  border: none;
  width: 339px;
  height: 58px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #edd9a3;
  cursor: pointer;
}
.primaryButton:hover {
  background-color: #443742;
}

.left-half {
  width: 40%;

  padding: 10px;
  position: relative;
}

.right-half {
  width: 40%;
  height: 80vh;
}

.forside_bilde_dame_heller_melk {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

#popupContainer {
  display: none;
  /* position: fixed; */
  position: absolute;
  padding-top: 30px;
  padding-left: 10px;
  top: 0%;
  left: 141%;
  width: 98%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.popup-content {
  text-align: center;
}

.popup {
  display: none;
}

#popupContainer h2 {
  color: #edd9a3;
  background-color: rgba(0, 0, 0, 0.5);
}

#popupContainer p {
  color: #edd9a3;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content img {
  max-width: 80%;
  height: 260px;
  border-radius: 15px;
  padding-top: 10px;
}

@media (max-width: 900px) {
  main {
    margin-top: 73px;
    flex-direction: column;
    align-items: center;
  }

  .left-half {
    width: 100%;
    text-align: center;
  }

  .right-half {
    width: 100%;
    text-align: center;
  }

  #popupContainer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
  }

  .popup-content {
    width: 90%;
    max-width: 300px;
  }
}
