/* BAKKER IJLST – Bukh merkpagina (rood #cc2229) */
.bkr-bukh-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    /* padding: 35px 15px 60px;  ← oude regel */
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-bukh-hero {
    background: #ffffff;
    border: 1px solid rgba(204, 34, 41, 0.12);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(204, 34, 41, 0.06);
    position: relative;
}
.bkr-bukh-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: #cc2229;
    border-radius: 0 0 14px 14px;
}

.bkr-bukh-left {
    flex: 1;
    min-width: 0;
}
.bkr-bukh-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #656565;
    margin-bottom: 5px;
}
.bkr-bukh-breadcrumb a {
    color: #cc2229;
    text-decoration: none;
}
.bkr-bukh-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #cc2229;
    font-weight: 700;
}
.bkr-bukh-sub {
    margin: 0 0 14px;
    color: #4a4a4a;
    max-width: 560px;
}

.bkr-bukh-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-bukh-usps li {
    background: #fff3f4;
    border: 1px solid rgba(204, 34, 41, 0.18);
    border-radius: 10px;
    padding: 8px 10px 6px;
}
.bkr-bukh-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #cc2229;
}
.bkr-bukh-usps li p {
    margin: 0;
    font-size: 13px;
    color: #5b5b5b;
}

.bkr-bukh-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-bukh-logo-card {
    background: #ffffff;
    border: 2px solid #cc2229;
    border-radius: 15px;
    width: 170px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(204, 34, 41, 0.15);
    padding: 14px;
}
.bkr-bukh-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-bukh-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #cc2229;
    letter-spacing: .04em;
}

/* jouw filterblok: desktop uit, mobiel aan */
.bkr-bukh-page .nsproductwrap .filtersmobile {
    display: none;
    gap: 6px;
    align-items: center;
    background: #cc2229;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-bukh-page .nsproductwrap .filtersmobile {
        display: inline-flex;
    }
}
.bkr-bukh-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}

.bkr-bukh-page .products {
    margin-top: 0 !important;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-bukh-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-bukh-right {
        justify-content: flex-start;
    }
    .bkr-bukh-page {
        max-width: 100%;
    }
}

/* BAKKER IJLST – DAF merkpagina (#1c4e9b & #ed1c24) */
.bkr-daf-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-daf-hero {
    background: #ffffff;
    border: 1px solid rgba(28, 78, 155, 0.14);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(28, 78, 155, 0.05);
    position: relative;
}
.bkr-daf-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: linear-gradient(90deg, #1c4e9b 0%, #ed1c24 100%);
    border-radius: 0 0 14px 14px;
}

.bkr-daf-left {
    flex: 1;
    min-width: 0;
}
.bkr-daf-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}
.bkr-daf-breadcrumb a {
    color: #1c4e9b;
    text-decoration: none;
}
.bkr-daf-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #1c4e9b;
    font-weight: 700;
}
.bkr-daf-sub {
    margin: 0 0 14px;
    color: #3f4a5a;
    max-width: 560px;
}

.bkr-daf-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-daf-usps li {
    background: #f3f6fb;
    border: 1px solid rgba(28, 78, 155, 0.12);
    border-radius: 10px;
    padding: 8px 10px 6px;
    transition: border-color .15s ease;
}
.bkr-daf-usps li:hover {
    border-color: rgba(237, 28, 36, 0.5);
}
.bkr-daf-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #1c4e9b;
}
.bkr-daf-usps li p {
    margin: 0;
    font-size: 13px;
    color: #4f5c6e;
}

.bkr-daf-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-daf-logo-card {
    background: #ffffff;
    border: 2px solid #1c4e9b;
    border-radius: 15px;
    width: 170px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0,0,0,0.03);
    padding: 14px;
}
.bkr-daf-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-daf-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #1c4e9b;
    letter-spacing: .04em;
}

/* filters op DAF: desktop uit, mobiel aan */
.bkr-daf-page .nsproductwrap .filtersmobile {
    display: none;
    background: #1c4e9b;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-daf-page .nsproductwrap .filtersmobile {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}
.bkr-daf-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}

.bkr-daf-page .products {
    margin-top: 0 !important;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-daf-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-daf-right {
        justify-content: flex-start;
    }
}

/* BAKKER IJLST – Yanmar merkpagina (#d2312e & #778084) */
.bkr-yanmar-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-yanmar-hero {
    background: #ffffff;
    border: 1px solid rgba(210, 49, 46, 0.15);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(210, 49, 46, 0.06);
    position: relative;
}
.bkr-yanmar-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: linear-gradient(90deg, #d2312e 0%, #778084 100%);
    border-radius: 0 0 14px 14px;
}

