.title {
    height: 15vh;
    background-color: firebrick;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    width: 100vw;
    top: 0;
    border-bottom: double 10px white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title * {
    display: inline;
}

.button.down {
    position: relative;
}

* {
    font-family: "Bebas Neue", serif;
    transition-duration: 0.5s;
}

.produkter {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
    align-items: center;
    width: 100%;
    margin-top: 120px;
}

#Antique {
    color: white;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    text-decoration: underline white;
}

#main {
    height: 90vh;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    display: flex;
    align-items: center;
}

.right {
    float: right;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
}

.right button {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.right * {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.p {
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    background-color: white;
    width: fit-content;
    border-radius: 6px;
    
}

li>button {
    height: 60px;
    width: 100px;
}

.placeholder {
    width: 400px;
    height: 200px;
    border-radius: 40px;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.placeholder:hover {
    transform: scale(1.05);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    -webkit-filter: grayscale(100%) blur(5px);
    filter: grayscale(100%) blur(1px);
}

.varor {
    width: 100%;
    height: 90vh;
    margin: 0;
    text-align: center;
    background-color: brown;
}

.dropdown {
    display: none;
    position: absolute;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color: white;
    width: 115px;
    z-index: 2;
    top: 80px;
}

.dropdown * {
    border-bottom: 1px solid;
}

.dropdown *:hover {
    background-color: bisque;
}

.dropdown li {
    display: inline;
}

html {
    scroll-behavior: smooth;
}

.produkter>* {
    position: relative;
}

.produkt-container {
    background-color: rgb(245, 225, 229);
    height: 65vh;
    width: 80vw;
    display: flex;
    align-items: center;
    overflow: auto;
    margin: auto;
    margin-top: 50px;
    flex-direction: row;
    border-radius: 15px;
}

.produkt-container>div {
    margin: 0px 5px 0px 5px;
    height: 90%;
    background-color: white;
    border-radius: 40px;
    min-width: 300px;
}

.produkt-container>div:hover {
    transform: scale(1.025);
}

#upp {
    position: fixed;
    font-size: 40px;
    background-color: white;
    border-radius: 90px;
    display: none;
    top: 20vh;
}

#upp:hover {
    background-color: bisque;
}

.buy {
    text-align: end;
}

.produkt-container img {
    height: 80%;
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
}

.produkt-container img:hover {
    -webkit-filter: grayscale(100%) blur(5px);
    filter: grayscale(100%) blur(1px);
}



.produkt-container p {
    position: absolute;
    top: 20px;
    left: 0px;
    color: black;
    background-color: white;
    width: fit-content;
    border-radius: 10px;
}

.produkt-container .buy {
    display: inline;
    margin-bottom: 5px;
}

.produkt-container h1 {
    display: inline;
    margin-bottom: 5px;
    margin-right: 170px;
    overflow: hidden;
}

.varor>h1 {
    padding-top: 40px;
}

#betala {
    height: 70vh;
    width: 60vh;
    border: solid;
    margin: auto;
    background-color: white;
    z-index: 3;
    position: fixed;
    top: 20vh;
    left: 35vw;
    display: none;
    border-radius: 20px;
    text-align: center;
}

.om_oss_button {
    margin-left: 0;
}

button:hover {
    background-color: bisque;
}

.sc {
    color: white;
    font-size: 40px;
    margin-right: 40px;
    margin-left: 10px;
}

.sc:hover {
    color: bisque;
}

#kontaktdrop {
    display: none;
    width: 100px;
    height: 40px;
}

#kontakt {
    width: 100%;
}

.x {
    position: absolute;
    top: 20px;
    right: 20px;
}

.X {
    position: absolute;
    top: 60px;
    right: 60px;
    color: white;
}

.X:hover{
    color: bisque;
}

#jamfor {
    width: 100vw;
    height: 100vh;
    background-color: white;
    margin: 0;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 4;
    display: none;
}

#link {
    color: black;
    text-decoration: none;
}

select {
    width: 120px;
    height: 30px;
}

img {
    height: 30vh;
    width: 20vw;
}

#jf1 {
    position: fixed;
    left: 200px;
    top: 100px;
}

#jamfor>h1{
    background-color: brown;
    margin: 0;
    height: 75px;
    padding-top: 25px;
    color: white;
    border-bottom: double 10px white;
    
}

#jf2 {
    position: fixed;
    right: 200px;
    top: 100px;
}

#jamforelse1 {
    height: 65vh;
    width: 20vw;
    border: solid;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#jamforelse2 {
    height: 65vh;
    width: 20vw;
    border: solid;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;    
}

#jamfor img{
    border-bottom: solid;
}

.icon {
    color: white;
    font-size: 40px;
    margin-left: 20px;
    margin-top: 20px;
}

@media only screen and (min-width:2500px){
    .dropdown{
        top: 110px;
    }
    .placeholder{
        width: 600px;
        height: 300px;
        margin-top: 50px;
    }
}

@media only screen and (max-width:1150px) {
    #betala {
        left: 22vw;
    }
    .dropdown{
        top: 100px;
    }

    .placeholder{
        width: 325px;
        margin-top: 70px;
    }
}

@media only screen and (min-width:800px) {
    button {
        font-size: 20px;
    }
}

@media only screen and (max-width:800px) {
    .title button {
        height: 60px;
        width: 70px;
    }
    
    .produkt-container {
        height: 60vh;
    }
    
    .om_oss_button {
        margin-left: 0;
    }
    
    .produkter * {
        margin: 10px;
        transform: scale(0.9);
    }
    
    .p {
        font-size: 30px;
        left: 33%;
    }
    
    .varor p {
        font-size: 25px;
    }
    
    button {
        font-size: 16px;
    }
    
    .produkter {
        grid-template-columns: auto auto;
    }
    
    img {
        width: 40vw;
    }
    
    .produkter button {
        height: 40px;
    }
    
    ul .right {
        width: 70%;
    }
    
    .produkter>div {
        width: 20px;
    }
    
    .placeholder {
        width: 300px;
    }
    
    #main {
        height: 90vh;
    }
    
    #jamforelse1 {
        width: 40vw;
        height: 55vh;
    }
    
    #jamforelse2 {
        width: 40vw;
        height: 55vh;
    }
    
    .X {
        top: 30px;
        right: 30px;
    }
    
    #betala {
        height: 75vh;
        left: 15vw;
    }
    
    #jf1 {
        left: 50px;
    }
    
    #jf2 {
        right: 50px;
    }
}

@media only screen and (max-width:500px) {
    .produkter {
        grid-template-columns: auto;
    }
    
    .placeholder {
        width: 320px;
        height: 125px;
        margin: 0;
    }
    
    #betala {
        width: 80vw;
        height: 50vh;
        left: 10vw;
    }
    
    .produkter>div {
        margin: 70px;
        margin-top: 150px;
    }
    
    #main {
        height: 110vh;
    }
    
    .sc {
        margin-right: 0;
    }
    
    .title button {
        padding: 10px;
    }
    
    #jf1 {
        left: 0;
    }
    
    #jf2 {
        right: 0;
    }

}

@media only screen and (max-width:320px) {
    .produkter>div {
        margin-top: 150px;
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .title button {
        padding: 10px;
        width: 50px;
    }
    
    .sc {
        margin-right: 10px;
    }
    
    .icon {
        margin-left: 0;
    }
}