html, body {
    font-family: 'Cinzel Decorative', serif, '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 {
        transform: scale(1.02);
        background: #d9822b; /* iets lichter bij hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }
    .btn-primary:focus {
        background: #d8b55a;
        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;
    }





: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: 1201px;
    --bg-light: #f5f7fa;
    --bg-white: #ffffff;
    --font: 'Cinzel Decorative', serif, 'Helvetica Neue', Helvetica, Arial, sans-serif, '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;*/
    }

@media (max-width: 600px) {
    .container {
        padding-left: 7px;
	padding-right: 7px;
    }
}

    /* 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, h5, h6 {
    font-weight: 700;
    color: #7a2a2a; /*var(--text-dark);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.25);*/
}

    p {
        /*color: var(--text-light);*/
        line-height: 1.6;
    }

.contact-option
{
font-size: 0.85rem;
}

    .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 */

@media (max-width: 600px) {
    .book-grid {
        grid-template-columns: 1fr;
    }
}


/*.book-card, .book-card-cart {
    background: white;
    border-radius: var(--radius);*/
    /*box-shadow: 6px 4px 4px rgba(148,148,148, 0.5);*/ /*var(--shadow);*/
    /*box-shadow: 8px 4px 4px rgba(148,148,148);*/ /*var(--shadow);*/
    /*padding-top: 25px;
    padding-left: 15px;
    padding-right: 25px;    
    display: flex;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    cursor: default;
overflow-wrap: anywhere;
}*/

.book-card-cart {
    padding-bottom: 35px;
   
}

        .book-card.pointer, .book-card-cart.pointer
    {
            cursor: pointer;
        }

    .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);
}*/

@media (max-width: 600px) {
    .book-card {
         padding-top: 15px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;

    }
}

@media (max-width: 600px) {
    .book-card-cart {
         padding-top: 20px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 40px;

    }
}


/*.book-img {
    width: 80px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;*/ /*var(--radius);*/

    
/*}*/

    .book-img.boxshadow {
        box-shadow: 8px 6px 6px #949494;
    }


    .book-info h4 {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 600;
    	min-height: 2.4em; /* hoogte van 2 regels */
    	line-height: 1.2em;
    }

@media (max-width: 600px) {
.book-info h4 {
/* min-height: unset; */
}
}


    .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;
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .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 {
            transform: scale(1.05);
            background: #c0392b; /* iets donkerder voor hover-effect */
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }


 @media (max-width: 600px) {
        .cart-remove-btn {
        position: absolute;
        top: -8px; /* laat de knop over de bovenrand uitsteken */
        right: -8px; 
        }        
    }
 



    /* --- 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;
    }

    .ansichtkaarten-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-ansichtkaarten.jpg');
    }

    .prenten-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-prenten.jpg');
    }

    .fotos-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-fotos.jpg');
    }

    .boeken-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-boeken.jpg');
    }

    .speelgoed-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-speelgoed.jpg');
    }

.sinterklaas-background {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-sinterklaas.jpg');
}

    .marktplaats-background {
        background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-marktplaats.jpg');
    }

.inlog-background {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-inlog.jpg');
}
.account-background {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('/images/bg-account.jpg');
}

    .header-small {
        text-align: left;
    }

        .header-small h1 {
            margin: 0;
            /*font-size: 2rem;*/
            font-size: calc(1.275rem + .3vw);
        }

        .header-small .subtitle {
            margin-top: 5px;
            color: #666;
            text-align: left;
        }




    .logo {
        height: 50px;
    }
    /* Content */
.content-wrapper {
    max-width: 1201px;
    margin: 40px auto;
    /*padding: 0 20px;*/
    /*text-align: -webkit-center;*/
}







    .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;
    }
    /* Footer */
.footer {
    background: white;
    color: white;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.7rem;
    border-top: 3px solid #d4b46a;
}

.footer {
    font-size: 0.7rem;
    color: #7a1e1a;
    /*        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: #f4e9d8;
    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: #7a1e1a;
    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: 'Playfair Display', sans-serif;
    opacity: 0.9;
    font-weight: 500;
    color: #7a1e1a;
    text-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

 @media (max-width: 600px) {
        .topbar {
            padding-left: 15px;
        }        
    }

    .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);
    border: 1px solid #7a1e1a;
    /*max-width: 701px;*/
}

.content-box1 {
    background: rgba(239, 221, 206, 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: 1201px;
}

    .content-box1.shadow1 {
        box-shadow: 6px 4px 4px rgba(148,148,148, 0.5);
    }

    .content-box1 h3 {
        color: rgb(122, 30, 26);
        
    }


@media (max-width: 600px) {
    .content-box1 {
         padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    }
}

@media (max-width: 600px) {
    .content-box {
         padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    }
}


.book-cover
{
   max-width: 180px;
}

@media (max-width: 600px) {
    .book-cover {
        max-width: 160px;
    }
}

    .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: 2px;
        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;
    }

    .not-available-label {
        background: #e74c3c;
        color: white;
        padding: 3px 6px;
        border-radius: 6px;
        font-size: 0.75rem;
    }

    .unknown-label {
        background: #d5995e;
        color: white;
        padding: 3px 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: 1.25rem;
        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;
    box-shadow: none;
    transform: none;
}

    .add-cart-btn:disabled .cart-icon {
        cursor: not-allowed;
    }


    .book-added {
        opacity: 0.6;
        /*pointer-events: none;*/ /* voorkomt klikken */
    }

    .added-check {
        margin-top: 6px;
        color: #2ecc71;
        font-weight: 600;
        font-size: 0.87rem;
    }
    /*.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-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }*/

.book-link-btn {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.87rem;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    text-decoration: none; /* underline weg */
    display: inline-block; /* voorkomt verdwijnen bij hover */
    opacity: 0.9;
}

        .book-link-btn:hover {
            transform: scale(1.05);
            background-color: #0056b3;
            color: white; /* voorkomt dat tekst blauw/paars wordt */
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }



    .cart-total-badge {
        position: absolute;
        top: -15px;
        right: -40px;
        background: #d5995e;
        color: white;
        font-size: 1.12rem;
        font-weight: 600;
        padding: 10px 12px;
        border-radius: 50px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        text-align: center;
        z-index: 10;
    }

 @media (max-width: 600px) {
.cart-total-badge
{
top: -3px;
        right: 0px;
font-size: 0.9rem;
padding: 5px 6px;

}
}

 @media (min-width: 601px) and (max-width: 900px) {
.cart-total-badge
{
top: -10px;
        right: -10px;
font-size: 0.9rem;
padding: 5px 6px;

}
}

    .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 */
    border-bottom: 3px solid #d4b46a;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optioneel: mooie schaduw */
}

    .page-container {
        padding-top: 95px; /* afhankelijk van de hoogte van je topbar */
    }

 .page-container {
        padding-bottom: 10px; /* genoeg ruimte voor menu + footer */
    }

 @media (max-width: 600px) {
        .page-container {
            padding-top: 70px;
	    padding-bottom: 10px;
        }        
    }



.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    z-index: 800;
    border-top: 3px solid #d4b46a;
    font-family: 'Playfair Display', sans-serif;
}

   

    .logonaam {
        /* font-weight: 700;
    font-size: 22px;*/
        letter-spacing: 1px;
        /* text-shadow: 1px 1px 2px rgba(0,0,0,0.25);*/
    }

    @media (max-width: 900px) {
        .topbar-center {
            display: none;
        }

        .logonaam {
            font-size: 0.8rem;
        }

        .topbar .logo {
            height: 35px;
        }
    }


    .footer a {
        margin-left: 10px;
        color: inherit;
        text-decoration: underline;
    }

        .footer a:hover {
            opacity: 1;
        }


    .affiliate-note {
        margin-left: 10px;
        display: none;
    }

    @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 */
