
header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.gaptext {
    height: 10px;
}

.omosstext {
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", system-ui;
}

.center {
    text-align: center;
    color: black;
    font-size: 25px;
}

a {
    margin-right: 20px; 
    margin: 0 10px;
    color: inherit;           
    text-decoration: none;          
}

a:visited {
    color: black;
}

a:hover,
a:focus {
    color: #38B6FF;
    text-decoration: none;
}

.logofooter img{
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
}

.logo img{
    display: flex;
    text-align: right;
    justify-content: right;
    width: 100px; ;
    max-width: 100px;
    max-height: 100px;
}

footer {
    left: 0;
    bottom: 0;
    max-width: 100%;
    background-color: #ffffff;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.imgtitel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1153px;
    height: 650px;   
    border-radius: 20px;
    border-bottom: 20px;
}

.griddy > div:nth-child(1) {
    justify-self: end;
}

.griddy > div:nth-child(2) {
    justify-self: center;
}

.griddy > div:nth-child(3) {
    justify-self: start;
}

.produkt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;  
}

.border {
    display: flex;
    border-radius: 20px;
}
    
.gap {
    height: 60px;
}

.rubrik {
    display: flex;
    justify-content: center;
}

.Tillbaka {
    display: flex;
    justify-content: left;
    max-width: 50px;
    max-height: 50px;
}

.form {
    display: grid;
    justify-content: center;
}

.submitbutton {
    border-radius: 20px;
    background-color: #38B6FF;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", system-ui;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
}

.zoom {
    overflow: hidden;
    border-radius: 20px;
}

.icongrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: right;
}

.small {
    display: flex;
    justify-content: left;
    max-width: 125px;
    max-height: 125px;

}

.zoom img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.butiker {
    display: flex;
    justify-content: center;
}

.gridimg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;  
    border-radius: 20px;
    
}

.shaddow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.zoom:hover img {
    transform: scale(1.1);
}

.mobillist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
}

.info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
  
.botten {
    display: flex;
    gap: 20px;                        
}
  
.nav {
    display: flex;
    width: 200px;
    height: 50px;
    max-width: 1000px;
    max-height: 100px;
}

.right {
    display: flex;
    justify-content: right; 
}

.icons {
    width: 30px;
    height: 30px;
}

.mtlk {
    margin: auto;
    max-width: 1300px;
    justify-content: center;
}

.centering {
    text-align: center;
    justify-content: center;
}

.text1 {
    font-family: "Cherry Bomb One", system-ui;
}
.text2 {
    font-family: "Roboto", system-ui;
}

.short {
    font-size: 15px;
    font-weight: 500;
}

.topbar {
    text-align: center;
    color: #38B6FF;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.color {
    color: black;
}

.flex {     
    grid-template-rows: 1fr 1fr;   
    grid-template-columns:1fr;
    max-height: 200px;
    max-width: 1821px;
    text-align: center;
}

.hög {
    text-align: left;
    max-width: 20px;
    margin-right: 75px;
    position: relative;
    left: 75px;
    top: 100pxn;
    max-width: 300px;
}

