@charset "UTF-8";
/* Site settings 
--------------- */
/**
 *  Themed mixin for overriding base styles 
 */
/**
 *	Set z-indexes with this mixin. Add new levels in 1s/10s/100s.
 */
/** 
 * Misc utility CSS classes
 */
/**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
/** 
 *  Sets a min/max value for x/y
 */
/** 
 *  Selects the first descendant element of the parent
 */
/** 
 *  Selects the last descendant element of the parent
 */
/**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/**
 * Remove margin/padding on h1-h6 
 */
h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

.--rotated {
  transform: rotateZ(45deg);
}

.--hidden {
  display: none !important;
}

.--block {
  display: block !important;
}

.--flex {
  display: flex !important;
}

.--dark {
  background-color: #001b2c;
}

.--blue {
  background-color: #001b2c;
}

@media screen and (max-width: 1024px) {
  .--desktop-only {
    display: none;
  }
}

.--mobile-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .--mobile-only {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .--not-mobile {
    display: none;
  }
}

.--push-bottom {
  margin-top: 1rem;
}

.--push-bottom-double {
  margin-top: 2rem;
}

.--push-bottom-quad {
  margin-top: 4rem;
}

.--pointer {
  cursor: pointer;
}

.--hover-color {
  transition: color 0.1 ease-in;
}

.--hover-opacity {
  transition: opacity 0.1s ease-in-out;
}

.--push-below-bottom {
  margin-bottom: 1rem;
}

.space-left {
  margin-left: 0.5rem;
}

.centered-text {
  text-align: center !important;
}

.--rotated {
  transform: rotate(180deg);
}

.--wombit-plugin-data {
  display: none !important;
}

/** Webfont files/code generator: 
 *	https://google-webfonts-helper.herokuapp.com/fonts/cairo?subsets=latin,latin-ext
 */
/* cairo-regular - latin-ext_latin */
@font-face {
  font-family: "Cairo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-regular.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-regular.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-regular.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/cairo-v10-latin-ext_latin-regular.svg#Cairo) format("svg");
  /* Legacy iOS */
}

/* cairo-700 - latin-ext_latin */
@font-face {
  font-family: "Cairo-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-700.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-700.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-700.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/cairo-v10-latin-ext_latin-700.svg#Cairo) format("svg");
  /* Legacy iOS */
}

/* cairo-600 - latin-ext_latin */
@font-face {
  font-family: "Cairo-Medium";
  font-style: normal;
  font-weight: 600;
  src: url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-600.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-600.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-600.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-600.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/cairo-v10-latin-ext_latin-600.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/cairo-v10-latin-ext_latin-600.svg#Cairo) format("svg");
  /* Legacy iOS */
}

/* ibm-plex-sans-regular - latin-ext_latin */
@font-face {
  font-family: "IBMPlexSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-regular.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-regular.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-regular.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/ibm-plex-sans-v8-latin-ext_latin-regular.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
  font-display: fallback;
}

/* ibm-plex-sans-600 - latin-ext_latin */
@font-face {
  font-family: "IBMPlexSans-Medium";
  font-style: normal;
  font-weight: 600;
  src: url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-600.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-600.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-600.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-600.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-600.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/ibm-plex-sans-v8-latin-ext_latin-600.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
  font-display: fallback;
}

/* ibm-plex-sans-700 - latin-ext_latin */
@font-face {
  font-family: "IBMPlexSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-700.woff2) format("woff2"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-700.woff) format("woff"), url(../../Themes/nop-theme-base/dist/fonts/ibm-plex-sans-v8-latin-ext_latin-700.ttf) format("truetype"), url(../../Themes/nop-theme-base/dist/images/ibm-plex-sans-v8-latin-ext_latin-700.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
  font-display: fallback;
}

* {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: transparent;
  position: relative;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ############################# 
 *  Constant values
 * ############################# */
/* ############################# 
 *  Classes
 * ############################# */
/* Top */
/* ############### */
.fade-in-top {
  animation: slide-in-top 1.00s ease-out;
  animation-fill-mode: both;
}

.fade-out-top {
  animation: slide-out-top 1.00s ease-out;
  animation-fill-mode: both;
}

/* Right */
/* ############### */
.fade-in-right {
  animation: slide-in-right 0.75s ease-in-out;
  animation-fill-mode: forwards;
  right: 0;
}

.fade-out-right {
  animation: slide-out-right 0.75s ease-in-out;
  animation-fill-mode: forwards;
  right: -30vw;
}

/* Left */
/* ############### */
.fade-in-left {
  animation: slide-in-left 1s ease-out;
  animation-fill-mode: forwards;
  left: 0;
}

.fade-out-left {
  animation: slide-out-left 1s ease-out;
  animation-fill-mode: forwards;
  left: -30vw;
}

/* Just a fade */
/* ############### */
.fade-in {
  animation: fade-in 0.4s ease-in-out;
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.fade-out {
  animation: fade-out 0.4s ease-in-out;
  left: -100vw;
}

/* ############################# 
 *  Misc
 * ############################# */
.hidden {
  display: none !important;
}

/* ############################# 
 *  All keyframes here
 * ############################# */
@keyframes slide-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  0.0001% {
    opacity: 0;
    transform: translateY(-50px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-out-top {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  0.0001% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(30vw);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-out-right {
  0% {
    transform: translate(0, 0);
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translate(30vw, 0);
  }
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30vw);
  }
  0.0001% {
    opacity: 0;
    transform: translateX(-30vw);
  }
  25% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-out-left {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  0.0001% {
    opacity: 1;
    transform: translate(0, 0);
  }
  25% {
    opacity: 0;
    transform: translate(-5vw, 0);
  }
  99.9999% {
    transform: translate(-30vw);
  }
  100% {
    opacity: 0;
    transform: translate(-30vw, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  0.00001% {
    left: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    left: 0;
    opacity: 1;
  }
  99.999% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: -100vw;
    opacity: 0;
  }
}

.fade-out-top,
.fade-out-right,
.fade-out-left,
.fade-out,
.fade-in-top,
.fade-in-right,
.fade-in-left,
.fade-in,
.modal {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

/** Rotate elements **/
.is-rotating {
  display: inline-block;
  animation: rotate-infinitely 2s ease-in-out infinite;
}

@keyframes rotate-infinitely {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/** 
 * Misc utility CSS classes
 */
/**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
/** 
 *  Sets a min/max value for x/y
 */
/** 
 *  Selects the first descendant element of the parent
 */
/** 
 *  Selects the last descendant element of the parent
 */
/**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

button:focus {
  outline: none;
}

.btn {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: white;
  background-color: #1a2f80;
  border-radius: 50px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.btn:hover {
  background-color: #111f56;
}

.button-1 {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  height: 40px;
  max-height: 40px;
  width: fit-content;
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  transition: all 0.15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #334455;
  color: white;
  padding: 0.5rem 2rem;
  width: 100%;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

.button-1 a {
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

.button-1:hover {
  background-color: #004161;
}

.button-1:hover {
  color: white;
}

.button-1:disabled {
  background-color: #a2a2a2;
  cursor: default;
}

.button-2 {
  line-height: 1;
  width: 100%;
  color: white;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  max-height: 50px;
  min-height: 50px;
  height: 50px;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  height: 40px;
  max-height: 40px;
  width: fit-content;
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  transition: all 0.15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #334455;
  color: white;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
}

.button-2 a {
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

.button-2:hover {
  background-color: #004161;
}

.button-2:hover {
  color: white;
}

.button-2:disabled {
  background-color: #a2a2a2;
  cursor: default;
}

.button-1, .button-2, .button-3 {
  width: 100%;
}

.button-3 {
  background-color: #e9ecef;
  border: none;
  border-radius: 2px;
  color: #495057;
  padding: 0.3rem 1rem;
  transition: background-color .15s ease-in;
}

.button-3:hover {
  background-color: #cbd3da;
}

.drawer {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-150%);
  transition: transform 0.2s ease-in-out;
  width: 20rem;
  z-index: 1000;
}

@media (min-width: 992px) {
  .drawer {
    position: relative;
    transform: translateY(0);
    transition: none;
    width: auto;
  }
}

.drawer.is-active {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

.drawer-close {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #adb5bd;
  display: flex;
  fill: currentColor;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 2;
}

.drawer-close:focus {
  outline: none;
}

@media (min-width: 768px) {
  .drawer-close {
    display: none;
  }
}

.drawer-title {
  display: flex;
  justify-content: space-between;
}

.drawer-title .close-drawer {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  padding: 0 1rem;
  position: relative;
}

.drawer-title .close-drawer svg {
  height: 20px;
  width: 20px;
}

.flyout {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-150%);
  width: 20rem;
  z-index: 1001;
}

.flyout.active {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

.flyout-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  height: 51px;
}

.flyout-header button {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #adb5bd;
  display: flex;
  fill: currentColor;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 2;
}

.flyout-right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.flyout-right button {
  justify-content: flex-end;
}

.flyout-header-title {
  font-size: 15px;
  padding: 0 20px;
}

.flyout-close svg {
  pointer-events: none;
}

.master {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  max-width: 100vw;
}

main {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: auto;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  main {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  main {
    padding: 0;
  }
}

section.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
}

.side-2 {
  flex-basis: 100%;
  margin: 2rem 0;
  order: 2;
}

@media (min-width: 992px) {
  .side-2 {
    flex-basis: 280px;
    margin: 0;
    order: 1;
  }
}

.side-2 .block {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 1rem;
}

.center-1,
.center-2 {
  width: 100%;
}

.center-1 .buttons,
.center-2 .buttons {
  margin-top: 2rem;
  text-align: center;
}

.center-2 {
  order: 1;
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .center-2 {
    flex-basis: calc(100% - 320px);
    order: 2;
  }
}

.center-2 .buttons {
  margin-top: 2rem;
  text-align: center;
}

.--push-left-xs {
  margin-left: 0.25rem !important;
}

.--rotated {
  transform: rotateZ(45deg);
}

.--hidden {
  display: none !important;
}

.--block {
  display: block !important;
}

.--flex {
  display: flex !important;
}

.--dark {
  background-color: #001b2c;
}

.--blue {
  background-color: #001b2c;
}

@media screen and (max-width: 1024px) {
  .--desktop-only {
    display: none;
  }
}

.--push-bottom {
  margin-top: 1rem;
}

.--push-bottom-double {
  margin-top: 2rem;
}

.--push-bottom-quad {
  margin-top: 4rem;
}

.--pointer {
  cursor: pointer;
}

.--hover-color {
  transition: color 0.1 ease-in;
}

.--hover-opacity {
  transition: opacity 0.1s ease-in-out;
}

.--push-below-bottom {
  margin-bottom: 1rem;
}

.space-left {
  margin-left: 0.5rem;
}

.centered-text {
  text-align: center !important;
}

.--rotated {
  transform: rotate(180deg);
}

.--wombit-plugin-data {
  display: none !important;
}

.wsu-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}

.wsu-modal:before {
  content: "";
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.wsu-modal--visible {
  opacity: 1;
  transition: opacity .2s ease-in;
  visibility: visible;
}

.wsu-modal-box {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  width: 80%;
  will-change: transform;
}

@media (min-width: 992px) {
  .wsu-modal-box {
    width: 60%;
  }
}

.wsu-modal-content {
  padding: 20px;
}

.wsu-modal-content p:last-of-type {
  margin-bottom: 0;
}

.wsu-modal__close {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 2rem;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 2rem;
  z-index: 1000;
}

.wsu-modal__close svg * {
  fill: currentColor;
}

.wsu-modal-open {
  overflow: hidden;
}

/* Site settings 
--------------- */
/**
 *  Themed mixin for overriding base styles 
 */
html {
  overflow-y: scroll;
}

html .master {
  position: relative;
  background: #f7f7f7;
}

html body {
  background: #f3f3f3;
  margin: 0 auto;
  overflow-x: hidden;
  min-height: 100%;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618rem;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  html body {
    padding: 0;
  }
}

html body iframe {
  max-width: 100%;
}

html body a {
  transition: color 0.15s ease-in;
  color: black;
}

html body a:hover {
  text-decoration: none;
}

html body strong {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

html body .inner {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
}

html body .page-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

html body .topic-content {
  padding: 1.618rem;
  padding-right: 4rem;
  background: white;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  html body .topic-content {
    padding-right: 1.618rem;
  }
}

html body .page-body {
  display: flex;
  flex-direction: column;
  grid-template-columns: 100%;
  gap: 1rem;
  padding: 0;
  background: transparent;
  padding-top: 0;
}

@media screen and (max-width: 1440px) {
  html body .page-body {
    padding: 1rem 1rem;
    padding-top: 0;
  }
}

html body .page-body .page-inner-fullwidth {
  width: 100%;
}

html body .page-body p {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
}

html body .page-body > a {
  transition: color 0.15s ease-in;
  color: #0085C7;
  border-bottom: 1.5px solid white;
  padding-bottom: 1px;
}

html body .page-body > a:hover {
  color: #0085C7;
  text-decoration: none;
  border-bottom: 1.5px solid #0085C7;
}

@media screen and (max-width: 1024px) {
  html body .page-body {
    gap: 2rem;
  }
}

.header-links {
  grid-column: 3;
  grid-row: 1;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .header-links {
    order: 3;
  }
}

.header-links svg {
  display: inline;
  fill: currentColor;
  pointer-events: none;
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 400px) {
  .header-links svg {
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}

.header-links span {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
}

.header-links ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.header-links ul li {
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
}

.header-links ul li a, .header-links ul li .ico-menu {
  background: #f7f7f7;
  color: #222;
  font-size: 0.9rem;
  text-transform: capitalize;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 50px;
}

.header-links ul li a:hover, .header-links ul li .ico-menu:hover {
  background: #e7e7e7;
}

@media screen and (max-width: 400px) {
  .header-links ul li a, .header-links ul li .ico-menu {
    padding: 4px;
  }
}

.header-links ul li:last-child {
  margin-right: 0;
}

.header-links ul li:hover svg {
  fill: #0085C7;
}

.header-links ul li:hover span {
  color: black;
}

@media screen and (max-width: 1024px) {
  .header-links ul li span {
    display: none;
  }
}

.header-links .lnk-menu {
  max-height: 35px;
  margin: auto 0;
  display: flex;
}

.header-links .lnk-menu:hover a {
  color: #777;
}

.header-links .lnk-menu a {
  color: #000 !important;
}

.header-links .lnk-menu a:hover {
  color: #777 !important;
}

.header-links .lnk-menu span {
  margin-left: 8px;
  pointer-events: none;
}

.header-links .lnk-whishlist,
.header-links #topcartlink {
  position: relative;
}

.header-links .lnk-whishlist .quantity-indicator,
.header-links #topcartlink .quantity-indicator {
  position: absolute;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 16px;
  left: 47%;
  transform: translateX(25%);
  text-align: center;
  top: -12%;
  width: 18px;
  z-index: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  .header-links .lnk-whishlist .quantity-indicator,
  .header-links #topcartlink .quantity-indicator {
    padding: 0;
    top: -25%;
    width: 14px;
    height: 18px;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 0.55rem;
  }
}

.header-links .lnk-whishlist .quantity-indicator:before,
.header-links #topcartlink .quantity-indicator:before {
  background-color: #0085C7;
  border-radius: 100%;
  content: '';
  left: 0px;
  position: absolute;
  width: 20px;
  z-index: -1;
  height: 20px;
  padding: 0;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .header-links .lnk-whishlist .quantity-indicator:before,
  .header-links #topcartlink .quantity-indicator:before {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}

.header-links .lnk-whishlist .quantity-indicator.flash,
.header-links #topcartlink .quantity-indicator.flash {
  animation: blinker .8s ease-in-out infinite;
}

.header-links.shop-links {
  display: flex;
  align-items: center;
}

.header-links.shop-links img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  max-height: 50px;
  max-width: 50px;
}

.header-links.shop-links svg {
  display: inline;
  fill: currentColor;
  pointer-events: none;
  min-width: 50px;
  max-width: 50px;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  object-position: center;
  margin-right: 0.5rem;
}

@media screen and (max-width: 400px) {
  .header-links.shop-links svg {
    min-height: 12px;
    max-height: 12px;
    min-width: 12px;
    max-width: 12px;
  }
}

.header-links.shop-links ul {
  display: flex;
  width: 100%;
  align-items: center;
}

.header-links.shop-links ul li {
  background: #f7f7f7;
  padding: 6px;
}

.header-links.shop-links ul li a, .header-links.shop-links ul li .ico-menu {
  padding: 1rem;
}

@media screen and (max-width: 580px) {
  .header-links.shop-links ul li a, .header-links.shop-links ul li .ico-menu {
    padding: 0.5rem 1rem;
  }
}

.header-links.shop-links ul li svg {
  margin-right: 0;
}

.header-links.shop-links ul li:last-child {
  margin-right: 0;
}

.header-links.shop-links ul li:hover background-color:rgba(255, 255, 255, 0.075)
a {
  color: black;
}

.header-links.shop-links ul li a {
  background: #f7f7f7;
  padding: 6px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-links.shop-links ul a {
  color: #222;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.header-logo {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-logo img {
  max-height: 45px;
  max-width: 250px;
}

@media screen and (max-width: 1024px) {
  .header-logo img {
    max-width: 125px;
  }
}

@media screen and (max-width: 580px) {
  .header-logo img {
    max-height: 35px;
    max-width: unset;
    min-width: unset;
    width: auto !important;
  }
}

@media screen and (max-width: 400px) {
  .header-logo img {
    max-height: 22.5px;
  }
}

@media screen and (max-width: 580px) {
  .header-logo svg {
    display: none;
  }
}

.header-banner {
  height: 40px;
  width: 100%;
  background: #d6ebf6;
  color: #eee;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.25s ease-in-out;
}

.header-banner:hover {
  background: #b9ddf0;
}

.header-banner a {
  color: #1e292e;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
}

.header-banner a:after {
  transition: margin-left 0.1s ease-in;
  margin-left: 5px;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-weight: 900;
  content: '⟶';
}

.header-banner:hover a {
  color: black;
}

.header-banner:hover a:after {
  margin-left: 15px;
}

.topbar {
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  z-index: 400;
  padding: 0.25rem 0;
}

@media screen and (max-width: 1440px) {
  .topbar {
    padding: 0.25rem 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .topbar {
    display: none;
  }
}

.topbar nav {
  display: none;
}

.topbar .inner {
  display: flex;
  justify-content: space-between;
}

.topbar .inner .campaign a {
  color: white;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  width: max-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.topbar .inner .campaign a:after {
  transition: margin-left 0.1s ease-in;
  margin-left: 5px;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  content: '⟶';
}

.topbar .vat-toggler {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 35px;
  max-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar .vat-toggler .vat:last-child {
  margin-right: 0;
}

.topbar .vat-toggler .vat {
  margin: 5px;
  background-color: transparent;
  border-radius: 30px;
  height: max-content;
  cursor: pointer;
  display: flex;
  line-height: 1;
  color: #eee;
  padding: 0;
  font-size: 13px;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

.topbar .vat-toggler .vat:hover {
  background-color: transparent;
  text-decoration: underline;
}

.topbar .vat-toggler .selected {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  color: #fff;
}

.topbar .vat-toggler .selected:hover {
  cursor: not-allowed;
  text-decoration: none;
}

.topbar .vat-toggler .vat-text {
  color: black;
  width: 100%;
  font-size: 0.8rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  max-width: max-content;
}

.topbar .vat-toggler [role="switch"] {
  background: #333;
  background: linear-gradient(198deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.919205) 100%);
  border: none;
  border-radius: 25px;
  color: #222;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin: 0 4px;
  overflow: visible;
  padding: 4px;
  position: relative;
  width: 40px;
}

.topbar .vat-toggler [role="switch"] .accessibility {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  display: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.topbar .vat-toggler .toggle-button-switch {
  background: rgba(255, 255, 255, 0.33);
  color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  left: 0;
  margin-left: 4px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  width: 15px;
  transition: margin-left 0.1s ease-in;
}

.topbar .vat-toggler [role="switch"][aria-checked="true"] .toggle-button-switch {
  background: #49A078;
  margin-left: 50%;
}

.topbar .social-links {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.topbar .social-links img {
  cursor: pointer;
  margin-left: 0.5rem;
  min-height: 15px;
  max-height: 15px;
}

.topbar .social-links img:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

.topbar .social-links img:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

.topbar .social-links img:hover,
.topbar .social-links img * {
  transition: opacity 0.1s ease-in-out;
}

.topbar .social-links img:hover:hover,
.topbar .social-links img *:hover {
  opacity: 0.8;
}

.topbar .social-links img:first-child {
  margin-left: 0;
}

.topbar .social-links.--social-header {
  display: flex;
  flex-direction: row;
}

.topbar .social-links.--social-header li {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  margin-left: 0.25rem;
}

.topbar .social-links.--social-header li:first-child {
  margin-left: 0;
}

.topbar .social-links.--social-header li img {
  min-width: 16px;
  min-height: 16px;
}

.topbar .social-links.--social-header .rss a img {
  min-height: 21px;
  margin-left: -1px;
}

.topbar .social-links.--social-header span {
  display: none;
}

.topbar .links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.topbar .links:last-child {
  margin-right: 0;
}

.topbar .links .link {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  width: max-content;
}

.topbar .links .link > span, .topbar .links .link a {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #eee;
}

.topbar .links .link img, .topbar .links .link svg {
  max-height: 20px;
  width: auto;
  max-width: 25px;
  margin-right: 0.5rem;
}

.topbar .links .link:last-child {
  margin-right: 0;
}

@media screen and (max-width: 580px) {
  .topbar .links .link {
    margin-right: 0.5rem;
  }
  .topbar .links .link img {
    margin-right: 0;
  }
  .topbar .links .link:last-child img {
    margin-right: 0;
  }
  .topbar .links .link a {
    display: none;
  }
}

#--themed .site-menu {
  padding: 2rem;
  background-color: white;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}

#--themed .site-menu * a {
  color: black;
}

#--themed header {
  position: sticky;
  top: 0;
  z-index: 100001;
  height: auto;
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgab(0, 0, 0, 0.045);
}

#--themed header .header-upper,
#--themed header .header-lower {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

#--themed header .header-lower {
  display: flex;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1440px) {
  #--themed header .header-lower {
    padding: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  #--themed header .header-lower {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 580px) {
  #--themed header .header-lower {
    padding: 0.5rem 0.5rem;
  }
}

#--themed header .header-lower .header-lower-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

#--themed header .header-lower .header-lower-grid .header-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed header .header-lower .header-lower-grid {
    flex-direction: column;
  }
}

#--themed header .flyout-cart-wrapper {
  display: none;
}

#--themed header .store-search-box {
  grid-column: 2;
}

#--themed .newsletter-wrapper {
  padding: 1.618rem;
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
}

