 
        body {
            font-family: sans-serif;
            max-width: 700px;
            margin: 60px auto;
            line-height: 1.6;
            color: #222;
        }
        h1 {
            font-weight: 600;
            margin-bottom: 20px;
        }
    /* Logo container */
.logo {
    text-align: left;
    margin-bottom: 40px;
     max-width: 180px;
    height: auto;
    display: block;
}
/* Footer */
.footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #555;    
    font-size: 14px;
}
/* Button section */
.back-to-store {
    text-align: center;
    margin: 60px 0 40px 0;
}

/* Button styling */
.store-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.store-button:hover {
    background-color: #333;
}

/* Cookie banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    display: flex;
    justify-content: center; /* centers the text */
    align-items: center;
    font-size: 14px;
    color: #444;
    z-index: 999;
    gap: 20px; /* space between text and button */
    .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    display: flex;
    justify-content: center; /* centers text */
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #444;
    z-index: 9999;
}

.cookie-banner p {
    margin: 0;
    text-align: center;
}

.cookie-banner .cookie-link {
    color: #333;
    text-decoration: underline;
}

.cookie-banner button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-banner button:hover {
    background: #333;
}

}

   