font-size: 0.9rem;
        }
    }

    @media (max-width: 600px) {
        .add-all-btn {
            margin-top: 0.5rem;
        }
    }


    .card-logo {
        /*float: right;
    width: 150px;*/ /* pas aan naar wens */
        /*margin-top: -32px;
    margin-right: -10px;
    margin-left: 20px;
    margin-bottom: 10px;*/

        float: none !important;
        position: absolute;
        right: 20px;
        top: -2px;
        width: 150px;
    }

    .home-logo, .contact-logo, .aanbieders-logo, .over-logo, .privacy-logo {
        float: right;
        width: 150px;
        margin-top: -32px;
        margin-right: -10px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    @media (max-width: 700px) {
        .uitgelicht-card-horizontaal,
        .over-logo, .contact-logo, .privacy-logo, .home-logo, .card-logo, .affiliate-note, .aanbieders-logo, .article-logo, .bol-logo {
            display: none;
        }
    }

.bol-logo {
    float: right;
    width: 195px; /* pas aan naar wens */
    margin-top: -30px;
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 0 0 12px 12px;
    box-shadow: 6px 4px 4px rgba(148,148,148, 0.5); /*0 4px 20px rgba(0,0,0,0.15)*/
}

    .align-center {
        text-align: center;
    }

    .not-available {
        position: absolute;
        bottom: 12px;
        right: 12px;
        color: red;
        font-size: 0.8rem;
        background: #e74c3c;
        color: white;
        padding: 3px 6px;
        border-radius: 6px;
        font-size: 0.75rem;
    }


    .shop-picker {
        width: 200px;
        padding: 10px 14px;
        font-size: 0.93rem;
        border-radius: 8px;
        border: 2px solid #91aa9d;
        background-color: #ffffff;
        /* color: #333;*/
        cursor: pointer;
        transition: all 0.2s ease;
        appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,12'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 14px;
    }

        .shop-picker:hover {
            border-color: #91aa9d;
        }

        .shop-picker:focus {
            outline: none;
            border-color: #91aa9d;
            box-shadow: 0 0 4px rgba(0, 0, 163, 0.3);
        }


.info-block {
    max-width: 1000px;
    text-align: left;
    /* color: var(--text-light);*/
    color: #7a1e1a;
    font-family: 'Playfair Display';
}

        .info-block h3 {
            font-size: 1.25rem;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .info-block p {
            font-size: 0.93rem;
            line-height: 1.6;
        }

        .info-block ul,
        .info-block li {
            font-size: 0.93rem;
            color: var(--text-light);
            line-height: 1.6;
            margin-left: 20px; /* optioneel, voor nette indent */
        }

    .ulnone {
        list-style: none;
        padding-left: 0;
    }

    .info-block-small h3 {
        font-size: 0.87rem;
        font-weight: 600;
        margin: 0;
    }

    .info-block-small .providers {
        font-weight: 400;
        margin-left: 6px;
        color: #555;
    }

    @media (max-width: 600px) {
        .info-block-small {
            display: none;
        }
    }



.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);
    font-size: 1.15rem;
}

        .bottom-menu a {
            text-decoration: none;
            color: #7a1e1a;
            font-weight: 500;
            font-family: 'Playfair Display', sans-serif;
            
        }

            .bottom-menu a:hover {
                text-decoration: none;
                color: #d4b46a;
                font-weight: 500;
                font-family: 'Playfair Display', sans-serif
            }


.bottom-menu {
    position: fixed;
    top: 70px;
    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;
    border-bottom: 3px solid #d4b46a;
}
    /* Desktop: verberg hamburger en mobiel menu */
    .mobile-menu-toggle,
    .mobile-menu {
        display: none;
    }
    /* ----------------------------- */
    /*  MOBIEL MENU + OVERLAY       */
    /* ----------------------------- */

 @media (min-width: 901px) and (max-width: 1162px) {
   .bottom-menu
{
font-size: 12px;
}
}


    @media (max-width: 900px) {
	.header-small {
            font-size: 14px;
        }
        .header-small h1 {
            font-size: 1.2rem;
        }
        /* Verberg bottom-menu op mobiel */
        .bottom-menu {
            display: none;
        }
        /* Hamburgerknop */
        .mobile-menu-toggle {
            display: block;
            font-size: 1.75rem;
            margin-right: 5px;
            cursor: pointer;
            user-select: none;
        }
        /* Donkere overlay */
        .mobile-overlay {
            display: none;
            position: fixed;
            top: 60px; /* hoogte van de topbar */
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.45);
            z-index: 9998;
        }

            .mobile-overlay.show {
                display: block;
            }
        /* Mobiel menu container */
        .mobile-menu {
            display: flex;
            flex-direction: column;
            background: #fff;
            /*border-bottom: 1px solid #ddd;*/
            /*position: absolute;*/
            /* top: 60px; */ /* onder de topbar */


position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;



            left: 0;
            right: 0;
            z-index: 9999;
            /* Animatie */
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease-out;
        }
            /* Wanneer open */
            .mobile-menu.open {
                max-height: 500px; /* genoeg ruimte voor alle items */
            }

            .mobile-menu a {
                padding: 14px 20px;
                border-bottom: 1px solid #eee;
                text-decoration: none;
                color: #333;
                font-size: 1rem;
            }
    }

