.kookboek-usps{padding-top:var(--gsc-section-spacing-top);padding-bottom:var(--gsc-section-spacing-bottom)}.kookboek-usps__header{text-align:center;margin-bottom:4rem}.kookboek-usps__subheading{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.06em}.kookboek-usps__heading{margin:0}.kookboek-usps__body{margin:1.6rem 0 0}.kookboek-usps__heading em,.kookboek-usps__heading i{font-style:normal;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kookboek-usps__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:750px){.kookboek-usps__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.kookboek-usps__grid{grid-template-columns:repeat(var(--usp-columns, 2),1fr);gap:2.4rem}}.kookboek-usp{display:flex;align-items:flex-start;gap:1.6rem;padding:2.4rem;background:rgb(var(--gsc-foreground-color));border-radius:1.2rem;transition:box-shadow .3s ease}.kookboek-usp:hover{box-shadow:0 .4rem 1.6rem rgba(var(--gsc-text-color),.08)}.kookboek-usp--icon-top{flex-direction:column;align-items:center;text-align:center}.kookboek-usp__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:var(--usp-icon-size, 4.8rem);height:var(--usp-icon-size, 4.8rem);border-radius:1rem;background:rgb(var(--gsc-background-color))}.kookboek-usp__icon svg{width:var(--usp-icon-svg-size, 2.4rem);height:var(--usp-icon-svg-size, 2.4rem)}.kookboek-usp__text{flex:1;min-width:0}.kookboek-usp__title{font-size:var(--usp-title-size, var(--gsc-body-font-size-m));font-weight:var(--gsc-font-weight-bold);line-height:1.3;margin:0 0 .4rem;color:rgba(var(--gsc-text-color),1)}.kookboek-usp__description{font-family:var(--cn-font-display);font-size:var(--usp-description-size, var(--gsc-body-font-size-s));line-height:1.5;margin:0;color:rgba(var(--gsc-text-color),.6)}@media(max-width:749px){.kookboek-usps .container{padding-inline:1.6rem}.kookboek-usps__header{margin-bottom:2rem}.kookboek-usps__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:var(--usp-mobile-gap, .8rem)}.kookboek-usp{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--usp-mobile-padding, 1.2rem);gap:.6rem;border-radius:1rem;min-width:0}.kookboek-usp__title{font-size:var(--usp-mobile-title-size, 1.2rem);line-height:1.3;margin:0;word-break:break-word}.kookboek-usp__icon{width:var(--usp-mobile-icon-size, 3.2rem);height:var(--usp-mobile-icon-size, 3.2rem);border-radius:.8rem}.kookboek-usp__icon svg{width:var(--usp-mobile-icon-svg-size, 1.6rem);height:var(--usp-mobile-icon-svg-size, 1.6rem)}.kookboek-usp__description{display:none}.kookboek-usps--mobile-more .kookboek-usp{align-items:stretch;text-align:left}.kookboek-usps--mobile-more .kookboek-usp__icon{align-self:center}.kookboek-usps--mobile-more .kookboek-usp__text{width:100%;text-align:center}.kookboek-usps--mobile-more .kookboek-usp__title{margin-bottom:.4rem}.kookboek-usps--mobile-more .kookboek-usp__description{display:-webkit-box;-webkit-line-clamp:var(--usp-mobile-preview-lines, 2);-webkit-box-orient:vertical;overflow:hidden;font-size:1.1rem;line-height:1.4;margin:0 0 .6rem;color:rgba(var(--gsc-text-color),.65);text-align:center}}.kookboek-usp__more-btn{display:none}@media(max-width:749px){.kookboek-usps--mobile-more .kookboek-usp__more-btn{display:inline-flex;align-items:center;gap:.4rem;align-self:center;margin:0;padding:.4rem .2rem;background:transparent;border:0;color:rgba(var(--gsc-text-color),1);font-family:var(--cn-font-display);font-size:1.3rem;font-weight:600;letter-spacing:.02em;cursor:pointer}.kookboek-usps--mobile-more .kookboek-usp__more-btn svg{transition:transform .2s ease}.kookboek-usps--mobile-more .kookboek-usp{cursor:pointer}.kookboek-usps--mobile-more .kookboek-usp__more-btn:hover svg,.kookboek-usps--mobile-more .kookboek-usp__more-btn:focus-visible svg{transform:translate(2px)}}.kookboek-usp-modal{padding:0;border:0;background:transparent;max-width:92vw;width:42rem;max-height:80vh;border-radius:1.6rem;overflow:visible}.kookboek-usp-modal::backdrop{background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.kookboek-usp-modal__inner{position:relative;background:rgb(var(--gsc-foreground-color, 255 255 255));color:rgba(var(--gsc-text-color, 14 19 17),1);border-radius:1.6rem;padding:3.2rem 2.4rem 2.8rem;box-shadow:0 1.6rem 4rem #0000002e;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.kookboek-usp-modal__close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;background:transparent;border:0;border-radius:50%;color:rgba(var(--gsc-text-color, 14 19 17),1);cursor:pointer;transition:background-color .2s ease}.kookboek-usp-modal__close:hover,.kookboek-usp-modal__close:focus-visible{background:rgba(var(--gsc-text-color, 14 19 17),.06)}.kookboek-usp-modal__icon{display:flex;justify-content:center;margin:0 0 1.6rem}.kookboek-usp-modal__icon-inner{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:1.2rem;background:rgb(var(--gsc-background-color, 246 244 240));flex-shrink:0}.kookboek-usp-modal__icon-inner svg{width:2.8rem;height:2.8rem}.kookboek-usp-modal__title{margin:0 2.4rem .8rem 0;font-size:1.8rem;font-weight:700;line-height:1.3;text-align:center;margin-right:0}.kookboek-usp-modal__description{margin:0;font-family:var(--cn-font-display);font-size:1.4rem;line-height:1.6;color:rgba(var(--gsc-text-color, 14 19 17),.78);text-align:center}body.kookboek-usp-modal-open{overflow:hidden}.color-primary .kookboek-usp{background:#fff}.color-secondary .kookboek-usp{background:#1a1a1a}.color-secondary .kookboek-usp__icon{background:#000}
/*# sourceMappingURL=/cdn/shop/t/230/assets/kookboek-usps.css.map */
