*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'bebas neue';
    src: url('/fonts/BebasNeue-Regular.ttf') format('woff');
}
/* Generel styling af navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 2px solid black;
    
}

.navbar-logo {
    width: 80px; 
}


.navbar-menu {
    display: flex;
    gap: 40px;
    list-style: none;
}

.navbar-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}


.navbar-icons {
    display: flex;
    gap: 20px;
}

.navbar-icons {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 2rem;
}

body {
    font-family: 'bebas neue';
    
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 2px solid black;
}

.navbar-logo {
    width: 80px; 
}

.navbar-menu {
    display: flex;
    gap: 40px;
}

.navbar-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

.navbar-icons {
    display: flex;
    gap: 20px;
}

.navbar-icons {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.kurv {
    width: 22px;
}



.nyhedsbrev {
    background-color: #211D1D;
    text-align: center;
    width: 100%;
    padding-top: 30px;
   
}

.nyhedsbrev h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #EFA7BD;
    text-align: center;
}

.nyhedsbrev p {
    font-size: 24px;
    margin-bottom: 30px;
    color: white;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.signup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.signup-form input {
    background-color: #D9D9D9;
    padding: 15px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    text-align: center;
}

.signup-form button {
    background-color: #D9D9D9;
    color: black;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
}

.signup-form button:hover {
    background-color: #c3c3c3;
}


.footerbox{
    display: flex;
    align-items: center; /* Centrerer indhold vertikalt */
    flex-direction: row; /* Vandret layout */
    justify-content: space-evenly; /* Jævn afstand mellem elementer */
    background-color: #211D1D;
}

h5 {
    line-height: 2rem; /* Øget linjeafstand */
    text-align: center; /* Centreret tekst */
    font-size: 1.2rem; /* Mindre tekststørrelse */
    margin-top: 1rem; /* Plads over teksten */
    color: white;
}

.kontakt{
    line-height: 2rem;
    text-align: center;
    color: white;
    margin-right: 60px;
}

.some{
    line-height: 4rem;
    text-align: center;
    color: white;
    margin-right: 60px;
}

.shop{
    line-height: 2rem;
    text-align: center;
    color: white;
    margin-right: 60px;
}

.instalogo{
    width: 2rem; /* Størrelse på logoer */
    height: 2rem;
    margin-right: 1rem; /* Afstand mellem logoer */
    border-radius: 0.5rem; /* Runde hjørner */
    margin-bottom: 1rem;
}

.facebooklogo{
    width: 2.2rem; /* Størrelse på logoer */
    height: 2.2rem;
    margin-right: 1rem; /* Afstand mellem logoer */
    border-radius: 0.5rem; /* Runde hjørner */
    margin-bottom: 1rem;
    
}

.tiktoklogo{
    width: 4rem; /* Størrelse på logoer */
    height: 4rem;
    margin-right: -1rem; /* Afstand mellem logoer */
    border-radius: 0.5rem; /* Runde hjørner */
    margin-top: 1rem;
    margin-left: -1rem;
}



/* Kurven der åbner op og lukker herunder */

.kurvTab {
    background-color: white;
    color: rgb(0, 0, 0);
    width: 375px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: grid;
    grid-template-rows: 75px 1fr 75px;
}

.kurvTab h1{
    padding: 25px;
    margin: 0;
    font-weight: 400;
    color: black;
    font-family: 'bebas neue';
}

.kurvTab p1{
    color: black;
    margin-top: 0%;
}

.kurvTab .btn-kurv{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 4rem;
}


.kurvTab .btn-kurv button{
    background-color: #D9D9D9;
    border: none;
    font-family: 'bebas neue';
    font-size: 20px;
}

.kurvTab .btn-kurv button.luk{
    background-color: #EFA7BD;
}

.kurvTab .kurvListe{
    overflow: auto;
}

.kurvTab .kurvListe::-webkit-scrollbar{
    width: 0;
}

.kurvTab{
    right: -400px;
    transition: 0.5s;
}

body.activeTabCart .kurvTab{
    right: 0;
}
body.activeTabCart .container{
    transform: translateX(-250px);
}

.infographic{
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-right: 1rem;
    padding-top: 3rem;
    margin-bottom: -6px;
}





.cart-item {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.cart-item-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.cart-item-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.cart-item-details {
    flex-grow: 1;
}

.remove-item {
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-weight: bold;
    margin-left: auto;
}

.total-price {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}