.page-title {
    font-weight: 700;
    color: #7a1e1a;
}

    .no-results-message {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        background: #ffecec;
        color: #b30000;
        padding: 16px;
        border-radius: 6px;
        margin: 20px 0;
        border: 1px solid #ffb3b3;
        position: relative;
    }

    .no-results-icon {
        font-size: 1.5rem;
        line-height: 1;
        margin-top: 2px;
    }

    .no-results-text {
        font-size: 0.93rem;
        line-height: 1.5;
        flex: 1;
    }
    /* Sluitknop */
    .no-results-close {
        position: absolute;
        top: 8px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 1.25rem;
        color: #b30000;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

        .no-results-close:hover {
            color: #7a0000;
        }
    /* Fade-in animatie */
    .fade-in {
        animation: fadeIn 0.4s ease-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(4px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .cart-image {
        width: 42px;
        height: 42px;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
    }

    .add-all-btn:disabled {
        background: #d5995e !important; /* zelfde kleur als actief */
        color: white !important;
        opacity: 0.6; /* optioneel: iets matter */
        cursor: not-allowed !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .go-to-cart-container {
        display: flex;
        justify-content: flex-end; /* duwt de knop naar rechts */
        margin-top: 20px; /* optioneel: ruimte boven de knop */
    }

    .go-to-cart-btn {
        display: flex;
        align-items: center;
        gap: 8px;
	margin-top: 0.5rem;
    }

    .go-to-cart-container a,
    .go-to-cart-container a:hover,
    .go-to-cart-container a:focus {
        text-decoration: none;
    }

    a.btn-primary {
        text-decoration: none;
    }

        a.btn-primary:hover,
        a.btn-primary:focus,
        a.btn-primary:active {
            text-decoration: none;
        }

        .btn-primary:focus,
        .btn-primary:active,
        a.btn-primary:focus,
        a.btn-primary:active {
            outline: none !important;
            box-shadow: none !important;
            border-color: transparent !important;
        }


    .list-title {
        display: flex;
        flex-direction: column;
    }

        .list-title h3 {
            margin: 0;
        }

    .found-count {
        font-size: 0.85rem;
        color: #5c616b;
        margin-top: 2px;
    }

@media (max-width: 600px) {
    .found-count {
        display: block;   /* forceert nieuwe regel */
        margin-bottom: 6px;
    }

.mobile-space {
        display: none; /* verbergt de &nbsp;&nbsp; op mobiel */
    }

}


    .available {
        color: #116b37; /* groen */
    }

    .n-available {
        color: red; /* rood */
    }


    .kennisbank-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .kb-card {
        display: block;
        background: white;
        border-radius: 14px;
        padding: 15px;
        text-decoration: none;
        color: #333;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

        .kb-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        }

        .kb-card img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 12px;
        }

        .kb-card h3 {
            margin: 0 0 8px 0;
            font-size: 1.2rem;
            color: var(--text-light);
        }

        .kb-card p {
            margin: 0;
            font-size: 0.93rem;
        }


    .article-meta {
        margin-top: -10px;
        margin-bottom: 10px;
        color: #666;
        font-size: 0.85rem;
    }

        .article-meta a {
            font-weight: 500;
        }

    .back-link {
        color: #91aa9d;
        font-weight: 600;
        text-decoration: none;
    }

        .back-link:hover {
            text-decoration: none;
            border-bottom-color: #7d9186;
            color: #7d9186;
            border-bottom: 2px solid rgba(63, 81, 181, 0.3);
            border-bottom-color: #91aa9d;
            padding-bottom: 1px;
        }


    .article-logo {
        float: right;
        width: 225px; /* pas aan naar wens */
        margin-top: 0px;
        margin-right: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .knowledgebank-preview {
        margin-bottom: 60px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 12px;
    }

    .kb-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
    }

    .kb-item {
        text-decoration: none;
        color: inherit;
        display: block;
        text-align: center;
        border-radius: 12px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .kb-item img {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .kb-item:hover span {
            color: #1f2937;
        }

        .kb-item:hover {
            transform: translateY(-4px); /* beweegt het blokje iets omhoog */
        }



    .faq-item {
        margin-bottom: 20px;
        padding: 15px 20px;
        border-radius: 8px;
        background: rgba(187, 202, 193, 0.75);
        cursor: pointer;
        color: var(--text-light);
    }

        .faq-item summary {
            font-weight: bolder;
            font-size: 0.93rem;
            cursor: pointer;
            list-style: none;
        }



        .faq-item[open] {
            background: rgba(187, 202, 193, 0.75);
        }

        .faq-item p {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .fullscreen-overlay {
        position: fixed;
        inset: 0;
        background: rgba(255,255,255,0.85);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

.local-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(255,255,255,0.85);*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    z-index: 9999;
}

    .loader-box {
        background: rgba(187, 202, 193, 0.75);
        padding: 30px 40px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        text-align: center;
    }

    .loading-text {
        opacity: 0;
        animation: fadeIn 0.6s ease forwards;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .shop-row {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap; /* Hierdoor kan de knop naar een nieuwe regel op mobiel */
    }
    /* Dropdown en knop dezelfde hoogte en stijl */
    .shop-control {
        height: 42px;
        padding: 0 15px;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #ccc;
        background-color: white;
        cursor: pointer;
    }
    /* Knop met dezelfde basisvorm */
    .shop-control-btn {
        height: 42px;
        padding: 0 15px;
        font-size: 16px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        color: white;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
        /*.shop-control-btn:hover {
        background: #0000ff;*/ /* iets lichter bij hover */
        /*box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }

    .shop-control-btn:focus {
        background: #0000ff;*/ /* iets lichter bij hover */
        /*box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }*/

        .shop-control-btn:active {
            transform: scale(0.97);
        }
    /* Mobiel: dropdown en knop onder elkaar */
    @media (max-width: 600px) {
        .shop-row {
            flex-direction: column;
            align-items: stretch;
        }

        .shop-control,
        .shop-control-btn {
            width: 100%;
        }
    }

    .details-popup {
        position: relative;
        background: white;
        padding: 20px;
        border-radius: 8px;
        /* Desktop breedte */
        width: 420px; /* breder dan je huidige 320px */
        max-width: 90vw; /* nooit breder dan 90% van het scherm */

        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    /* Mobiel optimalisatie */
    @media (max-width: 480px) {
        .details-popup {
            max-width: 96vw; /* bijna volledige breedte op mobiel */
            padding: 16px;
        }
    }


    .close-x {
        position: absolute;
        top: 8px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 22px;
        cursor: pointer;
        color: #666;
    }

        .close-x:hover {
            color: #000;
        }

    .full-width {
        width: 100%;
        box-sizing: border-box;
    }

    .button-row {
        display: flex;
        justify-content: flex-end; /* knop naar rechts */
        margin-top: 10px;
    }


    .info-block-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px; /* optioneel */
    }

    .feedback-trigger {
        background: #fff5f5;
        border: 1px solid #e0b3b3;
        color: #b30000;
        padding: 6px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
    }

        .feedback-trigger:hover {
            background: #ffe5e5;
            border-color: #cc0000;
            color: #990000;
        }


    .quick-options {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 10px;
    }

        .quick-options button {
            background: #fff5f5;
            border: 1px solid #e0b3b3;
            color: #b30000;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.75rem;
            cursor: pointer;
        }

            .quick-options button:hover {
                background: #ffe5e5;
            }

    .feedback-email {
        margin-bottom: 10px;
    }

    .feedback-textarea,
    .feedback-email {
        outline: none;
        border-radius: 4px;
        border: 1px solid #7d9186
    }

    .feedback-email {
        /*border: 1px solid #ccc;*/
        border-radius: 4px;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        font-size: 0.9rem; /* maak kleiner, pas aan naar smaak */
        padding: 6px 8px; /* optioneel: iets compacter */
    }

        .feedback-textarea:focus, .feedback-email:focus {
            border-color: #7d9186;
            outline: none;
            box-shadow: 0 0 0 2px rgba(125, 145, 134, 0.3);
        }
    /* Verberg de standaard checkbox */
    .styled-checkbox {
        appearance: none;
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        border: 1px solid #7d9186;
        border-radius: 4px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        background-color: white;
    }
        /* Vinkje tonen wanneer aangevinkt */
        .styled-checkbox:checked {
            background-color: #7d9186;
            border-color: #7d9186;
        }
            /* Het vinkje zelf */
            .styled-checkbox:checked::after {
                content: "";
                position: absolute;
                left: 5px;
                top: 0px;
                width: 4px;
                height: 10px;
                border: solid white;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }


    .error-message {
        color: #c0392b;
        margin-bottom: 8px;
        font-size: 0.9rem;
    }
    /*.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 1rem;
    text-decoration: underline;
}

    .btn-link:hover {
        opacity: 0.8;
    }*/

    .contact-button {
        margin-top: 10px;
        padding: 8px 16px;
        border-radius: 6px;
        font-size: 0.95rem;
    }

    .button-row {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 10px;
    }

    .contact-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
        gap: 12px;
    }

@media (max-width: 600px) {
.contact-row
{
 flex-wrap: wrap;
}
}



    .contact-alt {
        font-size: 0.85rem;
        color: #666;
        white-space: nowrap;
    }

        .contact-alt a {
            color: var(--primary-color);
            text-decoration: underline;
        }






    .error-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh; /* volledige hoogte */
        background: #f5f5f5; /* optioneel: lichtgrijze achtergrond */
        
    }

    .shop-control-btn {
        background-color: var(--shop-bg) !important;
        border-color: var(--shop-bg) !important;
        color: var(--shop-color) !important;
    }

        .shop-control-btn:hover {
            background-color: var(--shop-hover) !important;
            border-color: var(--shop-hover) !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.20);
            color: white !important;
        }

        .shop-control-btn:focus {
            background-color: var(--shop-hover) !important;
            border-color: var(--shop-hover) !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.20);
            color: white !important;
        }


    .book-notavailable {
        opacity: 0.65;
    }

    .sub-info.small {
        font-size: 0.52em;
        color: #777;
    }

    .book-link-btn.done {
        background-color: #91aa9d !important; /* helder groen */
        color: white !important;
        opacity: 0.9;
    }
    /* 3 kolommen: cover | metadata | shops (neemt rest in) */
    .info-grid {
        display: grid;
        grid-template-columns: 180px auto 1fr;
        gap: 20px;
        align-items: stretch;
    }
    /* Kolom 2: metadata + button onderaan */
    .info-meta {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 10px;
max-width: 400px;
    }

    .meta-button {
        /*    margin-top: 20px;*/
        display: flex;
        align-items: center;
        gap: 8px; /* ruimte tussen icoon en tekst */
    }
    /* Kolom 3: label + iconen onderaan en rechts */
    .info-shops {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

@media (max-width: 600px) {
    .info-shops {
        align-items: flex-start;
    }
}


.shops-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(187, 202, 193, 0.45); /*subtiele transparantie */
    /*background: #edf6ff;*/
    backdrop-filter: blur(6px); /*moderne glass-effect */
    padding: 10px;
    border-radius: 16px;
    box-shadow: 6px 4px 4px rgba(148,148,148, 0.5);
    max-width: 1201px;
}

.shops-bottom-not-available {

    flex-direction: column;
    background: rgba(234, 94, 98, 0.10);
    gap: 8px;
    backdrop-filter: blur(6px); /*moderne glass-effect */
    padding: 10px;
    border-radius: 16px;
    max-width: 1201px;
}

    .shops-top-label {
        font-size: 0.9rem;
        opacity: 0.85;
    }
    /* Iconen onder elkaar */
    .shops-column {
        display: grid;
        grid-template-columns: 1fr; /* standaard 1 kolom */
        gap: 10px 20px;
        align-items: center;
        /*justify-items: end;*/ /* alles rechts uitlijnen */
    }
        /* ⭐ Als er meer dan 2 items zijn → 2 kolommen */
        .shops-column:has(.shop-line:nth-child(3)) {
            grid-template-columns: 1fr 1fr;
        }

    span.shop-price {
        font-weight: bold;
        color: #333;
    }
    /* Eén regel: icoon + prijs */
    .shop-line {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        font-size: 0.7rem;
    }
        /* ⭐ Highlight goedkoopste winkel */
        .shop-line.cheapest .shop-price {
            font-weight: bold;
            color: #0a8a00;
        }

        .shop-line.cheapest .shop-icon {
            transform: scale(1.1);
            opacity: 1;
        }
    /* Icon styling */
    .shop-icon {
        width: 30px;
        height: 30px;
        object-fit: contain;
        opacity: 0.9;
        transition: 0.2s ease;
    }

        .shop-icon:hover {
            opacity: 1;
            transform: scale(1.1);
        }
    /* Mobiel: alles onder elkaar */
    @media (max-width: 768px) {
        .info-grid {
            grid-template-columns: 1fr;
        }

        .info-shops,
        .shops-bottom,
        .shops-column {
                        justify-items: start;
        }


        .shops-top-label {
            text-align: left;
        }
    }
    /* Eén regel: icoon + prijs + label */
    /*.shop-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}*/
    /* Groen label */
    .lowest-label {
        background: #0a8a00;
        color: white;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: bold;
        white-space: nowrap;
    }
    /* Extra highlight voor goedkoopste */
    /*.shop-line.cheapest .shop-price {
    font-weight: bold;
    color: #0a8a00;
}

.shop-line.cheapest .shop-icon {
    transform: scale(1.1);
    opacity: 1;
}*/

.shop-icon-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

        /*.shop-icon-button:hover .shop-icon {
            opacity: 0.85;
            transform: scale(1.05);
            transition: 0.15s ease;
        }*/

        /* De span zelf krijgt een transition */
        /*.shop-icon-button .shop-price {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }*/

        /* Bij hover van de button → span groeit mee */
        /*.shop-icon-button:hover .shop-price {
            transform: scale(1.28);
        }*/


    /* Hover: button schaalt → img + span schalen automatisch mee */
    .shop-icon-button:hover {
        opacity: 0.85;
        transform: scale(1.05);
        transition: 0.15s ease;
    }

.vergelijk
{
    padding-top: 10px;
}

@media (max-width: 600px) {
    .vergelijk {
        padding-top: 15px;
    }
}

    .price-compare-link1 {
        background: #f4f6ff;
        color: #0000a3;
        padding: 3px 8px;
        border-radius: 6px;
        font-size: 0.85rem;
        text-decoration: none;
        border: 1px solid #e0e6ff;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
    }

        .price-compare-link1:hover {
            background: #e8edff;
        }

    .price-compare-link {
        background: #f4f6ff;
        border: 1px solid #d4dcfe;
        color: #0000a3;
        padding: 2px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
        text-decoration: none;
    }

        .price-compare-link:hover {
            background: #e8edff;
            border-color: #0000a3;
            color: #0000a3;
        }








    .shop-row-grid {
        display: grid;
        grid-template-columns: 60px /* logo */
        195px /* shopnaam */
        100px /* prijs + goedkoopste */
        100px /* nieuw/tweedehands */
        150px /* voorraad */
        85px /* knop */
        60px; /* knop */
        gap: 8px;
        align-items: center;
        padding: 12px 10px;
        width: 100%;
        max-width: 840px; /* effectieve breedte binnen contentbox */
        box-sizing: border-box;
        background: #fff;
        border-radius: 8px;
        /* box-shadow: 0 2px 6px rgba(0,0,0,0.08);*/
        box-shadow: 8px 6px 6px #949494;
        overflow: hidden;
        margin: 0 auto;
        cursor: default;
    }


    .shop-price-column {
        display: flex;
        flex-direction: column;
        gap: 4px; /* kleine ruimte tussen prijs en label */
    }





    .shop-logo {
        width: 48px;
        border-radius: 8px;
    }

    .tag {
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.75rem;
        /*    font-weight: bold;*/
        white-space: nowrap;
    }

        .tag.cheapest {
            background: #0a8a00;
            color: white;
            font-size: x-small;
        }

        .tag.used {
            background: #c97a00;
            color: white;
        }

        .tag.new {
            background: #d5995e;
            color: white;
        }
    /*.price {
    font-size: 1.1rem;
    font-weight: bold;
}*/

    .availability.available {
        color: #0a8a00;
    }

    .availability.not-availablebook {
        color: #b30000;
    }

    .shop-action {
        padding: 8px 12px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        white-space: nowrap;
        transition: 0.2s ease;
    }



        .shop-action:hover {
            opacity: 0.85;
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0,0,0,0.20);
        }



    .shop-label-cheapest,
    .shop-label-condition {
        display: flex;
        align-items: center;
    }

    .shop-row-wrapper {
        width: 100%;
        max-width: 840px; /* binnen jouw contentbox */
        margin: 0 auto;
    }

    .shop-comment-full {
        grid-column: 1 / -1; /* vult ALLE kolommen */
        /*    margin-top: 8px;*/
        /*    padding-left: 10px;*/
        /*    background: #f7f7f7;*/
        /*    border-left: 4px solid #ccc;*/
        /*    border-radius: 4px;*/
        font-size: 0.85rem;
        color: #444;
        line-height: 1.3;
    }




    @media (max-width: 400px) {
        .shop-name,
        .shop-label-condition,
        .add-cart-btn-book {
            display: none;
            visibility: hidden;
        }

        .shop-stock .availability {
            /* verberg de tekst maar laat het icoon staan */
            overflow: hidden;
            white-space: nowrap;
            width: 1em; /* breedte genoeg voor ✔ */
            display: inline-block;
        }

        .shop-row-grid {
            grid-template-columns: 60px /* logo */
            100px /* prijs + goedkoopste */
            20px /* leverbaar */
            85px /* knop */
            0px /* knop */
        }
    }

    @media (min-width: 401px) and (max-width: 500px) {
        .shop-name,
        .add-cart-btn-book {
            display: none;
            visibility: hidden;
        }

	.shop-stock .availability {
            /* verberg de tekst maar laat het icoon staan */
            overflow: hidden;
            white-space: nowrap;
            width: 1em; /* breedte genoeg voor ✔ */
            display: inline-block;
        }       

        .shop-row-grid {
            grid-template-columns: 60px /* logo */
            80px /* prijs + goedkoopste */
            90px /* condition */
	    20px /* leverbaar */
            85px /* knop */
            0px /* knop */
        }
    }

 @media (min-width: 501px) and (max-width: 600px) {
        .shop-name
         {
            display: none;
            visibility: hidden;
        }

	.shop-stock .availability {
            /* verberg de tekst maar laat het icoon staan */
            overflow: hidden;
            white-space: nowrap;
            width: 1em; /* breedte genoeg voor ✔ */
            display: inline-block;
        }       

        .shop-row-grid {
            grid-template-columns: 60px /* logo */
            80px /* prijs + goedkoopste */
            90px /* condition */
	    20px /* leverbaar */
            85px /* knop */
            85px /* knop */
        }
    }

@media (min-width: 601px) and (max-width: 830px) {
        .shop-name
         {
            display: none;
            visibility: hidden;
        }

        .shop-row-grid {
            grid-template-columns: 60px /* logo */
            80px /* prijs + goedkoopste */
            90px /* condition */
	    120px /* leverbaar */
            85px /* knop */
            85px /* knop */
        }
    }



















    .add-cart-btn-book {
        background: #d5995e;
        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-book:hover {
            background: #d9822b; /* iets lichter bij hover */
            box-shadow: 0 4px 12px rgba(0,0,0,0.20);
            transform: scale(1.05);
        }



    .book-header {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 12px;
        overflow-wrap: anywhere;
    }
    /* Terugknop in dezelfde stijl als add-cart-btn */
    .back-btn {
        background: #91aa9d;
        color: white;
        border: none;
        padding: 10px 16px;
        border-radius: 8px;
        font-size: 1.4rem;
        font-weight: 600;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s ease;
        line-height: 1;
    }
        /* Hover: iets groter + shadow */
        .back-btn:hover {
            transform: scale(1.05);
            background: #7f968b;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }



    /* Wrapper */
    .shop-picker-wrapper {
        position: relative;
        width: 265px;
    }

    /* Geselecteerde shop */
    .shop-picker-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 12px;
        background: white;
        border: 2px solid #91aa9d;
        border-radius: 4px;
        cursor: pointer;
        height: 44px;
    }

    /* Logo links */
    .shoppicker-logo {
        width: 30px;
        height: auto;
        border-radius: 4px;
    }

    /* Naam in het midden */
    .shop-picker-name {
        flex: 1;
        margin-left: 8px;
    }

    /* Pijltje rechts */
    .shop-picker-arrow {
        font-size: 12px;
        opacity: 0.7;
        transition: transform 0.2s ease;
    }

        .shop-picker-arrow.open {
            transform: rotate(180deg);
        }

    /* Dropdown */
    .shop-picker-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: 4px;
        z-index: 1000;
    }

    /* Items in dropdown */
    .shop-picker-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 12px;
        cursor: pointer;
    }

        .shop-picker-item:hover {
            background: #f2f2f2;
        }










.category-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid #d4b46a;
    background: #f4e9d8;
    color: #7a1e1a;
    font-weight: bold;
    margin-top: 10px;
}

.book-grid {
    /*    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;*/
    max-width: 1201px;
    /* margin: 30px auto;*/
    /* padding: 0 16px 40px;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 22px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 24px;
}

.book-card {
    /*display: flex;
    flex-direction: column;*/ /* zet alles onder elkaar binnen de kaart */
    /*align-items: center;*/ /* centreert de inhoud horizontaal */
    /*justify-content: flex-start;
    background: #f8f1e4;
    border: 2px solid #d4b46a;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    padding: 16px;
    text-align: center;
    transition: transform .2s ease-in-out;*/
    background-color: #f4e9d8;
    border: 2px solid #d4b46a;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 14px;
    transition: transform 0.3s;
    display: inline-grid;
    max-width: 355px;
    /*flex: 0 0 calc(33.333% - 100px);*/ /* max 3 naast elkaar */
    width: 355px;
}

    .book-card:hover {
        transform: translateY(-4px);
    }

.book-img {
    /*width: 100%;*/
    /*height: 240px;*/
    /* object-fit: cover;*/
    border-radius: 12px;
    border: 2px solid #d4b46a;
    display: block; /* maakt het een blok‑element */
    margin: 0 auto; /* centreert horizontaal */
    margin-bottom: 12px;
}

.book-title {
    font-family: 'Cinzel Decorative', serif;
    font-size: 1.4rem;
    color: #7a1e1a;
    margin-bottom: 6px;
    cursor: default;
}

.book-desc {
    font-family: 'Cormorant Garamond', serif;
    color: #4a2e6b;
    font-size: 1rem;
    margin-bottom: 8px;
    cursor: default;
}

.price {
    font-weight: bold;
    color: #d4b46a;
    font-size: 1.2rem;
    margin-bottom: 10px;
    cursor: default;
}

.btn-primary {
    background-color: #d4b46a;
    color: #7a1e1a;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color .2s ease-in-out;
}

    .btn-primary:hover {
        background-color: #e0c47a;
    }


.input-row {
    display: flex;
    align-items: center;
    gap: 12px; /* ruimte tussen label en input */
    margin-bottom: 14px;
}

.input-label {
    width: 120px; /* vaste breedte zodat alles mooi uitlijnt */
    font-size: 1.1rem;
    color: #7a1e1a;
    font-weight: bold;
}

.input-select,
.input-text {
    flex: 1; /* input vult de rest van de rij */
    max-width: 400px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 2px solid #d4b46a;
    background: #f4e9d8;
    color: #8b1a1a;
    font-size: 1rem;
    width: 400px;
}

.input-text {
    max-width: 300px;
    width: 300px;
}
    .input-select:focus,
    .input-text:focus {
        border: 2px solid #d4af37; /* jouw gouden rand */
        outline: none; /* zwarte browser-outline weghalen */
        box-shadow: 0 0 4px rgba(212, 175, 55, 0.4); /* subtiele gouden glow */
    }

    .subtitle-wonder {
        font-family: 'Playfair Display', serif;
        /*font-size: 1.3rem;*/
        /*color: #7a1e1a;*/
        /*font-weight: 500;*/
        color: var(--text-light);
        margin-top: 4px;
    }

/*
.uitgelicht-card {
    
    background: linear-gradient(145deg, #f8e4c0, #e6c9a8);
    border: 2px solid #d4b46a;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    width: 280px;
    padding: 16px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .uitgelicht-card:hover {
        transform: scale(1.05);
    }

.uitgelicht-header {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #8b1a1a;
    margin-bottom: 8px;
    font-weight: bold;
}

.uitgelicht-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.uitgelicht-body h3 {
    color: #8b1a1a;
    margin: 6px 0;
}

.uitgelicht-body p {
    font-size: 0.9rem;
    color: #5a4632;
}

.uitgelicht-button {
    background-color: #d4b46a;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

    .uitgelicht-button:hover {
        background-color: #b9974f;
    }*/


.topbar1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.sortering {
    flex: 1;
}

/*.uitgelicht-card {
    width: 280px;
    flex-shrink: 0;
}
*/

/*.uitgelicht-card-horizontaal {
    display: flex;
    align-items: center;
    background: #f8e4c0;
    border: 2px solid #d4b46a;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    padding: 20px;
    gap: 30px;
    max-width: 501px;*/
   /* margin: 0 auto;*/
/*}

.uitgelicht-image-container {
    flex: 1;
    text-align: center;
}

.uitgelicht-image {*/
/*    width: 100%;
    max-width: 220px;*/
    /*border-radius: 8px;
}

.uitgelicht-info {
    flex: 2;
    color: #5a4632;
}



.uitgelicht-header {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #8b1a1a;
    font-weight: bold;
    text-align: center;*/ /* centreren */
    /*width: 100%;*/ /* zorgt dat hij over de hele breedte van de kaart loopt */
    /*margin-bottom: 10px;
}


.uitgelicht-title {
    font-size: 1.6rem;
    color: #8b1a1a;
    margin: 8px 0;
}

.uitgelicht-description {
    font-size: 1rem;
    margin-bottom: 10px;
}

.uitgelicht-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #b9974f;
    margin-bottom: 12px;
}

.uitgelicht-button {
    background-color: #d4b46a;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

    .uitgelicht-button:hover {
        background-color: #b9974f;
    }*/
.uitgelicht-card-horizontaal {
    background: rgba(248, 228, 192, 0.95);
    border: 3px dashed #7a1e1a;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    padding: 20px;
    width: 100%;
    /*max-width: 501px;*/
}

.uitgelicht-header {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #8b1a1a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4b46a;
    padding-bottom: 6px;
    cursor: default;
}

.uitgelicht-content-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.uitgelicht-image-container {
    flex: 1;
    text-align: center;


        position: relative; /* container wordt referentiepunt */
        width: 100%;
        height: auto;
        

}

.uitgelicht-image {
    /*    width: 100%;
    max-width: 220px;*/
    border-radius: 8px;
    border: 2px solid #d4b46a;
}

.uitgelicht-info {
    flex: 2;
    color: #5a4632;
}

.uitgelicht-title {
    font-size: 1.6rem;
    color: #8b1a1a;
    margin: 8px 0;
    cursor: default;
}

.uitgelicht-description {
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    cursor: default;
}

.uitgelicht-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #b9974f;
    margin-bottom: 12px;
}