#--themed .newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed .newsletter {
    align-items: flex-start;
  }
}

#--themed .newsletter .title {
  margin-bottom: 0.5rem;
}

#--themed .newsletter .newsletter-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#--themed .newsletter .newsletter-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 400px;
}

@media screen and (max-width: 580px) {
  #--themed .newsletter .newsletter-subscribe {
    min-width: 100%;
  }
}

#--themed .newsletter input.newsletter-subscribe-text {
  display: flex;
  flex: 3;
  border: none;
  font-size: 0.8rem;
  outline: none;
  padding: 0.5rem 1rem;
}

#--themed .newsletter .newsletter-subscribe-button {
  display: flex;
  flex: 1;
  font-size: 0.9rem !important;
  line-height: 1;
  height: 100%;
  outline: none;
  min-height: 40px;
  max-height: 100%;
  border-radius: 0 !important;
  padding: 0.5rem 1rem;
}

#--themed .newsletter .please-wait,
#--themed .newsletter .newsletter-result {
  color: black;
  font-size: 0.8rem;
  padding-top: 0.5rem;
  text-align: center;
}

#--themed footer {
  background: #eee;
}

#--themed footer > .footer-top {
  margin: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 1440px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #--themed footer > .footer-top {
    flex-direction: column;
  }
}

#--themed footer > .footer-top .footer-header {
  flex-basis: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.618rem;
  font-size: 0.9rem;
}

#--themed footer > .footer-top .footer-header .title, #--themed footer > .footer-top .footer-header h5 {
  margin-bottom: 0 !important;
}

#--themed footer > .footer-top .footer-header .logo {
  max-width: 150px;
}

#--themed footer > .footer-top .footer-header address {
  margin-bottom: 0;
}

#--themed footer .motivational {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#--themed footer .motivational .social-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#--themed footer .motivational .social-links svg {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

#--themed footer .motivational .separator {
  font-size: 1.8rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #444;
  margin: 0 1rem;
}

#--themed footer .motivational .networks {
  display: inline-flex;
  flex-direction: row;
  gap: 1rem;
}

#--themed footer .motivational .networks,
#--themed footer .motivational .networks li {
  display: inline-flex;
  height: max-content;
}

#--themed footer .motivational .networks li a {
  display: inline-flex;
  flex-direction: row;
  width: max-content;
}

#--themed footer .motivational .networks li a svg {
  display: block !important;
  max-width: 25px;
  margin-right: 8px;
  min-width: 25px;
  min-height: 25px;
}

#--themed footer .motivational .networks li a span {
  font-size: 0.95rem;
}

#--themed footer section.company {
  padding: 0;
  display: grid;
  grid-template-columns: 25% 25% 50%;
  grid-template-rows: 1fr;
  padding-top: 1.618rem;
}

#--themed footer section.company .address {
  grid-column: 1;
  grid-row: 1;
}

#--themed footer section.company .contact {
  grid-column: 2;
  grid-row: 1;
}

@media screen and (max-width: 1024px) {
  #--themed footer section.company {
    grid-template-columns: 50% 50%;
    gap: 1rem;
    padding-top: 1rem;
  }
  #--themed footer section.company .newsletter {
    grid-row: 2;
    grid-column: 1;
  }
  #--themed footer section.company .contact,
  #--themed footer section.company .address,
  #--themed footer section.company .newsletter {
    grid-column: unset;
    grid-row: unset;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 580px) {
  #--themed footer section.company {
    grid-template-columns: 100%;
  }
}

#--themed footer section.columns {
  display: grid;
  width: 60%;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1.618rem;
}

@media screen and (max-width: 1024px) {
  #--themed footer section.columns {
    border-top: 1px solid #d7d7d7;
    row-gap: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  #--themed footer section.columns {
    grid-template-columns: 100%;
  }
}

#--themed footer section.partners {
  background: #eee;
  padding-top: 1.618rem;
}

@media screen and (max-width: 1440px) {
  #--themed footer section.partners {
    padding: 1.618rem 1.618rem 0 1.618rem;
  }
}

@media screen and (max-width: 580px) {
  #--themed footer section.partners {
    padding: 1.618rem;
    padding-bottom: 0;
  }
}

#--themed footer section.partners .images {
  display: flex;
  justify-content: center;
}

#--themed footer section.partners .images img {
  max-height: 40px;
  min-height: 40px;
  margin-right: 13px;
}

#--themed footer section.partners .images img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #--themed footer section.partners .images {
    justify-content: flex-start;
  }
  #--themed footer section.partners .images img {
    max-height: 28px;
    min-height: 28px;
    margin-right: 8px;
  }
  #--themed footer section.partners .images img:last-child {
    margin-right: 0;
  }
}

#--themed footer .footer-disclaimer,
#--themed footer .footer-powered-by {
  font-size: 0.9rem;
}

#--themed footer .footer-disclaimer a,
#--themed footer .footer-powered-by a {
  color: #0085C7 !important;
}

#--themed footer .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
}

#--themed footer .title,
#--themed footer .title strong, #--themed footer .title h4 {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.818rem !important;
  color: black;
}

@media (min-width: 992px) {
  #--themed footer .title {
    text-align: left;
  }
}

#--themed footer .list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#--themed footer .list li, #--themed footer .list li span, #--themed footer .list li a {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.818rem !important;
}

#--themed footer .list li,
#--themed footer .networks li {
  text-align: left;
}

#--themed footer .list li,
#--themed footer .list li span,
#--themed footer .list li a,
#--themed footer .networks li,
#--themed footer .networks li span,
#--themed footer .networks li a {
  font-size: 0.95rem;
  color: #444;
}

#--themed footer section.upper,
#--themed footer section.middle,
#--themed footer section.lower {
  max-width: 1440px;
  width: 100%;
}

#--themed footer section.middle {
  max-width: unset;
  width: 100%;
  background: #fff;
  color: black;
}

#--themed footer section.middle > .newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#--themed footer section.middle .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#--themed footer section.middle .title strong,
#--themed footer section.middle .title p {
  text-transform: none;
  margin-bottom: 5px;
  color: #222;
  font-size: 1.1rem;
}

#--themed footer section.middle .title p {
  margin-bottom: 13px;
}

#--themed footer section.middle .title strong {
  color: black;
  font-size: 1.2rem;
}

#--themed footer section.middle input {
  height: 50px;
  padding: 0.5rem 2rem;
  font-size: 1rem;
}

#--themed footer section.middle #newsletter-email {
  padding: 0.5rem 1rem;
  min-width: 300px;
}

#--themed footer section.upper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  #--themed footer section.upper {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  #--themed footer section.upper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    column-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #--themed footer section.upper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#--themed footer section.lower {
  width: 1440px;
  max-width: 100%;
  background-color: #eee;
  color: #fff;
  font-size: 0.9rem;
  max-width: 100%;
  color: #222;
  gap: 3px;
  padding: 1.618rem 0 1.618rem 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#--themed footer section.lower .footer-powered-by a {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  color: black !important;
}

@media screen and (max-width: 1024px) {
  #--themed footer section.lower {
    padding: 1.618rem;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 580px) {
  #--themed footer section.lower {
    padding: 1.618rem;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  #--themed footer section.lower span {
    display: none;
  }
  #--themed footer section.lower span.footer-disclaimer, #--themed footer section.lower span.footer-powered-by {
    display: block;
  }
}

.admin-header-links {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  cursor: move;
  width: auto;
  height: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  color: #222;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eee;
}

.admin-header-links a:first-child {
  border-right: 1px solid #eee;
}

.admin-header-links #env-circle {
  position: fixed;
  bottom: 4.7rem;
  border: 1px solid #eee;
  border-bottom: 0;
  left: 2rem;
  padding: 2px 8px;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.admin-header-links a {
  padding: .5rem .75rem;
  background-color: white;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  transition: all 0.10s ease-in;
}

.admin-header-links a:hover {
  background-color: #0085C7;
  color: white;
}

.admin-header-links div .administration,
.admin-header-links div .manage-page,
.admin-header-links div .hide {
  color: #223344;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem 0.4rem 1rem;
  background-color: #f7f7f7;
  border-radius: 3px;
  letter-spacing: 0;
  font-family: 'SimplonNorm-Medium', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  box-sizing: border-box;
  border: 2px solid #eee;
  transition: all 0.25s ease-in;
}

.admin-header-links div .administration:hover,
.admin-header-links div .manage-page:hover,
.admin-header-links div .hide:hover {
  background-color: #e7e7e7;
  color: #556677;
}

.admin-header-links.admin-links-collapsed div .administration,
.admin-header-links.admin-links-collapsed div .manage-page,
.admin-header-links.admin-links-collapsed div img {
  display: none;
}

.admin-header-links.admin-links-collapsed #admin-hide-header-links {
  margin-left: 0;
}

.admin-header-links.admin-links-collapsed div > div {
  margin-left: 0 !important;
}

.breadcrumb {
  min-height: 42px;
  font-size: 16px;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0;
  background: #fff;
}

.breadcrumb {
  position: relative;
}

.breadcrumb * {
  z-index: 2;
}

.breadcrumb::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #fff;
}

@media screen and (max-width: 580px) {
  .breadcrumb::after {
    width: 100vw;
  }
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    position: relative;
  }
  .breadcrumb * {
    z-index: 2;
  }
  .breadcrumb::after {
    z-index: 1;
    display: block;
    content: "";
    width: 300vw;
    height: 100%;
    top: 0;
    left: -100vw;
    position: absolute;
    background: #f7f7f7;
  }
}

@media screen and (max-width: 1024px) and (max-width: 580px) {
  .breadcrumb::after {
    width: 100vw;
  }
}

@media screen and (max-width: 1440px) {
  .breadcrumb {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .breadcrumb .--desktop ol {
    max-width: 100%;
  }
  .breadcrumb .--desktop li:first-child {
    display: none;
  }
  .breadcrumb .--desktop li:nth-child(2):before {
    content: '';
  }
}

.breadcrumb ol {
  width: 1440px;
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: max-content;
}

.breadcrumb ol li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 1;
}

.breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ol li strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb ol li a,
.breadcrumb ol li strong,
.breadcrumb ol li span {
  display: block;
  line-height: 1.45;
}

.breadcrumb ol li.flex-shrink-0 {
  flex-shrink: 0;
}

.breadcrumb ol li.flex-shrink-1 {
  flex-shrink: 1;
}

.breadcrumb ol li.flex-shrink-2 {
  flex-shrink: 2;
}

.breadcrumb ol li.flex-shrink-3 {
  flex-shrink: 3;
}

.breadcrumb ol li.flex-shrink-4 {
  flex-shrink: 4;
}

.breadcrumb ol li.flex-shrink-5 {
  flex-shrink: 5;
}

.breadcrumb ol li:not(:first-child):before {
  content: ' / ';
  margin: 0 3px;
}

.breadcrumb a,
.breadcrumb .current-item {
  font-size: 13px;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: unset;
  cursor: pointer;
  color: black;
}

.breadcrumb a:hover,
.breadcrumb .current-item:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin-top: 3px;
}

.breadcrumb .current-item {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

.breadcrumb .current-item:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0.5rem 1rem;
    background: #f7f7f7;
  }
}

.eu-cookie-bar-notification {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: fixed;
  width: 500px;
  max-width: 100%;
  z-index: 9999;
  padding: 2rem 2rem;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .eu-cookie-bar-notification {
    bottom: 0;
    border-radius: 0 !important;
  }
}

.eu-cookie-bar-notification .content {
  padding: 0;
}

.eu-cookie-bar-notification .text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.618rem;
  text-align: center;
  padding: 0;
}

.eu-cookie-bar-notification .buttons-more {
  margin-top: 1rem;
  text-align: center;
}

.eu-cookie-bar-notification .ok-button {
  background-color: #0085C7;
}

.eu-cookie-bar-notification .learn-more {
  display: block;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.9em;
}

#modal-cart {
  right: 0;
  top: 0;
  width: auto;
  max-width: 85vw;
  min-width: 33vw;
  height: 100%;
  z-index: 311;
}

@media screen and (max-width: 1024px) {
  #modal-cart {
    width: 100vw;
    max-width: 100vw;
  }
}

#modal-cart .modal-cart-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 2rem 4rem 4rem 4rem;
}

@media screen and (max-width: 1024px) {
  #modal-cart .modal-cart-content {
    padding: 2rem;
  }
}

#modal-cart .modal-cart-content .cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modal-cart .modal-cart-content .cart-empty h3 {
  margin: 0;
  font-size: 2.125rem;
  line-height: 2.125rem;
}

#modal-cart .modal-cart-content .cart-empty p {
  margin: 2rem 0;
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

#modal-cart .modal-cart-content .cart-empty * {
  text-align: center;
}

#modal-cart .modal-cart-content .cart-empty .buttons {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
  row-gap: 1rem;
  margin: 0 auto;
  flex-direction: column;
}

#modal-cart .modal-cart-content .cart-empty .buttons .inline.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: white;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
  border: none;
  background-color: black;
  border-radius: 50px;
}

#modal-cart .modal-cart-content .cart-empty .buttons .inline.button:hover {
  background-color: #555;
}

