:root {
  --font-ltm: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-base: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-title: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-size: 100%;
  /* backoffice */
  --sidebar-width: 24rem;
  --info: #0d47a1;
  --info-light: #e3f2fd;
  --status-unread: #ffb300;
  --status-read: #bdbdbd;
  --status-approved: #8bc34a;
  --status-declined: #e53935;
  --status-preparing: #00bcd4;
  --status-ready: #9c27b0;
  --bg-status-unread: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23ffb300'/%3E%3C/svg%3E%0A");
  --bg-status-read: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23bdbdbd'/%3E%3C/svg%3E%0A");
  --bg-status-approved: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%238bc34a'/%3E%3C/svg%3E%0A");
  --bg-status-declined: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23e53935'/%3E%3C/svg%3E%0A");
  --bg-status-preparing: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%2300bcd4'/%3E%3C/svg%3E%0A");
  --bg-status-ready: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%239c27b0'/%3E%3C/svg%3E%0A");
  --logo: url("../logos/bakeronline--small.svg");
  --bo-button-bg: #ffffff;
  --bo-button-color: #444444;
  --bo-button-border: #dddddd;
  --bo-button-hover: #f2f2f2;
  --shop-block-bg: #f0f0f0;
  --shop-block-border: #dddddd;
  --shop-block-color: #150f00;
  --modal-bg: rgb(0 0 0 / 70%);
  --selection-bg: #f2f2f2;
  --border-color: rgb(242 242 242 / 80%);
  --border-width: 3px;
  --green-contrast: #ffffff;
  --orange-contrast: #ffffff;
  --red-contrast: #ffffff;
  --input-x: 0.5rem;
  --input-y: 1em;
  --input-caret-bottom: 0.8125rem;
  --light-bg: #ffffff;
  --panel-bg: #f6f5f5;
  --panel-color: #150f00;
  --alternate-bg: #e5e5e5;
  /* colors */
  --body-bg: #f9f9f9;
  --body-color: #150f00;
  --scrollbar-color: rgb(21 15 0 / 20%);
  --scrollbar-bg: rgb(175 177 179 / 20%);
  --muted-color: #a4a2a2;
  --muted-contrast: #ffffff;
  --loading: #a4a2a2;
  --invert-bg: #150f00;
  --invert-color: #f9f9f9;
  --faded-color: #d0cfcc;
  --dark-border-color: #262626;
  --button-hover: #f9f9f9;
  --transparent-bg: rgb(175 177 179 / 80%);
  --badge-color: #afb1b3;
  --badge-bg: #f2f2f2;
  --black: #150f00;
  --white: #ffffff;
  --primary: #ffb500;
  --primary-hover: #ffa000;
  --primary-hover-trans: rgb(255 160 0 / 12.5%);
  --primary-light: #fffbf2;
  --primary-contrast: #ffffff;
  --secondary: #c80000;
  --secondary-hover: #8c0b0b;
  --secondary-contrast: #ffffff;
  --promo-bg: #c80000;
  --promo-color: #ffffff;
  --green: #10b90d;
  --green-dark: #03b500;
  --orange: #e36500;
  --orange-dark: #b55000;
  --red: #e30000;
  --red-light: #ffe1e1;
  --red-dark: #a40000;
  --yellow: #cf9300;
  --yellow-light: #fff5dc;
  --yellow-contrast: #150f00;
  --menu-bg: #ffffff;
  --modal-contrast: #f5f5f5;
  --zoom-bg: rgb(0 0 0 / 70%);
  --input-bg: #ffffff;
  --input-color: #150f00;
  --input-active: #ffb500;
  --disabled-color: #afb1b3;
  --warning-bg: #fff5dc;
  --warning-color: #cf9300;
  --warning-icon: #ffb500;
  /* cms */
  --cms-color1: #ffffff;
  --cms-color2: #f9f9f9;
  --cms-color3: #150f00;
  --cms-color4: #afb1b3;
  --cms-color5: #ffb500;
  --cms-contrast1: #150f00;
  --cms-contrast2: #150f00;
  --cms-contrast3: #ffffff;
  --cms-contrast4: #150f00;
  --cms-contrast5: #150f00;
  --cms-invert1: #150f00;
  --cms-invert2: #150f00;
  --cms-invert3: #f9f9f9;
  --cms-invert4: #f9f9f9;
  --cms-invert5: #f9f9f9;
  --cms-filter1: rgb(255 255 255 / 70%);
  --cms-filter2: rgb(242 242 242 / 70%);
  --cms-filter3: rgb(21 15 0 / 70%);
  --cms-filter4: rgb(175 177 179 / 70%);
  --cms-filter5: rgb(255 181 0 / 70%);
  --cms-hover1: #cccccc;
  --cms-hover2: #c7c7c7;
  --cms-hover3: #110c00;
  --cms-hover4: #8b8e90;
  --cms-hover5: #cc9100;
  --cms-header-height: 80px;
  --cms-header-height-x2: 180px;
  /* cms editor */
  --cms-editor-width: 30vw;
  --cms-editor-white: #ffffff;
  --cms-editor-black: #150f00;
  --cms-editor-blue: #1dd0d3;
  --cms-preview-color: rgb(0 0 0 / 32.5%);
  --cms-preview-bg: rgb(0 0 0 / 15%);
  /* font sizes */
  /* 12px */
  --xxs: 0.75rem;
  /* 13px */
  --xs: 0.8125rem;
  /* 14px */
  --sm: 0.875rem;
  /* 16px */
  --base: 1rem;
  /* 18px */
  --md: 1.125rem;
  /* 20px */
  --lg: 1.25rem;
  /* 22px */
  --xl: 1.3755rem;
  /* 24px */
  --xl2: 1.5rem;
  /* 26px */
  --xl3: 1.625rem;
  /* 28px */
  --xl4: 1.75rem;
  /* 30px */
  --xl5: 1.875rem;
  /* 40px */
  --xl6: 2.5rem;
  /* 50px */
  --xl7: 3.125rem;
  /* 60px */
  --xl8: 3.75rem;
  /* 70px */
  --xl9: 4.375rem;
  /* print */
  --print-font: "Montserrat",
  "Helvetica Neue",
  "Helvetica",
  "Arial",
  sans-serif;
  --print-base: 10px;
  --print-small: 8px;
  --print-header: 16px;
  --print-normal: 450;
  --print-bold: 600;
  /* font weights */
  --normal: 500;
  --bold: 700;
  /* border radius */
  --border-radius-xs: 0.0938em; /* 1.5px */
  --border-radius-sm: 0.1875em; /* 3px */
  --border-radius-md: 0.3125em; /* 5px */
  --border-radius-lg: 0.625em; /* 10px */
  --border-radius-xl: 3.125em; /* 50px */
  --border-radius-full: 100%;
  /* widths and heights */
  --max-width: 1300px;
  --max-width-sm: 600px;
  --max-width-home: 1270px;
  --max-width-merchant: 1070px;
  --max-width-cms: 1300px;
  --menu-width: 350px;
  --menu-height: 70px;
  --menu-height-2x: 140px;
  --banner-height: 315px;
  --banner-height-md: 250px;
  --banner-height-sm: 200px;
  --banner-compact-height: 0;
  /* shadows */
  --shadow-default: 7px 7px 10px 0 rgb(0 0 0 / 12.5%),
  -7px -7px 10px 0 rgb(212 210 210 / 12.5%);
  --shadow-sm: 3px 3px 6px 0 rgb(0 0 0 / 10%),
  -3px -3px 6px 0 rgb(212 210 210 / 10%);
  --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 8%);
  --shadow-lg: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 6%);
  --shadow-outline: 0 0 0 3px rgb(52 144 220 / 50%);
  --shadow-reverse: 0 -8px 20px 0 rgb(0 0 0 / 15%);
  --shadow-none: none;
  /* download the app */
  --app-color: #150f00;
  --app-bg: #ececec;
  /* z-index */
  --z-header: 100;
  --z-notification: 125;
  --z-app: 150;
  --z-sidebar: 200;
  --z-progress: 250;
  --z-overlay: 300;
  --z-search: 400;
  --z-footer: 450;
  --z-dropdown: 500;
  --z-edit: 550;
  --z-modal-overlay: 599;
  --z-modal: 600;
  --z-toast: 700;
  /* forms */
  --select-caret-img: url("/build/media/icons/caret-black.svg");
  /* flags */
  --flag-ar: url("/build/media/flags/ar.svg");
  --flag-at: url("/build/media/flags/at.svg");
  --flag-be: url("/build/media/flags/be.svg");
  --flag-br: url("/build/media/flags/br.svg");
  --flag-ca: url("/build/media/flags/ca.svg");
  --flag-cat: url("/build/media/flags/cat.svg");
  --flag-cl: url("/build/media/flags/cl.svg");
  --flag-cr: url("/build/media/flags/cr.svg");
  --flag-de: url("/build/media/flags/de.svg");
  --flag-en: url("/build/media/flags/en.svg");
  --flag-es: url("/build/media/flags/es.svg");
  --flag-fr: url("/build/media/flags/fr.svg");
  --flag-gb: url("/build/media/flags/gb.svg");
  --flag-gr: url("/build/media/flags/gr.svg");
  --flag-hu: url("/build/media/flags/hu.svg");
  --flag-it: url("/build/media/flags/it.svg");
  --flag-lu: url("/build/media/flags/lu.svg");
  --flag-md: url("/build/media/flags/md.svg");
  --flag-mx: url("/build/media/flags/mx.svg");
  --flag-my: url("/build/media/flags/my.svg");
  --flag-nl: url("/build/media/flags/nl.svg");
  --flag-ph: url("/build/media/flags/ph.svg");
  --flag-pl: url("/build/media/flags/pl.svg");
  --flag-pt: url("/build/media/flags/pt.svg");
  --flag-ro: url("/build/media/flags/ro.svg");
  --flag-se: url("/build/media/flags/se.svg");
  --flag-uk: url("/build/media/flags/uk.svg");
  --flag-us: url("/build/media/flags/us.svg");
  /* banners */
  --banner-bol1: url("/build/media/banners/bol/homepage1-1280x851.jpg");
  --banner-bol2: url("/build/media/banners/bol/homepage2-1280x1024.jpg");
  --banner-bol3: url("/build/media/banners/bol/homepage3-1280x853.jpg");
  --banner-bol4: url("/build/media/banners/bol/homepage4-1280x853.jpg");
  --banner-bol5: url("/build/media/banners/bol/homepage5-1920x1080.jpg");
  --banner-bestol: url("/build/media/banners/bestol/homepage1.jpg");
  --banner-col1: url("/build/media/banners/col/background1.jpg");
  --banner-col2: url("/build/media/banners/col/background2.jpg");
  --banner-col3: url("/build/media/banners/col/background3.jpg");
  --banner-dol1: url("/build/media/banners/dol/hintergrundbilder.jpg");
  --banner-dol2: url("/build/media/banners/dol/hintergrundbilder2.jpg");
  --banner-dol3: url("/build/media/banners/dol/hintergrundbilder3.jpg");
  --banner-dol4: url("/build/media/banners/dol/hintergrundbilder4.jpg");
  --banner-dol5: url("/build/media/banners/dol/hintergrundbilder5.jpg");
  --banner-gg: url("/build/media/banners/gg/homepage1.jpg");
  --banner-ksnl1: url("/build/media/banners/ks-nl/homepage1.jpg");
  --banner-ksnl2: url("/build/media/banners/ks-nl/homepage2.jpg");
  --banner-ksnl3: url("/build/media/banners/ks-nl/homepage3.jpg");
  --banner-ksnl4: url("/build/media/banners/ks-nl/homepage4.jpg");
  --banner-sol1: url("/build/media/banners/sol/homepage1.jpg");
  --banner-sol2: url("/build/media/banners/sol/homepage2.jpg");
  --banner-sol3: url("/build/media/banners/sol/homepage3.jpg");
  --banner-sol4: url("/build/media/banners/sol/homepage4.jpg");
  --banner-shop-default: url("/build/media/banners/bakeronline-1280x851.jpg");
  --banner-jobs: url("/build/media/banners/jobs/launch-rocket.jpg");
  /* scroll-guide */
  --icon-scroll-desktop: url("/build/media/icons/scroll-desktop.svg");
  --icon-scroll-desktop-animation: url("/build/media/icons/scroll-desktop-animation.svg");
  --icon-scroll-desktop-arrow: url("/build/media/icons/scroll-desktop-arrow.svg");
  /* illustrations */
  --img-steps-bg: url("/build/media/illustrations/steps-background.svg");
  --img-merchant-place-order: url("/build/media/illustrations/combinations/merchant-place-order.svg");
  --img-merchant-receive-order: url("/build/media/illustrations/combinations/receive-order.svg");
  --img-merchant-takeout-order: url("/build/media/illustrations/combinations/merchant-takeout-order.svg");
  --img-search-shop: url("/build/media/illustrations/homepage/search-shop.svg");
  --img-place-order: url("/build/media/illustrations/homepage/place-order.svg");
  --img-takeout-order: url("/build/media/illustrations/homepage/takeout-order.svg");
  --img-clock: url("/build/media/illustrations/clock.svg");
  --img-creditcards: url("/build/media/illustrations/creditcards.svg");
  --img-checklist: url("/build/media/illustrations/checklist.svg");
  --img-magnifier: url("/build/media/illustrations/magnifier.svg");
  --img-automation: url("/build/media/illustrations/automation.svg");
  --img-factory: url("/build/media/illustrations/factory.svg");
  --img-rocket: url("/build/media/illustrations/rocket.svg");
  --img-female: url("/build/media/illustrations/female.svg");
  --img-developer-setup: url("/build/media/illustrations/combinations/developer-setup.svg");
  --img-work-hard-play-hard: url("/build/media/illustrations/work-hard-play-hard.svg");
  --img-comet: url("/build/media/illustrations/comet.svg");
  --img-laptop-small: url("/build/media/illustrations/laptop-small.svg");
  --img-camera: url("/build/media/illustrations/camera.svg");
  --img-megaphone: url("/build/media/illustrations/megaphone.svg");
  --img-phone-small: url("/build/media/illustrations/phone-small.svg");
  --img-shop: url("/build/media/illustrations/shop.svg");
  --img-dark-stats: url("/build/media/icons/dark/stats.svg");
  --img-dark-clock: url("/build/media/icons/dark/clock.svg");
  --img-dark-lock: url("/build/media/icons/dark/lock.svg");
  --img-dark-cart: url("/build/media/icons/dark/cart.svg");
  /* shapes */
  --shape-covid-primary: url("/build/media/shapes/primary/covid-19.svg");
  --shape-circle-primary: url("/build/media/shapes/primary/circle.svg");
  --shape-rectangle-primary: url("/build/media/shapes/primary/rectangle.svg");
  --shape-star-primary: url("/build/media/shapes/primary/star.svg");
  --shape-triangle-primary: url("/build/media/shapes/primary/triangle.svg");
  --shape-covid-gray: url("/build/media/shapes/gray/covid-19.svg");
  --shape-circle-gray: url("/build/media/shapes/gray/circle.svg");
  --shape-rectangle-gray: url("/build/media/shapes/gray/rectangle.svg");
  --shape-star-gray: url("/build/media/shapes/gray/star.svg");
  --shape-triangle-gray: url("/build/media/shapes/gray/triangle.svg");
  /* sizes */
  --photo-height: 50vh;
  --manual-image-height: auto;
  --input-check-size: 1.75em;
  /* hover area button */
  --hover-box-bg: #ffe1e1;
  --hover-box-color: #a40000;
  /* google maps */
  --google-maps-height-sm: 250px;
  /* logo */
  --logo-img: url("/build/media/logos/bakeronline.svg");
}