.uitgelicht-button {
    background-color: #d4b46a;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

    .uitgelicht-button:hover {
        background-color: #b9974f;
    }


.search-row .search-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-button {
    background-color: #d4b46a;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
    padding: 12px;
}

    .search-button:hover {
        background-color: #b9974f;
    }


.book-card {
    position: relative;
}

.brand-logo {
    position: absolute;
    top: 8px;
    right: 70px;
    width: 48px;
    opacity: 0.85;
    z-index: 10;
    pointer-events: none;
    filter: drop-shadow(0 0 4px rgba(212, 180, 106, 0.6)); /* subtiele V&D glow */
}

.tip-logo {
    top: -10px;
    right: -15px;
}
    /* TITEL */
    .item-title-block {
        background: #fff8f0;
        padding: 12px 20px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        width: 100%;
        max-width: 520px;
    }

    .item-title-block h1 {
        margin: 0;
        font-size: 24px;
        color: #7a2a2a;
    }









.item-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1201px;
    margin: 0 auto;
    align-items: start;
}

/* LINKERKOLOM */
.item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
    gap: 24px;
}

/* FOTO + TYPE LABEL */
.item-photo-block {
    position: relative;
    width: 100%;
/*    max-width: 520px;*/
}

/* Merkplaatje linksboven */
/*.item-brand-image {
    position: absolute;
    top: -8px;
    right: -20px;
    width: 100px;*/ /* pas aan naar jouw icoonformaat */
    /*height: auto;
    opacity: 0.95;*/ /* subtiel */
    /*filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
    z-index: 20;*/ /* <-- BELANGRIJK */