#modal-cart .modal-cart-content .flyout-cart, #modal-cart .modal-cart-content .mini-shopping-cart {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#modal-cart .modal-cart-content .flyout-cart .items, #modal-cart .modal-cart-content .mini-shopping-cart .items {
  overflow-y: auto;
  flex: 1;
  padding-right: 2rem;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom {
  height: max-content;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom .buttons, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom .buttons {
  display: flex;
  justify-content: center;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom .buttons .cart-button, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom .buttons .cart-button {
  background-color: #1a2f80;
  border: none;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 1rem 4rem;
  border-radius: 25px;
  transition: all 0.125s ease-in-out;
  background-color: black;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 1rem 4rem;
  margin: 0;
  border: none;
  border-radius: 50px;
  margin-right: 1rem;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom .buttons .cart-button:hover, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom .buttons .cart-button:hover {
  background-color: #111f56;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom .buttons .checkout-button, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom .buttons .checkout-button {
  background-color: #1a2f80;
  border: none;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 1rem 4rem;
  border-radius: 25px;
  transition: all 0.125s ease-in-out;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 1rem 4rem;
  margin: 0;
  border: none;
  border-radius: 50px;
}

#modal-cart .modal-cart-content .flyout-cart .mini-cart-bottom .buttons .checkout-button:hover, #modal-cart .modal-cart-content .mini-shopping-cart .mini-cart-bottom .buttons .checkout-button:hover {
  background-color: #111f56;
}

#modal-cart .modal-cart-content .flyout-cart .quantity-indicator, #modal-cart .modal-cart-content .mini-shopping-cart .quantity-indicator {
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  #modal-cart .modal-cart-content .flyout-cart .quantity-indicator, #modal-cart .modal-cart-content .mini-shopping-cart .quantity-indicator {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 580px) {
  #modal-cart .modal-cart-content .flyout-cart .quantity-indicator, #modal-cart .modal-cart-content .mini-shopping-cart .quantity-indicator {
    margin-bottom: 0.5rem;
  }
}

#modal-cart .modal-cart-content .close-cart-link {
  cursor: pointer;
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #ccc;
}

#modal-cart .modal-cart-content .close-cart-link:hover {
  color: black;
}

#modal-cart .count {
  display: none;
}

#modal-cart .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0;
  margin-top: 1rem;
}

#modal-cart .item:first-child {
  margin-top: 0;
}

#modal-cart .item .picture {
  min-width: 75px;
  min-height: 75px;
  max-width: 75px;
  max-height: 75px;
  border-radius: 5px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

#modal-cart .item .picture a {
  width: 100%;
  height: 100%;
  min-width: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
}

#modal-cart .item .picture a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modal-cart .item .product {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 15px;
  padding-left: 2rem;
  align-items: flex-start;
  max-height: max-content;
}

#modal-cart .item .product a {
  color: #495057;
}

#modal-cart .item .name {
  flex-basis: 70%;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#modal-cart .item .name a {
  font-size: 1.2rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.5px !important;
  color: black;
}

#modal-cart .item .price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-basis: 30%;
  flex-grow: 1;
  font-weight: 700;
  order: 3;
}

#modal-cart .item .price span {
  font-size: 1.2rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  margin: 0;
  color: #000 !important;
  border: none !important;
}

#modal-cart .item .price:hover a {
  border: none;
  text-decoration: none;
}

#modal-cart .item .quantity {
  flex-basis: 100%;
  order: 3;
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  margin-top: 0.15rem;
  font-size: 0.875rem;
  /*
			flex-shrink: 1;
			order: 2;
			position: relative;

			&::after {
				content: '×';
				padding: 0 5px;
			}
			*/
}

#modal-cart .totals {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}

#modal-cart .totals * {
  font-size: 1.1rem;
  font-family: "Cairo-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#modal-cart .totals div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.33rem;
  margin-bottom: 0.33rem;
}

#modal-cart .totals div span {
  display: inline-block;
  text-align: left !important;
  width: unset;
}

#modal-cart .totals hr {
  height: 2px;
  background-color: #ddd;
  width: 100%;
  border: none;
  margin: 1rem 0;
}

#modal-cart .totals hr:first-child {
  margin-top: 0;
}

#modal-cart .totals hr:last-child {
  margin-bottom: 0;
}

#modal-cart .totals span {
  display: block;
}

#modal-cart .totals span:first-of-type {
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  width: 180px;
}

#modal-cart .totals span:last-of-type {
  flex-grow: 1;
  text-align: right;
}

#modal-cart .totals .cart-grand-totals * {
  font-family: "Cairo-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

#modal-cart .buttons {
  display: flex;
}

#modal-cart button {
  flex-grow: 1;
  padding: 10px 12px;
}

#modal-cart button.checkout-button {
  margin-left: 4px;
}

#modal-lang {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
  left: 0;
  top: 0;
  height: 100vh;
  width: 30vw;
  z-index: 1000005000;
}

@media screen and (max-width: 1024px) {
  #modal-lang {
    padding: 2rem;
    width: 100vw;
    max-height: 100vh;
  }
}

#modal-lang .modal-header__top {
  height: 2rem;
}

#modal-lang .modal-header__bottom {
  height: 80px;
}

#modal-lang .modal-content {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 2rem 4rem 4rem 4rem;
}

@media screen and (max-width: 1024px) {
  #modal-lang .modal-content {
    padding: 2rem;
  }
}

#modal-lang .modal-content .region-select .region .control {
  display: none;
}

#modal-lang .modal-content .region-select .region .label {
  display: flex;
}

#modal-lang .region-select {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#modal-lang .region-select .region {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

#modal-lang .region-select .region .region-control {
  display: none;
}

#modal-lang .region-select .region .region-label {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.25rem 2rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#modal-lang .region-select .region .region-label * {
  cursor: pointer;
}

#modal-lang .region-select .region .region-label .region-checkmark:after {
  content: "";
  display: block;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 78%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  transition: all 0.15s ease-in-out;
}

#modal-lang .region-select .region .region-label input {
  overflow: hidden;
}

#modal-lang .region-select .region .region-label .region-checkmark {
  position: absolute;
  left: 2rem;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
  margin: 0;
}

#modal-lang .region-select .region .region-label input:checked ~ .region-checkmark:after {
  background-color: black;
}

#modal-lang .region-select .region .region-label:hover .region-checkmark:after {
  background-color: #999;
}

#modal-lang .region-select .region .region-label .region-name {
  font-size: 1.2rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1rem;
  margin-top: 0;
  margin-left: 2.5rem;
}

#modal-lang .region-select .region .region-label .region-name:hover {
  border: none;
  text-decoration: none;
}

#modal-lang .region-select .region img {
  border-radius: 2px;
  filter: brightness(90%);
  margin-left: auto;
  transition: filter ease .15s;
  width: 25px;
}

#modal-lang .region-select .region:hover img {
  filter: brightness(100%);
}

#modal-lang .region-select .region-selected {
  background-color: white;
  border: 2px solid #fefefe;
}

#modal-search {
  position: fixed;
  background-color: #fff;
  top: 150px;
  left: calc(50% - (calc(10rem * 5) / 2));
  max-width: calc(10rem * 5);
  width: calc(100vw - 4rem);
  height: auto;
  z-index: 202;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 10px rgba(0, 0, 0, 0.075);
  padding: calc(1rem * 1.5);
}

@media screen and (max-width: 1024px) {
  #modal-search {
    left: 2rem;
  }
}

#modal-search .ui-menu-item {
  padding: 0.5rem;
  background-color: white;
  border-bottom: 1px solid #eee;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

#modal-search .ui-menu-item:hover {
  background-color: #f7f7f7;
}

#modal-search .ui-menu-item:hover span {
  color: #0085C7;
}

#modal-search .ui-menu-item:last-child {
  border-bottom: none;
}

#modal-search .search {
  width: 100%;
  top: 0;
  height: 100%;
}

#modal-search #small-search-box-form {
  width: 100%;
  display: flex;
  align-items: center;
}

#modal-search #small-search-box-form input[type='submit'] {
  display: none;
}

#modal-search #small-search-box-form input[type='text'] {
  border: none;
}

@media screen and (max-width: 1024px) {
  #modal-search {
    top: 100px;
  }
}

@media screen and (max-width: 580px) {
  #modal-search {
    width: calc(100vw - $metric-double);
    left: 2rem;
  }
}

#modal-search .search-results {
  position: absolute;
  top: 0;
  left: 0;
}

#modal-search .search-bar,
#modal-search .search-history,
#modal-search .search-results {
  width: 100%;
}

#modal-search .search-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: space-between;
  justify-content: space-between;
  height: 2rem;
  align-items: center;
}

#modal-search .search-bar .search input {
  border: none !important;
  outline: none !important;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: black;
  background-color: transparent;
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}

#modal-search .search-bar .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#modal-search .search-bar span {
  width: 20%;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-end;
  color: black;
  cursor: pointer;
  transform: translateX(0);
  transition: transform 0.25s ease-in-out;
}

#modal-search .search-bar span:hover {
  color: #777;
  transform: translateX(5px);
}

#modal-search .search-bar:focus, #modal-search .search-bar:active {
  border: 0;
  outline: none;
}

#modal-search .search-bar img {
  width: 1.8rem;
  height: 1.8rem;
}

#modal-search .search-history {
  padding: calc(1rem + 0.25rem) 0;
}

#modal-search .search-history span {
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #666;
}

#modal-search .search-history span strong {
  color: black;
  margin-left: 1rem;
}

#modal-search .search-results {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#modal-search .search-results .result {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#modal-search .search-results .result img {
  max-height: calc(4rem - 10px);
  width: 4rem;
}

#modal-search .search-results .result .title {
  margin-left: 1rem;
  font-family: "Cairo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: black;
}

#modal-search .search-results .result span {
  cursor: pointer;
  color: black;
  transform: translateX(0);
  transition: transform 0.25s ease-in-out;
  font-size: 2.125rem;
}

#modal-search .search-results .result span:hover {
  color: #777;
  transform: translateX(5px);
}

#modal-search .search-results .result:last-child {
  margin-bottom: 0;
}

#modal-video {
  width: 800px;
  max-width: 100%;
  top: 25%;
  transform: translateY(-50%);
  max-width: 90vw;
  z-index: 250;
  background-color: white;
  padding: 2rem;
  color: black;
}

#modal-video #product-video-embed {
  width: 100%;
}

#modal-video .close-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 100003;
  display: flex;
  align-items: center;
}

#modal-video .close-icon svg, #modal-video .close-icon path {
  fill: black;
}

#modal-video .close-icon:hover {
  color: black;
}

@media screen and (max-width: 1024px) {
  #modal-video .close-icon {
    top: 1rem;
    right: 1rem;
  }
}

#modal-video .close-icon {
  background-color: #f7f7f7;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  top: 1rem;
  right: 1rem;
}

#modal-video .close-icon:hover {
  background-color: #e7e7e7;
}

#modal-video iframe .ytp-videowall-still.ytp-suggestion-set {
  display: none;
}

#modal-lightroom {
  width: 900px;
  top: 55%;
  transform: translateY(-50%) !important;
  max-height: 90vh;
  max-width: 90vw;
  z-index: 250;
  background-color: white;
  padding: 2rem;
  color: black;
}

#modal-lightroom .modal-content, #modal-lightroom img, #modal-lightroom figure {
  min-height: 500px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #modal-lightroom .modal-content, #modal-lightroom img, #modal-lightroom figure {
    max-height: 250px;
  }
}

#modal-lightroom img {
  object-fit: contain;
  margin: 1rem 0;
}

#modal-lightroom figcaption {
  font-size: 1.5rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  color: #0085C7;
}

#modal-lightroom .close-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 100003;
  display: flex;
  align-items: center;
}

#modal-lightroom .close-icon svg, #modal-lightroom .close-icon path {
  fill: black;
}

#modal-lightroom .close-icon:hover {
  color: black;
}

@media screen and (max-width: 1024px) {
  #modal-lightroom .close-icon {
    top: 1rem;
    right: 1rem;
  }
}

#modal-lightroom .close-icon {
  top: 1.5rem;
  right: 1.5rem;
  color: black;
  background: #f7f7f7;
  padding: 6px;
  border-radius: 30px;
  width: 30px;
  z-index: 10000;
  height: 30px;
  /* box-shadow: 0px 2px 10px 10px rgb(0 0 0 / 5%); */
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-lightroom .close-icon:hover {
  background: #e7e7e7;
}

@media screen and (max-width: 1024px) {
  #modal-lightroom {
    max-height: 90vh;
    max-width: 90vw;
  }
}

@media screen and (max-width: 580px) {
  #modal-lightroom {
    max-height: 85vh;
    max-width: 90vw;
  }
}

@media screen and (max-width: 1024px) {
  .header-bottom {
    display: none !important;
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: calc(100vh - 104px);
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    font-size: 18px !important;
  }
}

#--themed #modal-menu {
  height: 100%;
  max-height: calc(100vh - 2.75rem);
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  border-width: 0;
}

#--themed #modal-menu .modal-title {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  justify-content: flex-start;
  text-align: left;
}

#--themed #modal-menu .see-all-link {
  display: none;
}

#--themed #modal-menu .top-menu-wrapper {
  margin-top: 1rem;
  display: flex;
  flex: 1;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  margin: -1rem;
  width: calc(100% + 2rem);
  overflow-y: scroll;
}

#--themed #modal-menu .top-menu-wrapper .inner {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  background-color: #fff;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li:first-child {
  border-top-width: 0;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li:last-child {
  border-bottom-width: 0;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li a {
  color: black;
  padding: 0.1rem 1rem;
  line-height: 2rem;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li span {
  align-self: center;
  justify-self: center;
  font-size: 0.95rem;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li svg {
  position: absolute;
  right: 1rem;
  top: 12px;
  height: 18px;
  width: 18px;
  transition: transform 0.2s ease;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li svg path {
  fill: black;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li svg.--hidden {
  display: none;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li.--active {
  background-color: #f7f7f7;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li.--active > svg {
  transform: rotate(180deg);
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li.--active .sublist.lvl-0 {
  display: flex;
}

#--themed #modal-menu .top-menu-wrapper .top-menu__categories > li.--active > a {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 svg {
  transition: transform 0.2s ease;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li a {
  padding-left: 1rem;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li svg.--hidden {
  display: none;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li.--active {
  background-color: #f1f1f1;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li.--active svg {
  transform: rotate(180deg);
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li.--active .sublist.lvl-1 {
  display: flex;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > li.--active > a {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-0 > a {
  align-self: flex-start;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1 {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0.5rem;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1 > li {
  position: relative;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1 svg {
  transition: transform 0.2s ease;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1 svg.--hidden {
  display: none;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1.--active svg {
  transform: rotate(180deg);
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1.--active > a {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-1.--active .sublist.lvl-2 {
  display: flex;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-2 {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0.5rem;
}

#--themed #modal-menu .top-menu-wrapper .sublist.lvl-2 svg.--hidden {
  display: none;
}

#--themed #modal-menu .vat-toggle-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0;
  border-top: 1px solid #e7e7e7;
}

#--themed #modal-menu .vat-toggle-wrapper .vat {
  display: inline-flex;
}

#--themed #modal-menu .vat-toggle-wrapper .vat span {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 400px) {
  #--themed #modal-menu .vat-toggle-wrapper .vat span {
    font-size: 0.9rem;
  }
}

#--themed #modal-menu .vat-toggle-wrapper .vat.selected span {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

#--themed .--desktop .top-menu-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #eaeaea;
}

@media screen and (max-width: 1440px) {
  #--themed .--desktop .top-menu-wrapper {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1024px) {
  #--themed .--desktop .top-menu-wrapper {
    display: none;
  }
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories {
  display: flex;
  max-width: 1440px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li > a:first-child {
  align-items: center;
  justify-content: flex-start;
  max-width: max-content;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  padding-right: 1rem;
  align-items: center;
  justify-content: flex-start;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.25px;
  height: 100%;
  cursor: pointer;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li svg {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  fill: #000;
  margin: 0 0 0 3px;
  transition: transform 0.25s ease-in;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li svg path {
  fill: #000;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li.--active svg {
  transform: rotate(180deg);
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li.--active .sublist.lvl-0 {
  display: block;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li ul > li {
  display: flex;
  flex-direction: column;
}

#--themed .--desktop .top-menu-wrapper .top-menu__categories > li > ul {
  position: absolute;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  width: 1442px;
  border: 1px solid #f7f7f7;
}

#--themed .--desktop .top-menu-wrapper .top-menu__nav-item .level-1 > a > span {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}

#--themed .--desktop .top-menu-wrapper .sublist {
  display: flex;
  position: unset;
  top: unset;
  left: unset;
  visibility: unset;
  max-height: 1000px;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 {
  display: none;
  padding: 1rem 2rem 2rem 2rem;
  columns: 220px 6;
  column-fill: balance;
  columns: 6;
  column-gap: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1440px + 1rem);
  max-width: 100vw;
  top: 100%;
  box-shadow: -3px 14px 20px 0px rgba(0, 0, 0, 0.055);
  padding: 1.618rem;
  z-index: 1000007;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 .sublist.lvl-1 {
  display: inline;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 > a {
  display: none;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 > li {
  display: block;
  break-inside: avoid-column;
  margin-bottom: 1rem;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 > li svg {
  display: none;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 ul {
  display: flex;
  flex-direction: column;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 ul > li {
  padding: 0;
  margin: 0;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 ul > li a {
  padding: 0;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 .sublist.lvl-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 .sublist.lvl-1 li a span {
  line-height: 1.75rem;
  font-size: 0.9rem;
}

#--themed .--desktop .top-menu-wrapper .sublist.lvl-0 .sublist.lvl-1 li.see-all-link a span {
  font-size: 0.8rem;
  line-height: 1.6;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
}

#--themed .--desktop .top-menu-wrapper .see-all-link a span {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.7;
}

#--themed .--desktop .vat-toggle-wrapper {
  display: none;
}

#modal-overlay {
  cursor: pointer;
  pointer-events: all;
}

.app-modals {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 100002;
}

.modal {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
  pointer-events: all;
  top: 0;
  background-color: #f5f5f5;
  border-right: 1px solid #fefefe;
  font-family: 'Helvetica', sans-serif;
  width: 30vw;
  padding: 0;
  position: fixed;
  transition: all ease-in 0.33s;
}

.modal h3 {
  font-size: 2.125rem;
  line-height: 3rem;
  margin-top: 1rem;
}

.modal .modal-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
  height: auto;
  width: 100%;
}

.modal .modal-header__bottom {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .modal .modal-header {
    height: 83px;
  }
}

.modal .modal-header .title {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0;
}

.modal .modal-header__top {
  border-bottom: 1px solid #eee;
  height: 28px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .modal .modal-header__top {
    display: none;
  }
}

.modal .modal-header__bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
}

.modal .modal-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #222;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 2.125rem;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.modal .modal-content .close-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 100003;
  display: flex;
  align-items: center;
}

.modal .modal-content .close-icon svg, .modal .modal-content .close-icon path {
  fill: black;
}

.modal .modal-content .close-icon:hover {
  color: black;
}

@media screen and (max-width: 1024px) {
  .modal .modal-content .close-icon {
    top: 1rem;
    right: 1rem;
  }
}

.modal .modal-content .modal-title {
  font-size: 1.2rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

.modal .modal-content h3 {
  font-size: 2.125rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  color: black;
}

.modal .modal-content p {
  color: black;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.modal .modal-content a {
  color: #1a2f80;
  transition: all 0.1s ease-in;
  line-height: 1;
}

.modal .modal-content a:hover {
  text-decoration: none;
}

.modal .modal-content .buttons {
  margin-top: 1rem;
}

.modal .modal-content .buttons .cart-button {
  background-color: transparent;
}

.modal .modal-content .buttons button {
  align-items: center;
  background-color: #333;
  border-radius: 25px;
  color: white;
  display: inline-flex;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  justify-content: center;
  padding: 0.85rem 1.25rem 0.75rem 1.25rem;
  transition: background-color 0.15s ease-in;
  cursor: pointer;
}

.modal .modal-content .buttons button:hover {
  background-color: #666;
}

.modal .modal-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 580px) {
  .modal {
    width: 80vw;
  }
}

#modal-overlay,
.modal-overlay {
  z-index: 90;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease-in 0.5s;
  animation-fill-mode: forwards;
}

#--themed .page-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  width: 100%;
  padding: 1rem;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #--themed .page-title {
    margin: 0;
  }
}

#--themed .page-title h1 {
  color: #0085C7;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: calc(2.4rem * 1.618);
  color: black;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}

@media screen and (max-width: 1024px) {
  #--themed .page-title h1 {
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  #--themed .page-title h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 580px) {
  #--themed .page-title h1 {
    font-size: 1.4rem;
  }
}

#--themed .order-completed-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#--themed .order-completed-page .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#--themed .order-completed-page .title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#--themed .order-completed-page .title svg {
  border-radius: 50%;
  margin-right: 5px;
  fill: #fff;
  background: lightseagreen;
}

@media screen and (max-width: 1024px) {
  #--themed .order-completed-page .title {
    flex-direction: column;
    text-align: center;
  }
  #--themed .order-completed-page .title svg {
    margin-right: 0;
    margin-bottom: 10px;
    height: 32px;
    width: 32px;
  }
}

#--themed .order-completed-page .subtitle strong {
  margin-right: 6px;
}

#--themed .order-completed-page .page-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 50%;
  height: 100%;
  padding: 1.618rem;
}

@media screen and (max-width: 1024px) {
  #--themed .order-completed-page .page-body {
    width: 100%;
  }
}

#--themed .order-completed-page .page-body .subtitle {
  display: flex;
  flex-direction: row;
}

#--themed .order-completed-page .page-body .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#--themed .order-completed-page .page-body .buttons .pointer {
  margin-bottom: 1rem;
}

form {
  gap: 1rem;
}

.form-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  row-gap: 1rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .form-fields {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .form-fields {
    grid-template-columns: 1fr;
  }
}

.form-fields .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: max-content;
}

.form-fields .inputs input {
  margin-right: 0.5rem;
}

.form-fields .inputs.date-of-birth .date-picker-wrapper {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.form-fields .inputs label {
  display: inline-flex;
  max-width: max-content;
  margin-bottom: 0;
}

.form-fields .inputs .required {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 0 5px;
}

.form-fields .inputs label {
  font-size: 0.9rem;
}

.form-fields .inputs.reversed {
  margin: 0 0 1rem;
  text-align: center;
}

.form-fields input[type="password"],
.form-fields input[type="tel"],
.form-fields select {
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

.form-fields input[type='checkbox'],
.form-fields input[type='radio'] {
  vertical-align: middle;
}

.form-fields input[type='checkbox'] + *,
.form-fields input[type='radio'] + * {
  vertical-align: middle;
}

.form-fields textarea {
  font-size: 1rem;
  max-width: 100%;
  min-height: 4rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

.form-fields #Newsletter {
  margin-left: 8px;
}

.field-validation-error {
  color: #e4434b;
  display: block;
  font-size: 0.85rem;
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  right: 22px;
}

.required {
  color: #e4434b;
  font-size: 0.8rem;
  margin: 0 -8px 0 3px;
  vertical-align: top;
}

#gender .male,
#gender .female {
  display: flex;
  align-items: center;
}

#gender .male input,
#gender .female input {
  margin-left: 8px;
  margin-right: 5px;
}

#gender .male label,
#gender .female label {
  padding: 0;
  margin: 0;
}

.date-of-birth select {
  margin-left: 8px;
  min-width: 150px;
}

@media screen and (max-width: 1024px) {
  .date-of-birth select {
    margin-left: 0;
    margin-bottom: 8px;
    padding: 0;
  }
}

input[type='text'],
input[type='textarea'],
input[type='email'],
input[type='text'],
input[type='password'],
input[type='tel'],
select,
textarea {
  background-color: #f7f7f7;
  width: 100%;
  border-radius: 0;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif !important;
  border: 1px solid #f1f1f1;
  font-weight: 400;
  max-width: 100%;
  display: inline-flex;
  min-height: 40px;
  padding: 0.5rem 1rem !important;
  font-size: 0.95rem;
  outline: none !important;
}

input[type='text']::placeholder, input[type='text']::-webkit-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='text']::-moz-placeholder, input[type='text']:-moz-placeholder,
input[type='textarea']::placeholder,
input[type='textarea']::-webkit-input-placeholder,
input[type='textarea']:-ms-input-placeholder,
input[type='textarea']::-moz-placeholder,
input[type='textarea']:-moz-placeholder,
input[type='email']::placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='email']::-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='text']::placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='text']::-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='password']::placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='password']::-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']::placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='tel']::-moz-placeholder,
input[type='tel']:-moz-placeholder,
select::placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select::-moz-placeholder,
select:-moz-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