.cms-dark {
  --border-color: rgb(255 255 255 / 25%);
  --select-caret-img: url("../icons/caret-white.svg");
}.backoffice body {
  --font-ltm: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-base: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-title: montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
  --font-size: 100%;
  /* backoffice */
  --sidebar-width: 24rem;
  --info: #0d47a1;
  --info-light: #e3f2fd;
  --status-unread: #ffb300;
  --status-read: #bdbdbd;
  --status-approved: #8bc34a;
  --status-declined: #e53935;
  --status-preparing: #00bcd4;
  --status-ready: #9c27b0;
  --bg-status-unread: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23ffb300'/%3E%3C/svg%3E%0A");
  --bg-status-read: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23bdbdbd'/%3E%3C/svg%3E%0A");
  --bg-status-approved: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%238bc34a'/%3E%3C/svg%3E%0A");
  --bg-status-declined: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%23e53935'/%3E%3C/svg%3E%0A");
  --bg-status-preparing: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%2300bcd4'/%3E%3C/svg%3E%0A");
  --bg-status-ready: url("data:image/svg+xml,%3Csvg width='206' height='36' viewBox='0 0 206 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M198.501 -5.85926C229.545 59.7074 157.453 28.6496 105.713 28.6496C77.8291 28.6496 -2.78221e-06 28.6496 -2.78221e-06 28.6496L-1.27378e-06 -5.85925C-1.27378e-06 -5.85925 167.457 -71.4259 198.501 -5.85926Z' fill='%239c27b0'/%3E%3C/svg%3E%0A");
  --logo: url("/build/media/logos/bakeronline--small.svg");
  --bo-button-bg: #ffffff;
  --bo-button-color: #444444;
  --bo-button-border: #dddddd;
  --bo-button-hover: #f2f2f2;
  --shop-block-bg: #f0f0f0;
  --shop-block-border: #dddddd;
  --shop-block-color: #150f00;
  --modal-bg: rgb(0 0 0 / 70%);
  --selection-bg: #f2f2f2;
  --border-color: rgb(242 242 242 / 80%);
  --border-width: 3px;
  --green-contrast: #ffffff;
  --orange-contrast: #ffffff;
  --red-contrast: #ffffff;
  --input-x: 0.5rem;
  --input-y: 1em;
  --input-caret-bottom: 0.8125rem;
  --light-bg: #ffffff;
  --panel-bg: #f6f5f5;
  --panel-color: #150f00;
  --alternate-bg: #e5e5e5;
  /* colors */
  --body-bg: #f9f9f9;
  --body-color: #150f00;
  --scrollbar-color: rgb(21 15 0 / 20%);
  --scrollbar-bg: rgb(175 177 179 / 20%);
  --muted-color: #a4a2a2;
  --muted-contrast: #ffffff;
  --loading: #a4a2a2;
  --invert-bg: #150f00;
  --invert-color: #f9f9f9;
  --faded-color: #d0cfcc;
  --dark-border-color: #262626;
  --button-hover: #f9f9f9;
  --transparent-bg: rgb(175 177 179 / 80%);
  --badge-color: #afb1b3;
  --badge-bg: #f2f2f2;
  --black: #150f00;
  --white: #ffffff;
  --primary: #2563eb;
  --primary-hover: #60a5fa;
  --primary-light: #dbeafe;
  --primary-contrast: #ffffff;
  --secondary: #334155;
  --secondary-hover: #0f172a;
  --secondary-contrast: #ffffff;
  --promo-bg: #c80000;
  --promo-color: #ffffff;
  --green: #10b90d;
  --green-dark: #03b500;
  --green-light: #caf6c9;
  --orange: #ea580c;
  --orange-light: #f8e7de;
  --orange-dark: #9a3412;
  --red: #e30000;
  --red-light: #ffe1e1;
  --blue: #2353c5;
  --blue-contrast: #ffffff;
  --red-dark: #a40000;
  --yellow: #ca8a04;
  --yellow-light: #fff5dc;
  --menu-bg: #ffffff;
  --modal-contrast: #f5f5f5;
  --zoom-bg: rgb(0 0 0 / 70%);
  --input-bg: #ffffff;
  --input-color: #150f00;
  --input-active: #1d4ed8;
  --disabled-color: #afb1b3;
  --warning-bg: #fff5dc;
  --warning-color: #ea580c;
  --warning-icon: #ea580c;
  /* 12px */
  --xxs: 0.75rem;
  /* 13px */
  --xs: 0.8125rem;
  /* 14px */
  --sm: 0.875rem;
  /* 16px */
  --base: 1rem;
  /* 18px */
  --md: 1.125rem;
  /* 20px */
  --lg: 1.25rem;
  /* 22px */
  --xl: 1.3755rem;
  /* 24px */
  --xl2: 1.5rem;
  /* 26px */
  --xl3: 1.625rem;
  /* 28px */
  --xl4: 1.75rem;
  /* 30px */
  --xl5: 1.875rem;
  /* 40px */
  --xl6: 2.5rem;
  /* 50px */
  --xl7: 3.125rem;
  /* 60px */
  --xl8: 3.75rem;
  /* 70px */
  --xl9: 4.375rem;
  /* print */
  --print-font: "Montserrat",
  "Helvetica Neue",
  "Helvetica",
  "Arial",
  sans-serif;
  --print-base: 10px;
  --print-small: 8px;
  --print-header: 16px;
  --print-normal: 450;
  --print-bold: 600;
  /* font weights */
  --normal: 500;
  --bold: 700;
  /* border radius */
  --border-radius-xs: 0.0938em; /* 1.5px */
  --border-radius-sm: 0.1875em; /* 3px */
  --border-radius-md: 0.3125em; /* 5px */
  --border-radius-lg: 0.625em; /* 10px */
  --border-radius-xl: 3.125em; /* 50px */
  --border-radius-full: 100%;
  /* widths and heights */
  --max-width: 1300px;
  --max-width-sm: 600px;
  --max-width-home: 1270px;
  --max-width-merchant: 1070px;
  --max-width-cms: 1300px;
  --max-width-tabs: 1300px;
  --menu-width: 350px;
  --menu-height: 70px;
  --menu-height-2x: 140px;
  --banner-height: 315px;
  --banner-height-md: 250px;
  --banner-height-sm: 200px;
  --banner-compact-height: 0;
  /* shadows */
  --shadow-default: 7px 7px 10px 0 rgb(0 0 0 / 12.5%),
  -7px -7px 10px 0 rgb(212 210 210 / 12.5%);
  --shadow-sm: 3px 3px 6px 0 rgb(0 0 0 / 10%),
  -3px -3px 6px 0 rgb(212 210 210 / 10%);
  --shadow-md: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 8%);
  --shadow-lg: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 6%);
  --shadow-outline: 0 0 0 3px rgb(52 144 220 / 50%);
  --shadow-reverse: 0 -8px 20px 0 rgb(0 0 0 / 15%);
  --shadow-none: none;
  /* download the app */
  --app-color: #150f00;
  --app-bg: #ececec;
  /* z-index */
  --z-header: 100;
  --z-notification: 125;
  --z-app: 150;
  --z-sidebar: 200;
  --z-progress: 250;
  --z-search: 400;
  --z-dropdown: 500;
  --z-footer: 520;
  --z-edit: 550;
  --z-modal: 600;
  --z-toast: 700;
  /* forms */
  --select-caret-img: url("/build/media/icons/caret-black.svg");
}

