:root{--of-surface:#ffffff05;--of-surface-2:#ffffff0a}body{background:var(--color-bg)}.of-context{background:var(--of-surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:.85rem;margin:-1.75rem 0 2.5rem;padding:.55rem .75rem .55rem .6rem;display:flex}.of-context[hidden]{display:none}.of-context-thumb{border:1px solid var(--border);background-color:#ffffff0a;background-position:50%;background-size:cover;border-radius:8px;flex:0 0 42px;width:42px;height:42px}.of-context-info{flex-direction:column;min-width:0;line-height:1.3;display:flex}.of-context-brand{text-transform:uppercase;letter-spacing:.09em;color:var(--color-text-muted);font-size:.68rem}.of-context-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.of-context-change{color:var(--color-accent);cursor:pointer;transition:background .25s var(--ease-out-expo);background:0 0;border:none;border-radius:6px;flex:none;margin-left:auto;padding:.35rem .5rem;font-family:inherit;font-size:.8rem}.of-context-change:hover{background:#ffffff0d}.of-wizard{max-width:1200px;margin:0 auto;padding:7rem 3rem 0;position:relative}.of-progress{z-index:50;-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);background:#0a0a0ad9;border-radius:14px;grid-template-columns:repeat(6,1fr);gap:0;margin-bottom:3rem;padding:.85rem 1rem;display:grid;position:sticky;top:5rem}.of-progress-step{cursor:pointer;text-align:left;font-family:var(--font-body);color:var(--color-text-muted);transition:color .3s var(--ease-out-expo);background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.4rem .5rem;display:flex;position:relative}.of-progress-step:disabled,.of-progress-step[aria-disabled=true]{cursor:not-allowed;opacity:.45}.of-progress-step.is-active,.of-progress-step.is-done{color:var(--color-text)}.of-progress-num{letter-spacing:.1em;color:inherit;opacity:.5;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:500}.of-progress-step.is-active .of-progress-num,.of-progress-step.is-done .of-progress-num{color:var(--color-accent);opacity:1}.of-progress-lbl{letter-spacing:-.01em;font-size:.78rem;font-weight:500}.of-progress-bar{background:#ffffff0d;border-radius:2px;height:2px;position:absolute;bottom:0;left:1rem;right:1rem;overflow:hidden}.of-progress-bar-fill{background:var(--color-accent);width:0;height:100%;transition:width .5s var(--ease-out-expo);display:block}.of-form{position:relative}.of-step{display:none}.of-step.is-active{animation:ofStepFadeIn .5s var(--ease-out-expo);display:block}@keyframes ofStepFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.of-step-head{margin-bottom:2.5rem}.of-step-num{color:var(--color-accent);letter-spacing:.1em;border:1px solid var(--color-accent);border-radius:100px;flex-shrink:0;margin-top:.3rem;padding:.45rem .8rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:500}.of-link{font:inherit;color:var(--color-accent);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;-webkit-text-decoration:underline #e6394666;text-decoration:underline #e6394666;transition:text-decoration-color .3s}.of-link:hover{-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.of-step-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-text);margin:0 0 .5rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700;line-height:1.1}.of-step-hint{font-family:var(--font-body);color:#ffffff8c;margin:0;font-size:.95rem;font-weight:300;line-height:1.6}.of-step-hint a{color:var(--color-accent);text-underline-offset:3px;-webkit-text-decoration:underline #e6394666;text-decoration:underline #e6394666;transition:text-decoration-color .3s}.of-step-hint a:hover{-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.of-step-hint em{color:var(--color-text);font-style:italic}.of-sub-title{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);align-items:center;gap:.6rem;margin:2rem 0 1rem;font-size:.85rem;font-weight:600;display:flex}.of-druktechniek[hidden]{display:none}.of-tech-note{color:var(--color-text-muted);margin:1rem 0 0;font-size:.82rem;line-height:1.5}.of-tech-note b{color:var(--color-text);font-weight:600}.of-tech-note[hidden]{display:none}.of-sub-meta{font-family:var(--font-body);letter-spacing:0;text-transform:none;color:var(--color-text-muted);font-size:.7rem;font-weight:400}.of-options{flex-wrap:wrap;gap:.6rem;display:flex}.of-options--grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.of-options--placements{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.of-card-option{border:1px solid var(--border);background:var(--of-surface);cursor:pointer;transition:background .3s var(--ease-out-expo), border-color .3s var(--ease-out-expo);font-family:var(--font-body);color:var(--color-text-muted);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.7rem;padding:1.5rem 1rem;display:flex;position:relative}.of-card-option:hover{border-color:var(--border-strong);background:var(--of-surface-2);color:var(--color-text)}.of-card-option.is-active{border-color:var(--color-accent);color:var(--color-text);background:#e6394614}.of-card-option-icon{filter:grayscale(.2);font-size:1.6rem}.of-card-option-label{text-align:center;letter-spacing:.01em;font-size:.85rem;font-weight:500}.of-pill{border:1px solid var(--border);background:var(--of-surface);cursor:pointer;transition:background .3s var(--ease-out-expo), border-color .3s var(--ease-out-expo);font-family:var(--font-body);color:var(--color-text);text-align:left;border-radius:12px;flex-direction:column;flex:1;align-items:flex-start;gap:.3rem;min-width:200px;padding:1rem 1.4rem;display:flex}.of-pill:hover{border-color:var(--border-strong);background:var(--of-surface-2)}.of-pill.is-active{border-color:var(--color-accent);background:#e6394614}.of-pill-num{width:22px;height:22px;color:var(--color-accent);background:#ffffff0f;border-radius:100px;justify-content:center;align-items:center;margin-bottom:.2rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500;display:inline-flex}.of-pill.is-active .of-pill-num{background:var(--color-accent);color:var(--color-white)}.of-pill-label{letter-spacing:-.01em;font-size:.95rem;font-weight:500}.of-pill-meta{color:var(--color-text-muted);font-size:.75rem}.of-pill--small{min-width:0;color:var(--color-text-muted);border-radius:100px;flex-direction:row;flex:none;align-items:center;padding:.7rem 1.2rem;font-size:.85rem;font-weight:500}.of-pill--small.is-active{color:var(--color-text);border-color:var(--color-accent);background:#e639461a}.of-place{border:1px solid var(--border);background:var(--of-surface);cursor:pointer;transition:background .3s var(--ease-out-expo), border-color .3s var(--ease-out-expo), color .3s;font-family:var(--font-body);color:var(--color-text-muted);border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1rem 1.2rem;font-size:.85rem;font-weight:500;display:flex;position:relative}.of-place svg{width:50px;height:auto;color:var(--color-text-muted);transition:color .3s}.of-place:hover{border-color:var(--border-strong);color:var(--color-text)}.of-place:hover svg{color:var(--color-text)}.of-place.is-active{border-color:var(--color-accent);color:var(--color-text);background:#e6394614}.of-place.is-active svg{color:var(--color-accent)}.of-place.is-active:before{content:"";background:var(--color-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px}.of-aantal-row{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.of-aantal-total{flex-direction:column;flex:1;gap:.6rem;min-width:280px;display:flex}.of-aantal-label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-size:.7rem;font-weight:500}.of-aantal-stepper{border:1px solid var(--border-strong);background:var(--of-surface);border-radius:12px;align-items:center;width:100%;max-width:320px;height:56px;display:flex;overflow:hidden}.of-stepper-btn{width:56px;height:100%;color:var(--color-text);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-size:1.2rem;transition:background .3s,color .3s;display:flex}.of-stepper-btn:hover{color:var(--color-accent);background:#ffffff0d}.of-aantal-stepper input[type=number]{border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);height:100%;color:var(--color-text);font-family:var(--font-display);text-align:center;appearance:textfield;background:0 0;flex:1;font-size:1.3rem;font-weight:600}.of-aantal-stepper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-aantal-stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.of-aantal-stepper input[type=number]:focus{background:#e639460d;outline:none}.of-aantal-suffix{color:var(--color-text-muted);font-family:var(--font-body);white-space:nowrap;padding:0 1.2rem;font-size:.85rem}.of-maten{border-top:1px solid var(--border);padding-top:1.25rem}.of-maten-toggle{font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;list-style:none;display:flex}.of-maten-toggle::-webkit-details-marker{display:none}.of-maten-toggle svg{transition:transform .3s var(--ease-out-expo)}.of-maten[open] .of-maten-toggle svg{transform:rotate(180deg)}.of-maten[open] .of-maten-toggle{color:var(--color-text)}.of-maten-grid{grid-template-columns:repeat(8,1fr);gap:.6rem;margin-top:1rem;display:grid}.of-kleur-block{margin-bottom:2rem}.of-kleur-grid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:.55rem;margin:.85rem 0 .6rem;display:grid}.of-kleur-swatch{aspect-ratio:1;cursor:pointer;transition:transform .3s var(--ease-out-expo), border-color .3s var(--ease-out-expo), box-shadow .3s var(--ease-out-expo);outline-offset:-1px;background-clip:padding-box;border:2px solid #0000;border-radius:50%;outline:1px solid #ffffff14;position:relative}.of-kleur-swatch:hover{transform:scale(1.06)}.of-kleur-swatch.is-active{border-color:var(--color-accent);box-shadow:0 0 0 3px #e639462e}.of-kleur-swatch[title]:hover:after{content:attr(title);border:1px solid var(--border);font-family:var(--font-body);color:var(--color-text);white-space:nowrap;pointer-events:none;z-index:10;background:#0a0a0af2;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%)}.of-kleur-hint{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:300}.of-maat{border:1px solid var(--border);background:var(--of-surface);border-radius:10px;flex-direction:column;transition:border-color .3s;display:flex;overflow:hidden}.of-maat:focus-within{border-color:var(--color-accent)}.of-maat.is-picked{background:#e639460a;border-color:#e6394680}.of-maat span{letter-spacing:.05em;color:var(--color-text-muted);text-align:center;padding:.5rem .6rem .2rem;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}.of-maat input{width:100%;color:var(--color-text);font-family:var(--font-display);text-align:center;-moz-appearance:textfield;background:0 0;border:0;padding:.5rem .6rem .7rem;font-size:1rem;font-weight:600}.of-maat input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-maat input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.of-maat input:focus{outline:none}.of-maten-sum{font-family:var(--font-body);color:var(--color-text-muted);margin:1rem 0 0;font-size:.8rem}.of-maten-sum b{color:var(--color-text);font-family:JetBrains Mono,monospace;font-weight:600}.of-maten-warn{color:var(--color-accent);margin-left:.5rem}.of-upload{cursor:pointer;display:block;position:relative}.of-upload input[type=file]{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.of-upload-inner{border:2px dashed var(--border-strong);background:var(--of-surface);text-align:center;transition:all .3s var(--ease-out-expo);border-radius:14px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.of-upload-inner svg{color:var(--color-text-muted);transition:color .3s}.of-upload:hover .of-upload-inner,.of-upload.is-drag .of-upload-inner{border-color:var(--color-accent);background:#e639460a}.of-upload:hover .of-upload-inner svg,.of-upload.is-drag .of-upload-inner svg{color:var(--color-accent)}.of-upload-text{font-family:var(--font-body);color:var(--color-text);margin:0;font-size:1rem}.of-upload-text b{font-weight:600}.of-upload-text--mobile{display:none}.of-upload-meta{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:.75rem}.of-upload-list{flex-direction:column;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.of-upload-list:empty{display:none}.of-upload-item{background:var(--of-surface);border:1px solid var(--border);font-family:var(--font-body);color:var(--color-text);border-radius:8px;align-items:center;gap:.7rem;padding:.6rem .85rem;font-size:.8rem;display:flex}.of-upload-item-icon{color:var(--color-accent);flex-shrink:0}.of-upload-item-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.of-upload-item-size{color:var(--color-text-muted);font-family:JetBrains Mono,monospace;font-size:.7rem}.of-upload-item-remove{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:.2rem;line-height:0;transition:color .2s,background .2s}.of-upload-item-remove:hover{color:var(--color-accent);background:#e6394614}.of-fields{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.of-field{display:block;position:relative}.of-field--full{grid-column:1/-1}.of-field input,.of-field textarea{background:var(--of-surface);border:1px solid var(--border);width:100%;color:var(--color-text);font-family:var(--font-body);border-radius:10px;padding:1.25rem 1.1rem .65rem;font-size:.95rem;transition:border-color .3s,background .3s}.of-field textarea{resize:vertical;min-height:100px;font-family:var(--font-body);line-height:1.5}.of-field input:focus,.of-field textarea:focus{border-color:var(--color-accent);background:var(--of-surface-2);outline:none}.of-field-label{font-family:var(--font-body);letter-spacing:.04em;color:var(--color-text-muted);pointer-events:none;font-size:.7rem;font-weight:500;transition:color .3s;position:absolute;top:.7rem;left:1.1rem}.of-field input:focus~.of-field-label,.of-field textarea:focus~.of-field-label{color:var(--color-accent)}.of-field-opt{text-transform:none;letter-spacing:0;opacity:.7;font-weight:400}.of-product-controls{grid-template-columns:280px 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.of-search{align-items:center;display:flex;position:relative}.of-search svg{color:var(--color-text-muted);pointer-events:none;position:absolute;left:1rem}.of-search input{background:var(--of-surface);border:1px solid var(--border);width:100%;color:var(--color-text);font-family:var(--font-body);border-radius:10px;padding:.85rem 1rem .85rem 2.85rem;font-size:.9rem;transition:border-color .3s}.of-search input:focus{border-color:var(--color-accent);outline:none}.of-search input::placeholder{color:var(--color-text-muted)}.of-cat-tabs{scrollbar-width:none;-ms-overflow-style:none;gap:.4rem;padding:.15rem 1.5rem .15rem .15rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 30px),#0000)}.of-cat-tabs::-webkit-scrollbar{display:none}.of-cat-tab{border:1px solid var(--border);color:var(--color-text-muted);font-family:var(--font-body);cursor:pointer;white-space:nowrap;transition:all .3s var(--ease-out-expo);background:0 0;border-radius:100px;flex-shrink:0;padding:.65rem 1rem;font-size:.78rem;font-weight:500}.of-cat-tab:hover{color:var(--color-text);border-color:var(--border-strong)}.of-cat-tab.is-active{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.of-product-selected{border:1px solid var(--color-accent);animation:ofStepFadeIn .4s var(--ease-out-expo);background:#e639460f;border-radius:14px;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.of-product-selected-img{background:#ffffff0a 50%/contain no-repeat;border-radius:8px;flex-shrink:0;width:60px;height:60px}.of-product-selected-info{flex:1;min-width:0}.of-product-selected-brand{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.2rem;font-size:.7rem;display:block}.of-product-selected-name{font-family:var(--font-display);color:var(--color-text);margin:0 0 .1rem;font-size:1.1rem;font-weight:600}.of-product-selected-meta{font-family:var(--font-body);color:var(--color-text-muted);margin:0;font-size:.75rem}.of-product-selected-clear{color:var(--color-text-muted);cursor:pointer;background:#ffffff0a;border:0;border-radius:8px;flex-shrink:0;padding:.5rem;line-height:0;transition:all .2s}.of-product-selected-clear:hover{color:var(--color-text);background:#ffffff14}.of-product-grid{flex-direction:column;gap:.5rem;display:flex}.of-product-card{background:var(--of-surface);border:1px solid var(--border);cursor:pointer;transition:border-color .3s var(--ease-out-expo), background .3s var(--ease-out-expo);text-align:left;border-radius:12px;align-items:center;gap:1.1rem;width:100%;padding:.7rem 1rem;display:flex;position:relative}.of-product-card:hover{border-color:var(--border-strong);background:var(--of-surface-2)}.of-product-card.is-selected{border-color:var(--color-accent);background:#e6394614}.of-product-card-img{background-color:var(--color-white);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;flex-shrink:0;width:56px;height:56px}.of-product-card-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.of-product-card-brand{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);font-size:.62rem}.of-product-card.is-selected .of-product-card-brand{color:var(--color-accent)}.of-product-card-name{font-family:var(--font-display);color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:600;line-height:1.2;overflow:hidden}.of-product-card-meta{font-family:var(--font-body);color:var(--color-text-muted);font-size:.75rem}.of-product-card-check{border:1.5px solid var(--border-strong);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .3s;display:flex}.of-product-card:hover .of-product-card-check{border-color:var(--color-text-muted)}.of-product-card.is-selected .of-product-card-check{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.of-product-empty{text-align:center;font-family:var(--font-body);color:var(--color-text-muted);padding:3rem 1rem;font-size:.9rem}.of-summary{background:var(--of-surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:.55rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.of-summary:empty{display:none}.of-summary-row{font-family:var(--font-body);align-items:baseline;gap:1rem;font-size:.85rem;display:flex}.of-summary-row b{color:var(--color-text);flex:1;font-weight:500}.of-summary-row span{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);flex-shrink:0;min-width:110px;font-family:JetBrains Mono,monospace;font-size:.7rem}.of-summary-empty{font-family:var(--font-body);color:var(--color-text-muted);font-size:.85rem;font-style:italic}.of-nav{z-index:40;padding:1.4rem 3rem calc(1.4rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(20px);background:#0a0a0ae0;justify-content:space-between;align-items:center;gap:1rem;margin:3rem -3rem 0;display:flex;position:sticky;bottom:0}.of-nav-back,.of-nav-next,.of-nav-submit{font-family:var(--font-body);cursor:pointer;transition:all .3s var(--ease-out-expo);border:1px solid var(--border);background:var(--of-surface);color:var(--color-text);border-radius:10px;align-items:center;gap:.6rem;padding:.95rem 1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.of-nav-back:hover:not(:disabled),.of-nav-next:hover{border-color:var(--border-strong);background:var(--of-surface-2)}.of-nav-back:disabled{opacity:.35;cursor:not-allowed}.of-nav-next,.of-nav-submit{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white)}.of-nav-next:hover,.of-nav-submit:hover{background:#d42f3b;border-color:#d42f3b;transform:translateY(-1px);box-shadow:0 12px 30px #e6394633}.of-nav-next:disabled,.of-nav-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.of-nav-next svg,.of-nav-submit svg{transition:transform .3s}.of-nav-next:hover svg,.of-nav-submit:hover svg{transform:translate(3px)}.of-nav-counter{letter-spacing:.1em;color:var(--color-text-muted);text-align:center;font-family:JetBrains Mono,monospace;font-size:.7rem}.of-success{text-align:center;border:1px solid var(--border);background:var(--of-surface);border-radius:20px;max-width:600px;margin:5rem auto;padding:4rem 2rem}.of-success-icon{color:#6dd37e;background:#6dd37e1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:inline-flex}.of-success-title{font-family:var(--font-display);color:var(--color-text);margin:0 0 .75rem;font-size:2.5rem;font-weight:700}.of-success-text{font-family:var(--font-body);color:var(--color-text-muted);margin:0 0 2rem;font-size:1rem}.of-success-link{font-family:var(--font-body);color:var(--color-accent);font-size:.9rem;font-weight:500;transition:opacity .3s;display:inline-block}.of-success-link:hover{opacity:.7}@media (width<=1024px){.of-hero{padding:6rem 2rem 1.5rem}.of-wizard{padding:1rem 2rem 0}.of-nav{margin:3rem -2rem 0;padding-left:2rem;padding-right:2rem}.of-options--placements{grid-template-columns:repeat(2,1fr)}.of-fields{grid-template-columns:1fr}.of-maten-grid{grid-template-columns:repeat(4,1fr)}.of-product-controls{grid-template-columns:1fr}.of-progress-lbl{display:none}.of-progress{padding:.85rem}.of-progress-step{align-items:center;padding:.3rem}}@media (width<=768px){.of-hero{padding:5.5rem 1.25rem 1.25rem}.of-hero-top{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.of-hero-meta{padding:.4rem .85rem;font-size:.7rem}.of-hero-sub{font-size:.95rem}.of-hero-outline-text{font-size:200px}.of-wizard{padding:1.5rem 1.25rem 0}.of-progress{z-index:auto;-webkit-backdrop-filter:none;grid-template-columns:1fr;margin-bottom:2rem;padding:.85rem 1rem;position:relative;top:auto}.of-progress-step{flex-direction:row;justify-content:space-between;align-items:baseline;gap:.6rem;padding:.2rem 0}.of-progress-step:not(.is-active){display:none}.of-progress-step.is-active{display:flex}.of-progress-lbl{font-size:.85rem;display:inline}.of-progress-num{font-size:.65rem}.of-step{scroll-margin-top:5.5rem}.of-step-head{margin-bottom:1.75rem}.of-step-title{font-size:1.5rem;line-height:1.15}.of-step-hint{font-size:.9rem}.of-options.of-options--multi:not(.of-options--placements){grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.of-options.of-options--multi:not(.of-options--placements) .of-pill{flex:none;min-width:0}.of-step[data-step="4"] .of-options:not(.of-options--placements):not(.of-options--multi){grid-template-columns:repeat(2,1fr);gap:.55rem;display:grid}.of-step[data-step="4"] .of-options:not(.of-options--placements):not(.of-options--multi) .of-pill--small{text-align:center;flex:none;justify-content:center;min-width:0}.of-sub-title{flex-wrap:wrap;margin:1.5rem 0 .85rem;font-size:.78rem}.of-product-grid{max-height:none;overflow:visible}.of-product-card{gap:.85rem;padding:.6rem .85rem}.of-product-card-img{width:48px;height:48px}.of-product-card-name{font-size:.92rem}.of-product-card-meta{font-size:.7rem}.of-aantal-stepper{max-width:none}.of-pill{min-width:0;padding:.85rem 1.1rem}.of-pill-label{font-size:.9rem}.of-pill-meta{font-size:.7rem}.of-pill--small{padding:.65rem 1rem;font-size:.8rem}.of-place{padding:1.1rem .75rem}.of-place svg{width:40px}.of-place span{font-size:.78rem}.of-upload-inner{padding:2rem 1rem}.of-upload-text{font-size:.95rem}.of-upload-text--desktop{display:none}.of-upload-text--mobile{display:inline}.of-summary-row span{min-width:0;font-size:.65rem}.of-summary-row{flex-direction:column;gap:.1rem}.of-summary-row b{font-size:.9rem}.of-nav{padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom));flex-wrap:wrap;gap:.5rem;margin:2rem -1.25rem 0}.of-nav-counter{text-align:left;flex:0 0 100%;order:-1;padding-bottom:.3rem}.of-nav-back{flex:none;padding:.85rem 1.1rem}.of-nav-next,.of-nav-submit{flex:1;justify-content:center;padding:.95rem 1.25rem}}@media (width<=480px){.of-hero-outline-text{font-size:140px}.of-maten-grid{grid-template-columns:repeat(4,1fr)}}