input[type='text']:focus,
input[type='textarea']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus {
  background-color: #e8f0fe;
}

input[type='textarea'] {
  min-height: 4rem;
  vertical-align: top;
}

.field-validation-error {
  color: #e4434b;
  display: block;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  text-align: center;
}

.required {
  color: #e4434b;
  font-size: 0.8rem;
  margin: 0 -8px 0 3px;
  vertical-align: top;
}

.message-error.validation-summary-errors {
  color: #dc3545;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.form-group-horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.form-group.form-group-horizontal > div {
  margin-right: 1rem;
  flex-basis: 100%;
}

.form-group.form-group-horizontal > div:last-of-type {
  margin-right: 0;
}

.form-error {
  color: #f00;
  font-size: 0.9rem;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-newsletter h3 {
  font-size: 1.3rem;
}

.footer-newsletter * {
  text-align: center;
}

.footer-newsletter .title p {
  margin: 1rem 0;
}

.footer-newsletter .newsletter-subscribe {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.footer-newsletter .newsletter-subscribe,
.footer-newsletter .newsletter-subscribe .newsletter-email {
  height: 50px;
}

.footer-newsletter .newsletter-subscribe #newsletter-email,
.footer-newsletter .newsletter-subscribe .newsletter-email #newsletter-email {
  background: white !important;
  padding: 0.5rem 1rem;
  text-align: left;
}

.footer-newsletter .newsletter-subscribe input,
.footer-newsletter .newsletter-subscribe .newsletter-email input {
  height: 100%;
}

.wsu-layout {
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .wsu-layout {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 580px) {
  .wsu-layout {
    padding: 0 0.5rem;
  }
}

.wsu-layout .wsu-top {
  flex-direction: column;
  width: 1440px;
  max-width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.wsu-layout .wsu-middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
}

.wsu-layout .wsu-middle .wsu-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

@media screen and (max-width: 1024px) {
  .wsu-layout .wsu-middle .wsu-body {
    min-width: 100%;
    width: 100%;
  }
}

.wsu-layout .wsu-middle .wsu-body .total-hits-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  background: white;
}

@media screen and (max-width: 1024px) {
  .wsu-layout .wsu-middle .wsu-body .total-hits-wrapper {
    display: none;
  }
}

.wsu-layout .wsu-middle .wsu-body .total-hits-wrapper span {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

.wsu-layout .wsu-bottom {
  width: 1440px;
  max-width: 100%;
}

#--themed #es-quicksearch {
  width: 650px;
  max-width: 100%;
  min-height: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000008;
}

#--themed #es-quicksearch > div {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed #es-quicksearch {
    flex-direction: column;
    margin-top: 0.5rem;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    position: unset;
    transform: unset;
    background: #f1f1f1;
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 580px) {
  #--themed #es-quicksearch {
    order: 3;
    padding: 0.5rem 1rem;
    max-width: 100%;
    left: 0;
  }
}

#--themed #es-quicksearch svg {
  max-width: 20px;
  max-height: 20px;
}

#--themed #es-quicksearch input {
  background: transparent;
  font-size: 14px;
  margin-top: 1px;
}

#--themed #es-quicksearch .quicksearch {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}

#--themed #es-quicksearch .quicksearch #es-quicksearch-input {
  min-height: unset !important;
  padding: 0 !important;
  outline: none !important;
}

#--themed #es-quicksearch .quicksearch #es-quicksearch-input:active, #--themed #es-quicksearch .quicksearch #es-quicksearch-input:focus {
  border: transparent;
}

#--themed #es-quicksearch .quicksearch .quicksearch-icon {
  width: 1rem;
  height: 1rem;
}

#--themed #es-quicksearch .quicksearch input[type='text'] {
  margin-left: 0.5rem;
  width: 100%;
  z-index: 50;
  font-family: "Cairo-Regular", Helvetica, Arial, sans-serif;
  border: none !important;
}

#--themed #es-quicksearch .quicksearch .quicksearch-submit {
  font-size: 1.8rem;
  cursor: pointer;
}

#--themed #es-quicksearch .quicksearch .quicksearch-submit:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed #es-quicksearch .quicksearch .quicksearch-submit:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed #es-quicksearch .quicksearch .quicksearch-submit:hover,
#--themed #es-quicksearch .quicksearch .quicksearch-submit * {
  transition: opacity 0.1s ease-in-out;
}

#--themed #es-quicksearch .quicksearch .quicksearch-submit:hover:hover,
#--themed #es-quicksearch .quicksearch .quicksearch-submit *:hover {
  opacity: 0.8;
}

#--themed #es-quicksearch .list {
  position: absolute;
  padding-top: 0.75rem;
  top: calc(100% + 0.5rem);
  border: 1px solid #e9ecef;
  width: calc(30vw - (4rem / 2));
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.085);
  background: #fff;
  min-width: 100%;
  width: 100%;
  left: 0;
  z-index: 1000008;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 580px) {
  #--themed #es-quicksearch .list {
    top: 100%;
    left: 0;
  }
}

#--themed #es-quicksearch .list > h5 {
  padding: 0.5rem 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 580px) {
  #--themed #es-quicksearch .list {
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
}

#--themed #es-quicksearch .list:empty {
  display: none;
}

#--themed #es-quicksearch .list::-webkit-scrollbar {
  display: none;
}

#--themed #es-quicksearch .results {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 10000008;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#--themed #es-quicksearch .results > h5 {
  margin-bottom: 1rem !important;
  font-size: 15px;
}

#--themed #es-quicksearch .results.categories > h5 {
  margin-top: 1rem;
}

#--themed #es-quicksearch .results.categories .picture {
  display: none;
}

#--themed #es-quicksearch .results .title {
  font-size: 1rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  padding-left: 1rem;
  margin-bottom: 0;
}

#--themed #es-quicksearch .results a {
  background: white;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0.618rem 1rem;
  justify-content: space-between;
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  width: 100%;
}

#--themed #es-quicksearch .results a:hover {
  background: #f7f7f7;
}

#--themed #es-quicksearch .results a.category-result {
  padding: 1rem;
}

#--themed #es-quicksearch .results a.category-result article {
  width: 100%;
}

#--themed #es-quicksearch .results a article {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  left: 3rem;
  margin: 0;
}

#--themed #es-quicksearch .results a .picture {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  margin-right: 0.5rem;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
}

#--themed #es-quicksearch .results a .picture img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

#--themed #es-quicksearch .results a h5 {
  font-size: 0.9rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 580px) {
  #--themed #es-quicksearch .results a h5 {
    font-size: 0.9rem;
  }
}

#--themed #es-quicksearch .results a h5.has-pic {
  margin-left: 1rem;
}

#--themed #es-quicksearch .results a .category {
  margin-left: 4rem;
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

#--themed #es-quicksearch .results a:last-child {
  border-bottom: none;
}

#--themed #es-quicksearch .results a:hover h5 {
  color: black !important;
}

#--themed #es-quicksearch .results .view-all-results {
  padding: 1rem;
  cursor: pointer;
}

#--themed #es-quicksearch .no-results {
  position: relative;
  top: 100%;
  left: 0;
  padding: 1rem;
  width: 100%;
  height: max-content;
  display: flex;
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 580px) {
  #--themed #es-quicksearch .no-results {
    padding-left: 2.7rem;
  }
}

/*!
 * Toastify js 1.9.3
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
/* 
  Initial styling by toastfy-js, modified by wombit
*/
.toastify {
  padding: 1rem 2rem;
  color: black;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.3);
  background: white;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 4rem;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  margin-right: 0.5rem;
  border-radius: 2rem;
}

.toastify a {
  color: #223344;
  border-bottom: 2px solid #223344;
  margin-bottom: 4px;
}

.toastify.error {
  cursor: default;
}

.toastify.error svg {
  background: lightcoral;
}

.toastify.warning {
  background-color: white;
  cursor: default;
}

.toastify.warning svg {
  background: lightcoral;
}

.toastify.success svg {
  background: lightseagreen;
  fill: white;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right,
  .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}

.product-campaigns {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.product-campaigns .product-campaign {
  margin-bottom: 0.5rem;
}

.product-campaigns .product-campaign:last-child {
  margin-bottom: 0;
}

.product-campaigns .product-campaign.--minimized .product-campaign__name svg {
  transform: rotate(0deg);
}

.product-campaigns .product-campaign.--minimized .product-campaign__content {
  max-height: 150px;
}

.product-campaigns .product-campaign.--minimized .product-campaign__content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #223344 20%, transparent);
}

.product-campaigns .product-campaign__title {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
}

.product-campaigns .product-campaign__name {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #445566;
  display: flex;
  width: 100%;
}

.product-campaigns .product-campaign__name-left {
  display: flex;
  align-items: center;
}

.product-campaigns .product-campaign__name-left svg {
  width: 18px;
  height: 18px;
  transition: all .12s ease-in;
  margin-left: 5px;
}

.product-campaigns .product-campaign__name-left:hover svg {
  margin-left: 8px !important;
}

.product-campaigns .product-campaign__content {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #223344;
  position: relative;
}

.product-campaigns .product-campaign__content a, .product-campaigns .product-campaign__content p, .product-campaigns .product-campaign__content span {
  color: white;
}

.product-campaigns .product-campaign__read-more svg {
  cursor: pointer;
  transition: transform .12s ease-in;
  transform: rotate(45deg);
}

.product-campaigns .product-campaign__read-more svg path {
  fill: #eee;
}

.product-campaigns .product-campaign__read-more svg:hover path {
  fill: white;
}

.product-campaigns .product-campaign__body {
  padding: 0.5rem 1rem;
}

.product-campaigns .product-campaign__body a, .product-campaigns .product-campaign__body p, .product-campaigns .product-campaign__body span {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.product-campaigns .product-campaign__body a {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

.product-grid .grid-item {
  position: relative;
}

.product-grid .item-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.product-grid .buttons button {
  transition: color 0.2s;
}

.product-grid .buttons button:hover:before {
  background-color: #eaeaea;
  transition: background 0.2s;
}

.product-grid .buttons button:hover {
  color: #fff;
  transition: color 0.2s;
}

.product-grid .buttons button:before {
  border-radius: 50%;
  content: '';
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
  z-index: -1;
  transition: background 0.2s;
}

.product-list .picture {
  padding: 16px;
  position: relative;
  min-width: 100%;
  height: auto;
  width: 100%;
  min-height: 100px;
}

@media screen and (max-width: 1024px) {
  .product-list .picture {
    min-height: unset;
    max-height: 200px;
  }
}

.product-list h3 {
  margin-top: 0;
}

.product-list .product-item {
  background-color: #fff;
}

.product-list .product-item .content {
  flex-grow: 1;
  padding: 20px;
}

.product-list .buttons {
  flex-direction: column;
  align-items: center;
}

.product-list .buttons div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
  width: 100%;
}

.product-list .buttons div:hover {
  background-color: #e9ecef;
}

.product-list .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
  width: 100%;
}

.product-list .buttons button:hover {
  background-color: #e9ecef;
}

.product-list .buttons svg {
  margin-right: 6px;
}

.product-list .buttons span {
  font-size: 12px;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.05s;
  justify-content: flex-start;
}

.product-item div.product-ribbon {
  position: absolute;
  pointer-events: none;
}

.product-item div.product-ribbon .with-token {
  display: flex;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon .with-token {
    justify-content: center;
    align-items: center;
  }
}

.product-item div.product-ribbon img {
  padding: 0 !important;
  padding: 0;
  max-width: 75px;
  max-height: 75px;
}

.product-item div.product-ribbon span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 1rem;
  border-radius: 1rem;
}

.product-item div.product-ribbon span:has(img) {
  padding: 0;
}

.product-item div.product-ribbon.tm {
  top: 1rem;
  left: 50%;
}

.product-item div.product-ribbon.tm > span {
  position: relative;
  left: -50%;
}

.product-item div.product-ribbon.tl {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.tl .with-token {
    text-align: left;
  }
  .product-item div.product-ribbon.tl .with-token > span {
    width: 100%;
    top: 5px;
  }
}

.product-item div.product-ribbon.tr {
  top: 1rem;
  right: 1rem;
}

.product-item div.product-ribbon.tr .with-token {
  text-align: right;
}

.product-item div.product-ribbon.tr .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.tr .with-token > span {
    top: 5px;
  }
}

.product-item div.product-ribbon.bm {
  bottom: 1rem;
  left: 50%;
}

.product-item div.product-ribbon.bm > span {
  position: relative;
  left: -50%;
}

.product-item div.product-ribbon.br {
  bottom: 1rem;
  right: 1rem;
}

.product-item div.product-ribbon.br .with-token {
  text-align: right;
}

.product-item div.product-ribbon.br .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.br .with-token > span {
    top: 5px;
  }
}

.product-item div.product-ribbon.bl {
  bottom: 1rem;
  left: 1rem;
}