/*}*/

/*.item-brand-image {
    position: absolute;
    top: 20px;*/ /* afstand van boven */
    /*right: 20px;*/ /* afstand van rechts */
    /*width: 120px;*/ /* of wat jij wilt */
    /*height: auto;
    z-index: 30;*/ /* boven de foto */
    /*opacity: 0.95;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}*/


/*.item-brand-image {
    position: absolute;
    z-index: 30;*/
    /* rechtsboven van de foto */
    /*top: calc(50% - 300px);*/ /* 300px = helft van jouw 650px container */
    /*right: calc(50% - 260px);*/ /* 260px = helft van jouw 520px breedte */

    /*width: 120px;
    height: auto;
    opacity: 0.95;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}*/




.item-photo {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}


/* Type-label rechtsboven */
.item-type-label {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(202, 162, 76, 0.85);
    color: #fff8f0;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* RECHTERKOLOM */
.item-right {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    gap: 24px;
    align-items: end;
    /*max-width: 600px;
    width: 600px;*/
}

/* BIEDBOX */
.item-bid-block {
    background: #fff8f0;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 675px;
    /*margin: 0 auto;*/
    border: 3px dashed #7a1e1a;
}

/* Header */
.bid-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bid-title {
    font-weight: 600;
    font-size: 18px;
    color: #7a2a2a;
}

.bid-subtext {
    font-size: 12px;
    color: #caa24c;
    font-style: italic;
    margin-left: 6px;
}

/* Inputrij */
.bid-input-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bid-label {
    font-size: 16px;
    color: #7a2a2a;
    min-width: 50px;
}

.bid-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #d2b48c;
    border-radius: 6px;
    font-size: 16px;
    color: #4a2a2a;
}

/* Knop */
.btn-primary {
    background: #caa24c;
    color: #7a2a2a;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background 0.3s ease;
}

    .btn-primary:hover {
        background: #d8b55a;
    }



