/* _content/WoodMkrWeb/Components/Content/brand.razor.rz.scp.css */
.brand[b-vsnk40b8v1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    
}

    .brand img[b-vsnk40b8v1] {
        max-height: 60px;
        display: block;
    }

.brand-name[b-vsnk40b8v1] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #333;
    white-space: nowrap;
    line-height: 1;
    padding-top: 16px; /* 👈 handmatig iets lager */
}

@media (max-width: 768px) {
    .brand img[b-vsnk40b8v1] {
        max-height: 50px;
    }

    .brand-name[b-vsnk40b8v1] {
        padding-top: 12px;
        font-size: 1.3rem;
    }
}

@media (max-width: 500px) {
    .brand img[b-vsnk40b8v1] {
        max-height: 40px;
    }

    .brand-name[b-vsnk40b8v1] {
        padding-top: 10px;
        font-size: 1.1rem;
    }
}
/* _content/WoodMkrWeb/Components/Content/BrandSlogan.razor.rz.scp.css */
.brand-slogan[b-bxztatdlon] {
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-height: 60px;
}

    .brand-slogan .text[b-bxztatdlon] {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        padding-top: 16px; /* 👈 fijnafstelling */
    }

@media (max-width: 768px) {
    .brand-slogan[b-bxztatdlon] {
        min-height: 50px;
    }

        .brand-slogan .text[b-bxztatdlon] {
            font-size: 1.3rem;
            padding-top: 12px;
        }
}

@media (max-width: 500px) {
    .brand-slogan[b-bxztatdlon] {
        min-height: 40px;
    }

        .brand-slogan .text[b-bxztatdlon] {
            font-size: 1.1rem;
            padding-top: 10px;
        }
}
/* _content/WoodMkrWeb/Components/Content/Contact.razor.rz.scp.css */
.contact-info[b-7s6ync8rts] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto clamp(2rem, 5vw, 4rem) auto;
    padding: 2rem;
    background: linear-gradient(to bottom right, #eeeeee, #ffffff);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    font-size: 1rem;
    color: #444;
}

.contact-title[b-7s6ync8rts] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 1rem;
}

.contact-details[b-7s6ync8rts] {
    color: #666;
    margin-bottom: 2rem;
}

.foot-note[b-7s6ync8rts] {
    font-size: 0.9rem;
    color: #000;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .contact-info[b-7s6ync8rts] {
        width: 100%;
        max-width: 100%;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .contact-title[b-7s6ync8rts] {
        font-size: 1.1rem;
    }

    .contact-details[b-7s6ync8rts] {
        font-size: 1rem;
    }

    .foot-note[b-7s6ync8rts] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .contact-info[b-7s6ync8rts] {
        padding: 1rem;
    }

    .contact-title[b-7s6ync8rts],
    .contact-details[b-7s6ync8rts],
    .foot-note[b-7s6ync8rts] {
        word-wrap: break-word;
    }
}
/* _content/WoodMkrWeb/Components/Content/Container.razor.rz.scp.css */
.container[b-psmqp0ok1s] {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.4rem; /* default for smallest screens */
    padding-right: 0.4rem;
    box-sizing: border-box;
}

/* 576px – 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container[b-psmqp0ok1s] {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

/* 768px – 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container[b-psmqp0ok1s] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* 992px – 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container[b-psmqp0ok1s] {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
}

/* ≥1200px — large screens */
@media (min-width: 1200px) {
    .container[b-psmqp0ok1s] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* FullHD and larger */
@media (min-width: 1408px) {
    .container[b-psmqp0ok1s] {
        max-width: 1344px;
    }
}
/* _content/WoodMkrWeb/Components/Content/Footer.razor.rz.scp.css */
.site-footer[b-8p8i186l0x] {
    background-color: #f5eede;
    padding: 2rem 0;
}

.site-footer-inner[b-8p8i186l0x] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
    box-sizing: border-box;
    color: #333;
}

/* ⚪️ De twee zijblokken */
.footer-box[b-8p8i186l0x] {
    flex: 1;
    min-width: 200px;
    box-sizing: border-box;
    /* Desktop stijl — geen box look */
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

    /* Linkerblok: spreuk boven, copyright onder */
    .footer-box.left[b-8p8i186l0x] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
        font-size: 0.95rem;
        line-height: 1.6;
    }

        .footer-box.left > div:first-child[b-8p8i186l0x] {
            font-style: italic;
        }

    /* Rechterblok: adres */
    .footer-box.right[b-8p8i186l0x] {
        text-align: right;
        font-size: 0.95rem;
        line-height: 1.6;
    }

