@font-face {
  font-family: "glacial indifference";
  src: url("/shared/fonts/gi/regular.woff2") format("woff2"), url("/shared/fonts/gi/regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "glacial indifference";
  src: url("/shared/fonts/gi/bold.woff2") format("woff2"), url("/shared/fonts/gi/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "glacial indifference";
  src: url("/shared/fonts/gi/italic.woff2") format("woff2"), url("/shared/fonts/gi/italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "kirppuicons";
  src: url("/shared/fonts/kirppuicons.eot");
  src: url("/shared/fonts/kirppuicons.eot?#iefix") format("embedded-opentype"), url("/shared/fonts/kirppuicons.woff") format("woff"), url("/shared/fonts/kirppuicons.ttf") format("truetype"), url("/shared/fonts/kirppuicons.svg#kirppuicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-] {
  line-height: 0;
  font-size: 2rem;
}
[class^=icon-].large {
  font-size: 2.4rem;
}
[class^=icon-].green {
  color: #31AA47;
}
[class^=icon-]:before {
  display: inline-block;
  font-family: "kirppuicons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add_item:before {
  content: "A";
}

.icon-add:before {
  content: "B";
}

.icon-archive:before {
  content: "C";
}

.icon-arrow_down:before {
  content: "D";
}

.icon-arrow_left:before {
  content: "E";
}

.icon-arrow_right:before {
  content: "F";
}

.icon-arrow_up:before {
  content: "G";
}

.icon-bag:before {
  content: "H";
}

.icon-bell:before {
  content: "I";
}

.icon-bill:before {
  content: "J";
}

.icon-block:before {
  content: "K";
}

.icon-building:before {
  content: "L";
}

.icon-calendar:before {
  content: "M";
}

.icon-chevron_down:before {
  content: "N";
}

.icon-chevron_left:before {
  content: "O";
}

.icon-chevron_right:before {
  content: "P";
}

.icon-chevron_up:before {
  content: "Q";
}

.icon-close:before {
  content: "R";
}

.icon-coins:before {
  content: "S";
}

.icon-copy_paste:before {
  content: "T";
}

.icon-danger:before {
  content: "U";
}

.icon-edit:before {
  content: "V";
}

.icon-expand:before {
  content: "W";
}

.icon-export:before {
  content: "X";
}

.icon-eye:before {
  content: "Y";
}

.icon-filter_remove:before {
  content: "Z";
}

.icon-filter_search:before {
  content: "a";
}

.icon-filter:before {
  content: "b";
}

.icon-flag:before {
  content: "c";
}

.icon-link:before {
  content: "d";
}

.icon-loading:before {
  content: "e";
}

.icon-location:before {
  content: "f";
}

.icon-log_out:before {
  content: "g";
}

.icon-login:before {
  content: "h";
}

.icon-menu:before {
  content: "i";
}

.icon-message:before {
  content: "j";
}

.icon-minus:before {
  content: "k";
}

.icon-money:before {
  content: "l";
}

.icon-note:before {
  content: "m";
}

.icon-placeholder:before {
  content: "n";
}

.icon-receipt:before {
  content: "o";
}

.icon-refresh:before {
  content: "p";
}

.icon-scan_barcode:before {
  content: "q";
}

.icon-scanner:before {
  content: "r";
}

.icon-search:before {
  content: "s";
}

.icon-settings_2:before {
  content: "t";
}

.icon-settings:before {
  content: "u";
}

.icon-shop_cart:before {
  content: "v";
}

.icon-shop:before {
  content: "w";
}

.icon-sort:before {
  content: "x";
}

.icon-tag:before {
  content: "y";
}

.icon-tasks:before {
  content: "z";
}

.icon-trash_bin:before {
  content: "0";
}

.icon-undo:before {
  content: "1";
}

.icon-ellipsis-vertical:before {
  content: "3";
}

.icon-quantity:before {
  content: "2";
}

.icon-checkbox:before {
  content: "4";
}

.icon-checked-checkbox:before {
  content: "5";
}

.icon-unprinted:before {
  content: "6";
}

.icon-printed:before {
  content: "7";
}

.icon-barcode:before {
  content: "8";
}

.icon-placeholder-image:before {
  content: "9";
}

.icon-offline:before {
  content: "!";
}

.icon-online:before {
  content: '"';
}

.icon-ai:before {
  content: "#";
}

.bold {
  font-weight: 700;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-s {
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.text-l {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.header-xs {
  font-size: 2rem;
  line-height: 2.8rem;
}

.header-s {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.header-m {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.header-l {
  font-size: 3.6rem;
  line-height: 4rem;
}

.display-xs {
  font-size: 4.4rem;
  line-height: 4.8rem;
}

.display-s {
  font-size: 6rem;
  line-height: 6.8rem;
}

.display-m {
  font-size: 7.6rem;
  line-height: 8.4rem;
}

.display-l {
  font-size: 9.2rem;
  line-height: 10rem;
}

header {
  --margin: 124px;
  padding: 16px;
  color: #101812;
  border-bottom: 1px solid #bfbfbf;
  background: #fff;
}
header a {
  color: #262626;
}
header .container {
  max-width: calc(1440px - var(--margin) - var(--margin));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  header #header-logo img {
    height: 24px;
  }
}
header #header-burger {
  display: none;
}
header #header-burger .icon-close {
  display: none;
}
@media screen and (max-width: 960px) {
  header #header-burger {
    display: block;
  }
}
header #showroom-toggles {
  display: none;
}
@media screen and (max-width: 960px) {
  header #showroom-toggles {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-left: auto;
    margin-right: 16px;
  }
}
header #showroom-toggles span {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
header #header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 12px;
}
header #header-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header #header-content ul li {
  position: relative;
}
header #header-content ul li a {
  text-decoration: none;
}
header #header-content .top {
  font-size: 1.4rem;
  line-height: 1.4;
}
header #header-content .top li:after {
  content: "|";
  padding: 0 4px 0 0;
}
header #header-content .top li:last-child:after {
  display: none;
}
header #header-content .bottom {
  font-size: 2.4rem;
  font-weight: 600;
  column-gap: 20px;
}
header #header-content .bottom .button {
  font-size: 1.6rem;
  text-transform: uppercase;
  background-color: #31aa47;
  color: #f2f2f2;
  padding: 0 10px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