.product-item div.product-ribbon.bl .with-token {
  text-align: left;
}

.product-item div.product-ribbon.bl .with-token > span {
  bottom: 5px;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.bl .with-token > span {
    width: 100%;
  }
}

.product-item div.product-ribbon.lm {
  top: 50%;
  left: 1rem;
}

.product-item div.product-ribbon.lm > span {
  position: relative;
  top: -50%;
}

.product-item div.product-ribbon.lm .with-token {
  text-align: left;
}

.product-item div.product-ribbon.lm .with-token > span {
  width: 100%;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.lm .with-token > span {
    top: 5px;
  }
}

.product-item div.product-ribbon.rm {
  top: 50%;
  right: 1rem;
}

.product-item div.product-ribbon.rm > span {
  position: relative;
  top: -50%;
}

.product-item div.product-ribbon.rm .with-token {
  text-align: right;
}

.product-item div.product-ribbon.rm .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .product-item div.product-ribbon.rm .with-token > span {
    top: 5px;
  }
}

.product-item div.product-ribbon.c {
  left: 50%;
  top: 50%;
}

.product-item div.product-ribbon.c .with-token {
  justify-content: center;
}

.product-item div.product-ribbon.c > span {
  position: relative;
  top: -50%;
  left: -50%;
}

.product-item.lazy .picture a img {
  transition: filter 0.3s ease;
  filter: blur(10px);
}

.product-item.lazy .picture a img.loaded {
  filter: none;
}

.product-item h4 {
  color: #0085C7;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7798rem;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.product-item .details {
  display: flex;
  flex-direction: column;
  padding: 0 0 0.5rem 0;
}

.product-item .details h4 {
  margin-bottom: 0.25rem;
}

.product-item .details .sku {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

.product-item .picture {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.product-item .description {
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.product-item img {
  height: 100%;
}

.product-item a {
  color: black;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.275rem;
  display: inline-block;
}

.product-item a:hover {
  text-decoration: none !important;
}

.product-item .status {
  margin: 0.25rem 0;
  padding: 0.33rem 0;
  border-left: none;
  border-right: none;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
  justify-content: flex-start;
}

.product-item .status .indicator {
  display: inline-block;
  border-radius: 2rem;
  margin: 4px;
  margin-left: 0;
  min-width: 11px;
  min-height: 11px;
}

.product-item .status.--color-0 > .indicator {
  background: rgba(182, 65, 65, 0.9);
}

.product-item .status.--color-1 > .indicator {
  background: rgba(0, 93, 0, 0.9);
}

.product-item .status.--color-2 > .indicator {
  background: rgba(199, 133, 0, 0.9);
}

.product-item .status.--color-3 > .indicator {
  background: rgba(182, 65, 65, 0.9);
}

.product-item .status .text {
  font-size: 0.8rem;
}

.product-item .add-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
  margin-top: auto;
}

.product-item .add-info .prices {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: flex-start;
  flex-basis: 100%;
  line-height: 1;
}

.product-item .add-info .prices .price.old-price ~ .actual-price,
.product-item .add-info .prices .actual-price.discounted {
  color: #b64141;
}

.product-item .add-info .prices .actual-price {
  width: max-content;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  color: #b64141;
  font-size: 0.8rem;
}

.product-item .add-info .prices .discounted-price {
  width: max-content;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  color: #b64141;
  font-size: 0.8rem;
}

.product-item .add-info .prices .old-price {
  margin-bottom: 5px;
  bottom: 100%;
  color: #6c757d;
  font-size: 0.76rem !important;
  font-weight: normal;
  padding: 0;
  background: transparent;
  text-decoration: line-through;
  top: -100%;
  height: max-content;
  order: 1;
  text-decoration: line-through;
}

.product-item .add-info .buttons {
  display: inline-flex;
  margin: 0;
  justify-content: flex-end;
  gap: 0.25rem;
  width: max-content;
  margin-right: -4px;
  margin-bottom: -4px;
}

.product-item .add-info .buttons button,
.product-item .add-info .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  display: flex;
  color: #6c757d;
  padding: 4px;
  min-height: 30px;
  min-width: 30px;
  background: #f7f7f7;
  position: relative;
  z-index: 0;
  border-radius: 2rem;
}

.product-item .add-info .buttons button:last-child,
.product-item .add-info .buttons a:last-child {
  border-right: none;
}

.product-item .add-info .buttons button:hover,
.product-item .add-info .buttons a:hover {
  background-color: #e7e7e7;
}

.product-item .add-info .buttons button span,
.product-item .add-info .buttons a span {
  display: none;
}

.product-item .add-info .buttons button svg,
.product-item .add-info .buttons a svg {
  display: block;
  fill: currentColor;
  pointer-events: none !important;
  width: 16px;
  height: 16px;
}

/** 
 * Misc utility CSS classes
 */
/**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
/** 
 *  Sets a min/max value for x/y
 */
/** 
 *  Selects the first descendant element of the parent
 */
/** 
 *  Selects the last descendant element of the parent
 */
/**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Site settings 
--------------- */
/**
 *  Themed mixin for overriding base styles 
 */
#--themed .related-products,
#--themed .products-also-purchased {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 4rem 0;
}

#--themed .related-products,
#--themed .products-also-purchased {
  position: relative;
}

#--themed .related-products *,
#--themed .products-also-purchased * {
  z-index: 2;
}

#--themed .related-products::after,
#--themed .products-also-purchased::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #f7f7f7;
}

@media screen and (max-width: 580px) {
  #--themed .related-products::after,
  #--themed .products-also-purchased::after {
    width: 100vw;
  }
}

#--themed .related-products h3,
#--themed .products-also-purchased h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

#--themed .related-products .product-grid,
#--themed .products-also-purchased .product-grid {
  display: grid;
  grid-auto-rows: auto;
  gap: 1px;
  background: #f7f7f7;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  row-gap: 1px;
}

@media screen and (max-width: 1280px) {
  #--themed .related-products .product-grid,
  #--themed .products-also-purchased .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1180px) {
  #--themed .related-products .product-grid,
  #--themed .products-also-purchased .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid,
  #--themed .products-also-purchased .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid,
  #--themed .products-also-purchased .product-grid {
    grid-template-columns: 100%;
  }
}

#--themed .related-products .product-grid #--themed .grid-item,
#--themed .products-also-purchased .product-grid #--themed .grid-item {
  cursor: pointer;
  transition: "darken" 0.1s ease-in;
}

#--themed .related-products .product-grid #--themed .grid-item:hover,
#--themed .products-also-purchased .product-grid #--themed .grid-item:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover *,
#--themed .products-also-purchased .product-grid #--themed .grid-item:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover,
#--themed .related-products .product-grid #--themed .grid-item *,
#--themed .products-also-purchased .product-grid #--themed .grid-item:hover,
#--themed .products-also-purchased .product-grid #--themed .grid-item * {
  transition: opacity 0.1s ease-in-out;
}

#--themed .related-products .product-grid #--themed .grid-item:hover:hover,
#--themed .related-products .product-grid #--themed .grid-item *:hover,
#--themed .products-also-purchased .product-grid #--themed .grid-item:hover:hover,
#--themed .products-also-purchased .product-grid #--themed .grid-item *:hover {
  opacity: 0.8;
}

#--themed .related-products .product-grid .grid-item,
#--themed .products-also-purchased .product-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

#--themed .related-products .product-grid .grid-item .picture,
#--themed .products-also-purchased .product-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

#--themed .related-products .product-grid .grid-item .picture > img,
#--themed .products-also-purchased .product-grid .grid-item .picture > img {
  width: 100%;
  height: 100%;
  min-height: 125px;
}

#--themed .related-products .product-grid .grid-item .buttons,
#--themed .products-also-purchased .product-grid .grid-item .buttons {
  width: 100%;
  flex-wrap: wrap;
}

#--themed .related-products .product-grid .grid-item .buttons button:hover,
#--themed .products-also-purchased .product-grid .grid-item .buttons button:hover {
  background: #eaeaea;
  border-radius: 50px;
}

#--themed .related-products .product-grid .grid-item .content,
#--themed .products-also-purchased .product-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#--themed .related-products .product-grid .grid-item .content .title h3,
#--themed .products-also-purchased .product-grid .grid-item .content .title h3 {
  color: #000;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

#--themed .related-products .product-grid .grid-item .content .content-lower,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower .description,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower .description p {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description p:only-child,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p p:only-child,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower .description p:only-child,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .link,
#--themed .products-also-purchased .product-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

#--themed .related-products .product-grid .grid-item *,
#--themed .products-also-purchased .product-grid .grid-item * {
  transition: none !important;
}

#--themed .related-products .product-grid .grid-item,
#--themed .products-also-purchased .product-grid .grid-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  border: 2px solid transparent;
  transition: border 0.05s ease;
}

#--themed .related-products .product-grid .grid-item:hover,
#--themed .products-also-purchased .product-grid .grid-item:hover {
  border: 2px solid #4b4b4b;
}

#--themed .related-products .product-grid .grid-item .picture,
#--themed .products-also-purchased .product-grid .grid-item .picture {
  background-color: #fff;
  max-height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture,
  #--themed .products-also-purchased .product-grid .grid-item .picture {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture,
  #--themed .products-also-purchased .product-grid .grid-item .picture {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture a,
#--themed .related-products .product-grid .grid-item .picture img,
#--themed .products-also-purchased .product-grid .grid-item .picture a,
#--themed .products-also-purchased .product-grid .grid-item .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture img,
  #--themed .products-also-purchased .product-grid .grid-item .picture img {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture img,
  #--themed .products-also-purchased .product-grid .grid-item .picture img {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture img a,
#--themed .related-products .product-grid .grid-item .picture img img,
#--themed .products-also-purchased .product-grid .grid-item .picture img a,
#--themed .products-also-purchased .product-grid .grid-item .picture img img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

#--themed .related-products .product-grid .grid-item .picture img img,
#--themed .products-also-purchased .product-grid .grid-item .picture img img {
  max-height: unset;
}

#--themed .related-products .product-grid .grid-item .picture img:hover,
#--themed .products-also-purchased .product-grid .grid-item .picture img:hover {
  opacity: 0.9;
}

#--themed .related-products .product-grid .grid-item .picture .content,
#--themed .products-also-purchased .product-grid .grid-item .picture .content {
  width: 100%;
  padding: 1rem;
}

#--themed .related-products .product-grid .grid-item .picture .link,
#--themed .products-also-purchased .product-grid .grid-item .picture .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

#--themed .related-products .product-grid .grid-item .details,
#--themed .products-also-purchased .product-grid .grid-item .details {
  margin-top: 0.25rem;
}

#--themed .related-products .product-grid .grid-item .content h3,
#--themed .products-also-purchased .product-grid .grid-item .content h3 {
  font-size: 1.1rem;
}

#--themed .related-products .product-grid .grid-item .content .sku,
#--themed .products-also-purchased .product-grid .grid-item .content .sku {
  display: none;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products,
  #--themed .products-also-purchased {
    padding: 1rem;
  }
  #--themed .related-products .grid-item.product-item .buttons button,
  #--themed .products-also-purchased .grid-item.product-item .buttons button {
    max-height: 30px;
    max-width: 30px;
    padding: 5px;
  }
  #--themed .related-products .grid-item.product-item .buttons button svg,
  #--themed .products-also-purchased .grid-item.product-item .buttons button svg {
    min-height: unset;
    min-width: unset;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  #--themed .related-products,
  #--themed .products-also-purchased {
    padding: 1rem;
  }
}

/** 
 * Misc utility CSS classes
 */
/**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
/** 
 *  Sets a min/max value for x/y
 */
/** 
 *  Selects the first descendant element of the parent
 */
/** 
 *  Selects the last descendant element of the parent
 */
/**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Site settings 
--------------- */
/**
 *  Themed mixin for overriding base styles 
 */
#--themed .related-products {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 4rem 0;
}

#--themed .related-products {
  position: relative;
}

#--themed .related-products * {
  z-index: 2;
}

#--themed .related-products::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #f7f7f7;
}

@media screen and (max-width: 580px) {
  #--themed .related-products::after {
    width: 100vw;
  }
}

#--themed .related-products h3 {
  font-size: .95rem;
  text-transform: uppercase;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

#--themed .related-products .product-grid {
  display: grid;
  grid-auto-rows: auto;
  gap: 1px;
  background: #f7f7f7;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  row-gap: 1px;
}

@media screen and (max-width: 1280px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1180px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid {
    grid-template-columns: 100%;
  }
}

#--themed .related-products .product-grid #--themed .grid-item {
  cursor: pointer;
  transition: "darken" 0.1s ease-in;
}

#--themed .related-products .product-grid #--themed .grid-item:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover,
#--themed .related-products .product-grid #--themed .grid-item * {
  transition: opacity 0.1s ease-in-out;
}

#--themed .related-products .product-grid #--themed .grid-item:hover:hover,
#--themed .related-products .product-grid #--themed .grid-item *:hover {
  opacity: 0.8;
}

#--themed .related-products .product-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

#--themed .related-products .product-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

#--themed .related-products .product-grid .grid-item .picture > img {
  width: 100%;
  height: 100%;
  min-height: 125px;
}

#--themed .related-products .product-grid .grid-item .buttons {
  width: 100%;
  flex-wrap: wrap;
}

#--themed .related-products .product-grid .grid-item .buttons button:hover {
  background: #eaeaea;
  border-radius: 50px;
}

#--themed .related-products .product-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#--themed .related-products .product-grid .grid-item .content .title h3 {
  color: #000;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

#--themed .related-products .product-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description p:only-child,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

#--themed .related-products .product-grid .grid-item * {
  transition: none !important;
}

#--themed .related-products .product-grid .grid-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  border: 2px solid transparent;
  transition: border 0.05s ease;
}

#--themed .related-products .product-grid .grid-item:hover {
  border: 2px solid #4b4b4b;
}

#--themed .related-products .product-grid .grid-item .picture {
  background-color: #fff;
  max-height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture a,
#--themed .related-products .product-grid .grid-item .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture img {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture img {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture img a,
#--themed .related-products .product-grid .grid-item .picture img img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

#--themed .related-products .product-grid .grid-item .picture img img {
  max-height: unset;
}

#--themed .related-products .product-grid .grid-item .picture img:hover {
  opacity: 0.9;
}

#--themed .related-products .product-grid .grid-item .picture .content {
  width: 100%;
  padding: 1rem;
}

#--themed .related-products .product-grid .grid-item .picture .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

#--themed .related-products .product-grid .grid-item .details {
  margin-top: 0.25rem;
}

#--themed .related-products .product-grid .grid-item .content h3 {
  font-size: 1.1rem;
}

#--themed .related-products .product-grid .grid-item .content .sku {
  display: none;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products {
    padding: 1rem;
  }
  #--themed .related-products .grid-item.product-item .buttons button {
    max-height: 30px;
    max-width: 30px;
    padding: 5px;
  }
  #--themed .related-products .grid-item.product-item .buttons button svg {
    min-height: unset;
    min-width: unset;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  #--themed .related-products {
    padding: 1rem;
  }
}

/** 
 * Misc utility CSS classes
 */
/**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
/** 
 *  Sets a min/max value for x/y
 */
/** 
 *  Selects the first descendant element of the parent
 */
/** 
 *  Selects the last descendant element of the parent
 */
/**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@media screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Site settings 
--------------- */
/**
 *  Themed mixin for overriding base styles 
 */
#--themed .related-products {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 4rem 0;
}

#--themed .related-products {
  position: relative;
}

#--themed .related-products * {
  z-index: 2;
}

#--themed .related-products::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #f7f7f7;
}

@media screen and (max-width: 580px) {
  #--themed .related-products::after {
    width: 100vw;
  }
}

#--themed .related-products h3 {
  font-size: .95rem;
  text-transform: uppercase;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

#--themed .related-products .product-grid {
  display: grid;
  grid-auto-rows: auto;
  gap: 1px;
  background: #f7f7f7;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  row-gap: 1px;
}

@media screen and (max-width: 1280px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1180px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid {
    grid-template-columns: 100%;
  }
}

#--themed .related-products .product-grid #--themed .grid-item {
  cursor: pointer;
  transition: "darken" 0.1s ease-in;
}

#--themed .related-products .product-grid #--themed .grid-item:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

#--themed .related-products .product-grid #--themed .grid-item:hover,
#--themed .related-products .product-grid #--themed .grid-item * {
  transition: opacity 0.1s ease-in-out;
}

#--themed .related-products .product-grid #--themed .grid-item:hover:hover,
#--themed .related-products .product-grid #--themed .grid-item *:hover {
  opacity: 0.8;
}

#--themed .related-products .product-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

#--themed .related-products .product-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

#--themed .related-products .product-grid .grid-item .picture > img {
  width: 100%;
  height: 100%;
  min-height: 125px;
}

#--themed .related-products .product-grid .grid-item .buttons {
  width: 100%;
  flex-wrap: wrap;
}

#--themed .related-products .product-grid .grid-item .buttons button:hover {
  background: #eaeaea;
  border-radius: 50px;
}

#--themed .related-products .product-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#--themed .related-products .product-grid .grid-item .content .title h3 {
  color: #000;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

#--themed .related-products .product-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .description p:only-child,
#--themed .related-products .product-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

#--themed .related-products .product-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

#--themed .related-products .product-grid .grid-item * {
  transition: none !important;
}

#--themed .related-products .product-grid .grid-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  border: 2px solid transparent;
  transition: border 0.05s ease;
}

#--themed .related-products .product-grid .grid-item:hover {
  border: 2px solid #4b4b4b;
}

#--themed .related-products .product-grid .grid-item .picture {
  background-color: #fff;
  max-height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture a,
#--themed .related-products .product-grid .grid-item .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products .product-grid .grid-item .picture img {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  #--themed .related-products .product-grid .grid-item .picture img {
    max-height: 150px;
    min-height: 150px;
  }
}

#--themed .related-products .product-grid .grid-item .picture img a,
#--themed .related-products .product-grid .grid-item .picture img img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

#--themed .related-products .product-grid .grid-item .picture img img {
  max-height: unset;
}

#--themed .related-products .product-grid .grid-item .picture img:hover {
  opacity: 0.9;
}

#--themed .related-products .product-grid .grid-item .picture .content {
  width: 100%;
  padding: 1rem;
}

#--themed .related-products .product-grid .grid-item .picture .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