.bkr-yanmar-left {
    flex: 1;
    min-width: 0;
}
.bkr-yanmar-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}
.bkr-yanmar-breadcrumb a {
    color: #d2312e;
    text-decoration: none;
}
.bkr-yanmar-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #d2312e;
    font-weight: 700;
}
.bkr-yanmar-sub {
    margin: 0 0 14px;
    color: #444;
    max-width: 560px;
}

.bkr-yanmar-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-yanmar-usps li {
    background: #fff6f6;
    border: 1px solid rgba(210, 49, 46, 0.18);
    border-radius: 10px;
    padding: 10px 12px 8px;
}
.bkr-yanmar-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #d2312e;
}
.bkr-yanmar-usps li p {
    margin: 0;
    font-size: 13px;
    color: #5b5b5b;
}

.bkr-yanmar-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-yanmar-logo-card {
    background: #ffffff;
    border: 2px solid #d2312e;
    border-radius: 15px;
    width: 180px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
    padding: 16px;
}
.bkr-yanmar-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-yanmar-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #d2312e;
    letter-spacing: .04em;
}

/* filters alleen mobiel */
.bkr-yanmar-page .nsproductwrap .filtersmobile {
    display: none;
    background: #d2312e;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-yanmar-page .nsproductwrap .filtersmobile {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}
.bkr-yanmar-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}
.bkr-yanmar-page .products {
    margin-top: 0 !important;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-yanmar-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-yanmar-right {
        justify-content: flex-start;
    }
}

/* BAKKER IJLST – Solé merkpagina (#0045ba & #fff) */
.bkr-sole-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-sole-hero {
    background: #ffffff;
    border: 1px solid rgba(0, 69, 186, 0.15);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(0, 69, 186, 0.05);
    position: relative;
}
.bkr-sole-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: #0045ba;
    border-radius: 0 0 14px 14px;
}

.bkr-sole-left {
    flex: 1;
    min-width: 0;
}
.bkr-sole-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}
.bkr-sole-breadcrumb a {
    color: #0045ba;
    text-decoration: none;
}
.bkr-sole-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #0045ba;
    font-weight: 700;
}
.bkr-sole-sub {
    margin: 0 0 14px;
    color: #3f4a5a;
    max-width: 560px;
}

.bkr-sole-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-sole-usps li {
    background: #f4f7ff;
    border: 1px solid rgba(0, 69, 186, 0.1);
    border-radius: 10px;
    padding: 10px 12px 8px;
}
.bkr-sole-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #0045ba;
}
.bkr-sole-usps li p {
    margin: 0;
    font-size: 13px;
    color: #4d5563;
}

.bkr-sole-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-sole-logo-card {
    background: #ffffff;
    border: 2px solid #0045ba;
    border-radius: 15px;
    width: 180px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
    padding: 16px;
}
.bkr-sole-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-sole-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #0045ba;
    letter-spacing: .04em;
}

/* filters: desktop uit, mobiel aan */
.bkr-sole-page .nsproductwrap .filtersmobile {
    display: none;
    background: #0045ba;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-sole-page .nsproductwrap .filtersmobile {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}
.bkr-sole-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}
.bkr-sole-page .products {
    margin-top: 0 !important;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-sole-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-sole-right {
        justify-content: flex-start;
    }
}

/* BAKKER IJLST – Volvo Penta merkpagina (#10218c & #fff) */
.bkr-volvo-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-volvo-hero {
    background: #ffffff;
    border: 1px solid rgba(16, 33, 140, 0.14);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(16,33,140,0.05);
    position: relative;
}
.bkr-volvo-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: #10218c;
    border-radius: 0 0 14px 14px;
}

.bkr-volvo-left {
    flex: 1;
    min-width: 0;
}
.bkr-volvo-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}
.bkr-volvo-breadcrumb a {
    color: #10218c;
    text-decoration: none;
}
.bkr-volvo-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #10218c;
    font-weight: 700;
}
.bkr-volvo-sub {
    margin: 0 0 14px;
    color: #3c3c3c;
    max-width: 560px;
}

.bkr-volvo-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-volvo-usps li {
    background: #f9faff;
    border: 1px solid rgba(16,33,140,0.12);
    border-radius: 10px;
    padding: 10px 12px 8px;
}
.bkr-volvo-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #10218c;
}
.bkr-volvo-usps li p {
    margin: 0;
    font-size: 13px;
    color: #565f6f;
}

