/* ---------- CSS Reset ---------- */
/* Resets the default CSS to something more reasonable. */


html {
  box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

:link, :visited, :hover, :active {
  text-decoration: inherit;
  color: inherit;
}

del:hover {
  text-decoration: line-through; /* @HACK Don't hide the line when hovering a <del>! */
}


/* ------------------------------ Global CSS ------------------------------ */
/* Base-line styles that is applied to all pages. Also includes global variables (such as the theme). */


:root {
  /* ----- Basic ----- */

  --theme__color-light: #eeeeee;

  /* ----- Theme ----- */

  --theme__background_color: #ffffff;
  --theme__background_color_medium: #f8f8f8;

  --theme__header_top_border: var(--theme__color-light);
  --theme__main_navbar_background_color: #3e3d40;
  --theme__main_navbar_color: #ffffff;
  --theme__footer_background_color: #3e3d40;
  --theme__footer_color: #ffffff;

  --theme__text_color: #000000;
  --theme__text_color_light: #ffffff;
  --theme__text_color_medium_dark: #6d6d6d;
  --theme__text_color_hover: #dadaff;
  --theme__text_color_faded: #777;

  --theme__main-color: #fc8d32;
  --theme__main-color-variation: #e97a10;
  --theme__required-color: #df0202; /* Color that denotes that something is required (probably input). */

  --theme__link-color: #32a1fc; /* Color of links in text. */
  --theme__link-alt-color: #81cdf7; /* Used for some buttons. */

  --theme__border-color: #e2e2e2;

  --theme__button-normal-color: #81cdf7; /* Default color of buttons. */
  --theme__button-boring-color: #ffffff; /* Color of "boring" buttons. */
  --theme__button-border-color: #dddddd; /* Color of borders of all buttons. */

  --theme__search-line-selected-color: var(--theme__color-light);

  --theme-base__nav-icon-color: #898989;
  
  --theme__in-stock-color: green;
  --theme__out-of-stock-color: red;
  --theme__order-item-color: orange;

  --theme__message-note-background-color: #3bb54a;
  --theme__message-warning-background-color: yellow;
  --theme__message-error-background-color: red;

  /* ----- ? ----- */
  
  --page-width: calc(1170px + 5.2325rem);

  /* ----- Cart Item ----- */

  --cart-item-image-size: 5rem;
  --cart-item-icon-size: 1rem;
  --cart-item-padding-left: 0px; /* Additional left padding to add (since you can't overwrite it easily). */

  --cart-item-width-article-info: 35%;
  --cart-item-width-price: 20%; 
  --cart-item-width-quantity: 20%;
  --cart-item-width-sum-and-icon: 20%;

  /* ----- ... ----- */
}

body {
  background-color: var(--theme__background_color);
  color: var(--theme__text_color);
}

:root {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 14px; /* @NOTE Is it really a good idea to set root font size? */
  line-height: 1.618; /* @NOTE Is it really a good idea to set root line height? */
}

/* Note: Prevent iframes from becomming wider than the window and mess things up! */
iframe {
  max-width: 100%;
}


/* ------------------------------ Google Fonts ------------------------------ */

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhdzeFb5N.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhdXeFb5N.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhdLeFb5N.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhd7eFb5N.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhd_eFb5N.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/ibmplexsans/zYXgKVElMYYaJe8bpLHnCwDKhdHeFQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ------------------------------ Reusable Styles ------------------------------ */
/* These are classes that can be used by any page/template. */


.page-col-full { /* Take up the full width, minus the part that is usually empty on the sides. */
  max-width: var(--page-width);
}

.page-col-full-padding { /* Default padding for "page-col-full" */
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .lg-page-col-full-padding.lg-page-col-full-padding { /* @HACK Priority hack */
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.page-svg-slim svg path { /* Makes the stroke of all contained SVGs slimmer. */
  stroke-width: 1.5px;
}

.page-link { /* Makes a link look normal again. */
  color: var(--theme__link-color);
  text-decoration: underline;
}
.page-link:hover {
  color: inherit;
}

.page-required { /* Wrap this around a span with "*" to note that something is required. */
  color: var(--theme__required-color);
}

/* ----- Bread Crumb ----- */

.page-bread-crumb {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  list-style: none;
  color: #6b6b6b;
}
.page-bread-crumb > span {
  display: inline;
}
.page-bread-crumb > span > a {
  color: #111;
}
.page-bread-crumb > span:hover > a {
  text-decoration-line: underline;
}
.page-bread-crumb > span:not(:first-child)::before {
  padding: 0 .4rem;
  opacity: .4;
  font-size: .8em;
  content: "/";
  text-decoration-line: none;
  line-break: anywhere;
}


/* ----- Price ----- */

.page-price {
}

.page-price-include-vat {
}


/* ----- Button ----- */

.page-button {
  border: 1px solid var(--theme__button-border-color);
  border-radius: 6px;
  line-height: 3.5em;
  text-align: center;
  font-weight: bold;
  background-color: var(--theme__button-normal-color);
  color: var(--theme__text_color);
}
.page-button--boring {
  background-color: var(--theme__button-boring-color);
  font-weight: normal;
}

.page-button-nice {
  padding: .6em 1.4em;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  border-radius: 3px;
  background-color: var(--theme__button-normal-color);
  cursor: pointer;
}
.page-button-nice:hover {
  background-color: var(--theme__main-color);
}


/* ----- Remove Buttons (from <input type="number">) ----- */

/* Chrome, Safari, Edge, Opera */
.page-input-no-buttons::-webkit-outer-spin-button,
.page-input-no-buttons::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.page-input-no-buttons {
  -moz-appearance: textfield;
}


/* ----- Cool Title -----*/

[data-cool-title]::after {
  opacity: 0;
  content: attr(title);
  pointer-events: none;
  /* Styling */
  display: block;
  min-width: 7rem;
  transform: translateX(-50%);
  margin-bottom: .4rem;
  padding: .5rem;
  border-radius: .2rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: var(--theme__text_color_light);
  background-color: #222222;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3);
  transition: opacity .3s ease-in-out;
}
[data-cool-title]:hover::after {
  opacity: 1;
}

/* ----- Product Box ----- */

.page-hover-icon {
  position: relative;
}

.page-hover-icon > svg {
  width: auto;
  height: 1.5rem;
}

.page-hover-icon .page-hover-icon__tool-tip {
  visibility: hidden;
  min-width: min(22rem, 100vw);
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 100%;
  margin-left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
}

.page-hover-icon:hover .page-hover-icon__tool-tip {
  visibility: visible;
  opacity: 1;
}

/* ----- Product Box ----- */

.page-product-box {
  position: relative;
  width: inherit; /* I'm not sure why but this makes them scale very nicely. */
  height: auto;
  padding: 0 15px 0 15px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}

.page-product-box__image-wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1; /* This is to set the height to the same as the width. */
  /*overflow: hidden;*/ /* To prevent layout shift after the image is loaded (if something goes wrong). */
  position: relative;
}
.page-product-box__image-wrapper > a {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-product-box__image-wrapper img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: scale .3s;
}

.page-product-box .page-product-box__image-wrapper::before {
  visibility: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
  /*background-color: #ffffff;*//* @BUG I can't get this to render behind the related product element, so I removed the background instead. */
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  content: "";
  transition: all .2s;
  width: calc(100% + 0px);
  height: calc(100% + 30px);
  margin-top: -15px;
  margin-left: 0;
  pointer-events: none;
}

.page-product-box:hover .page-product-box__image-wrapper::before {
  visibility: visible;
  opacity: 1;
  transition: all .2s;
}
.page-product-box:hover .page-product-box__image-wrapper img {
  scale: .95;
}
/*.page-product-box>li:hover {
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
  transition: box-shadow 0.3s ease-in-out;
}*/

.page-product-box__sale-note {
  display: flex;
  position: absolute;
  right: 0.7rem;
  top: -0.4rem;
  padding: .2rem;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: min(calc(7vw / var(--cpg-columns)), 1.75rem); /* @ROBUST Magic numbers */
  font-weight: bold;
  background-color: red;
  color: var(--theme__text_color_light);
  transition: scale .2s;
}
.page-product-box:hover .page-product-box__sale-note {
  scale: 1.05;
}

.page-product-box__info {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  width: 100%;
  flex: 1;
}

.page-product-box__title {
  width: 100%;
  margin: 4px 0 4px 0;
  font-size: 15px;
  font-weight: 600;

  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: calc(2 * var(line-height));
}

.page-product-box__price > * {
  /* This removes the spacing between "Från" and price */
  /*display: inline-block;*/
}
.page-product-box__price .page-price {
  margin-bottom: 0.75rem;
  color: #43454b;
  font-weight: 400;
}

.page-product-box__price-del {
  color: #bebebe;
}
.page-product-box__price-del .page-price {
  color: inherit;
}

.page-product-box__add-to-cart > button,
.page-product-box__add-to-cart > a {
  display: block;
  text-align: center;
  padding: 0.8rem;
  width: 100%;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  background-color: #81cdf7;
  margin-top: 0.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.page-product-box__add-to-cart > button:hover,
.page-product-box__add-to-cart > a:hover {
  background-color: var(--theme__main-color);
  transition: background-color 0.1s ease-in-out;
}


/* ----- DropDown ----- */

.page-dd-container {
  position: relative;
  align-items: initial;
}
.page-dd-select {
}
.page-dd-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 1rem;
  top: 50%;
  border: solid 5px transparent;
  border-top-color: var(--theme__text_color);
}
[data-dd="1"] .page-dd-arrow {
  transform: translate(0, 50%);
  rotate: 180deg;
}
.page-dd-list {
  position: absolute;
  top: 100%;
  list-style: none;
  z-index: 5;
}
.page-dd-container:not(.page-dd-container--open) .page-dd-list {
  display: none;
}

/* ------------------------------ Cart Items ------------------------------ */

/* ----- Cart Items (Container & Headers) ----- */

.cart-items-header {
  height: 0;
  max-height: fit-content;
  padding-left: calc(var(--cart-item-padding-left) + var(--cart-item-image-size) + .5rem);
  padding-top: .25rem;
  padding-bottom: .25rem;
  overflow: hidden;
  transition-duration: .2s;
  transition-property: height;
}
.cart-items-header > p {
  display: inline-block;
  font-weight: bold;
}

.cart-items-header__article {
  width: var(--cart-item-width-article-info);
}
.cart-items-header__price {
  width: var(--cart-item-width-price);
}
.cart-items-header__quantity {
  width: var(--cart-item-width-quantity);
  text-align: center;
}
.cart-items-header__sum {
  width: var(--cart-item-width-sum-and-icon);
  text-align: right;
}

.cart-items {
  display: flex;
  flex-direction: column;
  list-style: none;
}

/* ----- Cart Item ----- */

.cart-item {
  position: relative;
  min-height: var(--cart-item-image-size);
  padding-left: calc(var(--cart-item-padding-left) + var(--cart-item-image-size) + .5rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: small;
}
.cart-item--bundle {}
.cart-item--bundle-option {
  background-color: #00000007;
}

/* ----- Cart Item - Image ----- */

.cart-item__image-container {
  position: absolute;
  display: block;
  left: var(--cart-item-padding-left);
  width: var(--cart-item-image-size);
  height: var(--cart-item-image-size);
  align-content: center;
}

/* ----- Cart Item - Article Info ----- */

.cart-item__article-info {
  display: contents;
}

/* ----- Cart Item - Name ----- */

.cart-item__name {
}

/* ----- Cart Item - Article Number ----- */

.cart-item__article-number {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #7a7a7a;
}

/* ----- Cart Item - Stock ----- */

.cart-item--in-stock .cart-item__stock {
  color: green; /*var(--theme__in-stock-color);*/
}
.cart-item--out-of-stock .cart-item__stock {
  color: red; /*var(--theme__out-of-stock-color);*/
}
.cart-item--backorder .cart-item__stock {
  color: orange; /*var(--theme__order-item-color);*/
}

/* ----- Cart Item - Price ----- */

.cart-item__price {
}

/* ----- Cart Item - Quantity ----- */

.cart-item__quantity {
}

/* ----- Cart Item - Sum & Icon ----- */

.cart-item__sum-and-icon {
  float: right;
  text-align: right;
  margin-right: var(--cart-item-icon-size);
}

/* ----- Cart Item - Sum ----- */

.cart-item__sum {
}

/* ----- Cart Item - Remove / Bundle Info ----- */

.cart-item__icon {
  display: inline-block;
  width: var(--cart-item-icon-size);
  height: var(--cart-item-icon-size);
  margin-right: calc(-1 * var(--cart-item-icon-size));
}

/* ----- Cart Item - Remove ----- */

.cart-item__remove {
  cursor: pointer;
}

/* ----- Cart Item - Bundle Info ----- */

.cart-item--bundle-option.cart-item--bundle-option {
  background: rgb(245 245 245);
  margin-bottom: 0px;
  border-bottom: 0px;
}
.cart-item__bundle.cart-item__bundle {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.cart-item__bundle-info {
  position: relative;
}

.cart-item__bundle-info > svg {
  width: auto;
  height: 1.5rem;
}

.cart-item__bundle-info .cart-item__bundle-tool-tip {
  visibility: hidden;
  width: 120px;
  max-width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 100%;
  margin-left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cart-item__bundle-info:hover .cart-item__bundle-tool-tip {
  visibility: visible;
  opacity: 1;
}

/* ----- Cart Item - Quantity ----- */

.cart-item-quantity {
  display: inline-flex;
  align-items: center;
}

.cart-item-quantity__input {
  width: 5rem; /* Overwrite the default with something reasonable. */
  min-width: 1rem;
  max-width: 100%;
  height: 2rem;
  margin: 0;
  font-weight: 200;
  border: 1px solid var(--theme__border-color);
  background-color: #fff;
  color: #222;
  box-shadow: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  text-align: center;
}
.cart-item-quantity__input:disabled {
  background-color: var(--theme__color-light); /* @ROBUST Rename/replace? */
  cursor: not-allowed;
}

.cart-item-quantity__button {
  --button-size: 1.2rem;
  width: var(--button-size);
  height: var(--button-size);
  background-color: #dadada;
  border-radius: 10rem;
}
.cart-item-quantity__button:disabled {
  background-color: var(--theme__color-light); /* @ROBUST Rename/replace? */
  cursor: not-allowed;
}

.cart-item-quantity__button--up {
  flex: 0 0 auto;
  margin-left: .5rem;
}

.cart-item-quantity__button--down {
  flex: 0 0 auto;
  margin-right: .5rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ----- Media ----- */

@media (min-width: 640px) {
  .cart-items-header {
    height: 2rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .cart-item__article-info {
    display: block;
    float: left; /* Note: To make the other elements appear at the top instead of the bottom. */
    width: var(--cart-item-width-article-info);
  }
  .cart-item__price {
    display: inline-block;
    width: var(--cart-item-width-price);
  }
  .cart-item__quantity {
    display: inline-block;
    width: var(--cart-item-width-quantity);
  }
  .cart-item__quantity .cart-item-quantity,
  .cart-item__quantity .cart-item-quantity__input {
    width: 100%;
  }
  .cart-item__sum-and-icon {
    display: inline-block;
    width: var(--cart-item-width-sum-and-icon);
    float: none;
    margin-right: 0;
  }
}

/* ------------------------------ Base Styles ------------------------------ */
/* These are styles used by the base template. */

.site-skip-link {
  background: var(--theme__main-color);
  position: absolute;
  left: 50%;
  padding: 0.2rem 0.5rem;
  transform: translate(-50%, -100%);
}
.site-skip-link:focus {
  transform: translate(-50%, 0%);
  transition: transform 0.3s;
}

body:has(#site-cart-overlay-backdrop.site-cart-overlay-backdrop--open) {
  --body__scroll-bar-width: 0px; /* The width of the vertical scrollbar. Overwritten with JS. */
  /* Hide the site scroll-bars while the cart overlay is open. */
  overflow: hidden;
  padding-right: var(--body__scroll-bar-width); /* @TODO Replace this with the width of the vertical scrollbar (0 if there is none?). */
}

.site-cart-overlay-wrapper {
  z-index: 95;
  position: fixed;
  width: 100%;
  height: 0;
}

.site-cart-overlay-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, .4);
  transition: opacity .6s;
  pointer-events: none; /* Make pointer events ignore this while fading out. */
}
.site-cart-overlay-backdrop[hidden] {
  display: none;
}
.site-cart-overlay-backdrop--open {
  opacity: 1;
  cursor: pointer;
  pointer-events: initial;
}

.site-cart-overlay-container {
  position: fixed;
  right: 0;
}

.site-cart-overlay {
  --cart__h-padding: 1.425rem; /* Horizontal padding of some elements in the cart. */
  --cart-item-padding-left: 1rem; /* @ROBUST Modify cart items! */
  display: flex;
  flex-direction: column;
  padding-bottom: var(--cart__h-padding);
  width: min(45rem, 85%);
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translate(0, 0);
  transition: transform .35s;
  background-color: var(--theme__background_color_medium);
  cursor: auto;
}
.site-cart-overlay[hidden] {
  display: none;
}
.site-cart-overlay[data-site-overlay-open] {
  transform: translate(-100%, 0);
}
.site-cart-overlay:not([data-site-overlay-open]) {
  /* Offset the cart overlay by the scroll bar width while it is closing (so it doesn't shift). */
  left: calc(100% + var(--body__scroll-bar-width));
}

.site-cart-overlay__header {
  display: flex;
  flex: 0;
  padding: 0 var(--cart__h-padding);
  border-bottom-width: 1px;
  font-size: 1.1rem;
  font-weight: 600;
  border-color: rgb(229 231 235);
}

.site-cart-overlay__title {
  margin: 1rem 0;
  flex: 1;
}

.site-cart-overlay__close {
  display: inline-block;
  margin: auto;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

.site-cart-overlay__content-headers {
  background: #fff;
}
.site-cart-overlay__content-headers.cart-items-header {
  padding-right: 1rem; /* @ROBUST Modify cart item headers! */
}

.site-cart-overlay__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: inset 0 -15px 15px -15px rgb(0 0 0 / 16%);
  overflow-y: auto;
  background: #fff;
  list-style: none;
}
.site-cart-overlay__content .cart-item {
  padding-right: 1rem; /* @ROBUST Modify cart items! */
}

.site-cart-overlay__total {
  flex: 0;
  margin: 0 var(--cart__h-padding);
  margin-top: .5rem;
}

.site-cart-overlay__button {
  flex: 0;
  margin: 0 var(--cart__h-padding);
  margin-top: .5rem;
  font-size: 1.075rem;
}

.site-top-bar {
  border-bottom: 1px solid var(--theme__header_top_border);
}

.site-top-bar__inner {
  display: flex;
  margin: auto;
}

.site-top-bar__part {
  display: flex;
  flex: 1;
}
.site-top-bar__part--first {
  padding-left: 2rem;
}
.site-top-bar__part--right {
  justify-content: flex-end;
}
.site-top-bar__part--align-text {
  vertical-align: center;
}
.site-top-bar__part--align-text > p {
  margin: auto 0;
}

/* ----- Vat Controller ----- */
.site-vat-switch-container {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding:1rem;
  gap: 1rem;
}
.site-vat-switch {
  --switch-size: calc(2rem - 2px);
  --circle-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--switch-size) * 2);
  background-color: var(--theme__color-light);
  border-radius: var(--switch-size);
  padding: calc(var(--switch-size) * .5);
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.site-vat-switch__circle {
  background-color: var(--theme__main-color-variation);
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: left 0.3s ease;
}
.site-vat-switch__active-label {
  color: var(--theme__main-color-variation);
  pointer-events: none;
  transition: all 0.2s ease;
}
.site-vat-switch--on {
  background-color: #ddd;
}
.site-vat-switch--on .site-vat-switch__circle {
  left: var(--switch-size);
}
/* ----- ... ----- */

.overlay {
  background: rgba(52,53,55,.4);
  content: "";
  transition: opacity .6s,visibility .6s;
}

.site-main-header__mobile-left,
.site-main-header__mobile-right {
  max-width: 3rem;
  width: 100%;
}

.site-main-header__logo {
  display: contents;
}
.site-main-header__logo > img {
  width: auto;
  height: 2.25rem;
  margin: auto;
}

.site-main-header__nav-item {
  display: inline-block;
  padding: 0.7em 0.875em 0;
  color: var(--theme-base__nav-icon-color);
}
.site-main-header__nav-item:not(:last-child) {
  border-right: 1px solid rgba(0,0,0,.05);
}

/* .site-main-header__nav-item-icon {} */
.site-main-header__nav-item-icon > svg {
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
}

.site-search {
  display: flex;
  flex: 1;
  margin: auto;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.site-search--open {
  z-index: 15; /* Same as search popup. */
}
.site-search__input {
  flex: 1;
  height: 40px; /* This is just to make it the same size as the original. Not required. */
  padding: .8em 0;
  padding-left: 2.72em;
  padding-right: 1em;
  font-size: inherit;
  background: var(--theme__background_color);
  border: 1px solid #ddd;
  border-radius: 3px;
}
.site-search__input::placeholder {
  font-style: italic;
}
.site-search__icon {
  margin: auto;
  display: flex;
}
.site-search__icon > svg {
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.75em;
  margin-right: -2.25em;
  fill: #444;
  opacity: .5;
}
.site-search-popup-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 14; /* Just below the search popup */
}
.site-search-popup-backdrop[hidden] {
  display: none;
}
.site-search-popup {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 40px; /* Same as the height of the search bar */
  width: 42rem;
  max-height: 60rem;
  border: 1px solid var(--theme__background_color);
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  z-index: 15;
  background-color: var(--theme__background_color);
}
.site-search-popup[hidden] {
  display: none; /* Note: Borders are still visible while "hidden". */
}
.site-search-popup__no-results {
  display: block;
  width: 100%;
  padding-left: 1rem;
  font-size: 1.2em;
  color: var(--theme__border-color);
}

.site-search-popup__about-container {
  width: 50%;
  overflow: hidden;
  border-left: 1px solid var(--theme__search-line-selected-color);
}

.site-search-line {
  display: flex;
  padding: 0.5rem;
  user-select: none;
  cursor: pointer;
}
.site-search-line--selected {
  background-color: var(--theme__search-line-selected-color);
}
.site-search-line > img {
  height: 3rem;
  width: 3rem;
  margin: auto 0;
}
.site-search-line > span {
  padding-left: 0.5rem;
}

.site-search-about {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.site-search-about__image-container {
  display: flex;
  border-bottom: 1px solid var(--theme__search-line-selected-color);
}
.site-search-about__image-container > img {
  height: 21rem;
  width: 21rem;
  margin: auto;
}
.site-search-about > span {
  flex: 0;
  margin: 0.25rem 1rem;
}
.site-search-about__name {
  font-size: 1.5rem;
}
.site-search-about__article-number {
  font-size: 0.8rem;
}
.site-search-about__price {
  font-weight: bold;
}
.site-search-about > .site-search-about__info { /* Specificity hack */
  /* @TODO Truncate the description if it is to long, perhaps? */
  flex: 1;
  overflow: hidden;
  padding: 0.5rem 0;
  border: 1px solid var(--theme__search-line-selected-color);
  border-left: none;
  border-right: none;
}
.site-search-about__stock {
  text-align: right;
}
.site-search-about__stock--in-stock {
  color: var(--theme__in-stock-color);
}
.site-search-about__stock--out-of-stock {
  color: var(--theme__out-of-stock-color);
}
.site-search-about__stock--order-item {
  color: var(--theme__order-item-color);
}
.site-search-about > .site-search-about__add { /* Specificity hack */
  display: flex;
  margin-bottom: 1rem;
}
.site-search-about__add > input {
  width: 25%;
  margin-right: 1rem;
}
.site-search-about__add > a {
  flex: 1;
}

.LMAO {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid var(--theme__border-color);
  border-radius: 4px;
  color: #222;
  background-color: var(--theme__background_color);
  box-shadow: none;
}

/* ---------- Styling of the header ---------- */

.site-main-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--theme__main_navbar_background_color);
  color: var(--theme__main_navbar_color);
}
/* .site-main-nav--stuck {} // Added by JS. */

.site-main-nav__logo {
  display: flex;
  width: 0;
  transition-duration: 0.4s;
  transition-property: width, padding;
  transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
  cursor: pointer;
}
.site-main-nav--stuck .site-main-nav__logo {
  width: 100px;
}

.site-main-nav__nav {
  flex: 1 0 auto;
}

.site-main-nav__nav-item {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 60px;
}

.site-main-nav__has-children > a::after {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  width: .6rem;
  height: .6rem;
  content: "";
  background-color: #fff;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("../svg/fa-chevron-down.svg");
}

.site-main-nav__nav-item > a > span {
  position: relative;
  display: inline-block;
  border: 0;
  transition: color .2s; /* @BUG Causes the links to start as blue on the first load sometimes. */
  cursor: pointer;
}

.site-main-nav__nav-item > a > span::after {
  display: block;
  position: absolute;
  top: 70%; /* magic number to get it in position */
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--theme__main-color);
  content: "";
  transition: transform .3s cubic-bezier(.28, .75, .22, .95);
  transform: scale(0, 1);
  transform-origin: right center;
}
.site-main-nav__nav-item > a > span:hover::after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.site-main-nav__nav-item-button {
  display: inline-block;
}
.site-main-nav__nav-item-button > a {
  padding: .5rem 1rem;
  border-radius: 2rem;
  color: var(--theme__text_color_light);
  background: #444;
  font-size: .9rem;
  font-weight: 700;
}

.site-main-nav__nav-item-button-mobile {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}
.site-main-nav__nav-item-button-mobile > a {
  display: inline-block;
  width: 100%;
  padding: .5rem 1rem;
  border-radius: 2rem;
  color: var(--theme__text_color);
  background: var(--theme__color-light);
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.site-main-nav__nav-item-sub-menu-wrapper {
  display: none; /* @TODO Display this when the related item is hovered. I can't figure out how Folier does this... */
}

.site-main-nav__cart {
  cursor: pointer;
  --cart-color: #dc9814;
}
.site-main-nav__cart .page-price-include-vat {
  font-size: .7rem;
}

.site-main-nav__cart-tax-label {
  font-size: 75%;
}

.site-main-nav__cart-count {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 28px;
  height: 28px;
  margin-left: 5px;
  padding: 3px;
  border: 1px solid var(--cart-color);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -.7px;
  color: var(--cart-color);
  transition-duration: .2s; /* @BUG Causes the links to start as black on the first load sometimes. */
  transition-property: background-color, color, scale; /* Animate the hover effect(s) */
}
.site-main-nav__cart:hover .site-main-nav__cart-count {
  background-color: var(--cart-color);
  color: #ffffff;
}
.site-main-nav__cart--animate {
  background-color: var(--cart-color);
  color: #ffffff;
  scale: 1.2;
}
.site-main-nav__cart-count::after {
  position: absolute;
  bottom: 96%;
  left: 50%;
  width: 13px;
  height: 7px;
  margin-bottom: 1px;
  margin-left: -6px;
  border: 1px solid var(--cart-color);
  border-bottom: 0;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  content: "";
  pointer-events: none;
}

.site-main-nav-mega {
  display: none;
  line-height: normal;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.site-main-nav__has-children:hover .site-main-nav-mega {
  display: flex;
}

.site-main-nav__has-children > a:hover::after {
  transform: rotate(180deg);
}

.site-main-nav__nav-item > a::after {
  transition: transform .4s;
}

.site-main-nav-mega > ul {
  display: flex;
  max-width: var(--page-width);
  width: 100%;
  margin: auto;
  justify-content: center;
  color: black;
}

.site-main-nav-mega > ul > li {
  display: flex;
  font-weight: bolder;
  flex-direction: column;
  color: black;
  margin: 3rem 0rem;
  padding: 0 1rem;
  width: 23%;
  border-left: 1px solid var(--theme__color-light);
}

.site-main-nav-mega > ul > li > ul > li {
  margin: 1rem 0rem;
}

.site-main-nav-mega > ul > li > ul > li > a {
  position: relative;
  display: inline-block;
  border: 0;
  transition: color .2s; /* @BUG Causes the links to start as blue on the first load sometimes. */
  cursor: pointer;
}

.site-main-nav-mega > ul > li > ul > li > a::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 2px);
  border-bottom: 1px solid #ccc;
  content: "";
  transition: transform .3s cubic-bezier(.28, .75, .22, .95);
  transform: scale(0, 1);
  transform-origin: right center;
}
.site-main-nav-mega > ul > li > ul > li > a:hover::after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.site-main-nav-mega > ul > li:last-child {
  border-right: 1px solid var(--theme__color-light);
}

/* ---------- Styling of mobile navigation menu ---------- */

.site-mobile-nav-item {
  display: inline-block;
  width: 100%;
  padding: .25rem;
}
.site-mobile-nav-item > a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}
.site-mobile-nav-item > span {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url("../svg/fa-chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000000;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.site-mobile-nav-item > ul {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-left: 0.75rem;
  opacity: 0;
  border-bottom: 1px solid #d1d5db;
}

.site-mobile-nav-item:hover:not(:has(.site-mobile-nav-item:hover)) {
  background-color: #0000000F;
}
.site-mobile-nav-item > span:hover {
  background-color: #636363;
}

.site-mobile-nav-item--expanded > a {
  font-weight: 600;
}
.site-mobile-nav-item--expanded > span {
  transform: rotate(180deg);
}
.site-mobile-nav-item--expanded > ul {
  display: flex;
  position: inherit;
  opacity: 1;
  transition: left .6s,transform .3s,opacity .3s;
}

/* ---------- Styling of site messages ---------- */

.site-message {
  /* --background-color: ...; // Defined elsewhere */
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--background-color);
}
.site-message--note {
  --background-color: var(--theme__message-note-background-color);
}
.site-message--warning {
  --background-color: var(--theme__message-warning-background-color);
}
.site-message--error {
  --background-color: var(--theme__message-error-background-color);
  color: #fff;
}

/* ---------- Styling of the below content section ---------- */

.site-below-content {
  padding-top: 2rem;
  padding-bottom: 1.7em;
  background-color: var(--theme__background_color);
  border-top: 1px solid var(--theme__color-light);
}

.site-below-content__inner {
  display: flex;
}

.site-below-content__item {
  display: flex;
  flex: 1;
  padding: 0 20px;
}
.site-below-content__item > svg {
  stroke: #999999;
  width: 20px;
  height: 20px;
}

.site-below-content__item-text {
  padding-left: 12px;
}
.site-below-content__item-text > span { /* Top Text */
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

/* ---------- Styling of the footer ---------- */

.site-footer {
  padding: 1rem 0;
  background-color: var(--theme__footer_background_color);
  color: var(--theme__footer_color);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.site-footer-item {
  flex: 1;
}
.site-footer-item:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #ffffff44;
}

.site-footer-item-title {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

/*.site-footer-item-content {}*/
.site-footer-item-content li {
  margin-bottom: 5px;
}

.site-footer-item-content a {
  position: relative;
  display: inline-block;
  border: 0;
  transition: color .2s; /* @BUG Causes the links to start as blue on the first load sometimes. */
  cursor: pointer;
}

.site-footer-item-content a:not(.site-footer-item-content__no-animation)::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 2px);
  border-bottom: 1px solid #ccc;
  content: "";
  transition: transform .3s cubic-bezier(.28, .75, .22, .95);
  transform: scale(0, 1);
  transform-origin: right center;
}
.site-footer-item-content a:not(.site-footer-item-content__no-animation):hover::after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.site-footer-copyright {
  padding-bottom: 1rem;
  background-color: var(--theme__footer_background_color);
  color: var(--theme__footer_color);
}
.site-footer-copyright > div {
  display: flex;
  align-items: flex-end;
}
.site-footer-copyright > div > span {
  flex: 1;
  font-size: .95rem;
  align-content: center;
}
.site-footer-copyright > div > img {
  width: auto;
  height: 2rem;
}

@media (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
  }
  .site-footer-item:not(:first-child) {
    padding-top: 0;
    border-top: none;
  }
}


