html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    background: #d5995e; /* zelfde kleur als je topbar */
    color: white;
    padding: 12px 22px;
    border: none;
    border-radius: 12px; /* mooie afgeronde hoeken */
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

    .btn-primary:hover {
        background: #d9822b; /* iets lichter bij hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }
    .btn-primary:focus {
        background: #d5995e; /* iets lichter bij hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }

    .btn-primary:active {
        transform: scale(0.97);
    }


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}




/* --- HBO4YOU Inspired Style --- */

:root {
    --primary: #006bb7;
    --primary-light: #1a8fe3;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --radius: 12px;
    --shadow: 0 4px 14px rgba(0,0,0,0.06);
    --max-width: 900px;
    --bg-light: #f5f7fa;
    --bg-white: #ffffff;
    --font: 'Inter', 'Segoe UI', sans-serif;
}

/* Global */
body {
    background: var(--bg-light);
    font-family: var(--font);
    color: var(--text-dark);
}

/* Container */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* Top navigation */
.topnav {
    background: var(--bg-white);
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 0;
    box-shadow: var(--shadow);
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

/* Menu */
.menu {
    display: flex;
    gap: 24px;
}

.menu-item {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius);
    transition: 0.2s;
}

    .menu-item:hover {
        background: var(--primary);
        color: white;
    }

    .menu-item.active {
        background: var(--primary);
        color: white;
    }



/* Card style */
.card {
    background: var(--bg-white);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

/* Typography */
h1, h2, h3, h4, h6 {
    font-weight: 700;
    color: #7d9186; /*var(--text-dark);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.25);*/
}

p {
    color: var(--text-light);
    line-height: 1.6;
}


/* --- Home Page Styling (HBO4YOU style) --- */

.hero {
    text-align: center;
    margin-bottom: 40px;
}

    .hero h1 {
        font-size: 2.4rem;
        font-weight: 700;
        color: var(--text-dark);
    }

    .hero .subtitle {
        font-size: 1.1rem;
        color: var(--text-light);
        max-width: 600px;
        margin: 10px auto 0;
    }

/* Input card */
.input-area {
    width: 100%;
    border-radius: var(--radius);
    border: 1px solid #d1d5db;
    padding: 14px;
    font-size: 1rem;
    resize: vertical;
}

/* Section title */
.section-title {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700;
}

/* Book grid */
.book-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
}

/* Book card */


.book-card {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 25px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    position: relative;   

}



.book-top {
    display: flex;
    gap: 16px;
    align-items: flex-start; /* voorkomt centering */
}


/*.book-img {
    width: 80px;
    height: 110px;
    object-fit: cover;
    border-radius: var(--radius);
}*/

.book-img {
    width: 80px;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius);
}


.book-info h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.book-info .author {
    color: var(--text-light);
    margin: 4px 0;
}

.book-info .isbn {
    color: var(--text-light);
    margin: 4px 0;
}


.add-cart-btn {
    background: #91aa9d;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s ease;
}

    .add-cart-btn:hover {
        background: #7d9186;
    }

.cart-icon {
    width: 18px;
    height: 18px;
    display: block;
}


.add-cart-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

/*

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-3px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-3px);
    }
}
*/







.cart-link {
    font-weight: 600;
}

/*.remove-btn {
    background: #e11d48;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.2s;
    margin-left: auto;
}

    .remove-btn:hover {
        background: #be123c;
    }*/

/*.cart-remove-btn {
    background: #e74c3c;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .cart-remove-btn:hover {
        background: #c0392b;
    }*/

/*.remove-icon {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}*/

/*.cart-remove-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s ease;
}

    .cart-remove-btn:hover {
        background: #e74c3c;
    }

.cart-remove-btn {
    position: absolute;
    top: -8px;*/ /* schuift de knop iets boven het item */
    /*right: -8px;*/ /* schuift de knop iets rechts buiten het item */
/*}*/