header #header-content .bottom .button:hover {
  background-color: #288538;
}
@media screen and (min-width: 961px) {
  header #header-content {
    display: flex !important;
  }
}
@media screen and (max-width: 960px) {
  header #header-content {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 2;
    padding: 16px;
    align-items: flex-start;
  }
  header #header-content .top {
    order: 10;
    font-size: 1.6rem;
  }
  header #header-content .top li {
    height: 48px;
  }
  header #header-content .top li:after {
    display: none;
  }
  header #header-content .bottom {
    order: 1;
    font-size: 2rem;
    font-weight: normal;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  header #header-content .bottom li {
    height: 56px;
    display: flex;
    align-items: center;
  }
  header #header-content .bottom li a {
    position: relative;
    width: 100%;
  }
  header #header-content .bottom li a:after {
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: "kirppuicons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "P";
  }
  header #header-content .bottom li.with-button {
    justify-content: center;
  }
  header #header-content .bottom li.with-button a:after {
    display: none;
  }
  header #header-content .bottom li.with-button .button {
    height: 48px;
    padding: 0 20px;
    font-weight: 700;
    width: 100%;
    justify-content: center;
  }
  header #header-content ul {
    display: block;
    width: 100%;
  }
  header #header-content ul li a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  header {
    background-color: #F9FBF9;
    padding: 0;
    position: sticky;
    z-index: 2;
    top: 0;
  }
  header .container {
    height: 48px;
    align-items: center;
    padding: 0 16px;
  }
}

header {
  font-size: 10px;
  font-family: "glacial indifference", sans-serif;
}
header ol, header ul {
  list-style: none;
}
header #header-content .top {
  font-size: 14px;
}
header #header-content .bottom {
  font-size: 24px;
}
header #header-content .bottom .button {
  font-size: 16px;
  letter-spacing: unset;
}
@media screen and (max-width: 960px) {
  header #header-content .top {
    font-size: 16px;
  }
  header #header-content .bottom {
    font-size: 20px;
  }
}