/* Biedingenlijst */
.bid-list {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e6d8c4;
    display: flex;
    flex-direction: column;
   /* align-items: center;*/ /* centreert de hele lijst in de biedbox */
}

    .bid-list h4 {
        margin: 0 0 10px 0;
        font-size: 16px;
        color: #7a2a2a;
        font-weight: 600;
        text-align: left; /* titel blijft links uitgelijnd */
        width: 100%;
        /*max-width: 520px;*/ /* optioneel: zelfde breedte als biedbox */
    }

.bid-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 675px; /* optioneel: zelfde breedte als biedbox */
}

    .bid-list-items li {
        display: grid;
        grid-template-columns: 100px 1fr 150px 30px; /* bedrag | naam | tijd */
        align-items: center;
        justify-content: center; /* centreert de hele rij visueel */
        padding: 6px 0;
        font-size: 14px;
        color: #4a2a2a;
        border-bottom: 1px dashed #e6d8c4;
        text-align: left;
    }

        .bid-list-items li:last-child {
            border-bottom: none;
        }

.bid-amount {
    font-weight: 600;
    color: #7a2a2a;
    text-align: left;
}

.bid-user {
    color: #8a6a5a;
    font-style: italic;
    text-align: left; /* blijft links uitgelijnd binnen de middelste kolom */
    padding-left: 20px; /* optioneel: subtiele inspringing */
}

.bid-time {
    color: #b39a7a;
    font-size: 12px;
    text-align: right;
}


















/* OMSCHRIJVING */
.item-description-block {
    background: #fff8f0;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /*margin: 0 auto;*/
    max-width: 675px;
    border: 1px solid #7a1e1a;
    width: 100%;
}



/*.slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;*/ /* vaste hoogte */
    /*display: none;
}*/
.slide-wrapper {
    width: 100%;
    height: 650px;
    display: none;
    justify-content: center;
    align-items: center; /* FOTO WORDT GECENTREERD */
    position: relative;
}
.photo-frame {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
/*.slide-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}*/

/*.item-brand-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: auto;
    z-index: 30;
}
*/

.slideshow-container {
    position: relative;
    /*    width: 100%;*/
    /*max-width: 475px;*/ /* jouw gewenste breedte */
    width: 475px;
    height: 600px; /* vaste hoogte */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; /* FOTO WORDT VERTICAAL GECENTREERD */
    background: #f4e9d8; /* optioneel, zachte achtergrond */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 2px solid #d4b46a;
    border-left: 2px solid #d4b46a;
    border-right: 2px solid #d4b46a;
    transition: height 0.85s ease;
}


.multi-border {
    /*border: 2px solid #d4b46a;*/ /* goudkleurige rand */
    /*border-radius: 10px;*/
}


.vertical-mode {
    height: 620px;
}

.horizontal-mode {
    height: 355px;
}

.horizontal-img {
    border-radius: 30px;
    border: 20px solid #f4e9d8;
}

.vertical-img {
    border-radius: 45px;
    border-top: 30px solid #f4e9d8;
    border-left: 25px solid #f4e9d8;
    border-right: 25px solid #f4e9d8;
    border-bottom: 30px solid #f4e9d8;
}

/*.slide-image {
    width: 100%;
    display: none;*/ /*BELANGRIJK: voorkomt dat ze onder elkaar komen */
/*border-radius: 10px;
    object-fit: cover;
}*/
/*.slide-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/ /* centreren */
/*max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;*/ /* behoud verhouding */
/*display: none;
    border-radius: 10px;*/
/* BELANGRIJK */
/*pointer-events: none;*/ /* zodat knoppen blijven werken */
/*}*/
/*.slide-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}*/
/*.item-brand-image {
    position: absolute;
    top: 0;*/ /* bovenkant van de foto */
/*right: 0;*/ /* rechterkant van de foto */
/*width: 120px;
    height: auto;
    z-index: 30;
    opacity: 0.95;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}*/
/* Navigatieknoppen */
/*.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(202, 162, 76, 0.85);*/ /* goudaccent */
/*color: #fff8f0;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
}

.slide-prev {
    left: 25px;
}

.slide-next {
    right: 25px;
}

    .slide-prev:hover,
    .slide-next:hover {
        background: rgba(202, 162, 76, 1);
    }*/
/*.slideshow-container {
    position: relative;
    width: 100%;*/
/*height: 750px;*/ /* vaste hoogte */
/*overflow: hidden;
}*/
/*.slide-image {
    position: absolute;*/
/* width: 100%;*/
/*object-fit: contain;*/ /* foto blijft netjes */
/*display: none;
    border-radius: 10px;
}*/
.item-brand-image {
    position: absolute;
    top: -5px;
    right: -14px;
    width: 80px;
    height: auto;
    z-index: 20;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

/*.item-brand-image {
    position: absolute;
    top: -8px;
    right: -20px;
    width: 100px;*/ /* pas aan naar jouw icoonformaat */
/*height: auto;
    opacity: 0.95;*/ /* subtiel */
/*filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
    z-index: 20;*/ /* <-- BELANGRIJK */
/*}*/




/*.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}*/
.slide-prev,
.slide-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(202, 162, 76, 0.85);  
    color: #fff8f0;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
    display: none;
}



.slide-prev {
    left: -15px;
}

.slide-next {
    right: -15px;
}





.thumbnail-row {
    display: flex;
    justify-content: space-between;
    width: 475px;
    /*max-width: 475px;*/
    margin-top: 0; /* direct tegen de foto */
    gap: 6px;
    background-color: #f4e9d8;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    /*padding-right: 10px;*/
/*    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #d4b46a;*/
    border-left: 2px solid #d4b46a;
    border-right: 2px solid #d4b46a;
}

.thumbnail {
    flex: 1;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

    .thumbnail:hover,
    .thumbnail.active {
        opacity: 1;
        transform: scale(1.05);
        border: 2px solid #d4b46a; /* jouw goudkleur */
    }


div.item-description-block p {
    font-family: 'Playfair Display', sans-serif;
}





/*.thumbnail-wrapper {
    position: relative;
    padding: 12px 0;
}

.thumbnail-row {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    scrollbar-width: none;
}

    .thumbnail-row::-webkit-scrollbar {
        display: none;
    }*/

.thumb-prev,
.thumb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d4b46a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    z-index: 5;
    display: none; /* standaard verborgen */
}

.thumb-prev {
    left: -18px;
}

.thumb-next {
    right: -18px;
}




.thumbnail-row {
    display: block;
    overflow-x: auto;
    gap: 6px;
    scrollbar-width: none;
}

    .thumbnail-row::-webkit-scrollbar {
        display: none;
    }



.thumbnail {
    height: 70px; /* vaste hoogte */
    width: 70px; /* breedte automatisch */
    margin-right: 6px;
    object-fit: cover; /* thumbnails blijven netjes */
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #7a2a2a;
}

    .thumbnail:hover {
        transform: translateY(-1px);
       /* box-shadow: 0 4px 8px rgba(212,180,106,0.4);*/ /* goudachtige schaduw */
        border: 2px solid #7a2a2a;
    }











.slide-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* behoud verhouding */
    /*display: block;*/
/*    border-radius: 30px;
    border: 20px solid #f4e9d8;*/
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.8s ease-in-out, transform 6.4s ease-in-out;
    /*    transform: rotate(1deg);
    transition: opacity 1s ease-in-out, transform 1.2s ease-out;*/
}

    .slide-image.active {
        opacity: 1;
        transform: scale(1.08);  /*subtiele zoom-in */
/*        transform: rotate(0deg);*/
    }
    /* eerste slide direct zichtbaar, maar nog niet gezoomd */
    .slide-image.initial-active {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.8s ease-in-out, transform 6.4s ease-in-out;
    }



/*.slide-image {*/
    
    /*    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 560px;*/
/*}*/

.floating-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
}

