header {
    height: 100px;
    background-color: #502a50;
    position: sticky;
    top: 0;
}
.logo {
    max-width: 80px;
    width: 80%;  
}
.logo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    padding: 10%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
aside {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6);
    grid-template-areas: 
    "hem" 
    "produkter"
    "jamfor"
    "bestall"
    "faq"
    "om";
    width: 20%;
    background-color: #461d3a;
    
}
aside a {
    padding: 30px;
    font-size: 16px; 
    text-decoration: none;
    color: #e1cfc0;
    display: block;
    padding: 30px 15px;
    text-align: center;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style: normal;
}
aside a:hover {
    color: #461d3a;
    background-color: #e1cfc0;
}
article {
    width: 80%;
    background-color: white;
    align-content: center;
    text-align: center;
    padding: 20px;
    text-shadow: #ba71a2;
}
.fram {
    color: #e0c9a5;
    font-family: "Gwendolyn", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
}
footer {
    background-color: #502a50;
}
footer > h5 {
    color: #fdd4e5
    display: flex;
    font-size: 12px;
    align-content: flex-start;
    padding: 15px;
    color: #fdd4e5;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style: normal;
}
.hem {
    grid-area: hem;
}
.produkter {
    grid-area: produkter;
}
.jamfor {
    grid-area: jamfor;
}
.bestall {
    grid-area: bestall;
}
aside > .faq {
    grid-area: faq;
}
.flexbox {
    display: flex;    
    flex-direction: row;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
a {
    text-decoration: none;
    color: black;
}
.namn {
    font-size: 20px;
    padding: 15px;
    color: #fdd4e5;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style: normal;
}
.gridcontainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tre kolumner med lika stor bredd */
    grid-gap: 30px; /* Avstånd mellan bilderna */
    grid-area: article; 
    border: 10px;
    padding: 30px;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style: normal;
}
.gridcontainer > img {
    width: 150px;
    height: 150px;
    width: 20%;
    padding: 20px;
}
article h5 {
    color: #655634;
    width: 60%;
    text-align: center;
    padding: 0 20% ;
    padding-top: 0;
    font-weight: lighter;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style: normal;
}
article h1 {
    color: #e0c9a5;
    font-family: "Gwendolyn", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.ljus img {
    height: 250px;
}
img {
    display: block;
    width: 100%;
    max-width: 250px; /* Justera efter vad som funkar */
    height: auto;
    border-radius: 16px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Lägg till en mjuk skugga */
}
.pop {
    color: #655634;
    width: 60%;
    text-align: center;
    padding: 0 20% ;
    padding-top: 0;
    font-weight: lighter;
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}
.flexbox2 {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 16px;           /* Avstånd mellan dropdowns */
    justify-content: center; /* Centrerar dem horisontellt */
    margin-top: 20px;
}
article a {
    color: #655634;
    padding-top: 0;
    font-weight: lighter;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
}
option, select {
    color: #655634;
    padding-top: 0;
    font-weight: lighter;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #655634;
}
#productDisplay {
    display: none;
    max-width: 500px;
    margin: 0 auto;
}

#productImage {
    width: 100%;
    max-width: 300px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

#productText {
    text-align: left;
    line-height: 1.6;
}
.ljusvisning2 {
    text-align: center;
    max-width: 250px;
}
  
.ljusvisning2 img {
    width: 100%;
    max-width: 250px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
  
.ljusvisning2 div {
    font-family: "Cormorant Upright", serif;
    color: #655634;
    font-size: 16px;
    padding: 10px;
}
.flexbox3 {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* eller center beroende på vad du gillar */
    gap: 30px; /* Avstånd mellan bilderna */
    flex-wrap: wrap; /* så det inte bryter vid mindre skärm */
    margin-top: 30px;
}
body {
    color: #655634;
    padding-top: 0;
    font-weight: lighter;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
}
select {
    appearance: none; /* Tar bort standardpilen i vissa webbläsare */
    background-color: #fdf8f4;
    color: #655634;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 16px;
    border: 2px solid #655634;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

select:hover {
    border-color: #e1cfc0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

select:focus {
    outline: none;
    border-color: #ba71a2;
    box-shadow: 0 0 0 2px #fdd4e5;
}
.flexbox3 input[type="number"] {
    background-color: #fdf8f4;
    color: #655634;
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #655634;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 80px;
    text-align: center;
    transition: all 0.3s ease;
}

.flexbox3 input[type="number"]:hover {
    border-color: #e1cfc0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.flexbox3 input[type="number"]:focus {
    outline: none;
    border-color: #ba71a2;
    box-shadow: 0 0 0 2px #fdd4e5;
}
.faq {
  color: #655634;
  font-family: "Cormorant Upright", serif;
  gap: 10px;
}

.faq h1 {
  font-size: 36px;
  text-align: center;
  color: #e0c9a5;
  margin-bottom: 40px;
  font-family: "Gwendolyn", cursive;
}

.faq h2 {
  font-size: 24px;
  color: #b19973;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #655634;
  padding-bottom: 5px;
}

.faq h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.faq p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
article {
    align-items: center;
}
@media screen and (max-width: 480px) {
    .pop {
      flex-direction: column; /* Byter till vertikal layout på små skärmar */
      align-items: center;    /* Centrerar innehållet */
    }
}

button {
    color: #655634;
    background: white;
    border: #655634 solid;
    font-family: "Cormorant Upright", serif;
    font-weight: 800;
    font-size: 20px;
    border-radius: 12px;
} 
#cart-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 2%;
}

#cart-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 5px;
  border-radius: 100%;
}

#cart-count {
  background-color: #fdd4e5;
  color: #502a50;
  font-size: 15px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4%;
  right: 4%;
}
.flexbox4 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 3px;
}
.cc {
    text-align: center;
}
.foot {
    font-size: 20px;
    font-weight: 800;
    padding: 20px;
}
.faqtog {
    height: 20px;
    gap: 10px;
}
#fr8 {
    padding: 10px;
    margin: 10px;
}
@media (max-width: 768px) {
    aside a {
      font-size: 20px;
    }
    .flexbox2 {
        flex-direction: column;
    }
  }
input {
    color: #655634;
    background: white;
    border: #655634 solid;
    font-family: "Cormorant Upright", serif;
    font-weight: 800;
    font-size: 20px;
    border-radius: 12px;
} 
.gridcontainerfoot {
    font-weight: 500;
    text-align: center;
    text-decoration: #D7C6AC;
}
.gridcontainerfoot i {
    size: 20px;
}
.om h3 {
    font-size: 10px;
}
hr {
    background-color: #655634;
    size: 1px;
    border: #c7b18e solid 1px;
}
section {
    gap: 15px;
}
.gridcontainerfoot p {
    color: #D7C6AC;
}
.omfaq {
    text-decoration: underline;
}