/* =========================================
   PLEJDSHOP CUSTOM CSS - V11
   Eigen volgorde:
   1. topbar
   2. logo / zoeken / winkelwagen
   3. navigatie
   Alles exact dezelfde breedte.
========================================= */

:root {
    --plejd-orange: #f37016;
    --plejd-orange-hover: #df6410;
    --plejd-grey: #676b64;
    --plejd-width: 1200px;
    --plejd-page-gap: 80px;
}

/* =========================================
   BASIS
========================================= */

html body .page-header,
html body .page-header .panel.wrapper,
html body .page-header .panel.header,
html body .page-header .header.content {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body .page-header *,
html body .page-header *:before,
html body .page-header *:after {
    box-sizing: border-box !important;
}

/* Standaard Luma panel/header lege ruimte neutraliseren */
html body .page-header .panel.wrapper,
html body .page-header .panel.header,
html body .page-header > .header.content {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

html body .page-header .panel.header:before,
html body .page-header .panel.header:after,
html body .page-header .header.content:before,
html body .page-header .header.content:after {
    display: none !important;
    content: none !important;
}

/* Oude lege Luma header-content verbergen; onze header is .plejd-main-header */
html body .page-header > .header.content {
    display: none !important;
}

/* =========================================
   TOPBAR
========================================= */

html body .plejd-topbar {
    width: var(--plejd-width) !important;
    max-width: calc(100vw - var(--plejd-page-gap)) !important;
    margin: 16px auto 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

html body .plejd-topbar-row,
html body .plejd-topbar-inner {
    width: 100% !important;
}

html body .plejd-topbar-inner {
    padding: 0 18px !important;
}

html body .plejd-topbar-usp {
    background: var(--plejd-orange) !important;
}

html body .plejd-topbar-usp .plejd-topbar-inner {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    white-space: nowrap !important;
}

html body .plejd-topbar-service {
    background: var(--plejd-grey) !important;
}

html body .plejd-topbar-service-inner {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

html body .plejd-topbar-account,
html body .plejd-topbar-help {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

html body .plejd-topbar a,
html body .plejd-topbar span {
    color: #fff !important;
    text-decoration: none !important;
}

html body .plejd-topbar a:hover {
    color: #fff !important;
    opacity: .85 !important;
}

html body .plejd-topbar-help {
    font-weight: 700 !important;
}

/* =========================================
   EIGEN HOOFDHEADER
========================================= */

html body .plejd-main-header {
    width: var(--plejd-width) !important;
    max-width: calc(100vw - var(--plejd-page-gap)) !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-bottom: 1px solid #ececec !important;
}

html body .plejd-main-header-inner {
    width: 100% !important;
    height: 118px !important;
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) 110px !important;
    column-gap: 40px !important;
    align-items: center !important;
}

/* Logo */
html body .plejd-main-logo .logo {
    float: none !important;
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: auto !important;
}

html body .plejd-main-logo .logo img {
    display: block !important;
    max-height: 72px !important;
    width: auto !important;
    max-width: 300px !important;
}

/* Zoekveld */
html body .plejd-main-search {
    min-width: 0 !important;
}

html body .plejd-main-search .block-search {
    float: none !important;
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .plejd-main-search .block-search .block-content {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .plejd-main-search .block-search .field.search,
html body .plejd-main-search .block-search .control {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html body .plejd-main-search .block-search input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 72px 0 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 16px !important;
}

html body .plejd-main-search .block-search .actions {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 58px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .plejd-main-search .block-search .action.search {
    position: static !important;
    width: 58px !important;
    height: 48px !important;
    min-width: 58px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--plejd-orange) !important;
    border: 1px solid var(--plejd-orange) !important;
    border-radius: 0 8px 8px 0 !important;
    opacity: 1 !important;
}

html body .plejd-main-search .block-search .action.search:before {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 48px !important;
}

/* Winkelwagen */
html body .plejd-main-cart {
    text-align: right !important;
}

html body .plejd-main-cart .minicart-wrapper {
    float: none !important;
    position: static !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .plejd-main-cart .minicart-wrapper .action.showcart {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .plejd-main-cart .minicart-wrapper .action.showcart:before {
    font-size: 30px !important;
    color: #555 !important;
    line-height: 48px !important;
    margin: 0 !important;
}

html body .plejd-main-cart .minicart-wrapper .action.showcart .counter.qty {
    position: static !important;
    display: inline-block !important;
    background: var(--plejd-orange) !important;
    color: #fff !important;
    min-width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    border-radius: 6px !important;
    margin: 0 0 0 8px !important;
    padding: 0 7px !important;
}

/* =========================================
   NAVIGATIE EN CONTENT ZELFDE BREEDTE
========================================= */

html body .nav-sections {
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #ececec !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

html body .navigation,
html body.cms-home .page-main {
    width: var(--plejd-width) !important;
    max-width: calc(100vw - var(--plejd-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html body .navigation {
    padding: 0 !important;
    background: #fff !important;
}

html body .navigation ul {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .navigation .level0 {
    margin: 0 28px 0 0 !important;
}

html body .navigation .level0 > .level-top {
    height: 58px !important;
    line-height: 58px !important;
    padding: 0 !important;
    color: #111 !important;
    font-weight: 700 !important;
}

html body .navigation .level0.active > .level-top,
html body .navigation .level0.has-active > .level-top,
html body .navigation .level0 > .level-top:hover {
    color: var(--plejd-orange) !important;
    border-bottom: 3px solid var(--plejd-orange) !important;
}

/* =========================================
   BUTTONS
========================================= */

html body .action.primary,
html body button.action.primary {
    background: var(--plejd-orange) !important;
    border-color: var(--plejd-orange) !important;
    border-radius: 30px !important;
}

html body .action.primary:hover,
html body button.action.primary:hover {
    background: var(--plejd-orange-hover) !important;
    border-color: var(--plejd-orange-hover) !important;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {
    :root {
        --plejd-page-gap: 30px;
    }

    html body .plejd-topbar-usp .plejd-topbar-inner {
        justify-content: center !important;
        flex-wrap: wrap !important;
        white-space: normal !important;
        text-align: center !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    html body .plejd-topbar-service-inner {
        flex-direction: column !important;
        justify-content: center !important;
        gap: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    html body .plejd-main-header-inner {
        height: auto !important;
        grid-template-columns: 1fr !important;
        row-gap: 16px !important;
        padding: 18px 15px !important;
        text-align: center !important;
    }

    html body .plejd-main-logo,
    html body .plejd-main-search,
    html body .plejd-main-cart {
        grid-column: 1 !important;
        text-align: center !important;
        width: 100% !important;
    }

    html body .plejd-main-logo .logo img {
        margin: 0 auto !important;
    }

    html body .navigation ul {
        display: block !important;
    }
}
/* =========================================
   PLEJDSHOP FOOTER - 1200PX EN ORANJE
   Voeg dit onderaan plejd-custom.css toe
========================================= */

html body .page-footer {
    background: #f7f7f7 !important;
    border-top: 1px solid #e6e6e6 !important;
    margin-top: 40px !important;
    padding: 0 !important;
}

html body .page-footer .footer.content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

html body .plejd-footer {
    width: 100% !important;
    background: #f7f7f7 !important;
    color: #111 !important;
}

html body .plejd-footer-inner {
    width: var(--plejd-width, 1200px) !important;
    max-width: calc(100vw - var(--plejd-page-gap, 80px)) !important;
    margin: 0 auto !important;
    padding: 38px 0 34px 0 !important;

    display: grid !important;
    grid-template-columns: 1fr 1.1fr 1.25fr !important;
    gap: 52px !important;
    align-items: start !important;
}

html body .plejd-footer-column h3 {
    margin: 0 0 16px 0 !important;
    padding: 0 0 10px 0 !important;
    color: var(--plejd-orange, #f37016) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid var(--plejd-orange, #f37016) !important;
}

html body .plejd-footer-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .plejd-footer-links li {
    margin: 0 0 9px 0 !important;
    padding: 0 !important;
}

html body .plejd-footer a {
    color: #111 !important;
    text-decoration: none !important;
}

html body .plejd-footer a:hover {
    color: var(--plejd-orange, #f37016) !important;
    text-decoration: underline !important;
}

html body .plejd-footer-contact p,
html body .plejd-footer-newsletter p {
    margin: 0 0 9px 0 !important;
    line-height: 1.55 !important;
}

html body .plejd-footer-contact span {
    font-weight: 700 !important;
}

html body .plejd-footer-company {
    font-weight: 700 !important;
    color: #111 !important;
}

html body .plejd-newsletter-label {
    display: block !important;
    margin: 0 0 7px 0 !important;
    font-weight: 700 !important;
}

html body .plejd-newsletter-inputrow {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 430px !important;
}

html body .plejd-newsletter-inputrow input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 46px !important;
    border: 1px solid #d7d7d7 !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

html body .plejd-newsletter-button {
    height: 46px !important;
    border-radius: 0 8px 8px 0 !important;
    background: var(--plejd-orange, #f37016) !important;
    border-color: var(--plejd-orange, #f37016) !important;
    color: #fff !important;
    white-space: nowrap !important;
}

html body .plejd-newsletter-button:hover {
    background: var(--plejd-orange-hover, #df6410) !important;
    border-color: var(--plejd-orange-hover, #df6410) !important;
}

html body .plejd-footer-bottom {
    background: #676b64 !important;
    color: #fff !important;
}

html body .plejd-footer-bottom-inner {
    width: var(--plejd-width, 1200px) !important;
    max-width: calc(100vw - var(--plejd-page-gap, 80px)) !important;
    margin: 0 auto !important;
    padding: 13px 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;

    font-size: 13px !important;
}

html body .plejd-footer-bottom span {
    color: #fff !important;
}

/* oude standaard footer-links verbergen als ze nog ergens apart meekomen */
html body .page-footer ul.footer.links:not(.plejd-footer-links ul) {
    display: none !important;
}

@media (max-width: 900px) {
    html body .plejd-footer-inner {
        max-width: calc(100vw - 30px) !important;
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        padding: 28px 0 !important;
    }

    html body .plejd-newsletter-inputrow {
        max-width: none !important;
    }

    html body .plejd-footer-bottom-inner {
        max-width: calc(100vw - 30px) !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}
/* =========================================
   PLEJDSHOP FOOTER NIEUWSBRIEF FIX
   Verbergt het standaard Magento nieuwsbriefblok.
   Onze eigen nieuwsbrief in .plejd-footer-newsletter blijft zichtbaar.
========================================= */

html body .page-footer > .block.newsletter,
html body .page-footer .footer.content > .block.newsletter,
html body .page-footer .block.newsletter:not(.plejd-footer-newsletter),
html body .footer.content .block.newsletter,
html body .block.newsletter {
    display: none !important;
}

/* Zorg dat onze eigen footer-nieuwsbrief altijd zichtbaar blijft */
html body .plejd-footer-newsletter,
html body .plejd-footer-newsletter .plejd-newsletter-form,
html body .plejd-footer-newsletter .plejd-newsletter-inputrow {
    display: block !important;
}

html body .plejd-footer-newsletter .plejd-newsletter-inputrow {
    display: flex !important;
}

/* Footer netjes direct onder content, zonder oud nieuwsbriefblok rechtsboven */
html body .page-footer {
    clear: both !important;
}
/* =========================================
   ALLE PAGINA CONTENT GELIJK AAN HEADERBREEDTE
   Geldt voor CMS, login, account, contact, categorie etc.
========================================= */

/* Breadcrumbs gelijk met header */
html body .breadcrumbs {
    width: var(--plejd-width, 1200px) !important;
    max-width: calc(100vw - var(--plejd-page-gap, 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Hoofdcontent gelijk met header */
html body .page-main {
    width: var(--plejd-width, 1200px) !important;
    max-width: calc(100vw - var(--plejd-page-gap, 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Magento columns mogen geen extra inspringing geven */
html body .page-main > .columns,
html body .columns {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Hoofd kolom zonder extra padding */
html body .column.main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Paginatitel ook gelijk zetten */
html body .page-title-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

/* Login/account pagina's: voorkom Luma extra breedte/padding */
html body.customer-account-login .page-main,
html body.customer-account-create .page-main,
html body.customer-account-forgotpassword .page-main {
    width: var(--plejd-width, 1200px) !important;
    max-width: calc(100vw - var(--plejd-page-gap, 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Mobiel */
@media (max-width: 900px) {
    html body .breadcrumbs,
    html body .page-main,
    html body.customer-account-login .page-main,
    html body.customer-account-create .page-main,
    html body.customer-account-forgotpassword .page-main {
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }
}