.wave-spinner {
    display: flex;
    gap: 8px;
}

    .wave-spinner span {
        width: 16px;
        height: 16px;
        background: #d4b46a;
        border-radius: 50%;
        animation: wave 0.6s infinite ease-in-out;
    }

        .wave-spinner span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .wave-spinner span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes wave {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bottom-menu a.active, .mobile-menu a.active {
    color: #d4af37;
}


.btn-primary1 {
    display: block; /* volle breedte */
    width: 100%; /* echt 100% van de container */
    text-align: left; /* tekst mooi gecentreerd */
    background: #f4e9d8;
    color: #7a2a2a;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px solid #d4b46a;
    border-left: 2px solid #d4b46a;
    border-right: 2px solid #d4b46a;
    border-top: none;
}

    .btn-primary1:hover {
        color: #caa24c; /* iets lichter bij hover */
    }


.login-panel {
    /*border: 2px dotted #7a2a2a;*/
    position: relative;
    background-color: #fdf7f0;
    padding: 24px;
    border-radius: 12px;
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Playfair Display', sans-serif;
    color: #7a2a2a;
}

.login-title {
    font-size: 1.6rem;
    color: #7a2a2a;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-row {
    margin-bottom: 14px;
}

    .login-row label {
        display: block;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .login-row input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #d4af37;
        border-radius: 6px;
        font-size: 1rem;
        font-family: 'Playfair Display', sans-serif;
        background-color: #fffaf3;
    }

        .login-row input:focus {
            border: 1px solid #d4af37; /* jouw gouden rand */
            outline: none; /* zwarte browser-outline weghalen */
            box-shadow: 0 0 4px rgba(212, 175, 55, 0.4); /* subtiele gouden glow */
        }

.btn-login {
    display: block;
    width: 100%;
   
}

    .btn-login:hover {
        background: #d4af37;
        color: #fff;
    }

.login-subtext {
    font-style: italic;
    color: #7a2a2a;
    margin-bottom: 18px;
    text-align: left;
}

.register-link {
    font-style: normal;
    color: #7a2a2a;
    /*    text-decoration: none;*/
    margin-left: 6px;
}

    .register-link:hover {
        color: #d4af37;
    }

.login-links {
    margin-top: 16px;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.6;
}

    .login-links a {
        color: #7a2a2a;
        text-decoration: none;
        cursor: pointer;
    }

        .login-links a:hover {
            color: #d4af37;
        }

.login-error {
    margin-top: 12px;
    padding: 10px 14px;
    background-color: #ffe5e5;
    border-left: 4px solid #cc0000;
    color: #a00000;
    font-size: 0.95rem;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
}

.login-success {
    margin-top: 12px;
    padding: 10px 14px;
    background-color: #e8ffe8; /* zachte groene tint */
    border-left: 4px solid #37d437; /* groene accentlijn */
    color: #2b7a2b; /* groene tekstkleur */
    font-size: 0.95rem;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
}

.no-results {
    color: #7a1e1a;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
}


.email-link {
    font-style: normal;
    color: #a00000;
}

    .email-link:hover {
        color: #d4af37;
    }


.item-bid-block {
    position: relative; /* nodig zodat overlay binnen dit blok blijft */
}

/* lokale overlay binnen de div */
.local-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    pointer-events: none; /* UI blijft niet klikbaar tijdens laden */
}

/* jouw bestaande wave-spinner */
.wave-spinner {
    display: flex;
    gap: 8px;
}

    .wave-spinner span {
        width: 16px;
        height: 16px;
        background: #d4b46a;
        border-radius: 50%;
        animation: wave 0.6s infinite ease-in-out;
    }

        .wave-spinner span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .wave-spinner span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes wave {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.bid-delete-btn {
    background: transparent;
    border: none;
    color: #b33a3a;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    transform: scale(1.5);
}

    .bid-delete-btn:hover {
/*        text-decoration: underline;*/
        transform: scale(2);
    }


.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;

}

.login-box {
    position: relative;
    background-color: #fff3e0;
    border: 2px dashed #a0522d;
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
    max-width: 600px;
    width: 100%;
    font-family: 'Playfair Display', serif;
}

.login-title {
    font-family: 'Playfair Display', serif;
    color: #7b2e1f;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.login-subtext {
    font-family: 'Cormorant Garamond', serif;
    color: #7b2e1f;
    font-size: 1rem;
    margin-bottom: 25px;
}

.login-row {
    margin-bottom: 15px;
}

    .login-row label {
        display: block;
        font-weight: 600;
        color: #7b2e1f;
        margin-bottom: 5px;
    }

    .login-row input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #d4af37;
        border-radius: 6px;
        font-size: 1rem;
        font-family: 'Playfair Display', sans-serif;
        background-color: #fffaf3;
    }

        .login-row input:focus {
            border: 1px solid #d4af37;
            outline: none;
            box-shadow: 0 0 4px rgba(212, 175, 55, 0.4);
        }

.login-subtext-small {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: #7b2e1f;
    font-style: italic;
}

.register-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 80vh;
    margin-top: 40px;
    margin-bottom: 40px;
}

.register-box {
    background-color: #fff3e0;
    border: 2px dashed #a0522d;
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
    max-width: 900px;
    width: 100%;
    font-family: 'Playfair Display', sans-serif;
}

.register-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 25px;
}

/* Mobiel: alles onder elkaar */
@media (max-width: 768px) {
    .register-grid {
        grid-template-columns: 1fr;
    }
}



/* GRID */
.account-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
/*    padding: 40px;*/
    align-items: start;
    gap:27px;
}

@media (max-width: 768px) {
    .account-grid {
        grid-template-columns: 1fr;
        padding: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* BOXES */
.account-left {
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 430px;
}

@media (max-width: 768px) {
    .account-left {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

.account-section {
    background-color: #fff3e0;
    border: 2px dashed #a0522d;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.account-title {
    font-family: 'Playfair Display', serif;
    color: #7b2e1f;
    margin-bottom: 20px;
}

/* BID THUMBNAILS */
.bid-item-row {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #d4af37;
}

.bid-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #d4af37;
}

.bid-info {
    display: flex;
    flex-direction: column;
}

/* ORDER BLOCK */
.account-block {
    background-color: #fff3e0;
    border: 2px dashed #a0522d;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

/* ORDER ITEM */
.order-item-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #d4af37;
}

/* ORDER INFO */
.order-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-family: 'Playfair Display', serif;
    color: #7b2e1f;
}

/* THUMBNAILS GRID */
.order-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
}

    .order-thumbs-grid img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #d4af37;
    }

/* MOBIEL */
@media (max-width: 768px) {
    .order-thumbs-grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}


/* LOGOUT BUTTON */
.btn-logout {
    background-color: #b33a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    width: 100%;
}

    .btn-logout:hover {
        transform: scale(1.02);
        background: #e66161; /* iets lichter bij hover */
        box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    }

.account-right {
    display: flex;
    flex-direction: column;
    gap: 27px; /* ruimte tussen biedingen en orders */
}

@media (max-width: 768px) {
    .account-right {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}


/* Elk blok apart */
.account-block {
    background-color: #fff3e0;
    border: 2px dashed #a0522d;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.image-wrapper {
    position: relative;
}

.reserved-ribbon {
    position: absolute;
    top: 25px;
    left: -30px;
    transform: translateY(-50%) rotate(-30deg);
    background-color: rgba(179, 58, 58, 0.95); /* warm NA-rood */
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    z-index: 10;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    cursor: default;
}

.available-ribbon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 43%);
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    z-index: 10;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    width: 75%;
    cursor: default;
}


.book-img.reserved {
    filter: grayscale(75%) brightness(95%); 
}

.uitgelicht-reserved-ribbon {
    position: absolute;
    top: -50px;
    left: -35px;
    transform: translateY(-50%) rotate(-25deg);
    background-color: rgba(179, 58, 58, 0.95); /* warm NA-rood */
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    z-index: 10;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    cursor: default;
}

/*.uitgelicht-image.reserved {
    filter: grayscale(75%) brightness(95%);
}*/

