/** Shopify CDN: Minification failed

Line 904:24 Expected "}" to go with "{"

**/
html body {
    --font-heading--family: 'Clarendon', 'Segoe UI', Arial, sans-serif;
    --font-h1--family: var(--font-heading--family);
    --font-h2--family: var(--font-heading--family);
    --font-h3--family: var(--font-heading--family);
    --font-h4--family: var(--font-heading--family);
    --font-h5--family: var(--font-heading--family);
    --font-h6--family: var(--font-heading--family);

    --font-paragraph--family: Inter, 'Segoe UI', Arial, sans-serif;

    --menu-item-width: 16rem;

    @media screen and (min-width: 999px) {
        --menu-item-width: 20rem;
    }

    .menu-list__link {
        --menu-top-level-font-family: 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
    }
}

.footer-utilities {
    .utilities {
        &, a {
            color: var(--color-foreground);
        }
    }
}

.aa-Form:focus-within {
    box-shadow: none;
}

.boer-view-btn {
    span {
        line-height: 1;
        margin-block-end: -.1rem;
    }
}

/* Start mobile drawer menu */

@media screen and (max-width: 424px) {
    html #header-component[data-menu-style=drawer],
    html #header-component[data-menu-style=menu] {
        .header__columns {
            --header-template-columns: 1.5rem 2rem auto auto 3rem;
            padding-inline: 0!important;
        }
    }

    html .menu-drawer-container .header__icon--menu {
        max-width: 2rem;
        padding-inline: 0 .5rem;
    }

    .header__columns .header-logo {
        padding-inline: 1rem;
        grid-column: 3 / 5 !important;
        grid-row: 1 / -1 !important;
    }

    header-actions {
        margin-inline: 0 -.5rem;
    }

    html .header-actions__action {
        max-width: 2rem;
        padding-inline: 0;

        &:last-of-type {
            margin-inline: 0;
        }
    }
}

.header__row {
    @media screen and (max-width: 749px) {
        --page-margin: 16px;
    }
}

@media screen and (min-width: 425px) and (max-width: 1023px) {
    html .header__row .header__columns {
        --header-template-columns: 44px 44px 1fr 1fr 88px !important;
    }

    .header__columns .header-logo {
        grid-column: 3 / 5 !important;
    }
}

html .menu-drawer {
    background: #fff;
}

html .menu-drawer__menu {
    padding-inline: 0;
}

html .menu-drawer__navigation {
    --indent-per-level: 1rem;
    --font-size-base: 1.4rem;
    --font-size-scale: 0.125rem;

    ul              { --depth: 1; }
    ul ul           { --depth: 2; }
    ul ul ul        { --depth: 3; }
    ul ul ul ul     { --depth: 4; }
    ul ul ul ul ul  { --depth: 5; }

    .menu-drawer__list-item--deep .menu-drawer__menu {
        padding-block: .5rem 1.5rem;
    }

    .menu-drawer__menu-item {
        padding-block: .175rem;
        padding-inline-start: calc(var(--depth, 0) * var(--indent-per-level));
        font-size: calc(var(--font-size-base) - var(--depth, 0) * var(--font-size-scale));

        li {
            padding-block: var(--padding-md);
        }

        & > .svg-wrapper {
            padding-block: 0;
            padding-inline: var(--padding-lg);
        }

        &.important {
            .menu-drawer__menu-item-text,
            .svg-wrapper {
                color: #ef4444;
            }
        }
    }

    .menu-drawer__menu-item--see-all {
        color: #8d8d8d;
    }

    details[open] > summary.menu-drawer__menu-item {
        background-color: rgb(var(--color-foreground-rgb) / 0.06);
    }
}

/* End mobile drawer menu */

/* Start main menu */

html .section-announcement-bar {
    z-index: 9;
    position: relative;
}

html .header__row:before {
    content: "";
    width: 200vw;
    background: #fff;
    margin-inline-start: -50vw;
}

.ann-bar__mid {
    position: absolute;
    inset-inline: 50%;
}

predictive-search-component {
    .predictive-search-form.aa-MainContainer {
        min-width: auto;
    }

    .aa-Form:focus-within {
        box-shadow: none;
    }
}

