@charset "UTF-8";
/* Site settings 
--------------- */
*,
*::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: "Arimo", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "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: #fff;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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-weight: bolder;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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;
  max-width: 100%;
}

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-family: "Arimo", sans-serif;
  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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}

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

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

html.--editor-open {
  padding-right: 285px !important;
}

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;
}

/* ############################# 
 *  Constant values
 * ############################# */
/* ############################# 
 *  Classes
 * ############################# */
.fade-in-center {
  animation: slide-in-center 0.50s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

.fade-out-center {
  animation: slide-out-center 0.50s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

/* Top */
/* ############### */
.fade-in-top {
  animation: slide-in-top 1.00s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

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

.fade-out-bottom {
  animation: slide-out-bottom .618s ease;
  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;
  left: 0;
}

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

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

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

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

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

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

@keyframes slide-out-bottom {
  0% {
    opacity: 1;
    transform: translateY(0), translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-75px), translateX(-50%) !important;
  }
}

@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 {
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
}

/** 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);
  }
}

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
button:focus {
  outline: none;
}

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

.btn:hover {
  background-color: #777;
}

.button-1 {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  transition: all .15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #BD313F;
  color: white;
}

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

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

.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;
}

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
button:focus {
  outline: none;
}

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

.btn:hover {
  background-color: #777;
}

.button-1 {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  transition: all .15s ease-in;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: none;
  background-color: #BD313F;
  color: white;
}

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

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

.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;
}

.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

.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;
}

/**
 *   z-index Mixin
 *  
 *   Add new levels per your requirement within the range of 10s/100s, as demonstrated below: 
 *    Example:        '
 *     headerForeground = 103,
 *     headerBackground = 102,
 *     headerCanvas = 101,
 *     header = 100,
 */
.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
.master-wrapper-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}

.master-wrapper-page main {
  margin-bottom: auto;
}

.master-wrapper-content {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: auto;
  min-height: 90vh;
  padding: 1rem 0;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1240px) {
  .master-wrapper-content {
    padding: 2rem;
  }
}

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

@media screen and (max-width: 580px) {
  .master-wrapper-content {
    padding: 1rem;
  }
}

.master-column-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.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: 1rem;
  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;
}

body.overlayed {
  overflow: hidden;
}

@media (min-width: 768px) {
  body.overlayed {
    overflow: auto;
  }
}

h1 {
  font-size: 2rem;
  line-height: calc(2rem * 1.618);
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.618);
  }
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.618);
  }
}

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

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

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

h1 {
  font-size: 2rem;
  line-height: calc(2rem * 1.618);
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.618);
  }
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 1.2rem;
    line-height: calc(1.2rem * 1.618);
  }
}

.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

/* Site settings 
--------------- */
.--webpack {
  background: url(../../Themes/nop-theme-base/Content/dist/images/ejot-vit.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/logos-1.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/certifications-norway.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/certifications-denmark.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/certifications-denmark-2.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/rise.png);
  background: url(../../Themes/nop-theme-base/Content/dist/images/logo.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/c1.jpg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/ce.jpg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/epd.jpg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/ex.jpg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/fire.jpg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-circle-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-circle-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-square-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/add-square-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/bell-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/bell-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/checkmark-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/checkmark-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/close-circle-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/close-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/headphones.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/mail.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/menu.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/search.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/caret-left-solid.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/facebook.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/instagram.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/linkedin.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/rss.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/mail-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/phone-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/pin-regular.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/mail-regular-red.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/phone-regular-red.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/pin-regular-red.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/mail-white.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/arrow-download-white.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/doc-download-white.svg);
  background: url(../../Themes/nop-theme-base/Content/dist/images/print-white.svg);
}

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;
}

/**
 *   z-index Mixin
 *  
 *   Add new levels per your requirement within the range of 10s/100s, as demonstrated below: 
 *    Example:        '
 *     headerForeground = 103,
 *     headerBackground = 102,
 *     headerCanvas = 101,
 *     header = 100,
 */
.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
.header-backdrop, .header-lower-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background-color: var(--backdrop-color);
  pointer-events: all;
  cursor: pointer;
}

.header-lower-backdrop {
  z-index: 205;
  cursor: pointer;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
}

.mega-menu {
  order: 2;
  z-index: 206;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  height: var(--header-lower-height);
}

.mega-menu.placeholder {
  max-height: 57px;
}

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

.mega-menu > li {
  background: #f7f7f7;
  height: var(--header-lower-height) !important;
}

.mega-menu > li span {
  cursor: pointer !important;
}

.mega-menu > li a, .mega-menu > li span {
  padding: 1rem 1.25rem;
}

.mega-menu > li svg {
  transition: transform 0.07s ease-in;
  pointer-events: none;
}

.mega-menu > li.active {
  background: white;
}

.mega-menu > li.active svg {
  transform: rotateZ(180deg);
}

.mega-menu li {
  height: 100%;
  max-height: 100%;
  display: flex;
  gap: 0.121rem;
  align-items: center;
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
  transition: background 0.1s ease-in;
}

.mega-menu li > a, .mega-menu li span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mega-menu li span {
  cursor: unset;
}

.mega-menu .columns {
  margin-top: 0;
  display: block;
  width: 100%;
  -moz-columns: 6 8rem;
  columns: 6 8rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  -moz-column-fill: balance;
  column-fill: balance;
}

.mega-menu .columns ul {
  width: 100%;
}

.mega-menu .columns li {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.mega-menu .columns a {
  padding: 0;
  line-height: 1.618 !important;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.mega-menu .columns.inline {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.618rem;
  row-gap: 1rem;
}

.mega-menu .columns.inline ul {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0 !important;
}

.mega-menu .columns .sublist li {
  color: #333;
  padding: 0;
  display: block;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.mega-menu .columns .sublist.lvl-0 {
  margin-bottom: 13px;
}

.mega-menu .columns .sublist.lvl-0 > li > a,
.mega-menu .columns .sublist.lvl-0 > li > span {
  margin-bottom: 3px;
  line-height: 1.45;
}

.mega-menu .columns .sublist.lvl-0 a, .mega-menu .columns .sublist.lvl-0 span {
  color: #BD313F;
  font-size: 1rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
}

.mega-menu .columns .sublist.lvl-1 a, .mega-menu .columns .sublist.lvl-1 span {
  font-size: .95rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.818 !important;
}

.mega-menu .mega-dropdown-sublist {
  margin-top: 1rem;
  display: flex;
  position: unset;
  top: unset;
  flex-direction: column;
  visibility: unset;
  opacity: 1;
  border: none;
  box-shadow: none !important;
  height: 100%;
  width: 100%;
  -moz-column-count: 6;
  column-count: 6;
  -moz-columns: 6 200px;
  columns: 6 200px;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-width: 200px;
  column-width: 200px;
}

/* Site settings 
--------------- */
.search {
  display: block;
  width: 100%;
  padding-right: 0;
  height: 100%;
  background-color: white;
  border-left: none;
  border-right: none;
  top: 100%;
  right: 0;
  z-index: 10;
}

.search form {
  margin: 0 auto;
  width: 1240px;
  max-width: 100%;
}

.search input[type="text"] {
  flex: 5;
  padding: 1rem;
  z-index: 50;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .search input[type="text"] {
    width: 100%;
    padding: 1rem;
  }
}

.search button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.search .ui-menu {
  max-width: 100%;
  width: 1240px;
}

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

.search .ui-menu-item:first-child {
  margin-top: 1rem;
}

.search .ui-menu-item img {
  display: none;
}

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

.search .ui-menu-item:hover span {
  color: #BD313F;
}

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

.search form {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.search input[type="text"] {
  border: none;
  width: 100%;
  background-color: white;
}

.search .search-box-button {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: black;
}

.search .search-box-button img {
  max-height: 1.5rem;
}

.header-links {
  display: flex;
  flex-grow: 1;
  grid-column: 3;
  grid-row: 1;
  margin-right: 1.5rem;
}

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

.header-links svg {
  display: inline;
  fill: currentColor;
  pointer-events: none;
}

.header-links svg.desktop {
  display: none;
}

@media (min-width: 992px) {
  .header-links svg {
    display: none;
  }
  .header-links svg.desktop {
    display: inline;
  }
}

.header-links ul {
  justify-content: flex-end;
  flex-direction: row;
  display: flex;
  width: 100%;
}

.header-links ul li {
  position: relative;
}

@media (min-width: 992px) {
  .header-links ul li {
    height: 40px;
    margin-right: 2rem;
    top: 8px;
  }
}

.header-links ul li a {
  color: #BD313F;
}

.header-links a > span {
  display: none;
}

.header-links a.ico-login {
  color: #BD313F;
  position: relative;
}

.header-links a.ico-login:before {
  content: "\f007";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.header-links a.ico-account {
  color: #BD313F;
  position: relative;
}

.header-links a.ico-account:before {
  content: "\f007";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.header-links a.ico-logout:before {
  content: "\f023";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.header-links a.ico-wishlist {
  color: #BD313F;
  position: relative;
}

.header-links a.ico-wishlist:before {
  content: "\f004";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.header-links a.ico-wishlist .wishlist-label {
  display: none;
}

.header-links a.ico-cart {
  color: #BD313F;
  position: relative;
}

.header-links a.ico-cart:before {
  content: "\f291";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

.header-links a.ico-cart .cart-label {
  display: none;
}

.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;
}

#topcartlink {
  position: relative;
}

#topcartlink .cart-qty {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -6px;
  width: 21px;
  z-index: 0;
}

#topcartlink .cart-qty:before {
  background-color: #BD313F;
  border-radius: 100%;
  content: '';
  height: 21px;
  left: 0;
  position: absolute;
  width: 21px;
  z-index: -1;
}

#topcartlink .cart-qty.flash {
  animation: blinker .8s ease-in-out infinite;
}

#topcartlink.active .flyout-cart {
  display: block;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.flyout-cart {
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.075);
  height: 100%;
  padding: 20px;
}

.flyout-cart .count {
  border-bottom: 1px solid #dee2e6;
  font-size: 15px;
  padding: 4px 8px;
}

.flyout-cart .item {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
  padding: 8px 0;
}

.flyout-cart .item .picture {
  flex-basis: 70px;
  flex-shrink: 0;
}

.flyout-cart .item .product {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 0 15px;
}

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

.flyout-cart .item .name {
  flex-basis: 100%;
  order: 1;
}

.flyout-cart .item .price {
  flex-grow: 1;
  font-weight: 700;
  order: 3;
}

.flyout-cart .item .quantity {
  flex-shrink: 1;
  order: 2;
  position: relative;
}

.flyout-cart .item .quantity:after {
  content: '×';
  padding: 0 5px;
}

.flyout-cart .totals {
  display: flex;
  padding: 20px 0;
}

.flyout-cart .totals span {
  display: block;
}

.flyout-cart .totals span:first-of-type {
  font-weight: 700;
  width: 180px;
}

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

.flyout-cart .buttons {
  display: flex;
}

.flyout-cart button {
  flex-grow: 1;
  padding: 10px 12px;
}

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

.header-logo {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
  width: 150px;
}

.header-logo svg path {
  transition: fill 0.1s ease;
}

.header-logo a {
  display: flex;
  height: 100%;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: unset;
}

.header-logo img {
  max-height: 60px;
}

@media (min-width: 992px) {
  .header-logo {
    grid-column: 1;
    order: 1;
    text-align: left;
  }
  .header-logo img {
    max-width: 150px;
  }
}

.header-nav-toggle {
  grid-column: 1;
  grid-row: 1;
}

.header-nav-toggle .hamburger-box > span {
  margin-left: 1.5rem;
  position: relative;
  color: #BD313F;
}

.header-nav-toggle .hamburger-box > span:before {
  content: "\f0c9";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .header-nav-toggle .hamburger-box > span {
    display: none;
  }
}

/**
 *   z-index Mixin
 *  
 *   Add new levels per your requirement within the range of 10s/100s, as demonstrated below: 
 *    Example:        '
 *     headerForeground = 103,
 *     headerBackground = 102,
 *     headerCanvas = 101,
 *     header = 100,
 */
.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
/**
 *   z-index Mixin
 *  
 *   Add new levels per your requirement within the range of 10s/100s, as demonstrated below: 
 *    Example:        '
 *     headerForeground = 103,
 *     headerBackground = 102,
 *     headerCanvas = 101,
 *     header = 100,
 */
.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
.modal-content .close-icon {
  margin-top: 4px;
}

#es-quicksearch {
  width: 100%;
}

#es-quicksearch .wsu-header,
#es-quicksearch .wsu-sidebar,
#es-quicksearch .wsu-footer {
  display: none;
}

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

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

#es-quicksearch .quicksearch input[type="text"] {
  margin-left: 4px;
  width: 100%;
  background-color: #fff;
  padding: 0 3rem;
  z-index: 50;
  font-family: "SuisseIntl-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  #es-quicksearch .quicksearch input[type="text"] {
    width: 100%;
    padding-left: 1rem;
  }
}

#es-quicksearch .quicksearch .quicksearch-submit {
  font-size: 1.8rem;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}

#es-quicksearch .quicksearch .quicksearch-submit:hover {
  transition: all .1s ease-in;
  opacity: 0.7;
}

#es-quicksearch .quicksearch .quicksearch-submit:hover > * {
  transition: all .1s ease-in;
  opacity: 0.7;
}

#es-quicksearch .quicksearch .quicksearch-submit:hover {
  opacity: 0.5;
}

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

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

#es-quicksearch .results {
  position: relative;
  top: 100%;
  left: 0;
  padding-top: 0.5rem;
  background: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#es-quicksearch .results .title {
  font-size: 1rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
}

#es-quicksearch .results a {
  margin: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
}

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

#es-quicksearch .results a article.view-all-results {
  cursor: pointer;
  min-height: 44px;
}

#es-quicksearch .results a article .picture {
  width: 4rem;
  height: 4rem;
}

#es-quicksearch .results a article .picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#es-quicksearch .results a article h5 {
  font-size: 1rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  margin-left: 1rem;
}

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

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

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

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

#es-quicksearch .no-results {
  position: relative;
  top: 100%;
  left: 0;
  padding-top: 1rem;
  padding-left: 0;
  background: #fff;
  width: 100%;
  font-size: 1rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
}

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

/** 
 * 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:               ☰
 */
.--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;
}

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

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

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

#--themed #es-quicksearch .wsu-header,
#--themed #es-quicksearch .wsu-sidebar,
#--themed #es-quicksearch .wsu-footer {
  display: none;
}

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

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