html.backoffice,
html.backoffice body {
  font-size: 14px;
  box-sizing: border-box;
  color: #150f00;
  background-color: #f9f9f9;
}

.backoffice {
  /**** ICON ****/
  /* *** Status *** */
}
.backoffice h1 {
  margin: 0 0 2rem;
}
.backoffice * + .badge {
  margin-left: 0.5rem;
}
.backoffice .badge {
  font-weight: var(--bold);
  display: inline-flex;
  visibility: visible;
  align-items: center;
  padding: 0.25rem 0.4rem;
  text-transform: uppercase;
  color: var(--body-color);
  border-radius: var(--border-radius-lg);
  background-color: var(--faded-color);
}
.backoffice .badge.hidden {
  visibility: hidden;
}
.backoffice .badge-black {
  opacity: 1;
  color: var(--invert-color);
  background-color: var(--invert-bg);
}
.backoffice .badge-red {
  opacity: 1;
  color: var(--red-contrast);
  background-color: var(--red);
}
.backoffice .badge-blue {
  opacity: 1;
  color: var(--blue-contrast);
  background-color: var(--blue);
}
.backoffice .badge-green {
  opacity: 1;
  color: var(--green-contrast);
  background-color: var(--green);
}
.backoffice .badge-orange {
  opacity: 1;
  color: var(--orange-contrast);
  background-color: var(--orange);
}
.backoffice .badge-red.badge-link,
.backoffice .badge-green.badge-link,
.backoffice .badge-orange.badge-link {
  color: var(--red-contrast);
}
.backoffice .badge-red.badge-link:hover,
.backoffice .badge-green.badge-link:hover,
.backoffice .badge-orange.badge-link:hover {
  text-decoration: underline;
  color: var(--red-contrast);
}
.backoffice .badge-link .icon {
  margin: 0 0.5rem 0 0.25rem;
}
.backoffice .blurry {
  filter: blur(0.25rem);
}
.backoffice .align-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.backoffice .link {
  font-weight: var(--bold);
  cursor: pointer;
  text-decoration: underline;
}
.backoffice .form-label {
  font-size: 1em;
  font-weight: var(--bold);
  display: block;
  margin: 1rem 0 0.325em;
  letter-spacing: 0.5px;
  text-transform: none;
}
.backoffice .btn-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.75em;
}
.backoffice .status-filter {
  position: relative;
  padding-left: 1.25rem;
}
.backoffice .status-filter::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border-radius: var(--border-radius-lg);
}
.backoffice .status-filter.unread::before {
  background-color: var(--status-unread);
}
.backoffice .status-filter.read::before {
  background-color: var(--status-read);
}
.backoffice .status-filter.approved::before {
  background-color: var(--status-approved);
}
.backoffice .status-filter.other::before {
  background-color: var(--status-declined);
}
.backoffice .status-filter.preparing::before {
  background-color: var(--status-preparing);
}
.backoffice .status-filter.ready::before {
  background-color: var(--status-ready);
}
.backoffice .definition-list {
  display: grid;
  align-items: baseline;
  grid-gap: 1rem 2rem;
  grid-template-columns: 2fr 4fr;
}
.backoffice .definition-list dt {
  font-size: var(--sm);
  font-weight: var(--bold);
  line-height: 1.4;
  text-transform: uppercase;
}
.backoffice .definition-list dd a {
  text-decoration: underline;
}
.backoffice .input-checkbox {
  display: flex;
  padding: 0.325rem 0;
}
.backoffice .m-bottom {
  margin-bottom: 1rem;
}
.backoffice .select-field label {
  display: block;
  margin: 1rem 0 0.325rem;
}
.backoffice .alert {
  padding: 0.75rem 1rem;
  border: solid 3px var(--border-color);
  border-radius: var(--border-radius-md);
  background-color: var(--light-bg);
}
.backoffice .alert.alert-success {
  color: var(--green-dark);
  border-color: var(--green-dark);
}
.backoffice .alert .list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.5rem;
}
.backoffice .form-field + .form-field {
  margin-top: 2rem;
}
.backoffice .bo-form {
  margin: 1.5rem 1rem;
}
.backoffice .bo-form .form-label {
  font-size: var(--sm);
  text-transform: uppercase;
}
.backoffice .bo-form .btn-link {
  display: inline-flex;
  align-items: center;
}
.backoffice .bo-form .border-top {
  padding-top: 1rem;
  border-top: solid 2px rgba(0, 0, 0, 0.125);
}
.backoffice .bo-form .toggle-field .form-label + .field {
  margin-top: 1rem;
}
.backoffice .bo-form,
.backoffice .bo-max-width {
  max-width: 70rem;
}