#header-component {
    max-width: 1600px;
    margin-inline: auto;
    margin-block-end: .8rem;
    z-index: 9999999;
    position: relative;

    --full-page-grid-margin: 1.6rem;
    
    @media screen and (min-width: 750px) {
        --page-margin: 48px;

        .header__column--left {
            margin-inline-start: -6px;
        }

        .header__column--right {
            margin-inline-end: -11px;
        }
    }
}

html #header-component[data-menu-style=menu] .main-menu {
    @media screen and (min-width: 1024px) {
        display: block;
    }
}

.main-menu {
    display: none;
    position: relative;
    z-index: 1001;

    a {
        color: rgb(var(--primary-color));
        font-size: var(--menu-top-level-font-size);
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: .25rem;
        padding: .5rem;
        width: 100%;

        @media screen and (min-width: 750px) {
            font-size: var(--menu-top-level-font-size-desktop);
        }

        &:hover {
            color: rgb(var(--tertiary-color));
        }

        & > span {
            flex: 1;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        &.important {
            color: #ef4444;
            font-weight: 600;
        }
    }

    ul.level-0 {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;

        & > li {
            position: relative;

            & > a {
                font-family: var(--heading-font);
                font-weight: 400;
                color: #3d3d3c;
                white-space: nowrap;
                font-weight: 600;
            }

            & > ul.level-1 {
                display: none;
                list-style: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: var(--menu-item-width);
                background: #fff;
                padding: 1rem 0 2rem 1rem;
            }

            &:hover > ul.level-1 {
                display: flex;
                flex-flow: column nowrap;
            }
        }
    }

    ul.level-1 > li {
        width: 100%;

        & > a {
            border-block: 1px solid transparent;
        }

        &:first-child > a { border-top: 0; }
        &:last-child > a  { border-bottom: 0; }

        &:hover > a { background: #f2f2f2; }

        &:has(> ul.level-2) > a::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='8' height='8' viewBox='0 0 330 330'%3E%3Cpath d='m250.606 154.389-150-149.996c-5.857-5.858-15.355-5.858-21.213.001-5.857 5.858-5.857 15.355.001 21.213l139.393 139.39L79.393 304.394c-5.857 5.858-5.857 15.355.001 21.213C82.322 328.536 86.161 330 90 330s7.678-1.464 10.607-4.394l149.999-150.004a14.996 14.996 0 0 0 0-21.213z' fill='rgba(0, 0, 0, 1)'/%3E%3C/svg%3E");
            flex: 0 0 auto;
            line-height: 1;
        }

        &:has(> ul.level-2) > a.important::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='8' height='8' viewBox='0 0 330 330'%3E%3Cpath d='m250.606 154.389-150-149.996c-5.857-5.858-15.355-5.858-21.213.001-5.857 5.858-5.857 15.355.001 21.213l139.393 139.39L79.393 304.394c-5.857 5.858-5.857 15.355.001 21.213C82.322 328.536 86.161 330 90 330s7.678-1.464 10.607-4.394l149.999-150.004a14.996 14.996 0 0 0 0-21.213z' fill='rgba(239, 68, 68, 1)'/%3E%3C/svg%3E");
        }
    }

    ul.level-2,
    ul.level-3,
    ul.level-4 {
        display: none;
        list-style: none;
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        border-left: 1px solid rgb(var(--color-background-grey));
        padding: 1rem 0 2rem 1rem;
        width: var(--menu-item-width);
    }

    ul.level-1 > li:hover > ul.level-2,
    ul.level-2 > li:hover > ul.level-3,
    ul.level-3 > li:hover > ul.level-4 {
        display: flex;
        flex-flow: column nowrap;
    }

    ul.level-3,
    ul.level-4 {
        height: 100%;
    }

    .level-2-heading {
        font-size: 1.2rem;
        font-weight: bold;
        display: block;
        padding: 0 .5rem .75rem;
        color: rgb(var(--primary-color));
    }

    ul.level-2 > li,
    ul.level-3 > li,
    ul.level-4 > li {
        width: 100%;

        &:hover > a {
            background: #f2f2f2;
        }

        &:has(> ul) > a::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='8' height='8' viewBox='0 0 330 330'%3E%3Cpath d='m250.606 154.389-150-149.996c-5.857-5.858-15.355-5.858-21.213.001-5.857 5.858-5.857 15.355.001 21.213l139.393 139.39L79.393 304.394c-5.857 5.858-5.857 15.355.001 21.213C82.322 328.536 86.161 330 90 330s7.678-1.464 10.607-4.394l149.999-150.004a14.996 14.996 0 0 0 0-21.213z' fill='rgba(0, 0, 0, 1)'/%3E%3C/svg%3E");
            flex: 0 0 auto;
            line-height: 1;
        }
    }
}

