.not-found{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);min-height:50vh}.not-found__title{font-size:var(--font-size-hero);letter-spacing:-.04em}.announcement{--a-bg: var(--color-foreground);--a-fg: var(--color-background);position:relative;display:grid;grid-template-columns:3rem 1fr 3rem;align-items:center;min-height:2.5rem;background:var(--a-bg);color:var(--a-fg);font-size:.78rem;font-weight:500;letter-spacing:.02em}.announcement--accent{--a-bg: var(--color-accent);--a-fg: var(--color-accent-contrast)}.announcement--steen{--a-bg: var(--color-surface);--a-fg: var(--color-foreground)}.announcement__list{grid-column:2;display:grid;padding:.45rem .5rem;text-align:center}.announcement__item{grid-area:1 / 1;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .5s ease;pointer-events:none}.announcement__item.is-active{opacity:1;pointer-events:auto}.announcement__item a{display:inline-flex;align-items:center;gap:.4em;color:inherit;text-decoration:none}.announcement__item a:hover .announcement__cta{text-decoration:underline;text-underline-offset:.2em}.announcement__cta{display:inline-flex;align-items:center;gap:.3em;opacity:.85}.announcement__cta .icon{width:.9em;height:.9em}.announcement__arrow{display:grid;place-items:center;width:3rem;height:100%;min-height:2.5rem;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;opacity:.7;transition:opacity .2s ease}.announcement__arrow:hover{opacity:1}.announcement__arrow:first-child{grid-column:1}.announcement__arrow:last-child{grid-column:3}.announcement__arrow .icon{width:1rem;height:1rem}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(28rem,100vw);max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;border-left:1px solid var(--color-border);background:var(--color-background);transform:translate(100%);transition:transform .45s var(--ease)}.cart-drawer[open]{transform:none}.cart-drawer::backdrop{background:#15141259}.cart-drawer__panel{display:flex;flex-direction:column;height:100%}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;min-height:4rem;padding:0 var(--space-md);border-bottom:1px solid var(--color-border)}.cart-drawer__count{font-family:var(--font-body);font-size:.8rem;font-weight:400;color:var(--color-muted);letter-spacing:0}.cart-drawer__scroll{flex:1;overflow-y:auto;padding:var(--space-sm) var(--space-md) var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);padding-block:var(--space-lg)}.cart-drawer__items{display:flex;flex-direction:column}.cart-drawer__item{display:grid;grid-template-columns:5.5rem 1fr;gap:var(--space-sm);padding-block:var(--space-sm);border-bottom:1px solid var(--color-border)}.cart-drawer__thumb{display:block}.cart-drawer__info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-drawer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm)}.cart-drawer__title{font-size:.95rem;font-weight:500;text-decoration:none;line-height:1.3}.cart-drawer__remove{flex:none;padding:.2rem;border:0;background:none;color:var(--color-muted);cursor:pointer}.cart-drawer__remove .icon{width:1.05rem;height:1.05rem}.cart-drawer__remove:hover{color:var(--color-accent)}.cart-drawer__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-top:.4rem}.qty--small .qty__button{width:2rem}.qty--small .input{width:2.4rem;padding-block:.45em;font-size:.9rem}.cart-drawer__price{margin:0;font-size:.95rem;font-weight:500}.cart-drawer__picks{display:flex;flex-direction:column;gap:var(--space-sm);padding-top:var(--space-sm)}.cart-drawer__picks-head{display:flex;align-items:center;justify-content:space-between}.cart-drawer__picks-head .icon-button{width:2.25rem;height:2.25rem}.cart-drawer__picks-track{display:flex;gap:var(--space-2xs);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:calc(var(--space-md) * -1);padding-inline:var(--space-md)}.cart-drawer__picks-track::-webkit-scrollbar{display:none}.cart-drawer__foot{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm) var(--space-md) var(--space-md);border-top:1px solid var(--color-border);background:var(--color-background)}.cart-drawer__total{display:flex;justify-content:space-between;font-family:var(--font-display);font-variation-settings:var(--display-var);font-size:1.3rem;font-weight:var(--display-weight);letter-spacing:-.02em}.cart-drawer__checkout{padding-block:1.15em;font-size:.95rem}.cart-drawer__checkout .icon{width:1em;height:1em}.cart-drawer__reviews{margin:0;text-align:center;font-size:.8rem;color:var(--color-muted)}.cart-drawer__stars{color:var(--color-accent);letter-spacing:.1em}.cart-drawer.is-busy .cart-drawer__panel{opacity:.6;pointer-events:none}.cart__count{font-size:.45em;font-weight:400;letter-spacing:0;color:var(--color-muted);vertical-align:super}.cart__empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);padding-block:var(--space-lg);border-top:1px solid var(--color-border)}.cart__form{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-xl);align-items:start}.cart__items{border-top:1px solid var(--color-border)}.cart__item{display:grid;grid-template-columns:5rem 1fr auto auto;gap:var(--space-md);align-items:center;padding-block:var(--space-md);border-bottom:1px solid var(--color-border)}.cart__thumb{width:5rem}.cart__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cart__title{font-weight:500;text-decoration:none}.cart__remove{margin-top:.3rem;font-size:var(--font-size-sm);color:var(--color-muted);text-decoration:underline;text-underline-offset:.2em}.cart__remove:hover{color:var(--color-accent)}.cart__qty .qty__button{display:inline-grid;place-items:center}.cart__qty .icon{width:.9rem;height:.9rem}.cart__line-total{margin:0;min-width:5.5rem;text-align:right;font-weight:500;white-space:nowrap}.cart__summary{position:sticky;top:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--color-foreground)}.cart__row{display:flex;justify-content:space-between;gap:var(--space-sm);font-weight:500}.cart__row.small{font-weight:400}.cart__update{display:none}.cart__form.is-dirty .cart__update{display:flex}.cart__dynamic{margin-top:var(--space-2xs)}@media(max-width:989px){.cart__form{grid-template-columns:1fr;gap:var(--space-lg)}.cart__summary{position:static}}@media(max-width:749px){.cart__item{grid-template-columns:4rem 1fr}.cart__thumb{width:4rem}.cart__qty{grid-column:2;justify-self:start}.cart__line-total{grid-column:2;text-align:left}}.category-tiles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:var(--space-sm)}.category-tile{display:block;text-decoration:none}.category-tile:hover .frame__img{transform:scale(1.05)}.category-tile__title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-2xs);margin:.6rem 0 0;font-size:.92rem;font-weight:500;color:var(--color-foreground)}.category-tile__title span{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.category-tile__title .icon{width:1em;height:1em;transition:transform var(--duration-hover) var(--ease)}.category-tile:hover .category-tile__title{color:var(--color-accent)}.category-tile:hover .category-tile__title .icon{transform:translate(4px)}.collection__head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.collection__title{display:flex;flex-direction:column;gap:var(--space-xs);max-width:60ch}.collection__title .h1{font-size:clamp(2.4rem,1.5rem + 3.6vw,5rem)}.collection__description{color:var(--color-muted)}.collection__tools{display:flex;align-items:center;gap:var(--space-md)}.collection__sort .input{width:auto;padding-block:.6em}.collection__empty{padding-block:var(--space-xl);color:var(--color-muted)}.collection__pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl)}.collection__pagination [aria-disabled=true]{opacity:.35}.collection__pages{display:flex;gap:var(--space-2xs)}.collection__pages a,.collection__pages span{display:inline-grid;place-items:center;min-width:2.25rem;height:2.25rem;padding-inline:.5rem;text-decoration:none;font-size:.9rem}.collection__pages a:hover{color:var(--color-accent)}.collection__pages [aria-current=page]{background:var(--color-foreground);color:var(--color-background)}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-xl);align-items:start}.contact__text{display:flex;flex-direction:column;gap:var(--space-md)}.contact__fields{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);max-width:32rem}.contact__fields .form-message{width:100%}@media(max-width:989px){.contact{grid-template-columns:1fr;gap:var(--space-lg)}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-collection{padding-block:var(--space-2xl)}.featured-collection__header{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.featured-collection__heading{margin:0;font-size:var(--font-size-2xl);line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-tight);text-wrap:balance}.featured-collection__body{margin-top:var(--space-2xs);max-width:54ch;color:var(--color-muted);line-height:var(--line-height-normal)}.featured-collection__view-all{flex-shrink:0}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--fc-columns, 4),minmax(0,1fr));gap:var(--space-md);margin:0;padding:0}.featured-collection__empty{padding:var(--space-xl);border:1px dashed var(--color-border);border-radius:var(--style-border-radius-inputs);text-align:center;color:var(--color-muted)}.product-card__link{display:flex;flex-direction:column;gap:var(--space-xs);color:inherit;text-decoration:none}.product-card__media{overflow:hidden;border-radius:var(--style-border-radius-inputs);background-color:var(--color-surface);aspect-ratio:3 / 4}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__link:hover .product-card__image{transform:scale(1.04)}.product-card__image--placeholder{object-fit:contain;padding:var(--space-lg);opacity:.4}.product-card__info>*{margin:0}.product-card__vendor{font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-3xs)}.product-card__title{font-size:var(--font-size-md);line-height:var(--line-height-snug)}.product-card__price{margin-top:var(--space-3xs);color:var(--color-muted);font-size:var(--font-size-sm)}.product-card__price-sale{color:var(--color-accent);font-weight:600}.product-card__price-compare{margin-left:var(--space-3xs)}@media(max-width:989px){.featured-collection__grid{grid-template-columns:repeat(min(var(--fc-columns, 4),3),minmax(0,1fr))}}@media(max-width:749px){.featured-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}}@media(prefers-reduced-motion:reduce){.product-card__image{transition:none}.product-card__link:hover .product-card__image{transform:none}}.footer{--f-bg: var(--color-surface);--f-fg: var(--color-foreground);--f-muted: var(--color-muted);--f-line: color-mix(in srgb, var(--color-foreground) 12%, var(--color-surface));margin-top:auto;background:var(--f-bg);color:var(--f-fg)}.footer--zand{--f-bg: #e6dfd2}.footer--koffie{--f-bg: #2b2622;--f-fg: #fbfaf7;--f-muted: #b3ada4;--f-line: #45403a}.footer--inkt{--f-bg: #151412;--f-fg: #fbfaf7;--f-muted: #a9a49b;--f-line: #35312c}.footer .small,.footer__title{color:var(--f-muted)}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--space-lg);max-width:var(--page-width);margin-inline:auto;padding:3.5rem var(--page-margin) 2rem}.footer__brand{display:flex;flex-direction:column;gap:var(--space-sm);max-width:22rem}.footer__col{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.footer__col a{text-decoration:none;transition:color .2s ease}.footer__col a:hover{color:var(--color-accent)}.footer--koffie .footer__col a:hover,.footer--inkt .footer__col a:hover{color:inherit;text-decoration:underline;text-underline-offset:.2em}.footer__title{margin:0 0 .4rem;font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-label);text-transform:uppercase}.footer__contact p{margin:0}.footer__bottom{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--f-line)}.footer__payment{display:flex;flex-wrap:wrap;gap:.4rem}.footer__payment-icon{width:38px;height:24px}@media(max-width:989px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:749px){.footer__inner{grid-template-columns:1fr}}.gift-steps{background:var(--color-accent);color:var(--color-accent-contrast);--gift-muted: color-mix(in srgb, var(--color-accent-contrast) 70%, transparent);--gift-line: color-mix(in srgb, var(--color-accent-contrast) 25%, transparent)}.gift-steps__inner{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-xl);max-width:var(--page-width);margin-inline:auto;padding:var(--section-padding) var(--page-margin)}.gift-steps__text{display:flex;flex-direction:column;gap:var(--space-sm)}.gift-steps__label,.gift-steps__body,.gift-steps__step-text{color:var(--gift-muted)}.gift-steps__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg)}.gift-steps__step{display:flex;flex-direction:column;gap:.6rem;padding-top:var(--space-sm);border-top:1px solid var(--gift-line)}.gift-steps__number{font-family:var(--font-display);font-variation-settings:var(--display-var);font-size:2.6rem;font-weight:300;line-height:1;color:var(--color-accent-contrast)}.gift-steps__step-text{margin:0;font-size:.9rem}@media(max-width:989px){.gift-steps__inner{grid-template-columns:1fr;gap:var(--space-lg)}.gift-steps__list{grid-template-columns:1fr;gap:var(--space-md)}}.header{position:relative;display:flex;align-items:center;justify-content:center;min-height:6.5rem;border-bottom:1px solid var(--color-border)}.header__burger{display:none}.header__center{display:flex;align-items:center;gap:2.5rem}.header__nav{display:flex;gap:1.75rem}.header__nav--left{justify-content:flex-end}.header__nav a{position:relative;text-decoration:none;font-size:.92rem;white-space:nowrap}.header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-.3em;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.header__nav a:hover:after,.header__nav a[aria-current=page]:after{transform:scaleX(1)}.header__icons{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:1.25rem}.header__icons a{position:relative;display:inline-flex;color:inherit}.header__icons .icon{width:1.3rem;height:1.3rem}.header__count{position:absolute;top:-.4rem;right:-.6rem;display:grid;place-items:center;min-width:1rem;height:1rem;padding-inline:.25rem;border-radius:999px;background:var(--color-accent);color:var(--color-accent-contrast);font-size:.58rem;font-weight:600;line-height:1}.header__count[hidden]{display:none}.header-drawer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:var(--space-sm) var(--page-margin) var(--space-lg);border:0;display:none;flex-direction:column;gap:var(--space-lg)}.header-drawer[open]{display:flex}.header-drawer:focus{outline:none}.header-drawer .logo:focus:not(:focus-visible){outline:none}.header-drawer__top{display:flex;align-items:center;justify-content:space-between;min-height:5rem}.header-drawer__search{display:flex;gap:var(--space-2xs);align-items:stretch}.header-drawer__search .input{flex:1}.header-drawer__search .icon-button{width:2.75rem;height:auto}.header-drawer__nav{display:flex;flex-direction:column;gap:var(--space-sm)}.header-drawer__nav a{text-decoration:none;font-size:clamp(2rem,8vw,3rem)}.header-drawer__bottom{display:flex;gap:var(--space-md);margin-top:auto}@media(max-width:989px){.header{justify-content:flex-start;min-height:4.5rem;gap:var(--space-sm)}.header__burger{display:inline-grid;width:2.25rem;height:2.25rem;border:0}.header__burger .icon{width:1.4rem;height:1.4rem}.header .logo__mark{font-size:1.35rem}.header .logo__image{width:calc(var(--logo-width, 90px) * .75)}.header__nav{display:none}.header__center{flex:1;justify-content:center}.header__icons{position:static;transform:none;margin-left:auto}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{display:flex;flex-direction:column;gap:var(--space-lg)}.hero__title{font-size:var(--font-size-hero);letter-spacing:-.04em}.hero__row{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:var(--space-md);align-items:end}.hero__text{display:flex;flex-direction:column;gap:var(--space-md);padding-bottom:var(--space-sm)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs) var(--space-md);margin-top:var(--space-2xs)}@media(max-width:989px){.hero__row{grid-template-columns:1fr 1fr}.hero__text{grid-column:1 / -1}}.info-bar{display:grid;grid-template-columns:repeat(var(--info-columns, 3),minmax(0,1fr));gap:var(--space-sm);padding-block:var(--space-md);border-block:1px solid var(--color-border)}.info-bar__item{margin:0;display:flex;align-items:center;justify-content:center;gap:.7rem;font-size:.88rem}.info-bar__icon{width:1.5rem;height:1.5rem;flex:none;color:var(--color-accent)}@media(max-width:749px){.info-bar{grid-template-columns:1fr;gap:var(--space-xs)}.info-bar__item{justify-content:flex-start}}.instagram__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-2xs)}.instagram__tile{display:block}.instagram__tile:hover .frame__img{transform:scale(1.06)}@media(max-width:989px){.instagram__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.line-compare__grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:var(--space-lg);align-items:start}.line-compare__col{display:flex;flex-direction:column;gap:.4rem}.line-compare__frame{margin-bottom:.6rem}.line-compare__link{text-decoration:none}.line-compare__link:hover{color:var(--color-accent)}.line-compare__rows{margin:0;padding-top:var(--space-2xs)}.line-compare__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--space-sm);padding:.9rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem}.line-compare__row dt{align-self:center;font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-muted)}.line-compare__row dd{margin:0}.line-compare__right{color:var(--color-accent);font-weight:500}.line-compare__row--head{display:none;padding:.6rem 0;border-bottom:1px solid var(--color-foreground);font-family:var(--font-display);font-variation-settings:var(--display-var);font-size:1.05rem;font-weight:var(--display-weight);letter-spacing:-.01em}@media(max-width:989px){.line-compare__grid{grid-template-columns:1fr 1fr}.line-compare__rows{grid-column:1 / -1;order:3}.line-compare__row--head{display:grid}}@media(max-width:749px){.line-compare__row{grid-template-columns:1fr 1fr}.line-compare__row dt{grid-column:1 / -1;padding-bottom:.25rem;align-self:start}.line-compare__row--head{grid-template-columns:1fr 1fr}.line-compare__row--head span:first-child{display:none}}.newsletter{border-top:1px solid var(--color-border);padding-inline:var(--page-margin);text-align:center}.newsletter__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);max-width:40rem;margin-inline:auto}.newsletter__inner .body{text-align:center}.newsletter__form{width:min(30rem,100%);margin-top:var(--space-2xs)}.newsletter__row{display:flex;gap:var(--space-xs);align-items:stretch}.newsletter__row .input{flex:1}.newsletter__row .icon-button{flex:none;width:2.75rem;height:auto}.newsletter__form .form-message{margin-bottom:var(--space-sm);text-align:left}@media(max-width:749px){.newsletter__row{flex-direction:column}.newsletter__row .icon-button{height:2.75rem;width:100%}}.page{max-width:46rem;margin-inline:auto;width:100%}.page__head{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.page__title{font-size:clamp(2.4rem,1.6rem + 3.2vw,4.4rem)}.page__body{line-height:1.65}.page__body>*+*{margin-top:.9em}.page__body h2,.page__body h3,.page__body h4{margin-top:2.2em;font-family:var(--font-display);font-variation-settings:var(--display-var);font-weight:var(--display-weight);letter-spacing:-.02em;line-height:1.1}.page__body h2{font-size:clamp(1.5rem,1.2rem + 1.2vw,2.2rem)}.page__body h3{font-size:1.25rem}.page__body h4{font-size:1.05rem}.page__body h2+*,.page__body h3+*,.page__body h4+*{margin-top:.6em}.page__body ul,.page__body ol{padding-left:1.3em}.page__body li+li{margin-top:.3em}.page__body a{text-decoration:underline;text-underline-offset:.2em;text-decoration-color:var(--color-accent)}.page__body a:hover{color:var(--color-accent)}.page__body strong{font-weight:600}.page__body table{width:100%;border-collapse:collapse;font-size:.92rem}.page__body th,.page__body td{padding:.6rem 0;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.page__body img{margin-block:1.5em}.page__body hr{border:0;border-top:1px solid var(--color-border);margin-block:2em}.product-bundle__row{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.product-bundle__items{flex:1 1 30rem;display:flex;align-items:center;gap:var(--space-sm)}.product-bundle__item{flex:1 1 10rem;display:flex;flex-direction:column;gap:var(--space-2xs)}.product-bundle__item .checkbox{align-items:flex-start}.product-bundle__item .checkbox input{margin-top:.2rem}.product-bundle__plus{font-family:var(--font-display);font-size:2rem;font-weight:300;color:var(--color-muted)}.product-bundle__total{flex:1 1 14rem;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2xs);padding:var(--space-md);margin-left:var(--space-sm);border:1px solid var(--color-accent);background:var(--color-accent-soft)}.product-bundle__price{margin:0;font-family:var(--font-display);font-variation-settings:var(--display-var);font-size:2.2rem;font-weight:500;letter-spacing:-.03em}.product-bundle__total .button{margin-top:var(--space-2xs)}@media(max-width:749px){.product-bundle__items{flex-basis:100%;max-width:100%;margin-inline:0;padding-inline:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;align-items:flex-start}.product-bundle__items::-webkit-scrollbar{display:none}.product-bundle__item{flex:0 0 62%;scroll-snap-align:start}.product-bundle__plus{display:none}.product-bundle__total{margin-left:0;flex-basis:100%}}.product-care{display:grid;grid-template-columns:var(--content-grid)}.product-care__inner{grid-column:2}.product-care__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-lg)}.product-care__list li{display:flex;flex-direction:column;gap:var(--space-2xs)}.product-care__list p{margin:0;font-size:.9rem;color:var(--color-muted)}.product-care__icon{width:2.2rem;height:2.2rem;margin-bottom:var(--space-2xs);color:var(--color-accent)}.product-care__note{max-width:60ch;margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border);color:var(--color-muted)}@media(max-width:989px){.product-care__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.product-care__list{grid-template-columns:1fr}}.product-compare__table{display:flex;flex-direction:column;gap:.35rem}.product-compare__row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:.35rem;align-items:stretch;font-size:.92rem}.product-compare__row>span{display:flex;align-items:center;min-height:3rem;padding:.6rem .9rem}.product-compare__row--head>span{min-height:0;padding-block:.4rem;font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-muted)}.product-compare__label{font-weight:500;padding-left:0!important}.product-compare__us{background:var(--color-accent-soft);font-weight:500}.product-compare__row--head .product-compare__us{background:var(--color-accent);color:var(--color-accent-contrast)}.product-compare__them,.product-compare__row--head .product-compare__them{background:var(--color-surface);color:var(--color-muted)}.product-compare__yes,.product-compare__no{display:inline-grid;place-items:center;width:1.6rem;height:1.6rem;border-radius:50%}.product-compare__yes{background:var(--color-accent);color:var(--color-accent-contrast)}.product-compare__no{background:var(--color-background);color:var(--color-muted)}.product-compare__yes .icon,.product-compare__no .icon{width:.9rem;height:.9rem}.product-compare__note{margin-top:var(--space-sm)}@media(max-width:749px){.product-compare__row{grid-template-columns:1fr 1fr}.product-compare__row--head>span:first-child{display:none}.product-compare__label{grid-column:1 / -1;min-height:0;padding:.7rem 0 .2rem}.product-compare__row>span{font-size:.85rem}}.product-contact{padding-block:var(--section-padding)}.product-contact__inner{display:grid;grid-template-columns:1fr 1.3fr;gap:var(--space-xl);align-items:center;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin)}.product-contact__text{display:flex;flex-direction:column;gap:var(--space-sm)}.product-contact__ways{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.product-contact__ways li{display:flex;flex-direction:column;gap:var(--space-xs);padding-top:var(--space-sm);border-top:1px solid var(--color-border)}.product-contact__ways div{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.product-contact__icon{color:var(--color-accent)}.product-contact__icon .icon{width:1.5rem;height:1.5rem}.product-contact__title{margin:0;font-weight:500}@media(max-width:989px){.product-contact__inner{grid-template-columns:1fr;gap:var(--space-lg)}}@media(max-width:749px){.product-contact__ways{grid-template-columns:1fr}}.product-faq{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--space-lg);align-items:start}.product-faq__intro{display:flex;flex-direction:column;gap:var(--space-xs)}@media(max-width:989px){.product-faq{grid-template-columns:1fr}}.product-reviews__hint{margin-top:var(--space-sm);font-style:italic}.product-specs__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}.product-specs__grid>div{padding:var(--space-md) var(--space-md) var(--space-md) var(--space-sm);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-specs__grid dt{margin-bottom:.4rem;font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-muted)}.product-specs__grid dd{margin:0;font-size:.95rem;font-weight:500;line-height:1.4}@media(max-width:989px){.product-specs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.product-specs__grid{grid-template-columns:1fr}}.product-story{display:flex;flex-direction:column;gap:clamp(2rem,5vw,5rem)}.product-story__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center}.product-story__row:nth-child(2n) .product-story__frame{order:2}.product-story__text{display:flex;flex-direction:column;gap:var(--space-sm);max-width:34rem}.product-story__text .h2{font-size:clamp(1.8rem,1.3rem + 2vw,3rem)}.product-story__props{display:flex;flex-wrap:wrap;gap:var(--space-2xs);margin-top:var(--space-2xs)}.product-story__props li{padding:.4em .8em;background:var(--color-surface);font-size:var(--font-size-sm)}@media(max-width:989px){.product-story__row{grid-template-columns:1fr}.product-story__row:nth-child(2n) .product-story__frame{order:0}}.product{padding-block:var(--space-md) var(--section-padding)}.product__crumbs{display:flex;flex-wrap:wrap;gap:.5em;margin-bottom:var(--space-md)}.product__crumbs a{text-decoration:none}.product__crumbs a:hover{color:var(--color-accent)}.product__crumb-current{color:var(--color-foreground)}.product__grid{display:grid;gap:var(--space-lg)}.product__media,.product__info{min-width:0}.product__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md)}.product__title{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.6rem)}.product__price{display:flex;flex-direction:column;gap:var(--space-3xs);margin-top:calc(var(--space-md) * -1 + var(--space-2xs))}.product__rating:empty{display:none}.product__packaging{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.9rem 1rem;background:var(--color-accent-soft)}.product__packaging-icon{display:inline-flex;margin-top:.1rem;color:var(--color-accent)}.product__packaging-icon .icon{width:1.4rem;height:1.4rem}.product__packaging-title{margin:0;font-weight:500}.product__return{display:flex;align-items:center;gap:.5rem;margin:calc(var(--space-md) * -.5) 0 0;font-size:.88rem;font-weight:500}.product__return-icon{display:inline-flex;color:var(--color-accent)}.product__return-icon .icon{width:1.1rem;height:1.1rem}.product__price .price{font-family:var(--font-display);font-variation-settings:var(--display-var);font-weight:var(--display-weight);font-size:1.5rem;letter-spacing:-.02em}.product__price .price__badge{border-radius:0;font-family:var(--font-body);font-weight:500}.product__form{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.product__buy{display:flex;gap:var(--space-2xs);align-items:stretch;width:100%}.product__submit{min-height:3rem}.product__payment:empty{display:none}.product__payment .shopify-payment-button__button--unbranded{border-radius:0;font-family:var(--font-body)}.product__accordions{width:100%}.product__contents{display:flex;flex-direction:column;gap:.3em}.product__blocks{width:100%}.product__blocks:empty{display:none}@media(min-width:990px){.product__grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:clamp(2rem,4vw,4rem);align-items:start}.product__info{position:sticky;top:1.5rem}}.product-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:25;background:var(--color-background);border-top:1px solid var(--color-border);box-shadow:0 -10px 30px -20px #1514124d;transform:translateY(100%);transition:transform .45s var(--ease)}.product-stickybar.is-visible{transform:none}.product-stickybar__price{margin:0;font-size:.9rem;font-weight:500}.product-stickybar__inner{display:flex;align-items:center;gap:var(--space-sm);max-width:var(--page-width);margin-inline:auto;padding:.6rem var(--page-margin)}.product-stickybar__thumb{width:3rem;flex:none}.product-stickybar__text{flex:1;min-width:0}.product-stickybar__title{margin:0;font-size:.95rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:749px){.product-stickybar__button{padding-inline:1em}}.reviews__rating{font-size:.4em;font-weight:400;letter-spacing:0;color:var(--color-muted)}.reviews__list>*{flex-basis:calc((100% - 2rem) / 3)}.reviews__item{display:flex;flex-direction:column;gap:.8rem;padding:var(--space-md) var(--space-md) var(--space-md);background:var(--color-surface)}.reviews__stars{margin:0;letter-spacing:.1em;color:var(--color-accent)}.reviews__quote{margin:0;flex:1;font-family:var(--font-display);font-variation-settings:var(--display-var);font-size:1.3rem;line-height:1.25;letter-spacing:-.01em}.reviews__note{margin-top:var(--space-sm);font-style:italic}@media(max-width:989px){.reviews__list>*{flex-basis:calc((100% - 1rem)/2)}}@media(max-width:749px){.reviews__list>*{flex-basis:80%}}.search-page__head{display:flex;flex-direction:column;gap:var(--space-sm);max-width:40rem;margin-bottom:var(--space-xl)}.search-page__form{display:flex;gap:var(--space-2xs);align-items:stretch;margin-top:var(--space-sm)}.search-page__form .input{flex:1}.search-page__form .icon-button{width:2.75rem;height:auto}.search-page__count,.search-page__empty{margin-bottom:var(--space-md)}.search-page__others{margin-top:var(--space-xl);max-width:40rem}.search-page__pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-top:var(--space-xl)}.shop-look{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-xl);align-items:center}.shop-look__frame{overflow:visible}.shop-look__frame .frame__img{padding:4%}.shop-look__frame .frame__img--photo{padding:0}.shop-look__pin{position:absolute;left:var(--x);top:var(--y);z-index:3;width:2rem;height:2rem;padding:0;border:0;background:transparent;cursor:pointer;transform:translate(-50%,-50%)}.shop-look__dot{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--color-background);box-shadow:0 0 0 1px var(--color-foreground)}.shop-look__dot:before{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border-radius:50%;background:var(--color-accent)}.shop-look__dot:after{content:"";position:absolute;top:-.4rem;right:-.4rem;bottom:-.4rem;left:-.4rem;border-radius:50%;border:1px solid var(--color-accent);opacity:0;animation:shop-look-pulse 2.4s ease-out infinite}@keyframes shop-look-pulse{0%{transform:scale(.6);opacity:.7}to{transform:scale(1.4);opacity:0}}.shop-look__card{position:absolute;left:50%;bottom:calc(100% + .6rem);transform:translate(-50%,6px);display:flex;flex-direction:column;gap:.15rem;min-width:11rem;padding:.6rem .8rem;background:var(--color-background);color:var(--color-foreground);font-size:.8rem;text-align:left;white-space:nowrap;box-shadow:0 10px 30px -12px #00000059;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .35s var(--ease)}.shop-look__card b{font-weight:500}.shop-look__card .link{margin-top:.3rem;font-size:.78rem}.shop-look__pin:hover .shop-look__card,.shop-look__pin:focus-visible .shop-look__card,.shop-look__pin.is-open .shop-look__card{opacity:1;transform:translate(-50%);pointer-events:auto}.shop-look__text{display:flex;flex-direction:column;gap:var(--space-sm)}.shop-look__list{margin-top:var(--space-2xs)}.shop-look__list a{transition:padding .3s var(--ease),color .2s ease}.shop-look__list a:hover{padding-left:.4rem;color:var(--color-accent)}@media(max-width:989px){.shop-look{grid-template-columns:1fr;gap:var(--space-lg)}}.story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center}.story__images{position:relative;aspect-ratio:1}.story__tile{position:absolute}.story__tile--1{left:0;top:0;width:68%}.story__tile--2{right:0;bottom:0;width:46%;background:var(--color-accent-soft);box-shadow:0 30px 60px -30px #15141259}.story__text{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md)}.story__heading{font-size:clamp(2.2rem,1.4rem + 3.2vw,4.6rem)}@media(max-width:989px){.story{grid-template-columns:1fr}}.sg{--sg-gutter: clamp(1.25rem, 4vw, 4rem);--sg-max: 90rem;--sg-bg: #fbfaf7;--sg-surface: #f1eee7;--sg-fg: #151412;--sg-muted: #6f6a62;--sg-border: #e3dfd6;--sg-accent: #9a4b2f;--sg-font-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;--sg-font-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;--sg-display-var: "opsz" 96, "wdth" 90;--sg-h1: clamp(2.8rem, 1.6rem + 5.6vw, 7rem);--sg-h2: clamp(1.8rem, 1.3rem + 2.1vw, 3.3rem);--sg-h3: clamp(1.1rem, 1.02rem + .4vw, 1.35rem);--sg-ease: cubic-bezier(.2, .7, .2, 1);--sg-on-accent: #fbfaf7}.sg{--sg-accent-2: var(--sg-accent);--sg-accent-3: var(--sg-accent);--sg-accent-2-soft: var(--sg-accent-soft);--sg-on-accent-2: var(--sg-on-accent);--sg-on-accent-3: var(--sg-on-accent)}.sg[data-accent="1"]{--sg-accent: #9a4b2f;--sg-accent-soft: #e9deda;--sg-on-accent: #fbfaf7}.sg[data-accent="2"]{--sg-accent: #6b1f2a;--sg-accent-soft: #e2d7d9;--sg-on-accent: #fbfaf7}.sg[data-accent="3"]{--sg-accent: #5e6b3f;--sg-accent-soft: #e0e2dc;--sg-on-accent: #fbfaf7}.sg[data-accent="4"]{--sg-accent: #1f3d33;--sg-accent-soft: #d7dcda;--sg-on-accent: #fbfaf7}.sg[data-accent="5"]{--sg-accent: #c9a227;--sg-accent-soft: #efead9;--sg-on-accent: #151412}.sg[data-accent="6"]{--sg-accent: #23395b;--sg-accent-soft: #d8dbe0;--sg-on-accent: #fbfaf7}.sg[data-accent="7"]{--sg-accent: #3f2a3d;--sg-accent-soft: #dcd9dc;--sg-on-accent: #fbfaf7}.sg[data-accent="8"]{--sg-accent: #6e2f4f;--sg-accent-soft: #e2dade;--sg-on-accent: #fbfaf7}.sg[data-accent="9"]{--sg-accent: #3a3f8f;--sg-accent-soft: #dbdce7;--sg-on-accent: #fbfaf7}.sg[data-accent="10"]{--sg-accent: #4b4f86;--sg-accent-soft: #dedee6;--sg-on-accent: #fbfaf7}.sg[data-accent="11"]{--sg-accent: #2f6f73;--sg-accent-soft: #dae3e3;--sg-on-accent: #fbfaf7}.sg__bar{position:sticky;top:0;z-index:30;background:#0d0d0d;color:#fff;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:.85rem}.sg__bar-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.25rem;max-width:var(--sg-max);margin-inline:auto;padding:.6rem var(--sg-gutter)}.sg__bar-title{margin:0;font-weight:600;letter-spacing:.04em}.sg__bar-choice{margin:0;padding:.35rem .8rem;border-radius:999px;background:#262626}.sg__bar-choice output{font-weight:600;color:#ffd9a8}.sg__bar-btn{padding:.4rem .9rem;border:0;border-radius:999px;background:#fff;color:#111;font:inherit;font-weight:600;cursor:pointer}.sg__bar-btn--ghost{background:transparent;color:#bbb;border:1px solid #444}.sg__bar-hint{margin:0 0 0 auto;opacity:.55}.sg__group{display:inline-flex;align-items:center;gap:.6rem}.sg__group-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.6}.sg__group-name{font-weight:600;color:#ffd9a8}.sg__swatchrow{display:inline-flex;gap:.3rem}.sg__sw{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem .2rem .25rem;border:1px solid #444;border-radius:999px;background:transparent;color:#ddd;font:inherit;font-size:.75rem;cursor:pointer}.sg__sw i{width:1.1rem;height:1.1rem;border-radius:50%;background:var(--c)}.sg__switch{display:inline-flex;gap:.25rem;padding:.2rem;border-radius:999px;background:#262626}.sg__switch-btn{padding:.35rem .8rem;border:0;border-radius:999px;background:transparent;color:#ddd;font:inherit;font-size:.78rem;cursor:pointer}.sg__switch-btn[aria-pressed=true]{background:#fff;color:#111;font-weight:600}.sg__sw.is-active{border-color:#fff;background:#fff;color:#111;font-weight:600}.sg__canvas{background:var(--sg-bg);color:var(--sg-fg);font-family:var(--sg-font-body);font-size:1rem;line-height:1.55;overflow:clip}:where(.sg__canvas) a{color:inherit}.sg-wrap{max-width:var(--sg-max);margin-inline:auto;padding-inline:var(--sg-gutter)}.sg-divider{display:flex;align-items:center;gap:1rem;max-width:var(--sg-max);margin:2rem auto 0;padding-inline:var(--sg-gutter);font-family:system-ui,sans-serif;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sg-accent)}.sg-divider:before,.sg-divider:after{content:"";flex:1;height:1px;background:repeating-linear-gradient(to right,var(--sg-accent) 0 6px,transparent 6px 12px);opacity:.6}.sg-sec{position:relative;padding-block:clamp(2.5rem,5vw,4.5rem);transition:box-shadow .3s ease}.sg-sec.is-chosen{box-shadow:inset 4px 0 0 var(--sg-fg)}.sg-sec__tag{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;max-width:var(--sg-max);margin:0 auto 1.75rem;padding-inline:var(--sg-gutter);font-family:system-ui,sans-serif;font-size:.78rem;color:var(--sg-muted)}.sg-sec__tag b{display:inline-grid;place-items:center;width:1.7rem;height:1.7rem;border:1px solid var(--sg-fg);border-radius:50%;color:var(--sg-fg);font-family:var(--sg-font-display);font-weight:600}.sg-sec__tag em{font-style:normal;padding:.15em .6em;border-radius:999px;background:var(--sg-surface);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.sg-pick{padding:.3rem .8rem;border:1px solid var(--sg-border);border-radius:999px;background:var(--sg-bg);color:var(--sg-muted);font:inherit;font-size:.78rem;cursor:pointer;transition:all .25s ease}.sg-pick:hover{border-color:var(--sg-fg);color:var(--sg-fg)}.is-chosen .sg-pick{background:var(--sg-fg);border-color:var(--sg-fg);color:var(--sg-bg)}.is-chosen .sg-pick:before{content:"\2713  "}.sg-note{margin-top:1rem;font-style:italic}.sg-scheme{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2.5rem;max-width:var(--sg-max);margin:1.25rem auto 0;padding:1rem var(--sg-gutter);border-block:1px dashed var(--sg-border);font-family:system-ui,sans-serif;font-size:.8rem;color:var(--sg-muted)}.sg-scheme__name{margin:0;display:flex;align-items:center;gap:.6rem}.sg-scheme__name output{font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:1.3rem;font-weight:500;color:var(--sg-fg);letter-spacing:-.02em}.sg-scheme__roles{display:flex;flex-wrap:wrap;gap:.5rem 2rem;margin:0;padding:0;list-style:none}.sg-scheme__roles li{display:flex;align-items:center;gap:.5rem}.sg-scheme__roles b{color:var(--sg-fg);font-weight:600}.sg-scheme__dot{width:1.1rem;height:1.1rem;border-radius:50%;flex:none}.sg-scheme__dot--1{background:var(--sg-accent)}.sg-scheme__dot--2{background:var(--sg-accent-2)}.sg-scheme__dot--3{background:var(--sg-accent-3)}.sg[data-modus=een] .sg-scheme__role2,.sg[data-modus=een] .sg-scheme__role3{display:none}.sg-h1,.sg-h2,.sg-h3{margin:0;font-family:var(--sg-font-display);font-weight:500;font-variation-settings:var(--sg-display-var);line-height:.98;letter-spacing:-.03em;text-wrap:balance}.sg-h1{font-size:var(--sg-h1)}.sg-h2{font-size:var(--sg-h2)}.sg-h2 small{font-size:.4em;font-weight:400;color:var(--sg-muted);letter-spacing:0}.sg-h3{font-size:var(--sg-h3);line-height:1.2;letter-spacing:-.01em}.sg-label,.sg-card__line,.sg-footer__title,.sg-field__label,.sg-crumbs{margin:0;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sg-muted)}.sg-label{color:var(--sg-accent)}.sg-lead{margin:0;max-width:44ch;font-size:1.15rem;line-height:1.45}.sg-body{margin:0;max-width:60ch}.sg-body a{text-decoration:underline;text-underline-offset:.2em;text-decoration-color:var(--sg-accent)}.sg-body a:hover{color:var(--sg-accent)}.sg-small{margin:0;font-size:.85rem;color:var(--sg-muted)}.sg-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.25rem;margin-top:.4rem}.sg-arrow{width:1em;height:1em;flex:none}.sg-frame{position:relative;overflow:hidden;background:var(--sg-surface);aspect-ratio:4 / 5}.sg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:6%;object-fit:cover;mix-blend-mode:multiply;transition:transform .7s var(--sg-ease),opacity .5s ease}.sg-img--alt{opacity:0}.sg-logo{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:.15em;font-family:Jost,Futura,sans-serif;font-weight:400;font-size:1.9rem;line-height:.95;letter-spacing:.06em;text-decoration:none;color:inherit}.sg-logo__top{grid-column:1 / -1}.sg-logo__ams{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.34em;letter-spacing:.25em;align-self:end;justify-self:start;opacity:.55}.sg-logo__bottom{align-self:end}.sg-header{position:relative;display:flex;align-items:center;justify-content:center;max-width:var(--sg-max);min-height:6.5rem;margin-inline:auto;padding-inline:var(--sg-gutter);border-bottom:1px solid var(--sg-border)}.sg-header__center{display:flex;align-items:center;gap:2.5rem}.sg-header__nav{display:flex;gap:1.75rem}.sg-header__nav a{position:relative;text-decoration:none;font-size:.92rem}.sg-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-.3em;height:2px;background:var(--sg-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--sg-ease)}.sg-header__nav a:hover:after{transform:scaleX(1)}.sg-header__icons{position:absolute;right:var(--sg-gutter);top:50%;transform:translateY(-50%);display:flex;gap:1.25rem}.sg-header__icons a{position:relative;display:inline-flex}.sg-header__icons svg{width:1.3rem;height:1.3rem}.sg-header__icons sup{position:absolute;top:-.4rem;right:-.6rem;display:grid;place-items:center;min-width:1rem;height:1rem;padding-inline:.25rem;border-radius:999px;background:var(--sg-accent);color:var(--sg-on-accent);font-size:.58rem;line-height:1}.sg-hero{display:flex;flex-direction:column;gap:2rem;padding-block:clamp(2.5rem,5vw,5rem)}.sg-hero__title{font-size:clamp(3rem,1.5rem + 8vw,9.5rem);letter-spacing:-.04em}.sg-hero__title span{color:var(--sg-accent-3)}.sg-hero__row{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:1.5rem;align-items:end}.sg-hero__text{display:flex;flex-direction:column;gap:1.4rem;padding-bottom:1rem}.sg-hero__tile--1{aspect-ratio:4 / 5}.sg-hero__tile--2{aspect-ratio:1}.sg-usps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:var(--sg-max);margin-inline:auto;padding:1.25rem var(--sg-gutter);border-block:1px solid var(--sg-border)}.sg-usps p{margin:0;display:flex;align-items:center;justify-content:center;gap:.7rem;font-size:.88rem}.sg-usps svg{width:1.5rem;height:1.5rem;flex:none;color:var(--sg-accent-3)}.sg-kop{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.sg-kop .sg-label{margin-bottom:.6rem}.sg-kop__right{display:flex;align-items:center;gap:1.5rem}.sg-kop__nav{display:flex;gap:.5rem}.sg-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:1.05em 1.6em;border:1px solid var(--sg-fg);background:var(--sg-fg);color:var(--sg-bg);font-family:var(--sg-font-body);font-size:.9rem;font-weight:500;text-decoration:none;line-height:1;cursor:pointer;overflow:hidden;isolation:isolate;transition:color .3s ease}.sg-btn span{position:relative;z-index:1}.sg-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--sg-accent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--sg-ease)}.sg-btn:hover{color:var(--sg-on-accent);border-color:var(--sg-accent)}.sg-btn:hover:before{transform:scaleX(1)}.sg-btn--grow{flex:1}.sg-btn:focus-visible{outline:2px solid var(--sg-fg);outline-offset:3px}.sg-btn2{display:inline-flex;align-items:center;gap:.5em;padding:1.05em 1.6em;background:var(--sg-surface);color:var(--sg-fg);font-family:var(--sg-font-body);font-size:.9rem;font-weight:500;text-decoration:none;line-height:1;cursor:pointer;transition:background-color .3s ease}.sg-btn2--sm{padding:.8em 1.2em;font-size:.82rem}.sg-btn2 .sg-arrow{width:0;opacity:0;transition:width .35s var(--sg-ease),opacity .25s ease}.sg-btn2:hover{background:var(--sg-accent-soft);color:var(--sg-accent)}.sg-btn2:hover .sg-arrow{width:1em;opacity:1}.sg-link{display:inline-flex;align-items:center;gap:.4em;font-size:.9rem;font-weight:500;text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:1px;text-decoration-color:var(--sg-accent)}.sg-link:hover{color:var(--sg-accent)}.sg-link .sg-arrow{transition:transform .3s var(--sg-ease)}.sg-link:hover .sg-arrow{transform:translate(4px)}.sg-iconbtn{display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;border:1px solid var(--sg-border);border-radius:50%;background:transparent;color:inherit;cursor:pointer;transition:border-color .3s ease,background-color .3s ease}.sg-iconbtn svg{width:1.1rem;height:1.1rem}.sg-iconbtn:hover{border-color:var(--sg-accent);color:var(--sg-accent)}.sg-iconbtn--ink{background:var(--sg-accent-2);border-color:var(--sg-accent-2);color:var(--sg-on-accent-2);border-radius:0}.sg-iconbtn--ink:hover{background:var(--sg-fg);border-color:var(--sg-fg);color:var(--sg-bg)}.sg-badge{display:inline-block;padding:.4em .7em;border:1px solid var(--sg-accent-2);font-size:.66rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:1.2;color:var(--sg-on-accent-2);background:var(--sg-accent-2)}.sg-card__link{display:flex;flex-direction:column;text-decoration:none}.sg-card__frame{transition:transform .5s var(--sg-ease),box-shadow .5s ease}.sg-card__link:hover .sg-img--alt{opacity:1}.sg-card__badge{position:absolute;z-index:2;top:.75rem;left:.75rem}.sg-card__add{position:absolute;z-index:2;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;background:var(--sg-accent-2);color:var(--sg-on-accent-2);font-size:1.3rem;font-weight:300;line-height:1;opacity:0;transform:translateY(-4px);transition:opacity .3s ease,transform .4s var(--sg-ease)}.sg-card__quick{position:absolute;z-index:2;left:.75rem;right:.75rem;bottom:.75rem;padding:.7em;background:var(--sg-bg);color:var(--sg-fg);font-size:.78rem;font-weight:500;text-align:center;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .4s var(--sg-ease)}.sg-card__link:hover .sg-card__add,.sg-card__link:hover .sg-card__quick{opacity:1;transform:none}@media(hover:none){.sg-card__add{opacity:1;transform:none}}.sg-card__body{display:flex;flex-direction:column;gap:.25rem;padding-top:.7rem}.sg-card__meta{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.sg-card__title{margin:0;font-size:.95rem;font-weight:500;line-height:1.3}.sg-card__price{margin:0;font-size:.9rem;white-space:nowrap}.sg-card__dots{display:flex;gap:.35rem;margin-top:.3rem}.sg-card__dots i{width:.65rem;height:.65rem;border-radius:50%;box-shadow:0 0 0 1px #0000001a}.sg-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1rem;margin:0;padding:0;list-style:none}.sg-cat{display:block;text-decoration:none}.sg-cat__frame{aspect-ratio:1}.sg-cat:hover .sg-img{transform:scale(1.05)}.sg-cat:hover .sg-cat__title{color:var(--sg-accent)}.sg-cat__title{display:flex;align-items:center;justify-content:space-between;margin:.6rem 0 0;font-size:.92rem;font-weight:500}.sg-cat__title .sg-arrow{transition:transform .3s var(--sg-ease)}.sg-cat:hover .sg-cat__title .sg-arrow{transform:translate(4px)}.sg-carousel{display:flex;gap:1rem;margin:0;padding:0 0 .5rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.sg-carousel::-webkit-scrollbar{display:none}.sg-carousel .sg-card{flex:0 0 calc((100% - 3rem)/4);scroll-snap-align:start}.sg-statement{padding-block:clamp(3rem,7vw,7rem) 0;background:var(--sg-surface);overflow:hidden}.sg-statement__text{margin:0 auto;max-width:22ch;padding-inline:var(--sg-gutter);font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-weight:500;font-size:clamp(2.2rem,1.4rem + 4vw,5.5rem);line-height:1;letter-spacing:-.035em;text-align:center;text-wrap:balance}.sg-statement__text span{color:var(--sg-accent)}.sg-marquee{margin-top:clamp(2rem,5vw,4rem);padding-block:1rem;border-top:1px solid var(--sg-border)}.sg-marquee__track{display:flex;gap:2rem;width:max-content;font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:clamp(1.4rem,1rem + 2vw,3rem);font-weight:400;letter-spacing:-.02em;color:var(--sg-muted);animation:sg-marquee 60s linear infinite}.sg-marquee__track i{font-style:normal;opacity:.4}@keyframes sg-marquee{to{transform:translate(-50%)}}.sg-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0;padding:0;list-style:none}.sg-why li{display:flex;flex-direction:column;gap:.6rem;padding:1.5rem;border:1px solid var(--sg-border);transition:border-color .3s ease}.sg-why li:hover{border-color:var(--sg-accent)}.sg-why li p{margin:0;font-size:.9rem;color:var(--sg-muted)}.sg-why__num{font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:2rem;font-weight:300;color:var(--sg-accent);line-height:1}.sg-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center}.sg-story__images{position:relative;aspect-ratio:1}.sg-story__tile{position:absolute}.sg-story__tile--1{left:0;top:0;width:68%;aspect-ratio:4 / 5}.sg-story__tile--2{right:0;bottom:0;width:46%;aspect-ratio:1;box-shadow:0 30px 60px -30px #15141259;background:var(--sg-accent-2-soft)}.sg-story__text{display:flex;flex-direction:column;align-items:flex-start;gap:1.4rem}.sg-story__title{font-size:clamp(2.2rem,1.4rem + 3.2vw,4.6rem)}.sg-compare{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:2rem;align-items:start}.sg-compare__col{display:flex;flex-direction:column;gap:.4rem}.sg-compare__frame{aspect-ratio:1;margin-bottom:.6rem}.sg-compare__rows{margin:0;padding-top:.5rem}.sg-compare__rows>div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--sg-border);font-size:.9rem}.sg-compare__rows dd:last-child{color:var(--sg-accent-3);font-weight:500}.sg-compare__rows dt{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sg-muted);align-self:center}.sg-compare__rows dd{margin:0}.sg-gift{background:var(--sg-accent-2);color:var(--sg-on-accent-2);--sg-muted: color-mix(in srgb, var(--sg-on-accent-2) 70%, transparent);--sg-border: color-mix(in srgb, var(--sg-on-accent-2) 25%, transparent)}.sg-gift .sg-label{color:var(--sg-muted)}.sg-gift__inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-block:clamp(3rem,6vw,5rem)}.sg-gift__text{display:flex;flex-direction:column;gap:1rem}.sg-gift .sg-body{color:var(--sg-muted)}.sg-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0;padding:0;list-style:none}.sg-steps li{display:flex;flex-direction:column;gap:.6rem;padding-top:1rem;border-top:1px solid var(--sg-border)}.sg-steps li span{font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:2.6rem;font-weight:300;line-height:1;color:var(--sg-on-accent-2)}.sg-steps li p{margin:0;font-size:.9rem;color:var(--sg-muted)}.sg-shop{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center}.sg-shop__frame{aspect-ratio:4 / 3;overflow:visible}.sg-shop__frame .sg-img{padding:4%}.sg-pin{position:absolute;left:var(--x);top:var(--y);z-index:3;width:2rem;height:2rem;padding:0;border:0;background:transparent;cursor:pointer;transform:translate(-50%,-50%)}.sg-pin__dot{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--sg-bg);box-shadow:0 0 0 1px var(--sg-fg)}.sg-pin__dot:before{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border-radius:50%;background:var(--sg-accent)}.sg-pin__dot:after{content:"";position:absolute;top:-.4rem;right:-.4rem;bottom:-.4rem;left:-.4rem;border-radius:50%;border:1px solid var(--sg-accent);opacity:0;animation:sg-pulse 2.4s ease-out infinite}@keyframes sg-pulse{0%{transform:scale(.6);opacity:.7}to{transform:scale(1.4);opacity:0}}.sg-pin__card{position:absolute;left:50%;bottom:calc(100% + .6rem);transform:translate(-50%,6px);display:flex;flex-direction:column;gap:.1rem;min-width:11rem;padding:.6rem .8rem;background:var(--sg-bg);color:var(--sg-fg);font-size:.8rem;text-align:left;white-space:nowrap;box-shadow:0 10px 30px -12px #15141259;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .35s var(--sg-ease)}.sg-pin__card b{font-weight:500}.sg-pin:hover .sg-pin__card,.sg-pin:focus-visible .sg-pin__card,.sg-pin.is-open .sg-pin__card{opacity:1;transform:translate(-50%)}.sg-shop__text{display:flex;flex-direction:column;gap:1rem}.sg-shop__list{margin:.5rem 0 0;padding:0;list-style:none}.sg-shop__list a{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-top:1px solid var(--sg-border);font-size:.92rem;text-decoration:none;transition:padding .3s var(--sg-ease)}.sg-shop__list li:last-child a{border-bottom:1px solid var(--sg-border)}.sg-shop__list a:hover{padding-left:.4rem;color:var(--sg-accent)}.sg-reviews{display:flex;gap:1rem;margin:0;padding:0 0 .5rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.sg-reviews::-webkit-scrollbar{display:none}.sg-reviews li{flex:0 0 calc((100% - 2rem) / 3);scroll-snap-align:start;display:flex;flex-direction:column;gap:.8rem;padding:1.75rem;background:var(--sg-surface)}.sg-stars{margin:0;letter-spacing:.1em;color:var(--sg-accent-2)}.sg-review__text{margin:0;font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:1.3rem;line-height:1.25;letter-spacing:-.01em;flex:1}.sg-insta{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin:0;padding:0;list-style:none}.sg-insta__frame{display:block;aspect-ratio:1}.sg-insta__frame:hover .sg-img{transform:scale(1.06)}.sg-pdp{padding-block:2rem 3rem}.sg-crumbs{margin-bottom:1.5rem}.sg-crumbs a{text-decoration:none}.sg-crumbs span{color:var(--sg-fg)}.sg-pdp__grid{display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:start}.sg-pdp__gallery{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.sg-pdp__tile{aspect-ratio:4 / 5}.sg-pdp__tile--wide{grid-column:1 / -1;aspect-ratio:4 / 3}.sg-pdp__tile .sg-img{padding:5%}.sg-pdp__info{position:sticky;top:4.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.sg-pdp__title{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.6rem)}.sg-pdp__price{margin:0;font-size:1.25rem;font-weight:500}.sg-pdp__price span{font-size:.75rem;font-weight:400;color:var(--sg-muted);margin-left:.4em}.sg-pdp__blurb{color:var(--sg-muted)}.sg-field{display:flex;flex-direction:column;gap:.55rem;width:100%}.sg-field__label b{color:var(--sg-fg);font-weight:500}.sg-chips{display:flex;flex-wrap:wrap;gap:.5rem}.sg-chip{padding:.55em .9em;border:1px solid var(--sg-border);background:transparent;color:inherit;font:inherit;font-size:.85rem;cursor:pointer;transition:border-color .25s ease,background-color .25s ease,color .25s ease}.sg-chip:hover{border-color:var(--sg-accent)}.sg-chip.is-active{border-color:var(--sg-accent);background:var(--sg-accent);color:var(--sg-on-accent)}.sg-pdp__buy{display:flex;gap:.6rem;align-items:stretch;width:100%}.sg-qty{display:inline-flex;align-items:stretch;border:1px solid var(--sg-fg)}.sg-qty button{width:2.6rem;border:0;background:transparent;color:inherit;font:inherit;font-size:1.05rem;cursor:pointer}.sg-qty .sg-input{width:3rem;border:0;text-align:center;padding-inline:0;-moz-appearance:textfield}.sg-qty .sg-input::-webkit-inner-spin-button,.sg-qty .sg-input::-webkit-outer-spin-button{-webkit-appearance:none}.sg-input{width:100%;padding:.85em 0;border:0;border-bottom:1px solid var(--sg-fg);border-radius:0;background:transparent;color:inherit;font:inherit}.sg-input:focus-visible{outline:0;border-bottom-width:2px;border-color:var(--sg-accent)}.sg-acc{width:100%;border-top:1px solid var(--sg-border)}.sg-acc:last-of-type{border-bottom:1px solid var(--sg-border)}.sg-acc summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;font-size:.95rem;font-weight:500;list-style:none;cursor:pointer}.sg-acc summary::-webkit-details-marker{display:none}.sg-acc summary:after{content:"+";flex:none;font-size:1.1rem;font-weight:300;transition:transform .3s var(--sg-ease)}.sg-acc[open] summary:after{transform:rotate(45deg);color:var(--sg-accent-3)}.sg-acc__body{padding-bottom:1rem;font-size:.9rem;color:var(--sg-muted);line-height:1.55}.sg-check{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.sg-check input{width:1rem;height:1rem;accent-color:var(--sg-accent)}.sg-specs{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid var(--sg-border);border-left:1px solid var(--sg-border)}.sg-specs>div{padding:1.25rem;border-right:1px solid var(--sg-border);border-bottom:1px solid var(--sg-border)}.sg-specs dt{margin-bottom:.4rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sg-muted)}.sg-specs dd{margin:0;font-size:.95rem;font-weight:500}.sg-zig{display:flex;flex-direction:column;gap:clamp(2rem,5vw,5rem)}.sg-zig__row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center}.sg-zig__row:nth-child(2n) .sg-zig__frame{order:2}.sg-zig__frame{aspect-ratio:5 / 4}.sg-zig__text{display:flex;flex-direction:column;gap:1rem;max-width:34rem}.sg-bundle{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sg-bundle__item{flex:1 1 10rem;display:flex;flex-direction:column;gap:.5rem}.sg-bundle__frame{aspect-ratio:1}.sg-bundle__plus{font-family:var(--sg-font-display);font-size:2rem;font-weight:300;color:var(--sg-muted)}.sg-bundle__total{flex:1 1 14rem;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.75rem;margin-left:1rem;border:1px solid var(--sg-accent-2);background:var(--sg-accent-2-soft)}.sg-bundle__price{margin:0;font-family:var(--sg-font-display);font-variation-settings:var(--sg-display-var);font-size:2.2rem;font-weight:500;letter-spacing:-.03em}.sg-faq{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start}.sg-faq>div:first-child{display:flex;flex-direction:column;gap:.8rem}.sg-care{background:var(--sg-surface);padding-block:clamp(3rem,6vw,5rem)}.sg-care__list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:0;padding:0;list-style:none}.sg-care__list li{display:flex;flex-direction:column;gap:.6rem}.sg-care__list svg{width:2.2rem;height:2.2rem;margin-bottom:.4rem;color:var(--sg-accent-3)}.sg-care__list p{margin:0;font-size:.9rem;color:var(--sg-muted)}.sg-news{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:clamp(3rem,6vw,5rem) var(--sg-gutter);background:var(--sg-accent-2-soft);text-align:center;border-top:1px solid var(--sg-border)}.sg-news__form{display:flex;gap:.75rem;align-items:stretch;width:min(30rem,100%);margin-top:.5rem}.sg-news__form .sg-input{flex:1}.sg-news__form .sg-iconbtn{flex:none;width:2.75rem;height:auto}.sg-footer-controls{max-width:var(--sg-max);margin-inline:auto;padding:1rem var(--sg-gutter) 0;font-family:system-ui,sans-serif}.sg-footer-controls .sg__group{flex-wrap:wrap}.sg-colour{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .8rem .3rem .4rem;border:1px solid var(--sg-border);border-radius:999px;background:var(--sg-bg);color:var(--sg-muted);font:inherit;font-size:.78rem;cursor:pointer}.sg-colour i{width:1.2rem;height:1.2rem;border-radius:50%;box-shadow:inset 0 0 0 1px #00000026}.sg-colour.is-active{border-color:var(--sg-fg);color:var(--sg-fg)}.sg-footer{--f-bg: #f1eee7;--f-fg: #151412;--f-muted: #6f6a62;--f-line: #d9d2c4;background:var(--f-bg);color:var(--f-fg);margin-top:1rem;transition:background-color .4s ease,color .4s ease}.sg[data-kleur=zand] .sg-footer{--f-bg: #e6dfd2;--f-line: #cfc7b8}.sg[data-kleur=koffie] .sg-footer{--f-bg: #2b2622;--f-fg: #fbfaf7;--f-muted: #b3ada4;--f-line: #45403a}.sg[data-kleur=inkt] .sg-footer{--f-bg: #151412;--f-fg: #fbfaf7;--f-muted: #a9a49b;--f-line: #35312c}.sg-footer .sg-small,.sg-footer .sg-footer__title{color:var(--f-muted)}.sg-footer .sg-logo{color:inherit}.sg-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;max-width:var(--sg-max);margin-inline:auto;padding:3.5rem var(--sg-gutter) 2rem}.sg-footer__brand{display:flex;flex-direction:column;gap:1.2rem;max-width:22rem}.sg-footer__col{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.sg-footer__col a{text-decoration:none;transition:color .2s ease}.sg-footer__col a:hover{color:var(--sg-accent)}.sg[data-kleur=koffie] .sg-footer__col a:hover,.sg[data-kleur=inkt] .sg-footer__col a:hover{color:inherit;text-decoration:underline;text-underline-offset:.2em}.sg-footer__title{margin-bottom:.4rem}.sg-footer__bottom{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--f-line)}.sg-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:25;background:var(--sg-bg);border-top:1px solid var(--sg-border);box-shadow:0 -10px 30px -20px #1514124d;transform:translateY(100%);transition:transform .45s var(--sg-ease)}.sg-stickybar.is-visible{transform:none}.sg-stickybar__inner{display:flex;align-items:center;gap:1rem;max-width:var(--sg-max);margin-inline:auto;padding:.6rem var(--sg-gutter)}.sg-stickybar__thumb{width:3rem;aspect-ratio:1;flex:none}.sg-stickybar__text{flex:1;min-width:0}.sg-stickybar__text .sg-card__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-reveal{opacity:0;transform:translateY(18px);transition:opacity .9s ease,transform 1s var(--sg-ease)}.sg-reveal.is-in{opacity:1;transform:none}@media(max-width:989px){.sg-hero__row{grid-template-columns:1fr 1fr}.sg-hero__text{grid-column:1 / -1}.sg-header{justify-content:flex-start}.sg-header__nav{display:none}.sg-header__icons{position:static;transform:none;margin-left:auto}.sg-carousel .sg-card{flex-basis:calc((100% - 1rem)/2)}.sg-why,.sg-care__list,.sg-specs{grid-template-columns:repeat(2,1fr)}.sg-story,.sg-shop,.sg-faq,.sg-zig__row,.sg-gift__inner,.sg-pdp__grid{grid-template-columns:1fr}.sg-zig__row:nth-child(2n) .sg-zig__frame{order:0}.sg-pdp__info{position:static}.sg-compare{grid-template-columns:1fr 1fr}.sg-compare__rows{grid-column:1 / -1;order:3}.sg-reviews li{flex-basis:80%}.sg-insta{grid-template-columns:repeat(3,1fr)}.sg-steps{grid-template-columns:1fr}.sg-footer__inner{grid-template-columns:1fr 1fr}.sg-footer__brand{grid-column:1 / -1}}@media(max-width:749px){.sg-usps,.sg-why,.sg-care__list,.sg-specs{grid-template-columns:1fr}.sg-carousel .sg-card{flex-basis:70%}.sg__bar-hint{display:none}.sg-footer__inner{grid-template-columns:1fr}.sg-news__form{flex-direction:column}.sg-bundle__total{margin-left:0}.sg-stickybar .sg-btn{padding-inline:1em}}@media(prefers-reduced-motion:reduce){.sg-reveal{opacity:1;transform:none;transition:none}.sg-marquee__track{animation:none}.sg-pin__dot:after{animation:none}.sg-btn,.sg-btn2,.sg-img,.sg-card__frame,.sg-stickybar{transition:none}}.why-flosh__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-sm)}.why-flosh__tile{display:flex;flex-direction:column;gap:.6rem;padding:var(--space-md);border:1px solid var(--color-border);transition:border-color var(--duration-hover) ease}.why-flosh__tile:hover{border-color:var(--color-accent)}.why-flosh__text{margin:0;font-size:.9rem;color:var(--color-muted)}@media(max-width:989px){.why-flosh__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.why-flosh__grid{grid-template-columns:1fr}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.social-proof__stars{color:var(--color-accent);letter-spacing:.12em;font-size:.95rem;line-height:1}.social-proof__heart{display:inline-flex;vertical-align:-.15em;margin-right:.35em;color:var(--color-accent)}.social-proof__heart .icon{width:1em;height:1em}.social-proof__text p{display:inline}.social-proof{display:flex;align-items:center;gap:var(--space-sm);margin-block:var(--space-md)}.social-proof__avatars{display:flex;flex-shrink:0}.social-proof__avatar{width:2.25rem;height:2.25rem;border:2px solid var(--color-background);border-radius:50%;object-fit:cover}.social-proof__avatar+.social-proof__avatar{margin-left:-.6rem}.social-proof__text{font-size:var(--font-size-sm);line-height:var(--line-height-normal)}.social-proof__text p{margin:0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.trust-badge{display:flex;align-items:center;gap:.6rem;min-width:0;padding:.85rem 1rem;background:var(--color-surface);font-size:.82rem;font-weight:500;line-height:1.25}.trust-badge--plain{grid-column:1 / -1;padding:.25rem 0 0;background:transparent;font-weight:400}.trust-badge__icon{display:inline-flex;flex-shrink:0;color:var(--color-accent)}.trust-badge__text{min-width:0}.trust-badges{display:grid;grid-template-columns:repeat(var(--columns, 2),minmax(0,1fr));gap:.5rem;margin-block:var(--space-md)}.trust-badges:empty{display:none}.video-circle{position:relative;display:block;flex:0 0 auto;width:var(--size, 96px);height:var(--size, 96px);color:inherit;text-decoration:none}.video-circle__ring{display:block;width:100%;height:100%;padding:3px;border:2px solid var(--color-border);border-radius:50%;transition:border-color .18s ease}.video-circle:hover .video-circle__ring,.video-circle:focus-visible .video-circle__ring{border-color:var(--color-foreground)}.video-circle:focus-visible{outline:2px solid var(--color-foreground);outline-offset:3px;border-radius:50%}.video-circle__image{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;background-color:var(--color-surface)}.video-circle__play{position:absolute;right:2px;bottom:2px;display:grid;place-items:center;width:1.5rem;height:1.5rem;border:2px solid var(--color-background);border-radius:50%;background-color:var(--color-foreground);color:var(--color-background)}.video-circle--placeholder .video-circle__ring{border-style:dashed}@media(prefers-reduced-motion:reduce){.video-circle__ring{transition:none}}.video-circles{display:block;margin-block:var(--space-md)}.video-circles__row{display:flex;gap:var(--space-sm);padding:4px;margin:-4px;overflow-x:auto;scrollbar-width:none}.video-circles__row::-webkit-scrollbar{display:none}.video-circles__row:empty{display:none}.video-circles__dialog{width:min(92vw,30rem);max-height:92dvh;padding:0;border:0;border-radius:var(--style-border-radius-inputs);background-color:#000;color:#fff;overflow:hidden}.video-circles__dialog::backdrop{background-color:#000000b3}.video-circles__stage{display:grid;place-items:center;aspect-ratio:9 / 16;max-height:92dvh}.video-circles__stage video,.video-circles__stage iframe{width:100%;height:100%;border:0;object-fit:contain}.video-circles__close{position:absolute;top:var(--space-2xs);right:var(--space-2xs);z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:50%;background-color:#0000008c;color:#fff;cursor:pointer}.video-circles__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.cart-pick{flex:0 0 16.5rem;scroll-snap-align:start;display:grid;grid-template-columns:5rem 1fr;gap:var(--space-xs);padding:var(--space-xs);border:1px solid var(--color-border)}.cart-pick__thumb{display:block}.cart-pick__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cart-pick__title{font-size:.88rem;font-weight:500;line-height:1.25;text-decoration:none}.cart-pick__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xs);margin-top:auto}.cart-pick__price{margin:0;font-size:.88rem}.cart-pick__add{display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;padding:0;border:1px solid var(--color-foreground);background:transparent;cursor:pointer;transition:background-color .25s ease,color .25s ease}.cart-pick__add .icon{width:1rem;height:1rem}.cart-pick__add:hover{background:var(--color-foreground);color:var(--color-background)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.logo{display:inline-flex;text-decoration:none;color:inherit}.logo__image{width:var(--logo-width, 90px);height:auto}.logo__mark{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:.15em;font-family:Jost,Futura,Century Gothic,sans-serif;font-weight:400;font-size:1.9rem;line-height:.95;letter-spacing:.06em}.logo__top{grid-column:1 / -1}.logo__ams{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.34em;letter-spacing:.25em;align-self:end;justify-self:start;opacity:.55}.logo__bottom{align-self:end}.product-gallery{display:grid;gap:var(--space-sm);timeline-scope:--product-gallery}.product-gallery [hidden]{display:none!important}.product-gallery__track{display:flex;gap:var(--space-2xs);margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--page-margin);scrollbar-width:none;scroll-timeline:--product-gallery x}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 calc(100% - var(--mobile-peek, 14%));aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:var(--style-border-radius-inputs);background-color:var(--color-background);scroll-snap-align:start}.product-gallery__zoom-trigger{display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in}.product-gallery__zoom-trigger:focus-visible{outline:2px solid var(--color-foreground);outline-offset:-2px}.product-gallery__image,.product-gallery__placeholder,.product-gallery__slide video,.product-gallery__slide iframe,.product-gallery__slide model-viewer{width:100%;height:100%;object-fit:contain}.product-gallery--fit-cover .product-gallery__image{object-fit:cover}.product-gallery__placeholder{padding:var(--space-xl);opacity:.35}.product-gallery__progress{height:3px;overflow:hidden;border-radius:999px;background-color:var(--color-border)}.product-gallery__progress-bar{width:calc(100% / var(--slide-count, 1));height:100%;border-radius:inherit;background-color:var(--color-foreground);will-change:transform}@supports (animation-timeline: --x) and (timeline-scope: --x){.product-gallery__progress-bar{animation:product-gallery-progress linear both;animation-timeline:--product-gallery}}@keyframes product-gallery-progress{0%{transform:translate(0)}to{transform:translate(calc((var(--slide-count, 1) - 1) * 100%))}}.product-gallery__arrow,.product-gallery__lightbox-close{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--color-border);border-radius:50%;background-color:color-mix(in srgb,var(--color-background) 85%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--color-foreground);cursor:pointer;transition:background-color .18s ease}.product-gallery__arrow:hover,.product-gallery__lightbox-close:hover{background-color:var(--color-background)}.product-gallery__arrow:focus-visible,.product-gallery__lightbox-close:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.product-gallery__arrow{position:absolute;top:50%;translate:0 -50%}.product-gallery__arrow--prev{left:var(--space-sm)}.product-gallery__arrow--next{right:var(--space-sm)}.product-gallery__counter{position:absolute;bottom:var(--space-sm);left:50%;translate:-50% 0;margin:0;padding:.3em .75em;border-radius:999px;background-color:color-mix(in srgb,var(--color-background) 85%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:var(--font-size-xs);font-variant-numeric:tabular-nums;color:var(--color-foreground);pointer-events:none}.product-gallery__lightbox{width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background-color:var(--color-background);color:var(--color-foreground)}.product-gallery__lightbox::backdrop{background-color:#0000007f}.product-gallery__lightbox-track{position:relative;display:flex;height:100dvh;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery__lightbox-track::-webkit-scrollbar{display:none}.product-gallery__lightbox-track:focus-visible{outline:2px solid var(--color-foreground);outline-offset:-2px}.product-gallery__lightbox-slide{flex:0 0 100%;height:100dvh;display:grid;place-items:center;padding:var(--space-lg);scroll-snap-align:start;scroll-snap-stop:always;cursor:zoom-out}.product-gallery__lightbox-image{max-width:100%;max-height:calc(100dvh - var(--space-lg) * 2);width:auto;height:auto;object-fit:contain;cursor:default}.product-gallery__lightbox-close{position:fixed;top:var(--space-sm);right:var(--space-sm);z-index:1}@media(hover:none){.product-gallery__arrow{display:none}}@media(min-width:990px){.product-gallery__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin-inline:0;padding-inline:0;overflow:visible;scroll-snap-type:none}.product-gallery__slide--lead{grid-column:1 / -1}.product-gallery__progress{display:none}}@media(prefers-reduced-motion:reduce){.product-gallery__arrow,.product-gallery__lightbox-close{transition:none}}.price{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs) var(--space-xs);font-size:var(--font-size-md);font-weight:700;line-height:var(--line-height-snug);font-variant-numeric:tabular-nums}.price__compare{color:var(--color-muted);text-decoration-thickness:1.5px}.price__note{flex-basis:100%;font-size:var(--font-size-xs);font-weight:400;color:var(--color-muted)}.price__badge{padding:.3em .65em;border-radius:999px;background-color:var(--color-accent);color:var(--color-accent-contrast);font-size:var(--font-size-xs);font-weight:700;letter-spacing:.02em;line-height:1.2}.specs-list{margin:0}.specs-list>div{display:grid;grid-template-columns:9rem 1fr;gap:var(--space-sm);padding:.6rem 0;border-top:1px solid var(--color-border);font-size:.9rem}.specs-list>div:first-child{border-top:0}.specs-list dt{font-size:var(--font-size-xs);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-muted);align-self:baseline;padding-top:.15em}.specs-list dd{margin:0;color:var(--color-foreground);line-height:1.4}.variant-picker{display:grid;gap:var(--space-sm);margin-bottom:var(--space-md)}.variant-picker__option{min-width:0;margin:0;padding:0;border:0}.variant-picker__caption{display:flex;gap:var(--space-2xs);margin:var(--space-xs) 0 0;font-size:var(--font-size-sm)}.variant-picker__name{color:var(--color-muted)}.variant-picker__name:after{content:":"}.variant-picker__value{font-weight:600}.variant-picker__swatches{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.variant-picker__swatch{position:relative;display:grid;place-items:center;width:3rem;height:3rem;overflow:hidden;border:1px solid var(--color-border);border-radius:50%;background-color:var(--color-surface);cursor:pointer;transition:border-color .18s ease,outline-color .18s ease}.variant-picker__swatch:hover{border-color:var(--color-foreground)}.variant-picker__color{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.variant-picker__color{background-color:var(--swatch-color)}.variant-picker__initial{font-size:var(--font-size-sm);font-weight:600}.variant-picker__input:checked+.variant-picker__swatch{border-color:var(--color-foreground);outline:2px solid var(--color-foreground);outline-offset:2px}.variant-picker__input:focus-visible+.variant-picker__swatch{outline:2px solid var(--color-accent);outline-offset:3px}.variant-picker__swatch--unavailable{opacity:.45}.variant-picker__swatch--unavailable:after{content:"";position:absolute;inset:50% -10% auto;height:1px;background-color:currentColor;rotate:-45deg}@media(prefers-reduced-motion:reduce){.variant-picker__swatch{transition:none}}.shipping-bar{display:flex;flex-direction:column;gap:.45rem;width:100%}.shipping-bar__text b{color:var(--color-foreground);font-weight:500}.shipping-bar__track{height:3px;background:var(--color-border);overflow:hidden}.shipping-bar__fill{display:block;height:100%;background:var(--color-accent);transition:width .6s var(--ease)}.shipping-bar__fill.is-complete{background:var(--color-foreground)}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
