{"id":4583,"date":"2026-08-06T13:25:16","date_gmt":"2026-08-06T13:25:16","guid":{"rendered":"https:\/\/myfoodoffice.com\/en\/?page_id=4583"},"modified":"2026-08-06T13:25:43","modified_gmt":"2026-08-06T13:25:43","slug":"pricing-2026","status":"publish","type":"page","link":"https:\/\/myfoodoffice.com\/no\/pricing-2026\/","title":{"rendered":"Priser"},"content":{"rendered":"<!-- MyFoodOffice pricing page, build 4 \/ \"version 3\" (container-query responsive, locale-aware).\n     BUILD-MARKER:v3e-20260805T083555Z  <- fetch a translated route and grep this to prove\n     the route is not serving stale markup; TranslatePress has done that before.\n     Prices come from the Product Register via data-art; see the article table in the script.\n     NOTE: no literal double-ampersand may appear in the script below - WordPress\n     encodes it on render and the script dies at parse time. -->\n<div class=\"mfo-p3-outer\"><style id=\"mfo-p3-css\">\n\/* Full-bleed break-out. The theme's .entry-content is only 950px wide here,\n   so without this the container query would never reach the desktop band\n   (>1300px) on a desktop browser. 100vw is the no-JS fallback only: vw\n   INCLUDES the vertical scrollbar, which produced a real 8px horizontal\n   scroll on the live site (documentElement.clientWidth 1905 vs 100vw\n   1920). The script overwrites --mfo-w with clientWidth and keeps it in\n   step on resize. *\/\n.mfo-p3-outer{--mfo-w:100vw;width:var(--mfo-w);max-width:var(--mfo-w);margin-left:calc(50% - var(--mfo-w) \/ 2);margin-right:calc(50% - var(--mfo-w) \/ 2);background:#F5F6F8}\n\/* That background is load-bearing on wide screens. .mfo-p3 is capped at 1440px\n   and centred, so on a 1905px viewport there are 233px gutters either side of\n   it - and an unpainted outer let the theme's white .site-content-contain show\n   through, so the page appeared to change colour at the far left and right.\n   Painting the outer with the block's own surface makes it one continuous\n   colour at any width.\n   NOT the design export's #E8EAF0: that colour belongs to the mockup's own\n   scaffolding <section> (the one that held the earlier options side by side at\n   gap:64px), not to the page. Using it would invent a framed-card look nobody\n   asked for.\n   The left\/right borders come off with it: once the gutters are the same colour\n   they drew a 1px line down the middle of a continuous surface. Top and bottom\n   stay, as separators from the theme's header and footer.\n   The cap stays because the container query keys on .mfo-p3's inline size and\n   every clamp() in the block is in cqi - letting it grow to 1905 would scale\n   the whole type ramp up. So the coloured bands (trust strip, closing CTA) do\n   still end at 1440; full-bleed bands would need the container moved to the\n   outer and all four breakpoints re-derived. *\/\n.mfo-p3{max-width:1440px;margin:0 auto;background:#F5F6F8;border-top:1px solid #E1E4EB;border-bottom:1px solid #E1E4EB;overflow:clip;container-type:inline-size;container-name:pg;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:#333A4D;text-align:left;line-height:normal}\n\/* line-height:normal above is not cosmetic. The theme sets body{line-height:1.8}\n   and .entry-content raises it to 1.9, and 547 of this block's 577 spans\/divs do\n   not declare their own leading - so live they all inherited ~1.9 where the\n   design renders them at 'normal'. That loosened every small label and stretched\n   the ROI calculator's dark panel by 39px. Elements that DO set line-height\n   explicitly (prose at ~1.6, feature rows) are unaffected; this only restores\n   the design's default for the ones that never asked for a value. *\/\n.mfo-p3 *,.mfo-p3 *::before,.mfo-p3 *::after{box-sizing:border-box}\n.mfo-p3 a{color:#1665F0;text-decoration:none}\n.mfo-p3 a:hover{text-decoration:underline}\n.mfo-p3 h1,.mfo-p3 h2,.mfo-p3 h3,.mfo-p3 h4{font-family:inherit;font-feature-settings:'cv11'}\n\/* The theme's 'h1,h2,h3{padding-top:.625em}' leaked 13.125px above all 15 h3s -\n   invisible in review because we only ever set margin on them, never padding. *\/\n.mfo-p3 h1,.mfo-p3 h2,.mfo-p3 h3,.mfo-p3 h4{padding:0}\n\/* Inspiro trap: theme styles .entry-content li directly, so list-style must be\n   killed on the li, not the ul. *\/\n.mfo-p3 ul,.mfo-p3 ol{list-style:none;margin:0;padding:0}\n.mfo-p3 li{list-style:none!important;list-style-type:none!important;list-style-position:outside!important;margin:0}\n.mfo-p3 li::marker{content:''}\n.mfo-p3 p{margin:0}\n.mfo-p3 img{max-width:100%;height:auto}\n\/* \u26a0 Inspiro styles bare <button> with text-transform:uppercase, letter-spacing:1px,\n   font-family:Montserrat, font-size:1rem, line-height:1.15-1.8, display:inline,\n   width:auto, white-space:nowrap, padding:12px 25px and a centred text-align.\n   Every interactive control on this page is a <button> - the 4 persona tabs, the\n   2 billing buttons, the 8 FAQ headers, the modal close - so on the live site the\n   labels rendered in CAPS with tracking, which is why the tab row would not fit at\n   any width. A local harness cannot see this: it only appears with the theme\n   loaded. Reset the typography explicitly; a scoped '.mfo-p3-outer button' selector\n   (0,1,1) outbids the theme's bare 'button' (0,0,1) with no !important needed. *\/\n.mfo-p3-outer button{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:normal;letter-spacing:normal;text-transform:none;text-align:left;white-space:normal;color:inherit;background:none;border:none;border-radius:0;box-shadow:none;text-shadow:none;padding:0;margin:0;min-width:0;width:auto;text-decoration:none}\n.mfo-p3-outer button:hover,.mfo-p3-outer button:focus{text-decoration:none;box-shadow:none}\n\/* Same trap, second element: Inspiro's style.min.css also styles bare inputs -\n   'input,textarea{padding:11px 10px;font-size:1rem;background:#fff;\n   border:2px solid rgba(68,68,68,.19);width:auto;border-radius:0}'. That made\n   the four ROI range sliders 42px tall instead of ~16px, which inflated the\n   calculator's left column by 164px live, and margin-top:auto on the payback\n   box collected all of it into a visible gap. Enumerate the theme's rules\n   against your elements rather than resetting only the ones you happened to\n   think of - 'button' and 'input' came from the same stylesheet. *\/\n.mfo-p3-outer input,.mfo-p3-outer select,.mfo-p3-outer textarea{font-family:inherit;padding:0;margin:0;border:0;background:none;border-radius:0;width:auto;height:auto;min-height:0;box-shadow:none;color:inherit}\n.mfo-p3-outer input[type=range]{width:100%;height:auto;accent-color:#1665F0;cursor:pointer}\n.mfo-p3 [hidden]{display:none!important}\n\n.mfo-p3 .mfo-tk{flex:none;margin-top:2px}\n.mfo-p3 .mfo-f{display:flex;align-items:flex-start;gap:9px;font-size:15px;line-height:24px;color:#333A4D}\n.mfo-p3 .mfo-fl{margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:11px}\n.mfo-p3 .mfo-lb{font-size:12px;font-weight:700;color:#5F6878;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}\n\n\/* --- tabs ------------------------------------------------------------- *\/\n.mfo-p3 .mfo-tabrow{margin:0;display:flex;align-items:stretch;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden;background:#fff}\n.mfo-p3 .mfo-tab{flex:1 1 0;min-width:0;cursor:pointer;border:none;border-right:1px solid #E1E4EB;border-radius:0;padding:13px 14px;text-align:left;display:flex;align-items:center;gap:10px;transition:background 150ms,color 150ms;background:#fff;color:#1F2B4D}\n.mfo-p3 .mfo-tab > svg{flex:none;align-self:center;width:26px;height:26px}\n.mfo-p3 .mfo-tabtext{display:flex;flex-direction:column;gap:2px;flex:1 1 0;min-width:0}\n\/* text-wrap:balance makes a two-line label split evenly (\"I run bakery \/ or\n   retail shops\") instead of leaving one word stranded on line two. *\/\n.mfo-p3 .mfo-tablabel{font-size:15px;line-height:1.22;font-weight:700;letter-spacing:normal;text-transform:none;text-wrap:balance}\n.mfo-p3 .mfo-tab.is-on{background:#1F2B4D;color:#fff}\n.mfo-p3 .mfo-tabprice{display:flex;align-items:baseline;gap:4px;font-size:13.5px;line-height:1.35;letter-spacing:normal;text-transform:none;white-space:nowrap;color:inherit}\n.mfo-p3 .mfo-tabprice .o{opacity:.75}\n.mfo-p3 .mfo-tabprice strong{font-weight:700;font-variant-numeric:tabular-nums}\n\/* State classes may only change paint properties \u2014 never position\/display\/margin. *\/\n.mfo-p3 .mfo-tabdot{flex:none;margin-left:auto;align-self:center;width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background 120ms,border-color 120ms;border:2px solid #C3C9D6;background:transparent}\n.mfo-p3 .mfo-tab.is-on .mfo-tabdot{border-color:#4CC26A;background:#4CC26A}\n.mfo-p3 .mfo-tabdot svg{display:none}\n.mfo-p3 .mfo-tab.is-on .mfo-tabdot svg{display:block}\n.mfo-p3 .mfo-panel{display:none}\n.mfo-p3 .mfo-panel.is-on{display:block}\n\n\/* --- customer logo marquee -------------------------------------------- *\/\n\/* Two identical copies of the list translate by exactly -50%, so the seam\n   lands where copy 2 starts and the loop is invisible. The mask fades both\n   edges instead of a hard clip.\n   The spacing is margin-right on each logo, NOT flex 'gap'. With gap, 108\n   items have 107 gaps, so -50% of the strip is one copy plus 53.5 gaps -\n   half a gap short of copy 2's first logo, which is a visible 26px jump\n   once per cycle. (The design export has this bug.) With a trailing margin\n   the strip is exactly 2x(copy + one gap) and -50% lands dead on. *\/\n.mfo-p3 .mfo-mq-w{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)}\n.mfo-p3 .mfo-mq{display:flex;align-items:center;width:max-content;animation:mfo-logo-marquee 140s linear infinite}\n.mfo-p3 .mfo-lgo{flex:none;display:block;height:58px;width:auto;max-width:none;margin-right:52px;opacity:.52}\n@keyframes mfo-logo-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}\n@media (prefers-reduced-motion:reduce){.mfo-p3 .mfo-mq{animation:none}.mfo-p3 .mfo-mq-w{overflow-x:auto}}\n\n\/* --- phone persona selector (replaces the tab row at <=720px) ---------- *\/\n\/* Every word in here is static markup with the inactive variant hidden -\n   the runtime only ever flips [hidden], never writes prose, because\n   TranslatePress cannot see text JS inserts after load. *\/\n.mfo-p3 .mfo-tsel-wrap{display:none;position:relative}\n.mfo-p3 .mfo-tsel{width:100%;cursor:pointer;background:#fff;border:1px solid #C3C9D6;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 2px 6px rgba(20,28,58,.07);transition:border-color 120ms}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel{border-color:#1665F0}\n.mfo-p3 .mfo-tsel-t{display:flex;flex-direction:column;gap:3px;min-width:0;text-align:left}\n.mfo-p3 .mfo-tsel-e{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878}\n.mfo-p3 .mfo-tsel-l{font-size:16px;font-weight:700;color:#1F2B4D;line-height:1.25}\n.mfo-p3 .mfo-tsel-p{display:flex;align-items:baseline;gap:4px;font-size:13px;color:#4A5166}\n.mfo-p3 .mfo-tsel-p .o{opacity:.85}\n.mfo-p3 .mfo-tsel-p strong{font-weight:700;font-variant-numeric:tabular-nums}\n.mfo-p3 .mfo-tsel-v{flex:none;display:flex;align-items:center;gap:8px;color:#1665F0;font-size:13px;font-weight:700}\n.mfo-p3 .mfo-tsel-v svg{flex:none;transition:transform 150ms;transform:rotate(0deg)}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel-v svg{transform:rotate(180deg)}\n.mfo-p3 .mfo-tsel-m{display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden;box-shadow:0 14px 30px rgba(20,28,58,.18);flex-direction:column}\n.mfo-p3 .mfo-tsel-wrap.is-open .mfo-tsel-m{display:flex}\n.mfo-p3 .mfo-tsel-o{width:100%;cursor:pointer;border:none;border-bottom:1px solid #EDEFF3;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;background:#fff;color:#1F2B4D}\n.mfo-p3 .mfo-tsel-o:last-child{border-bottom:none}\n.mfo-p3 .mfo-tsel-o.is-on{background:#1F2B4D;color:#fff}\n.mfo-p3 .mfo-tsel-o .mfo-tsel-ol{font-size:15px;font-weight:700;line-height:1.25;letter-spacing:normal;text-transform:none}\n.mfo-p3 .mfo-tsel-o .mfo-tsel-op{font-size:12.5px;letter-spacing:normal;text-transform:none;opacity:.85;font-variant-numeric:tabular-nums}\n.mfo-p3 .mfo-tsel-d{flex:none;width:18px;height:18px;border-radius:999px;border:2px solid #C3C9D6;background:transparent}\n.mfo-p3 .mfo-tsel-o.is-on .mfo-tsel-d{border-color:#4CC26A;background:#4CC26A}\n\n\/* --- billing toggle ---------------------------------------------------- *\/\n.mfo-p3 .mfo-bill{display:inline-flex;background:#EDEFF3;border-radius:8px;padding:4px;gap:4px}\n.mfo-p3 .mfo-bill button{border:none;cursor:pointer;font-weight:500;font-size:14.5px;line-height:1.3;padding:8px 18px;border-radius:6px;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:background 120ms,color 120ms;background:transparent;color:#5F6878}\n.mfo-p3 .mfo-bill button.is-on{background:#fff;color:#1F2B4D;box-shadow:0 1px 2px rgba(20,28,58,.08)}\n\n\/* --- sliders ----------------------------------------------------------- *\/\n.mfo-p3 input[type=range]{width:100%;accent-color:#1665F0;cursor:pointer;margin:0}\n\n\/* --- FAQ --------------------------------------------------------------- *\/\n.mfo-p3 .mfo-faq-h{width:100%;background:transparent;border:none;cursor:pointer;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;line-height:1.35}\n.mfo-p3 .mfo-faq-i{flex:none;font-size:20px;font-weight:400;color:#5F6878;line-height:1;transition:transform 150ms;transform:rotate(0deg)}\n.mfo-p3 .mfo-faq.is-on .mfo-faq-i{transform:rotate(45deg)}\n.mfo-p3 .mfo-faq-b{display:none;padding:16px 22px 16px;border-top:1px solid #EDEFF3}\n.mfo-p3 .mfo-faq.is-on .mfo-faq-b{display:block}\n\n\/* --- nordic \/ currency variants ---------------------------------------- *\/\n.mfo-p3 .cur-NOK,.mfo-p3 .cur-SEK{display:none}\n.mfo-p3.is-NOK .cur-EUR,.mfo-p3.is-SEK .cur-EUR{display:none}\n.mfo-p3.is-NOK .cur-NOK,.mfo-p3.is-SEK .cur-SEK{display:inline}\n.mfo-p3 .nordic-only{display:none}\n.mfo-p3.is-nordic .nordic-only{display:inline}\n.mfo-p3.is-nordic .eur-only-txt{display:none}\n.mfo-p3.is-nordic [data-eur-only]{display:none!important}\n.mfo-p3.is-nordic .mfo-fdgrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}\n\n\/* --- booking modal ----------------------------------------------------- *\/\n.mfo-bk-ov{position:fixed;inset:0;z-index:100000;background:rgba(11,18,34,.62);display:none;align-items:flex-start;justify-content:center;padding:28px 16px;overflow:auto}\n.mfo-bk-ov.is-on{display:flex}\n.mfo-bk-bx{background:#fff;border-radius:14px;width:100%;max-width:920px;min-height:640px;position:relative;box-shadow:0 24px 60px rgba(8,14,28,.35);padding:22px}\n.mfo-bk-x{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:26px;line-height:1;color:#5F6878;cursor:pointer;padding:4px 8px}\n.mfo-bk-slot{min-height:600px}\n.mfo-bk-head{display:flex;align-items:center;gap:14px;padding:2px 34px 16px 2px;border-bottom:1px solid #E7E9EE;margin-bottom:14px}\n.mfo-bk-logo{height:30px;width:auto;flex:none}\n.mfo-bk-head-txt{min-width:0}\n.mfo-bk-title{margin:0 0 4px;font-size:17px;font-weight:700;line-height:1.3;color:#101A2E}\n.mfo-bk-sub{margin:0;font-size:13.5px;line-height:1.5;color:#5F6878}\n.mfo-bk-wrap{position:relative}\n.mfo-bk-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;transition:opacity .25s ease}\n.mfo-bk-wrap.is-ready .mfo-bk-loading{opacity:0;pointer-events:none}\n.mfo-bk-spin{width:32px;height:32px;border-radius:50%;border:3px solid #E7E9EE;border-top-color:#1665F0;animation:mfo-bk-spin .8s linear infinite}\n.mfo-bk-loading span:last-child{font-size:13.5px;color:#5F6878}\n@keyframes mfo-bk-spin{to{transform:rotate(360deg)}}\n\n\/* =====================================================================\n   Four responsiveness modes, driven by container queries on \"pg\".\n   Desktop  > 1300px   | Tablet landscape 1001-1300 | Tablet portrait 721-1000\n   Phone portrait <= 720px\n   ===================================================================== *\/\n.mfo-p3 [data-phone-only]{display:none}\n.mfo-p3 [data-phone-only-br]{display:none}\n.mfo-p3 [data-tablet-br]{display:none}\n.mfo-p3 [data-tl-br]{display:none}\n\n@container pg (min-width: 721px) and (max-width: 1000px){\n  .mfo-p3 [data-tl]{display:flex!important;flex-wrap:wrap;justify-content:center;row-gap:30px!important}\n  .mfo-p3 [data-tl-step]{flex:0 0 32%}\n  .mfo-p3 [data-case]{display:grid!important;grid-template-columns:minmax(0,1fr) auto;column-gap:20px;align-items:start}\n  .mfo-p3 [data-case] > *:nth-child(1){grid-column:1 \/ -1}\n  .mfo-p3 [data-case] > *:nth-child(2){grid-column:1;grid-row:2;min-height:0!important}\n  .mfo-p3 [data-case] > *:nth-child(3){grid-column:2;grid-row:2 \/ span 2;align-self:stretch;justify-content:center}\n  .mfo-p3 [data-case] > *:nth-child(4){grid-column:1;grid-row:3}\n  .mfo-p3 [data-case] > *:nth-child(5){grid-column:1 \/ -1;grid-row:4}\n  .mfo-p3 [data-case] [data-phone-column]{flex-direction:column!important;align-items:center!important}\n  .mfo-p3 [data-case] [data-phone-rot]{transform:rotate(90deg)}\n  .mfo-p3 [data-pillars]{grid-template-columns:1fr!important}\n  .mfo-p3 [data-tablet-br]{display:inline!important}\n  .mfo-p3 .mfo-tab > svg{width:22px;height:22px}\n  .mfo-p3 .mfo-tablabel{font-size:14px}\n  .mfo-p3 .mfo-tabprice{font-size:12.5px}\n  .mfo-p3 [data-pillars] > *{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)!important;column-gap:28px;row-gap:10px;align-items:start}\n  .mfo-p3 [data-pillars] > * > *:nth-child(1){grid-column:1;grid-row:4;align-self:end}\n  .mfo-p3 [data-pillars] > * > *:nth-child(2){grid-column:1;grid-row:1}\n  .mfo-p3 [data-pillars] > * > *:nth-child(3){grid-column:1;grid-row:2;min-height:0!important}\n  .mfo-p3 [data-pillars] > * > *:nth-child(4){grid-column:2;grid-row:1 \/ span 4;border-top:0!important;border-left:1px solid #EDEFF3;padding:0 0 0 28px!important}\n}\n@container pg (min-width: 721px) and (max-width: 1300px){\n  \/* The tab row becomes one grid with three named rows (dot \/ label \/ price)\n     and each tab adopts them with grid-template-rows:subgrid. That makes the\n     rows size to the tallest tab and align ACROSS tabs, which is what actually\n     fixes the fit: at 1194px only \"I run bakery or retail shops\" used to wrap,\n     which shifted that tab's whole content block out of line with the other\n     three. A reserved min-height would also align them, but it strands an\n     empty line under every label that does not wrap - and it guesses at a line\n     count that a longer translation would break. Subgrid needs no guess. *\/\n  .mfo-p3 .mfo-tabrow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto auto;align-items:stretch}\n  .mfo-p3 [data-tabbtn]{display:grid!important;grid-row:1 \/ span 3;grid-template-rows:subgrid;grid-template-columns:auto minmax(0,1fr);row-gap:7px;column-gap:10px;padding:10px 11px 12px!important}\n  \/* display:contents lifts the label and price out of their wrapper so they\n     become grid items of the tab and can sit on the shared subgrid rows. *\/\n  .mfo-p3 .mfo-tabtext{display:contents}\n  .mfo-p3 [data-tabbtn] > [data-tabdot]{grid-area:1 \/ 1 \/ 2 \/ 3;justify-self:center;margin:0!important;align-self:center!important}\n  .mfo-p3 [data-tabbtn] > svg{grid-area:2 \/ 1 \/ 4 \/ 2;align-self:center}\n  .mfo-p3 .mfo-tablabel{grid-area:2 \/ 2 \/ 3 \/ 3;align-self:end}\n  .mfo-p3 .mfo-tabprice{grid-area:3 \/ 2 \/ 4 \/ 3;align-self:start}\n}\n@container pg (min-width: 1001px) and (max-width: 1300px){\n  .mfo-p3 [data-tl-br]{display:inline!important}\n  \/* The two case cards adopt one shared 5-row subgrid so their headings,\n     chip rows and CTAs line up across cards instead of each card sizing\n     its own rows. Same technique as the tab row. *\/\n  .mfo-p3 [data-cases]{grid-template-rows:auto auto auto auto auto!important}\n  .mfo-p3 [data-cases] > [data-case]{display:grid!important;grid-row:span 5!important;grid-template-rows:subgrid!important}\n  .mfo-p3 [data-chips]{flex-wrap:nowrap!important;gap:6px!important}\n  .mfo-p3 [data-chips] [data-chip]{font-size:11.5px!important;padding:7px 9px!important}\n  .mfo-p3 [data-group]{display:grid!important;grid-template-columns:minmax(0,340px) minmax(0,1fr);column-gap:48px;align-items:start}\n  .mfo-p3 [data-group] > h2{grid-column:1;grid-row:1;margin:0 0 14px!important}\n  .mfo-p3 [data-group] > div{display:contents!important}\n  .mfo-p3 [data-group] > div > *:nth-child(1){grid-column:1;grid-row:2;max-width:none!important}\n  .mfo-p3 [data-group] > div > *:nth-child(2){grid-column:2;grid-row:1 \/ span 2}\n}\n@container pg (max-width: 720px){\n  .mfo-p3 [data-phone-hide]{display:none!important}\n  .mfo-p3 [data-phone-only]{display:inline!important}\n  \/* Four stacked full-width tabs cost most of a phone screen before any\n     content. The row is swapped for a dropdown that shows only the current\n     persona; the row itself is removed from the layout, not just hidden. *\/\n  .mfo-p3 [data-tabrow]{display:none!important}\n  .mfo-p3 .mfo-tsel-wrap{display:block!important}\n  \/* Three stats side by side without wrapping - the labels get one nowrap\n     line each rather than reflowing into a 2+1 ragged block. *\/\n  .mfo-p3 [data-trust]{flex-wrap:nowrap!important;gap:16px!important;padding-left:14px!important;padding-right:14px!important}\n  .mfo-p3 [data-trust] > div > div:first-child{font-size:18px!important}\n  .mfo-p3 [data-trust] > div > div:last-child{font-size:11px!important;line-height:15px!important;white-space:nowrap}\n  .mfo-p3 [data-phone-block]{width:100%!important;margin-left:0!important;justify-content:flex-start!important}\n  .mfo-p3 [data-phone-column]{flex-direction:column!important;align-items:center!important}\n  .mfo-p3 [data-phone-spread]{width:100%!important;justify-content:space-between!important}\n  .mfo-p3 [data-phone-newline]{display:block!important;margin-top:3px!important}\n  .mfo-p3 [data-phone-rot]{transform:rotate(90deg)}\n  .mfo-p3 [data-phone-only-br]{display:inline!important}\n  .mfo-p3 [data-phone-join]{min-height:0!important}\n  .mfo-p3 [data-phone-join] > p{display:inline!important;margin:0!important}\n  .mfo-p3 [data-phone-join] > p + p::before{content:\" \"}\n  .mfo-p3 [data-tl]{grid-template-columns:1fr!important;gap:0!important}\n  .mfo-p3 [data-tl-step]{display:grid!important;grid-template-columns:44px 1fr!important;column-gap:14px!important;row-gap:3px!important;align-items:start!important;text-align:left!important;padding:0 0 22px!important;background-size:2px 100%!important;background-position:21px 6px!important}\n  .mfo-p3 [data-tl-step]:last-child{padding-bottom:0!important;background-image:none!important}\n  .mfo-p3 [data-tl-step] > *:nth-child(1){grid-area:1 \/ 2;white-space:nowrap}\n  .mfo-p3 [data-tl-step] > *:nth-child(2){grid-area:1 \/ 1;grid-row:1 \/ span 3;justify-self:center;align-self:start}\n  .mfo-p3 [data-tl-step] > *:nth-child(3){grid-area:2 \/ 2}\n  .mfo-p3 [data-tl-step] > *:nth-child(4){grid-area:3 \/ 2;max-width:none!important}\n  .mfo-p3 .mfo-lastcta{flex-direction:column!important;align-items:flex-start!important}\n  .mfo-bk-bx{padding:14px;min-height:560px}\n}\n<\/style>\n<div class=\"mfo-p3\" data-mfo-root=\"1\"><svg width=\"0\" height=\"0\" style=\"position:absolute\" aria-hidden=\"true\" focusable=\"false\"><symbol id=\"mfo-tick\" viewbox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"><\/path><\/symbol><\/svg>\n<div style=\"padding:clamp(32px,4cqi,56px) clamp(20px,5cqi,80px) 34px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center\">\n<h1 style=\"font-size:clamp(28px,3.4cqi,44px);line-height:1.14;font-weight:700;letter-spacing:-.02em;color:#1F2B4D;margin:0;max-width:780px;text-wrap:balance\">Priset for \u00e5 starte sm\u00e5tt. Bygget for \u00e5 vokse med deg.<\/h1>\n<div data-phone-column=\"1\" style=\"display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;margin-top:4px\">\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Ubegrenset antall brukere<\/span>\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><a href=\"#mfo-impl\" style=\"color:#333A4D\">Support &amp; implementering inkludert<\/a><\/span>\n<span style=\"display:flex;align-items:center;gap:7px;font-size:14px;color:#333A4D\"><svg width=\"15\" height=\"15\" viewbox=\"0 0 16 16\" fill=\"none\" style=\"flex:none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#E6F7EB\"><\/circle><path d=\"M4.5 8.2l2.2 2.2 4.8-4.8\" stroke=\"#2BA84A\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>Ingen skjulte kostnader<\/span>\n<\/div><\/div><div data-trust=\"1\" style=\"background:#fff;border-top:1px solid #E1E4EB;border-bottom:1px solid #E1E4EB;padding:24px clamp(20px,5cqi,80px);display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap\">\n<div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">1 000+<\/div><div style=\"font-size:12px;color:#5F6878\">Lokasjoner<\/div><\/div><div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">45 000+<\/div><div style=\"font-size:12px;color:#5F6878\">Bestillinger \/ m\u00e5ned<\/div><\/div><div style=\"text-align:center\"><div style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">3.0M+<\/div><div style=\"font-size:12px;color:#5F6878\">Produkter \/ m\u00e5ned<\/div><\/div><\/div><div style=\"padding:30px 0 6px;display:flex;flex-direction:column;align-items:center;gap:18px\">\n<span style=\"font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878\">Brukt av matprodusenter i hele Europa<\/span>\n<div class=\"mfo-mq-w\"><div class=\"mfo-mq\">\n<img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-aasmundsens-bakeri.webp\" width=\"336\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Aasmundsens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-al-prestine.webp\" width=\"122\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Al Prestin\u00e8\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-asker-produkt.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Asker Produkt\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakehuset-nord-norge.webp\" width=\"240\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakehuset Nord-Norge\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-brun.webp\" width=\"326\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Baker Brun\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-nordby-logo.webp\" width=\"202\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Baker Nordby\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-i-brumunddal-as.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet i Brumunddal\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-mo-i-rana.webp\" width=\"200\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet Mo i Rana\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-steike-godt.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bakeriet Steike Godt\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-balduzzi.webp\" width=\"176\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Panificio Balduzzi\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bergshaven-bakeri.webp\" width=\"266\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Bergshaven Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-boulangerie-m.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Boulangerie M\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-brustadbakeren.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Brustadbakeren\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-calzolari.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Il Forno di Calzolari\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-dampbageriet.webp\" width=\"194\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Dampbageriet\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-drommeplassen.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Dr\u00f8mmeplassen\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-frk-lyng-hatt-til-planday-002.webp\" width=\"112\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Frk. Lyng\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-garcon.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Gar\u00e7on\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-geheb-conditori.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Geheb Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-grenland-bakeri-og-conditori.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Grenland Bakeri og Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-hardanger-bakeri-001-logo.webp\" width=\"120\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Hardanger Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-il-fornaio-di-via-galilei.webp\" width=\"142\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Il Fornaio di via Galilei\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-juniper-wordmark-yellow.webp\" width=\"196\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Juniper\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjelstad-bakeri.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Kjelstad Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjokkenskapet.webp\" width=\"306\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Kj\u00f8kkenskapet\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-larsens-bakeri-uai-720x547-1.webp\" width=\"138\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Larsens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-le-levain.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Le Levain\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-lett-logo.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"L.E.T.T.\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-se-linds-bageri.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Linds Bageri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-mendel-s.webp\" width=\"320\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Mendel&#8217;s\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-motz-kringla.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Motz &#038; Kringla\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-naerbakst.webp\" width=\"186\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"N\u00e6rbakst\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-odegaarden-bakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8degaarden Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-ostlyngens-bakeri.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8stlyngens Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-oya-bakern.webp\" width=\"106\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\u00d8ya Bakern\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-leo-croissant.webp\" width=\"132\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Palmenti\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-panificio-sacco-concetta-v2.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Panificio Sacco Concetta\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-pave-logo.webp\" width=\"124\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Pav\u00e9\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-presterudbakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Presteruds eft.\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rade-bakeri.webp\" width=\"178\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"R\u00e5de Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-romsoe-produksjon.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Roms\u00f8es Conditori\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rosenborg-bakeri.webp\" width=\"334\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Rosenborg Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sam-berg-logo.webp\" width=\"150\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Sam Berg\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sandnes-bakeri-logo.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Sandnes Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-soknedal-bakeri-og-konditori.webp\" width=\"208\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Soknedal Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-soulfood.webp\" width=\"372\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Soulfood\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-stavelin-bakeri.webp\" width=\"210\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Stavelin Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-tinholt-bakeri-og-konditori-logo.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Tinholt Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-torgrim-hansen.webp\" width=\"126\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Torgrim Hansen\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-tresoldi.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Italo Tresoldi\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-valcopane.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Valcopane\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-viken-mathus.webp\" width=\"102\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Viken Mathus\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-waagans-bakeri.webp\" width=\"218\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Waagans Bakeri\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-walthers.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"Walters\">\n<img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-aasmundsens-bakeri.webp\" width=\"336\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-al-prestine.webp\" width=\"122\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-asker-produkt.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakehuset-nord-norge.webp\" width=\"240\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-brun.webp\" width=\"326\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-baker-nordby-logo.webp\" width=\"202\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-i-brumunddal-as.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-mo-i-rana.webp\" width=\"200\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bakeriet-steike-godt.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-balduzzi.webp\" width=\"176\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-bergshaven-bakeri.webp\" width=\"266\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-boulangerie-m.webp\" width=\"114\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-brustadbakeren.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-calzolari.webp\" width=\"212\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-dampbageriet.webp\" width=\"194\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-drommeplassen.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-frk-lyng-hatt-til-planday-002.webp\" width=\"112\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-garcon.webp\" width=\"294\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-geheb-conditori.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-grenland-bakeri-og-conditori.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-hardanger-bakeri-001-logo.webp\" width=\"120\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-il-fornaio-di-via-galilei.webp\" width=\"142\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-juniper-wordmark-yellow.webp\" width=\"196\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjelstad-bakeri.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-kjokkenskapet.webp\" width=\"306\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-larsens-bakeri-uai-720x547-1.webp\" width=\"138\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-le-levain.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-lett-logo.webp\" width=\"244\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-se-linds-bageri.webp\" width=\"152\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-mendel-s.webp\" width=\"320\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-motz-kringla.webp\" width=\"272\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-naerbakst.webp\" width=\"186\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-odegaarden-bakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-ostlyngens-bakeri.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-oya-bakern.webp\" width=\"106\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-leo-croissant.webp\" width=\"132\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-panificio-sacco-concetta-v2.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-pave-logo.webp\" width=\"124\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-presterudbakeri.webp\" width=\"174\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rade-bakeri.webp\" width=\"178\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-romsoe-produksjon.webp\" width=\"250\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-rosenborg-bakeri.webp\" width=\"334\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sam-berg-logo.webp\" width=\"150\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-sandnes-bakeri-logo.webp\" width=\"154\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-soknedal-bakeri-og-konditori.webp\" width=\"208\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-soulfood.webp\" width=\"372\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-stavelin-bakeri.webp\" width=\"210\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-tinholt-bakeri-og-konditori-logo.webp\" width=\"168\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-torgrim-hansen.webp\" width=\"126\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-tresoldi.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-it-valcopane.webp\" width=\"108\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-viken-mathus.webp\" width=\"102\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-waagans-bakeri.webp\" width=\"218\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\"><img class=\"mfo-lgo\" src=\"\/wp-content\/uploads\/2026\/08\/mfo-cust-no-walthers.webp\" width=\"164\" height=\"116\" loading=\"eager\" fetchpriority=\"low\" decoding=\"async\" alt=\"\" aria-hidden=\"true\">\n<\/div><\/div><\/div><div style=\"position:sticky;top:0;z-index:30;background:#F5F6F8;border-bottom:1px solid #E1E4EB;padding:18px clamp(20px,5cqi,80px) 16px;box-shadow:0 6px 16px rgba(20,28,58,.06)\">\n<div data-phone-column=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px\">\n<span style=\"font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5F6878\">Fakturering<\/span>\n<div class=\"mfo-bill\">\n<button type=\"button\" data-mfo-bill=\"monthly\">M\u00e5nedlig<\/button>\n<button type=\"button\" data-mfo-bill=\"annual\" class=\"is-on\">Annual<span style=\"background:#E6F7EB;color:#1B7A35;font-size:12px;font-weight:700;padding:2px 7px;border-radius:999px\">Spar 15%<\/span><\/button>\n<\/div><\/div>\n<div data-phone-hide=\"1\" style=\"font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4A5166;margin-bottom:10px;text-align:center\">Hvem er du?<\/div>\n<div class=\"mfo-tsel-wrap\" data-tabselect=\"1\">\n<button type=\"button\" class=\"mfo-tsel\" data-mfo-tsel=\"1\" aria-expanded=\"false\" aria-haspopup=\"true\">\n<span class=\"mfo-tsel-t\">\n<span class=\"mfo-tsel-e\">Hvem er du?<\/span>\n<span class=\"mfo-tsel-l\"><span data-tsel-l=\"fb\">Jeg selger B2B eller til egne butikker<\/span><span data-tsel-l=\"store\" hidden>Jeg har flere bakeri- eller ferskvareutsalg<\/span><span data-tsel-l=\"fp\" hidden>Jeg har oppskrifter og produserer mat<\/span><span data-tsel-l=\"sales\" hidden>Jeg er mer enn dette<\/span><\/span>\n<span class=\"mfo-tsel-p\"><span data-tsel-p=\"fb\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mnd<\/span><\/span><span data-tsel-p=\"store\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/butikk\/mnd<\/span><\/span><span data-tsel-p=\"fp\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mnd<\/span><\/span><span data-tsel-p=\"sales\" hidden style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Kontakt salg<\/span><\/span><\/span>\n<\/span>\n<span class=\"mfo-tsel-v\"><span data-tsel-v=\"closed\">Endre<\/span><span data-tsel-v=\"open\" hidden>Lukk<\/span><svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9l6 6 6-6\"><\/path><\/svg><\/span>\n<\/button>\n<div class=\"mfo-tsel-m\" role=\"listbox\">\n<button type=\"button\" class=\"mfo-tsel-o is-on\" data-mfo-tab=\"fb\" data-tsel-o=\"fb\" role=\"option\" aria-selected=\"true\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Jeg selger B2B eller til egne butikker<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"store\" data-tsel-o=\"store\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Jeg har flere bakeri- eller ferskvareutsalg<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/butikk\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"fp\" data-tsel-o=\"fp\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Jeg har oppskrifter og produserer mat<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Fra<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button><button type=\"button\" class=\"mfo-tsel-o\" data-mfo-tab=\"sales\" data-tsel-o=\"sales\" role=\"option\" aria-selected=\"false\">\n<span style=\"display:flex;flex-direction:column;gap:2px;min-width:0\">\n<span class=\"mfo-tsel-ol\">Jeg er mer enn dette<\/span>\n<span class=\"mfo-tsel-op\" style=\"display:flex;align-items:baseline;gap:4px\"><span class=\"o\">Kontakt salg<\/span><\/span><\/span>\n<span class=\"mfo-tsel-d\" aria-hidden=\"true\"><\/span><\/button>\n<\/div><\/div>\n<div class=\"mfo-tabrow\" data-tabrow=\"1\" role=\"tablist\">\n<button type=\"button\" class=\"mfo-tab is-on\" data-mfo-tab=\"fb\" data-tabbtn=\"1\" aria-selected=\"true\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"><\/rect><path d=\"M3 9h18\"><\/path><path d=\"M7 14h6\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Jeg selger B2B eller<br data-tablet-br=\"1\"> til egne butikker<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Fra<\/span><strong data-art=\"201\">\u20ac126<\/strong><span class=\"o\">\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"store\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><path d=\"M3 9l1.5-5h15L21 9\"><\/path><path d=\"M4 9v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9\"><\/path><path d=\"M9 20v-6h6v6\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Jeg har flere bakeri- eller ferskvareutsalg<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Fra<\/span><strong data-art=\"303\">\u20ac69<\/strong><span class=\"o\">\/butikk\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"fp\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><path d=\"M4 5a2 2 0 0 1 2-2h13v16H6a2 2 0 0 0-2 2z\"><\/path><path d=\"M9 3v14\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Jeg har oppskrifter og produserer mat<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Fra<\/span><strong data-art=\"101\">\u20ac49<\/strong><span class=\"o\">\/mnd<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button><button type=\"button\" class=\"mfo-tab\" data-mfo-tab=\"sales\" data-tabbtn=\"1\" aria-selected=\"false\" role=\"tab\" style=\"border-right:0;\">\n<svg width=\"27\" height=\"27\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex:none;align-self:center\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M9.6 9.2a2.5 2.5 0 1 1 3.6 2.3c-.7.4-1.2 1-1.2 1.8\"><\/path><path d=\"M12 17h.01\"><\/path><\/svg>\n<span class=\"mfo-tabtext\"><span class=\"mfo-tablabel\">Jeg er mer enn dette<\/span><span class=\"mfo-tabprice\"><span class=\"o\">Kontakt salg<\/span><\/span><\/span>\n<span class=\"mfo-tabdot\" data-tabdot=\"1\"><svg width=\"9\" height=\"9\" viewbox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6.3l2.6 2.6L10 3.5\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span><\/button>\n<\/div><\/div>\n<div style=\"padding:34px clamp(20px,5cqi,80px) 10px\">\n<div class=\"mfo-panel is-on\" data-mfo-panel=\"fb\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:660px;margin:0 auto 28px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Effektiviser salget<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Velg niv\u00e5et som passer din kundebase.<\/p>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:6px 0 0\">H\u00e5ndter bestillinger, produksjon, pakking og levering i \u00e9n plattform.<\/p><\/div>\n\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px;align-items:stretch\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #C9DBFF\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#C9DBFF;color:#143C8C;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Mest popul\u00e6r<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">B2B Sales Standard<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideell for bedrifter som selger via egne butikker eller har opptil 100 B2B-kunder.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"201\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac126<\/span><span style=\"font-size:13px;color:#5F6878\">\/mnd<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fakturert \u00e5rlig<\/span><span class=\"bm\" hidden>fakturert m\u00e5nedlig<\/span><\/div><\/div>\n<div style=\"background:#F7FAFF;border:1px solid #C9DBFF;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3B5FE0;margin-bottom:4px\">Inkludert volum<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D;font-variant-numeric:tabular-nums\">750 000 bestilte enheter per \u00e5r<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Overskrider du grensen, fortsetter alt \u00e5 fungere som normalt. Vi gir deg god tid til \u00e5 g\u00e5 over til Pro.<\/div><\/div>\n<div class=\"mfo-lb\">Inkluderer<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Brukervennlig B2B nettbutikk<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Bestillingsfrister og ferieinnstillinger<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Fastordre<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Kunde- og ordreh\u00e5ndtering<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Pris- og rabattavtaler<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Produksjons- og pakkelister<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Salgsinnsikt<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Book en demo<\/a><a href=\"\/no\/manage-your-business\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Les mer<\/a><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border:1px solid #1E6FFF;border-top:3px solid #1E6FFF;box-shadow:0 12px 28px rgba(20,28,58,.10)\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#1665F0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Beste l\u00f8sning<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">B2B Sales Pro<\/h3>\n<div style=\"background:#F7FAFF;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideell for bedrifter med mange kundesegmenter eller komplekse behov.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"202\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac252<\/span><span style=\"font-size:13px;color:#5F6878\">\/mnd<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fakturert \u00e5rlig<\/span><span class=\"bm\" hidden>fakturert m\u00e5nedlig<\/span><\/div><\/div>\n<div style=\"background:#F5F6F8;border:1px solid #EDEFF3;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#5F6878;margin-bottom:4px\">Inkludert volum<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D;font-variant-numeric:tabular-nums\">Ingen bruksgrenser<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Selg s\u00e5 mye du vil. Ingenting \u00e5 overv\u00e5ke, ingenting \u00e5 avregne.<\/div><\/div>\n<div class=\"mfo-lb\">Alt i Standard, pluss<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Kampanjeh\u00e5ndtering<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Avanserte bestillingsregler<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ordreoverv\u00e5king og ringelister<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Automatisk utsendelse av ordrekopi til e-post<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Automatiske avgiftsregler for frakt og fakturering<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Konvertering fra salgsartikkel til produksjonsartikkel<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Sv\u00e6rt tilpassbare rapporter<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Book en demo<\/a><a href=\"\/no\/manage-your-business\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Les mer<\/a><\/div><\/div>\n<\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-kim-age-larsen-208.webp\" alt=\"Kim \u00c5ge Larsen\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">&#8220;Det har gitt en vanvittig innsparing Bare for min egen del sparer jeg 40-50 timer i m\u00e5neden.<br data-phone-hide=\"1\"><br data-phone-only>Det er helt vilt. Jeg trodde ikke det var mulig.&#8221;<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Kim \u00c5ge Larsen<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Daglig leder, Larsens Bakeri, Farsund, Norge<\/span>\n<a href=\"\/no\/story-larsens-bakery\/\" data-mfo-loc=\"1\" style=\"font-size:12.5px;color:#1665F0;font-weight:500\">Les historien \u2192<\/a><\/div><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 18px\">Popul\u00e6re tillegg n\u00e5r de digitale ambisjonene vokser<\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#333A4D;margin:0 0 16px\">De fleste B2B Sales-kunder starter med B2B Sales Standard pluss Accounting Connect.<\/p>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;margin-bottom:24px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 32px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<div style=\"flex:1 1 320px;min-width:0\">\n<h4 style=\"font-size:16px;font-weight:700;color:#1F2B4D;margin:0 0 6px\">Accounting Connect<\/h4>\n<p style=\"font-size:14px;line-height:21px;color:#4A5166;margin:0;max-width:620px\">Overf\u00f8r ordre direkte til regnskapssystemet ditt for fakturering, bokf\u00f8ring og betalingsinnkreving \u2014 en nyttig integrasjon n\u00e5r fakturering trenger automatisering.<\/p><\/div>\n<div data-phone-spread=\"1\" style=\"flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:20px\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"423\" style=\"font-size:22px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Declarations Standard<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Oppskrifter, ingredienslister, n\u00e6ringsinnhold og allergener p\u00e5 produktene &amp; oppskriftene du lager selv.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"101\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Packing<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Plukk og pakk p\u00e5 tablet eller h\u00e5ndholdt enhet \u2014 raskt, oversiktlig og effektivt.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"232\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Production<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Batchberegninger, sporbarhet og oppgaver \u2014 uten papirarbeid.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"222\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Inventory<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Enkel h\u00e5ndtering av alle varer, fra sm\u00e5skala til flere lokasjoner.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Fra<\/span><span data-art=\"241\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac66<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">B2B Routes<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Ruteplanlegging som reduserer leveringstid og kostnader.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"212\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Custom Products<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Skreddersydde kakebestillinger med validerte valg og pris p\u00e5 hvert tillegg.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"132\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"store\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 28px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Drift butikkene dine smartere<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#333A4D;margin:0\">Store Management finnes for kjeder som m\u00e5 profesjonalisere driften av butikkene sine i takt med at kjeden vokser. Det dekker de spesifikke behovene i matvarehandelen som verken klassiske ERP-systemer eller kassaapparater st\u00f8tter.<\/p>\n<p style=\"font-size:13.5px;line-height:20px;color:#5F6878;margin:10px 0 0\">B2B Sales er nok hvis behovet ditt er \u00e5 effektivisere salgsordrene dine.<\/p><\/div>\n\n<div style=\"max-width:580px;margin:0 auto 24px\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #1E6FFF\">\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Store Management Platform<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">For bakeributikker, matvarehandlere og matkonseptkjeder som \u00f8nsker smartere m\u00e5ter \u00e5 styre driften p\u00e5.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:16px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:6px\">Fra<\/span><span data-art=\"303\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac69<\/span><span style=\"font-size:13px;color:#5F6878\">\/butikk\/mnd<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fakturert \u00e5rlig<\/span><span class=\"bm\" hidden>fakturert m\u00e5nedlig \u00b7 bytt til \u00e5rlig og spar 15%<\/span><\/div><\/div>\n<div style=\"background:#F7FAFF;border:1px solid #C9DBFF;border-radius:8px;padding:12px 14px;margin-bottom:20px\">\n<div style=\"font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3B5FE0;margin-bottom:4px\">Volumprising<\/div>\n<div style=\"font-size:14px;font-weight:500;color:#1F2B4D\">Rabatt fra din andre butikk<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:4px\">Flere butikker gir lavere pris per butikk.<\/div>\n<div style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin-top:3px\">Ta kontakt for et skreddersydd tilbud.<\/div><\/div>\n<div class=\"mfo-lb\">Popul\u00e6re funksjoner<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Bestilling av ferskvarer og varetelling<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Sesong- og kampanjeplanlegging<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Rapportering av tapt salg og svinn<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Bemanningseffektivitet<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Butikk-benchmarking<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Varetelling<\/span><\/li><\/ul>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:auto\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Book en demo<\/a><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Kontakt salg<\/a><\/div><\/div><\/div>\n\n<div style=\"display:flex;justify-content:center;margin-bottom:18px\"><h3 style=\"font-size:20px;line-height:26px;font-weight:700;color:#1F2B4D;margin:0;text-align:center\">\u00c5rlige besparelser \u2014 reell avkastning p\u00e5 investeringen<\/h3><\/div>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px rgba(20,28,58,.09);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));margin-bottom:24px\">\n<div style=\"padding:32px\">\n<h3 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 6px\">Beregn avkastningen din <span data-phone-newline=\"1\" style=\"font-size:12px;font-weight:500;color:#5F6878;letter-spacing:0\">\u00b7 <span class=\"cur-EUR\">Bel\u00f8p i EUR, eks. mva<\/span><span class=\"cur-NOK\">Bel\u00f8p i NOK, eks. mva<\/span><span class=\"cur-SEK\">Bel\u00f8p i SEK, eks. mva<\/span><\/span><\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0 0 24px\">Juster de fire tallene slik at de passer din virksomhet. Vi bruker de dokumenterte resultatene fra v\u00e5re kunder.<\/p>\n<div style=\"display:flex;flex-direction:column;gap:22px\">\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Antall butikker<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"shopsA\">3<\/span><\/span><\/div>\n<input type=\"range\" min=\"1\" max=\"40\" step=\"1\" value=\"3\" data-roi-in=\"shops\" aria-label=\"Antall butikker\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">\u00c5rlig omsetning per butikk<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"rev\">\u20ac350 000<\/span><\/span><\/div>\n<input type=\"range\" min=\"100000\" max=\"1500000\" step=\"50000\" value=\"350000\" data-roi-in=\"rev\" aria-label=\"\u00c5rlig omsetning per butikk\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Gjennomsnittlig bruttomargin<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"margin\">50<\/span>%<\/span><\/div>\n<input type=\"range\" min=\"20\" max=\"80\" step=\"1\" value=\"50\" data-roi-in=\"margin\" aria-label=\"Gjennomsnittlig bruttomargin\"><\/div>\n<div>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px\"><span style=\"font-size:13px;font-weight:500;color:#1F2B4D\">Matsvinn i dag<\/span><span style=\"font-size:14px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\"><span data-roi=\"waste\">4<\/span>% av omsetningen<\/span><\/div>\n<input type=\"range\" min=\"5\" max=\"150\" step=\"5\" value=\"40\" data-roi-in=\"waste\" aria-label=\"Matsvinn i dag\"><\/div>\n<\/div><\/div>\n<div style=\"background:#151E3A;padding:32px;display:flex;flex-direction:column\">\n<div style=\"font-size:21px;font-weight:700;color:#4CC26A;margin-bottom:10px\">Estimert \u00e5rlig gevinst<\/div>\n<div style=\"display:flex;align-items:baseline;gap:8px;flex-wrap:wrap\">\n<span data-roi=\"totalLow\" style=\"font-size:34px;line-height:40px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums\">\u20ac0<\/span>\n<span style=\"font-size:18px;color:#CBD0DA\">\u2013<\/span>\n<span data-roi=\"totalHigh\" style=\"font-size:34px;line-height:40px;font-weight:700;color:#CBD0DA;font-variant-numeric:tabular-nums\">\u20ac0<\/span><\/div>\n<div style=\"font-size:13px;line-height:18px;color:#CBD0DA;margin-top:6px\">Et anslag basert p\u00e5 tallene du oppga, ikke en garanti. Fordelt p\u00e5 <span data-roi=\"shopsB\">3<\/span> <span data-roi-sg=\"B\" hidden>butikk<\/span><span data-roi-pl=\"B\">butikker<\/span>.<\/div>\n<div style=\"border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:22px;display:flex;flex-direction:column;gap:20px\">\n<div><div style=\"display:flex;justify-content:space-between;align-items:baseline;gap:12px\"><span style=\"font-size:14.5px;color:#fff;font-weight:500\">Mindre svinn<\/span><span style=\"font-size:14px;color:#fff;font-variant-numeric:tabular-nums\"><span data-roi=\"wasteLow\">\u20ac0<\/span> \u2013 <span data-roi=\"wasteHigh\">\u20ac0<\/span><\/span><\/div>\n<div style=\"font-size:13px;color:#CBD0DA;margin-top:3px\">20\u201338% lavere <span data-roi=\"wasteBase\">\u20ac0<\/span> andel varer som kastes<\/div><\/div>\n<div><div style=\"display:flex;justify-content:space-between;align-items:baseline;gap:12px\"><span style=\"font-size:14.5px;color:#fff;font-weight:500\">Mer salg<\/span><span style=\"font-size:14px;color:#fff;font-variant-numeric:tabular-nums\"><span data-roi=\"salesLow\">\u20ac0<\/span> \u2013 <span data-roi=\"salesHigh\">\u20ac0<\/span><\/span><\/div>\n<div style=\"font-size:13px;color:#CBD0DA;margin-top:3px\">6.5\u201322% h\u00f8yere salgsvolum, med din <span data-roi=\"margin2\">50<\/span>% bruttomargin<\/div><\/div><\/div>\n<div style=\"margin-top:auto;padding-top:22px\">\n<div style=\"background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap\">\n<span style=\"font-size:14.5px;line-height:21px;color:#CBD0DA;max-width:290px\">I nedre del av spennet betaler lisensen seg selv <strong style=\"color:#fff;font-weight:700\"><span data-pb=\"w0\" hidden>p\u00e5 under en uke<\/span><span data-pb=\"wk\">p\u00e5 omtrent <span data-roi=\"pbWeeks\">0<\/span> uker<\/span><span data-pb=\"mo\" hidden>p\u00e5 omtrent <span data-roi=\"pbMonths\">0<\/span> m\u00e5neder<\/span><\/strong>. Vi g\u00e5r gjennom de eksakte tallene sammen med deg p\u00e5 en demo.<\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;white-space:nowrap\">Book en demo<\/a><\/div><\/div><\/div><\/div>\n\n<div style=\"margin-bottom:16px;text-align:center\"><h3 style=\"font-size:20px;line-height:26px;font-weight:700;color:#1F2B4D;margin:0\">V\u00e5r Store Management Platform er bygget p\u00e5 tre pilarer.<\/h3><\/div>\n<div data-pillars=\"1\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:20px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#E6F7EB;color:#1B7A35\">Live<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Store Operations<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">St\u00f8tter den daglige arbeidsflyten for butikkledere og ansatte.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Bestilling av ferskvarer<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Riktig mengde bestilt, hver dag<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Sesong og kampanjer<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Planlegg i forkant av h\u00f8ytider og arrangementer<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Varetelling<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Full oversikt uten regneark<\/span><\/span><\/li>\n<\/ul><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#E6F7EB;color:#1B7A35\">Live<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Store Performance<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">Gj\u00f8r butikkdata om til tydelig driftsinnsikt.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Tapt salg og svinn<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Avdekk de skjulte kostnadene<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Bemanningseffektivitet<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Omsetning per arbeidstime, per butikk<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Benchmarking<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Sammenlign butikker side ved side<\/span><\/span><\/li>\n<\/ul><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:13px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<span style=\"width:fit-content;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 10px;border-radius:999px;background:#EEF2FF;color:#3B5FE0\">Planlagt<\/span>\n<h4 style=\"font-size:18px;font-weight:700;color:#1F2B4D;margin:0\">Agenter<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:38px\">Automatiser oppf\u00f8lgingen med skreddersydde anbefalinger.<\/p>\n<ul style=\"padding:14px 0 0;border-top:1px solid #EDEFF3;display:flex;flex-direction:column;gap:12px\">\n<li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Automatisert butikkoppf\u00f8lging<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Ingen butikk forsvinner under radaren<\/span><\/span><\/li><li style=\"display:flex;align-items:flex-start;gap:9px\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span style=\"display:flex;flex-direction:column;gap:2px\"><span style=\"font-size:14.5px;font-weight:500;color:#1F2B4D\">Skreddersydde varsler<\/span><span style=\"font-size:14.5px;line-height:23px;color:#5F6878\">Anbefalinger tilpasset situasjonen i hver butikk<\/span><\/span><\/li>\n<\/ul><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 22px\">Kraftfulle tillegg n\u00e5r kjeden vokser<\/h3>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">AI Planner<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">AI-drevet salgsprognose som reduserer svinn og tapt salg samtidig \u2014 ikke det ene p\u00e5 bekostning av det andre.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Priset per butikk<\/span><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">COGS Control<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">Vit hva hvert produkt faktisk koster, og se hvor marginen lekker. Avviksanalysen stiller teoretisk varekostnad opp mot det butikkene faktisk forbrukte.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Priset per sentral enhet<\/span><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Central Operations<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0\">For kjeder som drifter et sentrallager eller produksjonsanlegg: \u00e9n bestillings- og produksjonsflyt fra butikkordre til levering og faktura.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"font-size:13.5px;color:#5F6878\">Priset per sentral enhet<\/span><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">&#8220;Allerede i min f\u00f8rste uke med systemet hadde jeg innsikt jeg aldri hadde hatt f\u00f8r. Jeg b\u00e5de utvidet og strammet inn produktsortimentet i l\u00f8pet av uken.&#8221;<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Butikksjef<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Baker Nordby, Oslo, Norge<\/span>\n<\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"fp\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 24px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Regelverk, kalkyle &amp; etiketter \u2014 i boks<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Det profesjonelle systemet for matdeklarasjoner, matmerking og kalkyle. Hold oppskriftene oppdatert, merk varene korrekt, og sikre l\u00f8nnsomme produkter.<\/p><\/div>\n\n<div class=\"mfo-fdgrid\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:24px;align-items:stretch\">\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #C9DBFF\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#C9DBFF;color:#143C8C;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Mest popul\u00e6r<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Food Declarations Standard<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideell for matprodusenter som \u00f8nsker de viktigste verkt\u00f8yene for \u00e5 f\u00e5 oppskriftene organisert og regelverket i orden.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"101\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:13px;color:#5F6878\">\/mnd<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fakturert \u00e5rlig<\/span><span class=\"bm\" hidden>fakturert m\u00e5nedlig<\/span><\/div><\/div>\n<div class=\"mfo-lb\">Inkluderer<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ubegrenset antall brukere og produkter<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Oppskriftsh\u00e5ndtering<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Ingredienslister<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>N\u00e6ringsinnhold<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Allergenoversikt<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Tilpassbare rapporter<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/app.myfoodoffice.com\/auth\/signup\/?locale=en\" data-mfo-app=\"signup\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Start gratis pr\u00f8veperiode<\/a><a href=\"\/no\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Les mer<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">14 dager \u00b7 ingen kredittkort \u00b7 det ekte produktet<\/div><\/div><\/div>\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border:1px solid #1E6FFF;border-top:3px solid #1E6FFF;box-shadow:0 12px 28px rgba(20,28,58,.10)\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#1665F0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Beste l\u00f8sning<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Food Declarations Pro<\/h3>\n<div style=\"background:#F7FAFF;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Ideell for dedikerte kvalitetsledere som \u00f8nsker et komplett verkt\u00f8ysett.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"102\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac101<\/span><span style=\"font-size:13px;color:#5F6878\">\/mnd<\/span><\/div>\n<div style=\"font-size:13px;color:#5F6878;margin-top:2px\"><span class=\"ba\">fakturert \u00e5rlig<\/span><span class=\"bm\" hidden>fakturert m\u00e5nedlig<\/span><\/div><\/div>\n<div class=\"mfo-lb\">Alt i Standard, pluss<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Sporing av allergenspor<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Endringslogger<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Masseredigering<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Produktvarianter<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Kloning av oppskrifter og produkter<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>M\u00e5leenheter<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Valgfritt n\u00e6ringsinnhold<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/app.myfoodoffice.com\/auth\/signup\/?locale=en\" data-mfo-app=\"signup\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Start gratis pr\u00f8veperiode<\/a><a href=\"\/no\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Les mer<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">14 dager \u00b7 ingen kredittkort \u00b7 det ekte produktet<\/div><\/div><\/div>\n\n<div data-eur-only=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:30px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(20,28,58,.07);border-top:3px solid #4CC26A\">\n<div style=\"min-height:26px;margin-bottom:6px\"><span style=\"background:#E6F7EB;color:#1B7A35;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px\">Best verdi<\/span><\/div>\n<h3 style=\"font-size:clamp(18px,1.75cqi,21px);font-weight:700;color:#1F2B4D;margin:0 0 12px\">Declarations + Costing<\/h3>\n<div style=\"background:#F5F6F8;border-radius:8px;padding:12px 14px;margin-bottom:18px\"><p style=\"font-size:15px;line-height:24px;color:#333A4D;margin:0;min-height:40px\">Velg Food Declarations og Food Costing sammen \u2014 uansett niv\u00e5 \u2014 og rabatten er et fast bel\u00f8p.<\/p><\/div>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:18px;margin-bottom:20px\">\n<div style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1B7A35;margin-right:6px\">Du sparer<\/span><span data-art=\"903y\" style=\"font-size:30px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac744<\/span><span style=\"font-size:13px;color:#5F6878\">\/\u00e5r<\/span><\/div>\n<div style=\"font-size:12px;color:#5F6878;margin-top:4px\">i rabatt p\u00e5 \u00e5rslisensen, uansett hvilke niv\u00e5er du velger<\/div><\/div>\n<div class=\"mfo-lb\">Inkluderer<\/div><ul class=\"mfo-fl\"><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Food Declarations, Standard eller Pro<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Food Costing Pro<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>En avtale, \u00e9n faktura<\/span><\/li><li class=\"mfo-f\"><svg class=\"mfo-tk\" width=\"16\" height=\"16\" aria-hidden=\"true\" focusable=\"false\"><use href=\"#mfo-tick\"><\/use><\/svg><span>Rabatten gjelder s\u00e5 lenge du beholder begge<\/span><\/li><\/ul>\n<div style=\"margin-top:auto\"><div style=\"display:flex;gap:10px;flex-wrap:wrap\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none\">Kontakt salg<\/a><a href=\"\/no\/manage-your-products\/\" data-mfo-loc=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Les mer<\/a><\/div>\n<div style=\"font-size:13.5px;color:#5F6878;margin-top:8px\">*Gjelder ikke for kunder i Skandinavia.<\/div><\/div><\/div>\n<\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-andre-lovaas-208.webp\" alt=\"Andr\u00e9 L\u00f8vaas\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">\u201cMyFoodOffice er enkelt \u00e5 bruke. Den gir deg god reseptadministrasjon. Veldig bra kundeservice n\u00e5r du trenger det.\u201d<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Andr\u00e9 L\u00f8vaas<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Produktutviklingsleder, \u00c5pent Bakeri, Oslo, Norge<\/span>\n<\/div><\/div><\/div>\n\n<div style=\"background:#EDEFF3;border:1px solid #E1E4EB;border-radius:14px;padding:32px;margin-top:28px\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0 0 18px\">Popul\u00e6re tillegg n\u00e5r de digitale ambisjonene vokser<\/h3>\n<p style=\"font-size:14.5px;line-height:23px;color:#333A4D;margin:0 0 16px\">Food Costing og Food Labels er de to vanligste tilleggene.<span class=\"eur-only-txt\"> Dra nytte av pakkerabatten v\u00e5r.<\/span><\/p>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:24px\"><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Costing<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Dynamiske kostnadsberegninger og l\u00f8nnsomhetsbenchmarking, slik at portef\u00f8ljen holder seg sunn.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"112\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Food Labels<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Etiketter som oppdaterer seg selv n\u00e5r en oppskrift endres. Enkel designeditor.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"121\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Production<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Batchberegninger, sporbarhet og oppgaver \u2014 uten papirarbeid.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"222\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac72<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">Digital Inventory<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Enkel h\u00e5ndtering av alle varer, fra sm\u00e5skala til flere lokasjoner.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Fra<\/span><span data-art=\"241\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac66<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">POS Connect<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Synkroniser artikkelregister, salgspriser og matdata med kassasystemet ditt.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span style=\"font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5F6878;margin-right:3px\">Fra<\/span><span data-art=\"443z\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac0<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><span style=\"font-size:12px;color:#5F6878;margin-left:6px\">*Vilk\u00e5r gjelder<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h4 style=\"font-size:15px;font-weight:700;color:#1F2B4D;margin:0\">MyFoodOffice Connect<\/h4>\n<p style=\"font-size:14.5px;line-height:23px;color:#5F6878;margin:0;min-height:40px\">Del validerte produkt- og deklarasjonsdata med systemene rundt deg.<\/p>\n<div style=\"border-top:1px solid #EDEFF3;padding-top:12px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto\">\n<span style=\"display:flex;align-items:baseline;gap:3px\"><span data-art=\"413\" style=\"font-size:19px;font-weight:700;color:#1F2B4D;font-variant-numeric:tabular-nums\">\u20ac49<\/span><span style=\"font-size:12px;color:#5F6878\">\/mnd<\/span><\/span>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"font-size:14px;font-weight:700;color:#1665F0;white-space:nowrap\">Kontakt salg \u2192<\/a><\/div><\/div><\/div><\/div>\n<\/div><div class=\"mfo-panel\" data-mfo-panel=\"sales\" role=\"tabpanel\">\n<div style=\"text-align:center;max-width:680px;margin:0 auto 28px\"><h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Er du mer eller flere enn \u00e9n av disse? <br>\nLa oss se p\u00e5 behov og l\u00f8sning sammen.<\/h2><\/div>\n<div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:20px;margin-bottom:14px\" data-cases=\"1\"><div data-case=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0\">Egne butikker &amp; B2B salg \u2014 hybridmodellen<\/h3>\n<div data-phone-join=\"1\" style=\"min-height:57px\">\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:0\">Bedriftssalg og bestillinger fra egne butikker g\u00e5r i samme flyt mot produksjonen eller varelageret.<\/p>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:8px 0 0\">V\u00e5r B2B Sales modul dekker begge.<\/p><\/div>\n<div style=\"display:flex;flex-direction:column;gap:8px;padding:16px;background:#F7FAFF;border-radius:10px\">\n<div data-phone-column=\"1\" data-chips=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap\">\n<span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"display:none\">\u21c4<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px solid #9AA3B5\">B2B Sales<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:16px;font-weight:700;color:#5F6878\">\u21c4<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Store Management<\/span><\/span>\n<\/div><\/div>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:-6px 0 0;font-style:italic\">Store Management gj\u00f8r butikkdrift smartere, og kobles p\u00e5 n\u00e5r kjeden din er stor nok til at det er verdt det. L\u00f8sningen kan fungere p\u00e5 egen h\u00e5nd, sammen med ditt eksisterende ERP-system eller v\u00e5re l\u00f8sninger for sentral kjededrift.<\/p>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #EDEFF3;padding-top:16px;margin-top:auto\">\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Kontakt salg<\/a><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Book demo<\/a><\/div><\/div><div data-case=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 10px rgba(20,28,58,.06)\">\n<h3 style=\"font-size:17px;font-weight:700;color:#1F2B4D;margin:0\">Distribut\u00f8r eller grossist<\/h3>\n<div data-phone-join=\"1\" style=\"min-height:57px\">\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:0\">Du kj\u00f8per inn og videreselger.<\/p>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:8px 0 0\">La oss forme din digitale reise sammen \u2014 med et ERP-system form\u00e5lsbygd for n\u00e6ringsmidddelbransjen.<\/p><\/div>\n<div style=\"display:flex;flex-direction:column;gap:8px;padding:16px;background:#F7FAFF;border-radius:10px\">\n<div data-phone-column=\"1\" data-chips=\"1\" style=\"display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap\">\n<span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"display:none\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px solid #9AA3B5\">B2B Sales<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Logistikk<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Lager<\/span><\/span><span data-phone-column=\"1\" style=\"display:flex;align-items:center;gap:10px\">\n<span data-phone-rot=\"1\" style=\"font-size:14px;color:#9AA3B5\">\u2190<\/span>\n<span data-chip=\"1\" style=\"font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;background:#fff;color:#1F2B4D;border:1px dashed #C9CEDA\">Innkj\u00f8p<\/span><\/span>\n<\/div><\/div>\n<p style=\"font-size:14.5px;line-height:23px;color:#4A5166;margin:-6px 0 0;font-style:italic\">Vi kjenner kompleks n\u00e6ringsmiddeldrift. Plattformen v\u00e5r kan utfylle systemene du har i dag, eller erstatte dem trinn for trinn. Kontakt oss, s\u00e5 kan vi sammen finne dine muligheter.<\/p>\n<div style=\"display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #EDEFF3;padding-top:16px;margin-top:auto\">\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Kontakt salg<\/a><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Book demo<\/a><\/div><\/div><\/div>\n\n<div data-group=\"1\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:36px 24px;margin:20px 0 32px;box-shadow:0 6px 16px rgba(20,28,58,.07)\">\n<h2 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;margin:0 0 20px;color:#1F2B4D\">Ett konsern, mange enheter, ett samlet tallgrunnlag<\/h2>\n<div style=\"display:flex;flex-wrap:wrap;gap:48px;align-items:stretch\">\n<div style=\"flex:1 1 280px;max-width:340px;display:flex;flex-direction:column\">\n<p style=\"font-size:14px;line-height:21px;margin:0;color:#5F6878\">For konsern som driver virksomheter i flere geografier eller med flere ulike matkonsepter.<\/p>\n<p style=\"font-size:14px;line-height:21px;margin:14px 0 0;color:#5F6878\">Omfanget vurderes sammen med deg og avtales som en del av kontrakten.<\/p>\n<div style=\"display:flex;gap:10px;margin-top:auto;padding-top:22px;flex-wrap:wrap\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none\">Kontakt salg<\/a><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"border:1px solid #E1E4EB;color:#1F2B4D;font-weight:700;font-size:15px;padding:11px 20px;border-radius:6px;display:inline-block;text-decoration:none;background:#fff\">Book demo<\/a><\/div><\/div>\n<div style=\"flex:3 1 420px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px\">\n<div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3v18h18\"><\/path><path d=\"M7 15l4-5 3 3 4-6\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Konsernrapportering<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Alle enheter p\u00e5 samme tallgrunnlag, konsolidert sentralt<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 7h11v9H3z\"><\/path><path d=\"M14 10h4l3 3v3h-7z\"><\/path><path d=\"M6.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"><\/path><path d=\"M17.5 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Sentral logistikk<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Bestillinger, lager og distribusjon i \u00e9n flyt<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18\"><\/path><path d=\"M5 6l1.6 12h10.8L19 6\"><\/path><path d=\"M9 10v4\"><\/path><path d=\"M15 10v4\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Konserninnkj\u00f8p<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Felles leverand\u00f8rer, felles avtaler, felles grunndata<\/span><\/span><\/div><div style=\"background:#F7FAFF;border:1px solid #E1E4EB;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start\">\n<span style=\"flex:none;width:36px;height:36px;border-radius:8px;background:#EEF2FF;color:#3B5FE0;display:flex;align-items:center;justify-content:center\"><svg width=\"19\" height=\"19\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3v4\"><\/path><path d=\"M6 21v-6h12v6\"><\/path><path d=\"M9 7h6v4H9z\"><\/path><path d=\"M4 21h16\"><\/path><\/svg><\/span>\n<span><span style=\"display:block;font-size:14px;font-weight:700;margin-bottom:3px;color:#1F2B4D\">Konsernadministrasjon<\/span><span style=\"display:block;font-size:14.5px;line-height:23px;color:#5F6878\">Sentralt anlegg og egne butikker p\u00e5 \u00e9n plattform<\/span><\/span><\/div>\n<\/div><\/div><\/div>\n\n<div style=\"background:#fff;border:1px solid #E1E4EB;border-radius:14px;padding:26px 30px;margin-top:20px;display:flex;align-items:center;gap:26px\">\n<img src=\"\/wp-content\/uploads\/2026\/08\/mfo-quote-kjetil-hodne-208.webp\" alt=\"Kjetil Hodne\" width=\"104\" height=\"104\" loading=\"lazy\" decoding=\"async\" data-phone-hide=\"1\" style=\"width:104px;height:104px;border-radius:999px;object-fit:cover;flex:none\">\n<div style=\"display:flex;flex-direction:column;gap:12px\">\n<p style=\"font-size:19px;line-height:30px;font-weight:500;color:#1F2B4D;margin:0;max-width:1100px;text-wrap:pretty\">&#8220;Eneste m\u00e5ten \u00e5 f\u00e5 full kraft og effekt fra v\u00e5r strategi er \u00e5 ha systemer i bunn som st\u00f8tter den.&#8221;<\/p>\n<div style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap\">\n<span style=\"font-size:14px;font-weight:700;color:#1F2B4D\">Kjetil Hodne<\/span>\n<span style=\"font-size:13.5px;color:#5F6878\">Daglig leder, Geheb Bakery Group \u2014 ni bakerier p\u00e5 S\u00f8rlandet, digitalisert som ett konsern<\/span>\n<a href=\"\/no\/story-geheb\/\" data-mfo-loc=\"1\" style=\"font-size:12.5px;color:#1665F0;font-weight:500\">Les historien \u2192<\/a><\/div><\/div><\/div>\n\n<div class=\"mfo-lastcta\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:36px 40px;margin-top:32px;box-shadow:0 6px 16px rgba(20,28,58,.07);display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap\">\n<div style=\"max-width:640px\">\n<div style=\"font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3B5FE0;margin-bottom:6px\">Utforsk mulighetene dine<\/div>\n<h3 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 8px\">Ikke sikker p\u00e5 hvor du b\u00f8r begynne?<br data-phone-only-br=\"1\"> La oss finne ut av det sammen.<\/h3>\n<p style=\"font-size:15px;line-height:24px;color:#5F6878;margin:0\">Sp\u00f8rsm\u00e5l, en gjennomgang eller en workshop med teamet ditt \u2014 samme utgangspunkt. Ingen forpliktelser, og ingen prisoverraskelser senere: vi er tydelige p\u00e5 hva et oppsett som ditt kommer til \u00e5 koste.<\/p><\/div>\n<a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;flex:none;padding:14px 28px\">Book et m\u00f8te<\/a><\/div>\n<\/div><div class=\"mfo-lastcta\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:16px;padding:32px 40px;margin-top:36px;display:flex;flex-wrap:wrap;gap:40px;align-items:center;justify-content:space-between;box-shadow:0 6px 16px rgba(20,28,58,.07)\">\n<div>\n<div style=\"font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3B5FE0;margin-bottom:6px\">Integrasjoner<\/div>\n<h2 style=\"font-size:clamp(19px,1.9cqi,22px);line-height:1.28;font-weight:700;color:#1F2B4D;margin:0 0 8px\">MyFoodOffice passer inn med systemene du allerede bruker<\/h2>\n<p style=\"max-width:560px;font-size:15px;line-height:24px;color:#5F6878;margin:0\">Valgfritt \u2014 koble til hvilket system du vil. Regnskap, kassasystem, nettbutikk, vekter. Ta kontakt med oss, og vi hjelper deg.<\/p><\/div>\n<div style=\"display:flex;justify-content:flex-end;align-items:center\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#1665F0;color:#fff;font-weight:700;font-size:15px;padding:12px 22px;border-radius:6px;display:inline-block;text-decoration:none;flex:none;width:161px;text-align:center;padding:14px 28px\">Ta kontakt med oss<\/a><\/div><\/div>\n<\/div>\n<div id=\"mfo-impl\" style=\"background:#fff;border-top:1px solid #E1E4EB;margin-top:36px;padding:40px clamp(20px,5cqi,80px) 56px\">\n<div style=\"text-align:center;max-width:760px;margin:0 auto 34px\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px;margin:0 0 20px\">Implementering er inkludert<\/h2>\n<p style=\"font-size:16px;line-height:26px;color:#5F6878;margin:0\">Hver lisens inkluderer implementeringsst\u00f8tte \u2014 konfigurering, oppl\u00e6ring av n\u00f8kkelpersonell, og import av dataene du har forberedt. Du fortsetter \u00e5 bruke dagens system til du er klar for \u00e5 bytte.<\/p><\/div>\n<div style=\"max-width:1060px;margin:0 auto 28px;position:relative\">\n<div data-tl=\"1\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:24px 0;position:relative\">\n<div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Uke 1<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">1<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Planlegging<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">M\u00e5l &amp; milep\u00e6ler<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Uker 2\u20135<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">2<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Konfigurering<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Parallelt med dagens system<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Uker 5\u20136<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">3<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Verifisering<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Pr\u00f8vekj\u00f8ring f\u00f8r lansering<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">Uker 6\u20138<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">4<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Lansering<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Etter en plan bygget rundt driften din<\/span><\/div><div data-tl-step=\"1\" style=\"display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;padding:0 10px;background-image:linear-gradient(#E1E4EB,#E1E4EB);background-repeat:no-repeat;background-size:100% 2px;background-position:0 44px\">\n<span style=\"font-size:12px;line-height:15px;font-weight:700;letter-spacing:.04em;color:#3B5FE0;text-transform:uppercase;font-variant-numeric:tabular-nums\">L\u00f8pende<\/span>\n<span style=\"width:44px;height:44px;border-radius:999px;background:#fff;border:2px solid #1E6FFF;color:#1665F0;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 6px #fff\">5<\/span>\n<span style=\"font-size:15px;font-weight:700;color:#1F2B4D\">Oppf\u00f8lging<\/span>\n<span style=\"font-size:14.5px;line-height:23px;color:#5F6878;max-width:170px\">Rask support, inkludert<\/span><\/div>\n<\/div><\/div><\/div><div style=\"background:#F5F6F8;border-top:1px solid #E1E4EB;padding:clamp(36px,4cqi,56px) clamp(20px,5cqi,80px)\">\n<h2 style=\"font-size:clamp(21px,2.2cqi,26px);line-height:1.24;font-weight:700;color:#1F2B4D;margin:0 0 8px;margin:0 0 24px;text-align:center\">Sp\u00f8rsm\u00e5l kj\u00f8pere stiller oss<\/h2>\n<div style=\"max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px\">\n<div class=\"mfo-faq is-on\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"0\" aria-expanded=\"true\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hva koster implementering?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Ingenting utover lisensen din. Hver avtale inkluderer implementeringsst\u00f8tte: konfigurering av MyFoodOffice for din virksomhet, oppl\u00e6ring av n\u00f8kkelpersonene dine, og import av dataene du har forberedt.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"1\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hvordan fungerer implementeringen i praksis?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Du fortsetter \u00e5 bruke dagens system mens vi forbereder MyFoodOffice parallelt. Det er bevisst: ingenting er avhengig av en br\u00e5 overgangsdato.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Den f\u00f8rste milep\u00e6len er en pr\u00f8vekj\u00f8ring. Vi genererer dine daglige produksjons- og pakkelister i MyFoodOffice og sammenligner dem med de du bruker i dag. N\u00e5r disse stemmer, vet vi at konfigurasjonen er riktig \u2014 og f\u00f8rst da lager vi en detaljert lanseringsplan, tilpasset h\u00f8ytidene og h\u00f8ysesongene dine.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"2\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hvor lang tid tar det?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">De fleste nye B2B Sales-kunder er i gang innen fire til \u00e5tte uker. St\u00f8rre virksomheter kan ta lengre tid, siden det er mer \u00e5 konfigurere og mer data \u00e5 overf\u00f8re.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Ta kontakt, og vi gir deg et indikativt estimat basert p\u00e5 virksomheter som din.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"3\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Kan vi ta med oss eksisterende data?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Ja \u2014 kunderegistre og produktregistre er de vanligste. Det fungerer gjennom v\u00e5re forh\u00e5ndsdefinerte maler: du fyller inn dataene du vil importere, vi viser deg hvordan malene fungerer, og vi kj\u00f8rer importen.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Hvis du heller vil at vi skal gj\u00f8re mer av dette arbeidet \u2014 strukturere r\u00e5data fra dagens system, eller fylle ut malene p\u00e5 dine vegne \u2014 kan vi gj\u00f8re det, fakturert per time.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"4\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hva skjer hvis vi overskrider inkludert volum p\u00e5 B2B Sales Standard?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Ingenting stopper \u00e5 virke, og ingenting belastes automatisk. Vi tar kontakt og gir deg god tid til \u00e5 g\u00e5 over til B2B Sales Pro.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"5\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Trenger vi integrasjoner for \u00e5 komme i gang?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Nei. Systemet v\u00e5rt kan fungere frittst\u00e5ende. Legg til en integrasjon n\u00e5r du er klar for \u00e5 koble til et system \u2014 regnskapet ditt, nettbutikk, kassasystem eller til og med vekter. Sammen kartlegger vi implementeringen basert p\u00e5 n\u00e5v\u00e6rende og fremtidige behov.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"6\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hva er inkludert i gratis pr\u00f8veperiode?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Fjorten dager, ingen kredittkort. Du f\u00e5r det ekte produktet, ikke en pr\u00f8veversjon.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Gratis pr\u00f8veperiode er tilgjengelig for Food Declarations, Food Costing og Food Labels. B2B Sales og Store Management konfigureres for din virksomhet f\u00f8r du tar dem i bruk, s\u00e5 disse starter vi heller med en demo.<\/p><\/div><\/div><div class=\"mfo-faq\" style=\"background:#fff;border:1px solid #E1E4EB;border-radius:10px;overflow:hidden\">\n<button type=\"button\" class=\"mfo-faq-h\" data-mfo-faq=\"7\" aria-expanded=\"false\"><span style=\"font-size:16px;font-weight:700;color:#1F2B4D;text-align:left\">Hvor lang er kontrakten, og hvordan sier vi opp?<\/span><span class=\"mfo-faq-i\" aria-hidden=\"true\">+<\/span><\/button>\n<div class=\"mfo-faq-b\"><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Du st\u00e5r fritt til \u00e5 avslutte n\u00e5r du vil \u2014 bare gi oss beskjed f\u00f8r lisensen fornyes.<\/p><p style=\"font-size:15px;line-height:24px;color:#4A5166;margin:0 0 10px\">Hvis du signerer en kj\u00f8psavtale som inkluderer implementeringsbistand fra oss, inneb\u00e6rer det normalt en ett \u00e5rs lisensforpliktelse. Vi er tydelige p\u00e5 hva som gjelder for deg f\u00f8r du signerer noe.<\/p><\/div><\/div>\n<\/div><\/div><div style=\"background:#1E6FFF;padding:clamp(40px,4.4cqi,64px) clamp(20px,5cqi,80px);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center\">\n<h2 style=\"font-size:clamp(22px,2.6cqi,30px);line-height:1.26;font-weight:700;color:#fff;margin:0\">Se det p\u00e5 dine egne data<\/h2>\n<p style=\"font-size:17px;line-height:27px;color:#E4EEFF;margin:0;max-width:540px\">Tretti minutter med dine produkter, dine kunder og dine tall \u2014 og et indikativt estimat for en virksomhet som din.<\/p>\n<div style=\"display:flex;gap:12px;margin-top:6px\"><a href=\"https:\/\/meetings.hubspot.com\/martin-lang\" data-mfo-book=\"1\" style=\"background:#fff;color:#1F2B4D;font-weight:700;font-size:15px;padding:12px 24px;border-radius:6px;display:inline-block;text-decoration:none\">Book en demo<\/a><\/div><\/div>\n<\/div><div class=\"mfo-bk-ov\" id=\"mfo-bk\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Book et m\u00f8te\">\n<div class=\"mfo-bk-bx\"><button type=\"button\" class=\"mfo-bk-x\" data-mfo-close=\"1\" aria-label=\"Lukk\">\u00d7<\/button>\n<div class=\"mfo-bk-head\"><img class=\"mfo-bk-logo\" src=\"https:\/\/myfoodoffice.com\/wp-content\/uploads\/2026\/08\/mfo-logo-trademark.png\" width=\"199\" height=\"33\" loading=\"eager\" decoding=\"async\" alt=\"MyFoodOffice\"><div class=\"mfo-bk-head-txt\"><h3 class=\"mfo-bk-title\">La oss finne en tid for \u00e5 snakke sammen.<\/h3><p class=\"mfo-bk-sub\">Velg et tidspunkt nedenfor, s\u00e5 viser vi deg MyFoodOffice og svarer p\u00e5 sp\u00f8rsm\u00e5lene dine.<\/p><\/div><\/div>\n<div class=\"mfo-bk-wrap\"><div class=\"mfo-bk-slot\" id=\"mfo-bk-slot\"><\/div><div class=\"mfo-bk-loading\" id=\"mfo-bk-loading\" aria-hidden=\"true\"><span class=\"mfo-bk-spin\"><\/span><span>Loading calendar\u2026<\/span><\/div><\/div><\/div>\n<script>\n(function(){\n  var root = document.querySelector('[data-mfo-root]');\n  if (!root) { return; }\n\n  \/* ---------- register prices: art -> {CUR:[annualPerMo, monthlyPerMo]} ---- *\/\n  var PRICES = {\n  '101':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '102':{EUR:[101,118],NOK:[1740,2049],SEK:[1740,2049]},\n  '112':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '121':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '132':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '201':{EUR:[126,149],NOK:[2075,2449],SEK:[2075,2449]},\n  '202':{EUR:[252,298],NOK:[4150,4898],SEK:[4150,4898]},\n  '212':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '222':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '232':{EUR:[72,85],NOK:[1241,1460],SEK:[1241,1460]},\n  '241':{EUR:[66,78],NOK:[659,779],SEK:[659,779]},\n  '303':{EUR:[69,81],NOK:[745,874],SEK:[745,874]},\n  '413':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '423':{EUR:[49,58],NOK:[499,587],SEK:[499,587]},\n  '443z':{EUR:[0,0],NOK:[0,0],SEK:[0,0]},\n  '903y':{EUR:[744,744],NOK:null,SEK:null}\n  };\n\n  \/* ---------- locale ----------------------------------------------------- *\/\n  var HREF_LOCALES = 'en|no|sv|it|fr';\n  function segFromPath(){\n    var m = location.pathname.match(\/^\\\/(en|no|sv|it|fr)(?:\\\/|$)\/);\n    if (m) { return m[1]; }\n    return null;\n  }\n  function segFromLang(){\n    var l = (document.documentElement.getAttribute('lang') || '').toLowerCase();\n    if (l.indexOf('nb') === 0) { return 'no'; }\n    if (l.indexOf('nn') === 0) { return 'no'; }\n    if (l.indexOf('no') === 0) { return 'no'; }\n    if (l.indexOf('sv') === 0) { return 'sv'; }\n    if (l.indexOf('it') === 0) { return 'it'; }\n    if (l.indexOf('fr') === 0) { return 'fr'; }\n    return 'en';\n  }\n  var SEG = segFromPath();\n  if (SEG === null) { SEG = segFromLang(); }\n  var CUR = 'EUR';\n  if (SEG === 'no') { CUR = 'NOK'; }\n  if (SEG === 'sv') { CUR = 'SEK'; }\n  var NORDIC = false;\n  if (CUR !== 'EUR') { NORDIC = true; }\n\n  root.classList.add('is-' + CUR);\n  if (NORDIC) { root.classList.add('is-nordic'); }\n\n  \/* ---------- money ------------------------------------------------------ *\/\n  function grp(n){ return String(n).replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, ' '); }\n  function money(n){\n    if (CUR === 'EUR') { return '\\u20ac' + grp(n); }\n    return grp(n) + ' kr';\n  }\n  function roiRound(n){\n    if (CUR === 'EUR') { return Math.round(n); }\n    return Math.round(n \/ 100) * 100;\n  }\n  function priceOf(art, annual){\n    var r = PRICES[art];\n    if (!r) { return null; }\n    \/* No cross-currency fallback on purpose. The register's NOK\/EUR ratios run\n     * 10.0x to 17.4x, so there is no rate that could stand in for a missing\n     * row - and falling back to the EUR figure would print a EUR amount with a\n     * \"kr\" suffix. Returning null leaves the authored EUR text in place, which\n     * is the same safety property the live page relies on: EUR is the literal\n     * HTML, so a locale bug cannot corrupt the default language. The only row\n     * this affects is the bundle discount, which is EUR-only by design and\n     * whose card is hidden outside EUR markets anyway. *\/\n    var v = r[CUR];\n    if (!v) { return null; }\n    if (annual) { return v[0]; }\n    return v[1];\n  }\n\n  \/* ---------- link hygiene ---------------------------------------------- *\n   * Internal links are authored as \/en\/<slug>\/ so they resolve with no JS;\n   * here the locale segment is swapped to the route the visitor is actually\n   * on. Slugs are NOT translated on this site (verified: the hreflang set for\n   * every page keeps the same slug and only changes the prefix), so swapping\n   * the segment is sufficient and safe. It is also idempotent, which matters\n   * because TranslatePress may already have rewritten the href server-side. *\/\n  var re = new RegExp('^\/(' + HREF_LOCALES + ')\/');\n  var locLinks = root.querySelectorAll('a[data-mfo-loc]');\n  for (var i = 0; i < locLinks.length; i++) {\n    var h = locLinks[i].getAttribute('href') || '';\n    if (re.test(h)) { locLinks[i].setAttribute('href', h.replace(re, '\/' + SEG + '\/')); }\n  }\n  var appLinks = root.querySelectorAll('a[data-mfo-app]');\n  for (var j = 0; j < appLinks.length; j++) {\n    var a2 = appLinks[j].getAttribute('href') || '';\n    appLinks[j].setAttribute('href', a2.replace(\/locale=[a-z_\\-]+\/, 'locale=' + SEG));\n  }\n\n  \/* ---------- billing + prices ------------------------------------------ *\/\n  var annual = true;\n  var priceEls = root.querySelectorAll('[data-art]');\n  var billEls = root.querySelectorAll('[data-mfo-bill]');\n  var baEls = root.querySelectorAll('.ba');\n  var bmEls = root.querySelectorAll('.bm');\n\n  function renderPrices(){\n    for (var k = 0; k < priceEls.length; k++) {\n      var v = priceOf(priceEls[k].getAttribute('data-art'), annual);\n      if (v !== null) { priceEls[k].textContent = money(v); }\n    }\n    for (var b = 0; b < baEls.length; b++) { baEls[b].hidden = !annual; }\n    for (var c = 0; c < bmEls.length; c++) { bmEls[c].hidden = annual; }\n    for (var d = 0; d < billEls.length; d++) {\n      var on = (billEls[d].getAttribute('data-mfo-bill') === 'annual') === annual;\n      billEls[d].classList.toggle('is-on', on);\n      billEls[d].setAttribute('aria-pressed', on ? 'true' : 'false');\n    }\n  }\n  for (var e = 0; e < billEls.length; e++) {\n    billEls[e].addEventListener('click', function(ev){\n      annual = ev.currentTarget.getAttribute('data-mfo-bill') === 'annual';\n      renderPrices();\n      renderRoi();\n    });\n  }\n\n  \/* ---------- tabs ------------------------------------------------------- *\n   * Two controls drive the same four panels: the segmented row (>720px) and\n   * the phone dropdown. Both carry data-mfo-tab and both use .is-on, so one\n   * handler covers them. The dropdown's visible label and price are static\n   * markup - one pre-written variant per persona, all but the current one\n   * [hidden] - because a script must never write prose on this site:\n   * TranslatePress only sees server-rendered strings, so anything JS inserts\n   * stays English on \/no\/, \/sv\/, \/it\/ and \/fr\/. *\/\n  var tabs = root.querySelectorAll('[data-mfo-tab]');\n  var panels = root.querySelectorAll('[data-mfo-panel]');\n  var tselWrap = root.querySelector('[data-tabselect]');\n  var tselBtn = root.querySelector('[data-mfo-tsel]');\n  var tselLabels = root.querySelectorAll('[data-tsel-l]');\n  var tselPrices = root.querySelectorAll('[data-tsel-p]');\n  var tselVerbs = root.querySelectorAll('[data-tsel-v]');\n\n  function setMenu(open){\n    if (!tselWrap) { return; }\n    tselWrap.classList.toggle('is-open', open);\n    if (tselBtn) { tselBtn.setAttribute('aria-expanded', open ? 'true' : 'false'); }\n    for (var v = 0; v < tselVerbs.length; v++) {\n      tselVerbs[v].hidden = (tselVerbs[v].getAttribute('data-tsel-v') === 'open') !== open;\n    }\n  }\n  function setTab(key){\n    for (var t = 0; t < tabs.length; t++) {\n      var on = tabs[t].getAttribute('data-mfo-tab') === key;\n      tabs[t].classList.toggle('is-on', on);\n      tabs[t].setAttribute('aria-selected', on ? 'true' : 'false');\n    }\n    for (var p = 0; p < panels.length; p++) {\n      panels[p].classList.toggle('is-on', panels[p].getAttribute('data-mfo-panel') === key);\n    }\n    for (var l = 0; l < tselLabels.length; l++) {\n      tselLabels[l].hidden = tselLabels[l].getAttribute('data-tsel-l') !== key;\n    }\n    for (var m2 = 0; m2 < tselPrices.length; m2++) {\n      tselPrices[m2].hidden = tselPrices[m2].getAttribute('data-tsel-p') !== key;\n    }\n    setMenu(false);\n  }\n  for (var t2 = 0; t2 < tabs.length; t2++) {\n    tabs[t2].addEventListener('click', function(ev){ setTab(ev.currentTarget.getAttribute('data-mfo-tab')); });\n  }\n  if (tselBtn) {\n    tselBtn.addEventListener('click', function(){\n      setMenu(!tselWrap.classList.contains('is-open'));\n    });\n    document.addEventListener('click', function(ev){\n      if (!tselWrap.classList.contains('is-open')) { return; }\n      if (tselWrap.contains(ev.target)) { return; }\n      setMenu(false);\n    });\n    document.addEventListener('keydown', function(ev){\n      if (ev.key !== 'Escape') { return; }\n      if (!tselWrap.classList.contains('is-open')) { return; }\n      setMenu(false);\n    });\n  }\n\n  \/* ---------- FAQ -------------------------------------------------------- *\/\n  var faqBtns = root.querySelectorAll('[data-mfo-faq]');\n  for (var f = 0; f < faqBtns.length; f++) {\n    faqBtns[f].addEventListener('click', function(ev){\n      var btn = ev.currentTarget;\n      var item = btn.parentNode;\n      var wasOn = item.classList.contains('is-on');\n      var all = root.querySelectorAll('.mfo-faq');\n      for (var g = 0; g < all.length; g++) {\n        all[g].classList.remove('is-on');\n        var hb = all[g].querySelector('[data-mfo-faq]');\n        if (hb) { hb.setAttribute('aria-expanded', 'false'); }\n      }\n      if (!wasOn) {\n        item.classList.add('is-on');\n        btn.setAttribute('aria-expanded', 'true');\n      }\n    });\n  }\n\n  \/* ---------- ROI calculator -------------------------------------------- *\n   * Works natively in the display currency. No exchange rate is used: the\n   * licence line reads the register price for article 303 in the current\n   * currency, and every gain is a percentage of the revenue the visitor\n   * entered, so percentages are currency-agnostic. A flat conversion would\n   * have been wrong here - the register's NOK\/EUR ratios run 10.0x to 17.4x. *\/\n  var ROI_CFG = {\n    EUR: { min: 100000, max: 1500000, step: 50000, def: 350000 },\n    NOK: { min: 1000000, max: 15000000, step: 500000, def: 3500000 },\n    SEK: { min: 1000000, max: 15000000, step: 500000, def: 3500000 }\n  };\n  var cfg = ROI_CFG[CUR] || ROI_CFG.EUR;\n  var R = { shops: 3, rev: cfg.def, margin: 50, waste: 4 };\n  var revIn = root.querySelector('[data-roi-in=\"rev\"]');\n  if (revIn) {\n    revIn.min = cfg.min; revIn.max = cfg.max; revIn.step = cfg.step; revIn.value = cfg.def;\n  }\n  function out(k){ return root.querySelector('[data-roi=\"' + k + '\"]'); }\n  function put(k, v){ var el = out(k); if (el) { el.textContent = v; } }\n\n  function renderRoi(){\n    var wasteCost = R.rev * (R.waste \/ 100) * (1 - R.margin \/ 100);\n    var wLow = wasteCost * 0.20, wHigh = wasteCost * 0.38;\n    var sLow = R.rev * 0.065 * (R.margin \/ 100), sHigh = R.rev * 0.22 * (R.margin \/ 100);\n    var perLow = wLow + sLow, perHigh = wHigh + sHigh;\n    var storeMo = priceOf('303', annual);\n    var licence = storeMo * 12 * R.shops;\n    var weeks = licence \/ Math.max(perLow * R.shops, 1) * 52;\n\n    put('shopsA', R.shops);\n    put('shopsB', R.shops);\n    var one = R.shops === 1;\n    var sgs = root.querySelectorAll('[data-roi-sg]');\n    for (var s = 0; s < sgs.length; s++) { sgs[s].hidden = !one; }\n    var pls = root.querySelectorAll('[data-roi-pl]');\n    for (var q = 0; q < pls.length; q++) { pls[q].hidden = one; }\n\n    put('rev', money(R.rev));\n    put('margin', R.margin); put('margin2', R.margin);\n    put('waste', String(R.waste).replace(\/\\.0$\/, ''));\n    put('totalLow', money(roiRound(perLow * R.shops)));\n    put('totalHigh', money(roiRound(perHigh * R.shops)));\n    put('wasteLow', money(roiRound(wLow * R.shops)));\n    put('wasteHigh', money(roiRound(wHigh * R.shops)));\n    put('wasteBase', money(roiRound(wasteCost * R.shops)));\n    put('salesLow', money(roiRound(sLow * R.shops)));\n    put('salesHigh', money(roiRound(sHigh * R.shops)));\n\n    var pbW = root.querySelector('[data-pb=\"w0\"]');\n    var pbK = root.querySelector('[data-pb=\"wk\"]');\n    var pbM = root.querySelector('[data-pb=\"mo\"]');\n    var mode = 'wk';\n    if (weeks < 1.5) { mode = 'w0'; }\n    if (weeks >= 52) { mode = 'mo'; }\n    if (pbW) { pbW.hidden = mode !== 'w0'; }\n    if (pbK) { pbK.hidden = mode !== 'wk'; }\n    if (pbM) { pbM.hidden = mode !== 'mo'; }\n    put('pbWeeks', Math.round(weeks));\n    put('pbMonths', Math.round(weeks \/ 4.33));\n  }\n\n  var roiIns = root.querySelectorAll('[data-roi-in]');\n  for (var r2 = 0; r2 < roiIns.length; r2++) {\n    roiIns[r2].addEventListener('input', function(ev){\n      var key = ev.currentTarget.getAttribute('data-roi-in');\n      var val = parseInt(ev.currentTarget.value, 10);\n      if (key === 'waste') { R.waste = val \/ 10; } else { R[key] = val; }\n      renderRoi();\n    });\n  }\n\n  \/* ---------- booking modal (HubSpot Meetings) --------------------------- *\n   * Every booking CTA is a real anchor to the meeting page, so the link works\n   * with JS off; the handler intercepts and opens the modal instead. The slot\n   * only gains the HubSpot container class inside build(), because the loader\n   * builds an iframe in ANY element carrying that class - even one with no\n   * data-src - which used to produce context-less calendars in hidden tabs.\n   * The overlay must be visible BEFORE the embed is built: building into a\n   * display:none container hands HubSpot a 0x0 box and the embed never reflows. *\/\n  var OWNERS = { it: 'heidi-haugli', _default: 'martin-lang' };\n  var ov = document.getElementById('mfo-bk');\n  var slot = document.getElementById('mfo-bk-slot');\n  var built = false;\n  var lastFocus = null;\n\n  function ownerFor(seg){\n    if (OWNERS[seg]) { return OWNERS[seg]; }\n    return OWNERS._default;\n  }\n  function build(){\n    if (built) { return; }\n    built = true;\n    \/* No query parameters beyond embed=true. The mfo_booking_context and\n     * mfo_booking_locale params were removed: the matching HubSpot properties\n     * were never created, and a param for a property that does not exist is\n     * silently discarded - so they carried no data while adding a context\n     * resolver, an owner-locale map and an ampersand-encoding workaround.\n     * To reinstate: create both properties in HubSpot, add them to each meeting\n     * link's form as hidden fields, then rebuild the src with\n     * String.fromCharCode(38) as the separator - a literal ampersand in inline\n     * post content is HTML-encoded by WordPress and kills the script. *\/\n    var src = 'https:\/\/meetings.hubspot.com\/' + ownerFor(SEG) + '?embed=true';\n    slot.setAttribute('data-src', src);\n    slot.className = 'mfo-bk-slot meetings-iframe-container';\n    var s = document.createElement('script');\n    s.src = 'https:\/\/static.hsappstatic.net\/MeetingsEmbed\/ex\/MeetingsEmbedCode.js';\n    document.body.appendChild(s);\n    var mo = new MutationObserver(function(){\n      if (slot.querySelector('iframe')) { markReady(); mo.disconnect(); }\n    });\n    mo.observe(slot, { childList: true });\n    setTimeout(markReady, 20000);\n  }\n  function markReady(){\n    var wrap = slot.parentElement;\n    if (!wrap) { return; }\n    wrap.classList.add('is-ready');\n  }\n  function open(el){\n    lastFocus = el;\n    ov.classList.add('is-on');\n    document.documentElement.style.overflow = 'hidden';\n    \/* timers fire normally under automation; rAF does not - so no rAF here. *\/\n    setTimeout(build, 30);\n  }\n  function close(){\n    ov.classList.remove('is-on');\n    document.documentElement.style.overflow = '';\n    if (lastFocus) { lastFocus.focus(); }\n  }\n  var bookEls = root.querySelectorAll('[data-mfo-book]');\n  for (var v2 = 0; v2 < bookEls.length; v2++) {\n    bookEls[v2].addEventListener('click', function(ev){\n      ev.preventDefault();\n      open(ev.currentTarget);\n    });\n  }\n  if (ov) {\n    ov.addEventListener('click', function(ev){\n      if (ev.target === ov) { close(); return; }\n      if (ev.target.getAttribute('data-mfo-close')) { close(); }\n    });\n  }\n  document.addEventListener('keydown', function(ev){\n    if (ev.key !== 'Escape') { return; }\n    if (!ov.classList.contains('is-on')) { return; }\n    close();\n  });\n\n  \/* ---------- full-bleed width ------------------------------------------ *\n   * vw includes the vertical scrollbar, so width:100vw is 8-17px wider than\n   * the usable page and produces a horizontal scrollbar. documentElement\n   * .clientWidth excludes it. Measured, not assumed: this was invisible in a\n   * headless harness (overlay scrollbars) and only appeared on the live site. *\/\n  var outer = root.parentElement;\n  function fitWidth(){\n    if (!outer) { return; }\n    if (!outer.classList.contains('mfo-p3-outer')) { return; }\n    outer.style.setProperty('--mfo-w', document.documentElement.clientWidth + 'px');\n  }\n  fitWidth();\n  window.addEventListener('resize', fitWidth);\n  window.addEventListener('orientationchange', fitWidth);\n\n  \/* ---------- go -------------------------------------------------------- *\/\n  renderPrices();\n  renderRoi();\n  root.setAttribute('data-mfo-ready', '1');\n}());\n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Priced to start small. Built to grow with you. Unlimited users Support &amp; Implementation included No hidden costs 1 000+ Locations 45 000+ Orders \/ month 3.0M+ Products \/ month Used by food makers across Europe Billing Monthly AnnualSave 15% Which one are you? Which one are you? I sell B2B or to own shopsI &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/myfoodoffice.com\/no\/pricing-2026\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Pricing&#8221;<\/span><\/a><\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_eb_attr":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-4583","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Martin","author_link":"https:\/\/myfoodoffice.com\/no\/author\/martin\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/pages\/4583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/comments?post=4583"}],"version-history":[{"count":26,"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/pages\/4583\/revisions"}],"predecessor-version":[{"id":4616,"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/pages\/4583\/revisions\/4616"}],"wp:attachment":[{"href":"https:\/\/myfoodoffice.com\/no\/wp-json\/wp\/v2\/media?parent=4583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}