/* 📱 Mobiel: onder elkaar en met kaders */
@media (max-width: 768px) {
    .site-footer-inner[b-8p8i186l0x] {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-box[b-8p8i186l0x] {
        /*background-color: #fff;*/
        background-color: #f5eede;

        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 1rem 1.5rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

        .footer-box.right[b-8p8i186l0x] {
            text-align: left;
        }
}
/* _content/WoodMkrWeb/Components/Content/Header.razor.rz.scp.css */
header[b-uqc0jiz69i] {
    background: linear-gradient(to right, #e9dbc3, #f3ebdd, #e9dbc3);
    border-bottom: 1px solid #ccc;
}

.header-inner[b-uqc0jiz69i] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    padding: 1.5rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
}

/* ⬅️ Linkerkant met logo + tekst */
.header-left[b-uqc0jiz69i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
}

    .header-left img[b-uqc0jiz69i] {
        max-height: 60px;
        display: block;
    }

.woodmkr-url[b-uqc0jiz69i] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    line-height: 1;
}

/* ➡️ Rechterkant met slogan */
.header-right[b-uqc0jiz69i] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 📱 Mobiele aanpassingen */
@media (max-width: 768px) {
    .header-inner[b-uqc0jiz69i] {
        gap: 0.5rem;
    }

    .woodmkr-url[b-uqc0jiz69i],
    .header-right[b-uqc0jiz69i] {
        font-size: 1.3rem;
    }

    .header-left img[b-uqc0jiz69i] {
        max-height: 50px;
    }
}

@media (max-width: 500px) {
    .header-inner[b-uqc0jiz69i] {
        gap: 0.4rem;
    }

    .woodmkr-url[b-uqc0jiz69i],
    .header-right[b-uqc0jiz69i] {
        font-size: 1.1rem;
    }

    .header-left img[b-uqc0jiz69i] {
        max-height: 40px;
    }
}
/* _content/WoodMkrWeb/Components/Content/ShowProduct.razor.rz.scp.css */
.product[b-d8b5iwfk0d] {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    align-items: stretch; /* zorgt dat image en tekstblok even hoog zijn */
    margin: 4rem auto;
    gap: 2rem;
    padding: 0 2rem;
}

.product-images[b-d8b5iwfk0d] {
    flex: 2;
    display: flex;
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    /*background-color: #f9f9f9;*/
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    box-shadow: 0 4px 12px rgba(70, 40, 20, 0.15);
    min-height: 100%;
}

    .product-images img[b-d8b5iwfk0d] {
        max-height: 90%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        border-radius: 8px;
        box-shadow: none; /* de container heeft al shadow */
    }

.product-info[b-d8b5iwfk0d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(to bottom right, #eeeeee, #ffffff);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    min-height: 100%;
}

    .product-info h2[b-d8b5iwfk0d] {
        margin-top: 0;
        margin-bottom: 1rem;
    }

.specs[b-d8b5iwfk0d] {
    flex-grow: 1;
}

    .specs span[b-d8b5iwfk0d] {
        display: block;
        color: #888;
        font-size: 1.0rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        transition: color 0.6s ease;
    }

        .specs span.visible[b-d8b5iwfk0d] {
            color: #000;
        }

.indent[b-d8b5iwfk0d] {
    display: inline-block;
    width: 1.5em;
}

.price-line[b-d8b5iwfk0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 2rem;
    font-weight: bold;
}

.price-amount[b-d8b5iwfk0d] {
    background-color: #333;
    color: #999;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    flex-shrink: 0;
    width: 30%;
    text-align: center;
    transition: color 0.6s ease;
}

    .price-amount.visible[b-d8b5iwfk0d] {
        color: #fff;
    }

/* Responsive styling */
@media (max-width: 768px) {
    .product[b-d8b5iwfk0d] {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        gap: 1rem;
    }

    .product-images[b-d8b5iwfk0d],
    .product-info[b-d8b5iwfk0d] {
        width: 100%;
    }

    .product-images[b-d8b5iwfk0d] {
        height: auto;
    }

        .product-images img[b-d8b5iwfk0d] {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

    .indent[b-d8b5iwfk0d] {
        width: 1.0em;
    }

    .price-amount[b-d8b5iwfk0d] {
        min-width: 100px;
        max-width: 160px;
        width: auto;
        padding: 0.5rem 1.2rem;
    }

    .product-info[b-d8b5iwfk0d] {
        padding: 1rem;
    }
}
/* _content/WoodMkrWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-40hawmbp8i] {
    /*max-width: 1600px;*/
    min-width: 360px;
    margin: 0 auto;
    padding: 0 0;
}

/* _content/WoodMkrWeb/Components/Layout/NavMenu.razor.rz.scp.css */