/* *** WYSIWYG editor *** */
/* stylelint-disable selector-class-pattern */
.ProseMirror > * + *,
.preview > * + * {
  margin-top: 0.75em;
}
.ProseMirror a,
.preview a {
  text-decoration: underline;
}
.ProseMirror ul,
.ProseMirror ol,
.preview ul,
.preview ol {
  padding: 0 1rem;
}
.ProseMirror h1,
.ProseMirror h2,
.ProseMirror h3,
.ProseMirror h4,
.ProseMirror h5,
.ProseMirror h6,
.preview h1,
.preview h2,
.preview h3,
.preview h4,
.preview h5,
.preview h6 {
  line-height: 1.1;
}
.ProseMirror img,
.preview img {
  max-width: 100%;
  height: auto;
}
.ProseMirror img.ProseMirror-selectednode,
.preview img.ProseMirror-selectednode {
  outline: 3px solid var(--primary);
}
.ProseMirror hr,
.preview hr {
  margin: 2rem 0;
  border: none;
  border-top: 2px solid rgba(13, 13, 13, 0.1);
}

.card {
  margin: 1rem 0;
  padding: 0;
  border-radius: var(--border-radius-md);
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
}
.card .card {
  border: solid 2px var(--border-color);
  box-shadow: none;
}
.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: solid 3px var(--border-color);
}
.card .card-header h2 {
  font-size: var(--sm);
  margin: 0;
  text-transform: uppercase;
  color: var(--muted-color);
}
.card .card-content {
  padding: 1rem;
}
.card .card-footer {
  padding: 0.5rem 1rem;
  border-top: solid 3px var(--border-color);
}