.produktvisning {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.btn {
    border-radius: 20px;
    background-color: #38B6FF;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", system-ui;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
}

.prdktimg {
    border-radius: 20px;
}

.prdktpsn {
    display: flex;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(56, 182, 255, 0.8);
    border-radius: 20px;
}

.gapn {
    height: 500px;
}

.centering {
    text-align: center;
}



/* Mobile S */
@media only screen and (max-width: 374px) and (min-width: 320px) {

    .centering {
        text-align: center;
        justify-content: center;
    }

    .small {
        display: flex;
        justify-content: left;
        max-width: 60px;
        max-height: 60px;
    }

    .produktvisning {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    .prdktvisningprdkt {
        display: flex;
        border-radius: 20px;
        max-width: 290px;
        max-height: 400px;
    }
    
    .mobillist {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    
    .right {
        display: flex;
        justify-content: left; 
        max-width: 100px;
    }

    .imgtitel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr 1fr 1fr;
        width: 310px;
        height: 300px;   
        border-radius: 20px;
        border-bottom: 20px;
        image-rendering: auto;
        image-resolution: auto;
    }

    .border {
        display: flex;
        border-radius: 20px;
        max-width: 90px;
    }

    .smakis {
        font-size: 24px;
        font-weight: 800;
    }

    .resize {
        width: 300px;
        height: 100px;
    }

    .center {
        justify-content: center;
    }

    .resizing {
        justify-content: center;
        width: 130px;
        height: 130px;
    }

    .grid {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }

    .flex {     
        grid-template-rows: 1fr 1fr;   
        grid-template-columns:1fr;
        max-height: 200px;
        max-width: 290px;
        text-align: center;
        justify-content: center;
    }

    .class {
        max-width: 100px;
    }
}

/* Mobile M */
@media only screen and (max-width: 424px) and (min-width: 375px) {


    .centering {
        text-align: center;
        justify-content: center;
    }

    .small {
        display: flex;
        justify-content: left;
        max-width: 70px;
        max-height: 70px;
    }

    .produktvisning {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    .prdktvisningprdkt {
        display: flex;
        border-radius: 20px;
        max-width: 300px;
        max-height: 400px;
    }

    .mobillist {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        justify-content: right;
        text-align: center;
    }

    .right {
        display: flex;
        justify-content: right; 
        max-width: 100px;
    }

    .imgtitel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr 1fr 1fr;
        width: 360px;
        height: 300px;   
        border-radius: 20px;
        border-bottom: 20px;
        image-rendering: auto;
        image-resolution: auto;
    }

    .border {
        display: flex;
        border-radius: 20px;
        max-width: 110px;
    }

    .smakis {
        font-size: 24px;
        font-weight: 800;
    }

    .resize {
        width: 350px;
        height: 100px;
    }

    .resizing {
        width: 160px;
        height: 160px;
        justify-content: center;
    }

    .flex {     
        grid-template-rows: 1fr 1fr;   
        grid-template-columns:1fr;
        max-height: 200px;
        max-width: 375px;
        text-align: center;
    }
    
    .class {
        max-width: 200px;
    }

    .grid {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
}

/* Mobile L */
@media only screen and (max-width: 767px) and (min-width: 425px) {

    .centering {
        text-align: center;
        justify-content: center;
    }

    .small {
        display: flex;
        justify-content: left;
        max-width: 80px;
        max-height:80px;
    }

    .produktvisning {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    .prdktvisningprdkt {
        display: flex;
        border-radius: 20px;
        max-width: 300px;
        max-height: 400px;
    }

    .mobillist {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        justify-content: right;
        text-align: center;
    }

    
    .right {
        display: flex;
        justify-content: right; 
        max-width: 100px;
    }

    .div {
        min-width: 200px;
    }

    .imgtitel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr 1fr 1fr;
        width: 400px;
        height: 300px;   
        border-radius: 20px;
        border-bottom: 20px;
        image-rendering: auto;
        image-resolution: auto;
    }

    .border {
        display: flex;
        border-radius: 20px;
        max-width: 130px;
    }

    .smakis {
        font-size: 24px;
        font-weight: 800;
    }

    .resize {
        width: 370px;
        height: 100px;
    }

    .resizing {
        width: 180px;
        height: 150px;
    }

    .flex {     
        grid-template-rows: 1fr 1fr;   
        grid-template-columns:1fr;
        max-height: 200px;
        max-width: 425px;
        text-align: center;
    }
    
    .class {
        max-width: 200px;
    }

    .grid {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .icongrid {
        display: flex;
        justify-content: center;
    }

}

/* Tablet */
@media only screen and (max-width: 1023px) and (min-width: 768px){
    
    .centering {
        text-align: center;
        justify-content: center;
    }

    .icongrid {
        display: flex;
        justify-content: center;
    }

    .small {
        display: flex;
        justify-content: center;
        max-width: 90px;
        max-height:90px;
    }

    .produktvisning {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }

    .prdktvisningprdkt {
        display: flex;
        border-radius: 20px;
        max-width: 300px;
        max-height: 400px;
    }
    
    .mobillist {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        justify-content: right;
        text-align: center;
    }

    
    .right {
        display: flex;
        justify-content: right; 
        max-width: 200px;
    }

    .nav {
        display: flex;
        width: 200px;
        height: 50px;
        max-width: 1000px;
        max-height: 100px;
    }
    

    .div {
        min-width: 200px;

    }

    .imgtitel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr 1fr 1fr;
        width: 700px;
        height: 500px;   
        border-radius: 20px;
        border-bottom: 20px;
        image-rendering: auto;
        image-resolution: auto;
    }

    .border {
        display: flex;
        border-radius: 20px;
        max-width: 240px;
    }

    .smakis {
        font-size: 24px;
        font-weight: 800;
    }

    .resize {
        width: 700px;
        height: 150px;
    }

    .resizing {
        width: 350px;
        height: 150px;
    }

    .flex {     
        grid-template-rows: 1fr 1fr;   
        grid-template-columns:1fr;
        max-height: 200px;
        max-width: 768px;
        text-align: center;
    }
    
    .allrights{
        text-align: left;
        margin: auto;
        justify-content: right;
        max-width: 10px;
    }
    
}