#--themed .related-products .product-grid .grid-item .details {
  margin-top: 0.25rem;
}

#--themed .related-products .product-grid .grid-item .content h3 {
  font-size: 1.1rem;
}

#--themed .related-products .product-grid .grid-item .content .sku {
  display: none;
}

@media screen and (max-width: 1024px) {
  #--themed .related-products {
    padding: 1rem;
  }
  #--themed .related-products .grid-item.product-item .buttons button {
    max-height: 30px;
    max-width: 30px;
    padding: 5px;
  }
  #--themed .related-products .grid-item.product-item .buttons button svg {
    min-height: unset;
    min-width: unset;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  #--themed .related-products {
    padding: 1rem;
  }
}

div.product-ribbon {
  position: absolute;
  pointer-events: none;
}

div.product-ribbon .with-token {
  display: flex;
}

@media (max-width: 768px) {
  div.product-ribbon .with-token {
    justify-content: center;
    align-items: center;
  }
}

div.product-ribbon img {
  padding: 0 !important;
  padding: 0;
  max-width: 75px;
  max-height: 75px;
}

div.product-ribbon span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 1rem;
  border-radius: 1rem;
}

div.product-ribbon span:has(img) {
  padding: 0;
}

div.product-ribbon.tm {
  top: 1rem;
  left: 50%;
}

div.product-ribbon.tm > span {
  position: relative;
  left: -50%;
}

div.product-ribbon.tl {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 768px) {
  div.product-ribbon.tl .with-token {
    text-align: left;
  }
  div.product-ribbon.tl .with-token > span {
    width: 100%;
    top: 5px;
  }
}

div.product-ribbon.tr {
  top: 1rem;
  right: 1rem;
}

div.product-ribbon.tr .with-token {
  text-align: right;
}

div.product-ribbon.tr .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  div.product-ribbon.tr .with-token > span {
    top: 5px;
  }
}

div.product-ribbon.bm {
  bottom: 1rem;
  left: 50%;
}

div.product-ribbon.bm > span {
  position: relative;
  left: -50%;
}

div.product-ribbon.br {
  bottom: 1rem;
  right: 1rem;
}

div.product-ribbon.br .with-token {
  text-align: right;
}

div.product-ribbon.br .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  div.product-ribbon.br .with-token > span {
    top: 5px;
  }
}

div.product-ribbon.bl {
  bottom: 1rem;
  left: 1rem;
}

div.product-ribbon.bl .with-token {
  text-align: left;
}

div.product-ribbon.bl .with-token > span {
  bottom: 5px;
}

@media (max-width: 768px) {
  div.product-ribbon.bl .with-token > span {
    width: 100%;
  }
}

div.product-ribbon.lm {
  top: 50%;
  left: 1rem;
}

div.product-ribbon.lm > span {
  position: relative;
  top: -50%;
}

div.product-ribbon.lm .with-token {
  text-align: left;
}

div.product-ribbon.lm .with-token > span {
  width: 100%;
}

@media (max-width: 768px) {
  div.product-ribbon.lm .with-token > span {
    top: 5px;
  }
}

div.product-ribbon.rm {
  top: 50%;
  right: 1rem;
}

div.product-ribbon.rm > span {
  position: relative;
  top: -50%;
}

div.product-ribbon.rm .with-token {
  text-align: right;
}

div.product-ribbon.rm .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  div.product-ribbon.rm .with-token > span {
    top: 5px;
  }
}

div.product-ribbon.c {
  left: 50%;
  top: 50%;
}

div.product-ribbon.c .with-token {
  justify-content: center;
}

div.product-ribbon.c > span {
  position: relative;
  top: -50%;
  left: -50%;
}

.product-download table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-download .data-table thead {
  display: none;
}

.product-download .spec-name {
  color: #6c757d;
  width: 50%;
}

@media (min-width: 992px) {
  .product-download .spec-name {
    width: 20%;
  }
}

.product-download th {
  padding-bottom: 5px;
}

.product-download thead tr > th > span {
  font-weight: normal;
}

.product-download tbody tr {
  display: flex;
  width: 100%;
  line-height: 1.618;
  padding: 8px 16px;
  border-radius: 5px;
  overflow: hidden;
}

.product-download tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

.product-download .color-squares .attribute-square {
  display: inline-block;
  width: 20px;
}

.product-collateral {
  background: transparent;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .product-collateral {
    padding: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-collateral {
    width: 100%;
    padding: 1rem;
    grid-template-columns: 100%;
    gap: 0.5rem;
  }
  .product-collateral .description {
    order: 1;
  }
  .product-collateral .side {
    order: 2;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 580px) {
  .product-collateral {
    padding: 0;
  }
}

.product-collateral {
  position: relative;
}

.product-collateral * {
  z-index: 2;
}

.product-collateral::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #f7f7f7;
}

@media screen and (max-width: 580px) {
  .product-collateral::after {
    width: 100vw;
  }
}

.product-collateral .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 580px) {
  .product-collateral .tabs {
    margin-top: 1.618rem;
  }
}

.product-collateral .tabs .tab-header {
  order: 1;
  display: flex;
  gap: 0;
  overflow-x: auto;
}

.product-collateral .tabs .tab-header::-webkit-scrollbar {
  height: 1px;
  /* for horizontal scrollbars */
}

.product-collateral .tabs .tab-header::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.product-collateral .tabs .tab-header::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.product-collateral .tabs .tab-header span {
  cursor: pointer;
  font-size: .95rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: .8rem 1.25rem;
  border-right: 1px solid #fff;
}

.product-collateral .tabs .tab-header span:last-child {
  border-right: none;
}

.product-collateral .tabs .tab-header span.--active {
  background: white;
  color: #000;
}

.product-collateral .tabs .tab-header span.--not-active {
  background: #eee;
  color: #333;
}

.product-collateral .tabs .tab-header span:hover {
  color: #333;
  text-decoration: underline;
}

.product-collateral .tabs .tab-header span.order-1 {
  order: 1;
}

.product-collateral .tabs .tab-header span.order-2 {
  order: 2;
}

.product-collateral .tabs .tab-header span.order-3 {
  order: 3;
}

.product-collateral .tabs .tab-header span.order-4 {
  order: 4;
}

.product-collateral .tabs .tabs-wrapper {
  order: 2;
  padding: 1.25rem;
  background: white;
}

@media screen and (max-width: 1024px) {
  .product-collateral .tabs .tabs-wrapper {
    width: 100%;
    background: white;
    padding: 1rem;
  }
  .product-collateral .tabs .tabs-wrapper .more h3, .product-collateral .tabs .tabs-wrapper .description h3, .product-collateral .tabs .tabs-wrapper .extended-description h3 {
    font-size: 1rem;
    font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
}

.product-collateral .tabs .tabs-wrapper div.--tab-visible {
  display: flex !important;
  flex-direction: column !important;
}

.product-collateral .tabs .tabs-wrapper div.--tab-hidden {
  display: none !important;
}

.product-collateral .side .title h3,
.product-collateral .side h3,
.product-collateral .description .title h3,
.product-collateral .description h3 {
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .product-collateral .side {
    width: 100%;
    margin-top: 2rem;
    min-width: unset;
    padding: 1px;
    padding: 0;
  }
}

.product-collateral .extended-description, .product-collateral .more {
  display: none !important;
}

.product-collateral .extended-description.--tab-visible, .product-collateral .more.--tab-visible {
  display: block !important;
}

.product-collateral strong {
  margin: 0;
}

.product-collateral .description, .product-collateral .extended-description, .product-collateral .more {
  display: flex;
  flex-direction: column;
  max-width: 100% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .product-collateral .description, .product-collateral .extended-description, .product-collateral .more {
    max-width: 100%;
    padding: 1rem;
  }
}

.product-collateral .description span, .product-collateral .extended-description span, .product-collateral .more span {
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .product-collateral .description {
    padding: 0;
  }
}

.product-collateral .downloads {
  flex: 1;
}

.product-collateral h4 {
  border: none;
}

.product-collateral .product-full {
  grid-column: 1;
  grid-row: 1;
}

.product-collateral .product-related {
  grid-column: 2;
  grid-row: 1;
}

.product-collateral .product-grid {
  display: grid;
  grid-auto-rows: auto;
  gap: 1px;
  background: #f7f7f7;
  grid-template-columns: 100%;
  gap: 1rem;
  row-gap: 1rem;
}

@media screen and (max-width: 1024px) {
  .product-collateral .product-grid {
    margin-top: 0;
  }
}

.product-collateral .product-grid .product-item-mini {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #fff;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  gap: 1rem;
  padding: 0.809rem 1rem;
}

.product-collateral .product-grid .product-item-mini .ribbon-wrapper {
  display: none;
}

.product-collateral .product-grid .product-item-mini .picture {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.809rem 0;
  padding-right: 0;
}

.product-collateral .product-grid .product-item-mini .picture, .product-collateral .product-grid .product-item-mini .picture img {
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  max-width: 80px;
}

.product-collateral .product-grid .product-item-mini .picture img {
  object-fit: contain;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 5;
  width: 100%;
  height: 100%;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .details {
  align-self: flex-start;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  max-width: 100%;
  font-size: 0.95rem;
  line-height: 1.275rem;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: flex-end;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices span {
  display: flex;
  align-items: flex-end;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices .price.old-price ~ .actual-price {
  color: white;
  background: #bb3333;
  padding: 0px 6px;
  font-size: 0.95rem;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices .actual-price {
  width: max-content;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  color: green;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices .discounted-price {
  width: max-content;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  color: white !important;
  background: #dc2121;
}

.product-collateral .product-grid .product-item-mini .details-price-wrapper .prices .old-price {
  color: #6c757d;
  font-size: 0.85rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  margin-left: 0.5rem;
  order: 1;
  text-decoration: line-through;
}

.product-collateral .product-grid .product-item-mini .buttons {
  display: inline-flex;
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
}

.product-collateral .product-grid .product-item-mini .buttons button {
  border: none;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 5px;
  background: #efefef;
  position: relative;
}

.product-collateral .product-grid .product-item-mini .buttons button svg {
  width: 18px;
  height: 18px;
}

.product-collateral .product-grid .product-item-mini .buttons button svg, .product-collateral .product-grid .product-item-mini .buttons button svg path {
  fill: black !important;
}

.product-collateral .product-grid .product-item-mini .buttons button:hover {
  background: #e1e1e1;
}

.product-collateral .product-grid .product-item-mini .buttons button:hover svg, .product-collateral .product-grid .product-item-mini .buttons button:hover svg path {
  fill: black;
}

.product-collateral .product-grid .product-item-mini .buttons button span {
  display: none;
}

.gallery .product-picture {
  width: 100%;
  padding: 2rem;
  background: white;
  width: 100%;
  height: 500px;
  max-height: 500px;
}

@media screen and (max-width: 1024px) {
  .gallery .product-picture {
    grid-row: 1;
    max-width: unset;
    min-height: unset;
    max-height: 250px;
    width: 100vw;
    padding: 0 2rem;
    object-position: center;
  }
}

.gallery .picture-thumbs {
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 1.618rem;
}

@media screen and (min-width: 1024px) {
  .gallery .picture-thumbs {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .gallery .picture-thumbs {
    margin-bottom: 0;
  }
}

.gallery .picture-thumbs .thumb-item {
  background: #fff;
  border: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.5rem;
  border-right: none;
  border-radius: 50px;
  margin-right: 8px;
}

.gallery .picture-thumbs .thumb-item:hover {
  opacity: 0.5 !important;
}

.gallery .picture-thumbs .thumb-item:last-child {
  margin-right: 0;
}

.gallery .picture-thumbs .thumb-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  padding: 0.25rem;
}

@media screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.gallery {
  order: 2;
  grid-column: 1;
  grid-row: 2;
  top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .gallery {
    height: 450px;
  }
}

@media screen and (max-width: 580px) {
  .gallery {
    height: 340px;
  }
}

.gallery .slider-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.gallery #picture-slider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background: white;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: scroll;
  position: relative;
  grid-auto-columns: minmax(100%, 100%);
  grid-auto-flow: column;
  grid-template-rows: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.gallery #picture-slider::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .gallery #picture-slider {
    min-height: unset;
  }
}

.gallery #picture-slider .picture {
  scroll-snap-align: start;
  background: white;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.gallery #picture-slider .picture img {
  max-width: 550px;
  max-height: 550px;
}

@media screen and (max-width: 580px) {
  .gallery #picture-slider .picture img {
    max-height: 300px;
  }
}

.gallery .foreground-arrow,
.gallery .background-circle {
  cursor: pointer;
}

.gallery .foreground-arrow {
  z-index: 110;
  position: absolute;
  top: 4.75rem;
  left: 4.65rem;
  line-height: 0;
  font-size: 2.5rem;
  pointer-events: none;
  transition: left 0.2s ease-in;
}

@media screen and (max-width: 580px) {
  .gallery .foreground-arrow {
    top: 3.65rem;
    left: 3.5rem;
  }
}

.gallery #picture-steps {
  max-width: 400px;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  grid-template-rows: 10px;
  column-gap: 0.5rem;
  place-items: center;
  width: calc(100% - 4rem);
  height: 4px;
  background-color: transparent;
  border-radius: 25px;
}

.gallery #picture-steps a {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.gallery #picture-steps a:hover {
  opacity: 0.5;
}

.gallery #picture-steps a.active {
  background: #001b2c;
  opacity: 1;
}

.gallery #picture-steps-counter {
  position: absolute;
  top: 4rem;
  right: 2rem;
  padding: 0.25rem 0.5rem;
  border-radius: 100px;
  background-color: white;
  border-radius: 50px;
  max-width: max-content;
  z-index: 10007 !important;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.gallery #picture-steps-counter .picture-current,
.gallery #picture-steps-counter .picture-max {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1rem;
  font-size: 1rem;
}

.gallery #picture-steps-counter .picture-steps-separator {
  width: 30px;
  margin: 0.125rem auto 0.33333rem auto;
  background-color: black;
  height: 2px;
  display: block;
}

.gallery .background-circle {
  z-index: 100;
  background-color: #f7f7f7;
  border-radius: 8rem;
  height: 4rem;
  top: 3rem;
  left: 3rem;
  position: absolute;
  transition: background-color 0.2s ease-in-out;
  width: 4rem;
}

.gallery .background-circle:hover {
  background-color: #c5dfe0;
}

.gallery .background-circle:hover ~ .foreground-arrow {
  left: 1rem;
}

@media screen and (max-width: 580px) {
  .gallery .background-circle {
    left: 2rem;
    top: 2rem;
  }
}

.gallery .picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 49;
  padding: 0;
}

.gallery .picture #picture-fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.25s ease-in;
  opacity: 0;
  display: grid;
  place-items: center;
  z-index: 50;
}

.gallery .picture #picture-fader svg {
  width: 50px;
  height: 50px;
  color: #999;
}

.gallery .picture img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  cursor: initial;
}

.gallery .picture-thumbs {
  background: #efefef;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  margin-top: 1rem;
  gap: 0.125rem;
  row-gap: 1rem;
  margin: 0;
  height: max-content;
  width: 100%;
}

.gallery .picture-thumbs .thumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4rem;
  overflow: hidden;
  cursor: pointer;
}

.gallery .picture-thumbs .thumb-item:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1024px) {
  .gallery {
    border-right: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
    order: 2;
    grid-row: 2;
    padding: 0;
  }
  .gallery img,
  .gallery .picture {
    border-radius: 0;
  }
}

@media screen and (max-width: 580px) {
  .gallery {
    padding: 0;
    top: 0;
  }
}

.old-product-price span {
  color: #adb5bd;
}

.old-product-price span:first-of-type {
  display: none;
}

.old-product-price span:last-of-type {
  text-decoration: line-through;
}

.manufacturers {
  border-bottom: 1px solid #e9ecef;
  display: flex;
  flex-direction: row;
  font-size: .9rem;
}

.manufacturers .label {
  flex-basis: 42%;
  font-weight: 500;
  padding: 3px 0;
}

.manufacturers .value {
  padding: 3px 0;
}

.additional-details > div {
  border-bottom: 1px solid #e9ecef;
  display: flex;
  flex-direction: row;
  font-size: .9rem;
}

.additional-details .label {
  flex-basis: 42%;
  font-weight: 500;
  padding: 3px 0;
}

.additional-details .value {
  padding: 3px 0;
}

.availability-details .warehouses .warehouse {
  background: #efefef;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.availability-details .warehouses .warehouse .light {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #d7d7d7;
  border-radius: 12px;
}

.availability-details .warehouses .warehouse .name {
  line-height: 1.4;
  font-size: 14px;
  min-width: 175px;
}

.availability-details .warehouses .warehouse .stock {
  font-size: 14px;
  flex: 1;
  line-height: 1.4;
}

.availability-details .warehouses .warehouse:not(:first-child) {
  border-top: 1px solid #ddd;
}

.availability-details .availability {
  border-bottom: 1px solid #e9ecef;
}