.danger-text {
  font-size: var(--sm);
  margin: 0.25rem 0 2rem;
  color: var(--red);
}* {
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg);
}

*::-webkit-scrollbar {
  width: 9px;
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}

*::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: var(--scrollbar-color);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-family: var(--font-base);
  font-size: 100%;
  font-weight: var(--normal);
  line-height: 1.1;
  box-sizing: border-box;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-print-color-adjust: exact;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/**** Default elements ****/
h1,
h2,
h3 {
  font-family: var(--font-title);
  font-weight: var(--bold);
  line-height: 1.1;
}

h1 {
  font-size: 1.875em;
  margin: 1.25em 0;
}

h2 {
  font-size: 1.5em;
  margin: 1.25em 0;
}

h3 {
  font-size: 0.875em;
  margin-top: 2em;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0313em;
  text-transform: uppercase;
}

.cms-wrapper h1 {
  font-size: var(--xl2);
  font-weight: var(--bold);
}
.cms-wrapper h2 {
  font-size: var(--xl);
  font-weight: var(--bold);
}
.cms-wrapper .rich-text p:empty {
  height: 1.15rem;
}
.cms-wrapper .download-the-app + .cms-header .menu-block.header-fixed > .bg {
  top: 70px;
}

.arrow-list {
  list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8px' height='11px' viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eicons/ul%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='icons/ul' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path-6-Copy' stroke='%23150F00' stroke-width='3' transform='translate(2.500000  5.500000) rotate(-45.000000) translate(-2.500000  -5.500000) ' points='5 3 5 8 0 8'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
}

.overview-box .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview-box .header h2 {
  font-size: var(--lg);
  font-weight: var(--bold);
}
.overview-box .description {
  display: grid;
  margin: 1rem 0;
  grid-gap: 1.25rem;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: auto;
}
.overview-box .description dt {
  font-weight: var(--bold);
  text-transform: uppercase;
}

.form-vertical .form-input + .form-input {
  margin-top: 1.75rem;
}

@media (max-width: 480px) {
  .cms-wrapper h1 {
    font-size: var(--xl);
  }
  .cms-wrapper h2 {
    font-size: var(--md);
  }
}
.picker {
  display: none;
}
.picker.open {
  z-index: var(--z-modal);
  display: block;
}
.picker.open .overlay {
  position: fixed;
  z-index: var(--z-overlay);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
}
.picker .wrapper {
  position: absolute;
  z-index: var(--z-modal);
  min-width: 20rem;
  min-height: 20rem;
  border-radius: var(--border-radius-md);
  background-color: var(--white);
  box-shadow: var(--shadow-default);
}

.box {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: var(--border-radius-md);
  background-color: var(--white);
  box-shadow: var(--shadow-sm);
}

.center {
  text-align: center;
}

.text-success {
  color: var(--green);
}

.text-danger {
  color: var(--red);
}

.text-white {
  color: var(--white);
}

.formatted a {
  text-decoration: underline;
}

.cert {
  position: relative;
}
.cert .tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  transform: translate(-1.25rem, -2px);
  border-radius: 50%;
}
.cert .tag.success {
  font-size: 0.75rem;
  color: var(--green-contrast);
  background-color: var(--green-dark);
}
.cert .tag.danger {
  color: var(--red-contrast);
  background-color: var(--red-dark);
}

aside + h1,
aside + h2,
aside + h3 {
  margin-top: 0.625rem;
  padding-top: 0;
}

h3:first-child {
  margin-top: 0.625rem;
}

header > aside {
  font-size: var(--sm);
  font-weight: var(--bold);
  display: block;
  margin: 0.625rem 0;
  padding: 0;
  text-transform: uppercase;
}

p {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.625rem 0;
}

button,
input,
select,
textarea,
blockquote {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: none;
  appearance: none;
}

input[readonly] {
  color: var(--muted-color) !important;
  border-color: var(--faded-color) !important;
  background-color: var(--light-bg) !important;
}

.select-input {
  padding-right: 24px;
  background-color: var(--white);
  background-image: var(--select-caret-img);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}

.no-margin h1,
.no-margin h2,
.no-margin h3,
.no-margin h4,
.no-margin h5,
.no-margin h6 {
  margin-bottom: 0;
}

.message.formatted ul,
.message.formatted ol {
  margin-left: 1.25rem;
}

[contenteditable=true] {
  cursor: text;
}