/* ------------------------------ Cookie Popup Styles ------------------------------ */
/* These are styles used by the cookie popup (that is part of the base js). */


.site-cookie-box-wrapper {
  display: flex;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 100;
}

.site-cookie-box {
  display: flex;
  flex-direction: column;
  margin: 1rem .75rem;
  margin-top: auto;
  width: min(100%, 100vw); /* Fallback in case the width is larger than the actual page. */
  text-align: center;
  border: 1px solid black;
  border-radius: .5rem;
  box-shadow: 0 2px 50px 0 rgba(0,0,0,0.3);
  background-color: var(--theme__background_color);
}
.site-cookie-box p {
  margin-bottom: 1rem;
}
.site-cookie-box a {
  color: #32a1fc;
}
.site-cookie-box__buttons {
  display: flex;
  flex-direction: column-reverse;
  gap: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.site-cookie-box__buttons button {
  flex: 1;
  padding: .8rem 1rem;
  border-radius: .2rem;
  font-weight: bold;
}
.site-cookie-box__buttons button:hover {
  background-color: var(--hover-color);
  transition: background-color .1s ease-in-out;
  cursor: pointer;
}
.site-cookie-box__buttons [value="no"] {
  --hover-color: #b3b3b3;
  background-color: #a8a8a8;
}
.site-cookie-box__buttons [value="all"] {
  --hover-color: #49f086;
  background-color: #4ade80;
}
.site-cookie-box__buttons [value="some"] {
  --hover-color: #49c9f0;
  background-color: #40b8dd;
}

.site-cookie-box__checkbox-wrapper {
  --slider-width: 3em;
  --circle-size: 1.15em;
  --padding: 0.3em;
  position: relative;
  width: var(--slider-width);
  height: calc(var(--circle-size) + var(--padding) * 2);
  padding: var(--padding);
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.site-cookie-box__checkbox-wrapper div {
  position: absolute;
  inset: 0;
  border-radius: 1em;
  background-color: #3e3d40;
  pointer-events: none;
  transition: background-color 0.4s;
}
.site-cookie-box__checkbox-wrapper div::after {
  content: '';
  position: absolute;
  display: block;
  top: var(--padding);
  left: var(--padding);
  width: var(--circle-size);
  height: var(--circle-size);
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 100%;
  pointer-events: none;
  transition: transform 0.4s;
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"]:checked ~ div {
  background-color: var(--theme__main-color);
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"]:hover:not(:disabled) ~ div {
  opacity: .85;
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"]:disabled ~ div {
  background-color: #acacac;
}
.site-cookie-box__checkbox-wrapper input[type="checkbox"]:checked ~ div::after {
  transform: translateX(calc(var(--slider-width) - var(--circle-size) - var(--padding) * 2));
}

@media (min-width: 768px) {
  .site-cookie-box {
    margin: auto;
    max-width: 60rem;
  }
  .site-cookie-box__buttons {
    flex-direction: row;
    gap: 1rem;
  }
}

/* ------------------------------ Out of Stock dialog ------------------------------ */

.out-of-stock-dialog {
  width: 500px;
  border-radius: 0.2rem;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  padding: 2rem;
  position: fixed;
}

.out-of-stock-dialog .out-of-stock-button {
  background: #43454b;
}

.site-out-of-stock-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-out-of-stock-form:invalid button {
  background-color: #9ca3af;
  cursor: not-allowed;
}


/* ------------------------------ Popups ------------------------------ */

.site-popup-container {
  position: fixed;
  bottom: 0;
  max-width: 100vw;
  z-index: 150;
  pointer-events: none;
}

.site-popup {
  --popup-bc: var(--theme__border-color);
  --popup-bgc: var(--theme__background_color);
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: calc(100% - 1rem);
  margin: .5rem;
  border: 1px solid var(--popup-bc);
  border-radius: .2rem;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  transition: all .1s;
  opacity: 1;
  text-align: center;
  background-color: var(--theme__background_color);
  pointer-events: auto;
  cursor: pointer;
}
.site-popup:hover {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
}

.site-popup__head {
  position: relative;
  font-weight: bold;
  padding: .4rem 2rem;
  background-color: var(--popup-bgc);
}
.site-popup__head button {
  position: absolute;
  right: .5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.site-popup__body {
  padding: .8rem 1rem;
}

.site-popup--fading-out { /* When the error message is being removed. */
  opacity: 0;
}

.site-popup--error {
  --popup-bc: #9c5e5e;
  --popup-bgc: #ffb5b5;
  animation: error-shake .2s linear;
}


/* ------------------------------ ... ------------------------------ */


.site-search-mobile-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 130vh;
  background: #fff;
  margin-top: 0 !important;
}

.site-search-mobile-fullscreen .site-search-popup {
  margin: 40px 0 0 0 !important;
  width: 100%;
}

/* Will be displayed only on mobile menu after clicking input. */
#arrow-box {
  background: #ccc;
  padding: 10px;
  cursor: pointer;
}

#arrow-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.no-scroll {
  overflow: hidden;
}