.menu-backdrop {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transition: opacity 0.25s;
    pointer-events: none;
}

header-component:has(.main-menu .parent:hover) ~ .menu-backdrop {
    opacity: 1;
}

html #shopify-section-template--29820954345811__boer_plp_collectie_NmHChQ .facets-block-wrapper {
    z-index: 1 !important; /* fix to prevent seethrough menu-backdrop on hover menu items */
}

/* End main menu */

main .product-media-container.media-fit img,
main .media-fit-cover :is(img, video, iframe, .deferred-media__poster-image) {
    object-fit: contain;
    background: #fff;
}

main .product-information__media media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    &:not(.show-more) li:nth-child(4) ~ li {
        display: none;
    }
}

.product-details rte-formatter {
    &:not(.show-more) p:nth-child(2) ~ p {
        display: none;
    }
}

.description__read-more-button,
.media-gallery__show-more-button {
    display: block;
    margin-inline: auto;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 2rem;
    cursor: pointer;
    width: 100%;

    @media screen and (min-width: 750px) {
        width: auto;
    }
}

.media-gallery__show-more-button {
    display: none;

    @media screen and (min-width: 750px) {
        display: block;
    }
}

product-price:has(.compare-at-price) {
    .price {
        color: rgb(239, 68, 68);
    }
}

h3:has(+ .specs-list) {
    font-family: var(--font-h4--family);
    font-style: var(--font-h4--style);
    font-weight: var(--font-h4--weight);
    font-size: var(--font-h4--size);
    line-height: var(--font-h4--line-height);
    letter-spacing: var(--font-h4--letter-spacing);
    text-transform: var(--font-h4--case);
    color: var(--color, var(--font-h4-color));
    margin-block: 0 .5rem;
}

.specs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    padding: .5rem 1rem;

    dd, dt {
        margin: 0;
        padding-block: .5rem;

        &:not(:last-of-type) {
            border-bottom: 1px solid rgb(209, 213, 219);
        }
    }
}

/* Start product grid */

.product-grid {
    .product-media-container img {
        aspect-ratio: 1 / 1;
    }

    .image_banner img {
        width: unset;
        height: unset;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    product-price {
        margin-top: auto;
    }
}

.product-stock {
    span {
        display: flex;
        align-items: center;
        column-gap: .25rem;

        &:before {
            content: '';
            display: block;
            width: .75rem;
            height: .75rem;
            background: #eee;
            border-radius: 999px;
        }
    }

    .out-of-stock {
        &:before {
            background: rgb(239, 68, 68);
        }
    }
    .extended-delivery {
        &:before {
            background: rgb(251, 191, 36);
        }
    }
    .in-stock {
        &:before {
            background: rgb(16, 185, 129)
        }
    }
}

.button.view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
    width: 100%;
}

/* End product grid */

/* Start collection lists icons */

html .section-resource-list-icons .resource-list__carousel .resource-list__slide {
    --mbm-column-count: var(--column-count-mobile);

    @media screen and (min-width: 640px) {
        --mbm-column-count: var(--column-count-tablet, var(--column-count));
    }

    @media screen and (min-width: 990px) {
        --mbm-column-count: var(--column-count);
    }

    --effective-count: min(var(--mbm-column-count), var(--slide-count, var(--mbm-column-count)));
    --section-slide-width: calc(
        (100% - (var(--resource-list-column-gap) * (var(--effective-count) - 1)) - var(--peek-next-slide-size)) /
        var(--effective-count)
    );
    --fallback-slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
    --slide-width: var(--section-slide-width, var(--fallback-slide-width));

    .resource-image .image-block__image {
        object-fit: contain;
    }

    .collection-card__content {
        font-size: .5rem;

        @media screen and (min-width: 640px) {
            font-size: .75rem;
        }
    }
}