.form-label {
  font-size: 0.875em;
  font-weight: var(--bold);
  display: block;
  margin: 1rem 0 0.325em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.spacing {
  margin-top: 2rem;
}

.icon + span:not(:empty) {
  margin-left: 0.75em;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: inherit;
  color: inherit;
  outline: none;
}

hr {
  height: 3px;
  margin: 1.25rem 0;
  padding: 0;
  border: 0;
  border-radius: var(--border-radius-xs);
  background-color: var(--border-color);
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.sr-only {
  position: absolute;
  top: -9000rem;
}

::selection {
  color: var(--primary-contrast);
  background: var(--primary);
}

.page-editor .form-input + .form-input {
  margin-top: 1.75rem;
}

.size-sm {
  font-size: var(--sm);
}

.size-lg {
  font-size: var(--lg);
}

.size-xl {
  font-size: var(--xl);
}

.red {
  color: var(--red);
}

.green {
  color: var(--green);
}

.yellow {
  color: var(--yellow);
}

.primary {
  color: var(--primary);
}

.muted {
  color: var(--muted-color);
}

.toast-container {
  position: fixed;
  z-index: var(--z-toast);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: var(--modal-bg);
}
.toast-container .toast {
  margin: 2rem;
  padding: 0.25rem 1rem;
  animation: show-toast 0.5s ease-out;
  color: var(--white);
  border-radius: var(--border-radius-lg);
  background-color: var(--red);
}
.toast-container .btn {
  margin-left: 2rem;
}

/**** BASE ****/
.btn {
  font-weight: var(--bold);
  line-height: 1;
  display: inline-block;
  margin: 0.325rem 0;
  padding: 0.325rem;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  text-transform: uppercase;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn .icon + span,
.btn span + .icon {
  margin-left: 0.75rem;
}

.btn.btn-link.btn-link-secondary {
  color: var(--red);
}
.btn.btn-link:hover:not([disabled]), .btn.btn-link:focus:not([disabled]) {
  text-decoration: underline;
}

/**** DEFAULT ****/
.btn.btn-default {
  margin-right: 1em;
  padding: 0.75em 1.5em;
  border: 3px solid var(--dark-border-color);
  border-radius: var(--border-radius-md);
}
.btn.btn-default:hover:not([disabled]), .btn.btn-default:focus:not([disabled]) {
  transition: all 0.3s ease;
  color: var(--primary);
  border-color: var(--primary);
}

/**** PRIMARY ****/
.btn.btn-primary {
  font-size: var(--base);
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.85em 1.25em;
  text-transform: uppercase;
  color: var(--primary-contrast);
  border-radius: var(--border-radius-md);
  background-color: var(--primary);
  box-shadow: var(--shadow-default);
}
.btn.btn-primary:hover:not([disabled]), .btn.btn-primary:focus:not([disabled]) {
  background-color: var(--primary-hover);
  box-shadow: var(--shadow-sm);
}
.btn.btn-primary:hover:not([disabled]) {
  opacity: 0.75;
}

.paul .btn.btn-primary:not(.shortcut) {
  padding: 0;
  border: solid 2px var(--primary);
  border-radius: 0;
}
.paul .btn.btn-primary:not(.shortcut) > span {
  line-height: 2.75rem;
  display: inline-block;
  width: 100%;
  padding: 0 3rem;
  transition: border-color 0.3s ease-in;
  border: solid 2px var(--primary-contrast);
}
.paul .btn.btn-primary:not(.shortcut):hover:not([disabled]) {
  opacity: 1;
}
.paul .btn.btn-primary:not(.shortcut):hover:not([disabled]) > span {
  border-color: var(--primary);
}
.paul .product-cta .btn.btn-primary {
  display: flex;
  width: 100%;
  max-width: 275px;
  text-align: center;
}
.paul .product-cta .btn.btn-primary > span {
  padding: 0;
}
.paul .product-subtitle {
  font-weight: 400 !important;
  opacity: 0.5;
}

.btn.btn-outline-primary {
  font-size: var(--base);
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.85em 1.25em;
  text-transform: uppercase;
  color: var(--primary);
  border: solid 2px var(--primary);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-default);
}
.btn.btn-outline-primary:hover:not([disabled]), .btn.btn-outline-primary:focus:not([disabled]) {
  box-shadow: var(--shadow-sm);
}
.btn.btn-outline-primary:hover:not([disabled]) {
  opacity: 0.75;
}

/**** SECONDARY ****/
.btn.btn-secondary {
  font-size: var(--base);
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  padding: 0.85em 1.25em;
  text-transform: uppercase;
  color: var(--secondary-contrast);
  border-radius: var(--border-radius-md);
  background-color: var(--secondary);
  box-shadow: var(--shadow-default);
}
.btn.btn-secondary:hover:not([disabled]), .btn.btn-secondary:focus:not([disabled]) {
  background-color: var(--secondary-hover);
  box-shadow: var(--shadow-sm);
}
.btn.btn-secondary:hover:not([disabled]) {
  opacity: 0.75;
}

.bol-main .btn.btn-primary {
  position: relative;
  z-index: 2;
  margin-right: 1.875rem;
  padding: 0.85em 3em 0.85em 1.25em;
}
.bol-main .btn.btn-primary::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 30px;
  content: "";
  transform: skew(-14deg);
  border: none;
  border-radius: inherit;
  background-color: inherit;
}
.bol-main .btn.btn-secondary {
  position: relative;
  z-index: 2;
  margin-right: 1.875rem;
  padding: 0.85em 3em 0.85em 1.25em;
}
.bol-main .btn.btn-secondary::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 30px;
  content: "";
  transform: skew(-14deg);
  border: none;
  border-radius: inherit;
  background-color: inherit;
}

.btn.btn-danger {
  font-size: var(--base);
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 1.875rem;
  padding: 0.85em 1.25em;
  text-transform: uppercase;
  color: var(--red-light);
  border-radius: var(--border-radius-md);
  background-color: var(--red);
  box-shadow: var(--shadow-default);
}
.btn.btn-danger:hover:not([disabled]), .btn.btn-danger:focus:not([disabled]) {
  background-color: var(--red-dark);
  box-shadow: var(--shadow-sm);
}
.btn.btn-danger:hover:not([disabled]) {
  opacity: 0.75;
}

/**** ICON ****/
.btn-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.75em;
}

.round-buttons .btn,
.round-buttons .btn svg {
  display: inline-block;
  vertical-align: middle;
}
.round-buttons .btn {
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  padding: 0;
  user-select: none;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: var(--border-radius-full);
  background-color: var(--body-bg);
  box-shadow: var(--shadow-default);
  touch-action: manipulation;
}
.round-buttons .btn.btn-plus {
  color: var(--primary-contrast);
  background-color: var(--primary);
}
.round-buttons .btn.btn-plus:hover, .round-buttons .btn.btn-plus:active {
  background-color: var(--primary-hover);
}
.round-buttons .btn.btn-plus:hover {
  opacity: 0.75;
}
.round-buttons .btn.btn-plus:disabled {
  color: var(--muted-contrast);
  background-color: var(--muted-color);
}
.round-buttons .btn:hover, .round-buttons .btn:active {
  box-shadow: var(--shadow-sm);
}
.round-buttons .btn span {
  display: none;
}
.round-buttons .btn + .btn {
  margin-left: 0.75rem;
}
.round-buttons.buttons-sm .btn {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
}
.round-buttons.buttons-sm .btn + .btn {
  margin-left: 0.5rem;
}

@keyframes show-toast {
  from {
    transform: translateY(-5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*** toast ***/
.toast-enter-from {
  transform: translateY(1rem);
  opacity: 0;
}

.toast-enter-active,
.toast-leave-active {
  transition: all 0.2s ease;
}

.toast-leave-to {
  transform: translateY(1rem);
  opacity: 0;
}

.spin {
  animation: animate-spin 800ms linear infinite;
}

@keyframes animate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* *** MODALS *** */
#modals {
  z-index: var(--z-modal);
}

.modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  opacity: 0;
  background-color: var(--modal-bg);
}
.modal .wrapper {
  display: flex;
  flex-direction: column;
}

.modal.active {
  z-index: var(--z-modal);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.modal.active .wrapper {
  width: 60vw;
  color: var(--black);
  border: 3px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  background-color: var(--white);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1rem;
}
.modal-header h1 {
  font-size: var(--xl2);
  margin: 0;
  padding: 0;
}

.modal-body {
  overflow: auto;
  flex: 1;
  padding: 1rem 2rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 2rem;
  border-top: solid 3px var(--border-color);
}
.modal-footer .btn {
  min-width: 5rem;
}
.modal-footer .btn + .btn {
  margin-left: 1rem;
}

/**** Application ****/
#app {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100vh;
}

main {
  position: relative;
  display: block;
  flex-grow: 1;
  background: var(--body-bg);
}

#app > footer {
  display: block;
  color: var(--black);
  border-top: 3px solid var(--border-color);
  background-color: var(--white);
}

