:root{--gb-paper: #f7f1e4;--gb-paper-deep: #eee2c9;--gb-ink: #17140f;--gb-gold: #c8a032;--gb-red: #c73c4b;--gb-white: #fffdf7;--gb-radius: 1.4rem;--gb-shadow: 0 1.6rem 4rem rgba(43, 31, 10, .12);--gb-section-space: clamp(5.6rem, 7vw, 8.8rem);--gb-content-gap: clamp(2.4rem, 4vw, 4.8rem)}html{scroll-behavior:smooth}body{color:var(--gb-ink);font-family:var(--font-body-family);font-style:normal;font-weight:var(--font-body-weight, 400);line-height:1.65}strong,b{font-weight:var(--font-body-weight-semibold, 600)}em,i{font-style:italic;font-weight:var(--font-body-weight-medium, 500)}.content-for-layout{overflow:clip}.gb-page-width{width:calc(100% - 3.2rem);max-width:124rem;margin-inline:auto}.gb-section{position:relative;padding:var(--gb-section-space) 0}.gb-section--compact{padding-block:clamp(4.8rem,6vw,7.2rem)}.gb-kicker{margin:0 0 1rem;color:var(--gb-accent, var(--gb-red));font-size:1.2rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:.16em;line-height:1.25;text-transform:uppercase}.gb-display,.gb-heading,.gb-card__title,.gb-product__title,.gb-resource__title{margin-top:0;color:var(--gb-ink);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight, 600);letter-spacing:-.025em;line-height:1.06}.gb-display{margin-bottom:2.4rem;font-size:clamp(3.8rem,5.6vw,6rem)}.gb-heading{margin-bottom:2rem;font-size:clamp(3.2rem,4.2vw,4.8rem)}.gb-lead{max-width:92rem;margin:0 auto;font-size:clamp(1.65rem,2vw,2.1rem);line-height:1.6}.gb-rte,.gb-body{font-size:1.65rem;line-height:1.68}.gb-rte>*:first-child,.gb-body>*:first-child{margin-top:0}.gb-rte>*:last-child,.gb-body>*:last-child{margin-bottom:0}.gb-button{display:inline-flex;min-height:4.4rem;align-items:center;justify-content:center;border:0;border-radius:.2rem;padding:1.2rem 2.1rem;color:var(--gb-button-text, #fff);background:var(--gb-accent, var(--gb-red));box-shadow:none;cursor:pointer;font:inherit;font-size:1.25rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:.07em;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;transition:filter .18s ease,transform .18s ease}.gb-button:hover{color:var(--gb-button-text, #fff);filter:brightness(.92);transform:translateY(-.1rem)}.gb-button:focus-visible,.gb-filter:focus-visible,.gb-gallery__thumb:focus-visible{outline:.3rem solid var(--gb-ink);outline-offset:.3rem}.gb-button--ink{--gb-accent: var(--gb-ink);--gb-button-text: #fff}.gb-button--ghost{border:.1rem solid currentColor;color:var(--gb-accent, var(--gb-ink));background:transparent}.gb-placeholder{display:grid;min-height:22rem;place-items:center;border-radius:var(--gb-radius);color:#17140f85;background:#ffffff85}.gb-placeholder svg{width:52%;height:auto;opacity:.35}.gb-header{position:relative;z-index:20;color:var(--gb-ink);background:var(--gb-gold)}.gb-header__utility{display:grid;min-height:4.4rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;border-bottom:.1rem solid rgba(23,20,15,.18);font-size:1.15rem}.gb-header__utility-menu,.gb-header__utility-navigation,.gb-header__partners,.gb-header__actions,.gb-header__socials{display:flex;align-items:center;gap:1.2rem}.gb-header__utility-menu{list-style:none;margin:0;padding:0;font-weight:var(--font-body-weight-semibold, 600)}.gb-header__menu-toggle{display:none;border:0;padding:0;color:inherit;background:transparent;cursor:pointer}.gb-header__menu-toggle:focus-visible{border-radius:.2rem;outline:.2rem solid currentColor;outline-offset:.35rem}.gb-header__menu-icon{display:flex;width:100%;height:100%;flex-direction:column;justify-content:space-between}.gb-header__menu-icon span{display:block;width:100%;height:.2rem;background:currentColor;transition:transform .18s ease,opacity .18s ease,width .18s ease}.gb-header__menu-icon span:nth-child(2){width:72%}.gb-header__menu-toggle[aria-expanded=true] .gb-header__menu-icon span:first-child{transform:translateY(calc(50% + .5rem)) rotate(45deg)}.gb-header__menu-toggle[aria-expanded=true] .gb-header__menu-icon span:nth-child(2){opacity:0}.gb-header__menu-toggle[aria-expanded=true] .gb-header__menu-icon span:last-child{transform:translateY(calc(-50% - .5rem)) rotate(-45deg)}.gb-header__menu-panel{position:absolute;z-index:3;top:100%;left:50%;width:min(85%,119rem);border-top:.1rem solid rgba(23,20,15,.14);border-radius:0 0 1rem 1rem;padding:2.8rem clamp(2.4rem,4vw,5rem);background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto;box-shadow:0 1.6rem 3rem #17140f29;transform:translate(-50%)}.gb-header__menu-panel[hidden]{display:none}.gb-header__menu-panel nav{display:grid;grid-template-columns:minmax(0,2fr) minmax(16rem,1fr);gap:clamp(2.4rem,6vw,8rem)}.gb-header__menu-panel ul{display:grid;list-style:none;margin:0;padding:0}.gb-header__menu-panel-primary{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 3rem}.gb-header__menu-panel-secondary{align-content:start;gap:1rem;border-left:.1rem solid rgba(23,20,15,.18);padding-left:clamp(2.4rem,4vw,5rem)!important}.gb-header__menu-panel-primary a{font-size:clamp(1.45rem,1.7vw,2rem);font-weight:var(--font-body-weight-semibold, 600)}.gb-header__menu-panel-secondary a{font-size:1.25rem;font-weight:var(--font-body-weight-semibold, 600)}.gb-header__menu-panel a:hover{color:var(--gb-red);text-decoration:underline;text-underline-offset:.3rem}.gb-header__utility-menu:before{display:none!important;content:none!important}.gb-header a{color:inherit;text-decoration:none}.gb-header__utility-menu a:hover,.gb-header__nav a:hover{text-decoration:underline;text-underline-offset:.35rem}.gb-header__social{display:block;width:2.4rem;height:2.4rem}.gb-header__social img,.gb-header__search img{display:block;width:100%;height:100%;object-fit:contain}.gb-header__actions,.gb-header__partners{justify-content:flex-end}.gb-partner{display:inline-flex;max-width:10rem;align-items:center;opacity:.68;filter:grayscale(1) contrast(1.2);font-size:.95rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:.03em;line-height:1.1;text-align:center;text-transform:uppercase}.gb-partner img{width:auto;max-width:100%;height:2.3rem;object-fit:contain}.gb-header__search,.gb-header__cart{display:inline-flex;min-width:2.8rem;min-height:2.8rem;align-items:center;justify-content:center}.gb-header__search svg,.gb-header__cart svg,.gb-header__search img{width:2.1rem;height:2.1rem}.gb-header__main{display:grid;min-height:7.2rem;grid-template-columns:24rem 1fr auto;align-items:center;gap:3rem}.gb-header__brand{display:inline-flex;width:fit-content;align-items:center;font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight, 600);letter-spacing:-.06em;line-height:.84}.gb-header__brand img{display:block;width:auto;max-width:var(--gb-logo-width, 19rem);height:auto}.gb-header__nav ul{display:flex;justify-content:center;gap:clamp(2.4rem,5vw,7rem);list-style:none;margin:0;padding:0}.gb-header__nav a{font-size:1.4rem;font-weight:var(--font-body-weight-semibold, 600)}.gb-header__mobile-toggle{display:none}.gb-subscription-page{padding:3.2rem 0 7.6rem}.gb-subscription-page .gb-page-width{max-width:119rem}.gb-subscription-page__header{text-align:center}.gb-subscription-page__header .gb-display{margin:0;color:var(--gb-red);font-size:clamp(4.8rem,5vw,7.2rem);letter-spacing:-.025em;line-height:1.05}.gb-subscription-page__intro{max-width:88rem;margin:3.4rem auto 0;font-size:clamp(1.55rem,1.55vw,2rem);line-height:1.52}.gb-subscription-page__grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(0,1fr);align-items:center;gap:clamp(3.2rem,5vw,6.4rem);margin-top:4.8rem}.gb-subscription-page__media{overflow:hidden;border-radius:2.2rem}.gb-subscription-page__media img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.gb-subscription-page__content{font-size:clamp(1.55rem,1.45vw,1.9rem);line-height:1.48}.gb-subscription-page__group+.gb-subscription-page__group{margin-top:2.7rem}.gb-subscription-page__group h2{margin:0 0 .4rem;color:var(--gb-red);font-size:clamp(1.8rem,1.75vw,2.35rem);font-weight:var(--font-heading-weight, 600);line-height:1.15}.gb-subscription-page__list :is(ul,ol){margin:0;padding-left:2rem}.gb-subscription-page__list li{margin:.1rem 0;padding-left:.4rem}.gb-subscription-page__list li::marker{color:var(--gb-red)}.gb-subscription-page__closing{margin-top:3.2rem}.template-suffix-abonnement .gb-header__nav li:nth-child(4) a{color:var(--gb-red)}@media(max-width:989px){.gb-subscription-page__grid{grid-template-columns:1fr;align-items:start}.gb-subscription-page__media,.gb-subscription-page__content{width:min(100%,72rem);margin-inline:auto}}@media(max-width:599px){.gb-subscription-page{padding:2.8rem 0 5.2rem}.gb-subscription-page__intro{margin-top:2.4rem}.gb-subscription-page__grid{gap:2.8rem;margin-top:3.2rem}.gb-subscription-page__media{border-radius:1.4rem}.gb-subscription-page__closing{margin-top:2.6rem}}.gb-intro{text-align:center}.gb-intro .gb-display,.section-gb-video-row .gb-heading{color:var(--gb-red)}.gb-home-catalog{padding:2rem 0 5.2rem}.template-index .gb-home-catalog{background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto}.gb-home-catalog .gb-page-width{max-width:114rem}.gb-home-catalog .gb-kicker{display:none}.gb-home-catalog .gb-display{margin-bottom:2.6rem;font-size:6.6rem;letter-spacing:0;line-height:1.06}.gb-home-catalog .gb-lead{max-width:94rem;font-size:1.8rem;line-height:1.48}.gb-home-catalog .gb-lead p{max-width:89.5rem;margin:0;margin-inline:auto}.gb-home-catalog .gb-lead p+p{max-width:91.5rem;margin-top:2.4rem}.gb-intro__quote{margin:3.2rem auto 0;font-size:2.25rem;font-style:italic;font-weight:var(--font-body-weight-medium, 500);letter-spacing:.025em;line-height:1.25}.gb-intro__quote span{display:block;margin-top:.3rem;font-size:1.4rem;font-style:normal;font-weight:400;line-height:1.35}.gb-intro__quote span em{color:var(--gb-red);font-style:italic;font-weight:var(--font-body-weight-medium, 500);text-decoration:underline;text-underline-offset:.12em}.gb-intro__quote span a{color:inherit;text-decoration:none}.gb-intro__quote span a:focus-visible{border-radius:.2rem;outline:.2rem solid var(--gb-red);outline-offset:.25rem}.gb-cover-instruction{margin:1.6rem auto 0;font-size:1.45rem;font-weight:var(--font-body-weight-medium, 500);letter-spacing:.01em;line-height:1.4;text-align:center}.gb-seal{position:absolute;z-index:2;top:22.5rem;right:max(2.4rem,calc((100vw - 119.8rem)/2));width:22.5rem;aspect-ratio:1;height:auto;transform:rotate(6deg);object-fit:contain}.gb-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem .8rem;margin-top:6.6rem}.gb-product-card{--gb-accent: var(--gb-red);display:flex;min-width:0;min-height:43.6rem;flex-direction:column;align-items:center;border-radius:2rem;padding:0 1.2rem 2.8rem;background:#fff;text-align:center}.gb-product-card__image{position:relative;display:block;width:24.7rem;max-width:100%;height:auto;aspect-ratio:247 / 280;margin:0 auto .3rem;transition:transform .2s ease}.gb-product-card__image:hover{transform:translateY(-.35rem) rotate(-.35deg)}.gb-product-card__image:before{content:none}.gb-product-card__image img,.gb-product-card__image .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.gb-product-card__title{margin:0;color:var(--gb-accent);font-size:1.45rem;font-weight:var(--font-body-weight-semibold, 600);line-height:1.2}.gb-product-card__title a{color:inherit;text-decoration:none}.gb-product-card__theme{max-width:21rem;min-height:3.9rem;margin:1rem auto 0;font-size:1.4rem;font-weight:var(--font-body-weight-semibold, 600);line-height:1.25}.gb-product-card[data-book=adam-en-eva] .gb-product-card__theme{max-width:17rem}.gb-product-card[data-book=de-ark-van-noach] .gb-product-card__theme,.gb-product-card[data-book=de-dromen-van-jozef] .gb-product-card__theme{max-width:18rem}.gb-product-card[data-book=mozes] .gb-product-card__theme{max-width:14.8rem}.gb-product-card[data-book=ester] .gb-product-card__theme{max-width:15.8rem}.gb-product-card[data-book=simson] .gb-product-card__theme{max-width:23rem}.gb-product-card__price{display:inline-flex;min-width:10.4rem;min-height:3.2rem;align-items:center;justify-content:center;border-radius:.5rem;padding:.4rem 1rem;margin-top:auto;color:var(--gb-card-text, #fff);background:var(--gb-accent);font-size:1.05rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:.02em;line-height:1;text-decoration:none}.gb-video-showcase{scroll-margin-top:2rem;padding:3.2rem 0 4.2rem;background-color:#c8a03238}.gb-video-showcase .gb-heading{margin-bottom:0;color:var(--gb-red);font-size:4.8rem;letter-spacing:-.015em}.gb-video-showcase .gb-lead{margin-top:1.6rem}.gb-video-stage{position:relative;padding-inline:3.6rem;margin-top:3rem}.gb-video-grid{display:grid;overflow:hidden;grid-auto-columns:calc((100% - 2rem) / 3);grid-auto-flow:column;gap:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.gb-video-grid::-webkit-scrollbar{display:none}.gb-video-card{display:flex;height:auto;min-width:0;flex-direction:column;border-radius:1rem;overflow:hidden;background:#fffdf794;scroll-snap-align:start;text-align:center}.gb-video-card--featured{background:#fff}.gb-video-card__media{position:relative;display:block;width:100%;aspect-ratio:16 / 9;flex:0 0 auto;border:0;padding:0;overflow:hidden;color:#fff;background:transparent;cursor:pointer}.gb-video-card__media[aria-disabled=true]{cursor:default}.gb-video-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gb-video-card h3{display:grid;min-height:0;place-items:center;padding:.9rem 2.4rem 1.1rem;margin:0;color:#73694f;font-size:1.7rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:-.02em;line-height:1.08}.gb-video-card--featured h3{color:#050505}.gb-play{position:absolute;z-index:1;top:50%;left:50%;display:grid;width:6rem;aspect-ratio:1;place-items:center;border-radius:50%;color:#fffdf7e6;background:#f9856d;transform:translate(-50%,-50%)}.gb-video-card--featured .gb-play{color:#fff;background:#ff2938}.gb-play svg{width:2.5rem;height:2.9rem;margin-left:.4rem}.gb-video-nav{position:absolute;z-index:2;top:50%;display:grid;width:3rem;height:5.2rem;place-items:center;border:0;padding:0;color:var(--gb-red);background:transparent;cursor:pointer;transform:translateY(-50%)}.gb-video-nav svg{width:2.4rem;height:4.4rem}.gb-video-nav--previous{left:-.4rem}.gb-video-nav--next{right:-.4rem}.gb-video-nav:focus-visible{outline:.25rem solid var(--gb-red);outline-offset:.2rem}.gb-product{--gb-accent: var(--gb-gold);--gb-button-text: #fff;padding-top:1.8rem}.gb-product__banner{width:calc(100% - 14rem);max-width:124rem;margin:0 auto;overflow:hidden;border-radius:var(--gb-radius);background:color-mix(in srgb,var(--gb-accent) 25%,var(--gb-paper))}.gb-product__banner img{display:block;width:100%;height:clamp(24rem,32vw,47rem);object-fit:cover}.gb-product__banner-placeholder{min-height:clamp(22rem,34vw,47rem);background:linear-gradient(130deg,transparent 18%,color-mix(in srgb,var(--gb-accent) 78%,white) 19% 30%,transparent 31% 42%,color-mix(in srgb,var(--gb-accent) 55%,white) 43% 54%,transparent 55%),color-mix(in srgb,var(--gb-accent) 28%,var(--gb-paper))}.gb-product__grid{display:grid;width:calc(100% - 14rem);max-width:124rem;grid-template-columns:minmax(30rem,.82fr) minmax(38rem,1fr);align-items:start;gap:clamp(5rem,8vw,9rem);padding-block:3rem 3.8rem}.gb-product__media,.gb-product__info{min-width:0}.gb-gallery__stage{display:grid;height:33.2rem;place-items:start center}.gb-gallery__panel{display:grid;width:100%;height:100%;place-items:start center}.gb-gallery__panel img,.gb-gallery__panel video,.gb-gallery__panel model-viewer{display:block;width:auto;max-width:100%;height:100%;max-height:33.2rem;margin-inline:auto;object-fit:contain}.gb-gallery__panel--cover img{width:auto;max-width:none;height:38.5rem;max-height:none;transform:translate(-1.1rem,-2.7rem)}.gb-gallery__panel:not(.is-selected){display:none}.gb-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin-top:3.7rem}.gb-gallery__thumb{position:relative;aspect-ratio:1;border:.15rem solid transparent;border-radius:0;padding:0;overflow:hidden;background:#fff;cursor:pointer}.gb-gallery__thumb.is-selected{border-color:var(--gb-accent)}.gb-gallery__thumb img{width:100%;height:100%;object-fit:cover}.gb-gallery__thumb--left img{object-position:20% 50%}.gb-gallery__thumb--right img{object-position:80% 50%}.gb-product__preview{display:flex;margin:1.4rem 0 2.7rem;justify-content:center}.gb-product__preview .gb-button{width:13.6rem;min-width:13.6rem;min-height:2.4rem;border-radius:.5rem;padding:.45rem 1.2rem;color:#fff;font-size:.9rem;letter-spacing:0}.gb-specs{margin-top:0}.gb-specs h2{margin:0 0 .8rem;color:var(--gb-accent);font-size:1.6rem;font-weight:var(--font-heading-weight, 600)}.gb-specs ul{margin:0;padding-left:1.4rem;font-size:1.15rem;line-height:1.55}.gb-specs li::marker{color:var(--gb-accent)}.gb-product .gb-kicker{display:none}.gb-product__title{margin:0 0 .4rem;color:var(--gb-accent);font-size:clamp(2.8rem,3vw,3.2rem);letter-spacing:-.03em;line-height:1}.gb-product__subtitle{margin:0 0 1.6rem;font-size:1.55rem;font-weight:var(--font-body-weight-semibold, 600);line-height:1.3}.gb-product__description{margin-bottom:2rem;font-size:1.35rem;line-height:1.32}.gb-product__description p{margin:0 0 1.8rem}.gb-product__form{margin-block:1.9rem 2.2rem}.gb-product__form-row{display:flex;align-items:stretch;gap:.8rem}.gb-product__form-row .gb-button{width:13.6rem;min-width:13.6rem;min-height:3.3rem;border-radius:.5rem;padding:.7rem 1.2rem;color:#fff;font-size:1.2rem;letter-spacing:0}.gb-product__form select,.gb-product__form input[type=number]{min-height:4.4rem;border:.1rem solid rgba(23,20,15,.35);padding:0 1rem;color:var(--gb-ink);background:var(--gb-white)}.gb-product__price{display:none}.gb-author{min-height:0;margin-top:1.8rem}.gb-author__name{margin:0 0 .4rem;color:var(--gb-accent);font-size:1.6rem;font-weight:var(--font-heading-weight, 600)}.gb-author .gb-body{font-size:1.3rem;line-height:1.4}.gb-author .gb-body p{margin:0}.gb-author__image{display:block;float:right;width:14.5rem;max-width:14.5rem;height:14.5rem;aspect-ratio:1;border-radius:50%;margin:-6.2rem -1.2rem 1rem 1.4rem;object-fit:cover;object-position:center;clip-path:circle(50%)}.gb-product__quotes{margin-top:2rem;border-top:.2rem dotted color-mix(in srgb,var(--gb-accent) 65%,transparent);padding-top:1.8rem}.gb-quote{max-width:100%;border:0;border-inline-start:0;margin:0 auto;padding:0 .4rem;color:var(--gb-ink);font-size:1.25rem;font-style:italic;font-weight:var(--font-body-weight-medium, 500);line-height:1.45;text-align:center}.gb-quote+.gb-quote{margin-top:2.8rem}.gb-quote__author{display:block;margin-top:.8rem;color:var(--gb-accent);font-size:1.2rem;font-style:italic;text-decoration:underline;text-underline-offset:.14em}.gb-preview-fallback{display:grid;gap:1.5rem;padding:5rem 2rem 2rem;background:var(--gb-paper)}.gb-preview-fallback img{display:block;width:100%;height:auto;border-radius:.6rem}.gb-modal{width:min(94vw,110rem);max-height:90vh;border:0;border-radius:1rem;padding:0;box-shadow:var(--gb-shadow)}.gb-modal::backdrop{background:#000000b8}.gb-modal__close{position:sticky;z-index:2;top:1rem;float:right;width:4rem;height:4rem;border:0;border-radius:50%;margin:1rem;color:#fff;background:#111;cursor:pointer;font-size:2.4rem}.gb-modal iframe{display:block;width:100%;height:82vh;border:0}.gb-modal__video{display:block;width:100%;max-height:82vh;background:#000;object-fit:contain}.gb-filters{display:grid;grid-template-columns:repeat(6,1fr);gap:.3rem;margin:3.5rem 0 6rem}.gb-filter{min-height:4.2rem;border:0;padding:.9rem;color:var(--gb-filter-text, #fff);background:var(--gb-filter-color, var(--gb-gold));cursor:pointer;font:inherit;font-size:1.15rem;font-weight:var(--font-body-weight-semibold, 600);line-height:1.25}.gb-filter.is-selected{box-shadow:inset 0 0 0 .3rem var(--gb-ink)}.gb-feed{display:grid;gap:4.5rem}.gb-feed-card{display:grid;grid-template-columns:minmax(24rem,.7fr) minmax(0,1.5fr);gap:clamp(2.5rem,5vw,6rem);align-items:start;padding-bottom:4.5rem;border-bottom:.1rem solid rgba(23,20,15,.23)}.gb-feed-card[hidden]{display:none}.gb-feed-card__image{position:relative;display:block;overflow:hidden;border-radius:.6rem;background:#fff9}.gb-feed-card__image:before{display:block;padding-bottom:38.52%;content:""}.gb-feed-card__image img,.gb-feed-card__image .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.gb-feed-card__type{margin:0 0 .5rem;color:var(--gb-accent, var(--gb-red));font-size:1.2rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:.1em;text-transform:uppercase}.gb-feed-card h2{margin:0 0 .7rem;color:var(--gb-red);font-size:2.8rem;font-weight:var(--font-heading-weight, 600)}.gb-feed-card__meta{margin:0 0 1.5rem;color:#17140f9e;font-size:1.3rem}.gb-library{text-align:center}.gb-cover-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2rem;margin-top:4.5rem}.gb-cover-card{display:block;color:inherit;text-decoration:none}.gb-cover-card__image{display:block;aspect-ratio:.79;overflow:hidden;background:#ffffff85;box-shadow:0 1rem 2.2rem #2b1f0a24;transition:transform .18s ease}.gb-cover-card:hover .gb-cover-card__image{transform:translateY(-.35rem)}.gb-cover-card__image img,.gb-cover-card__image .placeholder-svg{width:100%;height:100%;object-fit:contain}.gb-cover-card__title{display:block;margin-top:1.2rem;font-size:1.4rem;font-weight:var(--font-body-weight-semibold, 600);line-height:1.3}.gb-resource{--gb-accent: var(--gb-gold)}.gb-resource__hero{width:calc(100% - 3.2rem);max-width:124rem;margin:2.4rem auto 0;overflow:hidden;border-radius:var(--gb-radius)}.gb-resource__hero img{display:block;width:100%;height:clamp(22rem,32vw,44rem);object-fit:cover}.gb-resource__grid{display:grid;grid-template-columns:minmax(22rem,.7fr) minmax(0,1.6fr);gap:clamp(3.5rem,8vw,10rem);align-items:start}.gb-resource__cover img{display:block;width:100%;max-width:34rem;margin-inline:auto;box-shadow:var(--gb-shadow)}.gb-resource__title{margin-bottom:1.5rem;color:var(--gb-accent);font-size:clamp(3.2rem,5vw,5rem)}.gb-downloads{margin-top:3rem}.gb-downloads h2{margin-bottom:1rem;font-size:2.3rem;font-weight:var(--font-heading-weight, 600)}.gb-downloads ul{list-style:none;margin:0;padding:0}.gb-downloads li+li{margin-top:.8rem}.gb-downloads a{color:var(--gb-accent);font-weight:var(--font-body-weight-semibold, 600);text-underline-offset:.25rem}.gb-downloads__empty{color:color-mix(in srgb,var(--gb-accent) 74%,var(--gb-ink));font-style:italic}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__hero{width:85%;max-width:119rem;margin-top:clamp(2.4rem,2.4vw,3.36rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__hero img{height:clamp(22rem,30vw,42rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__grid{width:85%;max-width:119rem;grid-template-columns:clamp(28rem,28vw,44.8rem) minmax(0,1fr);gap:clamp(7.5rem,7.5vw,10.5rem);padding:clamp(2rem,2vw,2.8rem) 0 clamp(3rem,3vw,4.2rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__cover img{box-shadow:none}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__cover--asset{width:100%;overflow:visible}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__cover--asset img{width:100%;max-width:100%;height:auto;margin:0;object-fit:contain;transform:none}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__content--asset-cover{padding-top:clamp(2.4rem,2.4vw,3.9rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__title{margin-bottom:clamp(1rem,1vw,1.4rem);font-size:clamp(2.5rem,2.5vw,3.5rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource .gb-body{font-size:clamp(1.4rem,1.4vw,1.96rem);line-height:1.45}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-downloads{margin-top:clamp(2rem,2vw,2.8rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-downloads h2{margin-bottom:clamp(.6rem,.6vw,.84rem);color:var(--gb-accent);font-size:clamp(1.8rem,1.8vw,2.52rem)}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-downloads li{font-size:clamp(1.3rem,1.3vw,1.82rem);line-height:1.35}.gb-order{box-sizing:border-box;min-height:29rem;padding:2.5rem 0 2.4rem;color:#fff;background:var(--gb-red);text-align:center}.gb-order .gb-heading{margin:0 0 2.3rem;color:inherit;font-size:4.8rem;letter-spacing:-.015em}.gb-order__links{display:grid;width:min(100%,46.4rem);gap:.9rem;margin:0 auto}.gb-order__link{display:flex;min-height:3.3rem;align-items:center;justify-content:center;border-radius:.5rem;padding:.45rem 1.4rem;color:var(--gb-ink)!important;background:var(--gb-gold);font-size:1.8rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:-.02em;line-height:1.15;text-decoration:none}.gb-order__link--dark{color:#fff!important;background:#000}.gb-order__text{max-width:88rem;margin:2.7rem auto 0;font-size:1.8rem;font-weight:var(--font-body-weight-semibold, 600);letter-spacing:-.015em;line-height:1.4}.gb-newsletter{box-sizing:border-box;min-height:34.5rem;padding:2.4rem 0 2.6rem;color:var(--gb-red);text-align:center}.gb-newsletter .gb-heading{margin:0;color:inherit;font-size:4.8rem;letter-spacing:-.015em}.gb-newsletter .gb-lead{max-width:80rem;margin-top:2.2rem;font-size:1.9rem;font-weight:400;letter-spacing:-.01em;line-height:1.4}.gb-newsletter .gb-lead p{margin:0}.gb-newsletter__form{max-width:68.6rem;margin:3.4rem auto 0}.gb-newsletter__fields{max-width:65.4rem;margin-top:2.9rem;text-align:left}.gb-newsletter__label{display:block;margin-bottom:.4rem;color:var(--gb-red);font-size:1.55rem;line-height:1.25}.gb-newsletter__field-row{display:flex;flex-wrap:nowrap;gap:1.4rem}.gb-newsletter__field{width:auto;min-width:0;min-height:5rem;flex:1 1 0;border:.1rem solid var(--gb-red);border-radius:.7rem;padding:0 1.4rem;color:var(--gb-ink);background:#ffffffbd;font:inherit}.gb-newsletter__field:focus{outline:.2rem solid var(--gb-red);outline-offset:.2rem}.gb-newsletter__field-row .gb-button{width:clamp(14rem,28vw,18.8rem);min-width:0;min-height:5rem;flex:0 0 clamp(14rem,28vw,18.8rem);border-radius:.7rem;padding-inline:1rem;font-size:1.8rem;letter-spacing:-.01em}.gb-newsletter__consent{display:inline-flex;align-items:center;gap:.9rem;color:var(--gb-red);cursor:pointer;font-size:1.6rem;line-height:1.3}.gb-newsletter__consent input{width:2rem;height:2rem;flex:0 0 2rem;-webkit-appearance:none;appearance:none;border:.1rem solid var(--gb-red);border-radius:0;margin:0;background:#ffffff73}.gb-newsletter__consent input:checked{background:linear-gradient(135deg,transparent 45%,#fff 45% 55%,transparent 55%) center / 70% 70% no-repeat,var(--gb-red)}.gb-newsletter__consent input:focus-visible{outline:.2rem solid var(--gb-red);outline-offset:.2rem}.gb-newsletter__message{margin:1.2rem 0 0;color:var(--gb-red)}.gb-footer{color:#fff;background:#070707}.gb-footer__inner{display:grid;width:calc(100% - 3.2rem);max-width:116.8rem;min-height:6.7rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.gb-footer__navigation{display:flex;align-items:center;gap:3.4rem}.gb-footer__menu-icon{display:grid;width:2.5rem;flex:0 0 2.5rem;place-items:center}.gb-footer__menu-icon svg{display:block;width:2.5rem;height:auto}.gb-footer__menu,.gb-footer__socials{display:flex;align-items:center;list-style:none;margin:0;padding:0}.gb-footer__menu{gap:3rem}.gb-footer a{color:inherit;font-size:1.35rem;font-weight:var(--font-body-weight-semibold, 600);text-decoration:none}.gb-footer__socials{gap:.9rem;justify-content:center}.gb-footer__social{display:grid;width:3.2rem;height:3.2rem;place-items:center;border-radius:50%;overflow:hidden;background:#fff}.gb-footer__social img,.gb-footer__social svg{display:block;width:2.4rem;height:2.4rem;color:#000;object-fit:contain}.gb-footer__actions{display:flex;align-items:center;justify-self:end;gap:1.6rem}.gb-footer__search{display:block;width:3.6rem;height:3.6rem}.gb-footer__search img{display:block;width:100%;height:100%;filter:invert(1);object-fit:contain}.gb-footer__note{color:#fff;font-size:1.1rem;text-align:right}@media(max-width:990px){.gb-header__utility{grid-template-columns:1fr auto}.gb-header__socials{display:none}.gb-header__main{grid-template-columns:1fr auto}.gb-header__nav{grid-column:1 / -1;order:3;padding-bottom:1.6rem}.gb-header__nav ul{justify-content:flex-start;gap:2.5rem;overflow-x:auto}.gb-seal{position:static;width:12rem;margin:3rem auto 0}.gb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gb-cover-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gb-filters{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.gb-page-width{width:calc(100% - 2.4rem);max-width:124rem}.gb-section{padding-block:5.2rem}.gb-header__utility{min-height:3.8rem}.gb-header__utility-menu{gap:.8rem}.gb-header__utility-menu li:nth-child(n+3){display:none}.gb-header__partners{gap:.6rem}.gb-partner{max-width:6.2rem;font-size:.75rem}.gb-partner:nth-child(n+2){display:none}.gb-header__main{min-height:6.2rem}.gb-header__nav ul{gap:2rem}.gb-header__nav a{white-space:nowrap}.gb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.8rem 1.4rem}.gb-product-card__title{font-size:1.7rem}.gb-product__grid,.gb-feed-card,.gb-resource__grid{grid-template-columns:1fr}.gb-video-showcase{padding:3.8rem 0 4rem}.gb-video-showcase .gb-heading{font-size:clamp(3.2rem,9vw,4rem)}.gb-video-stage{padding-inline:2.8rem;margin-top:2.6rem}.gb-video-grid{overflow-x:auto;grid-auto-columns:min(82vw,34rem)}.gb-video-card{height:auto}.gb-video-card h3{min-height:0;padding:.8rem 1.8rem 1rem;font-size:1.55rem}.gb-video-nav{width:2.5rem}.gb-video-nav svg{width:1.8rem;height:3.6rem}.gb-video-nav--previous{left:-.2rem}.gb-video-nav--next{right:-.2rem}.gb-gallery__stage{min-height:35rem}.gb-gallery__thumbs{grid-template-columns:repeat(5,6.4rem);overflow-x:auto}.gb-product__form-row{flex-wrap:wrap}.gb-product__form-row .gb-button{width:100%}.gb-author{grid-template-columns:1fr}.gb-author__image{order:-1}.gb-product{padding-top:1.2rem}.gb-product__banner,.gb-product__grid{width:calc(100% - 2.4rem)}.gb-product__grid{gap:3.5rem;padding-block:3rem 3.8rem}.gb-gallery__stage{height:35rem}.gb-gallery__panel img,.gb-gallery__panel video,.gb-gallery__panel model-viewer{max-height:35rem}.gb-gallery__panel--cover img{transform:translateY(-2.7rem)}.gb-gallery__thumbs{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:2rem;overflow-x:visible}.gb-product__form-row{flex-wrap:nowrap}.gb-product__form-row .gb-button{width:auto}.gb-author{min-height:0}.gb-author>div{padding-right:0}.gb-author__image{position:static;display:block;float:none;width:10rem;margin:0 auto 1.5rem}.gb-filters{display:flex;margin-bottom:4rem;overflow-x:auto}.gb-filter{min-width:14rem}.gb-feed-card__image{width:100%}.gb-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem 1rem}.gb-cover-card__title{font-size:1.2rem}.gb-order{min-height:0;padding:4rem 0}.gb-order .gb-heading{font-size:3.8rem}.gb-order__links{width:100%}.gb-order__link{min-height:4.2rem;font-size:1.45rem}.gb-order__text{margin-top:2.4rem;font-size:1.55rem}.gb-newsletter{min-height:34.5rem;padding:2.4rem 0 2.6rem}.gb-newsletter .gb-heading{font-size:4.8rem}.gb-newsletter .gb-lead{margin-top:2.2rem;font-size:1.9rem}.gb-newsletter__form{margin-top:3.4rem}.gb-newsletter__consent{align-items:center;text-align:center}.gb-newsletter__fields{margin-top:2.9rem}.gb-footer__inner{grid-template-columns:1fr;justify-items:center;gap:1.8rem;padding-block:2.4rem}.gb-footer__navigation{gap:1.8rem}.gb-footer__menu{flex-wrap:wrap;justify-content:center;gap:1.2rem 1.8rem}.gb-footer__actions{justify-self:center}.gb-footer__note{text-align:center}.gb-home-catalog{padding-top:3.2rem}.gb-home-catalog .gb-display{margin-bottom:2.4rem;font-size:clamp(3.6rem,11vw,5.2rem)}.gb-home-catalog .gb-lead{font-size:1.55rem}.gb-home-catalog .gb-intro__quote{font-size:1.8rem;letter-spacing:.01em}.gb-home-catalog .gb-product-grid{gap:1.2rem .8rem;margin-top:4rem}.gb-home-catalog .gb-product-card{min-height:34rem;padding-right:.8rem;padding-bottom:2rem;padding-left:.8rem}.gb-home-catalog .gb-product-card__title{font-size:1.3rem}.gb-home-catalog .gb-product-card__theme{max-width:15rem;min-height:4.2rem;font-size:1.15rem}.gb-home-catalog .gb-product-card__price{min-width:8.8rem}}@media(min-width:750px){.template-product .gb-header .gb-page-width{width:calc(100% - 14rem);max-width:124rem}.template-product .gb-header__utility{min-height:4.6rem;grid-template-columns:1fr auto 1fr}.template-product .gb-header__utility-menu:before{width:1.5rem;height:1.3rem;flex:0 0 1.5rem;background:linear-gradient(var(--gb-ink),var(--gb-ink)) 0 0 / 100% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 50% / 72% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 100% / 100% .2rem no-repeat;content:""}.template-product .gb-header__socials{display:flex}.template-product .gb-header__main{position:relative;min-height:5.1rem;grid-template-columns:12rem 1fr;gap:1.5rem;isolation:isolate}.template-product .gb-header__main:before{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto;content:"";transform:translate(-50%)}.template-product .gb-header__brand{color:var(--gb-red);font-size:1.4rem;letter-spacing:-.04em;line-height:.86}.template-product .gb-header__nav{grid-column:auto;order:initial;padding-bottom:0}.template-product .gb-header__nav ul{justify-content:flex-start;gap:clamp(5rem,12vw,13rem);overflow:visible}.template-product .gb-header__nav a{font-size:1.2rem}.template-product .gb-header__cart{display:none}}.template-suffix-inspiratie .gb-inspiration{padding:2.1rem 0 4rem}.template-suffix-inspiratie .gb-inspiration>.gb-page-width{width:85%;max-width:119rem}.template-suffix-inspiratie .gb-inspiration .gb-kicker{display:none}.template-suffix-inspiratie .gb-inspiration .gb-display{margin:0 0 2rem;color:var(--gb-red);font-size:4.8rem;letter-spacing:-.025em;line-height:1}.template-suffix-inspiratie .gb-inspiration .gb-lead{max-width:66rem;font-size:1.4rem;line-height:1.35}.template-suffix-inspiratie .gb-inspiration .gb-lead p{margin:0}.template-suffix-inspiratie .gb-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.4rem .5rem;margin:3.2rem 0 3.5rem;overflow:visible}.template-suffix-inspiratie .gb-filter{min-width:0;min-height:3.8rem;border:0;border-radius:.3rem;padding:.25rem .65rem;font-size:1.2rem;letter-spacing:-.015em;line-height:1.12}.template-suffix-inspiratie .gb-filter.is-selected{box-shadow:inset 0 0 0 .2rem var(--gb-ink)}.template-suffix-inspiratie .gb-feed{display:block;border-top:.15rem dotted var(--gb-red)}.template-suffix-inspiratie .gb-feed-card{display:grid;grid-template-columns:28rem minmax(0,1fr);align-items:start;gap:4rem;border-bottom:.15rem dotted var(--gb-red);padding:2.6rem 0}.template-suffix-inspiratie .gb-feed-card[hidden]{display:none}.template-suffix-inspiratie .gb-feed-card__image{position:relative;display:block;width:28rem;aspect-ratio:3 / 2;overflow:hidden;border-radius:0;background:#ffffffad}.template-suffix-inspiratie .gb-feed-card__image--scene{aspect-ratio:2.2 / 1}.template-suffix-inspiratie .gb-feed-card__image--placeholder{background:color-mix(in srgb,var(--gb-gold) 24%,white)}.template-suffix-inspiratie .gb-feed-card__image--placeholder img{filter:saturate(.65);opacity:.72}.template-suffix-inspiratie .gb-feed-card--placeholder .gb-feed-card__body{max-width:42rem}.template-suffix-inspiratie .gb-feed-card__image--author.gb-feed-card__image--de-dromen-van-jozef{background:#477549}.template-suffix-inspiratie .gb-feed-card__author-crop{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden}.template-suffix-inspiratie .gb-feed-card__image--author.gb-feed-card__image--de-dromen-van-jozef .gb-feed-card__author-crop{left:16%}.template-suffix-inspiratie .gb-feed-card__author-crop img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.32)}.template-suffix-inspiratie .gb-feed-card__image:before{display:none}.template-suffix-inspiratie .gb-feed-card__image>img,.template-suffix-inspiratie .gb-feed-card__image>.placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.template-suffix-inspiratie .gb-feed-card__image-link{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0}.template-suffix-inspiratie .gb-feed-card__cover-collage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:center;gap:.35rem;padding:1.1rem 3.2rem;background:color-mix(in srgb,var(--gb-gold) 34%,white)}.template-suffix-inspiratie .gb-feed-card__cover-collage img{position:static;display:block;width:100%;height:3.35rem;object-fit:contain}.template-suffix-inspiratie .gb-feed-card__type{display:none}.template-suffix-inspiratie .gb-feed-card h2{margin:0 0 .15rem;color:var(--gb-red);font-size:2.5rem;letter-spacing:-.02em;line-height:1.08}.template-suffix-inspiratie .gb-feed-card h2 a{color:inherit;text-decoration:none}.template-suffix-inspiratie .gb-feed-card__meta{margin:0 0 1.2rem;color:var(--gb-red);font-size:1.3rem;line-height:1.2}.template-suffix-inspiratie .gb-feed-card__body{color:var(--gb-ink);font-size:1.4rem;letter-spacing:0;line-height:1.38}.template-suffix-inspiratie .gb-feed-card__body p{margin:0 0 1.4rem}.template-suffix-inspiratie .gb-feed-card__body>*:last-child{margin-bottom:0}.template-suffix-inspiratie .gb-feed-card__body :is(h1,h2,h3,h4,h5,h6){margin:0 0 1.4rem;color:inherit;font:inherit}.template-suffix-inspiratie .gb-feed-card__body :is(img,figure){display:none}@media(min-width:600px){.template-suffix-inspiratie .gb-header .gb-page-width{width:85%;max-width:85rem}.template-suffix-inspiratie .gb-header__utility{min-height:5.2rem;grid-template-columns:1fr auto 1fr}.template-suffix-inspiratie .gb-header__utility-menu:before{width:1.4rem;height:1.2rem;flex:0 0 1.4rem;background:linear-gradient(var(--gb-ink),var(--gb-ink)) 0 0 / 100% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 50% / 72% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 100% / 100% .2rem no-repeat;content:""}.template-suffix-inspiratie .gb-header__socials{display:flex}.template-suffix-inspiratie .gb-header__main{position:relative;min-height:5.1rem;grid-template-columns:10rem 1fr;gap:1.5rem;isolation:isolate}.template-suffix-inspiratie .gb-header__main:before{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto;content:"";transform:translate(-50%)}.template-suffix-inspiratie .gb-header__brand{color:var(--gb-ink);font-size:1.1rem;letter-spacing:-.04em;line-height:.86}.template-suffix-inspiratie .gb-header__nav{grid-column:auto;order:initial;padding-bottom:0}.template-suffix-inspiratie .gb-header__nav ul{justify-content:flex-start;gap:clamp(5rem,12vw,12rem);overflow:visible}.template-suffix-inspiratie .gb-header__nav a{font-size:1rem}.template-suffix-inspiratie .gb-header__nav li:first-child a{color:var(--gb-red)}.template-suffix-inspiratie .gb-header__cart{display:none}}@media(max-width:599px){.template-suffix-inspiratie .gb-inspiration{padding:2.4rem 0 3.6rem}.template-suffix-inspiratie .gb-inspiration>.gb-page-width{width:calc(100% - 2.4rem)}.template-suffix-inspiratie .gb-inspiration .gb-display{margin-bottom:1.5rem;font-size:3.6rem}.template-suffix-inspiratie .gb-inspiration .gb-lead{max-width:100%;font-size:1.3rem}.template-suffix-inspiratie .gb-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:2.4rem 0}.template-suffix-inspiratie .gb-filter{min-height:3.8rem;padding:.55rem .8rem;font-size:1.1rem}.template-suffix-inspiratie .gb-feed-card{grid-template-columns:minmax(0,1fr);gap:1.3rem;padding:2rem 0 2.4rem}.template-suffix-inspiratie .gb-feed-card__image{width:100%}.template-suffix-inspiratie .gb-feed-card h2{font-size:2.3rem}.template-suffix-inspiratie .gb-feed-card__meta{font-size:1.2rem}.template-suffix-inspiratie .gb-feed-card__body{font-size:1.4rem;line-height:1.5}.template-suffix-inspiratie .gb-feed-card__cover-collage{gap:.55rem;padding:1.6rem 12%}.template-suffix-inspiratie .gb-feed-card__cover-collage img{height:5.5rem}}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library{padding:clamp(1.2rem,1.5vw,2.1rem) 0 clamp(6.4rem,6.4vw,8.3rem)}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library>.gb-page-width{width:85%;max-width:119rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-kicker{display:none}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-display{margin:0 0 clamp(2.2rem,2.2vw,3.1rem);color:var(--gb-red);font-size:clamp(4.8rem,5.25vw,7.35rem);letter-spacing:-.025em;line-height:1}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-lead{width:60vw;max-width:84rem;font-size:clamp(1.4rem,1.4vw,2rem);line-height:1.35}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-lead p{margin:0}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-grid{gap:clamp(1.6rem,1.6vw,2.24rem) clamp(1rem,1vw,1.4rem);margin-top:clamp(3.5rem,3.5vw,4.9rem)}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card__image{aspect-ratio:auto;overflow:visible;background:transparent;box-shadow:none}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card:hover .gb-cover-card__image{transform:none}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card__image img,:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card__image .placeholder-svg{display:block;width:100%;height:auto;object-fit:contain;transform:scale(1.25);transform-origin:center}.template-suffix-in-de-kerk .gb-library .gb-lead p+p{margin-top:clamp(2rem,2vw,2.8rem)}@media(min-width:600px){:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header .gb-page-width{width:85%;max-width:119rem}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__utility{min-height:clamp(4.5rem,4.5vw,6.3rem);grid-template-columns:1fr auto 1fr}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__utility-menu:before{width:clamp(1.4rem,1.4vw,1.96rem);height:clamp(1.2rem,1.2vw,1.68rem);flex:0 0 clamp(1.4rem,1.4vw,1.96rem);background:linear-gradient(var(--gb-ink),var(--gb-ink)) 0 0 / 100% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 50% / 72% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 100% / 100% .2rem no-repeat;content:""}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__socials{display:flex}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__social{width:clamp(2.1rem,2.1vw,2.94rem);height:clamp(2.1rem,2.1vw,2.94rem)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__search svg,:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__search img{width:clamp(2.1rem,2.1vw,2.94rem);height:clamp(2.1rem,2.1vw,2.94rem)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__main{position:relative;min-height:clamp(5.8rem,5.8vw,8.12rem);grid-template-columns:clamp(12rem,12vw,16.8rem) 1fr;gap:clamp(2rem,2vw,2.8rem);isolation:isolate}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__main:before{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto;content:"";transform:translate(-50%)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__utility-menu{gap:clamp(2rem,2.8vw,3.92rem)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__brand{color:var(--gb-ink);font-size:clamp(1.1rem,1.1vw,1.54rem);letter-spacing:-.04em;line-height:.86}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav{grid-column:auto;order:initial;padding-bottom:0}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav ul{justify-content:flex-start;gap:clamp(5rem,10vw,14rem);overflow:visible}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav a{font-size:clamp(1rem,1vw,1.4rem)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav li:nth-child(2) a{color:var(--gb-red)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav li:nth-child(3){margin-left:clamp(1.6rem,2.3vw,3.2rem)}:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__cart{display:none}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-order{min-height:29.8rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-newsletter{min-height:35.4rem}}@media(max-width:749px){body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__hero{width:calc(100% - 2.4rem);margin-top:1.2rem}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__grid{width:calc(100% - 2.4rem);grid-template-columns:1fr;gap:2.4rem;padding:2.4rem 0 3.6rem}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__cover{width:min(24rem,100%);margin-inline:auto}body:is([class*=template-suffix-thuis-],[class*=template-suffix-kerk-]) .gb-resource__content--asset-cover{padding-top:0}}@media(max-width:599px){:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library{padding:2.4rem 0 3.6rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library>.gb-page-width{width:calc(100% - 2.4rem)}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-display{margin-bottom:1.5rem;font-size:3.6rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-library .gb-lead{width:100%;max-width:100%;font-size:1.3rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-grid{gap:1rem;margin-top:2.4rem}:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card__image img,:is(.template-suffix-thuis,.template-suffix-in-de-kerk) .gb-cover-card__image .placeholder-svg{transform:scale(1.16)}}@media(min-width:600px){body[class] .gb-header .gb-page-width{width:85%;max-width:119rem}body[class] .gb-header__utility{min-height:clamp(4.5rem,4.5vw,6.3rem);grid-template-columns:1fr auto 1fr}body[class] .gb-header__utility-menu:before{width:clamp(1.4rem,1.4vw,1.96rem);height:clamp(1.2rem,1.2vw,1.68rem);flex:0 0 clamp(1.4rem,1.4vw,1.96rem);background:linear-gradient(var(--gb-ink),var(--gb-ink)) 0 0 / 100% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 50% / 72% .2rem no-repeat,linear-gradient(var(--gb-ink),var(--gb-ink)) 0 100% / 100% .2rem no-repeat;content:""}body[class] .gb-header__utility-navigation{gap:clamp(2rem,2.8vw,3.92rem)}body[class] .gb-header__menu-toggle{display:grid;width:clamp(1.4rem,1.4vw,1.96rem);height:clamp(1.2rem,1.2vw,1.68rem);flex:0 0 clamp(1.4rem,1.4vw,1.96rem);place-items:center}body[class] .gb-header__utility-menu{gap:clamp(2rem,2.8vw,3.92rem)}body[class] .gb-header__socials{display:flex}body[class] .gb-header__social{width:clamp(2.1rem,2.1vw,2.94rem);height:clamp(2.1rem,2.1vw,2.94rem)}body[class] .gb-header__search svg,body[class] .gb-header__search img{width:clamp(2.1rem,2.1vw,2.94rem);height:clamp(2.1rem,2.1vw,2.94rem)}body[class] .gb-header__main{position:relative;min-height:clamp(5.8rem,5.8vw,8.12rem);grid-template-columns:clamp(12rem,12vw,16.8rem) 1fr;gap:clamp(2rem,2vw,2.8rem);isolation:isolate}body[class] .gb-header__main:before{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;background-color:#fbf8ef;background-image:linear-gradient(#ffffff80,#ffffff80),var(--gb-paper-texture);background-repeat:repeat;background-size:130rem auto;content:"";transform:translate(-50%)}body[class] .gb-header__brand{color:var(--gb-ink);font-size:clamp(1.1rem,1.1vw,1.54rem);letter-spacing:-.04em;line-height:.86}body[class] .gb-header__nav{grid-column:auto;order:initial;padding-bottom:0}body[class] .gb-header__nav ul{justify-content:flex-start;gap:clamp(5rem,10vw,14rem);overflow:visible}body[class] .gb-header__nav a{font-size:clamp(1rem,1vw,1.4rem)}body[class] .gb-header__nav li:nth-child(3){margin-left:clamp(1.6rem,2.3vw,3.2rem)}body[class] .gb-header__cart{display:none}}.template-index .gb-header__brand,.template-product .gb-header__brand,.template-suffix-inspiratie .gb-header__nav li:first-child a,:is(.template-suffix-thuis,[class*=template-suffix-thuis-]) .gb-header__nav li:nth-child(2) a,:is(.template-suffix-in-de-kerk,[class*=template-suffix-kerk-]) .gb-header__nav li:nth-child(3) a{color:var(--gb-red)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gb-button,.gb-product-card__image,.gb-cover-card__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/gb-theme.css.map */