.cart-remove-btn {
    position: absolute;
    top: 5px; /* laat de knop over de bovenrand uitsteken */
    right: 5px; /* laat de knop over de rechterrand uitsteken */

    width: 32px; /* vaste breedte voor een rondje */
    height: 32px; /* vaste hoogte voor een rondje */
    border-radius: 50%; /* maakt 'm rond */

    background: #e74c3c;
    color: white;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex; /* icoon centreren */
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

    .cart-remove-btn:hover {
        background: #c0392b; /* iets donkerder voor hover-effect */
    }






/* --- Hero banner with background image --- */

.hero-banner {
    width: 100%;
    height: 260px;
    /*background-image: url('/images/books-bg.jpg');*/

    /*background-image: linear-gradient(45deg,#efefef 25%,hsla(0,0%,94%,0) 0,hsla(0,0%,94%,0) 75%,#efefef 0,#efefef),linear-gradient(45deg,#efefef 25%,hsla(0,0%,94%,0) 0,hsla(0,0%,94%,0) 75%,#efefef 0,#efefef); 
    background-size: cover;*/
    background-position: center;
    border-radius: var(--radius);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

    .hero-overlay h1 {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .hero-overlay .subtitle {
        font-size: 1.1rem;
        max-width: 600px;
    }

/* --- Full page background image --- */

/*body {*/
    /*background-image: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),url('/images/books-bg1.jpg');*/ /* jouw afbeelding */
    /*background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)),url('/images/books-bg4.jpg');
    background-size: cover;*/ /* vult het hele scherm */
    /*background-position: center;*/ /* mooi gecentreerd */
    /*background-attachment: fixed;*/ /* parallax-achtig effect */
    /*background-repeat: no-repeat;*/ /* geen herhaling */
/*}*/

.background {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.home-background {
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url('/images/books-bg-home.jpg');
}
.contact-background {
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url('/images/books-bg-contact.jpg');
}
.over-background {
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url('/images/books-bg-over.jpg');
}
.card-background {
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url('/images/books-bg-card.jpg');
}

.privacy-background {
    background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url('/images/books-bg-privacy.jpg');
}

.header-small {
    text-align: left;

}

    .header-small h1 {
        margin: 0;
        font-size: 2rem;
    }

    .header-small .subtitle {
        margin-top: 5px;
        color: #666;
        text-align: left;
    }




.logo {
    height: 50px;
}



/* Content */
.content-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}







.logo {
    height: 60px;
}

.subbar {
    background: #E8EAF6; /* heel licht paars/grijs */
    padding: 8px 25px;
    color: #333;
    font-size: 0.95rem;
    border-radius: 0;
    border-bottom: 1px solid #D0D3E2;
}


.bottom-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    background: #fafafa;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

    .bottom-menu a {
        text-decoration: none;
        color: #444;
        font-weight: 500;
    }

/* Mobiel: menu compacter maken */ @media (max-width: 600px) {
    .bottom-menu {
        gap: 15px;
        padding: 12px 0;
    }

        .bottom-menu a {
            font-size: 14px;
        }
}

/* Footer */
.footer {
    background: #91aa9d;
    color: white;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.7rem;
}

    .footer {
        font-size: 0.7rem;
        color: #E8EAF6;
/*        opacity: 0.9;*/
        font-weight: 300;
        letter-spacing: 0.3px;
    }

html, body {
    height: 100%;
    margin: 0;
}




/* Zorg dat de content de ruimte opvult */
.page-container {
    flex: 1;
}



.layout-root {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}



/*
.topbar {
    background: #91aa9d;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .topbar .logo {
        height: 48px;
    }

    .topbar .motto {
        font-size: 1rem;
        color: #E8EAF6;
        opacity: 0.9;
        font-weight: 500;
        letter-spacing: 0.3px;
    }
*/

.topbar {
    background: #91aa9d;
    padding: 10px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Linkerzijde */
.topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Midden (slogan) */
.topbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.8rem;
 /*   font-weight: 500;*/
    white-space: nowrap;
}

/* Rechterzijde */
.topbar-right {
    display: flex;
    align-items: center;
}



.topbar .logo {
    height: 48px;
}

.topbar .motto {
    font-size: 1rem;
    color: #E8EAF6;
    opacity: 0.9;
    font-weight: 500;
}

.logonaam {
    font-size: 1rem;
    font-family: Arial;
    opacity: 0.9;
    font-weight: 500;
    color: white;
}



.cart-icon {
    position: relative;
    font-size: 1.6rem;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Teller-badge */
.cart-count {
    position: absolute;
    top: -14px;
    right: -35px;
    background: #FF5252;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}




/* De box waar alle content in komt */ .content-box {
    background: rgba(255, 255, 255, 0.85); /* subtiele transparantie */
    backdrop-filter: blur(6px); /* moderne glass-effect */
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-width: 900px;
    
}

.content-box1 {
    background: rgba(187, 202, 193, 0.75); /* subtiele transparantie */
    backdrop-filter: blur(6px); /* moderne glass-effect */
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-width: 900px;
}

    .content-box1 h3 {
        color: #ffffff;
    }

.inline-link {
    color: #91aa9d;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(63, 81, 181, 0.3);
    padding-bottom: 1px;
    transition: 0.2s ease;
    border-bottom-color: #91aa9d;
}

    .inline-link:hover {
        border-bottom-color: #7d9186;
        color: #7d9186;
    }

.color {
    color: #91aa9d;
}

.added-message {
    position: absolute;
    bottom: 8px;
    left: 16px;
    /* background: #91aa9d;*/
    color: #91aa9d;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    /* animation: fadeInOut 1.4s ease forwards;*/
    pointer-events: none; /* voorkomt klikproblemen */
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(4px);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(4px);
    }
}

.go-checker-btn {
    display: inline-block;
    margin-top: 10px;
    background: #91aa9d;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.2s ease;
}

    .go-checker-btn:hover {
        background: #7d9186;
        color: white;
    }



.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    animation: fadeIn 0.2s ease;
}


.close-btn {
    margin-top: 12px;
    background: #91aa9d;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.description {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 8px;
    color: #444;
}


.book-extra {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.price {
    font-weight: bold;
    color: #333;
    font-size: 1rem;
}

.used-label {
    background: #d5995e;
    color: white;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.75rem;
}

.new-label {
    background: #d5995e;
    color: white;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.75rem;
}

/*
.details-img {
    width: 80px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
    opacity: 0.9;
    display: block;
}
*/

.details-popup {
    background: white;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    animation: slideUp 0.25s ease;
}

.details-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

.details-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    gap: 5px;
}

.details-left p {
    margin: 4px 0;
}

.details-img {
    width: 90px;
    height: auto;
    border-radius: 6px;
    object-fit: contain;
    opacity: 0.95;
}

.details-description {
    line-height: 1.5;
    margin-bottom: 10px;
}

.add-cart-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.book-added {
    opacity: 0.5;
    pointer-events: none; /* voorkomt klikken */
}
.added-check {
    margin-top: 6px;
    color: #2ecc71;
    font-weight: 600;
    font-size: 14px;
}

/*.book-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
*/

.add-all-btn {
    display: flex;
    align-items: center;
    gap: 8px; /* ruimte tussen icoon en tekst */
}

    .add-all-btn .cart-icon {
        width: 18px;
        height: 18px;
    }


.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-card {
    position: relative;
}

.book-link-btn {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease;
    text-decoration: none; /* underline weg */
    display: inline-block; /* voorkomt verdwijnen bij hover */
    opacity: 0.9;
}

    .book-link-btn:hover {
        background-color: #0056b3;
        color: white; /* voorkomt dat tekst blauw/paars wordt */
    }



.cart-total-badge {
    position: absolute;
    top: -15px;
    right: -25px;
    background: #d5995e;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
}


.cart-icon {
    display: flex;
    align-items: center; /* icoon + aantal centreren */
    gap: 6px;
    text-decoration: none;
    color: inherit;
    

}

.cart-icon-site {
    right: 25px;
}

.mirror-cart {
    display: inline-block;
    transform: scaleX(-1);
    font-size: 26px; /* iets groter, mooier in topbar */
    line-height: 1; /* voorkomt dat hij te hoog staat */
    font-size: 35px;
}



/*.topbar-right {
    display: flex;
    align-items: center;
    gap: 22px;*/ /* ruimte tussen ISBN en winkelwagen */
/*}*/

/* ISBN icoon */
/*.isbn-icon {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.isbn-symbol {
    font-size: 30px;*/ /* zelfde grootte als winkelwagen */
    /*line-height: 1;
    display: inline-block;
}*/

/* Winkelwagen */
/*.cart-icon {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.mirror-cart {
    display: inline-block;
    transform: scaleX(-1);
    font-size: 30px;
    line-height: 1;
    position: relative;
    right: 3px;*/ /* subtiel naar links */
/*}

.cart-count {
    font-size: 16px;
    font-weight: 600;
    margin-left: 4px;
}*/




.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* blijft boven alles */

    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optioneel: mooie schaduw */
}

.page-container {
    padding-top: 59px; /* afhankelijk van de hoogte van je topbar */
}

.bottom-menu {
    position: fixed;
    bottom: 29px; /* ruimte maken voor de footer */
    left: 0;
    width: 100%;
    background: white;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    z-index: 900;
}


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;  
    text-align: center;
    padding: 6px 0;
    z-index: 800;
    border-top: 1px solid #ddd;
}

.page-container {
    padding-bottom: 59px; /* genoeg ruimte voor menu + footer */
}

.logonaam {
   /* font-weight: 700;
    font-size: 22px;*/
    letter-spacing: 1px;
   /* text-shadow: 1px 1px 2px rgba(0,0,0,0.25);*/
}
@media (max-width: 600px) {
    .topbar-center {
        display: none;
    }
}


    .footer a {
        margin-left: 10px;
        color: inherit;
        text-decoration: underline;
    }

        .footer a:hover {
            opacity: 1;
        }


.affiliate-note {
margin-left: 10px;
}

@media (max-width: 600px) {
    .list-header {
        flex-direction: column;
        align-items: flex-start; /* of center, wat jij mooier vindt */
    }

    .add-all-btn {
        width: 100%; /* optioneel: maakt de knop mooi breed */
    }
}
@media (max-width: 600px) {
    .add-all-btn {
        margin-top: 0.5rem;
    }
}


.home-logo, .card-logo, .over-logo, .contact-logo, .privacy-logo {
    float: right;
    width: 150px; /* pas aan naar wens */
    margin-top: -30px;
    margin-right: -10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .over-logo, .contact-logo, .privacy-logo, .home-logo, .card-logo, .affiliate-note {
        display: none;
    }
}

.align-center{
    text-align: center;
}

.home-logo, .card-logo {
    margin-top: -67px;
}