.availability-details .availability > div {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.availability-details .availability > div.back-in-stock-subscription {
  display: flex;
  margin: 5px 0;
}

.availability-details .availability > div.back-in-stock-subscription input {
  width: 100%;
}

.availability-details .availability .label {
  flex-basis: 42%;
  font-weight: 500;
  padding: 3px 0;
}

.availability-details .availability .value {
  padding: 3px 0;
}

.add-to-cart {
  padding: 20px;
  margin: -20px;
  margin-top: 20px;
}

.add-to-cart .qty-label {
  display: none;
}

.add-to-cart .qty-input {
  background-color: #e9ecef;
  border: none;
  padding: 10px 12px;
  text-align: center;
  width: 70px;
}

.add-to-cart .qty-dropdown {
  appearance: none;
  background-color: #e9ecef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.55)' d='M4.503 4H.497c-.403 0-.639-.508-.408-.878L2.095.233a.469.469 0 0 1 .816 0l2 2.889c.231.37-.005.878-.408.878zM.497 6h4.006c.403 0 .639.504.408.871L2.905 9.737a.47.47 0 0 1-.816 0l-2-2.866C-.142 6.504.094 6 .497 6z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  border-radius: 2px;
  font-size: .9rem;
  outline: none;
  padding: 5.5px 23px 5.5px 8px;
  flex-basis: 80px;
}

.add-to-cart .qty-dropdown:focus {
  background-color: #f7f7f7;
  transition: background .2s;
}

.add-to-cart .btn-qty-add,
.add-to-cart .btn-qty-sub {
  background-color: #e9ecef;
  border: none;
  color: #6c757d;
  padding: 0 20px;
}

.add-to-cart .add-to-cart-button {
  margin-left: 10px;
  cursor: pointer;
}

.product-tags-box {
  margin-top: 1rem;
}

.product-tags-box .title {
  display: none;
}

.product-tags-list {
  font-size: .8rem;
}

.product-tags-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-tags-list li {
  background-color: #e9ecef;
  border-radius: 3px;
  padding: 3px 12px;
  margin: 5px 5px 0 0;
  transition: background-color .15s;
}

.product-tags-list li:hover {
  background-color: #ced4da;
}

.product-tags-list li a {
  color: #000;
}

.product-tags-list li span {
  display: none;
}

.product-tags-list li.separator {
  display: none;
}

.product-specifications {
  display: flex;
  flex-direction: column;
  background: white;
}

.product-specifications__spec {
  display: flex;
  flex-direction: row;
  padding: 8px 16px;
  line-height: 1.618;
  border-radius: 5px;
  overflow: hidden;
}

.product-specifications__spec:nth-child(odd) {
  background: #f7f7f7;
}

.product-specifications__spec:last-child {
  border-bottom: none;
}

.product-specifications__spec .spec-name {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  min-width: 200px;
}

.product-specifications__spec .spec-value {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

.delivery .free-shipping {
  font-weight: 500;
  margin-top: 20px;
  padding: 3px 0;
}

.delivery .delivery-date {
  display: flex;
  font-size: .9rem;
  flex-direction: row;
}

.delivery .label {
  flex-basis: 42%;
  font-weight: 500;
  padding: 3px 0;
}

.delivery .value {
  padding: 3px 0;
}

.product-share-button {
  margin-top: 20px;
}

.product-reviews-overview {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .product-reviews-overview {
    align-items: center;
    flex-direction: row;
  }
}

.product-reviews-overview .rating {
  height: 14px;
  margin: 0 0 8px;
  width: 95px;
}

@media (min-width: 992px) {
  .product-reviews-overview .rating {
    margin: 0 8px 0 0;
  }
}

.product-reviews-overview .rating > div {
  background: url(../../Themes/nop-theme-base/dist/assets/images/rating2.png) repeat-x;
  height: 14px;
}

.product-reviews-overview .product-review-links {
  height: 12px;
}

.product-reviews-overview .product-review-links a {
  color: #495057;
}

.attributes {
  background: white;
  padding: 1rem;
}

.attributes select {
  max-width: 100%;
}

.attributes input[type='text'],
.attributes textarea {
  padding: 2px 5px;
  width: 100%;
}

.attributes label.text-prompt {
  font-weight: 500;
  font-size: 0.9em;
}

dd {
  margin: 0;
  margin-bottom: 13px;
}

dd:last-of-type {
  margin-bottom: 0;
}

#attribute-picker-wrapper {
  margin-top: 0.5rem;
}

@media screen and (max-width: 580px) {
  #attribute-picker-wrapper {
    border: 1px solid #e7e7e7;
  }
}

#required-attributes {
  margin-top: 1rem;
  margin-bottom: 0;
}

#required-attributes .choose-variant {
  display: none;
}

#nonrequired-attributes {
  overflow: hidden;
  margin-bottom: 0;
}

#nonrequired-attributes dt {
  display: none;
}

#nonrequired-attributes-overlay {
  padding: 1rem;
}

#nonrequired-attributes-overlay {
  border-top: 0;
}

#nonrequired-attributes,
#required-attributes {
  width: 100%;
}

#nonrequired-attributes select,
#required-attributes select {
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

#nonrequired-attributes select:hover,
#required-attributes select:hover {
  background: #eee;
}

#nonrequired-attributes h4,
#required-attributes h4 {
  font-size: 1.2em;
  line-height: 1.68em;
  font-weight: 500;
  margin: 0.5em 0 0 0;
}

#nonrequired-attributes #nonrequired-attributes-overlay,
#nonrequired-attributes #required-attributes-overlay,
#required-attributes #nonrequired-attributes-overlay,
#required-attributes #required-attributes-overlay {
  transition: opacity ease 0.25s;
}

#nonrequired-attributes #nonrequired-attributes-overlay p,
#nonrequired-attributes #required-attributes-overlay p,
#required-attributes #nonrequired-attributes-overlay p,
#required-attributes #required-attributes-overlay p {
  margin: 0;
  padding: 0;
}

#nonrequired-attributes #nonrequired-attributes-overlay,
#required-attributes #nonrequired-attributes-overlay {
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

#nonrequired-attributes input:disabled,
#nonrequired-attributes select:disabled,
#required-attributes input:disabled,
#required-attributes select:disabled {
  opacity: 0.3;
  transition: opacity ease 0.25s;
}

#required-attributes h5 {
  font-size: 16px;
}

#nonrequired-attributes-overlay h5 {
  font-size: 16px;
}

#nonrequired-attributes-overlay.disabled {
  opacity: 0.5;
}

#nonrequired-attributes-overlay.disabled .overlay-enabled {
  display: none;
}

#nonrequired-attributes-overlay.disabled button {
  pointer-events: none;
}

#nonrequired-attributes-overlay.disabled button span:first-of-type {
  display: inline;
}

#nonrequired-attributes-overlay.disabled button span:last-of-type {
  display: none;
}

#nonrequired-attributes-overlay button {
  background: transparent;
  border: none;
  width: 100%;
}

#nonrequired-attributes-overlay button span:first-of-type {
  display: none;
}

#nonrequired-attributes-overlay.expanded #nonrequired-attributes {
  height: auto;
  overflow: auto;
}

#nonrequired-attributes-overlay.expanded .overlay-disabled {
  display: none;
}

#nonrequired-attributes-overlay dt.dropdownlist label {
  cursor: pointer;
}

#nonrequired-attributes-overlay .selected-accessory .picture,
#nonrequired-attributes-overlay .accessories .picture {
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  min-height: 80px;
}

#nonrequired-attributes-overlay .selected-accessory .info,
#nonrequired-attributes-overlay .accessories .info {
  display: flex;
  flex-direction: column;
}

#nonrequired-attributes-overlay .selected-accessory .name,
#nonrequired-attributes-overlay .accessories .name {
  font-weight: bold;
}

#nonrequired-attributes-overlay .selected-accessory {
  cursor: pointer;
}

#nonrequired-attributes-overlay .selected-accessory .accessory,
#nonrequired-attributes-overlay .selected-accessory .none {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#nonrequired-attributes-overlay .selected-accessory .none {
  height: 75px;
}

#nonrequired-attributes-overlay .selected-accessory .accessory {
  display: none;
  position: relative;
}

#nonrequired-attributes-overlay .selected-accessory .accessory:hover #accessory-edit-remove {
  display: flex;
}

#nonrequired-attributes-overlay .selected-accessory .accessory #accessory-edit-remove {
  position: absolute;
  display: none;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
  width: 17%;
  background-color: #e7e7e7;
  flex-direction: column;
  align-items: center;
}

#nonrequired-attributes-overlay .selected-accessory .accessory #accessory-remove,
#nonrequired-attributes-overlay .selected-accessory .accessory #accessory-change {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  height: 50%;
  background-color: #f7f7f7;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

#nonrequired-attributes-overlay .selected-accessory .accessory #accessory-remove:hover,
#nonrequired-attributes-overlay .selected-accessory .accessory #accessory-change:hover {
  background-color: #eee;
}

#nonrequired-attributes-overlay .selected-accessory .accessory:hover ~ #accessory-remove {
  display: flex;
  opacity: 1;
}

#nonrequired-attributes-overlay .selected-accessory .accessory:hover ~ #accessory-change {
  display: flex;
  opacity: 1;
}

#nonrequired-attributes-overlay .selected-accessory.selected .accessory {
  display: flex;
  align-items: center;
}

#nonrequired-attributes-overlay .selected-accessory.selected .none {
  display: none;
}

#nonrequired-attributes-overlay .selected-accessory .none,
#nonrequired-attributes-overlay .selected-accessory .accessory {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 0.4rem;
  transition: all 0.15s ease-in;
  justify-content: center;
}

#nonrequired-attributes-overlay .selected-accessory .none {
  font-family: 'Arimo', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  color: #777;
}

#nonrequired-attributes-overlay .selected-accessory .none:hover {
  color: #000;
  background-color: #f7f7f7;
}

#nonrequired-attributes-overlay .accessories {
  padding: 0.8rem;
}

#nonrequired-attributes-overlay .accessories select {
  display: none;
}

#nonrequired-attributes-overlay .accessories li {
  align-items: center;
  border: 1px solid #e9ecef;
  cursor: pointer;
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 100%;
}

#nonrequired-attributes-overlay .accessories li:hover {
  background-color: #e9ecef;
  transition: all 0.1s ease-in;
}

#nonrequired-attributes-overlay .accessories li.selected {
  background-color: #e9ecef;
}

.availability-details {
  display: flex;
  flex-direction: column;
}

.availability-details .light {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.availability-details .quantity,
.availability-details .availability,
.availability-details .backorder {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9rem;
  border-top: 1px solid #eee;
  height: 35px;
}

.availability-details .quantity .label,
.availability-details .availability .label,
.availability-details .backorder .label {
  font-size: 14.4px;
  font-weight: 500;
  flex-basis: 42%;
}

.availability-details .quantity .label,
.availability-details .quantity span,
.availability-details .availability .label,
.availability-details .availability span,
.availability-details .backorder .label,
.availability-details .backorder span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.3rem 0;
  line-height: 1.4rem;
}

.availability-details .backorder {
  border-top: none;
  height: unset;
}

.availability-details .backorder span {
  padding: 0;
}

.availability-details .backorder {
  margin-top: 0.5rem;
}

.availability-details .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.availability-details .quantity #quantity-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.availability-details .quantity #quantity-value .text {
  margin-right: 0.5rem;
}

.availability-details .quantity #qty-indicator {
  margin-left: 0.33rem;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: gray;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.availability-details .is-hidden {
  display: none;
}

.availability-details .is-visible {
  display: flex;
}