#--themed #es-quicksearch .quicksearch input[type="text"] {
  margin-left: 4px;
  width: 100%;
  background-color: #fff;
  padding: 0 1rem;
  z-index: 50;
  font-family: "SuisseIntl-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

@media screen and (max-width: 1024px) {
  #--themed #es-quicksearch .quicksearch input[type="text"] {
    width: 100%;
    padding-left: 1rem;
  }
}

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

#--themed #es-quicksearch .list {
  text-align: left;
}

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

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

#--themed #es-quicksearch .results {
  position: relative;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  background: #fff;
  width: 100%;
}

#--themed #es-quicksearch .results .title {
  font-size: 1rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  flex-basis: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}

#--themed #es-quicksearch .results a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: unset;
  border-radius: 0.25rem;
  background: #fff;
}

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

#--themed #es-quicksearch .results a article {
  left: 3.64rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 0.5rem;
  background: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

#--themed #es-quicksearch .results a article img {
  background: transparent;
}

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

#--themed #es-quicksearch .results a article .picture {
  width: 2.4rem;
  height: 2.4rem;
}

#--themed #es-quicksearch .results a article .picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

#--themed #es-quicksearch .results a article h5 {
  font-size: 1rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  margin-left: 1rem;
}

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

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

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

#--themed #es-quicksearch .no-results {
  position: relative;
  top: 100%;
  left: 0;
  padding-top: 1rem;
  background: #fff;
  width: 100%;
  font-size: 1rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
}

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

/**
 *   z-index Mixin
 *  
 *   Add new levels per your requirement within the range of 10s/100s, as demonstrated below: 
 *    Example:        '
 *     headerForeground = 103,
 *     headerBackground = 102,
 *     headerCanvas = 101,
 *     header = 100,
 */
.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
/* Site settings 
--------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #f7f7f7;
}

.header .close-icon {
  display: none;
}

@media screen and (max-width: 1240px) {
  .header {
    padding: 0 1rem;
  }
  .header .top-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .top-menu__other {
  display: flex;
}

.header .mobile-menu-header {
  display: none;
}

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

.header .header-lower {
  height: var(--header-lower-height);
  align-items: center;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.header .header-lower .header-icons {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  order: 2;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header .header-lower .header-icons {
    margin-left: auto;
  }
}

.header .header-lower .header-icons .mobile-menu-button {
  display: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 25px;
  overflow: hidden;
  max-height: 25px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-left: 1rem;
  margin-top: 0.1rem;
  cursor: pointer;
}

.header .header-lower .header-icons .mobile-menu-button svg {
  width: 24px;
  height: 24px;
}

.header .header-lower .header-icons .mobile-menu-button svg path {
  fill: black;
}

@media screen and (max-width: 1024px) {
  .header .header-lower .header-icons .mobile-menu-button {
    display: inline-block;
  }
}

.header .header-lower .header-icons .mobile-menu-button:hover {
  opacity: 0.7;
}

.header .header-lower .header-icons .mobile-menu-button * {
  cursor: pointer;
}

.header .header-lower .header-icons .search-button {
  margin-left: 1rem;
  max-width: 25px;
  overflow: hidden;
  max-height: 25px;
  transition: opacity 0.1s ease;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .header .header-lower .header-icons .search-button:hover {
    opacity: 0.5 !important;
  }
}

.header .header-lower .header-logo a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .header .header-lower {
    box-shadow: none;
    grid-template-columns: 220px 1fr auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 1199.98px) {
  .header .header-lower {
    grid-template-columns: 1fr 1fr;
  }
  .header .header-lower .header-logo {
    grid-column: 1;
  }
}

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

.top-header {
  background-color: #f7f7f7;
  color: #fff;
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-bottom: 1px solid #eee;
  z-index: 1000;
}

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

.top-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.top-header .social-links img, .top-header .social-links svg {
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  margin-left: 0.5rem;
  min-height: 15px;
  max-height: 15px;
}

.top-header .social-links img:hover, .top-header .social-links svg:hover {
  transition: all .1s ease-in;
  opacity: 0.7;
}

.top-header .social-links img:hover > *, .top-header .social-links svg:hover > * {
  transition: all .1s ease-in;
  opacity: 0.7;
}

.top-header .social-links img:hover, .top-header .social-links svg:hover {
  opacity: 0.5;
}

.top-header .social-links img:first-child, .top-header .social-links svg:first-child {
  margin-left: 0;
}

.top-header .social-links.--social-header {
  display: flex;
  flex-direction: row;
  min-height: 16px;
}

.top-header .social-links.--social-header .networks {
  display: flex;
}

.top-header .social-links.--social-header .networks li {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.top-header .social-links.--social-header li {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  margin-left: 0.5rem;
}

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

.top-header .social-links.--social-header li a, .top-header .social-links.--social-header li img, .top-header .social-links.--social-header li svg {
  max-width: 16px;
  max-height: 16px;
}

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

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

.top-header .links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.top-header .links .link {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}

.top-header .links .link:hover {
  transition: all .1s ease-in;
  opacity: 0.7;
}

.top-header .links .link:hover > * {
  transition: all .1s ease-in;
  opacity: 0.7;
}

.top-header .links .link:hover {
  opacity: 0.5;
}

.top-header .links .link svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.top-header .links .link span, .top-header .links .link a {
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.top-header .links .link span:empty, .top-header .links .link a:empty {
  background-color: red;
}

.top-header .links .link img {
  max-height: 20px;
  margin-right: 0.5rem;
}

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

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

ul.main-menu {
  display: inline-flex;
  justify-content: flex-end;
  grid-column: 2;
}

ul.main-menu li {
  margin-right: 2rem;
  font-size: 17px;
  text-transform: capitalize;
}

ul.main-menu li:last-child {
  margin-right: 0;
}

.newsletter {
  position: relative;
}

.newsletter .newsletter-email {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.newsletter input.newsletter-subscribe-text {
  border: none;
  margin-right: .5rem;
  outline: none;
  width: 200px;
}

.newsletter .newsletter-subscribe-button {
  outline: none;
}

.newsletter .newsletter-subscribe-text,
.newsletter .newsletter-subscribe-button {
  font-size: .85rem;
  line-height: 1;
  height: 32px;
  padding: 0.618rem 1rem;
  border-radius: 2rem;
}

.newsletter .please-wait, .newsletter .newsletter-result {
  color: #fff;
  display: block;
  font-size: .8rem;
  padding-top: .5rem;
  text-align: center;
}

.eu-cookie-bar-notification {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  pointer-events: all;
  z-index: 10000;
  max-width: 800px;
  bottom: 3rem;
  padding: 1rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  transform: translateX(-50%);
  box-sizing: border-box;
}

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

.eu-cookie-bar-notification .content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .eu-cookie-bar-notification .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .eu-cookie-bar-notification .content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .eu-cookie-bar-notification .content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .eu-cookie-bar-notification .content {
    max-width: 1240px;
  }
}

.eu-cookie-bar-notification .text, .eu-cookie-bar-notification a {
  font-size: 1rem;
  color: #fff;
}

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

@media (min-width: 992px) {
  .eu-cookie-bar-notification .text {
    font-size: 1rem;
  }
}

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

.eu-cookie-bar-notification .ok-button {
  background-color: #BD313F;
  margin-right: 2rem;
}

.eu-cookie-bar-notification .learn-more {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: underline;
}

.footer {
  background-color: #333333;
}

.footer .footer-disclaimer,
.footer .footer-powered-by {
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

.footer .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: .25rem;
  text-align: center;
  text-transform: uppercase;
}

.footer .title strong {
  font-size: 1rem;
  letter-spacing: -0.25px;
  color: white;
}

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

.footer .footer-upper,
.footer .footer-middle,
.footer .footer-lower {
  max-width: 1240px;
  width: 100%;
}

@media (min-width: 992px) {
  .footer .footer-upper,
  .footer .footer-middle,
  .footer .footer-lower {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 1240px) {
  .footer .footer-upper,
  .footer .footer-middle,
  .footer .footer-lower {
    padding: 2rem;
  }
}

.footer .footer-lower {
  background-color: #404243;
  padding: 1rem 0;
}

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

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

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

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

.footer .footer-block .list, .footer .footer-block .networks {
  font-size: 0.9rem;
  text-align: center;
}

@media (min-width: 992px) {
  .footer .footer-block .list, .footer .footer-block .networks {
    text-align: left;
  }
}

.footer .footer-block .list p, .footer .footer-block .list span, .footer .footer-block .list a, .footer .footer-block .networks p, .footer .footer-block .networks span, .footer .footer-block .networks a {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease-in-out;
  color: white;
  margin: 0;
  margin-bottom: 0.75rem;
}

.footer .footer-block .list a:hover, .footer .footer-block .networks a:hover {
  color: #BD313F;
}

.footer .footer-block .list a:hover span, .footer .footer-block .networks a:hover span {
  color: #BD313F;
}

.footer .footer-block .title.other-links-title {
  margin-top: 1rem;
}

@media screen and (max-width: 580px) {
  .footer .footer-block li {
    margin: .2rem 0;
  }
}

.footer .information, .footer .customer-service, .footer .my-account, .footer .certifications, .footer .social {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer .information li, .footer .customer-service li, .footer .my-account li, .footer .certifications li, .footer .social li {
  margin-bottom: 0.5rem;
}

.footer .information strong, .footer .customer-service strong, .footer .my-account strong, .footer .certifications strong, .footer .social strong {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #adb5bd;
}

.footer .information .title, .footer .customer-service .title, .footer .my-account .title, .footer .certifications .title, .footer .social .title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .footer .information, .footer .customer-service, .footer .my-account, .footer .certifications, .footer .social {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .information *, .footer .information * .title, .footer .customer-service *, .footer .customer-service * .title, .footer .my-account *, .footer .my-account * .title, .footer .certifications *, .footer .certifications * .title, .footer .social *, .footer .social * .title {
    text-align: left;
  }
}

.footer .social-links.--social-footer {
  width: 100%;
}

.footer .social-links.--social-footer .networks {
  width: 100%;
}

.footer .social-links.--social-footer a {
  display: flex;
  align-items: center;
  width: 100%;
}

.footer .social-links.--social-footer a span {
  margin-bottom: 0;
}

.footer .social-links.--social-footer a svg {
  fill: white;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.footer .information, .footer .customer-service, .footer .my-account {
  flex: 1;
}

.footer .customer-service .title:last-of-type {
  margin-top: 1rem;
}

.footer .customer-service .footer-logo {
  max-height: 50px;
  width: auto;
  margin-top: 2rem;
}

.footer .customer-service li {
  margin-bottom: 0;
}

.footer .certifications {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}

.footer .certifications img {
  margin-bottom: 10px;
}

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

@media screen and (max-width: 1200px) {
  .footer .customer-service, .footer .my-account {
    grid-column: 1;
  }
  .footer .customer-service .footer-logo, .footer .my-account .footer-logo {
    display: none;
  }
  .footer .information, .footer .certifications {
    grid-column: 2;
  }
  .footer .information, .footer .customer-service {
    grid-row: 1;
  }
  .footer .my-account, .footer .certifications {
    grid-row: 2;
  }
}

@media screen and (max-width: 768px) {
  .footer .customer-service {
    grid-column: 1;
    grid-row: 1;
  }
  .footer .customer-service .footer-logo {
    display: none;
  }
  .footer .my-account {
    grid-column: 1;
    grid-row: 4;
  }
  .footer .information {
    grid-column: 1;
    grid-row: 3;
  }
  .footer .certifications {
    grid-column: 1;
    grid-row: 4;
  }
  .footer .customer-service,
  .footer .my-account,
  .footer .information,
  .footer .social,
  .footer .certifications {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .footer .social ul li {
    padding: 0;
    border-bottom: none;
  }
  .footer .certifications {
    margin-bottom: 0;
  }
}

.footer .footer-middle {
  display: flex;
  justify-content: center;
}

.footer .footer-middle .title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .information .title,
  .footer .social .title {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer .social .title {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer .social .title {
    margin-top: 0;
  }
}

.footer .footer-lower {
  background-color: #222;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  max-width: 100%;
  color: #999;
}

.footer .footer-lower a {
  color: #c1c1c1;
}

/**
 *   Unicode characters
 *   
 *   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             ›
 *   unicode-chevron-down:       ▾
 *   unicode-chevron-right       ▸
 *   unicode-spinner:            ⟳
 *   unicode-close:              <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 6.5C14.335 6.5 6.5 14.335 6.5 24C6.5 33.665 14.335 41.5 24 41.5C33.665 41.5 41.5 33.665 41.5 24C41.5 14.335 33.665 6.5 24 6.5ZM17.7824 16.025L17.8839 16.1161L24 22.233L30.1161 16.1161C30.5717 15.6605 31.2915 15.6301 31.7824 16.025L31.8839 16.1161C32.3395 16.5717 32.3699 17.2915 31.975 17.7824L31.8839 17.8839L25.767 24L31.8839 30.1161C32.3395 30.5717 32.3699 31.2915 31.975 31.7824L31.8839 31.8839C31.4283 32.3395 30.7085 32.3699 30.2176 31.975L30.1161 31.8839L24 25.767L17.8839 31.8839C17.4283 32.3395 16.7085 32.3699 16.2176 31.975L16.1161 31.8839C15.6605 31.4283 15.6301 30.7085 16.025 30.2176L16.1161 30.1161L22.233 24L16.1161 17.8839C15.6605 17.4283 15.6301 16.7085 16.025 16.2176L16.1161 16.1161C16.5717 15.6605 17.2915 15.6301 17.7824 16.025Z" fill="#212121"/>
</svg>

 *   unicode-open:               ＋
 */
.--rotated {
  transform: rotateZ(45deg);
}

@media screen {
  .print-pagebreak {
    display: none;
  }
}

@media print {
  .print-pagebreak {
    display: block;
  }
}

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

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

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

.--visible-block {
  display: block !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;
}

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

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

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

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

#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: "SuisseIntl-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: "Arimo-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: -moz-max-content;
  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: "Arimo-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: "Arimo-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: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  padding: 1rem 4rem;
  border-radius: 25px;
  transition: all 0.125s ease-in-out;
  font-family: "Arimo-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: "SuisseIntl-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: "SuisseIntl-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%;
  -o-object-fit: cover;
     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: -moz-max-content;
  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: "Arimo-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: "Arimo-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: "SuisseIntl-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: "SuisseIntl-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: "SuisseIntl-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: "SuisseIntl-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: 500;
}

