* {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-decoration: none;
    color: #0077b6;
    text-rendering: optimizelegibility;
    cursor: url(globalassets/administrasjon/tfk/system/favicon/cursor\ \(3\).svg), auto;
}



@font-face {
    font-family: 'Font';
    src: url(fonts/Aktura_Complete/Fonts/OTF/Aktura-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myFont';
    src: url(fonts/SpaceGrotesk_Complete/Fonts/OTF/SpaceGrotesk-Regular.otf);
    font-weight: normal;
    font-style: normal;
}



body {
    background-color: #f8f9fa;
}

main {
    width: 85%;
    margin: auto;
}




hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


h1 {
    font-family: 'Font';
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 76.8px;
}

h2 {
    font-family: 'Font';
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 57.6px;
    margin-top: 5%;
}

p {
    margin: auto;
    width: 85%;
    text-align: justify;
    font-size: 24px;
}

#unique-item {
    margin-bottom: 10%;
}




ul {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    column-gap: 10px;
}




.headbutton a {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    padding: 10px;
}

.headbutton a:hover {
    text-decoration: underline;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    }


header {
    margin-top: 20px;
    height: 80px;
    position: sticky;
    top: 0%;
    background-color: #f8f9fa;
    background-attachment: scroll;
}


.header-nav-left {
    float: left;
    width: auto;
    display: inline-flex;
}

.header-nav-right {
    float: right;
    width: auto;
    display: inline-flex;
}

body {
    font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px;
}
.product-column {
    flex: 1 1 22%;
    margin: 15px;
    background-color: #f8f9fa;
    padding: 10px;
    max-width: 200px;
    transition: transform 0.3s;
}

.product-column:hover {
    transform: scale(1.05);
    text-decoration: none;
}
.product-image {
    width: 100%;
    height: auto;
}
.product-title {
    font-family: 'myFont';
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 5px;
}
.product-description {
    font-family: 'myFont';
    font-size: 12px;
    color: #777;
    margin: 5px 0;
}
.product-price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .product-column {
        flex: 1 1 45%;
    }
}
@media (max-width: 480px) {
    .product-column {
        flex: 1 1 100%;
    }
}


footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    width: 25%;
    min-width: 180px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    color: #fff;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}






@media (max-width: 960px) {
    .headbutton a {
        font-size: 14px;
        padding: 8px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}
@media (max-width: 650px) {
    .headbutton a {
        font-size: 14px;
        padding: 2px;
    }

    header {
        margin-top: 10px;
        height: 50px;
    }
}

@media (max-width: 500px) {
    .headbutton a {
        font-size: 12px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 551px) {
    .headbutton a {
        font-size: 11px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}

@media (max-width: 441px) {
    .headbutton a {
        font-size: 10px;
        padding: 1px;
    }

    header {
        margin-top: 10px;
        height: 40px;
    }
}