#--themed {
  /** 
 * Misc utility CSS classes
 */
  /**
 * Unicode letters for reference, hate googling this all the time
    unicode-arrow-left:         ← 
    unicode-arrow-right:        → 
    unicode-arrow-right-long:   ⟶
    unicode-arrow-right-long:   ⟵
    unicode-arrow-up:           ↑ 
    unicode-arrow-left:         ↓
    unicode-chevron-up:         ▴
    unicode-chevron-down:       ▾
    unicode-spinner:            ⟳
    unicode-close:              🞩
    unicode-open:               ＋
    unicode-menu:               ☰
 */
  /** 
 *  Sets a min/max value for x/y
 */
  /** 
 *  Selects the first descendant element of the parent
 */
  /** 
 *  Selects the last descendant element of the parent
 */
  /**
 *  Adds a ::before block to an element, with a 200vw stretched absolute background. 
 */
  /** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
}

@media screen and (max-width: 1024px) {
  #--themed .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  #--themed .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  #--themed .hide-desktop {
    display: none !important;
  }
}

#--themed button:focus {
  outline: none;
}

#--themed .btn {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: white;
  background-color: #1a2f80;
  border-radius: 50px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

#--themed .btn:hover {
  background-color: #111f56;
}

#--themed .button-1 {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  height: 40px;
  max-height: 40px;
  width: fit-content;
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  transition: all 0.15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #334455;
  color: white;
  padding: 0.5rem 2rem;
  width: 100%;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

#--themed .button-1 a {
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

#--themed .button-1:hover {
  background-color: #004161;
}

#--themed .button-1:hover {
  color: white;
}

#--themed .button-1:disabled {
  background-color: #a2a2a2;
  cursor: default;
}

#--themed .button-2 {
  line-height: 1;
  width: 100%;
  color: white;
  font-size: 0.95rem !important;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  max-height: 50px;
  min-height: 50px;
  height: 50px;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  height: 40px;
  max-height: 40px;
  width: fit-content;
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  transition: all 0.15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #334455;
  color: white;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  width: 100%;
}

#--themed .button-2 a {
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}

#--themed .button-2:hover {
  background-color: #004161;
}

#--themed .button-2:hover {
  color: white;
}

#--themed .button-2:disabled {
  background-color: #a2a2a2;
  cursor: default;
}

#--themed .button-1, #--themed .button-2, #--themed .button-3 {
  width: 100%;
}

#--themed .button-3 {
  background-color: #e9ecef;
  border: none;
  border-radius: 2px;
  color: #495057;
  padding: 0.3rem 1rem;
  transition: background-color .15s ease-in;
}

#--themed .button-3:hover {
  background-color: #cbd3da;
}

#--themed .add-to-cart-panel {
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr;
  flex-wrap: wrap;
}

#--themed .add-to-cart-panel label.qty-label {
  display: none;
}

@media screen and (min-width: 1024px) {
  #--themed .add-to-cart-panel {
    margin-top: 2rem;
  }
}

#--themed .add-to-cart-panel .add-to-cart-button {
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  #--themed .add-to-cart-panel {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  #--themed .add-to-cart-panel .add-to-cart-button {
    flex: 1;
    min-width: unset;
    border-radius: 0;
    height: 100%;
    max-height: unset;
  }
  #--themed .add-to-cart-panel svg {
    margin: 5px 0;
  }
}

#--themed .add-to-cart-panel label.qty-label {
  display: none;
}

@media screen and (min-width: 1024px) {
  #--themed .add-to-cart-panel {
    margin-top: 2rem;
  }
}

#--themed .add-to-cart-panel .qty-wrapper {
  background: #fff;
  height: 50px;
  display: flex;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#--themed .add-to-cart-panel .qty-wrapper select {
  width: 110px;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-incr,
#--themed .add-to-cart-panel .qty-wrapper .qty-decr,
#--themed .add-to-cart-panel .qty-wrapper .qty-input {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-incr svg,
#--themed .add-to-cart-panel .qty-wrapper .qty-decr svg,
#--themed .add-to-cart-panel .qty-wrapper .qty-input svg {
  height: 14px;
  width: 14px;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-incr:hover,
#--themed .add-to-cart-panel .qty-wrapper .qty-decr:hover,
#--themed .add-to-cart-panel .qty-wrapper .qty-input:hover {
  background: #f3f3f3;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-incr:focus,
#--themed .add-to-cart-panel .qty-wrapper .qty-decr:focus,
#--themed .add-to-cart-panel .qty-wrapper .qty-input:focus {
  background: #efefef;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-incr {
  border-right: 1px solid #efefef;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-decr {
  border-left: 1px solid #efefef;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-input {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  max-width: 70px;
  min-width: 70px;
  text-align: center;
  border: none;
  outline: none;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#--themed .add-to-cart-panel .qty-wrapper .qty-input::-webkit-outer-spin-button, #--themed .add-to-cart-panel .qty-wrapper .qty-input::-webkit-inner-spin-button {
  display: none;
}

@media screen and (max-width: 580px) {
  #--themed .add-to-cart-panel .qty-wrapper .qty-input {
    font-size: 13px;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
  }
}

#--themed .attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column;
  width: 100%;
}

#--themed .attributes dl, #--themed .attributes label {
  margin: 0;
}

#--themed .attributes .text-prompt {
  font-size: 0.95rem;
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

#--themed .attributes .option-list {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.25rem;
}

#--themed .attributes .option-list li {
  width: max-content;
  list-style: disc;
}

#--themed .attributes .option-list li:hover {
  text-decoration: underline;
}

#--themed .attributes .option-list li::marker {
  margin-left: 2rem;
}

#--themed .attributes .required {
  display: none;
}

#--themed .attributes .included-product {
  background: transparent;
  cursor: pointer;
}

#--themed .attributes .included-product .name {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

#--themed .attributes .included-product .bundled-link {
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

#--themed .attributes .included-product label {
  margin: 0;
}

#--themed input[disabled] {
  cursor: not-allowed !important;
  opacity: 0.3;
}

#--themed .breadcrumb {
  position: relative;
}

#--themed .breadcrumb * {
  z-index: 2;
}

#--themed .breadcrumb::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #fff;
}

@media screen and (max-width: 580px) {
  #--themed .breadcrumb::after {
    width: 100vw;
  }
}

@media screen and (max-width: 1024px) {
  #--themed main {
    padding: 0;
  }
}

#--themed .master {
  background: #f7f7f7;
}

#--themed .master .page-body {
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  #--themed .master .page-body {
    padding: 0 !important;
  }
}

@media screen and (max-width: 580px) {
  #--themed .master .page-body {
    padding: 0 !important;
  }
}

#--themed .master .master-wrapper-content {
  margin: 0;
  padding-top: 0;
  background: #fff;
  width: 100%;
}

#--themed .master .master-column-wrapper {
  padding-top: 0;
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
}

#--themed .master #product-details-form {
  max-width: 100%;
}

#--themed .master .availability-notice__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
}

@media screen and (max-width: 580px) {
  #--themed .master .availability-notice__wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  #--themed .master .availability-notice__wrapper .availability-notice {
    width: 100%;
  }
  #--themed .master .availability-notice__wrapper > * {
    margin-bottom: 8px;
  }
  #--themed .master .availability-notice__wrapper > *:last-child {
    margin-bottom: 0;
  }
}

#--themed .master .availability-notice__wrapper .availability-notice {
  margin-top: 0;
  margin-right: 13px;
}

#--themed .master .availability-notice__wrapper .availability-show-warehouses {
  height: max-content;
  color: #555;
  padding-bottom: 2px;
  line-height: 1.35;
  border-bottom: 1px solid #999;
  cursor: pointer;
}

#--themed .master .availability-notice__wrapper .availability-show-warehouses:hover {
  color: #000;
  border-color: #000;
}

#--themed .master .availability-notice, #--themed .master .minimum-qty-notification {
  margin-top: 1rem;
  padding: 5px 1rem;
  background: #efefef;
  opacity: 1;
  width: max-content;
}

#--themed .master .extended-description {
  display: flex;
  flex-direction: column;
}

#--themed .master .manufacturer-sku {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
  max-width: max-content;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  #--themed .master .manufacturer-sku {
    margin-bottom: 13px;
  }
}

#--themed .master .manufacturer-sku .manufacturers,
#--themed .master .manufacturer-sku .sku {
  display: inline-flex;
  border-bottom: none;
}

#--themed .master .manufacturer-sku .manufacturers .label,
#--themed .master .manufacturer-sku .sku .label {
  display: none;
}

#--themed .master .manufacturer-sku .manufacturers *,
#--themed .master .manufacturer-sku .manufacturers * p,
#--themed .master .manufacturer-sku .manufacturers * span,
#--themed .master .manufacturer-sku .manufacturers * a,
#--themed .master .manufacturer-sku .sku *,
#--themed .master .manufacturer-sku .sku * p,
#--themed .master .manufacturer-sku .sku * span,
#--themed .master .manufacturer-sku .sku * a {
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.3rem;
}

#--themed .master .manufacturer-sku .manufacturers {
  margin-right: 13px;
}

@media screen and (max-width: 580px) {
  #--themed .master .manufacturer-sku .manufacturers {
    max-width: 100%;
  }
}

#--themed .master .manufacturer-sku .manufacturers *,
#--themed .master .manufacturer-sku .manufacturers * p,
#--themed .master .manufacturer-sku .manufacturers * span,
#--themed .master .manufacturer-sku .manufacturers * a {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
  line-height: 1.3rem;
  color: black;
}

#--themed .master .motivators {
  margin-top: 2rem;
  display: flex;
}

#--themed .master .motivators .motivator {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  margin-right: 2rem;
}

#--themed .master .motivators .motivator span {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

#--themed .master .motivators .motivator:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  #--themed .master .motivators {
    display: flex;
    flex-direction: column;
  }
  #--themed .master .motivators .motivator {
    min-width: max-content;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  #--themed .master .motivators .motivator:first-child {
    margin-top: 0;
  }
  #--themed .master .motivators .motivator span {
    min-width: max-content;
  }
}

#--themed .master .product-share-button {
  display: none;
}

#--themed .master .vat-type {
  display: block;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #222;
}

#--themed .master .overview-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

#--themed .master .overview-buttons .add-to-wishlist,
#--themed .master .overview-buttons .compare-products,
#--themed .master .overview-buttons .email-a-friend {
  width: 100%;
}

#--themed .master .overview-buttons .add-to-wishlist button,
#--themed .master .overview-buttons .compare-products button,
#--themed .master .overview-buttons .email-a-friend button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin-right: 12px;
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  color: black;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: transparent;
}

#--themed .master .overview-buttons .add-to-wishlist button:first-child,
#--themed .master .overview-buttons .compare-products button:first-child,
#--themed .master .overview-buttons .email-a-friend button:first-child {
  margin-left: 0;
  margin-bottom: .618rem;
}

#--themed .master .overview-buttons .add-to-wishlist button:hover,
#--themed .master .overview-buttons .compare-products button:hover,
#--themed .master .overview-buttons .email-a-friend button:hover {
  border: 1px solid #bbb;
}

#--themed .master .overview-buttons .add-to-wishlist button svg,
#--themed .master .overview-buttons .compare-products button svg,
#--themed .master .overview-buttons .email-a-friend button svg {
  width: 14px;
  height: 14px;
}

#--themed .master .overview-buttons .add-to-wishlist button[disabled],
#--themed .master .overview-buttons .compare-products button[disabled],
#--themed .master .overview-buttons .email-a-friend button[disabled] {
  cursor: default;
  color: #a2a2a2;
  pointer-events: none;
}

#--themed .master .overview-buttons .add-to-wishlist button,
#--themed .master .overview-buttons .add-to-wishlist button span,
#--themed .master .overview-buttons .compare-products button,
#--themed .master .overview-buttons .compare-products button span,
#--themed .master .overview-buttons .email-a-friend button,
#--themed .master .overview-buttons .email-a-friend button span {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  margin-left: 5px;
  line-height: 26px;
}

@media screen and (max-width: 580px) {
  #--themed .master .overview-buttons {
    flex-direction: column;
  }
  #--themed .master .overview-buttons .add-to-wishlist,
  #--themed .master .overview-buttons .add-to-wishlist button,
  #--themed .master .overview-buttons .compare-products,
  #--themed .master .overview-buttons .compare-products button,
  #--themed .master .overview-buttons .email-a-friend,
  #--themed .master .overview-buttons .email-a-friend button {
    width: 100%;
  }
}

#--themed .master .add-to-cart-panel {
  margin-top: 0;
}

@media screen and (max-width: 580px) {
  #--themed .master .add-to-cart-panel {
    border-radius: 3px;
    overflow: hidden;
  }
}

#--themed .master .add-to-cart-panel input[type='button'] {
  height: 100%;
  max-height: 100%;
  background-position: center;
  transition: background 0.8s;
  border: none;
  cursor: pointer;
  color: white;
  background-color: #223344;
  outline: none;
}

#--themed .master .add-to-cart-panel input[type='button']:hover {
  background: #2f465e radial-gradient(circle, transparent 2%, #223344 2%) center/15000%;
}

#--themed .master .add-to-cart-panel input[type='button']:active {
  background-color: #334d66;
  background-size: 100%;
  transition: background 0s ease-in-out;
}

#--themed .product-essential .product-price {
  padding: 0 !important;
}

#--themed .product-essential .product-price label {
  display: none !important;
}

#--themed .product-essential {
  position: relative;
}

#--themed .product-essential * {
  z-index: 2;
}

#--themed .product-essential::after {
  z-index: 1;
  display: block;
  content: "";
  width: 300vw;
  height: 100%;
  top: 0;
  left: -100vw;
  position: absolute;
  background: #f7f7f7;
}

@media screen and (max-width: 580px) {
  #--themed .product-essential::after {
    width: 100vw;
  }
}

@media screen and (max-width: 1024px) {
  #--themed .product-essential .overview {
    padding: 1rem;
  }
  #--themed .product-essential .price .prices .product-price {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}

.simple-grped {
  position: absolute;
  bottom: 50%;
  top: translateY(-50%);
  width: 100px;
  background-color: red;
  transform: rotateX(90deg);
}

.related-products-grid,
.also-purchased-products-grid {
  width: 100%;
}

.related-products-grid .title strong,
.also-purchased-products-grid .title strong {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: black;
}

.related-products-grid .item-grid,
.also-purchased-products-grid .item-grid {
  display: grid;
  grid-auto-rows: auto;
  gap: 1px;
  background: #f7f7f7;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  row-gap: 0.5rem;
}

@media screen and (max-width: 1280px) {
  .related-products-grid .item-grid,
  .also-purchased-products-grid .item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1180px) {
  .related-products-grid .item-grid,
  .also-purchased-products-grid .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .related-products-grid .item-grid,
  .also-purchased-products-grid .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 580px) {
  .related-products-grid .item-grid,
  .also-purchased-products-grid .item-grid {
    grid-template-columns: 100%;
  }
}

.related-products-grid .item-grid #--themed .grid-item,
.also-purchased-products-grid .item-grid #--themed .grid-item {
  cursor: pointer;
  transition: "darken" 0.1s ease-in;
}

.related-products-grid .item-grid #--themed .grid-item:hover,
.also-purchased-products-grid .item-grid #--themed .grid-item:hover {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

.related-products-grid .item-grid #--themed .grid-item:hover *,
.also-purchased-products-grid .item-grid #--themed .grid-item:hover * {
  transition: all 0.1s ease-in;
  opacity: 0.8;
}

.related-products-grid .item-grid #--themed .grid-item:hover,
.related-products-grid .item-grid #--themed .grid-item *,
.also-purchased-products-grid .item-grid #--themed .grid-item:hover,
.also-purchased-products-grid .item-grid #--themed .grid-item * {
  transition: opacity 0.1s ease-in-out;
}

.related-products-grid .item-grid #--themed .grid-item:hover:hover,
.related-products-grid .item-grid #--themed .grid-item *:hover,
.also-purchased-products-grid .item-grid #--themed .grid-item:hover:hover,
.also-purchased-products-grid .item-grid #--themed .grid-item *:hover {
  opacity: 0.8;
}

.related-products-grid .item-grid .grid-item,
.also-purchased-products-grid .item-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.related-products-grid .item-grid .grid-item .picture,
.also-purchased-products-grid .item-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.related-products-grid .item-grid .grid-item .picture > img,
.also-purchased-products-grid .item-grid .grid-item .picture > img {
  width: 100%;
  height: 100%;
  min-height: 125px;
}

.related-products-grid .item-grid .grid-item .buttons,
.also-purchased-products-grid .item-grid .grid-item .buttons {
  width: 100%;
  flex-wrap: wrap;
}

.related-products-grid .item-grid .grid-item .buttons button:hover,
.also-purchased-products-grid .item-grid .grid-item .buttons button:hover {
  background: #eaeaea;
  border-radius: 50px;
}

.related-products-grid .item-grid .grid-item .content,
.also-purchased-products-grid .item-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.related-products-grid .item-grid .grid-item .content .title h3,
.also-purchased-products-grid .item-grid .grid-item .content .title h3 {
  color: #000;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

.related-products-grid .item-grid .grid-item .content .content-lower,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.related-products-grid .item-grid .grid-item .content .content-lower .description,
.related-products-grid .item-grid .grid-item .content .content-lower .description p,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower .description,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower .description p {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

.related-products-grid .item-grid .grid-item .content .content-lower .description p:only-child,
.related-products-grid .item-grid .grid-item .content .content-lower .description p p:only-child,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower .description p:only-child,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

.related-products-grid .item-grid .grid-item .content .content-lower .link,
.also-purchased-products-grid .item-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

.related-products-grid .item-grid .grid-item *,
.also-purchased-products-grid .item-grid .grid-item * {
  transition: none !important;
}

.related-products-grid .item-grid .grid-item,
.also-purchased-products-grid .item-grid .grid-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  border: 2px solid transparent;
  transition: border 0.05s ease;
}

.related-products-grid .item-grid .grid-item:hover,
.also-purchased-products-grid .item-grid .grid-item:hover {
  border: 2px solid #4b4b4b;
}

.related-products-grid .item-grid .grid-item .picture,
.also-purchased-products-grid .item-grid .grid-item .picture {
  background-color: #fff;
  max-height: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .related-products-grid .item-grid .grid-item .picture,
  .also-purchased-products-grid .item-grid .grid-item .picture {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  .related-products-grid .item-grid .grid-item .picture,
  .also-purchased-products-grid .item-grid .grid-item .picture {
    max-height: 150px;
    min-height: 150px;
  }
}

.related-products-grid .item-grid .grid-item .picture a,
.related-products-grid .item-grid .grid-item .picture img,
.also-purchased-products-grid .item-grid .grid-item .picture a,
.also-purchased-products-grid .item-grid .grid-item .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .related-products-grid .item-grid .grid-item .picture img,
  .also-purchased-products-grid .item-grid .grid-item .picture img {
    max-height: 200px;
    min-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  .related-products-grid .item-grid .grid-item .picture img,
  .also-purchased-products-grid .item-grid .grid-item .picture img {
    max-height: 150px;
    min-height: 150px;
  }
}

.related-products-grid .item-grid .grid-item .picture img a,
.related-products-grid .item-grid .grid-item .picture img img,
.also-purchased-products-grid .item-grid .grid-item .picture img a,
.also-purchased-products-grid .item-grid .grid-item .picture img img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  object-fit: contain;
  min-height: 100%;
  padding: 1rem;
  height: 100%;
}

.related-products-grid .item-grid .grid-item .picture img img,
.also-purchased-products-grid .item-grid .grid-item .picture img img {
  max-height: unset;
}

.related-products-grid .item-grid .grid-item .picture img:hover,
.also-purchased-products-grid .item-grid .grid-item .picture img:hover {
  opacity: 0.9;
}

.related-products-grid .item-grid .grid-item .picture .content,
.also-purchased-products-grid .item-grid .grid-item .picture .content {
  width: 100%;
  padding: 1rem;
}

.related-products-grid .item-grid .grid-item .picture .link,
.also-purchased-products-grid .item-grid .grid-item .picture .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

.related-products-grid .item-grid .grid-item .details,
.also-purchased-products-grid .item-grid .grid-item .details {
  margin-top: 0.25rem;
}

.product-essential {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr 2fr;
  gap: 8rem;
  position: relative;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4rem 0;
  background: #fff;
  height: min-content;
}

@media screen and (max-width: 1440px) {
  .product-essential {
    padding: 1rem;
    gap: 4rem;
  }
}

.product-essential > * {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .product-essential > * {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .product-essential {
    padding: 0 !important;
    gap: 0;
    height: unset;
  }
}

.product-essential::after {
  z-index: 11;
  position: absolute;
  content: '';
  display: block;
  left: -100vw;
  top: 0;
  height: 100%;
  width: 300vw;
  background: #f7f7f7;
}

.product-essential .overview {
  z-index: 12;
  grid-column: 1;
  grid-row: 1;
}

.product-essential .gallery {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.product-essential .gallery .picture {
  aspect-ratio: 4/4;
  width: 500px;
  max-width: 100%;
  min-height: 500px;
}

@media screen and (max-width: 1024px) {
  .product-essential .gallery .picture {
    min-height: unset;
  }
}

.product-essential .gallery .picture > img {
  padding: 2rem;
  background: white;
}

@media screen and (max-width: 1024px) {
  .product-essential {
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .product-essential .gallery {
    background: #f7f7f7;
    width: 100%;
    min-width: 100%;
    grid-row: 1;
    grid-column: 1;
    padding: 1rem;
    margin-top: 0;
  }
  .product-essential .gallery .product-ribbon span {
    padding: 0;
  }
  .product-essential .gallery .product-ribbon.tl {
    top: 2rem;
    left: 2rem;
  }
  .product-essential .gallery .product-ribbon.tr {
    top: 2rem;
    right: 2rem;
  }
  .product-essential .gallery #picture-steps-counter {
    top: 5rem;
    right: 2rem;
  }
  .product-essential .gallery img {
    object-fit: contain;
    width: 100%;
  }
  .product-essential .overview {
    order: 2;
    padding: 0;
    grid-row: 2;
  }
}

.product-full h3 {
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: black;
}

.product-full p,
.product-full span,
.product-full td,
.product-full strong {
  margin-bottom: 0.25rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

.product-full strong {
  font-family: "IBMPlexSans-Bold", Helvetica, Arial, sans-serif;
}

.product-full table.table-bordered {
  width: 100%;
}

.product-full table.table-bordered tbody tr td:first-child {
  width: 20%;
}

.product-full table.table-bordered tbody tr td:last-child {
  width: auto;
}

.product-full table.table-bordered tbody tr {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
}

.product-full table.table-bordered tbody tr:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product-full {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.overview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: max-content;
  width: 100%;
  overflow: hidden;
}

.overview__top {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
}

.overview__top p:first-child {
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.618);
}

.overview h1 {
  margin: 0.5rem 0;
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  color: black;
}

.overview h1 h1 {
  color: #0085C7;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: calc(2.4rem * 1.618);
}

@media screen and (max-width: 1024px) {
  .overview h1 h1 {
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .overview h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 1rem !important;
  }
}

.overview .full-description,
.overview .short-description {
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
}

.overview .product-temporarily-unavailable {
  margin-top: 1rem;
  padding: 5px 1rem;
  background: #efefef;
}

.overview .preamble {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

.overview .short-description {
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.618);
  margin-bottom: 0.25rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  .overview .short-description {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 580px) {
  .overview .short-description {
    margin-top: 0;
  }
}

.overview p {
  font-size: 1.1rem;
  line-height: calc(1.1rem * 1.618);
  margin-bottom: 0.25rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
}

.overview .product-notices {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.overview .product-notices img,
.overview .product-notices .notice,
.overview .product-notices .icon,
.overview .product-notices .notice img,
.overview .product-notices .icon img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}

.overview .product-notices .notice,
.overview .product-notices .icon {
  margin-left: 0.5rem;
}

.overview .price {
  margin-top: 1rem;
}

.overview .price .prices {
  display: flex;
  flex-direction: column;
}

.overview .price .prices .saved {
  display: none;
  gap: 0;
  background: white;
  font-size: 0.85rem;
  font-family: "IBMPlexSans-Regular", Helvetica, Arial, sans-serif;
  width: max-content;
  font-weight: normal;
}

.overview .price .prices .saved .price-old,
.overview .price .prices .saved .price-saved {
  display: flex;
  align-items: center;
}

.overview .price .prices .saved .price-old {
  background: #c6c6c6;
  color: black;
  padding: 0 1rem;
}

.overview .price .prices .saved .price-saved,
.overview .price .prices .saved .price-rebate {
  background: #e7e7e7;
  padding: 0 1rem;
}

.overview .price .prices .price-value {
  display: flex;
  font-size: 2rem;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  margin: 0;
  background: #b64141;
  color: #fff;
  width: max-content;
  padding: 0.75rem 1rem;
}

.overview .price .prices .price-value.red {
  background: #b64141;
  color: #fff;
}

.overview .price span.vat {
  font-size: 0.85rem;
  background: #fff !important;
  padding: 5px 1rem !important;
  display: inline-flex;
  width: max-content;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 580px) {
  .overview .price span.vat {
    background: #f7f7f7 !important;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.overview #part-payment-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  width: 100%;
  margin-top: 1.618rem;
  background: white;
  border-radius: 2px;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: .618s shine ease-in infinite;
}

@media screen and (max-width: 1024px) {
  .overview #part-payment-widget {
    margin-top: 1rem;
  }
}

.overview .cta {
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .overview .cta {
    margin-top: 1rem;
  }
}

.overview .cta .add-to-cart {
  width: 100%;
}

.overview .small-title {
  font-size: 16px;
  margin-top: 1rem;
}

.overview .product-vendor,
.overview .delivery-info,
.overview .availability {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border: none;
}

.overview .product-vendor span,
.overview .delivery-info span,
.overview .availability span {
  font-size: 15px;
}

.overview .product-vendor .label,
.overview .delivery-info .label,
.overview .availability .label {
  font-size: 15px;
  font-family: "IBMPlexSans-Medium", Helvetica, Arial, sans-serif;
  width: 20%;
  max-width: 150px;
  flex-basis: auto;
  margin-right: 0.5rem;
}

.overview .product-vendor .value,
.overview .delivery-info .value,
.overview .availability .value {
  width: 70%;
}

.additional-details h5 {
  text-transform: capitalize;
}

.additional-details div:last-child {
  border: none;
}

#--themed .page-body {
  padding-bottom: 0;
}

#--themed .page-body .warehouses {
  margin-top: 1rem;
}