@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: "Arimo-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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
#--themed #modal-menu {
  width: 100%;
  left: 0;
  top: 52px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: calc(100% - 60px);
}

#--themed #modal-menu .back-icon {
  padding: 2px;
  border-radius: 2rem;
  background: #e7e7e7;
  display: flex;
  align-items: center;
}

#--themed #modal-menu .back-icon svg {
  width: 16px;
  height: 16px;
}

#--themed #modal-menu .menu-header {
  height: -moz-max-content;
  height: max-content;
  padding: 0.618rem 1rem;
  border-bottom: 2px solid #BD313F;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  width: 100%;
  display: flex;
  flex: 1;
  gap: 0.618rem;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-height: 43px;
}

#--themed #modal-menu .menu-header span, #--themed #modal-menu .menu-header a {
  line-height: 1;
}

#--themed #modal-menu .menu-header a {
  margin-left: auto;
  color: #BD313F;
}

#--themed #modal-menu .menu-header .close-icon {
  margin-left: auto;
}

#--themed #modal-menu .menu-header .close-icon svg {
  width: 20px;
  height: 20px;
}

#--themed #modal-menu .menu-header .close-icon path {
  fill: black;
}

#--themed #modal-menu .social a,
#--themed #modal-menu .links a {
  display: flex;
  gap: 0.384rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

#--themed #modal-menu .social span,
#--themed #modal-menu .links span {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618;
}

#--themed #modal-menu .social svg,
#--themed #modal-menu .links svg {
  width: 16px;
  height: 16px;
}

#--themed #modal-menu .links {
  align-items: flex-end;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
}

#--themed #modal-menu .links a {
  flex-direction: row-reverse;
}

#--themed #modal-menu ul.mega-menu {
  display: block;
  flex: 9999;
  width: 100%;
  margin-left: unset;
  flex-direction: column;
  overflow-y: scroll;
  overscroll-behavior: none;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

#--themed #modal-menu ul.mega-menu::-webkit-scrollbar {
  display: none;
}

#--themed #modal-menu ul.mega-menu li,
#--themed #modal-menu ul.mega-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#--themed #modal-menu ul.mega-menu span,
#--themed #modal-menu ul.mega-menu a {
  width: 100%;
  height: 44px;
  padding: 0.618rem 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

#--themed #modal-menu ul.mega-menu > li span {
  display: flex;
  justify-content: space-between;
}

#--themed #modal-menu ul.mega-menu svg path {
  fill: black;
}

#--themed #modal-menu .mega-menu__footer {
  background: #eee;
  order: 3;
}

.modal.modal-menu-dropdown {
  left: 0;
  top: 86px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  align-items: flex-start;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: all;
  box-shadow: 0px 8px 3px 5px rgba(0, 0, 0, 0.04);
  z-index: 100;
  z-index: 203;
}

.modal.modal-menu-dropdown .modal-menu-dropdown-footer {
  display: none;
}

.modal.modal-menu-dropdown .top-menu {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  align-items: flex-start;
  position: relative;
  margin-left: 1.25rem;
  min-height: 100%;
}

.modal.modal-menu-dropdown .top-menu .other-links {
  display: none;
}

.modal.modal-menu-dropdown .top-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0;
  cursor: pointer;
}

.modal.modal-menu-dropdown .top-menu li:hover {
  background: white;
}

.modal.modal-menu-dropdown .top-menu li a {
  color: #BD313F;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  font-size: 1rem;
  line-height: 1.618rem;
}

.modal.modal-menu-dropdown .top-menu li a:hover {
  color: black;
}

.modal.modal-menu-dropdown .top-menu li:last-child {
  margin-bottom: 0;
}

.modal.modal-menu-dropdown .top-menu li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 0.64rem;
}

@media screen and (max-width: 1366px) {
  .modal.modal-menu-dropdown .top-menu li {
    margin-bottom: 0.54rem;
  }
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown .top-menu {
    display: flex;
  }
  .modal.modal-menu-dropdown .top-menu li {
    margin-bottom: 0.25rem;
  }
}

.modal.modal-menu-dropdown .modal-content {
  text-align: left;
  align-items: flex-start;
  width: 1240px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}

.modal.modal-menu-dropdown .modal-content .close-icon {
  position: absolute;
  z-index: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.1rem !important;
  cursor: pointer;
  top: 2rem;
  right: 0;
  color: black;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
}

.modal.modal-menu-dropdown .modal-content .close-icon:hover {
  color: #777;
}

.modal.modal-menu-dropdown .modal-content .close-icon svg {
  margin-left: 5px;
  max-width: 15px;
  max-height: 15px;
  width: 15px;
  height: 15px;
}

@media screen and (max-height: 768px) {
  .modal.modal-menu-dropdown .modal-content {
    max-height: 90vh;
  }
}