/* End collection lists */

/* Start blog posts */

.blog-post-details {
    time {
        display: none;
    }
}

/* End blog posts */

/* Start footer */

.shopify-section-group-footer-group:has([class^="newsletter-section"]) {
    padding-block-start: 4rem;
    background: #f2f2f2;
}

/* End footer */

/* Start search results */

html {

    [data-block-handle="instantsearch"] {
        width: 100%;
        max-width: 100%;
    }

    #algolia-shopify-instantsearch {
        .ais-h2 {
            font-size: var(--font-h2--size);
            line-height: var(--font-h2--line-height);
            letter-spacing: var(--font-h2--letter-spacing);
            text-transform: var(--font-h2--case);
            text-align: left;
            font-weight: 400!important;
        }

        .ais-input {
            padding-block: var(--padding-lg);
            border-radius: var(--style-border-radius-inputs);
            border: var(--style-border-width-inputs) solid var(--color-input-border);
            display: flex;
            margin: var(--size-style-width);
            max-width: none;
            background: #fff;
            width: 100%;
        }

        .ais-SearchBox-input {
            height: auto;
        }

        .ais-SearchBox {
            height: auto;
            padding-left: 24px !important;
        }

        .ais-SearchBox-submit {
            top: 50%;
        }

        .ais-SearchBox-form {
            margin-block: 0;
        }
    }

    .ais-page {
        .ais-hit--picture {
            position: relative !important;
            width: 100% !important;
            height: auto !important;
            aspect-ratio: 1 / 1;
            max-width: 341px;
            max-height: 341rem;
            object-fit: contain;
            background: #fff;
            top: unset !important;
            padding-block: 14px !important;
        }
    
        .ais-hit--details {
            margin-block-start: 0 !important;
            display: flex;
            flex-direction: column;
            gap: 4px;
            padding-block: 0;
            flex: 1;
        }

        .ais-hit--title,
        .ais-hit--subtitle {
            font-family: 'Clarendon BT', Clarendon, Georgia, serif !important;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.4;
        }

        .ais-hit--title {
            margin: 0;
            line-height: normal;

            a {
                color: var(--color-foreground);
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }
        }

        .ais-hit--subtitle {
            margin: 0;
            font-size: 0.875rem;
            color: rgba(var(--color-foreground-rgb), 0.6);
        }

        .ais-hit--price {
            margin: 0;
            font-size: 1rem;
            font-family: var(--font-body--family);
            margin-top: auto;

            b {
                font-weight: 400;
            }

            .ais-hit--price-striked {
                font-size: 0.875rem;
                text-decoration: line-through;
                color: rgba(var(--color-foreground-rgb), 0.5);
                margin-inline-start: 4px;
            }

            .ais-hit--price-discount {
                font-size: 0.875rem;
                color: rgb(239, 68, 68);
                margin-inline-start: 4px;
            }
        }

        .ais-hit--info,
        .ais-hit--tags {
            display: none !important;
        }

        .ais-hit--cart {
            margin: 0;
            margin-top: 4px;
        }

        input {
            padding-inline-start: 0!important;
        }

        .ais-hit.ais-product {
            background: #fff;
            padding: 0 14px 12px;
            border: 1px solid #e5e5e5;
            border-radius: 16px;
            width: 49%;
            transition: transform .2s ease, box-shadow .2s ease !important;

            &:hover {
                text-decoration: none;
                transform: translateY(-3px) !important;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10) !important;
            }

            @media screen and (min-width: 750px) {
                padding: 16px;
            }
        }

        .ais-hit--cart-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            height: 44px;
            background: #000000;
            color: #FFFFFF;
            border: none;
            border-radius: 99px;
            font-family: 'Clarendon BT', Clarendon, Georgia, serif;
            font-size: 13px;
            font-weight: 600;
            line-height: 1;
            letter-spacing: 0.02em;
            text-decoration: none;
            white-space: nowrap;
            transition: background 0.15s ease;
            box-sizing: border-box;
            padding-block: 0.75rem calc(0.75rem - 0.1rem);
            padding-inline: 12px;
            cursor: pointer;

            &.ais-hit--cart-button__disabled {
                background-color: #999999;
                cursor: not-allowed;
            }
        }

        .ais-RefinementList-item--selected, 
        .ais-facet--item:not(.ais-HierarchicalMenu-item--parent):hover {
            border: 0;
            margin: 0;
            padding-inline: 0;
        }

        .ais-RefinementList-item--selected .ais-facet--count, 
        .ais-facet--item:hover .ais-facet--count {
            right: 0;
        }
    }

    .ais-hit {
        margin: 8px 0 10px;
    }

    .ais-Hits-list {
        padding: 0;
        
        @media screen and (min-width: 440px) {
            padding-inline-start: 30px;
        }
    }
    
    .ais-results-size-xs .ais-page .ais-results-as-block .ais-hit {
        margin-inline-start: 0;
        width: 100%;
    }
    
    .ais-results-size-md .ais-page .ais-results-as-block .ais-hit, 
    .ais-results-size-sm .ais-page .ais-results-as-block .ais-hit {
        margin-inline-start: 6%;
        width: 50%;

        @media screen and (min-width: 534px) {
            margin-inline-start: 4%;
            width: 50%;
        }

        @media screen and (min-width: 759px) {
            width: 49%;
        }
    }
    
    .ais-results-size-lg .ais-page .ais-results-as-block .ais-hit {
        margin-left: 2.5%;
        width: 31.6%;
    }

 
 
    .ais-page {
        .ais-Pagination-item--disabled {
            visibility: visible;
        }

        .ais-Pagination-item {
            width: 44px;
            height: 44px;
            aspect-ratio: 1;
            border: none;
            display: inline-block;
            margin: 0;
            justify-content: center;
        }
        
        .ais-Pagination-link {
            color: var(--color-foreground);
            display: flex;
            font-size: var(--font-size--sm);
            height: 100%;
            padding: 0;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            text-decoration: none;

            &:hover {
                text-decoration: none;
            }
        }

        .ais-Pagination-item--disabled .ais-Pagination-link {
            opacity: 0.3;
            pointer-events: none;
        }

        .ais-Pagination-item--previousPage .ais-Pagination-link,
        .ais-Pagination-item--nextPage .ais-Pagination-link,
        .ais-Pagination-item--firstPage .ais-Pagination-link,
        .ais-Pagination-item--lastPage .ais-Pagination-link {
            font-size: 0;
        }

        @media screen and (max-width: 425px) {
            .ais-Pagination-item:not(
                .ais-Pagination-item--selected,
                .ais-Pagination-item--previousPage,
                .ais-Pagination-item--nextPage,
                .ais-Pagination-item--firstPage,
                .ais-Pagination-item--lastPage
            ) {
                display: none;
            }
        }
        
        .ais-Pagination-item--firstPage,
        .ais-Pagination-item--previousPage,
        .ais-Pagination-item--nextPage,
        .ais-Pagination-item--lastPage {
            width: 20px;
        }

        .ais-Pagination-item--previousPage .ais-Pagination-link::before {
            content: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11L1.5 6L6.5 1' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            display: flex;
            align-items: center;
        }

        .ais-Pagination-item--nextPage .ais-Pagination-link::before {
            content: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            display: flex;
            align-items: center;
        }

        .ais-Pagination-item--firstPage .ais-Pagination-link::before {
            content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11L1.5 6L6.5 1' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 11L6 6L11 1' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            display: flex;
            align-items: center;
        }

        .ais-Pagination-item--lastPage .ais-Pagination-link::before {
            content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 1L10.5 6L5.5 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            display: flex;
            align-items: center;
        }

    }

/* End search results */