/**** Containers ****/
.container {
  box-sizing: border-box;
  max-width: var(--max-width);
  margin: 0 auto;
}

.container-spacing {
  padding: 2.5rem 1rem;
}

.container-header {
  margin-bottom: 1.875rem;
}

.container-header h1 {
  margin-bottom: 1.25rem;
}

.container-header p {
  margin: 1.25rem 0 0.625rem;
}

.container-footer {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

.header.scrolled ~ main {
  margin-top: var(--menu-height);
}

.header.clear.scrolled ~ main,
.header.transparent.scrolled ~ main {
  margin-top: 0;
}

.loading {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.loader-container > div {
  background-color: var(--loading);
}

.products .group-grid {
  display: grid;
  margin: 1.5rem 0 5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 0.5rem;
}
.products .group-grid .shortcut h1 {
  font-size: var(--base);
  margin: 0.75rem 0;
  text-align: center;
}

@media (min-width: 200px) {
  .products .group-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 650px) {
  .products .group-grid {
    grid-template-columns: repeat(auto-fill, max(17rem, 20%));
    grid-gap: 2rem;
  }
}
/* *** CMS ***  */
@media (max-width: 800px) {
  .cms-wrapper .block-color-1 .button.text-only:hover span,
  .cms-wrapper .block-color-1 .button.text-only,
  .cms-wrapper .block-color-2 .button.text-only:hover span,
  .cms-wrapper .block-color-2 .button.text-only,
  .cms-wrapper .block-color-3 .button.text-only:hover span,
  .cms-wrapper .block-color-3 .button.text-only,
  .cms-wrapper .block-color-4 .button.text-only:hover span,
  .cms-wrapper .block-color-4 .button.text-only,
  .cms-wrapper .block-color-5 .button.text-only:hover span,
  .cms-wrapper .block-color-5 .button.text-only {
    color: var(--body-color) !important;
  }
  .menu-item .shop-list h3 {
    display: none;
  }
  .menu-item ul {
    margin: 0 2rem !important;
  }
}
.cms-wrapper .block-color-1 .big-menu .button.text-only,
.cms-wrapper .block-color-1 .big-menu .button.text-only:hover span,
.cms-wrapper .block-color-2 .big-menu .button.text-only,
.cms-wrapper .block-color-2 .big-menu .button.text-only:hover span,
.cms-wrapper .block-color-3 .big-menu .button.text-only,
.cms-wrapper .block-color-3 .big-menu .button.text-only:hover span,
.cms-wrapper .block-color-4 .big-menu .button.text-only,
.cms-wrapper .block-color-4 .big-menu .button.text-only:hover span,
.cms-wrapper .block-color-5 .big-menu .button.text-only,
.cms-wrapper .block-color-5 .big-menu .button.text-only:hover span {
  color: white !important;
}

/**** Images ****/
.image-clock {
  background-image: var(--img-clock);
}

.image-creditcards {
  background-image: var(--img-creditcards);
}

.image-checklist {
  background-image: var(--img-checklist);
}

.image-magnifier {
  background-image: var(--img-magnifier);
}

.image-automation {
  background-image: var(--img-automation);
}

.image-factory {
  background-image: var(--img-factory);
}

.image-rocket {
  background-image: var(--img-rocket);
}

.image-female {
  background-image: var(--img-female);
}

.image-developer-setup {
  background-image: var(--img-developer-setup);
}

.image-work-hard-play-hard {
  background-image: var(--img-work-hard-play-hard);
}

.image-comet {
  background-image: var(--img-comet);
}

.image-laptop-small {
  background-image: var(--img-laptop-small);
}

.image-camera {
  background-image: var(--img-camera);
}

.image-megaphone {
  background-image: var(--img-megaphone);
}

.image-phone-small {
  background-image: var(--img-phone-small);
}

.image-shop {
  background-image: var(--img-shop);
}

.image-dark-stats {
  background-image: var(--img-dark-stats);
}

.image-dark-clock {
  background-image: var(--img-dark-clock);
}

.image-dark-lock {
  background-image: var(--img-dark-lock);
}

.image-dark-cart {
  background-image: var(--img-dark-cart);
}

/*** Branch headers  ***/
.branch-header-bestol,
.branch-header-other {
  background-image: var(--banner-bestol);
}

.branch-header-bol {
  background-image: var(--banner-bol1);
}

.branch-header-col {
  background-image: var(--banner-col1);
}

.branch-header-dol {
  background-image: var(--banner-dol1);
}

.branch-header-gg {
  background-image: var(--banner-gg);
}

.branch-header-ks-nl {
  background-image: var(--banner-ksnl1);
}

.branch-header-sol {
  background-image: var(--banner-sol1);
}

/**** Dividers *****/
hr.divider {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 0;
}

/**** TOOLTIPS ****/
[data-tooltip]::after {
  top: 100%;
  left: 0;
  content: attr(data-tooltip);
}

[data-tooltip-left]::after {
  top: -120%;
  right: 0;
  content: attr(data-tooltip-left);
}

[data-tooltip],
[data-tooltip-left] {
  position: relative;
}
[data-tooltip]::after,
[data-tooltip-left]::after {
  font-family: var(--font-base);
  font-size: var(--xs);
  font-weight: var(--bold);
  position: absolute;
  z-index: var(--z-notification);
  visibility: hidden;
  padding: 0.25rem 0.5rem;
  transition: all 0.3s ease;
  transform: translate3d(0, 1.5rem, 0);
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  opacity: 0;
  color: var(--body-bg);
  border-radius: var(--border-radius-md);
  background: var(--body-color);
  box-shadow: var(--shadow-md);
}
[data-tooltip]:hover,
[data-tooltip-left]:hover {
  z-index: var(--z-notification);
}
[data-tooltip]:hover::after,
[data-tooltip-left]:hover::after {
  visibility: visible;
  transform: translate3d(0, 0.75rem, 0);
  opacity: 1;
}

.tooltip-left[data-tooltip]::after {
  right: 0;
  left: auto;
}

/**** TRANSITIONS ****/
/*** fade ***/
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease-in;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-move {
  transition: opacity 0.3s ease;
}

/*** slide-fade ***/
.slide-fade-enter-from {
  transform: translateX(1rem);
  opacity: 0;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.2s ease;
}

.slide-fade-leave-to {
  transform: translateX(-1rem);
  opacity: 0;
}

/*** slide-up ***/
.slide-up-enter-from {
  transform: translateX(10px);
  opacity: 0;
}

.slide-up-enter-active {
  transition: all 0.2s ease;
}

.slide-up-move {
  transition: transform 0.5s ease-out;
}

/*** slide-down ***/
.slide-down-enter-from {
  transform: translateY(-2rem);
  opacity: 0;
}

.slide-down-enter-active,
.slide-down-leave-active {
  transition: all 0.2s ease;
}

.slide-down-leave-to {
  transform: translateY(2rem);
  opacity: 0;
}

/*** toast-up ***/
.toast-up-enter-from {
  transform: translateY(10px);
  opacity: 0;
}

.toast-up-enter-active {
  transition: all 0.2s ease;
}

.toast-up-move {
  transition: transform 0.5s ease-out;
}

/*** list-item ***/
.list-item {
  transition: all 0.2s ease;
}

.list-item-enter-from,
.list-item-leave-to {
  transform: translateY(30px);
  opacity: 0;
}

.list-item-leave-active {
  position: absolute;
}

.square-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 92%;
  transition: all 0.3s ease-out;
  color: var(--black);
  border: solid 3px var(--border-color);
  border-radius: var(--border-radius-md);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.square-figure:hover {
  border-color: var(--primary);
}
.square-figure .icon {
  margin-top: 45%;
  margin-bottom: -54%;
  opacity: 0.75;
}

/* *** Printing *** */
[class^=print-only],
[class*=" print-only"] {
  display: none;
}

/* backoffice */
.main-with-sidebar {
  display: flex;
}
.main-with-sidebar .container {
  flex: 1;
  padding: 1rem;
}
.main-with-sidebar .sidebar {
  position: fixed;
  z-index: var(--z-sidebar);
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: var(--sidebar-width);
  height: 100vh;
  transition: transform 0.3s ease-out;
  transform: translateX(-100%);
  color: var(--black);
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
}

.main-without-sidebar {
  display: flex;
}
.main-without-sidebar .container {
  overflow: auto;
  flex: 1;
  padding: 1rem;
}

.sidebar-toggle {
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-toggle:checked + .sidebar {
  transform: translateX(0);
}

@media (min-width: 1100px) {
  .main-with-sidebar .container {
    max-width: none;
    margin-left: var(--sidebar-width);
    padding: 1rem 2.25rem;
  }
  .main-with-sidebar .sidebar {
    transform: translateX(0);
  }
  .mobile-toggle {
    display: none;
  }
}
@media (max-width: 1100px) {
  .badge.hidden {
    display: none;
  }
  .desktop-only {
    display: none;
  }
}
.in-edit-mode .back-2-top.active {
  display: none !important;
  opacity: 0 !important;
}

.mobile-header .mobile-secondary-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-header .mobile-secondary-menu .menu-item {
  width: 100%;
  color: var(--black);
}
.mobile-header .mobile-secondary-menu .menu-item > * {
  font-family: var(--font-title);
  font-size: 1rem;
  line-height: 57px;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  text-decoration: none;
  border-bottom: solid 1px var(--border-color);
  gap: 0.5rem;
}
.mobile-header .mobile-secondary-menu .pl-1 {
  padding-left: 2rem;
}

.my-account .dropdown-list > li > a,
.my-account .dropdown-list > li > button {
  font-weight: var(--bold);
  display: block;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  text-decoration: none;
  word-break: keep-all;
}
.my-account .dropdown-list > li > a:hover,
.my-account .dropdown-list > li > button:hover {
  text-decoration: underline;
}
.my-account .dropdown-list li + li a, .my-account .dropdown-list li + li button {
  border-top: solid 1px var(--border-color);
}

@media print {
  html.backoffice,
  html.backoffice body,
  html {
    font-size: 11px;
  }
  html.backoffice main,
  html.backoffice body main,
  html main {
    color: black;
    background-color: white;
  }
  html.backoffice .edit-page,
  html.backoffice body .edit-page,
  html .edit-page {
    display: none !important;
  }
  html.backoffice .print-only-block,
  html.backoffice body .print-only-block,
  html .print-only-block {
    display: block !important;
  }
  html.backoffice .print-only-flex,
  html.backoffice body .print-only-flex,
  html .print-only-flex {
    display: flex !important;
  }
  html.backoffice .print-only-grid,
  html.backoffice body .print-only-grid,
  html .print-only-grid {
    display: grid !important;
  }
  html.backoffice .print-none,
  html.backoffice body .print-none,
  html .print-none {
    display: none !important;
  }
  html.backoffice .definition-list,
  html.backoffice body .definition-list,
  html .definition-list {
    display: block;
  }
  html.backoffice .definition-list dd,
  html.backoffice .definition-list dt,
  html.backoffice body .definition-list dd,
  html.backoffice body .definition-list dt,
  html .definition-list dd,
  html .definition-list dt {
    display: inline;
  }
  html.backoffice .definition-list dt,
  html.backoffice body .definition-list dt,
  html .definition-list dt {
    text-transform: capitalize;
  }
  html.backoffice .definition-list dt::after,
  html.backoffice body .definition-list dt::after,
  html .definition-list dt::after {
    display: inline;
    content: ": ";
  }
  html.backoffice .definition-list dd::after,
  html.backoffice body .definition-list dd::after,
  html .definition-list dd::after {
    display: block;
    margin-bottom: 0.5rem;
    content: "";
  }
}
@media print and (max-width: 500px) {
  html.backoffice,
  html.backoffice body,
  html {
    font-size: 10px !important;
  }
}#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
  /* Remove these to get rid of the spinner */
}
#nprogress .bar {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
#nprogress .peg {
  position: absolute;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  transform: rotate(3deg) translate(0, -4px);
  opacity: 1;
  box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary);
}
#nprogress .spinner {
  position: fixed;
  z-index: 1031;
  top: 10px;
  left: 10px;
  display: block;
  padding: 15px;
  animation: nprogress-slide 500ms ease-out;
  border-radius: var(--border-radius-full);
  background-color: var(--body-bg);
}
#nprogress .spinner-icon {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  animation: nprogress-spinner 400ms linear infinite;
  border: solid 2px transparent;
  border-top-color: var(--primary);
  border-left-color: var(--primary);
  border-radius: 50%;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*** progress bar ***/
.cms-active #nprogress .bar {
  background-color: #455a64;
}

.cms-active #nprogress .peg {
  box-shadow: 0 0 10px #455a64, 0 0 5px #455a64;
}

.cms-active #nprogress .spinner {
  background-color: transparent;
}

.cms-active #nprogress .spinner-icon {
  border-top-color: #455a64;
  border-left-color: #455a64;
}

.cms-active.cms-dark #nprogress .bar {
  background-color: #eceff1;
}

.cms-active.cms-dark #nprogress .peg {
  box-shadow: 0 0 10px #eceff1, 0 0 5px #eceff1;
}

.cms-active.cms-dark #nprogress .spinner-icon {
  border-top-color: #eceff1;
  border-left-color: #eceff1;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes nprogress-slide {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes nprogress-slide {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}