.out-of-stock.out-of-stock { /* @HACK Priority hack! */
  background-color: #43454b;
  color: var(--theme__text_color_light);
}


/* ------------------------------ grayscale ------------------------------ */

.grayscale-img {
  filter: grayscale(100%);
  transition-duration: 0.2s;
}
.grayscale-img:hover {
  filter: grayscale(0%);
}


/* ------------------------------ Icons ------------------------------ */

.site-icon-center {
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-arrow-up {
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z' fill='%234A5568'/></svg>");
}
.icon-arrow-down {
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z' fill='%234A5568'/></svg>");
}

.icon-cross.icon-cross {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'></path></svg>");
}
.icon-check {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'></path></svg>");
}
.icon-truck {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 256 256'><g style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'><path d='M 89.034 43.825 L 74.452 27.423 c -0.725 -0.816 -1.767 -1.284 -2.859 -1.284 H 58.256 v -0.448 c 0 -3.723 -3.029 -6.752 -6.751 -6.752 H 6.752 C 3.029 18.94 0 21.969 0 25.692 v 35.098 c 0 2.219 1.805 4.024 4.023 4.024 h 10.374 c 0.827 3.573 4.029 6.247 7.85 6.247 s 7.023 -2.674 7.85 -6.247 h 25.193 h 2.967 h 10.701 c 0.827 3.573 4.029 6.247 7.85 6.247 s 7.023 -2.674 7.85 -6.247 h 1.519 c 2.109 0 3.825 -1.715 3.825 -3.825 V 46.367 C 90 45.43 89.657 44.527 89.034 43.825 z M 85.213 43.993 H 67.936 c -0.336 0 -0.609 -0.274 -0.609 -0.61 v -7.785 c 0 -0.336 0.273 -0.609 0.609 -0.609 h 9.272 L 85.213 43.993 z M 6.752 21.907 h 44.753 c 2.086 0 3.784 1.698 3.784 3.785 v 0.448 v 22.322 H 2.967 v -22.77 C 2.967 23.605 4.665 21.907 6.752 21.907 z M 22.246 68.093 c -2.81 0 -5.097 -2.286 -5.097 -5.097 s 2.287 -5.097 5.097 -5.097 s 5.097 2.286 5.097 5.097 S 25.057 68.093 22.246 68.093 z M 30.218 61.846 c -0.561 -3.902 -3.917 -6.913 -7.972 -6.913 s -7.411 3.011 -7.972 6.913 H 4.023 c -0.582 0 -1.056 -0.474 -1.056 -1.057 v -9.361 h 52.322 v 10.417 H 30.218 z M 76.807 68.093 c -2.811 0 -5.097 -2.286 -5.097 -5.097 s 2.286 -5.097 5.097 -5.097 s 5.097 2.286 5.097 5.097 S 79.617 68.093 76.807 68.093 z M 86.175 61.846 h -1.397 c -0.561 -3.902 -3.917 -6.913 -7.972 -6.913 s -7.411 3.011 -7.972 6.913 H 58.256 v -32.74 h 13.337 c 0.244 0 0.478 0.105 0.641 0.288 l 2.335 2.627 h -6.634 c -1.972 0 -3.576 1.604 -3.576 3.576 v 7.785 c 0 1.972 1.604 3.577 3.576 3.577 h 19.097 v 14.029 C 87.033 61.462 86.649 61.846 86.175 61.846 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/></g></svg>");
}


/* ------------------------------ Animations ------------------------------ */

@keyframes error-shake {
  0% { transform: translateY(0) }
  25% { transform: translateY(.25rem) }
  50% { transform: translateY(-.25rem) }
  75% { transform: translateY(.25rem) }
  100% { transform: translateY(0) }
}


/* ------------------------------ ... ------------------------------ */