.bkr-volvo-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-volvo-logo-card {
    background: #ffffff;
    border: 2px solid #10218c;
    border-radius: 15px;
    width: 180px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0,0,0,0.04);
    padding: 16px;
}
.bkr-volvo-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-volvo-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #10218c;
    letter-spacing: .04em;
}

/* filters: mobiel aan, desktop uit */
.bkr-volvo-page .nsproductwrap .filtersmobile {
    display: none;
    background: #10218c;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-volvo-page .nsproductwrap .filtersmobile {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}
.bkr-volvo-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}
.bkr-volvo-page .products {
    margin-top: 0 !important;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-volvo-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-volvo-right {
        justify-content: flex-start;
    }
}

.bkr-merk-bottom {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 12px;
    padding: 20px 22px 18px;
    margin: 28px 0 20px;
}
.bkr-merk-bottom h2 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}
.bkr-merk-bottom p {
    margin: 0 0 6px;
    color: #4b5563;
    line-height: 1.55;
}

/* BAKKER IJLST – Vetus merkpagina (#1f3564 & #ffca08) */
.bkr-vetus-page {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.bkr-vetus-hero {
    background: #ffffff;
    border: 1px solid rgba(31, 53, 100, 0.12);
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin-bottom: 28px;
    display: flex;
    gap: 26px;
    align-items: center;
    box-shadow: 0 10px 26px rgba(31, 53, 100, 0.04);
    position: relative;
}
.bkr-vetus-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: linear-gradient(90deg, #1f3564 0%, #ffca08 100%);
    border-radius: 0 0 14px 14px;
}

.bkr-vetus-left {
    flex: 1;
    min-width: 0;
}
.bkr-vetus-breadcrumb {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}
.bkr-vetus-breadcrumb a {
    color: #1f3564;
    text-decoration: none;
}
.bkr-vetus-title {
    font-size: 30px;
    margin: 0 0 5px;
    color: #1f3564;
    font-weight: 700;
}
.bkr-vetus-sub {
    margin: 0 0 14px;
    color: #3f4a5a;
    max-width: 600px;
}

.bkr-vetus-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}
.bkr-vetus-usps li {
    background: #f6f7fb;
    border: 1px solid rgba(31,53,100,0.12);
    border-radius: 10px;
    padding: 10px 12px 8px;
}
.bkr-vetus-usps li strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #1f3564;
}
.bkr-vetus-usps li p {
    margin: 0;
    font-size: 13px;
    color: #4b5563;
}

.bkr-vetus-right {
    flex: 0 0 190px;
    display: flex;
    justify-content: flex-end;
}
.bkr-vetus-logo-card {
    background: #ffffff;
    border: 2px solid #1f3564;
    border-radius: 15px;
    width: 180px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0,0,0,0.04);
    padding: 16px;
}
.bkr-vetus-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.bkr-vetus-logo-text {
    font-weight: 700;
    font-size: 26px;
    color: #1f3564;
    letter-spacing: .04em;
}

/* filters: desktop uit, mobiel aan */
.bkr-vetus-page .nsproductwrap .filtersmobile {
    display: none;
    background: #1f3564;
    color: #fff;
    padding: 7px 14px 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {
    .bkr-vetus-page .nsproductwrap .filtersmobile {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}
.bkr-vetus-page .nsproductwrap .filtersection {
    margin-bottom: 18px;
}
.bkr-vetus-page .products {
    margin-top: 0 !important;
}

/* onderaan beschrijving + blok */
.bkr-merk-desc {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 12px;
    padding: 20px 22px 10px;
    margin: 28px 0 22px;
    line-height: 1.6;
}
.bkr-merk-desc h2,
.bkr-merk-desc h3 {
    margin-top: 0;
}
.bkr-merk-bottom {
    background: #ffffff;
    border: 1px solid rgba(31,53,100,0.03);
    border-radius: 12px;
    padding: 20px 22px 18px;
    margin: 0 0 20px;
}
.bkr-merk-bottom h2 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #1f3564;
}
.bkr-merk-bottom p {
    margin: 0 0 6px;
    color: #4b5563;
    line-height: 1.55;
}

/* responsive */
@media (max-width: 880px) {
    .bkr-vetus-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .bkr-vetus-right {
        justify-content: flex-start;
    }
}