.book-card.reserved {
    /*filter: grayscale(10%) brightness(95%);*/
    background: linear-gradient(135deg, #d0cdcd, #f7f7f7);
}

/*.top-star {
    position: absolute;
    left: 8px;
    color: #d4af37;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    animation: flip 2s linear infinite;
    cursor: pointer;
}*/

/* Wrapper blijft stabiel */
.top-star-wrapper {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    z-index: 20;
}

/* Ster flip-animatie */
.top-star {
    color: #d4af37;
    margin-left: 8px;
    font-size: 2rem;
    display: inline-block;
    animation: flip 2s linear infinite;
    transform-origin: center;
    cursor: pointer;
}

@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* Tooltip */
.top-tooltip {
    position: absolute;
    top: 28px; /* onder de ster */
    left: 0;
    background: #d4af37;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 999;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    cursor: none;
}

.top-star-wrapper:hover .top-tooltip {
    opacity: 1;
    visibility: visible;
}

.header-star {
    color: #d4af37;
    font-size: 1.4rem;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
    opacity: 0.9;
    animation: subtle-scale 3s ease-in-out infinite;
    cursor: default;
}
@keyframes subtle-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

    .header-star:hover {
        opacity: 1;
        transform: scale(1.1);
        transition: 0.2s;
    }

        .item-reserved-ribbon {
            position: absolute;
            top: 15px;
            left: -10px;
            background-color: rgba(179, 58, 58, 0.95); /* warm NA-rood */
            color: #fff;
            padding: 6px 12px;
            font-size: 14px;
            font-weight: bold;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
            letter-spacing: 1px;
            z-index: 10;
            white-space: nowrap;
            font-family: 'Playfair Display', serif;
        }


.item-available-ribbon {
    position: absolute;
    top: 15px;
    left: -10px;
    background-color: rgb(0 0 0 / 43%); /* warm NA-rood */
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    z-index: 10;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    cursor: default;
}



.price-blur {
    /* filter: blur(4px);*/
    opacity: 0;
    pointer-events: none; /* voorkomt hover */
}
        /*.bid-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #d4af37;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .bid-row:hover {
        background-color: #fff3e0;*/
        /* transform: scale(1.02);*/
        /*}

.bid-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #d4af37;
}

.bid-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bid-price {
    font-weight: bold;
    font-size: 16px;
}

.bid-title {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #7b2e1f;
}

.bid-status {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/
        /* Statuskleuren */
        /*.highest-bid .bid-status {
    color: #2e7b1f;*/ /* groen */
        /*font-weight: bold;
}

.overboden .bid-status {
    color: #b33a3a;*/ /* rood */
        /*font-weight: bold;
}

.highest-bid .bid-status::before {
    content: "⬆ ";
}

.overboden .bid-status::before {
    content: "⬇ ";
}
.bid-thumb::after {
    content: attr(data-status);
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(179,58,58,0.9);
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.bid-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #d4af37;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .bid-row:hover {
        background-color: #fff3e0;
        transform: scale(1.02);
    }

.bid-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #d4af37;
}

.bid-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bid-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    min-width: 120px;
}

.bid-price {
    font-weight: bold;
    font-size: 16px;
}

.bid-status {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/
        /* Statuskleuren */
        /*.highest-bid .bid-status {
    color: #2e7b1f;*/ /* groen */
        /*font-weight: bold;
}

.overboden .bid-status {
    color: #b33a3a;*/ /* rood */
        /*font-weight: bold;
}*/

        .bid-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 20px;
        }

        .bid-card {
            display: flex;
            gap: 15px;
            padding: 15px;
            border: 2px dashed #d4af37;
            border-radius: 10px;
            background-color: #fffaf3;
            cursor: pointer;
            transition: transform 0.2s ease, background-color 0.3s ease;
        }

            .bid-card:hover {
                /*background-color: #fff3e0;*/
                transform: scale(1.02);
            }

        .bid-thumb {
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 8px;
            border: 1px solid #d4af37;
        }

        .bid-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .bid-title {
            /*font-family: 'Playfair Display', serif;*/
            font-size: 16px;
            color: #7b2e1f;
        }

        .bid-price {
            font-weight: bold;
            font-size: 18px;
        }

        .bid-status {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: 'Playfair Display', serif;
        }
        /* Statuskleuren */
        .highest-bid .bid-status {
            color: #2e7b1f; /* groen */
            font-weight: bold;
        }

        .overboden .bid-status {
            color: #b33a3a; /* rood */
            font-weight: bold;
        }

        .highest-bid .bid-status::before {
            content: "⬆ ";
        }

        .overboden .bid-status::before {
            content: "⬇ ";
        }

        .bid-card.highest-bid {
            background: linear-gradient(135deg, #f4fff4, #ffffff);
        }

        .bid-card.overboden {
            background: linear-gradient(135deg, #fff5f5, #ffffff);
        }
        /* Mobiel */
        @media (max-width: 768px) {
            .bid-grid {
                grid-template-columns: 1fr;
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
            }
        }

        .order-grid {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        @media (max-width: 768px) {
            .order-grid {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
            }
        }


        .order-card {
            padding: 20px;
            border: 2px dashed #d4af37;
            border-radius: 12px;
            background-color: #fffaf3;
            display: flex;
            flex-direction: column;
            gap: 15px;
            position: relative;
        }
    }
    /* STATUS bovenaan */
    .order-soort {
        font-size: 15px;
        font-weight: bold;
        color: #7b2e1f;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 6px 10px;
        background-color: #f8e9d2;
        border-radius: 6px 6px 0 0;
    }
    /* HEADER met achtergrond */
    .order-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fdf1dc;
        border-radius: 8px;
        padding: 10px 15px;
        font-family: 'Playfair Display', serif;
        color: #7b2e1f;
        font-weight: 600;
        box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
    }
    /* THUMBNAILS */
    .order-thumbs {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 10px;
    }

    .order-thumb {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #d4af37;
    }
    /* OMSCHRIJVING */
.order-description, .ahrefunderline {
    font-size: 14px;
    line-height: 1.5;
    color: #7b2e1f;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-decoration: none;
}

        .ahrefunderline:hover {
            color: #d4af37;
            
        }
    /* Subtiele statuskleuren */
    .order-paid .order-soort {
        /*background-color: #e9f7e9;*/
        color: #2e7b1f;
    }

    .order-open .order-soort {
        background-color: #fbeaea;
        color: #b33a3a;
    }


    .order-card.order-open {
        background: linear-gradient(135deg, #fff5f5, #ffffff);
    }

    .order-card.order-paid {
        background: linear-gradient(135deg, #f4fff4, #ffffff);
    }

.order-label, .order-label-paid, .order-link, .order-link-paid {
    position: absolute;
    top: -20px;
    right: -15px;
    background-color: rgba(179, 58, 58, 0.95); /* warm NA-rood */
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    text-transform: uppercase;
    z-index: 10;
    font-family: 'Playfair Display', serif;
    cursor: default;
}

.order-label-paid, .order-link-paid {
    /*background-color: rgba(46, 123, 31, 0.95);*/
    background-color: rgba(78, 124,69, 0.95);
}

a:hover .order-link {
    transform: scale(1.02);
    background: #e66161; /* iets lichter bij hover */
    box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    cursor: pointer;
}

a:hover .order-link-paid {
    transform: scale(1.02);
    background: #619656; /* iets lichter bij hover */
    box-shadow: 0 4px 12px rgba(0,0,0,0.20);
    cursor: pointer;
}

.order-thumb {
    cursor: pointer;
}

        .order-thumb:hover {
            transform: scale(1.02);
        }


















    @media (max-width: 600px) {
        .input-label {
            width: 100px;
            font-size: 1rem;
            max-width: 100% !important;
        }

        .input-select, .input-text {
            width: 100% !important;
            max-width: 100%;
        }
    }

    @media (max-width: 600px) {
        .input-row {
            flex-direction: column; /* label, input, knop onder elkaar */
            align-items: flex-start; /* netjes links uitlijnen */
        }

        .search-group {
            flex-direction: column; /* input boven, knop onder */
            width: 100%;
        }

        .search-button {
            width: 100%; /* mooie brede knop */
            margin-top: 8px;
        }

        .input-text {
            width: 100% !important; /* input ook breed */
            max-width: 100% !important;
        }
    }

    @media (max-width: 768px) {
        /* --- PAGINA STRUCTUUR --- */

        .content-wrapper {
            margin: 20px auto;
            padding: 0 12px;
        }

        .item-grid {
            grid-template-columns: 1fr; /* kolommen onder elkaar */
            gap: 24px;
        }

        .item-left,
        .item-right {
            align-items: center;
            width: 100%;
        }

        .item-right {
            align-items: center; /* niet meer rechts uitlijnen */
        }
        /* --- MERKLOGO --- */

        .item-brand-image {
            display: none; /* zoals je zelf aangaf */
        }
        /* --- SLIDESHOW --- */

        .slideshow-container {
            max-width: 100%;
            width: 100%;
            height: 300px; /* of 350px, wat jij mooi vindt */

            border-width: 2px;
            padding: 10px 0;
        }

        .slide-image {
            border-radius: 20px;
            border: 10px solid #f4e9d8;
        }
        /* --- THUMBNAILS --- */

        .thumbnail-row {
            width: 100%;
            padding-left: 6px;
            /*padding-right: 6px;*/
            gap: 6px;
        }

        .thumbnail {
            width: 60px;
            height: 60px;
        }

        .thumb-prev,
        .thumb-next {
            display: none; /* knoppen weg op mobiel */
        }
        /* --- BIED BLOK --- */

        .item-bid-block {
            max-width: 100%;
            width: 100%;
            padding: 20px;
            border-width: 2px;
        }

        .bid-header {
            flex-direction: column;
            align-items: center;
            gap: 4px;
            text-align: center;
        }

        .bid-label {
            display: none;
        }

        .bid-input-row {
            flex-direction: column;
            width: 100%;
            gap: 12px;
        }

        .bid-input {
            width: 100%;
            font-size: 18px;
        }

        .btn-primary {
            width: 100%;
            padding: 12px;
            font-size: 16px;
        }

        .bid-list {
            width: 100%;
            padding-top: 12px;
        }

            .bid-list h4 {
                /*text-align: center;*/
            }
        /* --- OMSCHRIJVING --- */

        .item-description-block {
            max-width: 100%;
            width: 100%;
            /*text-align: center;*/
            padding: 20px;
            border-width: 2px;
        }
        /* --- TERUG KNOP --- */

        .btn-secondary {
            width: 100%;
            padding: 12px;
            margin-top: 20px;
            text-align: center;
        }
    }