@media screen and (min-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .modal.modal-menu-dropdown .modal-content {
    padding: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content {
    padding: 0;
  }
}

.modal.modal-menu-dropdown .modal-content > .top-menu {
  margin-left: 0;
}

.modal.modal-menu-dropdown .modal-content .top-menu {
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-expand {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories > span {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories:hover {
  background-color: transparent;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist {
  margin-top: 1rem;
  display: flex;
  position: unset;
  top: unset;
  flex-direction: column;
  visibility: unset;
  opacity: 1;
  border: none;
  box-shadow: none !important;
  height: 100%;
  width: 100%;
  -moz-column-count: 6;
       column-count: 6;
  -moz-columns: 6 200px;
       columns: 6 200px;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-width: 200px;
       column-width: 200px;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist > .category-show-all a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem !important;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist > .category-show-all a::after {
  content: '⟶';
}

@media screen and (min-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist > .category-show-all a {
    display: none;
  }
}

@media screen and (min-height: 1200px) and (min-width: 1440px) {
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist {
    -moz-columns: 5 185px;
         columns: 5 185px;
    -moz-column-count: 5;
         column-count: 5;
  }
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist * .sublist {
  display: flex;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist .caret-down, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist .caret-right {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist button.top-menu-header-back {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist li {
  color: #333;
  padding: 0;
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist li:hover {
  background-color: transparent;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist li a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .sublist li span {
  padding: 0 !important;
  text-transform: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /** This contains all top tier + sub categories */
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu .mobile-menu-header {
  display: none;
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu .mobile-menu-header {
    display: block;
  }
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu .mobile-menu-header .back span,
.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu .mobile-menu-header .show-all {
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist {
  margin-top: 0;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > a {
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #e7e7e7;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > a::after {
  transition: margin-left 0.1s ease-in;
  margin-bottom: 1px;
  margin-left: 2px;
  font-size: 1.3rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  color: #BD313F;
  content: '⟶';
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > a:hover::after {
  margin-left: 5px;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist {
  margin-top: 0;
  display: block;
  -moz-columns: 6 8rem;
       columns: 6 8rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-fill: balance;
       column-fill: balance;
  /** This is a subcategory */
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li {
  display: block;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li > a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li > a span {
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li .sublist {
  margin: 0 0 2rem 0;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li .sublist li a {
  color: black;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif !important;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist {
  /** First item/Self, in each category, acts as a title + a link */
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist > li > a {
  color: #BD313F;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif !important;
  line-height: 1.418rem;
  font-size: 1rem !important;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist .top-menu-header {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist.lvl-0 li a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist.lvl-0 li a span {
  color: #333;
  font-size: 1rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.418rem;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist.lvl-0 li a:hover {
  text-decoration: underline;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist.lvl-0 li a:hover, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist .sublist.lvl-0 li a:hover span {
  color: black;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu .top-menu .top-menu__categories .sublist:first-child {
  margin-top: 0;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories span {
  padding: 0 !important;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories > .sublist {
  display: block;
  position: unset;
  visibility: visible;
  background-color: transparent;
  opacity: 1;
  display: none;
  border: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories > .sublist li {
  color: #333;
  padding: 0;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories.--expanded > .sublist {
  display: block;
}

.modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories.--expanded .caret-down {
  transform: rotateX(180deg);
}

.modal.modal-menu-dropdown .modal-content ul > li {
  font-size: 1.5rem;
}

.modal.modal-menu-dropdown .modal-content .top-menu > li > span:hover,
.modal.modal-menu-dropdown .modal-content .top-menu > li > .sublist.first-level ul li span:hover,
.modal.modal-menu-dropdown .modal-content .top-menu > li > .sublist.first-level ul li .sublist.second-level ul li span:hover {
  border: none;
}

.modal.modal-menu-dropdown .modal-content .top-menu > li > * span {
  pointer-events: none;
}

.modal.modal-menu-dropdown .modal-content .menu-title {
  color: black;
  font-size: 1.5rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}

.modal.modal-menu-dropdown .modal-content .sublist ul {
  height: -moz-max-content;
  height: max-content;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.modal.modal-menu-dropdown .modal-content .sublist ul::-webkit-scrollbar {
  display: none;
}

.modal.modal-menu-dropdown .modal-content .sublist ul li .show-all, .modal.modal-menu-dropdown .modal-content .sublist ul li .go-back {
  pointer-events: none;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
}

.modal.modal-menu-dropdown .modal-content .sublist ul li .show-all a {
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.modal.modal-menu-dropdown .modal-content .first-level .close-icon:hover, .modal.modal-menu-dropdown .modal-content .second-level .close-icon:hover, .modal.modal-menu-dropdown .modal-content .third-level .close-icon:hover {
  color: #000;
}

.modal.modal-menu-dropdown .modal-content .first-level .menu-title, .modal.modal-menu-dropdown .modal-content .second-level .menu-title, .modal.modal-menu-dropdown .modal-content .third-level .menu-title {
  color: #1a2f80;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown {
    z-index: 900;
    top: 66px;
    height: calc(100vh - 66px);
    box-shadow: none;
    padding: 2rem;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-content {
    position: relative;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer * {
    font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks li {
    margin-bottom: 3px;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks li:last-child {
    margin-bottom: 0;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks li a {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks li svg {
    max-width: 18px;
    max-height: 18px;
    margin-right: 8px;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks .links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer .networks .links .link {
    display: flex;
    justify-content: flex-end;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer > .links .link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .modal.modal-menu-dropdown .modal-menu-dropdown-footer > .links svg {
    max-width: 18px;
    max-height: 18px;
    margin-left: 8px;
    margin-right: 1rem;
  }
  .modal.modal-menu-dropdown .modal-content {
    padding-top: 0;
  }
  .modal.modal-menu-dropdown .modal-content .close-icon {
    display: none;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu {
    display: flex;
    justify-content: space-between;
    grid-template-rows: 1fr auto;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu li {
    margin-bottom: 0.5rem;
    flex-grow: unset;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu li.top-menu__categories {
    flex-grow: 1;
    margin-bottom: 1rem;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu__other {
    display: flex;
    flex-wrap: wrap;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu__other li {
    margin-right: 1rem;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 {
    position: absolute !important;
    min-height: 100%;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist li > a > span {
    font-size: 1.15rem;
    line-height: 1.8607rem;
    font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu__categories, .modal.modal-menu-dropdown .modal-content .jumbo-menu {
    display: flex;
    flex: 1;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories {
    height: -moz-max-content;
    height: max-content;
    position: unset;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-expand {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn {
    width: 100%;
    padding: 0 0 0.5rem 0;
    border-bottom: 2px solid #BD313F;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn span {
    margin-left: 0.25rem;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .back, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .more {
    display: inline-flex;
    align-items: center;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .back a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .back span, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .more a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .mobile-menu-header .back-btn .more span {
    font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
    font-size: 1rem;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu {
    height: -moz-max-content;
    height: max-content;
    position: unset;
    display: flex;
    flex-direction: column;
    /** 
					 *	The main categories
					 */
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > .sublist > li .sublist li a {
    color: #BD313F;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist {
    /**
						 *	An expanded sub category
						 */
    /** First item/Self, in each category, acts as a title + a link */
    -moz-columns: unset;
         columns: unset;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist {
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist {
    padding: 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > a {
    color: black;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist > li > a::after {
    content: '▸';
    float: right;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist li {
    display: flex;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 {
    display: none;
    position: absolute;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0 li, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 li, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 li {
    margin: 0;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0 li a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0 li span, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 li a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 li span, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 li a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 li span {
    margin: 0;
    padding: 0;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0 li > a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 li > a, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 li > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.33rem 0.5rem !important;
  }
  .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-0 li > a > span, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-1 li > a > span, .modal.modal-menu-dropdown .modal-content .top-menu .top-menu__categories .jumbo-menu > .sublist .sublist.lvl-2 li > a > span {
    font-size: 1.05rem;
    line-height: 1.618rem;
    font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  }
  .modal.modal-menu-dropdown .modal-content .other-links {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .modal.modal-menu-dropdown .modal-content .other-links li a {
    font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1.618rem;
    padding: 0.125rem 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
    color: black;
  }
}

@media screen and (max-width: 1024px) and (max-width: 580px) {
  .modal.modal-menu-dropdown .modal-content .other-links li a {
    font-size: 1.05rem;
    line-height: 1.418rem;
  }
}

@media screen and (max-width: 1024px) {
  .modal.modal-menu-dropdown .modal-content .other-links li:last-child a::after {
    content: '';
    margin: 0;
  }
}

@media screen and (max-width: 580px) {
  .modal-menu-dropdown {
    top: 66px;
    height: 100%;
    max-height: calc(100vh - 66px);
    padding: 1rem !important;
  }
  .modal-menu-dropdown .modal-content .other-links {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

#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);
  /* Site settings 
--------------- */
}

#modal-search .search {
  display: block;
  width: 100%;
  padding-right: 0;
  height: 100%;
  background-color: white;
  border-left: none;
  border-right: none;
  top: 100%;
  right: 0;
  z-index: 10;
}

#modal-search .search form {
  margin: 0 auto;
  width: 1240px;
  max-width: 100%;
}

#modal-search .search input[type="text"] {
  flex: 5;
  padding: 1rem;
  z-index: 50;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  #modal-search .search input[type="text"] {
    width: 100%;
    padding: 1rem;
  }
}

#modal-search .search button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

#modal-search .search .ui-menu {
  max-width: 100%;
  width: 1240px;
}

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

#modal-search .search .ui-menu-item:first-child {
  margin-top: 1rem;
}

#modal-search .search .ui-menu-item img {
  display: none;
}

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

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

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

#modal-search .search form {
  flex-direction: row;
  display: flex;
  align-items: center;
}

#modal-search .search input[type="text"] {
  border: none;
  width: 100%;
  background-color: white;
}

#modal-search .search .search-box-button {
  display: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: black;
}

#modal-search .search .search-box-button img {
  max-height: 1.5rem;
}

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

#modal-search .close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  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;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

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

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

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

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

#modal-search .modal-content {
  position: relative;
}

#modal-search .modal-content .close-icon {
  position: absolute;
  top: -2rem;
  right: -2rem;
  z-index: 100000;
}

#modal-search .modal-content .close-icon svg {
  fill: #777;
}

#modal-search .ui-menu-item {
  padding: 0.5rem;
  background-color: white;
  border-bottom: 1px solid #eee;
  font-family: "Arimo-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: #BD313F;
}

#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: "SuisseIntl-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 .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 + .25rem) 0;
}

#modal-search .search-history span {
  font-family: "SuisseIntl-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: "SuisseIntl-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 .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;
  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: 2rem;
  top: 2rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  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;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

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

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

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

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

#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 {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1rem 0;
}

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

#modal-lightroom .close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  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;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

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

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

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

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

@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;
  }
}

#modal-print {
  top: 2rem;
  right: 2rem;
  max-width: 125px;
  height: 100px;
  width: 100px;
}

#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;
}

.modal {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 100;
  pointer-events: all;
  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;
}

.modal .modal-header .close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #777;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.8rem;
  cursor: pointer;
  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;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

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

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

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

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

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

.modal .modal-header .title {
  font-family: "Arimo-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: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 2.125rem;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

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

.modal .modal-content p {
  color: black;
  font-family: "Arimo-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: 36px;
}

.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: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  justify-content: center;
  padding: .85rem 1.25rem .75rem 1.25rem;
  transition: background-color .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;
  z-index: 200;
  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;
}

.page-title {
  text-align: center;
  border-bottom: 2px solid #BD313F;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 1rem 4rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .page-title {
    padding: 0;
    text-align: left;
    padding-bottom: 0.5rem;
    margin: 0;
    margin-bottom: 2rem;
  }
}

.page-title h1 {
  color: #BD313F;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.264rem;
  color: black;
}

@media screen and (max-width: 1024px) {
  .page-title h1 {
    font-size: 1.618rem;
    line-height: 2.418rem;
  }
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
.admin-header-links {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  cursor: move;
  width: auto;
  height: -moz-max-content;
  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: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

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

.admin-header-links a:hover {
  background-color: #BD313F;
  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;
}

.currency-selector,
.language-selector {
  display: none;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-solid-900.eot);
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-solid-900.woff2) format("woff2"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-solid-900.woff) format("woff"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-solid-900.ttf) format("truetype"), url(../../Themes/nop-theme-base/Content/dist/images/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-regular-400.eot);
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-regular-400.woff2) format("woff2"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-regular-400.woff) format("woff"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-regular-400.ttf) format("truetype"), url(../../Themes/nop-theme-base/Content/dist/images/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-brands-400.eot);
  src: url(../../Themes/nop-theme-base/Content/dist/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-brands-400.woff2) format("woff2"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-brands-400.woff) format("woff"), url(../../Themes/nop-theme-base/Content/dist/fonts/fa-brands-400.ttf) format("truetype"), url(../../Themes/nop-theme-base/Content/dist/images/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

[lazy-load].shines {
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}

[lazy-load].shines::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: shine 1.618s infinite;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
}

[lazy-load].shines img {
  transition: all 0.1s ease-in;
}

/* animation */
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  36% {
    transform: translateX(-36%);
  }
  100% {
    transform: translateX(100%);
  }
}

body {
  position: relative;
  font-family: 1rem;
  line-height: 1.618rem;
  min-height: 100%;
  min-width: 100%;
}

html {
  min-height: 100%;
  min-width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
}

html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.618rem;
  letter-spacing: 0;
}

html svg.topmenu-catalog-chevron, body svg.topmenu-catalog-chevron {
  margin-left: 0.25rem;
}

html a, body a {
  transition: color .15s ease-in;
  color: black;
}

html a:hover, body a:hover {
  color: #BD313F;
  text-decoration: none;
}

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

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

html .page-inner, body .page-inner {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 100%;
  gap: 2rem;
}

html .page-body, body .page-body {
  display: grid;
  grid-template-columns: 100%;
  gap: 4rem;
}

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

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

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

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

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

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

:root {
  --backdrop-color: rgba(0, 0, 0, 0.15);
  --header-lower-height: 52px;
}

.debug {
  display: none;
}


/* Site settings 
--------------- */
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;
}

.print-helper {
  position: fixed;
  right: 2rem;
  top: 3rem;
  color: black;
  font-size: 18px;
  padding: 1rem;
  background-color: #eee;
  z-index: 500;
}

.print-helper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eee;
  top: 0;
  left: -15px;
}

@media print {
  .html-product-details-page #--themed .product-collateral table.associated-products {
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .html-product-details-page #--themed .product-collateral table.associated-products thead tr td:nth-child(1), .html-product-details-page #--themed .product-collateral table.associated-products tbody tr td:nth-child(1) {
    display: none !important;
  }
  .html-product-details-page #--themed .product-collateral table.associated-products thead tr td:nth-child(2), .html-product-details-page #--themed .product-collateral table.associated-products tbody tr td:nth-child(2) {
    background: transparent !important;
    left: 0;
  }
  ul.mega-menu {
    display: none;
  }
  html, body {
    height: 99% !important;
    max-height: 99% !important;
  }
  html,
  body,
  .master,
  main,
  .master-wrapper-content,
  .master-wrapper-page {
    -webkit-print-color-adjust: exact;
  }
  body {
    padding: 0;
    margin: 0;
  }
  .master-wrapper-content {
    padding: 0;
  }
  .master-column-wrapper {
    width: 100%;
  }
  @page {
    :first-child {
      margin-top: 0;
    }
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 6mm;
    margin-bottom: 6mm;
  }
  html body .page-body .product-essential {
    display: flex !important;
    flex-direction: row;
    gap: unset !important;
  }
  html body .page-body .product-essential .gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    flex: 2;
    background: #f7f7f7;
    padding: 2rem;
    height: -moz-max-content !important;
    height: max-content !important;
    gap: unset !important;
    margin-right: 2rem;
  }
  html body .page-body .product-essential .gallery .main-image .product-ribbon.tr {
    top: -14px;
    right: -14px;
  }
  html body .page-body .product-essential .gallery .main-image .product-ribbon.tl {
    top: -14px;
    left: -14px;
  }
  html body .page-body .product-essential .gallery .main-image .product-ribbon.br {
    bottom: -14px;
    right: -14px;
  }
  html body .page-body .product-essential .gallery .main-image .product-ribbon.bl {
    bottom: -14px;
    left: -14px;
  }
  html body .page-body .product-essential .gallery .product-picture {
    height: 100%;
  }
  html body .page-body .product-essential .gallery img {
    padding: 0;
    height: 100%;
    max-height: 180px;
  }
  html body .page-body .product-essential .gallery img:only-child {
    width: 100%;
  }
  html body .page-body .product-essential .overview {
    flex: 4;
  }
  html body .page-body .product-essential .overview h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  html body .page-body .product-essential .overview .short-description h2 {
    font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  html body .page-body .product-essential .overview .overview__top, html body .page-body .product-essential .overview .overview__top p {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  html body .page-body .product-essential .overview .overview__top .properties .property {
    margin-bottom: 0;
  }
  html body .page-body .product-essential .overview .overview__top .properties .property .name, html body .page-body .product-essential .overview .overview__top .properties .property .value {
    font-size: 11px !important;
    line-height: 17px;
    margin-bottom: 0;
    padding: 0;
  }
  html body .page-body .product-essential .overview .overview__top .properties .icons {
    display: flex;
    flex-wrap: wrap;
  }
  .footer,
  .top-header,
  .breadcrumb,
  .admin-header-links,
  .product-collateral .buttons-bottom,
  .header .header-icons,
  .store-search-box,
  .header .top-menu,
  .product-downloads-wrapper,
  .product-sheet,
  .associated-product__buttons,
  .associated-table tr td:first-child,
  .toggler,
  #picture-thumbs,
  #eu-cookie-bar-notification,
  #CookiebotWidget {
    display: none !important;
  }
  .product-collateral {
    margin-top: 2cm;
    display: block;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 0;
    margin: 0;
  }
  .product-collateral .associated-products {
    display: block;
    padding: 0;
  }
  .product-collateral .associated-products thead tr, .product-collateral .associated-products tbody tr {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: unset !important;
    padding-right: 3pt;
  }
  .product-collateral .associated-products thead tr, .product-collateral .associated-products thead tr td, .product-collateral .associated-products thead tr span, .product-collateral .associated-products tbody tr, .product-collateral .associated-products tbody tr td, .product-collateral .associated-products tbody tr span {
    -webkit-break-before: always;
    -webkit-break-inside: avoid;
    -moz-column-break-before: always;
         break-before: always;
    break-inside: avoid-page;
  }
  .product-collateral .associated-products thead tr td:nth-child(n + 3) span, .product-collateral .associated-products tbody tr td:nth-child(n + 3) span {
    margin-left: 3px !important;
  }
  .product-collateral .associated-products thead tr, .product-collateral .associated-products thead tr td, .product-collateral .associated-products thead tr span, .product-collateral .associated-products tbody tr, .product-collateral .associated-products tbody tr td, .product-collateral .associated-products tbody tr span {
    line-height: 18px;
    font-size: 11px;
    transform: translateY(1px);
  }
  .product-collateral .associated-products tr.associated-product.--hidden {
    display: none !important;
    max-height: 0.5px !important;
  }
  .product-collateral .associated-products .associated-product {
    display: block;
    width: 100%;
    padding: 0 !important;
    grid-template-columns: 100% !important;
  }
  .product-collateral .associated-products .associated-product td {
    width: 100%;
  }
  .product-collateral .associated-products .associated-product td.associated-product__specs {
    min-width: 100%;
  }
  .product-collateral .associated-products .associated-product td.associated-product__picture {
    display: none;
  }
  .header {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  body {
    position: relative;
  }
  .header {
    display: block;
    position: initial;
  }
  .header-logo {
    position: block;
    width: 70%;
  }
  .overview {
    width: 100%;
  }
  .overview p {
    word-break: keep-all;
  }
  table.associated-products thead td {
    margin-top: 0 !important;
  }
  table.associated-products thead,
  table.associated-products thead tr {
    padding: 0;
  }
  table.associated-products thead td,
  table.associated-products thead tr td {
    min-width: 25%;
    max-width: 25%;
  }
  table.associated-products .td.associated-products__specs {
    width: 100%;
    min-width: 100%;
  }
  table.associated-products .spec {
    max-width: 150px;
    margin-top: 0;
    padding: 0.25rem 0.5rem !important;
  }
  table.associated-products .spec span {
    padding: 0 !important;
    margin-left: 0 !important;
    display: block;
  }
  .page-break-print-fix {
    width: 100%;
    height: 100%;
  }
  #product-downloads-wrapper {
    display: none;
  }
  article {
    display: block;
    flex-direction: column;
  }
  article .related-products,
  article .related-products-title {
    display: none !important;
  }
  article .product-essential {
    flex: 1;
    min-height: 100%;
  }
  article .additional-details-wrapper.product-info {
    display: flex;
    flex-wrap: nowrap;
    gap: unset !important;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  article .additional-details-wrapper.product-info .instructions {
    padding: 0;
  }
  article .additional-details-wrapper.product-info .instructions h4 {
    margin: 0 !important;
  }
  article .additional-details-wrapper.product-info .instructions .product-info__block-body {
    padding: 0.5rem !important;
    margin: 0 !important;
  }
  article .additional-details-wrapper.product-info .instructions .product-info__block-body .pics {
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  article .additional-details-wrapper.product-info .instructions .product-info__block-body .pics img {
    margin: 0 !important;
  }
  article .additional-details-wrapper.product-info .instructions .product-info__block-body .pics img:first-child, article .additional-details-wrapper.product-info .instructions .product-info__block-body .pics img:last-child {
    max-width: unset;
    width: calc(50% - 1rem) !important;
    margin: 0 auto;
  }
  article .additional-details-wrapper.product-info .instructions .product-info__block-body .pics img :only-child {
    width: 50% !important;
    margin: 0 auto;
  }
  article .additional-details-wrapper.product-info .product-info__block {
    flex: 1;
    margin: 0;
    padding: 0;
  }
  article .additional-details-wrapper.product-info .product-info__block h3 {
    margin-top: 0 !important;
    font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    padding: 0.5rem;
    background-color: #e7e7e7 !important;
  }
  article .additional-details-wrapper.product-info .product-info__block p {
    font-size: 11px;
    line-height: 17px;
  }
  .product-collateral .associated-products thead tr td,
  .product-collateral .associated-products tbody tr td {
    padding: 0.1rem 0.5rem;
  }
  .product-collateral .associated-products thead tr td.spec,
  .product-collateral .associated-products tbody tr td.spec {
    min-width: 20%;
    padding: 0.1rem 0.5rem;
  }
  .product-collateral .associated-products thead tr td.associated-products__specs,
  .product-collateral .associated-products tbody tr td.associated-products__specs {
    padding: 0 !important;
    flex-direction: column;
  }
  .product-collateral .associated-products thead tr td:nth-child(2),
  .product-collateral .associated-products tbody tr td:nth-child(2) {
    border-left: none;
  }
  .product-collateral .associated-products thead tr td:nth-child(1n + 7),
  .product-collateral .associated-products tbody tr td:nth-child(1n + 7) {
    display: none;
  }
  .product-collateral table.associated-products tbody tr td.spec {
    text-overflow: unset;
  }
  .product-collateral .associated-products .associated-product {
    width: 100%;
  }
  .product-collateral .associated-products thead tr td:first-child {
    border-left: none;
  }
  tr {
    display: none;
  }
  .associated-product {
    grid-template-columns: 100%;
    flex-direction: column;
  }
  .associated-product td {
    width: 100%;
  }
  .associated-product td.associated-product__specs {
    padding: 1rem 0 !important;
    justify-content: space-between !important;
  }
  .associated-product td.associated-product__specs .specs {
    width: 65% !important;
  }
  .associated-product td.associated-product__specs .spec-row:last-child {
    border-bottom: none;
  }
  .associated-product td.associated-product__specs .pic {
    width: 35% !important;
    overflow: hidden;
    height: 100%;
  }
  .associated-product td.associated-product__specs .pic img {
    height: 180px;
    aspect-ratio: 4/3;
  }
  .associated-product .associated-product__picture {
    display: none;
  }
  .title {
    display: none;
  }
  .page-body {
    display: flex;
    flex-direction: column;
  }
  .page-body p {
    font-size: 11px;
    line-height: 17px;
  }
  .product-collateral .associated-products .associated-product,
  .page-body,
  .gallery,
  .product-essential,
  .product-info,
  .additional-details-wrapper {
    display: flex;
  }
  .product-details-form article {
    display: grid;
  }
  #modal-print {
    display: none;
  }
}


/* Site settings 
--------------- */
/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  position: relative;
  visibility: hidden;
  outline: none;
}

.splide__slide {
  position: relative;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  flex-shrink: 0;
  text-align: center;
  padding: 4px;
}

.splide__slide img {
  vertical-align: bottom;
  max-height: 100%;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s infinite linear;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  background: transparent;
}

.splide__arrow svg {
  width: 2.5em;
  height: 2.5em;
  fill: #BD313F;
  transition: fill .2s linear;
}

.splide__arrow:hover {
  cursor: pointer;
}

.splide__arrow:hover svg {
  fill: #dc7882;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: all .2s linear;
  border: none;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #BD313F;
}

.splide__pagination__page:hover {
  cursor: pointer;
  background: #dc7882;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #BD313F;
}

.splide__spinner {
  border: 2px solid #BD313F;
  border-left-color: transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 2px solid #ddd;
  cursor: pointer;
  opacity: .7;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #BD313F;
  opacity: 1;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__arrows .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__arrows .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translate(0, 50%);
}

img {
  cursor: pointer;
}

.picture-thumbs {
  position: relative;
  display: flex;
  flex-direction: column;
}

.picture-thumbs .shine-wrapper {
  width: 100%;
  display: flex;
  height: 400px;
}

.picture-thumbs .product-video {
  min-width: 75px;
  min-height: 75px;
  width: 75px;
  height: 75px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.picture-thumbs .product-video:hover {
  background-color: #e7e7e7;
}

.picture-thumbs .product-video span {
  color: white;
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 30px;
}

.picture-thumbs .thumb-item {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.picture-thumbs .thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.picture-thumbs .thumb-item:hover {
  border: 1px solid #BD313F;
}

.picture-thumbs .thumb-item:last-child {
  margin-bottom: 0;
}

.product-picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #f7f7f7;
  aspect-ratio: 4/3.5;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1024px) {
  .product-picture {
    -o-object-position: center;
       object-position: center;
    max-height: unset;
    min-height: unset;
  }
}

@media screen and (max-width: 1024px) {
  .picture-thumbs {
    flex-direction: row;
  }
  .picture-thumbs .thumb-item {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 0.5rem;
  }
  .picture-thumbs .thumb-item:hover {
    border: 1px solid #BD313F;
  }
  .picture-thumbs .thumb-item:last-child {
    margin-right: 0;
  }
}

.product-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.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 {
  border-bottom: 1px solid #e9ecef;
}

.availability > div {
  display: flex;
  flex-direction: row;
  font-size: .9rem;
}

.availability > div.back-in-stock-subscription {
  display: flex;
  margin: 5px 0;
}

.availability > div.back-in-stock-subscription input {
  width: 100%;
}

.availability .label {
  flex-basis: 42%;
  font-weight: 500;
  padding: 3px 0;
}

.availability .value {
  padding: 3px 0;
}

.form-fields {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background-color: #f7f7f7;
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

textarea {
  outline: none;
  font-size: 1rem;
  max-width: 100%;
  min-height: 2rem;
  padding: 1rem;
  width: 100%;
  border: none;
}

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

.add-to-cart {
  padding: 20px;
  margin: -20px;
}

.add-to-cart .add-to-cart-panel {
  display: flex;
  flex-direction: row;
}

.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  font-weight: 700;
  padding: 0 20px;
}

.add-to-cart .add-to-cart-button {
  flex-grow: 1;
  margin-left: 10px;
  cursor: pointer;
}

.product-tags-box {
  padding: 20px 0;
}

.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-specs-box table {
  width: 100%;
}

.product-specs-box .spec-name {
  color: #6c757d;
  width: 50%;
}

.product-specs-box th, .product-specs-box td {
  border-bottom: 1px solid #e9ecef;
  padding: 4px 0;
}

.product-specs-box th {
  padding-bottom: 5px;
}

.product-specs-box tbody tr:hover {
  background-color: #fafafa;
}

.product-specs-box .color-squares .attribute-square {
  display: inline-block;
  width: 20px;
}

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;
}

.properties {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.properties .property {
  margin-bottom: 0.5rem;
  display: inline;
  width: 100%;
}

.properties .property:last-child {
  margin-bottom: 0;
}

.properties .property .name, .properties .property .value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.properties .property > .name {
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  color: black;
  margin-bottom: 0;
  display: inline-flex;
}

.properties .property > .value {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  display: inline;
}

.properties .property > .value.icons {
  margin-top: .5rem;
  flex-direction: row;
  gap: 0.384rem;
  flex-wrap: wrap;
}

.properties .property > .value.icons div {
  width: 50px;
  height: 50px;
}

.properties .property > .value.icons div > img {
  margin-right: 0;
  height: 50px;
  width: 50px;
}

.properties .property > .value.icons .icon {
  width: 50px;
  height: 50px;
  cursor: default;
}

.properties .property > .value.icons img {
  width: 50px;
  height: 50px;
  cursor: default;
}

.properties .property:has(span.value:empty) {
  display: none;
}

.properties .property.icons .value.icons {
  display: flex;
  flex-direction: row;
}

.properties .property.icons .value.icons img {
  height: 50px;
  width: 50px;
}

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;
}

.product-info {
  display: grid;
  margin: 2rem 0;
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .product-info {
    grid-template-columns: 1fr 1fr;
  }
}

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

@media screen and (max-width: 580px) {
  .product-info {
    grid-template-columns: 1fr;
  }
}

.product-info h3 {
  font-size: 1rem;
  padding: 0.5rem;
  line-height: 1rem;
  margin: 0;
  background-color: #DBDBDB;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-stretch: extra-condensed;
  text-transform: capitalize;
}

.product-info .product-sheet span {
  color: #BD313F;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.product-info .product-sheet span:hover {
  color: black;
}

.product-info__block-body {
  padding-bottom: 0.5rem;
  margin: 0.5rem;
}

.product-info__block-body a {
  display: block;
  color: #BD313F;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  transition: none;
}

.product-info__block-body a:hover {
  color: #441217;
}

.product-info__block-body img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .product-info__block-body img {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-info__block-body img {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 580px) {
  .product-info__block-body img {
    margin-top: 0.5rem;
  }
}

.product-info__block-body .pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-info__block-body .pics img:first-child {
  max-width: calc(55% - 1rem);
}

.product-info__block-body .pics img:last-child {
  max-width: calc(45% - 1rem);
}

.product-info__left div:first-child, .product-info__right div:first-child {
  margin-top: 0;
}

.delivery .free-shipping {
  font-weight: 500;
  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-reviews-overview {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 992px) {
  .product-reviews-overview {
    align-items: center;
    flex-direction: row;
  }
}

.product-reviews-overview .rating {
  background: url(../../Themes/nop-theme-base/Content/dist/images/rating1.png) repeat-x;
  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/Content/dist/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 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;
}

#nonrequired-attributes {
  overflow: hidden;
  margin-bottom: 0;
}

#nonrequired-attributes dt {
  display: none;
}

#required-attributes, #nonrequired-attributes-overlay {
  padding: 20px;
  margin: -20px;
  background-color: white;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-left: 0;
}

#nonrequired-attributes-overlay {
  border-top: 0;
}

#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: .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: .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 .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: .4rem;
  transition: all .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: .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: .5rem;
  width: 100%;
}

#nonrequired-attributes-overlay .accessories li:hover {
  background-color: #e9ecef;
  transition: all .1s ease-in;
}

#nonrequired-attributes-overlay .accessories li.selected {
  background-color: #e9ecef;
}

.availability-details {
  display: flex;
  flex-direction: column;
}

.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: .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: .5rem;
}

.availability-details .quantity #qty-indicator {
  margin-left: .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;
}

.breadcrumb {
  font-size: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.breadcrumb ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  display: contents;
  word-wrap: break-word;
  max-width: calc(100vw - 2rem);
}

.breadcrumb .delimiter {
  padding: 0 0.5rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

.breadcrumb a {
  display: inline-block;
  color: #666;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}

.breadcrumb .current-item a {
  color: #aaa;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
.grid-item.product-item {
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: none;
}

.grid-item.product-item:hover {
  border-bottom: none;
}

.grid-item.product-item .title {
  font-size: 1.4rem;
  font-weight: 500;
}

.grid-item.product-item .picture {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  max-height: 15rem;
  min-height: 15rem;
  background-color: #f7f7f7;
  transition: background-color 0.07s ease-in;
}

.grid-item.product-item .picture a {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.grid-item.product-item .picture img {
  min-width: 100%;
  min-height: 100%;
  padding: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 580px) {
  .grid-item.product-item .picture {
    max-height: 12rem;
    min-height: 12rem;
  }
}

.grid-item.product-item .picture:hover {
  background-color: #e7e7e7;
}

.grid-item.product-item .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

.grid-item.product-item .description p {
  display: none;
}

.grid-item.product-item .description p:first-child {
  display: block;
}

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;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: box-shadow .2s;
}

.product-item:hover {
  transition: box-shadow .2s;
}

.product-item h4 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7798rem;
}

.product-item .picture {
  text-align: center;
}

.product-item .picture a, .product-item .picture img {
  min-width: 100%;
}

.product-item .details {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  padding: 0.25rem 0 0 0;
}

.product-item .description {
  color: #6c757d;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

.product-item img {
  max-height: 222px;
}

.product-item a {
  color: #BD313F;
}

.product-item .prices {
  align-items: flex-end;
  display: flex;
  font-size: 1rem;
  line-height: 1;
}

.product-item .prices .actual-price {
  font-weight: 700;
  order: 0;
}

.product-item .prices .old-price {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: .2rem;
  order: 1;
  text-decoration: line-through;
}

.product-item .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-item button {
  background-color: transparent;
  border: none;
}

.product-item .buttons button {
  color: #6c757d;
  padding: 8px;
  position: relative;
  z-index: 0;
}

.product-item .buttons button svg {
  display: block;
  fill: currentColor;
}

.add-info {
  display: none;
}

@media (min-width: 992px) {
  .add-info {
    width: 320px;
  }
}

.add-info .prices {
  justify-content: center;
}

.related-products-grid.product-grid .title {
  font-size: 1.5rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .related-products-grid.product-grid .title {
    font-size: 2rem;
  }
  .related-products-grid.product-grid .title::after {
    background-color: #e9ecef;
    content: '';
    display: inline-block;
    height: 3px;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }
}

.related-products-grid.product-grid, .related-products-grid.product-grid .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
  gap: 2rem;
  gap: 2rem;
  /** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
  /** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
  row-gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .related-products-grid.product-grid, .related-products-grid.product-grid .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 380px) {
  .related-products-grid.product-grid, .related-products-grid.product-grid .product-grid {
    grid-template-columns: 1fr;
  }
}

.related-products-grid.product-grid h1, .related-products-grid.product-grid .product-grid h1 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h2, .related-products-grid.product-grid .product-grid h2 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h3, .related-products-grid.product-grid .product-grid h3 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h4, .related-products-grid.product-grid .product-grid h4 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h5, .related-products-grid.product-grid .product-grid h5 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h6, .related-products-grid.product-grid .product-grid h6 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid div.product-ribbon, .related-products-grid.product-grid .product-grid div.product-ribbon {
  position: absolute;
}

.related-products-grid.product-grid div.product-ribbon .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon .with-token {
  display: flex;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon .with-token {
    justify-content: center;
    align-items: center;
  }
}

.related-products-grid.product-grid div.product-ribbon span, .related-products-grid.product-grid .product-grid div.product-ribbon span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  line-height: 1;
}

.related-products-grid.product-grid div.product-ribbon.tm, .related-products-grid.product-grid .product-grid div.product-ribbon.tm {
  top: 1rem;
  left: 50%;
}

.related-products-grid.product-grid div.product-ribbon.tm > span, .related-products-grid.product-grid .product-grid div.product-ribbon.tm > span {
  position: relative;
  left: -50%;
}

.related-products-grid.product-grid div.product-ribbon.tl, .related-products-grid.product-grid .product-grid div.product-ribbon.tl {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.tl .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.tl .with-token {
    text-align: left;
  }
  .related-products-grid.product-grid div.product-ribbon.tl .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.tl .with-token > span {
    width: 100%;
    top: 5px;
  }
}

.related-products-grid.product-grid div.product-ribbon.tr, .related-products-grid.product-grid .product-grid div.product-ribbon.tr {
  top: 1rem;
  right: 1rem;
}

.related-products-grid.product-grid div.product-ribbon.tr .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.tr .with-token {
  text-align: right;
}

.related-products-grid.product-grid div.product-ribbon.tr .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.tr .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.tr .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.tr .with-token > span {
    top: 5px;
  }
}

.related-products-grid.product-grid div.product-ribbon.bm, .related-products-grid.product-grid .product-grid div.product-ribbon.bm {
  bottom: 1rem;
  left: 50%;
}

.related-products-grid.product-grid div.product-ribbon.bm > span, .related-products-grid.product-grid .product-grid div.product-ribbon.bm > span {
  position: relative;
  left: -50%;
}

.related-products-grid.product-grid div.product-ribbon.br, .related-products-grid.product-grid .product-grid div.product-ribbon.br {
  bottom: 1rem;
  right: 1rem;
}

.related-products-grid.product-grid div.product-ribbon.br .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.br .with-token {
  text-align: right;
}

.related-products-grid.product-grid div.product-ribbon.br .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.br .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.br .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.br .with-token > span {
    top: 5px;
  }
}

.related-products-grid.product-grid div.product-ribbon.bl, .related-products-grid.product-grid .product-grid div.product-ribbon.bl {
  bottom: 1rem;
  left: 1rem;
}

.related-products-grid.product-grid div.product-ribbon.bl .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.bl .with-token {
  text-align: left;
}

.related-products-grid.product-grid div.product-ribbon.bl .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.bl .with-token > span {
  bottom: 5px;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.bl .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.bl .with-token > span {
    width: 100%;
  }
}

.related-products-grid.product-grid div.product-ribbon.lm, .related-products-grid.product-grid .product-grid div.product-ribbon.lm {
  top: 50%;
  left: 1rem;
}

.related-products-grid.product-grid div.product-ribbon.lm > span, .related-products-grid.product-grid .product-grid div.product-ribbon.lm > span {
  position: relative;
  top: -50%;
}

.related-products-grid.product-grid div.product-ribbon.lm .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.lm .with-token {
  text-align: left;
}

.related-products-grid.product-grid div.product-ribbon.lm .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.lm .with-token > span {
  width: 100%;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.lm .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.lm .with-token > span {
    top: 5px;
  }
}

.related-products-grid.product-grid div.product-ribbon.rm, .related-products-grid.product-grid .product-grid div.product-ribbon.rm {
  top: 50%;
  right: 1rem;
}

.related-products-grid.product-grid div.product-ribbon.rm > span, .related-products-grid.product-grid .product-grid div.product-ribbon.rm > span {
  position: relative;
  top: -50%;
}

.related-products-grid.product-grid div.product-ribbon.rm .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.rm .with-token {
  text-align: right;
}

.related-products-grid.product-grid div.product-ribbon.rm .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.rm .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products-grid.product-grid div.product-ribbon.rm .with-token > span, .related-products-grid.product-grid .product-grid div.product-ribbon.rm .with-token > span {
    top: 5px;
  }
}

.related-products-grid.product-grid div.product-ribbon.c, .related-products-grid.product-grid .product-grid div.product-ribbon.c {
  left: 50%;
  top: 50%;
}

.related-products-grid.product-grid div.product-ribbon.c .with-token, .related-products-grid.product-grid .product-grid div.product-ribbon.c .with-token {
  justify-content: center;
}

.related-products-grid.product-grid div.product-ribbon.c > span, .related-products-grid.product-grid .product-grid div.product-ribbon.c > span {
  position: relative;
  top: -50%;
  left: -50%;
}

.related-products-grid.product-grid .grid-item, .related-products-grid.product-grid .product-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
}

.related-products-grid.product-grid .grid-item .picture, .related-products-grid.product-grid .product-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.related-products-grid.product-grid .grid-item .picture a, .related-products-grid.product-grid .grid-item .picture img, .related-products-grid.product-grid .product-grid .grid-item .picture a, .related-products-grid.product-grid .product-grid .grid-item .picture img {
  width: 100%;
  height: 100%;
}

.related-products-grid.product-grid .grid-item .picture img, .related-products-grid.product-grid .product-grid .grid-item .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

.related-products-grid.product-grid .grid-item .details, .related-products-grid.product-grid .product-grid .grid-item .details {
  width: 100%;
  height: 100%;
}

.related-products-grid.product-grid .grid-item .content, .related-products-grid.product-grid .product-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.related-products-grid.product-grid .grid-item .content .title h3, .related-products-grid.product-grid .product-grid .grid-item .content .title h3 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

.related-products-grid.product-grid .grid-item .content .content-lower, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.related-products-grid.product-grid .grid-item .content .content-lower .description, .related-products-grid.product-grid .grid-item .content .content-lower .description p, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower .description, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower .description p {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

.related-products-grid.product-grid .grid-item .content .content-lower .description p:only-child, .related-products-grid.product-grid .grid-item .content .content-lower .description p p:only-child, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower .description p:only-child, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

.related-products-grid.product-grid .grid-item .content .content-lower .link, .related-products-grid.product-grid .product-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

.related-products-grid.product-grid .grid-item.product-item, .related-products-grid.product-grid .product-grid .grid-item.product-item {
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: none;
}

.related-products-grid.product-grid .grid-item.product-item:hover, .related-products-grid.product-grid .product-grid .grid-item.product-item:hover {
  border-bottom: none;
}

.related-products-grid.product-grid .grid-item.product-item .title, .related-products-grid.product-grid .product-grid .grid-item.product-item .title {
  font-size: 1.4rem;
  font-weight: 500;
}

.related-products-grid.product-grid .grid-item.product-item .picture, .related-products-grid.product-grid .product-grid .grid-item.product-item .picture {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  max-height: 15rem;
  min-height: 15rem;
  background-color: #f7f7f7;
  transition: background-color 0.07s ease-in;
}

.related-products-grid.product-grid .grid-item.product-item .picture a, .related-products-grid.product-grid .product-grid .grid-item.product-item .picture a {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.related-products-grid.product-grid .grid-item.product-item .picture img, .related-products-grid.product-grid .product-grid .grid-item.product-item .picture img {
  min-width: 100%;
  min-height: 100%;
  padding: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 580px) {
  .related-products-grid.product-grid .grid-item.product-item .picture, .related-products-grid.product-grid .product-grid .grid-item.product-item .picture {
    max-height: 12rem;
    min-height: 12rem;
  }
}

.related-products-grid.product-grid .grid-item.product-item .picture:hover, .related-products-grid.product-grid .product-grid .grid-item.product-item .picture:hover {
  background-color: #e7e7e7;
}

.related-products-grid.product-grid .grid-item.product-item .link, .related-products-grid.product-grid .product-grid .grid-item.product-item .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

.related-products-grid.product-grid .grid-item.product-item .description p, .related-products-grid.product-grid .product-grid .grid-item.product-item .description p {
  display: none;
}

.related-products-grid.product-grid .grid-item.product-item .description p:first-child, .related-products-grid.product-grid .product-grid .grid-item.product-item .description p:first-child {
  display: block;
}

.related-products-grid.product-grid h1, .related-products-grid.product-grid .product-grid h1 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h2, .related-products-grid.product-grid .product-grid h2 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h3, .related-products-grid.product-grid .product-grid h3 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h4, .related-products-grid.product-grid .product-grid h4 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h5, .related-products-grid.product-grid .product-grid h5 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid h6, .related-products-grid.product-grid .product-grid h6 {
  margin: 0;
  padding: 0;
}

.related-products-grid.product-grid .product-item, .related-products-grid.product-grid .product-grid .product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: box-shadow .2s;
}

.related-products-grid.product-grid .product-item:hover, .related-products-grid.product-grid .product-grid .product-item:hover {
  transition: box-shadow .2s;
}

.related-products-grid.product-grid .product-item h4, .related-products-grid.product-grid .product-grid .product-item h4 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7798rem;
}

.related-products-grid.product-grid .product-item .picture, .related-products-grid.product-grid .product-grid .product-item .picture {
  text-align: center;
}

.related-products-grid.product-grid .product-item .picture a, .related-products-grid.product-grid .product-item .picture img, .related-products-grid.product-grid .product-grid .product-item .picture a, .related-products-grid.product-grid .product-grid .product-item .picture img {
  min-width: 100%;
}

.related-products-grid.product-grid .product-item .details, .related-products-grid.product-grid .product-grid .product-item .details {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  padding: 0.25rem 0 0 0;
}

.related-products-grid.product-grid .product-item .description, .related-products-grid.product-grid .product-grid .product-item .description {
  color: #6c757d;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

.related-products-grid.product-grid .product-item img, .related-products-grid.product-grid .product-grid .product-item img {
  max-height: 222px;
}

.related-products-grid.product-grid .product-item a, .related-products-grid.product-grid .product-grid .product-item a {
  color: #BD313F;
}

.related-products-grid.product-grid .product-item .prices, .related-products-grid.product-grid .product-grid .product-item .prices {
  align-items: flex-end;
  display: flex;
  font-size: 1rem;
  line-height: 1;
}

.related-products-grid.product-grid .product-item .prices .actual-price, .related-products-grid.product-grid .product-grid .product-item .prices .actual-price {
  font-weight: 700;
  order: 0;
}

.related-products-grid.product-grid .product-item .prices .old-price, .related-products-grid.product-grid .product-grid .product-item .prices .old-price {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: .2rem;
  order: 1;
  text-decoration: line-through;
}

.related-products-grid.product-grid .product-item .buttons, .related-products-grid.product-grid .product-grid .product-item .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-products-grid.product-grid .product-item button, .related-products-grid.product-grid .product-grid .product-item button {
  background-color: transparent;
  border: none;
}

.related-products-grid.product-grid .product-item .buttons button, .related-products-grid.product-grid .product-grid .product-item .buttons button {
  color: #6c757d;
  padding: 8px;
  position: relative;
  z-index: 0;
}

.related-products-grid.product-grid .product-item .buttons button svg, .related-products-grid.product-grid .product-grid .product-item .buttons button svg {
  display: block;
  fill: currentColor;
}

.related-products-grid.product-grid .add-info, .related-products-grid.product-grid .product-grid .add-info {
  display: none;
}

@media (min-width: 992px) {
  .related-products-grid.product-grid .add-info, .related-products-grid.product-grid .product-grid .add-info {
    width: 320px;
  }
}

.related-products-grid.product-grid .add-info .prices, .related-products-grid.product-grid .product-grid .add-info .prices {
  justify-content: center;
}

.related-products-grid.product-grid .grid-item .details, .related-products-grid.product-grid .product-grid .grid-item .details {
  margin-top: 0.25rem;
}

.also-purchased-products-grid.product-grid .title {
  font-size: 1.5rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .also-purchased-products-grid.product-grid .title {
    font-size: 2rem;
  }
  .also-purchased-products-grid.product-grid .title::after {
    background-color: #e9ecef;
    content: '';
    display: inline-block;
    height: 3px;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }
}

.also-purchased-products-grid.product-grid, .also-purchased-products-grid.product-grid .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
  gap: 1rem;
  gap: 1rem;
}

@media screen and (max-width: 1024px) {
  .also-purchased-products-grid.product-grid, .also-purchased-products-grid.product-grid .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 380px) {
  .also-purchased-products-grid.product-grid, .also-purchased-products-grid.product-grid .product-grid {
    grid-template-columns: 1fr;
  }
}

.attributes select {
  border-color: #e9ecef;
  height: 2rem;
  width: 100%;
}

.attributes .attribute-description {
  display: none;
}

.attributes .attribute-description p {
  font-weight: normal;
}

.attributes dl dt {
  position: relative;
}

.attributes dl dt.has-description * {
  cursor: pointer;
}

.attributes dl dt.has-description:after {
  content: '[?]';
  cursor: pointer;
  color: #51ab3f;
  font-size: .8rem;
  letter-spacing: 4px;
}

.buttons-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.buttons-bottom > * {
  width: 50%;
  text-align: center;
  margin-right: 1rem;
  font-size: 0.9rem;
  padding: 1rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  background-color: black;
  color: white;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.buttons-bottom > *:hover {
  background-color: #444;
}

.buttons-bottom > *:hover, .buttons-bottom > *:hover a {
  color: white;
}

.buttons-bottom > *::-moz-selection {
  background: transparent;
}

.buttons-bottom > *::selection {
  background: transparent;
}

.buttons-bottom > *:last-child {
  margin-right: 0;
}

@media screen and (max-width: 580px) {
  .buttons-bottom {
    flex-direction: column;
  }
  .buttons-bottom > * {
    margin: 0;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.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;
}

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;
}

/** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
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;
}

/* ############################# 
 *  Constant values
 * ############################# */
/* ############################# 
 *  Classes
 * ############################# */
.fade-in-center {
  animation: slide-in-center 0.50s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

.fade-out-center {
  animation: slide-out-center 0.50s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

/* Top */
/* ############### */
.fade-in-top {
  animation: slide-in-top 1.00s ease-out;
  animation-fill-mode: forwards;
  top: 0;
}

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

.fade-out-bottom {
  animation: slide-out-bottom .618s ease;
  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;
  left: 0;
}

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

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

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

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

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

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

@keyframes slide-out-bottom {
  0% {
    opacity: 1;
    transform: translateY(0), translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-75px), translateX(-50%) !important;
  }
}

@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 {
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
}

/** 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);
  }
}

.product-collateral {
  background-color: #fff;
}

.product-collateral table.associated-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-collateral table.associated-products tr {
  z-index: 199;
}

.product-collateral table.associated-products .associated-product {
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  opacity: 1;
  margin-top: 0;
  transition: all 0.7s ease;
  opacity: 0;
  width: 100%;
}

.product-collateral table.associated-products .associated-product .content {
  display: flex;
  flex-direction: column;
}

.product-collateral table.associated-products .associated-product__title, .product-collateral table.associated-products .associated-product__specs, .product-collateral table.associated-products .associated-product__buttons {
  width: 100%;
}

.product-collateral table.associated-products .associated-product__title {
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 0.5rem;
}

.product-collateral table.associated-products .associated-product__title h5 {
  grid-row: 1;
  grid-column: 1;
  font-size: 1rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
}

.product-collateral table.associated-products .associated-product__specs {
  display: flex;
  align-items: flex-start;
}

.product-collateral table.associated-products .associated-product__specs .specs {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
}

.product-collateral table.associated-products .associated-product__specs .pic {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  background: #f7f7f7;
  height: 100%;
  margin-left: 2rem;
}

.product-collateral table.associated-products .associated-product__specs .pic img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .product-collateral table.associated-products .associated-product__specs .pic {
    margin-left: 0;
    width: 100%;
  }
}

.product-collateral table.associated-products .associated-product__specs .spec-row {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  border-bottom: 1px solid #ddd;
  padding: 0.25rem 0.5rem;
}

.product-collateral table.associated-products .associated-product__specs .spec-row__spec, .product-collateral table.associated-products .associated-product__specs .spec-row__value {
  word-break: break-all;
}

.product-collateral table.associated-products .associated-product__specs .spec-row__spec {
  width: 100%;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
  padding-right: 1rem;
}

.product-collateral table.associated-products .associated-product__specs .spec-row__value {
  width: 100%;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 580px) {
  .product-collateral table.associated-products .associated-product__specs .spec-row {
    grid-template-columns: 100%;
  }
}

.product-collateral table.associated-products .associated-product__buttons {
  margin-top: 1rem;
}

.product-collateral table.associated-products .associated-product__buttons > * {
  margin-right: 1rem;
  padding: 0.25rem 1rem;
  padding-right: 1.25rem;
  background-color: black;
  color: white;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .product-collateral table.associated-products .associated-product__buttons > * {
    margin-right: 0;
  }
}

.product-collateral table.associated-products .associated-product__buttons > * img {
  max-height: 25px;
  margin-right: 0.5rem;
}

.product-collateral table.associated-products .associated-product__buttons > *:hover {
  background-color: #444;
}

.product-collateral table.associated-products .associated-product__buttons > *::-moz-selection {
  background: transparent;
}

.product-collateral table.associated-products .associated-product__buttons > *::selection {
  background: transparent;
}

.product-collateral table.associated-products .associated-product__picture {
  grid-row: 2;
  grid-column: 2;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 300px;
}

.product-collateral table.associated-products .associated-product__picture img {
  width: 100%;
  height: 100%;
  padding: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .product-collateral table.associated-products .associated-product {
    grid-template-columns: 100%;
    overflow: hidden;
    padding: 1rem 0;
  }
  .product-collateral table.associated-products .associated-product__title {
    grid-row: 1;
  }
  .product-collateral table.associated-products .associated-product__specs {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    width: 100%;
  }
  .product-collateral table.associated-products .associated-product__specs .pic {
    margin-bottom: 1rem;
  }
  .product-collateral table.associated-products .associated-product__specs .specs,
  .product-collateral table.associated-products .associated-product__specs .pic {
    width: 100%;
  }
  .product-collateral table.associated-products .associated-product__buttons {
    grid-row: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .product-collateral table.associated-products .associated-product__buttons > * {
    justify-content: center;
  }
}

@media screen and (max-width: 580px) {
  .product-collateral table.associated-products .associated-product {
    padding: 1rem 0;
  }
}

.product-collateral table.associated-products .associated-product.--hidden {
  opacity: 0;
}

.product-collateral table.associated-products .associated-product.--no-padding {
  margin-top: -50px;
}

.product-collateral table.associated-products tr::-webkit-scrollbar {
  display: none;
}

.product-collateral table.associated-products thead,
.product-collateral table.associated-products tbody {
  font-size: 0.9rem;
  min-width: -moz-max-content;
  min-width: max-content;
}

.product-collateral table.associated-products thead tr,
.product-collateral table.associated-products tbody tr {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow-x: visible;
  justify-content: flex-start;
  min-height: 45px;
  max-height: 45px;
  cursor: pointer;
}

.product-collateral table.associated-products thead tr.associated-product,
.product-collateral table.associated-products tbody tr.associated-product {
  max-height: unset;
}

.product-collateral table.associated-products thead tr.associated-product.--expanded,
.product-collateral table.associated-products tbody tr.associated-product.--expanded {
  max-height: -moz-max-content;
  max-height: max-content;
}

.product-collateral table.associated-products thead tr td:nth-child(1),
.product-collateral table.associated-products thead tr td:nth-child(2),
.product-collateral table.associated-products tbody tr td:nth-child(1),
.product-collateral table.associated-products tbody tr td:nth-child(2) {
  position: sticky;
  z-index: 10;
  background: white !important;
}

.product-collateral table.associated-products thead tr td:nth-child(1),
.product-collateral table.associated-products tbody tr td:nth-child(1) {
  left: 0;
}

.product-collateral table.associated-products thead tr td:nth-child(2),
.product-collateral table.associated-products tbody tr td:nth-child(2) {
  left: 50px;
}

.product-collateral table.associated-products thead tr:hover .toggler span,
.product-collateral table.associated-products tbody tr:hover .toggler span {
  background-color: #BD313F;
  color: white;
}

.product-collateral table.associated-products thead tr td,
.product-collateral table.associated-products tbody tr td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-collateral table.associated-products thead tr .toggler,
.product-collateral table.associated-products tbody tr .toggler {
  min-width: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-collateral table.associated-products thead tr .toggler span,
.product-collateral table.associated-products tbody tr .toggler span {
  font-size: 0.5rem;
  padding: 0.5rem;
  background-color: #f7f7f7;
  border-radius: 20px;
  line-height: 0.5rem;
  transition: all 0.1s ease-in-out;
}

.product-collateral table.associated-products thead tr .toggler span::-moz-selection, .product-collateral table.associated-products tbody tr .toggler span::-moz-selection {
  background: transparent !important;
}

.product-collateral table.associated-products thead tr .toggler span::selection,
.product-collateral table.associated-products tbody tr .toggler span::selection {
  background: transparent !important;
}

.product-collateral table.associated-products thead tr .toggler span:focus,
.product-collateral table.associated-products tbody tr .toggler span:focus {
  background-color: #f7f7f7;
}

.product-collateral table.associated-products thead tr .spec,
.product-collateral table.associated-products tbody tr .spec {
  position: relative;
  width: -moz-available;
  width: stretch;
  width: 150px;
  max-width: 150px;
  width: -moz-fill-available;
  width: fill-available;
  width: -webkit-fill-available;
  padding-left: 1rem;
}

.product-collateral table.associated-products thead tr .spec span,
.product-collateral table.associated-products tbody tr .spec span {
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  transition: background-color 0.05s ease-in-out;
  padding: 5px 10px;
  margin-left: -10px;
  border-radius: 5px;
}

.product-collateral table.associated-products tbody tr:not(.associated-product):hover {
  background: #f7f7f7;
}

.product-collateral table.associated-products tbody tr:not(.associated-product):hover td {
  background: #f7f7f7 !important;
}

.product-collateral table.associated-products thead tr td,
.product-collateral table.associated-products tbody tr td {
  word-wrap: ellipsis;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.product-collateral table.associated-products thead tr td,
.product-collateral table.associated-products tbody tr .spec {
  padding: 5px 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-collateral table.associated-products tbody tr .spec {
  padding: 5px 10px 5px 20px;
}

.product-collateral table.associated-products tbody tr.associated-product {
  max-width: 1240px;
  min-width: unset;
  position: sticky;
  left: 0;
}

@media screen and (max-width: 1240px) {
  .product-collateral table.associated-products tbody tr.associated-product {
    max-width: calc(100vw - 5rem);
  }
}

@media screen and (max-width: 1024px) {
  .product-collateral table.associated-products tbody tr.associated-product {
    max-width: calc(100vw - (2.618rem * 2));
  }
}

@media screen and (max-width: 580px) {
  .product-collateral table.associated-products tbody tr.associated-product {
    max-width: calc(100vw - (1.618rem * 2));
  }
}

.product-collateral table.associated-products tbody tr.associated-product td {
  max-width: unset;
}

.product-collateral table.associated-products thead {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b2b2b2;
}

.product-collateral table.associated-products thead td {
  padding: 5px 10px;
  border-left: 1px solid #b2b2b2;
  padding: 0 0.5rem 0.5rem 0.5rem;
  padding-right: 1rem;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.68rem;
  font-family: "Arimo-Bold", Helvetica, Arial, sans-serif;
}

.product-collateral table.associated-products thead td:first-child {
  border-left: none;
}

.product-collateral table.associated-products thead td.sku {
  border-left: none;
}

.product-collateral table.associated-products tbody {
  display: flex;
  flex-direction: column;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: space-between;
}

.product-collateral table.associated-products tbody tr {
  border-top: 1px solid #e7e7e7;
}

.product-collateral table.associated-products tbody tr:first-child {
  border-top: 1px solid #b2b2b2;
}

.product-collateral table.associated-products tbody td:first-child {
  border-left: none;
}

.product-collateral table.associated-products tbody .associated-product.--expanded {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .product-collateral table.associated-products thead tr td:not(.associated-product__specs):nth-child(3) {
    border-left: none !important;
  }
  .product-collateral table.associated-products > .associated-table tr td:not(.associated-product__specs):nth-child(2),
  .product-collateral table.associated-products thead tr td:not(.associated-product__specs):nth-child(2),
  .product-collateral table.associated-products > .associated-table tr td:not(.associated-product__specs):nth-child(2),
  .product-collateral table.associated-products tbody tr td:not(.associated-product__specs):nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 135px !important;
  }
  .product-collateral table.associated-products > .associated-table tr td:not(.associated-product__specs):nth-child(2),
  .product-collateral table.associated-products thead tr td:not(.associated-product__specs):nth-child(2) {
    min-width: 135px;
    max-width: 135px;
  }
  .product-collateral table.associated-products > .associated-table tr td:not(.associated-product__specs):nth-child(3) span,
  .product-collateral table.associated-products thead tr td:not(.associated-product__specs):nth-child(3) span {
    max-width: calc(100% - 2rem);
  }
}

.html-product-details-page .master-column-wrapper {
  padding-top: 0;
}

.html-product-details-page #product-details-form {
  max-width: 100%;
  overflow: hidden;
}

html body .page-body .product-essential {
  display: grid;
  width: 100%;
  grid-template-columns: 40% 1fr;
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  html body .page-body .product-essential {
    grid-template-columns: 1fr;
  }
  html body .page-body .product-essential .overview {
    padding: 0;
  }
  html body .page-body .product-essential .gallery {
    min-height: unset;
  }
}

html body .page-body .product-essential .overview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}

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

html body .page-body .product-essential .overview .overview__top p:first-child {
  font-size: 1.2rem;
  line-height: calc(1.2rem * 1.618);
  margin-top: 0.5rem;
}

html body .page-body .product-essential .overview h1 {
  color: #BD313F;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.264rem;
  color: #BD313F;
}

@media screen and (max-width: 1024px) {
  html body .page-body .product-essential .overview h1 {
    font-size: 1.618rem;
    line-height: 2.418rem;
  }
}

html body .page-body .product-essential .overview h1 {
  margin: 0;
}

html body .page-body .product-essential .overview .full-description, html body .page-body .product-essential .overview .full-description h2, html body .page-body .product-essential .overview .full-description p, html body .page-body .product-essential .overview .short-description, html body .page-body .product-essential .overview .short-description h2, html body .page-body .product-essential .overview .short-description p {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.7798rem;
}

html body .page-body .product-essential .overview .short-description {
  margin-top: 0.64rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 0.64rem;
}

html body .page-body .product-essential .overview .preamble {
  display: block;
  margin-bottom: 0.64rem;
  font-size: 1.2rem;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
}

html body .page-body .product-essential .overview .product-notices {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

html body .page-body .product-essential .overview .product-notices img,
html body .page-body .product-essential .overview .product-notices .notice, html body .page-body .product-essential .overview .product-notices .icon,
html body .page-body .product-essential .overview .product-notices .notice img, html body .page-body .product-essential .overview .product-notices .icon img {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}

html body .page-body .product-essential .overview .product-notices .notice, html body .page-body .product-essential .overview .product-notices .icon {
  margin-left: 0.5rem;
}

html body .page-body .product-essential .overview .small-title {
  font-size: 16px;
  margin-top: 1rem;
}

html body .page-body .product-essential .overview .manufacturers,
html body .page-body .product-essential .overview .product-vendor,
html body .page-body .product-essential .overview .delivery-info,
html body .page-body .product-essential .overview .availability {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border: none;
}

html body .page-body .product-essential .overview .manufacturers span,
html body .page-body .product-essential .overview .product-vendor span,
html body .page-body .product-essential .overview .delivery-info span,
html body .page-body .product-essential .overview .availability span {
  font-size: 16px;
}

html body .page-body .product-essential .overview .manufacturers .label,
html body .page-body .product-essential .overview .product-vendor .label,
html body .page-body .product-essential .overview .delivery-info .label,
html body .page-body .product-essential .overview .availability .label {
  font-size: 16px;
  font-weight: bold;
  width: 20%;
  max-width: 150px;
  flex-basis: auto;
  margin-right: .5rem;
}

html body .page-body .product-essential .overview .manufacturers .value,
html body .page-body .product-essential .overview .product-vendor .value,
html body .page-body .product-essential .overview .delivery-info .value,
html body .page-body .product-essential .overview .availability .value {
  width: 70%;
}

h3 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
  color: black;
  margin: 4rem 0 1rem 0;
}

.related-products.grid-products {
  margin-bottom: 2rem;
}

.related-products.grid-products, .related-products.grid-products .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
  gap: 2rem;
  gap: 2rem;
  /** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
  /** 
 *  Adds a top/bottom shadow when needed to scrollable elements
 */
  row-gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .related-products.grid-products, .related-products.grid-products .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 380px) {
  .related-products.grid-products, .related-products.grid-products .product-grid {
    grid-template-columns: 1fr;
  }
}

.related-products.grid-products h1, .related-products.grid-products .product-grid h1 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h2, .related-products.grid-products .product-grid h2 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h3, .related-products.grid-products .product-grid h3 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h4, .related-products.grid-products .product-grid h4 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h5, .related-products.grid-products .product-grid h5 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h6, .related-products.grid-products .product-grid h6 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products div.product-ribbon, .related-products.grid-products .product-grid div.product-ribbon {
  position: absolute;
}

.related-products.grid-products div.product-ribbon .with-token, .related-products.grid-products .product-grid div.product-ribbon .with-token {
  display: flex;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon .with-token, .related-products.grid-products .product-grid div.product-ribbon .with-token {
    justify-content: center;
    align-items: center;
  }
}

.related-products.grid-products div.product-ribbon span, .related-products.grid-products .product-grid div.product-ribbon span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  line-height: 1;
}

.related-products.grid-products div.product-ribbon.tm, .related-products.grid-products .product-grid div.product-ribbon.tm {
  top: 1rem;
  left: 50%;
}

.related-products.grid-products div.product-ribbon.tm > span, .related-products.grid-products .product-grid div.product-ribbon.tm > span {
  position: relative;
  left: -50%;
}

.related-products.grid-products div.product-ribbon.tl, .related-products.grid-products .product-grid div.product-ribbon.tl {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.tl .with-token, .related-products.grid-products .product-grid div.product-ribbon.tl .with-token {
    text-align: left;
  }
  .related-products.grid-products div.product-ribbon.tl .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.tl .with-token > span {
    width: 100%;
    top: 5px;
  }
}

.related-products.grid-products div.product-ribbon.tr, .related-products.grid-products .product-grid div.product-ribbon.tr {
  top: 1rem;
  right: 1rem;
}

.related-products.grid-products div.product-ribbon.tr .with-token, .related-products.grid-products .product-grid div.product-ribbon.tr .with-token {
  text-align: right;
}

.related-products.grid-products div.product-ribbon.tr .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.tr .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.tr .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.tr .with-token > span {
    top: 5px;
  }
}

.related-products.grid-products div.product-ribbon.bm, .related-products.grid-products .product-grid div.product-ribbon.bm {
  bottom: 1rem;
  left: 50%;
}

.related-products.grid-products div.product-ribbon.bm > span, .related-products.grid-products .product-grid div.product-ribbon.bm > span {
  position: relative;
  left: -50%;
}

.related-products.grid-products div.product-ribbon.br, .related-products.grid-products .product-grid div.product-ribbon.br {
  bottom: 1rem;
  right: 1rem;
}

.related-products.grid-products div.product-ribbon.br .with-token, .related-products.grid-products .product-grid div.product-ribbon.br .with-token {
  text-align: right;
}

.related-products.grid-products div.product-ribbon.br .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.br .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.br .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.br .with-token > span {
    top: 5px;
  }
}

.related-products.grid-products div.product-ribbon.bl, .related-products.grid-products .product-grid div.product-ribbon.bl {
  bottom: 1rem;
  left: 1rem;
}

.related-products.grid-products div.product-ribbon.bl .with-token, .related-products.grid-products .product-grid div.product-ribbon.bl .with-token {
  text-align: left;
}

.related-products.grid-products div.product-ribbon.bl .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.bl .with-token > span {
  bottom: 5px;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.bl .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.bl .with-token > span {
    width: 100%;
  }
}

.related-products.grid-products div.product-ribbon.lm, .related-products.grid-products .product-grid div.product-ribbon.lm {
  top: 50%;
  left: 1rem;
}

.related-products.grid-products div.product-ribbon.lm > span, .related-products.grid-products .product-grid div.product-ribbon.lm > span {
  position: relative;
  top: -50%;
}

.related-products.grid-products div.product-ribbon.lm .with-token, .related-products.grid-products .product-grid div.product-ribbon.lm .with-token {
  text-align: left;
}

.related-products.grid-products div.product-ribbon.lm .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.lm .with-token > span {
  width: 100%;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.lm .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.lm .with-token > span {
    top: 5px;
  }
}

.related-products.grid-products div.product-ribbon.rm, .related-products.grid-products .product-grid div.product-ribbon.rm {
  top: 50%;
  right: 1rem;
}

.related-products.grid-products div.product-ribbon.rm > span, .related-products.grid-products .product-grid div.product-ribbon.rm > span {
  position: relative;
  top: -50%;
}

.related-products.grid-products div.product-ribbon.rm .with-token, .related-products.grid-products .product-grid div.product-ribbon.rm .with-token {
  text-align: right;
}

.related-products.grid-products div.product-ribbon.rm .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.rm .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .related-products.grid-products div.product-ribbon.rm .with-token > span, .related-products.grid-products .product-grid div.product-ribbon.rm .with-token > span {
    top: 5px;
  }
}

.related-products.grid-products div.product-ribbon.c, .related-products.grid-products .product-grid div.product-ribbon.c {
  left: 50%;
  top: 50%;
}

.related-products.grid-products div.product-ribbon.c .with-token, .related-products.grid-products .product-grid div.product-ribbon.c .with-token {
  justify-content: center;
}

.related-products.grid-products div.product-ribbon.c > span, .related-products.grid-products .product-grid div.product-ribbon.c > span {
  position: relative;
  top: -50%;
  left: -50%;
}

.related-products.grid-products .grid-item, .related-products.grid-products .product-grid .grid-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
}

.related-products.grid-products .grid-item .picture, .related-products.grid-products .product-grid .grid-item .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.related-products.grid-products .grid-item .picture a, .related-products.grid-products .grid-item .picture img, .related-products.grid-products .product-grid .grid-item .picture a, .related-products.grid-products .product-grid .grid-item .picture img {
  width: 100%;
  height: 100%;
}

.related-products.grid-products .grid-item .picture img, .related-products.grid-products .product-grid .grid-item .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

.related-products.grid-products .grid-item .details, .related-products.grid-products .product-grid .grid-item .details {
  width: 100%;
  height: 100%;
}

.related-products.grid-products .grid-item .content, .related-products.grid-products .product-grid .grid-item .content {
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.related-products.grid-products .grid-item .content .title h3, .related-products.grid-products .product-grid .grid-item .content .title h3 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9416rem;
}

.related-products.grid-products .grid-item .content .content-lower, .related-products.grid-products .product-grid .grid-item .content .content-lower {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.related-products.grid-products .grid-item .content .content-lower .description, .related-products.grid-products .grid-item .content .content-lower .description p, .related-products.grid-products .product-grid .grid-item .content .content-lower .description, .related-products.grid-products .product-grid .grid-item .content .content-lower .description p {
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.618rem;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}

.related-products.grid-products .grid-item .content .content-lower .description p:only-child, .related-products.grid-products .grid-item .content .content-lower .description p p:only-child, .related-products.grid-products .product-grid .grid-item .content .content-lower .description p:only-child, .related-products.grid-products .product-grid .grid-item .content .content-lower .description p p:only-child {
  margin-top: 0;
}

.related-products.grid-products .grid-item .content .content-lower .link, .related-products.grid-products .product-grid .grid-item .content .content-lower .link {
  justify-self: flex-end;
  display: none;
}

.related-products.grid-products .grid-item.product-item, .related-products.grid-products .product-grid .grid-item.product-item {
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: none;
}

.related-products.grid-products .grid-item.product-item:hover, .related-products.grid-products .product-grid .grid-item.product-item:hover {
  border-bottom: none;
}

.related-products.grid-products .grid-item.product-item .title, .related-products.grid-products .product-grid .grid-item.product-item .title {
  font-size: 1.4rem;
  font-weight: 500;
}

.related-products.grid-products .grid-item.product-item .picture, .related-products.grid-products .product-grid .grid-item.product-item .picture {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  max-height: 15rem;
  min-height: 15rem;
  background-color: #f7f7f7;
  transition: background-color 0.07s ease-in;
}

.related-products.grid-products .grid-item.product-item .picture a, .related-products.grid-products .product-grid .grid-item.product-item .picture a {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.related-products.grid-products .grid-item.product-item .picture img, .related-products.grid-products .product-grid .grid-item.product-item .picture img {
  min-width: 100%;
  min-height: 100%;
  padding: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 580px) {
  .related-products.grid-products .grid-item.product-item .picture, .related-products.grid-products .product-grid .grid-item.product-item .picture {
    max-height: 12rem;
    min-height: 12rem;
  }
}

.related-products.grid-products .grid-item.product-item .picture:hover, .related-products.grid-products .product-grid .grid-item.product-item .picture:hover {
  background-color: #e7e7e7;
}

.related-products.grid-products .grid-item.product-item .link, .related-products.grid-products .product-grid .grid-item.product-item .link {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #333;
}

.related-products.grid-products .grid-item.product-item .description p, .related-products.grid-products .product-grid .grid-item.product-item .description p {
  display: none;
}

.related-products.grid-products .grid-item.product-item .description p:first-child, .related-products.grid-products .product-grid .grid-item.product-item .description p:first-child {
  display: block;
}

.related-products.grid-products h1, .related-products.grid-products .product-grid h1 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h2, .related-products.grid-products .product-grid h2 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h3, .related-products.grid-products .product-grid h3 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h4, .related-products.grid-products .product-grid h4 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h5, .related-products.grid-products .product-grid h5 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products h6, .related-products.grid-products .product-grid h6 {
  margin: 0;
  padding: 0;
}

.related-products.grid-products .product-item, .related-products.grid-products .product-grid .product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: box-shadow .2s;
}

.related-products.grid-products .product-item:hover, .related-products.grid-products .product-grid .product-item:hover {
  transition: box-shadow .2s;
}

.related-products.grid-products .product-item h4, .related-products.grid-products .product-grid .product-item h4 {
  color: #BD313F;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7798rem;
}

.related-products.grid-products .product-item .picture, .related-products.grid-products .product-grid .product-item .picture {
  text-align: center;
}

.related-products.grid-products .product-item .picture a, .related-products.grid-products .product-item .picture img, .related-products.grid-products .product-grid .product-item .picture a, .related-products.grid-products .product-grid .product-item .picture img {
  min-width: 100%;
}

.related-products.grid-products .product-item .details, .related-products.grid-products .product-grid .product-item .details {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  padding: 0.25rem 0 0 0;
}

.related-products.grid-products .product-item .description, .related-products.grid-products .product-grid .product-item .description {
  color: #6c757d;
  font-family: "Arimo-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

.related-products.grid-products .product-item img, .related-products.grid-products .product-grid .product-item img {
  max-height: 222px;
}

.related-products.grid-products .product-item a, .related-products.grid-products .product-grid .product-item a {
  color: #BD313F;
}

.related-products.grid-products .product-item .prices, .related-products.grid-products .product-grid .product-item .prices {
  align-items: flex-end;
  display: flex;
  font-size: 1rem;
  line-height: 1;
}

.related-products.grid-products .product-item .prices .actual-price, .related-products.grid-products .product-grid .product-item .prices .actual-price {
  font-weight: 700;
  order: 0;
}

.related-products.grid-products .product-item .prices .old-price, .related-products.grid-products .product-grid .product-item .prices .old-price {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: .2rem;
  order: 1;
  text-decoration: line-through;
}

.related-products.grid-products .product-item .buttons, .related-products.grid-products .product-grid .product-item .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-products.grid-products .product-item button, .related-products.grid-products .product-grid .product-item button {
  background-color: transparent;
  border: none;
}

.related-products.grid-products .product-item .buttons button, .related-products.grid-products .product-grid .product-item .buttons button {
  color: #6c757d;
  padding: 8px;
  position: relative;
  z-index: 0;
}

.related-products.grid-products .product-item .buttons button svg, .related-products.grid-products .product-grid .product-item .buttons button svg {
  display: block;
  fill: currentColor;
}

.related-products.grid-products .add-info, .related-products.grid-products .product-grid .add-info {
  display: none;
}

@media (min-width: 992px) {
  .related-products.grid-products .add-info, .related-products.grid-products .product-grid .add-info {
    width: 320px;
  }
}

.related-products.grid-products .add-info .prices, .related-products.grid-products .product-grid .add-info .prices {
  justify-content: center;
}

.related-products.grid-products .grid-item .details, .related-products.grid-products .product-grid .grid-item .details {
  margin-top: 0.25rem;
}

.gallery {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  height: -moz-max-content;
  height: max-content;
}

.gallery #product-downloads-wrapper {
  grid-column: 1/3;
}

@media screen and (max-width: 1024px) {
  .gallery #product-downloads-wrapper {
    grid-column: 1;
  }
}

.gallery #product-downloads-wrapper h3 {
  margin: 0;
}

.gallery .main-image {
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.gallery .main-image div.product-ribbon {
  position: absolute;
}

.gallery .main-image div.product-ribbon .with-token {
  display: flex;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon .with-token {
    justify-content: center;
    align-items: center;
  }
}

.gallery .main-image div.product-ribbon span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Arimo-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  line-height: 1;
}

.gallery .main-image div.product-ribbon.tm {
  top: 1rem;
  left: 50%;
}

.gallery .main-image div.product-ribbon.tm > span {
  position: relative;
  left: -50%;
}

.gallery .main-image div.product-ribbon.tl {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.tl .with-token {
    text-align: left;
  }
  .gallery .main-image div.product-ribbon.tl .with-token > span {
    width: 100%;
    top: 5px;
  }
}

.gallery .main-image div.product-ribbon.tr {
  top: 1rem;
  right: 1rem;
}

.gallery .main-image div.product-ribbon.tr .with-token {
  text-align: right;
}

.gallery .main-image div.product-ribbon.tr .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.tr .with-token > span {
    top: 5px;
  }
}

.gallery .main-image div.product-ribbon.bm {
  bottom: 1rem;
  left: 50%;
}

.gallery .main-image div.product-ribbon.bm > span {
  position: relative;
  left: -50%;
}

.gallery .main-image div.product-ribbon.br {
  bottom: 1rem;
  right: 1rem;
}

.gallery .main-image div.product-ribbon.br .with-token {
  text-align: right;
}

.gallery .main-image div.product-ribbon.br .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.br .with-token > span {
    top: 5px;
  }
}

.gallery .main-image div.product-ribbon.bl {
  bottom: 1rem;
  left: 1rem;
}

.gallery .main-image div.product-ribbon.bl .with-token {
  text-align: left;
}

.gallery .main-image div.product-ribbon.bl .with-token > span {
  bottom: 5px;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.bl .with-token > span {
    width: 100%;
  }
}

.gallery .main-image div.product-ribbon.lm {
  top: 50%;
  left: 1rem;
}

.gallery .main-image div.product-ribbon.lm > span {
  position: relative;
  top: -50%;
}

.gallery .main-image div.product-ribbon.lm .with-token {
  text-align: left;
}

.gallery .main-image div.product-ribbon.lm .with-token > span {
  width: 100%;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.lm .with-token > span {
    top: 5px;
  }
}

.gallery .main-image div.product-ribbon.rm {
  top: 50%;
  right: 1rem;
}

.gallery .main-image div.product-ribbon.rm > span {
  position: relative;
  top: -50%;
}

.gallery .main-image div.product-ribbon.rm .with-token {
  text-align: right;
}

.gallery .main-image div.product-ribbon.rm .with-token > span {
  width: 100%;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .gallery .main-image div.product-ribbon.rm .with-token > span {
    top: 5px;
  }
}

.gallery .main-image div.product-ribbon.c {
  left: 50%;
  top: 50%;
}

.gallery .main-image div.product-ribbon.c .with-token {
  justify-content: center;
}

.gallery .main-image div.product-ribbon.c > span {
  position: relative;
  top: -50%;
  left: -50%;
}

.gallery.--single-image {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery .product-picture {
    grid-row: 1;
  }
}

.availability {
  border-bottom: 0;
}

.full-description {
  grid-column: 1;
  grid-row: 4;
  padding: 50px 40px 40px 40px;
}

.full-description h3 {
  font-weight: 500;
  font-size: 1.4rem;
  color: black;
}

.full-description p,
.full-description span,
.full-description td,
.full-description strong {
  font-size: 1rem;
  line-height: 1.68rem;
}

.full-description table.table-bordered {
  width: 100%;
}

.full-description table.table-bordered tbody tr td:first-child {
  width: 20%;
}

.full-description table.table-bordered tbody tr td:last-child {
  width: auto;
}

.full-description table.table-bordered tbody tr {
  display: flex;
  justify-content: flex-start;
  margin-bottom: .25rem;
}

.full-description table.table-bordered tbody tr:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .full-description {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.additional-details h5 {
  text-transform: capitalize;
}

.additional-details div:last-child {
  border: none;
}

