/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 600ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

.owl-carousel .fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
         */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""],
  .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      background: #869791;
      color: #fff;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #d6d6d6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

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

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

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

.splide__progress__bar {
  width: 0; }

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

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

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

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

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

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

.splide--rtl {
  direction: rtl; }

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

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover:not(:disabled) {
  opacity: .9; }

.splide__arrow:disabled {
  opacity: .3; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

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

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

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

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: transparent; }

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

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

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

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

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

.example-class {
  padding-left: 10.4rem; }
  @media screen and (min-width: 1024px) {
    .example-class {
      padding-left: 16rem; } }

html,
body {
  background-color: #fff; }

* {
  box-sizing: border-box; }

html::before {
  content: '';
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  background: #fff;
  transition: opacity 0.2s, z-index 0.2s step-end; }

picture {
  display: block;
  line-height: 0; }

.wf-loading::before {
  opacity: 1;
  z-index: 99;
  transition: opacity 0.2s, z-index 0.2s step-end; }

.content {
  transition: opacity 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
  margin-right: auto;
  margin-left: auto; }
  .has-toolbar .content {
    padding-top: 0;
    margin-top: 50px; }

.inner-content-wrapper {
  margin: 0 auto;
  max-width: 335px; }

#main,
.main {
  position: relative;
  width: 100%; }

.wrapper {
  position: relative;
  width: calc(100% - 3.6rem);
  margin: 0 auto; }
  .wrapper.wrapper-full {
    width: 100%; }

.no-touchevents .scrollable {
  overflow: auto; }

.touchevents .scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.scrollable::-webkit-scrollbar {
  display: none; }

.image {
  transition: opacity 0.4s ease;
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  padding-bottom: 166%; }

.image--finished {
  opacity: 1;
  height: auto;
  padding-bottom: 0; }

.image--centered {
  margin: 0 auto; }

.full-width {
  width: 100%; }

.view {
  max-width: 100%; }

.toggle {
  cursor: pointer; }

.lazyload,
.lazyloading,
.lazyloaded {
  transition: 0.2s opacity ease-out; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.price-adjusted {
  color: #000; }

.price-non-adjusted {
  color: #595959;
  text-decoration: line-through; }
  .price-non-adjusted + .break {
    flex-basis: 100%;
    height: 0; }

.price-sales {
  color: #000; }

.range .price-sales {
  display: inline-block; }

.range .crossed-price {
  display: inline-block;
  text-decoration: line-through; }
  .range .crossed-price .price-sales {
    display: block; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }
  .text-align-center .widget-image-banner__header {
    margin: 0 auto; }

.text-align-right {
  text-align: right; }
  .text-align-right .widget-image-banner__header {
    margin-left: auto; }

.order-first {
  order: 0; }

.order-last {
  order: 1; }

.image_banner_text-mobile_top {
  top: 5rem;
  left: 2rem;
  bottom: auto;
  right: auto; }

.image_banner_text-mobile_center {
  top: 30%;
  left: 2rem;
  bottom: auto;
  right: auto; }

.image_banner_text-mobile_bottom {
  bottom: 5rem;
  left: 2rem;
  top: auto;
  right: auto; }

.nohighlight {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

#launcher {
  max-height: 50% !important;
  top: auto !important;
  bottom: 1.5rem;
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important; }

.error-container {
  padding: 3rem 1.8rem;
  background-color: #000;
  text-align: center; }
  .error-container .error-header {
    max-width: 60rem;
    margin: 0 auto;
    font-size: 2rem;
    color: #fff;
    line-height: 1.3; }
  .error-container .error-description {
    max-width: 60rem;
    margin: 1rem auto 0 auto;
    font-size: 2rem;
    color: #fff; }
  .error-container .error-continue-shopping {
    max-width: 60rem;
    display: block;
    margin: 3rem auto 0 auto;
    font-size: 2rem;
    color: #fff; }

@media screen and (min-width: 1024px) {
  .error-container {
    padding-top: 20rem; } }

/* Adyen Fix */
.modal-dialog {
  pointer-events: all !important; }
  .modal-dialog > #action-container > div {
    background-color: #fff;
    margin: 0 auto; }

::-webkit-scrollbar {
  width: 3px; }

::-webkit-scrollbar-track {
  background: #f2f2f2; }

::-webkit-scrollbar-thumb {
  background: #999; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for--large-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

.widget-three-columns-product,
.widget-product-grid, .widget-three-columns-product .widget-three-columns-product-columns,
.widget-product-grid .widget-three-columns-product-columns, .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__left-container, .footer-myaccount__container, .footer-payments__container, .static-page__content .static-page__body-container {
  position: relative;
  width: calc(100% - 3.6rem);
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; }
  .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__left-container, .footer-payments__container, .static-page__content .static-page__body-container {
    position: relative;
    width: calc(100% - 6rem);
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; }
  .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__container, .footer-payments__container, .footer-bottom__container, .static-page__content {
    position: relative;
    width: calc(100% - 22.6rem);
    margin: 0 auto; } }

.group::before, .group::after,
.state-container__header::before,
.state-container__header::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.state-container__header::after,
.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.reset-border {
  border: none !important; }

.hidden {
  display: none !important; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing='linear'] [data-aos], [data-aos][data-aos][data-aos-easing='linear'] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing='ease'] [data-aos], [data-aos][data-aos][data-aos-easing='ease'] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing='ease-in'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in'] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing='ease-out'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out'] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing='ease-in-out'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out'] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing='ease-in-back'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-back'] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing='ease-out-back'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out-back'] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing='ease-in-out-back'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out-back'] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing='ease-in-sine'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-sine'] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing='ease-out-sine'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out-sine'] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing='ease-in-out-sine'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out-sine'] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing='ease-in-quad'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-quad'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing='ease-out-quad'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out-quad'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing='ease-in-out-quad'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out-quad'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing='ease-in-cubic'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-cubic'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing='ease-out-cubic'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out-cubic'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing='ease-in-out-cubic'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out-cubic'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing='ease-in-quart'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-quart'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing='ease-out-quart'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-out-quart'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing='ease-in-out-quart'] [data-aos], [data-aos][data-aos][data-aos-easing='ease-in-out-quart'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

html {
  -ms-text-size-adjust: 10px;
  -webkit-text-size-adjust: 10px;
  font-size: 10px; }

body {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.4s ease;
  overflow-x: hidden; }

a {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.14286;
  color: #161616;
  text-decoration: underline; }

h1,
.h1 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 3.6rem;
  line-height: 1.11111;
  text-transform: uppercase;
  color: #161616; }

h2,
.h2 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2.8rem;
  line-height: 1.14286;
  text-transform: uppercase;
  color: #161616; }

h3,
.h3 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2.6rem;
  line-height: 1.07692;
  text-transform: uppercase;
  color: #161616; }

h4,
.h4 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.08333;
  text-transform: uppercase;
  color: #161616; }

h5,
.h5 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #161616; }

h6,
.h6 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.11111;
  text-transform: uppercase;
  color: #161616; }

label {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.21429;
  text-transform: uppercase;
  color: #161616; }

p {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000; }

.p1 {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #161616; }

.p2 {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.125;
  color: #161616; }

.p3 {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.21429;
  text-transform: uppercase;
  color: #161616; }

.p4 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #161616; }

.headline-1 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 4.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000; }

.headline-2 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000; }

.black-box-1 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 5.6rem;
  line-height: 1.32143;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 2rem;
  width: fit-content; }

.black-box-2 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2.8rem;
  line-height: 1.42857;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 0.9rem;
  width: fit-content; }

.black-box-3 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 1.41667;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 0.6rem;
  width: fit-content; }

.black-box-4 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 0.5rem;
  width: fit-content; }

.black-box-5 {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 0.4rem;
  width: fit-content; }

b,
strong {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none; }

blockquote {
  margin: 1rem 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code,
kbd,
pre,
samp {
  display: block;
  margin: 0; }

code {
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px; }

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

sup {
  top: -0.3em; }

sub {
  bottom: -0.25em; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

q {
  quotes: none; }

dl,
menu,
ol,
ul {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.21429; }

li {
  font-size: inherit;
  line-height: inherit; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

ol ol,
ol ul,
ol p,
ul ol,
ul ul,
ul p {
  font-size: inherit;
  line-height: inherit; }

nav ul,
nav ol {
  list-style-image: none; }

.hr {
  background-color: #000;
  display: block;
  height: 1px;
  line-height: 0; }

.dropdown {
  margin: 1.8rem 0;
  background-color: #fff; }
  .dropdown .dropdown-header {
    padding: 2.1rem 1.5rem;
    cursor: pointer; }
    .dropdown .dropdown-header .title,
    .dropdown .dropdown-header .selected_country,
    .dropdown .dropdown-header .dropdown-header-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.125;
      letter-spacing: 0.05rem;
      color: #161616;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      width: 100%;
      display: inline-block;
      padding-right: 2rem; }
      .dropdown .dropdown-header .title:hover,
      .dropdown .dropdown-header .selected_country:hover,
      .dropdown .dropdown-header .dropdown-header-title:hover {
        text-decoration: none; }
      .dropdown .dropdown-header .title::after,
      .dropdown .dropdown-header .selected_country::after,
      .dropdown .dropdown-header .dropdown-header-title::after {
        font-family: "marshallheadphones-icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "l";
        font-size: 1.4rem;
        position: absolute;
        top: 0.2rem;
        right: 0; }
  .dropdown .dropdown-content {
    padding: 0 1.5rem 2.1rem;
    display: none; }
    .dropdown .dropdown-content p {
      margin: 0; }
  .dropdown.active .dropdown-header .title::after,
  .dropdown.active .dropdown-header .selected_country::after,
  .dropdown.active .dropdown-header .dropdown-header-title::after {
    font-family: "marshallheadphones-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "k";
    font-size: 1.4rem;
    position: absolute;
    top: 0.2rem;
    right: 0; }
  .dropdown.active .dropdown-content {
    display: block; }

.state-container {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 16;
  transition: transform 0.3s ease 0.3s; }

.state-container__header {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease; }
  .state-container__header .cancel-states-trigger {
    float: right; }

.state-container__content {
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: -4.7rem 0 4.7rem -4.7rem rgba(0, 0, 0, 0.93);
  -moz-box-shadow: -4.7rem 0 4.7rem -4.7rem rgba(0, 0, 0, 0.93);
  box-shadow: -4.7rem 0 4.7rem -4.7rem rgba(0, 0, 0, 0.93); }

.state-container--loading::before, .state-container--loading::after {
  opacity: 1 !important;
  transition: opacity 0.2s ease, z-index 0.2s step-start; }

.state-container--loading::before {
  z-index: 2 !important; }

.state-container--loading::after {
  z-index: 1 !important; }

.state-container__scroll-message {
  display: none; }

.overlay {
  position: fixed;
  top: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s step-end; }

.csstransforms .state-container--menu {
  transform: translateX(110%); }

.csstransforms3d .state-container--menu {
  transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--menu {
  left: 110%;
  right: -110%; }

.csstransforms .state-container--wishlist {
  transform: translateX(110%); }

.csstransforms3d .state-container--wishlist {
  transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--wishlist {
  left: 110%;
  right: -110%; }

.state-container--wishlist .state-container__content {
  background-color: #fff; }

.csstransforms .state-container--refinements {
  transform: translateX(110%); }

.csstransforms3d .state-container--refinements {
  transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--refinements {
  left: 110%;
  right: -110%; }

.csstransforms .state--menu .state-container--menu {
  transform: translateX(30%); }

.csstransforms3d .state--menu .state-container--menu {
  transform: translate3d(30%, 0, 0); }

.no-csstransforms .state--menu .state-container--menu {
  left: 30%;
  right: 0; }

.state--menu .state-container--menu .menu--item-link {
  opacity: 1;
  transform: none; }

.csstransforms .state--refinements .state-container--refinements {
  transform: translateX(10%); }

.csstransforms3d .state--refinements .state-container--refinements {
  transform: translate3d(10%, 0, 0); }

.no-csstransforms .state--refinements .state-container--refinements {
  left: 10%;
  right: 0; }

.state--refinements .state-container--refinements .menu--item-link {
  opacity: 1;
  transform: none; }

.csstransforms .state--wishlist .state-container--wishlist {
  transform: translateX(5%); }

.csstransforms3d .state--wishlist .state-container--wishlist {
  transform: translate3d(5%, 0, 0); }

.no-csstransforms .state--wishlist .state-container--wishlist {
  left: 5%;
  right: 0; }

.state--cart .overlay,
.state--menu .overlay,
.state--wishlist .overlay {
  opacity: 1;
  top: 0;
  transition: opacity 0.3s ease, top 0.3s step-start; }

.state--cart .product-box__ribbon,
.state--menu .product-box__ribbon,
.state--wishlist .product-box__ribbon {
  opacity: 0; }

.state--cart,
.state--menu,
.state--wishlist,
.state--search,
.state--quickview,
.state--country-dropdown,
.state--country-selector,
.state--refinements {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  height: 100%; }
  .state--cart .state-container__header,
  .state--menu .state-container__header,
  .state--wishlist .state-container__header,
  .state--search .state-container__header,
  .state--quickview .state-container__header,
  .state--country-dropdown .state-container__header,
  .state--country-selector .state-container__header,
  .state--refinements .state-container__header {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s; }
  .state--cart .header__button-group,
  .state--menu .header__button-group,
  .state--wishlist .header__button-group,
  .state--search .header__button-group,
  .state--quickview .header__button-group,
  .state--country-dropdown .header__button-group,
  .state--country-selector .header__button-group,
  .state--refinements .header__button-group {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .state--cart .state-container,
  .state--menu .state-container,
  .state--wishlist .state-container,
  .state--search .state-container,
  .state--quickview .state-container,
  .state--country-dropdown .state-container,
  .state--country-selector .state-container,
  .state--refinements .state-container {
    transition: transform 0.3s ease; }

.state--country-dropdown {
  overflow: scroll; }

html.country-dropdown-selector {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  height: 100%; }

.tabs .tabs-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .tabs .tabs-header .tabs-header-item {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0.05rem;
    color: #161616;
    text-align: center;
    text-transform: uppercase;
    flex-grow: 1;
    padding: 2.1rem 1.5rem;
    background-color: #e2e2e2; }
    .tabs .tabs-header .tabs-header-item.active {
      background-color: #fff; }

.tabs .tabs-content {
  padding: 1.8rem 1.5rem 3rem;
  background-color: #fff; }
  .tabs .tabs-content .tabs-content-item {
    display: none; }
    .tabs .tabs-content .tabs-content-item.active {
      display: block; }

.popupcontainer,
.popupcontainer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: scroll;
  display: none; }

.popupcontainer {
  z-index: 1000;
  overflow: scroll; }
  .popupcontainer .popup {
    display: block; }

.popupcontainer-background {
  background-color: #fff;
  z-index: 999; }

body.popup-background {
  overflow: hidden; }
  body.popup-background .popupcontainer,
  body.popup-background .popupcontainer-background {
    display: block; }
  body.popup-background .popupcontainer {
    opacity: 1; }
  body.popup-background .popupcontainer-background {
    opacity: 0.65; }

.popup {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 50rem;
  z-index: 10;
  padding: 3rem 1.5rem;
  box-sizing: border-box; }
  .popup .close-popup {
    border-radius: 50%;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.3s; }
  .popup .icon-exit {
    position: absolute;
    top: 0.25rem;
    left: 0;
    color: #000; }
  .popup .popup__content-title h4 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0.05rem;
    color: #161616;
    margin: 0 0 1.8rem; }
  .popup .hidden-popup {
    display: hidden; }

.popup-opener {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.14286;
  text-transform: uppercase;
  margin-left: 1rem;
  cursor: pointer; }

.error-popup {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.35; }

@media screen and (min-width: 768px) {
  .popupcontainer {
    position: fixed;
    overflow-y: auto; }
    .active-popup .popupcontainer {
      height: 100vh; }
  .popup {
    top: 100px !important;
    left: 50% !important;
    margin: 1rem 0 !important;
    position: relative !important;
    transform: translateX(-50%) !important;
    padding: 3rem 3rem; }
    .popup .close-popup {
      border: 0; }
    .popup .icon-exit {
      top: -0.25rem; }
  body.active-popup {
    overflow: hidden; } }

@media screen and (min-width: 1024px) {
  .popup {
    top: 15rem !important;
    padding: 4rem 4rem; }
    .popup .popup__content-title h4 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35;
      letter-spacing: 0.05rem;
      color: #161616; } }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.2s ease-out; }
  .page-loader .page-loader__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.8; }
  .page-loader .page-loader__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .page-loader.active {
    opacity: 1;
    visibility: visible; }

button,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

input[type="submit"].button,
button.button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

button,
.button {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.23077;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  padding: 1.4rem 2.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
  width: fit-content;
  border: none; }
  button:hover,
  .button:hover {
    cursor: pointer; }
  button:disabled,
  button [disabled],
  button [disabled="disabled"],
  .button:disabled,
  .button [disabled],
  .button [disabled="disabled"] {
    opacity: 0.5; }

.button--full-width {
  width: 100%; }

.button--disabled {
  opacity: 0.5; }

.button-reset {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0; }

.button--capitalized {
  text-transform: capitalize; }

.button--white {
  background-color: #fff;
  color: #161616; }
  .button--white:focus {
    color: #161616; }
  .button--white:active {
    color: #161616;
    box-shadow: none; }
  .button--white.is-active {
    background-color: #cccccc;
    box-shadow: none; }

.button--black {
  background-color: #000;
  color: #fff; }
  .button--black:focus {
    color: #fff; }
  .button--black:active {
    color: #fff;
    box-shadow: none; }
  .button--black.is-active {
    background-color: #333333;
    box-shadow: none; }
  .button--black:hover {
    background-color: #1a1a1a;
    color: #fff; }
    .button--black:hover:focus {
      color: #fff; }
    .button--black:hover:active {
      color: #fff;
      box-shadow: none; }
    .button--black:hover.is-active {
      background-color: #4d4d4d;
      box-shadow: none; }
  .button--black:active {
    background-color: #000;
    color: #fff; }
    .button--black:active:focus {
      color: #fff; }
    .button--black:active:active {
      color: #fff;
      box-shadow: none; }
    .button--black:active.is-active {
      background-color: #333333;
      box-shadow: none; }
  .button--black.button--disabled {
    background-color: #1a1a1a;
    color: #8c8c8c;
    opacity: 1;
    cursor: default; }
    .button--black.button--disabled:focus {
      color: #8c8c8c; }
    .button--black.button--disabled:active {
      color: #8c8c8c;
      box-shadow: none; }
    .button--black.button--disabled.is-active {
      background-color: #4d4d4d;
      box-shadow: none; }
    .button--black.button--disabled:hover {
      cursor: default; }

.button--ghost-black,
.button--ghost-white {
  line-height: 1.2;
  padding: 1rem 2rem 0.8rem 2rem;
  border-radius: 0; }
  .button--ghost-black:active, .button--ghost-black:focus, .button--ghost-black.button--active,
  .button--ghost-white:active,
  .button--ghost-white:focus,
  .button--ghost-white.button--active {
    opacity: 0.9; }

.button--ghost-white {
  background-color: transparent;
  color: #fff; }
  .button--ghost-white:focus {
    color: #fff; }
  .button--ghost-white:active {
    color: #fff;
    box-shadow: none; }
  .button--ghost-white.is-active {
    background-color: rgba(51, 51, 51, 0);
    box-shadow: none; }
  .button--ghost-white:hover {
    background-color: #fff;
    color: #000; }

.button--ghost-black {
  background-color: transparent;
  color: #000; }
  .button--ghost-black:focus {
    color: #000; }
  .button--ghost-black:active {
    color: #000;
    box-shadow: none; }
  .button--ghost-black.is-active {
    background-color: rgba(51, 51, 51, 0);
    box-shadow: none; }
  .button--ghost-black:hover {
    background-color: #000;
    color: #fff; }

.button--ghost {
  background-color: transparent;
  color: #161616;
  border-width: 2px; }
  .button--ghost:focus {
    color: #161616; }
  .button--ghost:active {
    color: #161616;
    box-shadow: none; }
  .button--ghost.is-active {
    background-color: rgba(51, 51, 51, 0);
    box-shadow: none; }

.button--checkout {
  background-color: #000;
  color: #fff; }
  .button--checkout:focus {
    color: #fff; }
  .button--checkout:active {
    color: #fff;
    box-shadow: none; }
  .button--checkout.is-active {
    background-color: #333333;
    box-shadow: none; }

.button--checkout-disabled {
  background-color: #1a1a1a;
  color: #8c8c8c;
  cursor: default; }
  .button--checkout-disabled:focus {
    color: #8c8c8c; }
  .button--checkout-disabled:active {
    color: #8c8c8c;
    box-shadow: none; }
  .button--checkout-disabled.is-active {
    background-color: #4d4d4d;
    box-shadow: none; }
  .button--checkout-disabled:hover {
    cursor: default; }

.button--padding {
  padding-right: 2rem;
  padding-left: 2rem; }

.collapsible {
  border-bottom: 1px solid #999; }
  .collapsible .collapsible-header {
    padding: 1.8rem 0;
    cursor: pointer; }
    .collapsible .collapsible-header .title {
      font-family: "HelveticaNeueLTPro-MdCn", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.14286;
      letter-spacing: -0.03rem;
      color: #161616;
      text-decoration: none;
      position: relative;
      width: 100%;
      display: inline-block;
      padding-right: 2rem; }
      .collapsible .collapsible-header .title:hover {
        text-decoration: none; }
      .collapsible .collapsible-header .title::after {
        position: absolute;
        content: '';
        background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-arrow-inactive.svg") no-repeat;
        background-position: center center;
        background-size: 100%;
        width: 1.6rem;
        height: 1.6rem;
        display: block;
        right: 0; }
    .collapsible .collapsible-header .title-with-icon {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start; }
  .collapsible .collapsible-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out; }
    .collapsible .collapsible-content p {
      margin: 0; }
  .collapsible.active .collapsible-header .title::after {
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-arrow-active.svg") no-repeat; }
  .collapsible.active .collapsible-content {
    height: auto; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  .form-group.no-margin {
    margin-bottom: 0; }
  .form-group .form-group-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 0.9rem; }
  .form-group .form-control-label {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    color: #595959;
    padding: 0.8rem 0; }
  .form-group .form-control-help {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.14286;
    color: #000;
    text-transform: uppercase;
    opacity: 0.49;
    margin-left: 0.6rem; }
  .form-group .required-indicator::after {
    content: '*'; }
  .form-group .invalid-feedback {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #ca1d1d; }
    .form-group .invalid-feedback + .shipping-message {
      display: inline-block;
      padding-top: 0.5rem; }
      .form-group .invalid-feedback + .shipping-message.color-red {
        color: #ca1d1d; }
    .form-group .invalid-feedback + span {
      margin-top: 0.8rem;
      display: block; }
  .form-group .is-invalid + .invalid-feedback {
    margin-top: 0.8rem; }
  .form-group .form-control-checkbox-title,
  .form-group .form-control-radio-title {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    padding-left: 1.2rem;
    margin-left: 2rem; }
  .form-group .form-control-checkbox-description,
  .form-group .form-control-radio-description {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000; }
  .form-group .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
  .form-group .row-with-space {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
  .form-group .form-group-single-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .form-group .form-group-single-button .button {
      width: 100%; }
  .form-group .form-group-multiple-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .form-group .form-group-multiple-button .button {
      margin: 0 0.6rem; }
      .form-group .form-group-multiple-button .button:first-child {
        margin: 0 0.6rem 0 0; }
  .form-group .input-tooltip {
    display: none; }
    .form-group .input-tooltip .active {
      display: inline; }

.hiddenFieldsContainer {
  width: 100%; }

.suggested-form-wrapper {
  display: block; }

.pcafooter {
  display: none; }

.pcaitem {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.33333; }

.pca .pcaautocomplete.pcatext {
  border: none; }
  .pca .pcaautocomplete.pcatext .pcalist {
    border-top: 1px solid #ccc; }

#manualAddress {
  text-decoration: underline;
  cursor: pointer; }
  #manualAddress:hover {
    text-decoration: underline; }

#manualAddressWrapper {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: none;
  color: #000;
  margin: 0.8rem 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 0.4rem; }

#editAddress {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.23077;
  display: none;
  font-size: 13px;
  color: #000;
  margin: 0.8rem 0 0 0;
  text-decoration: underline;
  cursor: pointer; }
  #editAddress:hover {
    text-decoration: underline; }

.address-suggestion_wrapper {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #595959;
  padding: 1.6rem; }
  .address-suggestion_wrapper .address-suggestion {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #595959; }
  .address-suggestion_wrapper:active, .address-suggestion_wrapper:focus {
    color: #1a1a1a; }
  .address-suggestion_wrapper.populated {
    margin-top: -5.2rem; }

.form-error-message {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #901111;
  margin-bottom: 1.6rem; }

@media screen and (min-width: 768px) {
  .form-group .form-group-single-button .button {
    width: unset; }
  .form-group .form-group-multiple-button .button {
    margin: 0 0.9rem; } }

@media screen and (min-width: 1024px) {
  .fieldWrap {
    width: 100%; }
  .suggested-form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .form-error-message {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 3rem; }
  .form-group .form-control-label {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077; }
  .form-group .form-control-checkbox-title,
  .form-group .form-control-radio-title {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-transform: none; }
  .form-group .form-control-checkbox-description,
  .form-group .form-control-radio-description {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857; }
  .form-group .invalid-feedback {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857; }
  #manualAddressWrapper {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857; }
  .address-suggestion_wrapper {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857; }
    .address-suggestion_wrapper .address-suggestion {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.42857; } }

[data-icon]::before {
  font-family: "marshallheadphones-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "marshallheadphones-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-35-coil-cord::before {
  content: "a"; }

.icon-35-mm-input::before {
  content: "b"; }

.icon-app-generic-black::before {
  content: "d"; }

.icon-arrow-down-small::before {
  content: "h"; }

.icon-arrow-left-small::before {
  content: "i"; }

.icon-arrow-right-small::before {
  content: "j"; }

.icon-arrow-up-big::before {
  content: "k"; }

.icon-arrow-up-down::before {
  content: "l"; }

.icon-arrow-up-left::before {
  content: "m"; }

.icon-arrow-up-right::before {
  content: "n"; }

.icon-arrow-up-small::before {
  content: "o"; }

.icon-box-closed::before {
  content: "p"; }

.icon-box-open::before {
  content: "q"; }

.icon-cross-big::before {
  content: "u"; }

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

.icon-exchange-returns::before {
  content: "w"; }

.icon-filled-arrow-down::before {
  content: "x"; }

.icon-filled-arrow-left::before {
  content: "y"; }

.icon-filled-arrow-right::before {
  content: "z"; }

.icon-filled-arrow-up::before {
  content: "A"; }

.icon-headphones-control-knob::before {
  content: "B"; }

.icon-headphones-control-knob-angle::before {
  content: "C"; }

.icon-headphones-outline::before {
  content: "D"; }

.icon-hedphones-filled::before {
  content: "E"; }

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

.icon-menu-cart::before {
  content: "H"; }

.icon-menu-hamburger::before {
  content: "J"; }

.icon-menu-help::before {
  content: "K"; }

.icon-menu-search::before {
  content: "L"; }

.icon-noise-cacelling::before {
  content: "M"; }

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

.icon-pdf-black::before {
  content: "O"; }

.icon-pdf-white::before {
  content: "P"; }

.icon-play-button-desktop::before {
  content: "Q"; }

.icon-play-button-mobile::before {
  content: "R"; }

.icon-portable-suitcase::before {
  content: "S"; }

.icon-power-cord::before {
  content: "T"; }

.icon-simple-minus::before {
  content: "U"; }

.icon-simple-plus::before {
  content: "V"; }

.icon-slideshow-dots::before {
  content: "W"; }

.icon-slideshow-dots-infinite::before {
  content: "X"; }

.icon-speaker-acton::before {
  content: "Y"; }

.icon-speaker-outline::before {
  content: "Z"; }

.icon-speaker-stanmore::before {
  content: "0"; }

.icon-speaker-volume-knob::before {
  content: "1"; }

.icon-speaker-volume-know-multi-room::before {
  content: "2"; }

.icon-speaker-woburn::before {
  content: "3"; }

.icon-specs-headphones-box-open::before {
  content: "4"; }

.icon-specs-headphones-control-knob::before {
  content: "5"; }

.icon-specs-headphones-outline::before {
  content: "6"; }

.icon-specs-headphones-playtime::before {
  content: "7"; }

.icon-specs-speaker-app::before {
  content: "8"; }

.icon-specs-speaker-audio-specs::before {
  content: "9"; }

.icon-specs-speaker-box-open::before {
  content: "!"; }

.icon-specs-speaker-drivers::before {
  content: "\""; }

.icon-specs-speaker-physical-unit::before {
  content: "#"; }

.icon-specs-speaker-playtime::before {
  content: "$"; }

.icon-specs-speaker-power::before {
  content: "%"; }

.icon-specs-speaker-volume-knob::before {
  content: "&"; }

.icon-star-filled::before {
  content: ")"; }

.icon-star-outline::before {
  content: "*"; }

.icon-tickbox-big::before {
  content: "+"; }

.icon-tickbox-filled-big::before {
  content: ","; }

.icon-tickbox-filled-small::before {
  content: "-"; }

.icon-tickbox-small::before {
  content: "."; }

.icon-warranty::before {
  content: "/"; }

.icon-wi-fi-with-text::before {
  content: ":"; }

.icon-wifi::before {
  content: ";"; }

.icon-wifi-logo::before {
  content: "<"; }

.icon-app-generic-white::before {
  content: "c"; }

.icon-bin::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-bin.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block; }

.icon-checkout-eye-svg::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-eye.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block; }

.icon-checkout-eye-closed-svg::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-eye-closed.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block; }

.icon-dot-active-svg::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-dot-active.svg") no-repeat;
  background-size: 100%;
  height: 12px;
  width: 12px;
  display: block; }

.icon-dot-inactive-svg::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-dot-inactive.svg") no-repeat;
  background-size: 100%;
  height: 10px;
  width: 10px;
  display: block; }

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

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

.icon-plus-cross::before {
  content: "="; }

.icon-circle-cross::before {
  content: "r"; }

.icon-arrow-down::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-arrow-inactive.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  display: block; }

.icon-circle-minus::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-minus.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  display: block; }

.icon-circle-plus::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-plus.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  display: block; }

.icon-plus-open::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-plus-open.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  display: block; }

.icon-x-close::before {
  content: ' ';
  background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-x-close.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  display: block; }

.icon-square-minus::before {
  content: "'"; }

.icon-square-plus::before {
  content: "("; }

.icon-menu-cart-bubble::before {
  content: "G"; }

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

.icon-controls-and-connectivity::before {
  content: ">"; }

.icon-headphones-audio-specifications::before {
  content: "?"; }

.icon-headphones-physical-unit::before {
  content: "@"; }

.icon-included-in-the-box::before {
  content: "["; }

.icon-power::before {
  content: "]"; }

.icon-required-apps::before {
  content: "^"; }

.icon-speakers-audio-specifications::before {
  content: "_"; }

.icon-speakers-physical-unit::before {
  content: "`"; }

.icon-tech-specs-physical-unit-headphones::before {
  content: "{"; }

.icon-instagram::before {
  content: "|"; }

.icon-spotify::before {
  content: "}"; }

.icon-twitter::before {
  content: "~"; }

.icon-facebook::before {
  content: "\\"; }

.icon-pinterest::before {
  content: "\E000"; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f2f2f2;
  color: #595959;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #f2f2f2; }
  input[type="email"]:not(.adyen-checkout__input),
  input[type="number"]:not(.adyen-checkout__input),
  input[type="password"]:not(.adyen-checkout__input),
  input[type="search"]:not(.adyen-checkout__input),
  input[type="tel"]:not(.adyen-checkout__input),
  input[type="text"]:not(.adyen-checkout__input),
  input[type="url"]:not(.adyen-checkout__input),
  input[type="color"]:not(.adyen-checkout__input),
  input[type="date"]:not(.adyen-checkout__input),
  input[type="datetime"]:not(.adyen-checkout__input),
  input[type="datetime-local"]:not(.adyen-checkout__input),
  input[type="month"]:not(.adyen-checkout__input),
  input[type="time"]:not(.adyen-checkout__input),
  input[type="week"]:not(.adyen-checkout__input),
  textarea:not(.adyen-checkout__input),
  select:not(.adyen-checkout__input) {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    height: 5.2rem; }
  input[type="email"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="color"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="week"]::-ms-expand,
  textarea::-ms-expand,
  select::-ms-expand {
    display: none; }
  input[type="email"]:active, input[type="email"]:focus, input[type="email"].input--active,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="number"].input--active,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="password"].input--active,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="search"].input--active,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="tel"].input--active,
  input[type="text"]:active,
  input[type="text"]:focus,
  input[type="text"].input--active,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="url"].input--active,
  input[type="color"]:active,
  input[type="color"]:focus,
  input[type="color"].input--active,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="date"].input--active,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"].input--active,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"].input--active,
  input[type="month"]:active,
  input[type="month"]:focus,
  input[type="month"].input--active,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="time"].input--active,
  input[type="week"]:active,
  input[type="week"]:focus,
  input[type="week"].input--active,
  textarea:active,
  textarea:focus,
  textarea.input--active,
  select:active,
  select:focus,
  select.input--active {
    outline: 0;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    color: #1a1a1a; }
  input[type="email"]:disabled,
  input[type="email"] [disabled="disabled"],
  input[type="number"]:disabled,
  input[type="number"] [disabled="disabled"],
  input[type="password"]:disabled,
  input[type="password"] [disabled="disabled"],
  input[type="search"]:disabled,
  input[type="search"] [disabled="disabled"],
  input[type="tel"]:disabled,
  input[type="tel"] [disabled="disabled"],
  input[type="text"]:disabled,
  input[type="text"] [disabled="disabled"],
  input[type="url"]:disabled,
  input[type="url"] [disabled="disabled"],
  input[type="color"]:disabled,
  input[type="color"] [disabled="disabled"],
  input[type="date"]:disabled,
  input[type="date"] [disabled="disabled"],
  input[type="datetime"]:disabled,
  input[type="datetime"] [disabled="disabled"],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"] [disabled="disabled"],
  input[type="month"]:disabled,
  input[type="month"] [disabled="disabled"],
  input[type="time"]:disabled,
  input[type="time"] [disabled="disabled"],
  input[type="week"]:disabled,
  input[type="week"] [disabled="disabled"],
  textarea:disabled,
  textarea [disabled="disabled"],
  select:disabled,
  select [disabled="disabled"] {
    opacity: 0.5; }
  input[type="email"].is-invalid,
  .form-group.is-invalid input[type="email"],
  input[type="number"].is-invalid,
  .form-group.is-invalid
  input[type="number"],
  input[type="password"].is-invalid,
  .form-group.is-invalid
  input[type="password"],
  input[type="search"].is-invalid,
  .form-group.is-invalid
  input[type="search"],
  input[type="tel"].is-invalid,
  .form-group.is-invalid
  input[type="tel"],
  input[type="text"].is-invalid,
  .form-group.is-invalid
  input[type="text"],
  input[type="url"].is-invalid,
  .form-group.is-invalid
  input[type="url"],
  input[type="color"].is-invalid,
  .form-group.is-invalid
  input[type="color"],
  input[type="date"].is-invalid,
  .form-group.is-invalid
  input[type="date"],
  input[type="datetime"].is-invalid,
  .form-group.is-invalid
  input[type="datetime"],
  input[type="datetime-local"].is-invalid,
  .form-group.is-invalid
  input[type="datetime-local"],
  input[type="month"].is-invalid,
  .form-group.is-invalid
  input[type="month"],
  input[type="time"].is-invalid,
  .form-group.is-invalid
  input[type="time"],
  input[type="week"].is-invalid,
  .form-group.is-invalid
  input[type="week"],
  textarea.is-invalid,
  .form-group.is-invalid
  textarea,
  select.is-invalid,
  .form-group.is-invalid
  select {
    border-color: #ca1d1d; }
    input[type="email"].is-invalid + .error,
    .form-group.is-invalid input[type="email"] + .error,
    input[type="number"].is-invalid + .error,
    .form-group.is-invalid
    input[type="number"] + .error,
    input[type="password"].is-invalid + .error,
    .form-group.is-invalid
    input[type="password"] + .error,
    input[type="search"].is-invalid + .error,
    .form-group.is-invalid
    input[type="search"] + .error,
    input[type="tel"].is-invalid + .error,
    .form-group.is-invalid
    input[type="tel"] + .error,
    input[type="text"].is-invalid + .error,
    .form-group.is-invalid
    input[type="text"] + .error,
    input[type="url"].is-invalid + .error,
    .form-group.is-invalid
    input[type="url"] + .error,
    input[type="color"].is-invalid + .error,
    .form-group.is-invalid
    input[type="color"] + .error,
    input[type="date"].is-invalid + .error,
    .form-group.is-invalid
    input[type="date"] + .error,
    input[type="datetime"].is-invalid + .error,
    .form-group.is-invalid
    input[type="datetime"] + .error,
    input[type="datetime-local"].is-invalid + .error,
    .form-group.is-invalid
    input[type="datetime-local"] + .error,
    input[type="month"].is-invalid + .error,
    .form-group.is-invalid
    input[type="month"] + .error,
    input[type="time"].is-invalid + .error,
    .form-group.is-invalid
    input[type="time"] + .error,
    input[type="week"].is-invalid + .error,
    .form-group.is-invalid
    input[type="week"] + .error,
    textarea.is-invalid + .error,
    .form-group.is-invalid
    textarea + .error,
    select.is-invalid + .error,
    .form-group.is-invalid
    select + .error {
      display: block; }
  input[type="email"].is-valid,
  .form-group.is-valid input[type="email"],
  input[type="number"].is-valid,
  .form-group.is-valid
  input[type="number"],
  input[type="password"].is-valid,
  .form-group.is-valid
  input[type="password"],
  input[type="search"].is-valid,
  .form-group.is-valid
  input[type="search"],
  input[type="tel"].is-valid,
  .form-group.is-valid
  input[type="tel"],
  input[type="text"].is-valid,
  .form-group.is-valid
  input[type="text"],
  input[type="url"].is-valid,
  .form-group.is-valid
  input[type="url"],
  input[type="color"].is-valid,
  .form-group.is-valid
  input[type="color"],
  input[type="date"].is-valid,
  .form-group.is-valid
  input[type="date"],
  input[type="datetime"].is-valid,
  .form-group.is-valid
  input[type="datetime"],
  input[type="datetime-local"].is-valid,
  .form-group.is-valid
  input[type="datetime-local"],
  input[type="month"].is-valid,
  .form-group.is-valid
  input[type="month"],
  input[type="time"].is-valid,
  .form-group.is-valid
  input[type="time"],
  input[type="week"].is-valid,
  .form-group.is-valid
  input[type="week"],
  textarea.is-valid,
  .form-group.is-valid
  textarea,
  select.is-valid,
  .form-group.is-valid
  select {
    color: #417505;
    border-color: #417505; }
    input[type="email"].is-valid + .is-valid,
    .form-group.is-valid input[type="email"] + .is-valid,
    input[type="number"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="number"] + .is-valid,
    input[type="password"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="password"] + .is-valid,
    input[type="search"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="search"] + .is-valid,
    input[type="tel"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="tel"] + .is-valid,
    input[type="text"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="text"] + .is-valid,
    input[type="url"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="url"] + .is-valid,
    input[type="color"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="color"] + .is-valid,
    input[type="date"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="date"] + .is-valid,
    input[type="datetime"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="datetime"] + .is-valid,
    input[type="datetime-local"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="datetime-local"] + .is-valid,
    input[type="month"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="month"] + .is-valid,
    input[type="time"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="time"] + .is-valid,
    input[type="week"].is-valid + .is-valid,
    .form-group.is-valid
    input[type="week"] + .is-valid,
    textarea.is-valid + .is-valid,
    .form-group.is-valid
    textarea + .is-valid,
    select.is-valid + .is-valid,
    .form-group.is-valid
    select + .is-valid {
      display: block; }

select {
  padding: 1.2rem 2rem 1.2rem 1.2rem; }
  select + i {
    position: absolute;
    top: 3.5rem;
    right: 1.6rem; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 1.2rem 0; }
    input[type="checkbox"] + label.form-control-label {
      padding: 1.2rem 0; }
    input[type="checkbox"] + label::before {
      content: "";
      background-color: transparent;
      border: 0.15rem solid #a6a6a6;
      border-radius: 2px;
      color: #a6a6a6;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      box-sizing: border-box;
      transition: background-color 0.2s ease;
      position: absolute;
      left: 0;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      top: 1.2rem; }
    input[type="checkbox"] + label::after {
      content: "";
      background-color: #000;
      border: 0.15rem solid #000;
      color: #000;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      opacity: 0;
      width: 1.1rem;
      height: 1.1rem;
      line-height: 0.8rem;
      top: 1.5rem;
      left: 0.3rem; }
    input[type="checkbox"] + label.checkbox-white::before {
      border: 0.15rem solid #fff;
      color: #fff; }
    input[type="checkbox"] + label.checkbox-white::after {
      border: 0.15rem solid #fff;
      color: #fff;
      background-color: #fff; }
    input[type="checkbox"] + label:hover::before {
      border-color: #000; }
  input[type="checkbox"]:checked + label::before,
  input[type="checkbox"]:active + label::before {
    background: #000;
    border-color: #000; }
  input[type="checkbox"]:checked + label::after,
  input[type="checkbox"]:active + label::after {
    opacity: 1;
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-check.svg") no-repeat;
    background-size: 100%;
    content: '';
    top: 1.3rem;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 0.1rem;
    right: auto; }
  input[type="checkbox"]:disabled + label {
    cursor: initial; }
    input[type="checkbox"]:disabled + label::before {
      opacity: 0.5; }
  input[type="checkbox"]:focus + label::before,
  input[type="checkbox"]:focus-visible + label::before {
    border-color: #000; }
  input[type="checkbox"]:focus + label::after,
  input[type="checkbox"]:focus-visible + label::after {
    opacity: 1;
    background: transparent;
    border: 0.15rem solid #000; }
  input[type="checkbox"]:focus:checked + label::after,
  input[type="checkbox"]:focus-visible:checked + label::after {
    background: #000; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    position: relative;
    display: block;
    cursor: pointer; }
    input[type="radio"] + label.form-control-label {
      padding: 0; }
    input[type="radio"] + label::before {
      content: "";
      background-color: transparent;
      border: 0.15rem solid #a6a6a6;
      border-radius: 100%;
      color: #a6a6a6;
      display: inline-block;
      width: 1.9rem;
      height: 1.9rem;
      line-height: 1.9rem;
      text-align: center;
      vertical-align: middle;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0; }
    input[type="radio"] + label::after {
      content: "";
      background-color: #a6a6a6;
      border-radius: 100%;
      color: #a6a6a6;
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      line-height: 1.2rem;
      text-align: center;
      vertical-align: middle;
      box-sizing: border-box;
      opacity: 0;
      transition: opacity 0.2s ease;
      position: absolute;
      top: 0.35rem;
      left: 0.35rem; }
    input[type="radio"] + label:hover::before {
      border-color: #000; }
  input[type="radio"]:checked + label::after {
    opacity: 1; }
  input[type="radio"]:checked + label::before,
  input[type="radio"]:active + label::before {
    border: 0.15rem solid #000;
    background: #f2f2f2; }
  input[type="radio"]:checked + label::after,
  input[type="radio"]:active + label::after {
    opacity: 1;
    background-color: #000;
    border-color: #000; }
  input[type="radio"]:disabled + label {
    cursor: initial; }
    input[type="radio"]:disabled + label::before {
      opacity: 1;
      border: 0.15rem solid #8c8c8c; }
  input[type="radio"]:disabled:active + label::after,
  input[type="radio"]:disabled:checked + label::after {
    opacity: 1;
    background-color: #8c8c8c;
    border-color: #8c8c8c; }
  input[type="radio"]:focus + label::before,
  input[type="radio"]:focus-visible + label::before {
    border-color: #000; }
  input[type="radio"]:focus + label::after,
  input[type="radio"]:focus-visible + label::after {
    opacity: 1;
    background: transparent;
    border: 0.15rem solid #000; }
  input[type="radio"]:focus:checked + label::after,
  input[type="radio"]:focus-visible:checked + label::after {
    background: #000; }

.header-container {
  height: 5.4rem; }
  .header-container .header {
    height: 5.4rem;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #000; }
    .sticky-header .header-container .header {
      position: fixed; }
    .header-container .header .header__wrapper {
      position: relative;
      width: calc(100% - 3.6rem);
      margin: 0 auto;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      padding: 1.4rem 0; }
      .header-container .header .header__wrapper .header__menu-mini-logo {
        display: none; }
      .header-container .header .header__wrapper .header__logo {
        width: 10rem;
        height: 2.64rem;
        margin-right: auto; }
        .header-container .header .header__wrapper .header__logo a img {
          width: 100%;
          height: 100%;
          object-position: 50% 50%; }
      .header-container .header .header__wrapper .header__country-selector-container .header__country-selector,
      .header-container .header .header__wrapper .header__menu .header__country-selector {
        cursor: pointer;
        margin-right: 4.8rem; }
      .header-container .header .header__wrapper .header__country-selector-container .header__menu-categories,
      .header-container .header .header__wrapper .header__menu .header__menu-categories {
        display: none; }
      .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons,
      .header-container .header .header__wrapper .header__menu .header__menu-icons {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        margin-bottom: -0.3rem; }
        .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons__item,
        .header-container .header .header__wrapper .header__menu .header__menu-icons__item {
          margin-left: 0.8rem;
          min-width: 2.4rem;
          text-align: center; }
        .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons .header__menu-icons__item a,
        .header-container .header .header__wrapper .header__menu .header__menu-icons .header__menu-icons__item a {
          text-decoration: none; }
        .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons .header__menu-icons__item i,
        .header-container .header .header__wrapper .header__menu .header__menu-icons .header__menu-icons__item i {
          font-size: 1.8rem;
          color: #fff; }
        .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons .header__menu-icons__item.hamburger-menu,
        .header-container .header .header__wrapper .header__menu .header__menu-icons .header__menu-icons__item.hamburger-menu {
          margin-left: 1.8rem; }

@media screen and (min-width: 1024px) {
  .header-container {
    height: auto; }
    .header-container .header {
      position: absolute;
      width: 100%;
      background-color: transparent;
      top: auto;
      transition: top 0.4s ease;
      -webkit-transition: top 0.4s ease;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
      .sticky-header .header-container .header {
        position: absolute; }
      .header-container .header .header__wrapper {
        position: absolute;
        width: 100%;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        height: 8rem; }
        .sticky-header .header-container .header .header__wrapper {
          position: fixed;
          top: 0; }
        .header-container .header .header__wrapper .header__country-selector-container {
          width: auto;
          height: 8rem;
          margin-left: auto;
          position: absolute;
          right: 0;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .header-container .header .header__wrapper .header__country-selector-container.hide-for-medium, .header-container .header .header__wrapper .header__country-selector-container.hide-for-small {
            display: flex !important; }
          .header-container .header .header__wrapper .header__country-selector-container .header__menu-icons {
            margin-right: 1.6rem; }
          .header-container .header .header__wrapper .header__country-selector-container .header__country-selector {
            display: flex;
            flex-flow: row nowrap;
            margin-left: 2rem;
            align-items: center;
            color: #fff;
            opacity: 1;
            transition: opacity 0.4s ease; }
            .header-container .header .header__wrapper .header__country-selector-container .header__country-selector .header__country-selector__country-code {
              font-family: "NeueHelveticaPaneuropean", sans-serif;
              font-style: normal;
              font-weight: 750;
              text-transform: none;
              font-size: 1.4rem;
              line-height: 1.21429;
              display: inline;
              margin-right: 1.6rem;
              text-transform: uppercase; }
            .header-container .header .header__wrapper .header__country-selector-container .header__country-selector i {
              font-size: 1.38rem;
              margin-right: 0;
              line-height: 1.3; }
              .header-container .header .header__wrapper .header__country-selector-container .header__country-selector i::before {
                vertical-align: middle;
                line-height: 1; }
            .header-container .header .header__wrapper .header__country-selector-container .header__country-selector:hover {
              opacity: 0.7; }
        .header-container .header .header__wrapper .header__logo {
          display: none;
          width: 13.8rem;
          height: 3.6rem;
          margin: 0; }
          .header-container .header .header__wrapper .header__logo a img {
            width: 100%;
            height: 100%;
            object-position: 50% 50%;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden; }
        .header-container .header .header__wrapper .header__menu-container {
          width: 100%;
          height: 8rem; }
          .header-container .header .header__wrapper .header__menu-container .header__menu {
            width: 100%;
            height: 8rem;
            display: flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            padding-top: 0;
            background-color: rgba(0, 0, 0, 0);
            transition: background-color 0.7s ease;
            top: auto; }
            .sticky-header .header-container .header .header__wrapper .header__menu-container .header__menu {
              background: black; }
            .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-mini-logo {
              position: absolute;
              left: 0;
              top: 0;
              margin-left: 4.8rem;
              display: flex;
              flex-direction: column;
              justify-content: center;
              height: 8rem; }
              .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-mini-logo .logo-img {
                height: 3.2rem; }
            .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories {
              display: flex;
              flex-flow: row nowrap; }
              .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item {
                margin: 0 1.6rem; }
                .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a {
                  font-family: "NeueHelveticaPaneuropean", sans-serif;
                  font-style: normal;
                  font-weight: 750;
                  text-transform: none;
                  font-size: 1.6rem;
                  line-height: 1.25;
                  text-transform: uppercase;
                  text-decoration: none;
                  color: #fff;
                  opacity: 1;
                  transition: opacity 0.4s ease;
                  position: relative; }
                  .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a::after {
                    content: '';
                    position: absolute;
                    bottom: -3px;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background-color: #fff;
                    opacity: 0;
                    transition: opacity 0.4s ease; }
                  .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a:hover {
                    opacity: 0.7; }
                    .header-container .header .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a:hover::after {
                      opacity: 0.7; }
        .header-container .header .header__wrapper .header__menu-icons .header__menu-icons__item:hover {
          opacity: 0.7; }
      .header-container .header.header--white .header__wrapper .header__country-selector-container .header__country-selector {
        color: #fff; }
      .header-container .header.header--white .header__wrapper .header__menu-container .header__menu {
        background-color: rgba(0, 0, 0, 0); }
        .sticky-header .header-container .header.header--white .header__wrapper .header__menu-container .header__menu {
          background-color: black; }
        .header-container .header.header--white .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a {
          color: #fff; }
          .header-container .header.header--white .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a::after {
            background-color: #fff; }
        .header-container .header.header--white .header__wrapper .header__menu-container .header__menu .header__menu-icons .header__menu-icons__item i {
          color: #fff; }
        .header-container .header.header--white .header__wrapper .header__menu-container .header__menu .header__menu-icons .header__menu-icons__item a {
          color: #fff; }
      .header-container .header.header--black .header__wrapper .header__country-selector-container .header__country-selector {
        color: #000; }
      .header-container .header.header--black .header__wrapper .header__menu-container .header__menu {
        background-color: rgba(255, 255, 255, 0); }
        .sticky-header .header-container .header.header--black .header__wrapper .header__menu-container .header__menu {
          background-color: white; }
        .header-container .header.header--black .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a {
          color: #000; }
          .header-container .header.header--black .header__wrapper .header__menu-container .header__menu .header__menu-categories .category-item a::after {
            background-color: #000; }
        .header-container .header.header--black .header__wrapper .header__menu-container .header__menu .header__menu-icons .header__menu-icons__item i {
          color: #000; }
        .header-container .header.header--black .header__wrapper .header__menu-container .header__menu .header__menu-icons .header__menu-icons__item a {
          color: #000; }
      .header-container .header.header--black .header__country-selector-container .header__menu-icons .header__menu-icons__item i,
      .header-container .header.header--black .header__menu .header__menu-icons .header__menu-icons__item i {
        color: #000; } }

.menu-state-close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  height: 1.8rem;
  width: 1.8rem; }
  .menu-state-close i {
    font-size: 1.8rem;
    color: #fff; }

#menu-state-container {
  opacity: 0;
  pointer-events: none; }
  .state--menu #menu-state-container {
    opacity: 1;
    pointer-events: auto;
    background-color: #000; }

.menu-state__category-list {
  margin-top: 5.4rem;
  text-align: center; }
  .menu-state__category-list .category-item {
    text-transform: uppercase; }
    .menu-state__category-list .category-item a {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333;
      padding: 1.2rem 0;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff; }

.menu-state__country-selector {
  margin-top: 4.8rem;
  text-align: center; }
  .menu-state__country-selector .menu-state__country-selector__country-code {
    font-family: "HelveticaNeueLTPro-MdCn", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    display: inline;
    margin-right: 0.8rem;
    color: #fff;
    text-transform: uppercase; }
  .menu-state__country-selector i {
    margin-left: 0.8rem;
    font-size: 1.38rem;
    color: #fff; }

.search-state-trigger {
  cursor: pointer; }

.search-state-close {
  position: absolute;
  top: 1.9rem;
  right: 1.4rem; }
  .search-state-close i {
    font-size: 2rem; }

#search-state-container {
  display: none;
  position: absolute;
  top: 5.4rem;
  width: 100%;
  height: fit-content;
  transition: left 0.5s ease;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.8rem 0.6rem -0.6rem #161616;
  -moz-box-shadow: 0 0.8rem 0.6rem -0.6rem #161616;
  box-shadow: 0 0.8rem 0.6rem -0.6rem #161616; }
  .state--search #search-state-container {
    display: block;
    pointer-events: auto; }

.header-search .search-icon {
  position: absolute;
  top: 1.9rem;
  left: 1.4rem; }
  .header-search .search-icon i {
    font-size: 2rem; }

.header-search .search-form .search-field {
  height: 5.4rem;
  padding: 0 4.6rem;
  border: none; }

.header-search .suggestions {
  border-top: 1px #ccc solid;
  padding: 0 4.6rem 3rem 4.6rem; }
  .header-search .suggestions .suggestions__products-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    padding-top: 1.8rem;
    color: #999; }
  .header-search .suggestions .suggestions__products {
    margin-top: -0.3rem; }
  .header-search .suggestions .suggestions__categories-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    margin-top: 1.8rem; }
  .header-search .suggestions .suggestions__categories {
    margin-top: -0.3rem; }
  .header-search .suggestions a {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    display: block;
    margin-top: 0.6rem;
    text-decoration: none; }

@media screen and (min-width: 1024px) {
  .search-state-close {
    top: 2rem;
    right: 2rem; }
  #search-state-container {
    width: 59rem;
    margin: 0 auto;
    top: 15.6rem; }
    .state--search #search-state-container {
      position: fixed; }
  .header-search .search-icon {
    top: 1.8rem;
    left: 2rem; }
    .header-search .search-icon i {
      font-size: 2.8rem; }
  .header-search .search-form .search-field {
    padding: 0 6.7rem; }
  .header-search .suggestions {
    padding: 0 6.7rem 4rem 6.7rem; } }

.product-tile {
  margin-top: 4rem;
  text-align: center;
  width: 50%; }
  .product-tile .product-tile__link {
    text-decoration: none; }
  .product-tile .product-tile__image_container {
    width: 14.2rem;
    height: 14.2rem;
    position: relative; }
    .product-tile .product-tile__image_container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
    .product-tile .product-tile__image_container .image-life-style {
      opacity: 0;
      position: absolute; }
    .product-tile .product-tile__image_container .promotion {
      width: 5rem;
      height: 5rem;
      margin-top: 11.7rem;
      margin-left: 23.4rem;
      position: absolute;
      background-color: #000;
      border-radius: 50%;
      z-index: 1;
      color: #fff;
      justify-content: center;
      align-items: center;
      text-align: center;
      display: flex;
      flex-direction: column;
      line-height: 1; }
      .product-tile .product-tile__image_container .promotion.out-of-stock {
        width: 6rem;
        height: 6rem;
        margin-top: 11.2rem;
        margin-left: 22.4rem; }
      .product-tile .product-tile__image_container .promotion.coming-soon {
        background-color: #ae853b;
        color: #000; }
      .product-tile .product-tile__image_container .promotion.out-of-stock, .product-tile .product-tile__image_container .promotion.coming-soon, .product-tile .product-tile__image_container .promotion.up-to {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333;
        line-height: 1;
        letter-spacing: 0.06rem; }
      .product-tile .product-tile__image_container .promotion.up-to .percent {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.14286; }
      .product-tile .product-tile__image_container .promotion.percent {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; }
      .product-tile .product-tile__image_container .promotion.promotion-badge {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333;
        width: 5.6rem;
        height: 5.6rem;
        font-size: 0.8rem;
        border-radius: 50%;
        margin: 0;
        top: 15%;
        left: 0;
        transform: translateY(-50%);
        text-transform: uppercase;
        padding: 0 0.5rem;
        line-height: 1; }
        .product-tile .product-tile__image_container .promotion.promotion-badge i {
          font-style: normal;
          display: block; }
      .product-tile .product-tile__image_container .promotion.percentage-badge {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; }
      .product-tile .product-tile__image_container .promotion.black {
        background-color: #000;
        color: #fff; }
      .product-tile .product-tile__image_container .promotion.grey {
        background-color: #555;
        color: #fff; }
  .product-tile .product-tile__details .product-tile__out-of-stock {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.33333;
    text-align: center;
    color: #161616;
    display: block;
    text-transform: uppercase; }
  .product-tile .product-tile__details .product-tile__details-name {
    margin-top: 1rem; }
    .product-tile .product-tile__details .product-tile__details-name a,
    .product-tile .product-tile__details .product-tile__details-name span {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.2rem;
      line-height: 1.33333;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      line-height: 1.6rem; }
      .product-tile .product-tile__details .product-tile__details-name a.product-tile__details-name-light,
      .product-tile .product-tile__details .product-tile__details-name span.product-tile__details-name-light {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333;
        text-align: center;
        color: #161616;
        display: block; }
  .product-tile .product-tile__details .product-tile__details-price {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center; }
    .product-tile .product-tile__details .product-tile__details-price .product-price__range .range {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.14286;
      font-size: 1.3rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .from {
        margin-right: 0.6rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .crossed-price {
        margin-right: 0.6rem; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .crossed-price .price-sales .value {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.14286;
          font-size: 1.3rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .value {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.14286;
        font-size: 1.3rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.14286;
        font-size: 1.3rem;
        color: #901111; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value.currency {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.14286;
          font-size: 1.3rem; }
    .product-tile .product-tile__details .product-tile__details-price .product-price__default {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      gap: 0.4rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted {
        order: 1;
        white-space: nowrap; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default:not(.no-prefix-wrap) {
        flex-flow: row wrap;
        gap: 0; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
        white-space: nowrap; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .value,
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.14286;
          font-size: 1.3rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .value,
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .currency {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.14286;
        font-size: 1.3rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-sales {
        display: flex;
        white-space: pre-wrap; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-sales .price-prefix {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.14286;
          font-size: 1.3rem; }
  .product-tile .product-tile__details .product-tile__details-colors {
    margin-top: 0.4rem; }
    .product-tile .product-tile__details .product-tile__details-colors .dot {
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 50%;
      display: inline-block;
      margin: 0 0.2rem; }
  .product-tile .product-tile__buy-button {
    display: none; }

.swatch_link {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .product-tile {
    width: 15.4rem;
    margin: 3rem 1.5rem 0 1.5rem; }
    .product-tile .product-tile__image_container {
      width: 15.4rem;
      height: 15.4rem; }
      .product-tile .product-tile__image_container .promotion {
        margin-top: 5.2rem;
        margin-left: 10.4rem; }
        .product-tile .product-tile__image_container .promotion.out-of-stock {
          margin-top: 4.7rem;
          margin-left: 9.4rem; }
    .product-tile .product-tile__details .product-tile__details-name a,
    .product-tile .product-tile__details .product-tile__details-name span {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25; }
      .product-tile .product-tile__details .product-tile__details-name a.product-tile__details-name-light,
      .product-tile .product-tile__details .product-tile__details-name span.product-tile__details-name-light {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
    .product-tile .product-tile__details .product-tile__out-of-stock {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      text-transform: uppercase; }
    .product-tile .product-tile__details .product-tile__details-price {
      margin-top: 1rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .crossed-price .price-sales .value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value.currency {
            font-family: "NeueHelveticaPaneuropean", sans-serif;
            font-style: normal;
            font-weight: 750;
            text-transform: none;
            font-size: 1.6rem;
            line-height: 1.25; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
        display: flex;
        flex-flow: row nowrap; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25;
          white-space: pre; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted {
        display: flex;
        flex-flow: row nowrap; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted .currency {
          white-space: pre; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .value,
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .currency {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-prefix {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
    .product-tile .product-tile__details .product-tile__details-colors {
      margin-top: 0.6rem; } }

@media screen and (min-width: 1024px) {
  .product-tile {
    width: 24rem;
    margin: 3rem 3rem 0 3rem; }
    .product-tile .product-tile__image_container {
      width: 24rem;
      height: 24rem; }
      .product-tile .product-tile__image_container .promotion {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2.4rem;
        line-height: 1.08333;
        margin-top: 9.45rem;
        margin-left: 18.9rem; }
        .product-tile .product-tile__image_container .promotion.out-of-stock {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 2.4rem;
          line-height: 1.08333;
          margin-top: 9rem;
          margin-left: 18rem; }
        .product-tile .product-tile__image_container .promotion.promotion-badge {
          width: 6.6rem;
          height: 6.6rem;
          font-size: 1.2rem; }
    .product-tile .product-tile__details .product-tile__details-name a,
    .product-tile .product-tile__details .product-tile__details-name span {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35; }
      .product-tile .product-tile__details .product-tile__details-name a.product-tile__details-name-light,
      .product-tile .product-tile__details .product-tile__details-name span.product-tile__details-name-light {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; }
    .product-tile .product-tile__details .product-tile__details-price {
      margin-top: 1rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range .range {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .crossed-price .price-sales .value {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 2rem;
          line-height: 1.35; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2rem;
          line-height: 1.35; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2rem;
          line-height: 1.35; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__range .range .discounted-value.currency {
            font-family: "NeueHelvetica", sans-serif;
            font-style: normal;
            font-weight: 500;
            text-transform: none;
            font-size: 2rem;
            line-height: 1.35; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default {
        flex-flow: row nowrap;
        gap: 0.4rem; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default:not(.no-prefix-wrap) {
          flex-flow: row wrap;
          gap: 0; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-sales {
          display: flex;
          flex-flow: row nowrap; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-sales .currency {
            white-space: pre; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-sales .price-prefix {
            font-family: "NeueHelveticaPaneuropean", sans-serif;
            font-style: normal;
            font-weight: 750;
            text-transform: none;
            font-size: 2rem;
            line-height: 1.35; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted {
          display: flex;
          flex-flow: row nowrap; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted .currency {
            white-space: pre; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
          display: flex;
          flex-flow: row nowrap; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .value,
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency {
            font-family: "NeueHelveticaPaneuropean", sans-serif;
            font-style: normal;
            font-weight: 750;
            text-transform: none;
            font-size: 2rem;
            line-height: 1.35; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency {
            white-space: pre; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .value,
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .currency {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2rem;
          line-height: 1.35; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-prefix {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2rem;
          line-height: 1.35;
          margin-right: 1.2rem; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default.no-prefix-wrap {
          flex-flow: row nowrap; }
    .product-tile .product-tile__details .product-tile__details-colors {
      margin-top: 1.1rem; } }

.product-features {
  padding: 0 1.8rem 3rem 1.8rem; }
  .product-features .product-feature {
    margin-top: 3rem; }
    .product-features .product-feature .product-feature__image {
      text-align: center; }
      .product-features .product-feature .product-feature__image img {
        max-width: 6.4rem;
        max-height: 6.4rem; }
    .product-features .product-feature .product-feature__title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.8rem;
      line-height: 1.11111;
      margin-top: 2.7rem;
      text-align: center; }
    .product-features .product-feature .product-feature__description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      margin-top: 1.2rem;
      text-align: center; }

.product-connectivities {
  padding-bottom: 3rem; }
  .product-connectivities .product-connectivity {
    margin-top: 3rem; }
    .product-connectivities .product-connectivity .product-connectivity-image img {
      max-width: 20rem;
      max-height: 10rem; }
    .product-connectivities .product-connectivity .product-connectivity-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.8rem;
      line-height: 1.11111;
      margin-top: 1.8rem; }
    .product-connectivities .product-connectivity .product-connectivity-description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      margin-top: 1.2rem; }

@media screen and (min-width: 768px) {
  .product-features {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 0 4.2rem 0; }
    .product-features .product-feature {
      width: 21.6rem;
      margin: 4.2rem 1.5rem 0 1.5rem; }
  .product-connectivities {
    padding-bottom: 4.2rem; }
    .product-connectivities .product-connectivity {
      margin-top: 4.2rem; }
      .product-connectivities .product-connectivity .product-connectivity-title {
        margin-top: 2.4rem; } }

@media screen and (min-width: 1024px) {
  .product-features {
    padding: 0 0 4.8rem 0; }
    .product-features .product-feature {
      width: 24rem;
      margin: 4.8rem 5.5rem 0 5.5rem; }
      .product-features .product-feature .product-feature__title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.1; }
      .product-features .product-feature .product-feature__description {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; }
  .product-connectivities {
    width: auto !important;
    margin: 0 31.3rem;
    padding-bottom: 4.8rem; }
    .product-connectivities .product-connectivity {
      margin-top: 4.8rem; }
      .product-connectivities .product-connectivity .product-connectivity-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.1;
        margin-top: 2.7rem; }
      .product-connectivities .product-connectivity .product-connectivity-description {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35; } }

.overflow-y {
  overflow-y: hidden; }

.widget-newsletter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  height: 100%; }
  .widget-newsletter-wrapper .after-submitting {
    display: none; }
  .widget-newsletter-wrapper .after-submit {
    display: none; }
  .widget-newsletter-wrapper .before-submit {
    display: block; }
  .widget-newsletter-wrapper.success-submit .after-submitting {
    display: block !important; }
    .widget-newsletter-wrapper.success-submit .after-submitting button {
      margin-left: 0 !important; }
  .widget-newsletter-wrapper.success-submit .after-submit {
    display: block !important; }
  .widget-newsletter-wrapper.success-submit .before-submit {
    display: none !important; }
  .widget-newsletter-wrapper .invalid-feedback {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    color: #901111;
    margin-top: 0.5rem;
    position: absolute; }
  .widget-newsletter-wrapper .widget-newsletter-wrapper-box {
    width: 28.5rem;
    height: auto;
    box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget {
      width: 100%; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .invalid-feedback {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1rem;
        line-height: 1.2;
        position: relative;
        margin: 1.6rem 0;
        color: #901111;
        text-align: left;
        text-transform: uppercase; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form {
        width: 100%;
        overflow-y: auto;
        max-height: 90vh; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
          text-align: center; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section {
          position: relative; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group {
            margin-bottom: 1.5rem; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group.required-error .widget-newsletter-input::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #d0021b; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group.required-error .widget-newsletter-input:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #d0021b; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group.required-error .widget-newsletter-input::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #d0021b; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group.required-error .widget-newsletter-input:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #d0021b; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label {
              color: #fff; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group select {
              border: 1px solid #fff;
              background-color: #fff; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group textarea {
              min-height: 10rem; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-checkbox-description,
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-group .form-control-radio-description {
              color: #fff; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::before {
              border: 1px solid #fff; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::after {
              background-color: #fff;
              border: 1px solid #fff;
              color: #fff; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item {
            display: block; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item.inputs-wrapper {
              display: none; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button,
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button,
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit {
              width: 100%;
              height: 4rem; }
            .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input {
              max-width: 100%;
              margin-right: 0; }
              .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input::-webkit-input-placeholder {
                /* WebKit browsers */
                text-transform: none; }
              .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                text-transform: none; }
              .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                text-transform: none; }
              .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                text-transform: none; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .close-widget {
      position: absolute;
      top: 2.5rem;
      right: 2.5rem;
      color: #fff;
      z-index: 5;
      cursor: pointer; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image {
      width: 25.3rem;
      display: none; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image img {
        height: 100%;
        width: 100%; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
      color: #fff;
      align-items: center;
      align-content: center;
      align-self: center;
      width: 100%;
      padding: 3rem 2rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form a {
        color: #fff;
        text-align: center; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group {
        margin: 0; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone {
          border: 0;
          background-color: #fff;
          max-width: 25.7rem;
          margin-right: 0.5rem;
          height: 4rem;
          text-transform: none;
          color: #161616; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input::-webkit-input-placeholder,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone::-webkit-input-placeholder {
            /* WebKit browsers */
            text-transform: uppercase; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input:-moz-placeholder,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            text-transform: none; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input::-moz-placeholder,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            text-transform: none; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input:-ms-input-placeholder,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            text-transform: none; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input-phone {
          margin-top: 0.5rem; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit {
          background-color: #000;
          color: #fff;
          border: solid 1px #fff;
          box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.25);
          padding: 0;
          flex: 0 0 4rem; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button.widget-newsletter-button-large,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button.widget-newsletter-button-large,
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit.widget-newsletter-button-large {
            display: none; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button {
          max-height: 4rem; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .optin-privacy {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1rem;
          line-height: 1.2;
          margin-top: 2.4rem;
          text-transform: uppercase; }
          .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .optin-privacy a {
            font-family: "NeueHelvetica", sans-serif;
            font-style: normal;
            font-weight: 500;
            text-transform: none;
            font-size: 1rem;
            line-height: 1.2; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2.6rem;
        line-height: 1.07692;
        margin-bottom: 2.2rem;
        text-transform: uppercase;
        letter-spacing: 0.041rem;
        text-align: center; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title i {
          display: block;
          font-style: normal; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title a {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2.6rem;
          line-height: 1.07692; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429;
        margin-bottom: 3rem;
        line-height: 1.25;
        letter-spacing: 0.04rem; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.21429; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 2.5rem;
        text-align: center; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1rem;
          line-height: 1.2; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429;
        margin-bottom: 3rem;
        line-height: 1.25;
        letter-spacing: 0.04rem;
        display: none; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.21429; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom {
        text-align: center; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-continue {
        background-color: #000;
        color: #fff;
        border: solid 1px #fff;
        box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.25);
        padding: 1.1rem 3rem;
        margin: 2rem auto 0 auto; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 1.6rem;
    font-weight: 700; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-section {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
    padding: 4.8rem 1.8rem 2.4rem;
    width: 100%; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form p {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      font-weight: 400;
      text-align: left; }
      .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form p:first-child {
        margin-top: 0; }
      .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form p:last-child {
        margin-bottom: 0; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.light {
    background: #fff; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.light .close-widget,
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.light .widget-newsletter-wrapper-box-form {
      color: #000; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.light .widget-newsletter-wrapper-box-form p {
      color: #000; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.dark {
    background: #000; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.dark .close-widget,
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.dark .widget-newsletter-wrapper-box-form {
      color: #fff; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box.dark .widget-newsletter-wrapper-box-form p {
      color: #fff; }
  .widget-newsletter-wrapper.b2b-form .widget-newsletter-wrapper-box .close-widget, .widget-newsletter-wrapper.newsletter-sign-up .widget-newsletter-wrapper-box .close-widget {
    top: 2.7rem;
    right: 2.1rem; }
    .widget-newsletter-wrapper.b2b-form .widget-newsletter-wrapper-box .close-widget::before, .widget-newsletter-wrapper.newsletter-sign-up .widget-newsletter-wrapper-box .close-widget::before {
      background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-close.svg") no-repeat;
      background-size: 100%;
      width: 1.7rem;
      height: 1.7rem;
      color: transparent;
      display: inline-block; }
  .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box {
    background: #fff;
    height: 100%; }
    .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image {
      width: auto; }
    .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
      color: #000;
      padding: 5.6rem 1.8rem;
      height: 100%;
      max-height: 100vh; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2.4rem;
        line-height: 1.08333;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 1.2rem; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title .optin-privacy, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title .optin-privacy {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1rem;
          line-height: 1.2;
          text-transform: uppercase;
          margin-top: 2.4rem; }
          .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title .optin-privacy a, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title .optin-privacy a {
            font-family: "NeueHelvetica", sans-serif;
            font-style: normal;
            font-weight: 500;
            text-transform: none;
            font-size: 1rem;
            line-height: 1.2; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
        margin-bottom: 2.4rem;
        display: inline-block; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle.after-submitting, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle.after-submitting {
          display: none; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-continue, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-continue {
        display: none; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group {
        margin-bottom: 2rem; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label {
          color: #000;
          text-transform: none;
          padding-bottom: 0.8rem;
          display: inline-block; }
          .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label .form-control-checkbox-title .form-control-checkbox-description, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label .form-control-checkbox-title .form-control-checkbox-description {
            color: #000; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-policy-contact-checkbox .form-control-checkbox-title .form-control-checkbox-description, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-policy-contact-checkbox .form-control-checkbox-title .form-control-checkbox-description {
          color: #000; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::after {
          background-color: #000;
          border: 1px solid #000;
          color: #000; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::before, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group input[type="checkbox"] + label::before {
          border: 1px solid #000; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item select,
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item select,
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input {
        border: 1px solid #555;
        border-radius: 0.5rem;
        color: #555; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input {
        border: 1px solid #555;
        border-radius: 0.5rem;
        color: #555; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input.optin, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input.optin {
          background-color: #000;
          border: 1px solid #fff;
          border-radius: 0.4rem;
          color: #fff; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-boxes-wrapper,
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .inputs-wrapper, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-boxes-wrapper,
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .inputs-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper,
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper,
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper {
        width: 70%; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper {
        position: relative; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper::after {
          content: " ";
          position: absolute;
          background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-arrow-bottom.svg") no-repeat;
          background-size: 100%;
          width: 1.3rem;
          height: 1.3rem;
          right: 1rem;
          bottom: 1rem; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper select, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper select {
          color: #555; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .largest-space-size, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .largest-space-size {
        display: none;
        background: #f4f4f4;
        padding: 1.6rem 1.6rem 1.4rem;
        font-size: 1.3rem;
        line-height: 125%;
        margin-bottom: 1.6rem; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form {
        position: relative; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form .quantity, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form .quantity {
          text-align: center;
          padding-left: 1.5rem; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus,
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus,
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus {
        content: "";
        width: 6rem;
        position: absolute;
        z-index: 10;
        height: calc(100% - 2px);
        right: 1px;
        top: 1px;
        background: #f4f4f4;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus::after,
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus::after,
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus::after {
          content: "";
          position: absolute;
          width: 2.4rem;
          height: 2.4rem;
          background-size: 100%;
          top: 50%;
          transform: translateY(-50%); }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-plus::after {
          background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-plus.svg") no-repeat;
          right: 1.9rem;
          background-size: 100%; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus {
        left: 1px; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .icon-minus::after {
          left: 1.9rem;
          background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-minus.svg") no-repeat;
          background-size: 100%; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button {
        width: auto;
        height: 4rem;
        background: #000;
        color: #fff;
        padding: 1.4rem 2.8rem;
        line-height: 1;
        border: 1px solid #000;
        margin-top: 4rem; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button, .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button {
          color: #000;
          background: #fff;
          border: 1px solid #000;
          display: none; }
          .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button.hide, .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button.hide, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button.hide, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button.hide {
            display: none; }
          .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button.show, .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button.show, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.b2b-go-back-button.show, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.go-back-button.show {
            display: inline-block; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.hide, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.hide {
          display: none; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.show, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button.show {
          display: inline-block; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button {
        display: none;
        width: auto;
        height: 4rem;
        background: #000;
        color: #fff;
        padding: 1.4rem 2.8rem;
        line-height: 1;
        border: 1px solid #000;
        margin-left: 1.4rem; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.hide, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.hide {
          display: none; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.show, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.show {
          display: inline-block; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.signup, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.signup {
          display: inline-block;
          margin-left: 0; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.after-submitting, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button.after-submitting {
          margin-left: 0; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .inputs-wrapper .after-continue, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .inputs-wrapper .after-continue {
        width: 100%; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        margin-top: -0.4rem;
        position: relative; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit::after {
          content: "";
          position: absolute;
          background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-feedback-yes.svg") no-repeat;
          background-size: 100%;
          width: 5.6rem;
          height: 5.6rem;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 6.4rem; }
  .widget-newsletter-wrapper.b2b-form .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-checkbox-description, .widget-newsletter-wrapper.newsletter-sign-up .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-checkbox-description {
    color: #000;
    text-transform: none; }
    .widget-newsletter-wrapper.b2b-form .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-checkbox-description a, .widget-newsletter-wrapper.newsletter-sign-up .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-checkbox-description a {
      color: #000; }
  .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget {
    color: #fff; }
    .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box {
      background: #000; }
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .close-widget {
        color: #fff;
        top: 3rem;
        right: 3rem; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .close-widget::before {
          background: none;
          color: #fff;
          width: auto;
          height: auto; }
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
        color: #fff; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label {
          width: 100%;
          color: #fff; }
          .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label .form-control-checkbox-title .form-control-checkbox-description {
            font-size: 1rem;
            line-height: 1.2;
            color: #fff;
            text-align: center; }
            .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group .form-control-label .form-control-checkbox-title .form-control-checkbox-description a {
              font-size: 1rem;
              line-height: 1.2;
              color: #fff; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group.form-policy-contact-checkbox .form-control-label .form-control-checkbox-title {
          padding-left: 0;
          padding-top: 2.4rem; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-input {
          border-radius: 0; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .button,
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form button {
          border: 1px solid #fff;
          background: #fff;
          color: #000;
          margin-top: 0; }
        .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .inputs-wrapper .form-group.after-continue {
          width: 100%; }

.widget-image-banner {
  padding: 0; }
  .widget-image-banner.widget-image-banner-hero {
    padding-top: 0; }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper picture {
    height: calc(100vh - 5.4rem); }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
    position: relative;
    padding-bottom: calc(100vh - 5.4rem);
    overflow: hidden; }
    .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: 100vw;
      height: 56.25vw;
      min-height: calc(100vh - 5.4rem);
      min-width: 177.77vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container iframe {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper picture {
    height: calc(80vh - 5.4rem); }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
    position: relative;
    height: calc(80vh - 5.4rem);
    overflow: hidden; }
    .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: calc(calc(80vh - 5.4rem) * 1.777);
      min-width: 100vw;
      height: 100%;
      min-height: calc(100vw * 0.56);
      padding: 0;
      overflow: hidden; }
      .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container iframe {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .widget-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image {
    position: relative; }
  .widget-image-banner .widget-image-banner__image-wrapper img {
    position: relative;
    width: 100%; }
  .widget-image-banner .widget-image-banner__image-wrapper .widget_images {
    position: relative; }
  .widget-image-banner .widget-image-banner__image-wrapper .full-image-widget-1,
  .widget-image-banner .widget-image-banner__image-wrapper .full-image-widget-2 {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
    .widget-image-banner .widget-image-banner__image-wrapper .full-image-widget-1.active,
    .widget-image-banner .widget-image-banner__image-wrapper .full-image-widget-2.active {
      opacity: 1; }
  .widget-image-banner .widget-image-banner__image-wrapper .full-image-widget-2 {
    position: absolute;
    bottom: 0; }
  .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image {
    position: relative;
    display: flex;
    flex-flow: column nowrap; }
    .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description {
      position: relative;
      flex: 1 0 100%;
      order: 2; }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-image, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-mobile-right-desktop, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-bottom-image {
        position: absolute;
        height: 50%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3rem 1.8rem; }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-image, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-mobile-right-desktop {
        top: 0; }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-bottom-image {
        bottom: 0; }
    .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image picture {
      display: block;
      flex: 1 0 100%;
      order: 1; }
    .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image img {
      position: relative;
      width: 100%; }

.widget-several-images {
  padding: 1.5rem 0; }
  .widget-several-images .widget-description a {
    display: block; }
  .widget-several-images .widget-description p a {
    display: inline-block; }
  .widget-several-images .widget-description button,
  .widget-several-images .widget-description .button {
    display: block;
    margin: 0.5rem auto 0 auto; }
  .widget-several-images .widget-several-images__images {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start; }
    .widget-several-images .widget-several-images__images .widget-several-images__image {
      width: 100%;
      margin-bottom: 1.5rem;
      position: relative; }
      .widget-several-images .widget-several-images__images .widget-several-images__image:last-child {
        margin-bottom: 0; }
      .widget-several-images .widget-several-images__images .widget-several-images__image img {
        position: relative;
        width: 100%; }
  .widget-several-images.widget-several-images__one-column .widget-several-images__images .widget-several-images__image {
    margin-bottom: 0; }
  .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image {
    margin-bottom: 0; }

.widget-single-column {
  padding: 1.8rem 0; }
  .widget-single-column .widget-description .widget-description__header {
    margin-bottom: 0; }
  .widget-single-column .widget-image-banner__image-wrapper .widget-image-banner__image {
    position: relative; }
  .widget-single-column .widget-image-banner__image-wrapper img {
    position: relative;
    width: 100%; }

.full-image-widget .widget-image-banner .widget-description.no-image {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  transform: none;
  margin: 3rem auto; }

.widget-three-columns-product,
.widget-product-grid {
  padding: 3rem 0;
  background-image: radial-gradient(circle at 49% 53%, #f0f0f0, #aaa 62%, #4f4f4f); }
  .widget-three-columns-product .widget-description,
  .widget-product-grid .widget-description {
    width: 28.4rem;
    margin: 0 auto; }
  .widget-three-columns-product .widget-three-columns-product-banner,
  .widget-product-grid .widget-three-columns-product-banner {
    display: block; }
    .widget-three-columns-product .widget-three-columns-product-banner .widget-product-three-banner__image-wrapper picture,
    .widget-product-grid .widget-three-columns-product-banner .widget-product-three-banner__image-wrapper picture {
      display: block; }
    .widget-three-columns-product .widget-three-columns-product-banner .widget-product-three-banner__image-wrapper img,
    .widget-product-grid .widget-three-columns-product-banner .widget-product-three-banner__image-wrapper img {
      width: 100%; }
  .widget-three-columns-product .widget-three-columns-product-description,
  .widget-product-grid .widget-three-columns-product-description {
    text-align: center; }
    .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-title,
    .widget-product-grid .widget-three-columns-product-description .widget-three-columns-product-description-title {
      padding-bottom: 1.8rem; }
    .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-text,
    .widget-product-grid .widget-three-columns-product-description .widget-three-columns-product-description-text {
      padding-bottom: 1.5rem; }
    .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-button,
    .widget-product-grid .widget-three-columns-product-description .widget-three-columns-product-description-button {
      padding-bottom: 1.5rem; }
      .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-button a,
      .widget-product-grid .widget-three-columns-product-description .widget-three-columns-product-description-button a {
        text-decoration: none; }
  .widget-three-columns-product .widget-three-columns-product-columns,
  .widget-product-grid .widget-three-columns-product-columns {
    text-align: center;
    margin-bottom: 6.9rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 3.6rem); }
    .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column,
    .widget-product-grid .widget-three-columns-product-columns .widget-three-columns-product-column {
      margin-top: 3rem; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .widget-three-columns-product-image img,
      .widget-product-grid .widget-three-columns-product-columns .widget-three-columns-product-column .widget-three-columns-product-image img {
        width: 100%; }

.widget-product-grid {
  background: transparent;
  padding: 0;
  margin-top: -0.8rem; }
  .widget-product-grid .widget-three-columns-product-columns {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center; }
    .left .widget-product-grid .widget-three-columns-product-columns {
      justify-content: left; }
    .widget-product-grid .widget-three-columns-product-columns .product-tile {
      width: 50%; }

.widget__carousel .owl-theme .widget__carousel_image-item {
  margin: 1.5rem 0; }

.widget__carousel .owl-theme .owl-dots {
  width: 100%;
  bottom: 4rem;
  position: absolute; }
  .widget__carousel .owl-theme .owl-dots .owl-dot span {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    margin: 0.5rem 0.3rem; }
  .widget__carousel .owl-theme .owl-dots .owl-dot.active span {
    background: #161616; }

.widget__carousel .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%); }
  .widget__carousel .owl-theme .owl-nav button i {
    display: block;
    width: 2rem;
    font-size: 1rem;
    line-height: 3.2;
    color: #fff;
    background: rgba(0, 0, 0, 0.3); }
    .widget__carousel .owl-theme .owl-nav button i::before {
      position: relative;
      top: 0.2rem; }
  .widget__carousel .owl-theme .owl-nav button:hover i {
    background: rgba(0, 0, 0, 0.5); }
  .widget__carousel .owl-theme .owl-nav button.owl-prev {
    left: 7.8rem;
    position: absolute; }
  .widget__carousel .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: 7.8rem; }
  .wrapper-full .widget__carousel .owl-theme .owl-nav button.owl-prev {
    left: 0; }
  .wrapper-full .widget__carousel .owl-theme .owl-nav button.owl-next {
    right: 0; }
  .widget__carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: inherit;
    color: inherit; }

.widget__carousel .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%); }

.product_container ~ .carousel-widget .widget__carousel .owl-theme .owl-stage-outer .widget__carousel_image-item {
  margin: 0 auto; }

.yotpo-pictures-gallery-widget {
  margin-top: 3rem; }
  .yotpo-pictures-gallery-widget .widget-description {
    text-align: center;
    position: relative;
    width: 100%; }

.widget-video {
  padding: 3rem 0; }
  .widget-video .widget-video__wrapper {
    position: relative;
    padding-bottom: 125%;
    overflow: hidden;
    cursor: pointer; }
    .widget-video .widget-video__wrapper .widget-video__link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100; }
    .widget-video .widget-video__wrapper iframe,
    .widget-video .widget-video__wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .widget-video .widget-video__wrapper video {
      object-fit: cover;
      object-position: 50% 50%; }
    .widget-video .widget-video__wrapper .control {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      transition: opacity 0.2s ease-in;
      pointer-events: none; }
      .widget-video .widget-video__wrapper .control .button-controll {
        width: 4.4rem;
        height: 4.4rem;
        border-style: solid;
        border-width: 2.2rem 0 2.2rem 4.4rem;
        box-sizing: border-box;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.7); }
        .widget-video .widget-video__wrapper .control .button-controll.icon-pause {
          border-style: double;
          border-width: 0 0 0 4.4rem; }
    .widget-video .widget-video__wrapper:hover .control {
      transition: opacity 0.2s ease-out;
      opacity: 1; }

.widget-several-images__image,
.widget-image-banner__image {
  display: flex;
  flex-direction: column; }

.widget-description {
  width: 28.4rem;
  position: relative;
  margin: 3rem 0;
  order: 0;
  z-index: 1; }
  .widget-description.below {
    margin-right: auto;
    order: 2; }
  .wrapper-full .widget-description {
    margin: 3rem 1.8rem; }
    .wrapper-full .widget-description .widget-image-banner {
      width: 28.4rem; }
  .widget-description.top, .widget-description.center, .widget-description.bottom {
    position: absolute;
    margin: 0 1.8rem;
    width: 24.8rem; }
    .wrapper-full .widget-description.top, .wrapper-full .widget-description.center, .wrapper-full .widget-description.bottom {
      width: 28.4rem; }
  .widget-description.top {
    top: 2.3%; }
  .widget-description.center {
    margin-top: auto;
    margin-bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .widget-description.bottom {
    margin: 0 1.8rem;
    bottom: 2.3%; }
    .widget-image-banner .widget-description.bottom,
    .widget-image-banner-hero .widget-description.bottom {
      bottom: 4.7%; }
  .widget-description .widget-description__mini-header {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.41667;
    margin-bottom: 1rem; }
    .widget-description .widget-description__mini-header.text-shadow {
      text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5); }
  .widget-description p,
  .widget-description a {
    color: inherit;
    font-size: inherit; }
  .widget-description a {
    display: block;
    cursor: pointer;
    text-decoration: none; }
  .widget-description p a {
    display: inline-block;
    text-decoration: underline; }
  .widget-description div,
  .widget-description .widget-description__header {
    text-transform: uppercase !important;
    color: #fff; }
  .widget-description button,
  .widget-description .button {
    margin-top: 2rem; }
  .widget-description .widget-image-url {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000; }
  .widget-description .widget-description__header {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.8rem;
    line-height: 1.14286;
    margin: 0;
    display: inline; }
    .widget-description .widget-description__header.h1 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.6rem;
      line-height: 1.11111; }
      .widget-description .widget-description__header.h1.black-box {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 3.6rem;
        line-height: 1.11111;
        padding: 0.3rem 1rem 0.2rem 1rem;
        line-height: 1.55;
        letter-spacing: 0.1rem; }
    .widget-description .widget-description__header.h2 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.8rem;
      line-height: 1.14286; }
      .widget-description .widget-description__header.h2.black-box {
        padding: 0.4rem 0.8rem 0.3rem 0.8rem;
        line-height: 1.6; }
    .widget-description .widget-description__header.h3 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.6rem;
      line-height: 1.07692; }
      .widget-description .widget-description__header.h3.black-box {
        padding: 0.2rem 0.7rem 0.2rem 0.7rem;
        line-height: 1.6; }
    .widget-description .widget-description__header.h4 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333; }
      .widget-description .widget-description__header.h4.black-box {
        padding: 0.2rem 0.7rem 0.2rem 0.7rem;
        line-height: 1.6; }
    .widget-description .widget-description__header.h5 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.1; }
      .widget-description .widget-description__header.h5.black-box {
        padding: 0.3rem 0.7rem 0.3rem 0.7rem;
        line-height: 1.6; }
    .widget-description .widget-description__header.h6 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.8rem;
      line-height: 1.11111; }
      .widget-description .widget-description__header.h6.black-box {
        padding: 0.4rem 0.7rem 0.3rem 0.7rem;
        line-height: 1.8; }
    .widget-description .widget-description__header.h1, .widget-description .widget-description__header.h2, .widget-description .widget-description__header.h3, .widget-description .widget-description__header.h4, .widget-description .widget-description__header.h5, .widget-description .widget-description__header.h6 {
      letter-spacing: 0.1rem;
      line-height: 1.1; }
    .widget-description .widget-description__header.black-box {
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      background-color: #000;
      color: #fff;
      padding: 0.4rem 0.8rem 0.3rem 0.8rem;
      line-height: 1.6;
      letter-spacing: 0.1rem; }
    .widget-description .widget-description__header.text-shadow {
      text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3); }
  .widget-description .widget-description__text {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05rem;
    line-height: 1.35;
    margin-top: 1.6rem;
    text-transform: none !important; }
    .widget-description .widget-description__text.text-shadow {
      text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5); }
  .widget-description.widget-no-button .widget-description__text {
    margin-bottom: 0; }
  .widget-description.widget-description_static {
    position: relative; }
  .widget-description.widget-description_center {
    text-align: center; }
  .widget-description.widget-description_right {
    text-align: right; }

.widget-sub-description {
  margin-top: 1.2rem;
  margin-left: 1.8rem; }
  .widget-sub-description .widget-sub-description__text {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.14286;
    letter-spacing: -0.03rem;
    color: #9b9b9b; }

.widget-dynamic {
  background: #24211b;
  background: radial-gradient(circle, #24211b 0%, #111111 100%);
  overflow: hidden; }

.multi-column-widget {
  width: 100%; }

.video-widget + .single-column-widget .widget-single-column,
.single-column-widget + .single-column-widget .widget-single-column,
.widget-three-columns-product + .single-column-widget .widget-single-column {
  padding-top: 0; }

.video-widget + .multi-column-widget .widget-several-images,
.single-column-widget + .multi-column-widget .widget-several-images,
.widget-three-columns-product + .multi-column-widget .widget-several-images {
  padding-top: 0; }

.video-widget + .widget-three-columns-product,
.single-column-widget + .widget-three-columns-product,
.widget-three-columns-product + .widget-three-columns-product {
  padding-top: 0; }

.video-widget + .video-widget.hide-for-small .widget-video,
.single-column-widget + .video-widget .widget-video,
.widget-three-columns-product + .video-widget .widget-video {
  padding-top: 0; }

.results-container .video-widget {
  width: 100%; }

.video-widget-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 10000; }
  .video-widget-overlay .play-button {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: auto;
    right: auto;
    color: #fff;
    z-index: 10001;
    cursor: pointer;
    background: url("../png/video-play-button.png") no-repeat center center/cover; }
  .video-widget-overlay .widget-description {
    position: absolute;
    width: 100%;
    margin-left: 0; }
    .video-widget-overlay .widget-description .widget-description__text {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333;
      text-transform: uppercase !important;
      position: relative;
      top: 80px; }
  .video-widget-overlay .background-image_wrapper .background-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-widget-overlay .widget-video {
    padding: 0; }
    .video-widget-overlay .widget-video .widget-video__wrapper {
      padding-bottom: 100vh; }
    .video-widget-overlay .widget-video__iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .video-widget-overlay .widget-video__controls {
      display: none;
      position: fixed;
      text-align: center;
      z-index: 1001;
      top: 20px;
      right: 20px;
      left: auto;
      bottom: auto;
      width: auto; }
      .video-widget-overlay .widget-video__controls .skip {
        font-size: 14px;
        margin-left: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 750;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: "NeueHelveticaPaneuropean", sans-serif; }
      .video-widget-overlay .widget-video__controls-wrapper {
        position: relative; }
      .video-widget-overlay .widget-video__controls .control-sound {
        height: 50px; }
  .video-widget-overlay .wrapper {
    width: auto;
    height: 100vh; }
  .video-widget-overlay .sound-control {
    width: 50px;
    height: 50px;
    display: none; }
    .video-widget-overlay .sound-control img {
      display: inline-block;
      width: 100%; }
    .video-widget-overlay .sound-control.active {
      display: inline-block; }

.threed-module-widget .widget-description {
  position: relative; }
  .threed-module-widget .widget-description.above {
    margin: 0 auto;
    padding: 6rem 0 2.4rem 0; }

.threed-module-container #sayduck-3d-viewer-container {
  display: none;
  height: 38.4rem; }

.threed-module-container img {
  width: 100%;
  cursor: pointer; }

.ac-battery-loader {
  position: relative;
  height: 150vh;
  width: 100%; }
  .ac-battery-loader .ac-battery-loader-container {
    position: relative;
    top: 0;
    height: 100vh; }
  .ac-battery-loader .text-container {
    opacity: 0;
    text-align: center;
    padding: 0 18px; }
    .ac-battery-loader .text-container h3 {
      font-size: 26px;
      line-height: 28px;
      font-weight: 700;
      max-width: 460px;
      color: #000;
      margin-top: 0; }
    .ac-battery-loader .text-container p {
      font-size: 16px;
      line-height: 20px;
      max-width: 460px;
      text-align: center;
      color: #000; }
  .ac-battery-loader .fade-bck {
    background-color: #161616;
    position: absolute;
    top: 0;
    left: 0;
    height: 140vh;
    width: 100%;
    opacity: 1;
    z-index: 1; }
  .ac-battery-loader .animation-container {
    position: relative;
    height: 70vh; }
  .ac-battery-loader canvas {
    z-index: 3;
    top: 50%;
    left: 0;
    position: absolute;
    width: 925px;
    max-width: 100%;
    height: auto;
    transform: translateY(-50%); }
  .ac-battery-loader img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 925px;
    z-index: 2;
    display: block;
    max-width: 100%;
    height: auto;
    transform: translateY(-50%); }

.pt-sticky {
  position: sticky !important;
  top: 0; }

@media screen and (min-width: 440px) {
  .ac-battery-loader img,
  .ac-battery-loader canvas {
    max-width: 85%; } }

@media screen and (min-width: 600px) {
  .ac-battery-loader img,
  .ac-battery-loader canvas {
    max-width: 70%; } }

@media screen and (min-width: 768px) {
  .results-container .product-tiles__container {
    flex-direction: column; }
  .ac-battery-loader .ac-battery-loader-container {
    display: flex; }
  .ac-battery-loader .animation-container {
    width: 50%;
    height: auto; }
  .ac-battery-loader .text-container {
    position: absolute;
    top: 30%;
    right: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ac-battery-loader .text-container h3 {
      font-size: 38px;
      line-height: 42px;
      margin-bottom: 0; }
  .ac-battery-loader img {
    position: absolute;
    max-width: 100%; }
  .ac-battery-loader canvas {
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .ac-battery-loader {
    height: 180vh; }
    .ac-battery-loader img {
      height: auto;
      width: 925px;
      max-width: 100%; } }

@media screen and (min-width: 1200px) {
  .ac-battery-loader {
    min-height: 160vh; }
    .ac-battery-loader .ac-battery-loader-container {
      min-height: 130vh; } }

.playable-video-widget {
  width: 100%;
  background: #161616;
  padding: 0 0 2.4rem; }
  .playable-video-widget .widget-description {
    position: relative; }
    .playable-video-widget .widget-description.above {
      margin: 0 auto;
      padding: 5.6rem 0 4rem 0; }
  .playable-video-widget .widget-description,
  .playable-video-widget .playable-video-container {
    margin: 0 auto; }
  .playable-video-widget .playable-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer; }
    .playable-video-widget .playable-video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .playable-video-widget img {
    width: 100%;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    object-fit: cover;
    height: 100%; }

.signature-sound {
  background-color: #161616;
  height: 230vh; }
  .signature-sound.signature-remove-scrolling {
    background-color: #c5c5c5; }

.signature-sound-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh; }

.signature-sound-text-container {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column; }

#signature-sound-main,
#signature-sound-main-reverted {
  position: relative;
  z-index: 5; }

#signature-sound-main {
  opacity: 1;
  max-width: 100%;
  height: auto; }

#signature-sound-main-reverted {
  position: absolute;
  transform: scale(0.2);
  opacity: 0;
  max-width: 100%;
  height: auto; }

#ssVideo {
  position: absolute;
  z-index: 3;
  opacity: 0;
  max-width: 100%; }

.animation-start-video #ssVideo {
  z-index: 6;
  opacity: 1; }

.signature-sound-text {
  display: flex;
  align-items: center;
  justify-content: center; }
  .signature-sound-text h3 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.6rem;
    line-height: 1.11111;
    color: #fff;
    margin: 0; }

.signature-sound-text:first-child {
  justify-content: space-around;
  padding: 0 15px; }

.signature-sound-text.text-2 {
  justify-content: center;
  max-height: 60%; }

.signature-sound-text.text-3 {
  order: 3;
  padding: 0 15px; }

.text-1 {
  order: 2; }

.text-1,
.text-3 .frame-1 {
  opacity: 0;
  font-family: sans-serif;
  font-size: 64px;
  text-transform: uppercase; }

.text-3 .frame-1 {
  text-align: center; }

.text-3 .frame-2 {
  opacity: 0;
  z-index: 7;
  color: #000;
  font-family: sans-serif;
  max-width: 359px;
  position: absolute;
  text-align: center; }
  .text-3 .frame-2 h3 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.08333;
    margin-bottom: 15px;
    color: #0a0a0a; }
  .text-3 .frame-2 p {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #0a0a0a; }

.text-1.fade-in {
  transition: opacity 100ms ease; }

.text-3 .frame-1.fade-in {
  transition: opacity 100ms ease; }

.growing-circle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0; }

.animated-text-container {
  height: 200px;
  background: #161616;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .animated-text-container .scrolling-text {
    display: inline-block;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden; }
    .animated-text-container .scrolling-text .scrolling-text-content {
      color: #fff;
      font-size: 48px;
      white-space: nowrap;
      margin: 83px 0 69px 0;
      line-height: 48px;
      letter-spacing: 0.01em;
      text-align: center; }
      .animated-text-container .scrolling-text .scrolling-text-content .text-animated-dot {
        width: 12px;
        height: 12px;
        margin-left: 4px;
        background-color: #555;
        display: inline-block; }

.room-filling-sound {
  background-color: #161616;
  color: #fff;
  height: 150vh; }
  .room-filling-sound .sticky {
    position: sticky !important;
    top: 0; }
  .room-filling-sound .rf-animation-wrap {
    position: relative;
    text-align: right;
    overflow: hidden;
    margin-top: 70px; }
    .room-filling-sound .rf-animation-wrap img {
      max-width: 100%; }
  .room-filling-sound .rfs-text {
    text-align: center;
    padding: 15px 15px 50px; }
    .room-filling-sound .rfs-text h3,
    .room-filling-sound .rfs-text p {
      color: #fff; }
    .room-filling-sound .rfs-text h3 {
      margin-bottom: 0.5rem; }
  .room-filling-sound video {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 100%;
    height: auto; }
  .room-filling-sound .rfs-animation-container {
    display: flex;
    flex-direction: column-reverse;
    height: 100vh;
    justify-content: flex-end; }
  .room-filling-sound #rfFader {
    width: 100%;
    z-index: 2;
    position: relative; }

.campaign-page .results-container {
  padding: 0; }
  .campaign-page .results-container .subcategories__category:first-of-type.product-tiles__details .product-tiles__details-title {
    padding-top: 4rem; }
  .campaign-page .results-container .widget-three-columns-product,
  .campaign-page .results-container .full-image-widget,
  .campaign-page .results-container .product-tiles__container {
    width: 100%; }
  .campaign-page .results-container .widget-three-columns-product.widget-product-grid + * {
    margin-top: 8rem; }

.campaign-page .product-tiles__container > * {
  width: 100%; }

.product-recommendations {
  display: none; }

.widget-product-slider__wrapper,
.widget-content-slider__wrapper {
  width: 100%;
  background: #161616;
  padding: 5.6rem 0; }
  .widget-product-slider__wrapper .widget-description,
  .widget-content-slider__wrapper .widget-description {
    margin: 0 auto; }
    .widget-product-slider__wrapper .widget-description__header,
    .widget-content-slider__wrapper .widget-description__header {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.8rem;
      line-height: 1.14286; }
    .widget-product-slider__wrapper .widget-description__text,
    .widget-content-slider__wrapper .widget-description__text {
      margin-top: 0.8rem; }
    .widget-product-slider__wrapper .widget-description a,
    .widget-content-slider__wrapper .widget-description a {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      letter-spacing: 0.05rem;
      line-height: 1.35;
      text-transform: none !important;
      font-weight: 400;
      position: relative;
      margin-bottom: 4rem;
      display: inline-block;
      width: auto; }
      .widget-product-slider__wrapper .widget-description a::after,
      .widget-content-slider__wrapper .widget-description a::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #fff;
        bottom: 0;
        left: 0;
        width: 100%; }

.widget-product-slider__items .splide__arrow,
.widget-content-slider__items .splide__arrow {
  width: 4rem;
  height: 4rem;
  background: transparent;
  opacity: 0;
  top: calc(50% - 2.5rem);
  transition: opacity 0.2s ease-in-out; }
  .widget-product-slider__items .splide__arrow svg,
  .widget-content-slider__items .splide__arrow svg {
    display: none; }
  .widget-product-slider__items .splide__arrow::before,
  .widget-content-slider__items .splide__arrow::before {
    content: "";
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-arrow-left.svg") no-repeat;
    background-size: 100%;
    width: 4rem;
    height: 4rem;
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out; }
  .widget-product-slider__items .splide__arrow:hover::before, .widget-product-slider__items .splide__arrow:active::before,
  .widget-content-slider__items .splide__arrow:hover::before,
  .widget-content-slider__items .splide__arrow:active::before {
    opacity: 1; }
  .widget-product-slider__items .splide__arrow:focus-visible::before,
  .widget-content-slider__items .splide__arrow:focus-visible::before {
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-arrow-left-focus.svg") no-repeat;
    background-size: 100%;
    width: 4rem;
    height: 4rem;
    opacity: 1; }
  .widget-product-slider__items .splide__arrow--next,
  .widget-content-slider__items .splide__arrow--next {
    transform: translateY(-50%) rotate(180deg); }

.widget-product-slider__items .splide__slide .product-tile__details,
.widget-product-slider__items .splide__slide .widget-description__header,
.widget-content-slider__items .splide__slide .product-tile__details,
.widget-content-slider__items .splide__slide .widget-description__header {
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out; }

.widget-product-slider__items .splide__slide .widget-description__header,
.widget-content-slider__items .splide__slide .widget-description__header {
  font-family: "NeueHelveticaPaneuropean", sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: none;
  font-size: 2rem;
  line-height: 1.35;
  line-height: 2.4rem;
  color: #fff;
  text-align: center; }

.widget-product-slider__items .splide__slide .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-product-slider__items .splide__slide .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items .splide__slide .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items .splide__slide .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style {
  position: absolute;
  z-index: 10; }

.widget-product-slider__items .splide__slide:not(.is-active) .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-product-slider__items .splide__slide:not(.is-active) .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items .splide__slide:not(.is-active) .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items .splide__slide:not(.is-active) .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style {
  transition-delay: unset; }

.widget-product-slider__items .splide__slide.is-active .product-tile__details,
.widget-product-slider__items .splide__slide.is-active .widget-description__header, .widget-product-slider__items .splide__slide.is-prev .product-tile__details,
.widget-product-slider__items .splide__slide.is-prev .widget-description__header, .widget-product-slider__items .splide__slide.is-next .product-tile__details,
.widget-product-slider__items .splide__slide.is-next .widget-description__header,
.widget-content-slider__items .splide__slide.is-active .product-tile__details,
.widget-content-slider__items .splide__slide.is-active .widget-description__header,
.widget-content-slider__items .splide__slide.is-prev .product-tile__details,
.widget-content-slider__items .splide__slide.is-prev .widget-description__header,
.widget-content-slider__items .splide__slide.is-next .product-tile__details,
.widget-content-slider__items .splide__slide.is-next .widget-description__header {
  opacity: 1; }

.widget-product-slider__items .splide__slide.is-active.slide-dragging .product-tile__details,
.widget-product-slider__items .splide__slide.is-active.slide-dragging .widget-description__header, .widget-product-slider__items .splide__slide.is-prev.slide-dragging .product-tile__details,
.widget-product-slider__items .splide__slide.is-prev.slide-dragging .widget-description__header, .widget-product-slider__items .splide__slide.is-next.slide-dragging .product-tile__details,
.widget-product-slider__items .splide__slide.is-next.slide-dragging .widget-description__header,
.widget-content-slider__items .splide__slide.is-active.slide-dragging .product-tile__details,
.widget-content-slider__items .splide__slide.is-active.slide-dragging .widget-description__header,
.widget-content-slider__items .splide__slide.is-prev.slide-dragging .product-tile__details,
.widget-content-slider__items .splide__slide.is-prev.slide-dragging .widget-description__header,
.widget-content-slider__items .splide__slide.is-next.slide-dragging .product-tile__details,
.widget-content-slider__items .splide__slide.is-next.slide-dragging .widget-description__header {
  opacity: 0.5; }

.widget-product-slider__items.slider-touched .splide__slide.is-active .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-product-slider__items.slider-touched .splide__slide.is-active .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style, .widget-product-slider__items.slider-touched .splide__slide.is-active .product-tile.life-style_product .product-tile__image_container .image-life-style,
.widget-content-slider__items.slider-touched .splide__slide.is-active .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items.slider-touched .splide__slide.is-active .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style,
.widget-content-slider__items.slider-touched .splide__slide.is-active .product-tile.life-style_product .product-tile__image_container .image-life-style {
  opacity: 1;
  transition-delay: 0.5s; }

.widget-product-slider__items .product-tile,
.widget-content-slider__items .product-tile {
  width: 100%;
  margin: 0;
  cursor: pointer; }
  .widget-product-slider__items .product-tile .product-tile__image_container,
  .widget-content-slider__items .product-tile .product-tile__image_container {
    width: 100%;
    height: 0;
    padding-top: 100%; }
    .widget-product-slider__items .product-tile .product-tile__image_container img,
    .widget-content-slider__items .product-tile .product-tile__image_container img {
      background: #c5c5c5;
      position: absolute;
      top: 0;
      left: 0; }
    .widget-product-slider__items .product-tile .product-tile__image_container .promotion.promotion-badge,
    .widget-content-slider__items .product-tile .product-tile__image_container .promotion.promotion-badge {
      transform: none;
      left: 1.6rem;
      top: 1.6rem;
      z-index: 20; }
  .widget-product-slider__items .product-tile__details .product-tile__details-name,
  .widget-content-slider__items .product-tile__details .product-tile__details-name {
    margin-top: 2.4rem; }
    .widget-product-slider__items .product-tile__details .product-tile__details-name span,
    .widget-product-slider__items .product-tile__details .product-tile__details-name span.product-tile__details-name-light,
    .widget-content-slider__items .product-tile__details .product-tile__details-name span,
    .widget-content-slider__items .product-tile__details .product-tile__details-name span.product-tile__details-name-light {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35;
      line-height: 2.4rem;
      color: #fff; }
  .widget-product-slider__items .product-tile__details .product-tile__details-price,
  .widget-content-slider__items .product-tile__details .product-tile__details-price {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 0.4rem; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .price-adjusted .currency,
    .widget-product-slider__items .product-tile__details .product-tile__details-price .price-adjusted .value,
    .widget-product-slider__items .product-tile__details .product-tile__details-price .price-adjusted span,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .price-adjusted .currency,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .price-adjusted .value,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .price-adjusted span {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__range .range,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__range .range {
      line-height: 1; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .currency,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .value,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__range .range span,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .currency,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .value,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__range .range span {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .from,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__range .range .from {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        color: #fff;
        text-transform: uppercase; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .price-sales,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .price-sales {
      display: flex;
      color: #fff; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .price-sales .currency,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .price-sales .value,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .price-sales .price-prefix,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .price-sales span,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .price-sales .currency,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .price-sales .value,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .price-sales .price-prefix,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .price-sales span {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default {
      flex-flow: row wrap;
      align-items: flex-end; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .currency,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .value,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-prefix,
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default span,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .currency,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .value,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-prefix,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default span {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
        color: #555;
        padding-right: 0.8rem; }
        .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency,
        .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .value,
        .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted span,
        .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .currency,
        .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted .value,
        .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted span {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.25; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-prefix,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-prefix {
        color: #555; }
      .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-sales .price-prefix,
      .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-sales .price-prefix {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        color: #fff;
        margin-right: 1.2rem; }
  .widget-product-slider__items .product-tile__details .product-tile__details-colors,
  .widget-content-slider__items .product-tile__details .product-tile__details-colors {
    display: none; }
  .widget-product-slider__items .product-tile__details .product-tile__out-of-stock,
  .widget-content-slider__items .product-tile__details .product-tile__out-of-stock {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #555;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0.4rem;
    margin-right: 0.8rem; }
    .widget-product-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price,
    .widget-content-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price {
      display: inline-block;
      color: #555; }
      .widget-product-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .currency,
      .widget-product-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .value,
      .widget-product-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price span,
      .widget-product-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .price-sales .price-prefix,
      .widget-content-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .currency,
      .widget-content-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .value,
      .widget-content-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price span,
      .widget-content-slider__items .product-tile__details .product-tile__out-of-stock + .product-tile__details-price .price-sales .price-prefix {
        color: #555; }

.widget-product-slider__items:hover .splide__arrow,
.widget-content-slider__items:hover .splide__arrow {
  opacity: 1; }

.widget-content-slider__wrapper h2.widget-description__header {
  display: block;
  margin-bottom: 4rem; }

.widget-content-slider__wrapper .widget-images {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 100%;
  object-fit: cover; }
  .widget-content-slider__wrapper .widget-images img {
    width: 100%;
    vertical-align: bottom;
    height: 100%;
    top: 0;
    object-fit: cover;
    position: absolute;
    object-position: 50% 50%; }
    .widget-content-slider__wrapper .widget-images img.image-life-style {
      opacity: 0;
      z-index: 10; }

.widget-content-slider__wrapper .splide__slide {
  cursor: pointer; }
  .widget-content-slider__wrapper .splide__slide .widget-description__header {
    margin: 2.4rem auto;
    max-width: 60%; }
  .widget-content-slider__wrapper .splide__slide:not(.is-active) .image-life-style {
    transition-delay: unset; }

.widget-content-slider__wrapper .splide.slider-touched .splide__slide.is-active .image-life-style {
  opacity: 1;
  transition-delay: 1.5s; }

.widget-content-slider__wrapper .widget-content-slider__items .splide__arrow {
  top: calc(50% - 4rem); }

.toggle-controls {
  --button-width: 11.8rem;
  --button-height: 4.8rem;
  border-radius: 5000px;
  background-color: #262626;
  overflow-x: hidden;
  width: calc(var(--button-width) * 2);
  height: var(--button-height);
  display: flex;
  position: relative;
  margin: 2.8rem auto 6rem; }
  .toggle-controls::before {
    content: "";
    border-radius: 980px;
    width: 11rem;
    height: 4rem;
    background-color: #fff;
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    will-change: transform; }
  .toggle-controls .toggle-label {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: color 0.5s ease-in-out;
    margin-top: 0;
    background-color: transparent;
    border: none;
    color: #000;
    text-transform: none; }
    .toggle-controls .toggle-label:last-of-type {
      color: #999; }
  .toggle-controls.active-2::before {
    transform: translateX(var(--button-width)); }
  .toggle-controls.active-2 .toggle-label {
    color: #999; }
    .toggle-controls.active-2 .toggle-label:last-of-type {
      color: #000; }
  .widget-description .toggle-controls {
    display: none; }

.widget-custom-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative; }
  .widget-custom-content .widget-content-inner.icon-speaker {
    margin: 15.5rem auto 5.6rem; }
    .widget-custom-content .widget-content-inner.icon-speaker h5,
    .widget-custom-content .widget-content-inner.icon-speaker h6 {
      margin: 2.8rem auto 0.4rem;
      position: relative;
      line-height: 2.4rem;
      letter-spacing: 0.01em; }
      .widget-custom-content .widget-content-inner.icon-speaker h5::before,
      .widget-custom-content .widget-content-inner.icon-speaker h6::before {
        background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-speaker.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 100%;
        content: " ";
        position: absolute;
        width: 5.4rem;
        height: 3.2rem;
        left: 50%;
        top: -6rem;
        transform: translateX(-50%); }
    .widget-custom-content .widget-content-inner.icon-speaker .need-help-text {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      margin-bottom: 2.4rem;
      letter-spacing: 0.005em; }
  .widget-custom-content .widget-content-inner.icon-headphones {
    margin: 15.5rem auto 5.6rem; }
    .widget-custom-content .widget-content-inner.icon-headphones h5,
    .widget-custom-content .widget-content-inner.icon-headphones h6 {
      margin: 2.8rem auto 0.4rem;
      position: relative;
      line-height: 2.4rem;
      letter-spacing: 0.01em; }
      .widget-custom-content .widget-content-inner.icon-headphones h5::before,
      .widget-custom-content .widget-content-inner.icon-headphones h6::before {
        background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-headphones.svg") no-repeat;
        background-position: 50% 50%;
        background-size: 100%;
        content: " ";
        position: absolute;
        width: 4rem;
        height: 4.8rem;
        left: 50%;
        top: -6rem;
        transform: translateX(-50%); }
    .widget-custom-content .widget-content-inner.icon-headphones .need-help-text {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      margin-bottom: 2.4rem;
      letter-spacing: 0.005em; }

.half-image-widget {
  width: 100%; }

@media screen and (min-width: 768px) {
  .widget-video .widget-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer; }
    .widget-video .widget-video__wrapper iframe,
    .widget-video .widget-video__wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-overlay {
    overflow: hidden; }
  .video-widget-overlay .widget-description .widget-description__text {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 4.8rem;
    line-height: 1.04167;
    top: 100px; }
  .video-widget-overlay .widget-video__controls {
    left: auto;
    bottom: auto;
    top: 40px;
    right: 40px; }
  .widget-newsletter-wrapper .invalid-feedback {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.14286; }
  .widget-newsletter-wrapper .widget-newsletter-wrapper-box {
    width: 68rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget {
      width: 49rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form {
        padding: 5.2rem 6.4rem;
        overflow-y: auto;
        max-height: 80vh; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
          text-align: left; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit {
        width: auto;
        height: 4rem;
        padding: 0 7rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .close-widget {
      top: 3rem;
      right: 3rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image {
      width: 25.3rem;
      display: flex; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
      width: calc(100% - 25.3rem);
      padding: 6.2rem 5.2rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form a {
        text-align: left; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 3.2rem;
        line-height: 1;
        margin-bottom: 2.2rem;
        text-transform: uppercase;
        letter-spacing: 0.041rem;
        text-align: left; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title i {
          display: inline;
          font-style: normal; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title a {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 3.2rem;
          line-height: 1; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.125;
        margin-bottom: 1.5rem; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.125; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle .after-submit {
          display: none; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle .before-submit {
          display: block; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333;
        margin-top: 4rem;
        text-align: left; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.2rem;
          line-height: 1.33333; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.125;
        margin-bottom: 1.5rem; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after p,
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.125; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom {
        text-align: left; }
  .widget-newsletter-wrapper.b2b-form .widget-newsletter-wrapper-box .close-widget, .widget-newsletter-wrapper.newsletter-sign-up .widget-newsletter-wrapper-box .close-widget {
    right: 2.7rem; }
  .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box {
    height: auto; }
    .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-image {
      width: auto; }
    .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
      height: auto;
      max-height: 90vh;
      padding: 5.6rem 5.6rem 4rem 5.6rem; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .inputs-wrapper .after-continue, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .inputs-wrapper .after-continue {
        width: calc(50% - 1rem); }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper,
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .select-wrapper,
      .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper {
        width: calc(50% - 1rem); }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form .quantity, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .amount-wrapper .quantity-form .quantity {
        padding-left: 2.5rem; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit {
        text-align: center; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom.after-submit::after {
          display: none; }
      .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-submit, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-submit {
        text-align: center; }
        .widget-newsletter-wrapper.b2b-form .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-submit::after, .widget-newsletter-wrapper.newsletter-sign-up .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .after-submit::after {
          content: "";
          position: absolute;
          background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-feedback-yes.svg") no-repeat;
          background-size: 100%;
          width: 5.6rem;
          height: 5.6rem;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 6.4rem; }
  .widget-newsletter-wrapper.b2b-form.success-submit .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form, .widget-newsletter-wrapper.newsletter-sign-up.success-submit .contact-form-widget.widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
    padding-top: 14.4rem; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-section {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25; }
  .widget-image-banner {
    padding: 0; }
    .widget-image-banner.widget-image-banner-hero {
      padding-top: 0; }
    .widget-image-banner .widget-image-banner__image-wrapper img {
      position: relative;
      width: 100%; }
    .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image {
      position: relative;
      display: flex;
      flex-direction: row; }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description {
        position: absolute;
        margin: 0;
        max-width: calc(50% - 6rem); }
        .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-image, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-mobile-right-desktop, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-bottom-image {
          height: auto;
          width: 50%;
          max-width: none;
          top: 50%;
          transform: translate(0, -50%); }
        .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-image {
          left: 0; }
        .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-bottom-image, .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description.over-top-mobile-right-desktop {
          right: 0; }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image picture {
        max-width: 50%;
        margin-bottom: 0; }
        .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image picture.image-right {
          transform: translateX(100%); }
      .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image img {
        position: relative;
        width: 100%; }
  .widget-single-column {
    padding: 3rem 1.5rem;
    width: 100%; }
    .widget-single-column .widget-description {
      bottom: 3rem; }
      .widget-single-column .widget-description .widget-description__header {
        margin-bottom: 0; }
  .widget-several-images {
    padding: 3rem 1.5rem;
    width: 100%; }
    .widget-several-images .widget-description {
      bottom: 3rem; }
  .widget-three-columns-product {
    padding: 4rem 0; }
    .widget-three-columns-product .widget-description {
      width: 70.8rem; }
    .widget-three-columns-product .widget-three-columns-product-columns {
      width: 73.8rem;
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .left .widget-three-columns-product .widget-three-columns-product-columns {
        justify-content: left; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column {
        flex-grow: 1;
        width: 33%; }
        .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-price {
          margin-top: 0.9rem; }
        .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-colors {
          margin-top: 0.6rem; }
        .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__buy-button {
          margin-top: 2.4rem; }
  .widget-product-grid {
    padding: 0;
    margin-top: 0; }
    .widget-product-grid .widget-three-columns-product-columns .product-tile {
      width: 15.4rem; }
  .widget__carousel .owl-theme .owl-stage-outer .widget__carousel_image-item {
    margin: 3rem 0; }
  .wrapper-full .widget__carousel .owl-theme .owl-stage-outer {
    width: 100%; }
  .product_container ~ .carousel-widget .widget__carousel .owl-theme .owl-stage-outer .widget__carousel_image-item {
    margin: 0 auto; }
  .full-image-widget .widget-image-banner .widget-description.no-image.medium-right-top, .full-image-widget .widget-image-banner .widget-description.no-image.medium-right-center, .full-image-widget .widget-image-banner .widget-description.no-image.medium-right-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.medium-right-below, .full-image-widget .widget-image-banner .widget-description.no-image.medium-right-above {
    margin: 3rem 3rem 3rem auto; }
  .full-image-widget .widget-image-banner .widget-description.no-image.medium-center-top, .full-image-widget .widget-image-banner .widget-description.no-image.medium-center-center, .full-image-widget .widget-image-banner .widget-description.no-image.medium-center-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.medium-center-below, .full-image-widget .widget-image-banner .widget-description.no-image.medium-center-above {
    margin: 3rem auto; }
  .full-image-widget .widget-image-banner .widget-description.no-image.medium-left-top, .full-image-widget .widget-image-banner .widget-description.no-image.medium-left-center, .full-image-widget .widget-image-banner .widget-description.no-image.medium-left-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.medium-left-below, .full-image-widget .widget-image-banner .widget-description.no-image.medium-left-above {
    margin: 3rem auto 3rem 3rem; }
  .widget-description {
    position: absolute;
    width: calc(50% - 4.5rem);
    margin: 0; }
    .wrapper-full .widget-description {
      width: calc(50% - 4.5rem); }
    .widget-description .widget-description__mini-header {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.0625; }
    .widget-description.top, .widget-description.center, .widget-description.bottom {
      width: calc(50% - 4.5rem);
      margin: 0; }
      .wrapper-full .widget-description.top, .wrapper-full .widget-description.center, .wrapper-full .widget-description.bottom {
        width: calc(50% - 4.5rem); }
    .widget-several-images__two-column .widget-description {
      max-width: 40rem;
      width: auto; }
    .widget-several-images__three-column .widget-description {
      max-width: 40rem;
      width: auto; }
    .widget-several-images__four-column .widget-description {
      max-width: 40rem;
      width: auto; }
    .widget-description.medium-right-top {
      bottom: auto;
      left: auto;
      top: 3%;
      right: 3rem;
      transform: none; }
      .widget-image-banner .widget-description.medium-right-top {
        transform: none;
        top: 6%;
        left: auto;
        right: 3rem; }
      .widget-image-banner-hero .widget-description.medium-right-top {
        transform: none;
        top: 6%;
        left: auto;
        right: 3rem; }
      .widget-half-image-banner .widget-description.medium-right-top {
        bottom: auto;
        left: auto;
        top: 3%;
        right: 3rem;
        transform: none; }
    .widget-description.medium-right-center {
      top: 50%;
      transform: translateY(-50%);
      left: auto;
      bottom: auto;
      right: 3rem; }
      .widget-image-banner .widget-description.medium-right-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 3rem; }
      .widget-image-banner-hero .widget-description.medium-right-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 3rem; }
      .widget-half-image-banner .widget-description.medium-right-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        bottom: auto;
        right: 3rem; }
    .widget-description.medium-right-bottom {
      top: auto;
      left: auto;
      bottom: 3%;
      right: 3rem;
      transform: none; }
      .widget-image-banner .widget-description.medium-right-bottom {
        top: auto;
        left: auto;
        bottom: 3%;
        right: 3rem;
        transform: none; }
      .widget-image-banner-hero .widget-description.medium-right-bottom {
        top: auto;
        left: auto;
        bottom: 3%;
        right: 3rem;
        transform: none; }
      .widget-half-image-banner .widget-description.medium-right-bottom {
        top: auto;
        left: auto;
        bottom: 3%;
        right: 3rem;
        transform: none; }
    .widget-description.medium-left-top {
      bottom: auto;
      right: auto;
      top: 3%;
      left: 3rem;
      transform: none; }
      .widget-image-banner .widget-description.medium-left-top {
        top: 6%;
        left: 3rem;
        bottom: auto;
        right: auto;
        transform: none; }
      .widget-image-banner-hero .widget-description.medium-left-top {
        top: 6%;
        left: 3rem;
        bottom: auto;
        right: auto;
        transform: none; }
      .widget-half-image-banner .widget-description.medium-left-top {
        bottom: auto;
        right: auto;
        top: 3%;
        left: 3rem;
        transform: none; }
    .widget-description.medium-left-center {
      top: 50%;
      transform: translateY(-50%);
      left: 3rem;
      bottom: auto;
      right: auto; }
      .widget-image-banner .widget-description.medium-left-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        left: 3rem; }
      .widget-image-banner-hero .widget-description.medium-left-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        left: 3rem; }
      .widget-half-image-banner .widget-description.medium-left-center {
        top: 50%;
        transform: translateY(-50%);
        left: 3rem;
        bottom: auto;
        right: auto; }
    .widget-description.medium-left-bottom {
      top: auto;
      left: 3rem;
      bottom: 3%;
      right: auto;
      transform: none; }
      .widget-image-banner .widget-description.medium-left-bottom {
        top: auto;
        left: 3rem;
        bottom: 3%;
        right: auto;
        transform: none; }
      .widget-image-banner-hero .widget-description.medium-left-bottom {
        top: auto;
        left: 3rem;
        bottom: 3%;
        right: auto;
        transform: none; }
      .widget-half-image-banner .widget-description.medium-left-bottom {
        top: auto;
        left: 3rem;
        bottom: 3%;
        right: auto;
        transform: none; }
    .widget-description.medium-center-top {
      bottom: auto;
      right: auto;
      top: 3%;
      left: 50%;
      transform: translateX(-50%); }
      .widget-image-banner .widget-description.medium-center-top {
        bottom: auto;
        right: auto;
        top: 6%;
        left: 50%;
        transform: translateX(-50%); }
      .widget-image-banner-hero .widget-description.medium-center-top {
        bottom: auto;
        right: auto;
        top: 6%;
        left: 50%;
        transform: translateX(-50%); }
      .widget-half-image-banner .widget-description.medium-center-top {
        bottom: auto;
        right: auto;
        top: 3%;
        left: 50%;
        transform: translateX(-50%); }
    .widget-description.medium-center-center {
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      bottom: auto;
      right: auto; }
      .widget-image-banner .widget-description.medium-center-center {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        bottom: auto;
        right: auto; }
      .widget-image-banner-hero .widget-description.medium-center-center {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        bottom: auto;
        right: auto; }
      .widget-half-image-banner .widget-description.medium-center-center {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        bottom: auto;
        right: auto; }
    .widget-description.medium-center-bottom {
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      bottom: 3rem;
      right: auto; }
      .widget-image-banner .widget-description.medium-center-bottom {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3rem;
        right: auto; }
      .widget-image-banner-hero .widget-description.medium-center-bottom {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3rem;
        right: auto; }
      .widget-half-image-banner .widget-description.medium-center-bottom {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3rem;
        right: auto; }
    .widget-description.medium-left-below {
      order: 2;
      margin: 3rem auto 3rem 3rem; }
    .widget-description.medium-center-below {
      order: 2;
      margin: 3rem auto; }
    .widget-description.medium-right-below {
      order: 2;
      margin: 3rem 3rem 3rem auto; }
    .widget-description.medium-left-below, .widget-description.medium-center-below, .widget-description.medium-right-below, .widget-description.medium-left-above, .widget-description.medium-center-above, .widget-description.medium-right-above {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      transform: none; }
      .widget-image-banner .widget-description.medium-left-below,
      .widget-image-banner-hero .widget-description.medium-left-below, .widget-image-banner .widget-description.medium-center-below,
      .widget-image-banner-hero .widget-description.medium-center-below, .widget-image-banner .widget-description.medium-right-below,
      .widget-image-banner-hero .widget-description.medium-right-below, .widget-image-banner .widget-description.medium-left-above,
      .widget-image-banner-hero .widget-description.medium-left-above, .widget-image-banner .widget-description.medium-center-above,
      .widget-image-banner-hero .widget-description.medium-center-above, .widget-image-banner .widget-description.medium-right-above,
      .widget-image-banner-hero .widget-description.medium-right-above {
        bottom: auto; }
    .widget-description.medium-left-above {
      margin: 3rem auto 3rem 3rem;
      order: 0; }
    .widget-description.medium-center-above {
      margin: 3rem auto;
      order: 0; }
    .widget-description.medium-right-above {
      margin: 3rem 3rem 3rem auto;
      order: 0; }
    .widget-description .widget-description__header {
      margin-bottom: 2.4rem; }
    .widget-description.widget-description-over-mobile {
      position: absolute;
      padding: 0; }
      .widget-image-banner .widget-description.widget-description-over-mobile {
        padding: 0; }
      .widget-image-banner-hero .widget-description.widget-description-over-mobile {
        padding: 0; }
    .widget-description.widget-description-over-medium {
      position: relative;
      top: auto;
      padding: 3rem; }
      .widget-image-banner .widget-description.widget-description-over-medium {
        top: auto;
        padding: 3rem; }
      .widget-image-banner-hero .widget-description.widget-description-over-medium {
        top: auto;
        padding: 3rem; }
    .widget-description.no-width {
      width: auto;
      padding: 0 3rem; }
    .widget-description .toggle-controls {
      display: flex;
      margin: 3.2rem auto 0; }
    .widget-description ~ .toggle-controls {
      display: none; }
  .threed-module-widget .widget-description.large-center-above {
    margin: 0 auto;
    padding: 8rem 0 4rem 0; }
  .threed-module-container #sayduck-3d-viewer-container {
    width: auto !important;
    height: calc(0.56 * 83vw) !important; }
  .playable-video-widget {
    padding: 0 0 10.4rem; }
    .playable-video-widget .widget-description .widget-description__header {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.8rem;
      line-height: 1.42105;
      letter-spacing: 0.1rem;
      text-transform: uppercase;
      line-height: 4.2rem; }
    .playable-video-widget .widget-description.large-center-above {
      margin: 0 auto;
      padding: 10.4rem 0 6.4rem 0; }
  .animated-text-container {
    height: 400px; }
    .animated-text-container .scrolling-text .scrolling-text-content {
      font-size: 120px;
      margin: 160px 0 126px 0;
      line-height: 120px; }
      .animated-text-container .scrolling-text .scrolling-text-content .text-animated-dot {
        width: 32px;
        height: 32px;
        margin-left: 8px; }
  .room-filling-sound {
    height: 180vh;
    width: 100%; }
    .room-filling-sound .rfs-animation-container {
      height: 100vh;
      flex-direction: row; }
    .room-filling-sound .rf-animation-wrap {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 0; }
      .room-filling-sound .rf-animation-wrap video {
        top: 50%;
        transform: translateY(-50%); }
    .room-filling-sound .rfs-text {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .room-filling-sound .rfs-text h3,
      .room-filling-sound .rfs-text p {
        max-width: 54rem; }
  .widget-custom-content .widget-content-inner.icon-speaker {
    margin: 15.5rem auto 10.4rem; }
  .widget-custom-content .widget-content-inner.icon-headphones {
    margin: 15.5rem auto 10.4rem; }
  .widget-product-slider__wrapper,
  .widget-content-slider__wrapper {
    padding: 12rem 0 15rem; }
    .widget-product-slider__wrapper .widget-description__header,
    .widget-content-slider__wrapper .widget-description__header {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.8rem;
      line-height: 1.42105; }
    .widget-product-slider__wrapper .widget-description a,
    .widget-content-slider__wrapper .widget-description a {
      margin-bottom: 8rem; }
  .widget-product-slider__items .splide__slide .product-tile__details,
  .widget-product-slider__items .splide__slide .widget-description__header,
  .widget-content-slider__items .splide__slide .product-tile__details,
  .widget-content-slider__items .splide__slide .widget-description__header {
    opacity: 1; }
  .widget-product-slider__items .owl-item,
  .widget-content-slider__items .owl-item {
    animation: moveSlideshow 12s linear infinite; }
  .widget-product-slider__items:hover .owl-item,
  .widget-content-slider__items:hover .owl-item {
    animation-play-state: paused; }
  @keyframes moveSlideshow {
    0% {
      transform: translateX(0%); }
    100% {
      transform: translateX(-100%); } }
  .widget-product-slider__items .product-tile__details .product-tile__details-price,
  .widget-content-slider__items .product-tile__details .product-tile__details-price {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-adjusted,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-adjusted {
      margin-left: 0; }
    .widget-product-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted,
    .widget-content-slider__items .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
      margin-right: 0; }
  .widget-product-slider__items .product-tile__details .product-tile__out-of-stock,
  .widget-content-slider__items .product-tile__details .product-tile__out-of-stock {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .widget-product-slider__items .product-tile:hover .product-tile__details-price,
  .widget-product-slider__items .product-tile:hover .product-tile__details .product-tile__out-of-stock,
  .widget-content-slider__items .product-tile:hover .product-tile__details-price,
  .widget-content-slider__items .product-tile:hover .product-tile__details .product-tile__out-of-stock {
    visibility: visible;
    opacity: 1; }
  .widget-product-slider__items .product-tile.image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-product-slider__items .product-tile .image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-content-slider__items .product-tile.image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-content-slider__items .product-tile .image-life-style_wrapper .product-tile__image_container:hover .image-life-style {
    opacity: 1;
    position: absolute;
    z-index: 10; }
  .widget-product-slider__items.is-active .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
  .widget-product-slider__items.is-active .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style,
  .widget-content-slider__items.is-active .product-tile.image-life-style_wrapper .product-tile__image_container .image-life-style,
  .widget-content-slider__items.is-active .product-tile .image-life-style_wrapper .product-tile__image_container .image-life-style {
    opacity: 0;
    transition-delay: 0; }
  .widget-product-slider__items.is-active .product-tile.image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-product-slider__items.is-active .product-tile .image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-content-slider__items.is-active .product-tile.image-life-style_wrapper .product-tile__image_container:hover .image-life-style,
  .widget-content-slider__items.is-active .product-tile .image-life-style_wrapper .product-tile__image_container:hover .image-life-style {
    opacity: 1; }
  .widget-content-slider__wrapper h2.widget-description__header {
    margin-bottom: 8rem; }
  .widget-content-slider__wrapper .widget-images:hover .image-life-style {
    opacity: 1; }
  .widget-content-slider__wrapper .splide__slide.is-active .image-life-style {
    opacity: 0;
    transition-delay: unset; }
  .widget-content-slider__wrapper .splide__slide.is-active .widget-images:hover .image-life-style {
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .widget-newsletter-wrapper .widget-newsletter-wrapper-box {
    width: 74rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget {
      width: 79rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form {
        overflow-y: auto;
        max-height: 90vh; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 2.8rem;
          line-height: 1.07143; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box.contact-form-widget .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description {
          margin-top: 3rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .form-group {
      margin: 0; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button,
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button,
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit {
      padding: 1.1rem;
      flex: 0 0 12rem;
      justify-content: center; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button.widget-newsletter-button-large,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button.widget-newsletter-button-large,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit.widget-newsletter-button-large {
        display: flex; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-newsletter-button.widget-newsletter-button-mobile,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .contact-us-popup-button.widget-newsletter-button-mobile,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-section .widget-newsletter-wrapper-box-form-item .widget-button-submit.widget-newsletter-button-mobile {
        display: none; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.4rem;
      line-height: 1.05882;
      text-align: left; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title a {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 3.4rem;
        line-height: 1.05882; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.125;
      margin-bottom: 3rem;
      display: block; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.125; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.2rem;
      line-height: 1.33333;
      margin-top: 4rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.125;
      margin-bottom: 3rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after p,
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.125; }
  .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box {
    max-width: 54rem;
    width: 54rem; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      font-weight: 700; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form-section {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25; }
    .widget-newsletter-wrapper.former-price-popup .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form {
      padding: 5.6rem 5.6rem 4.8rem; }
  .widget-image-banner.widget-image-banner-half-mobile .widget-description {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 9rem;
    left: 11.3rem; }
  .widget-image-banner .widget-image-banner__image-wrapper img {
    position: relative;
    width: 100%; }
  .widget-image-banner.widget-half-image-banner .widget-image-banner__image-wrapper .widget-image-banner__image .widget-description {
    max-width: calc(50% - 14.3rem); }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper picture {
    height: 100vh;
    min-height: 55rem; }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
    padding-bottom: 100vh; }
    .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      min-height: 100vh; }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper picture {
    min-height: 55rem; }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
    height: 80vh; }
    .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: calc(80vh * 1.777); }
  .widget-several-images {
    padding: 3rem 0; }
    .widget-several-images .widget-description {
      bottom: 4em; }
    .widget-several-images .widget-several-images__images {
      flex-flow: row nowrap;
      margin: 0 -3rem; }
      .widget-several-images .widget-several-images__images .widget-several-images__image {
        margin: 0 3rem; }
    .widget-several-images.widget-several-images__one-column .widget-several-images__images .widget-several-images__image {
      margin: 0 3rem; }
    .widget-several-images.widget-several-images__four-column {
      padding: 5rem 0; }
      .widget-several-images.widget-several-images__four-column .widget-several-images__images {
        margin: 0 -3.5rem; }
        .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image {
          flex: 1 1 25%;
          max-width: 27.5rem;
          margin: 0 2.1rem; }
          .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description {
            width: 100%; }
  .widget-three-columns-product {
    padding: 9rem 0; }
    .widget-three-columns-product .widget-three-columns-product-columns {
      width: 120rem; }
  .widget-product-grid {
    padding-top: 2.4rem;
    padding-bottom: 0; }
    .widget-product-grid .widget-three-columns-product-columns {
      justify-content: center; }
      .left .widget-product-grid .widget-three-columns-product-columns {
        justify-content: left; }
      .widget-product-grid .widget-three-columns-product-columns .product-tile {
        width: 24rem; }
  .results-container .subcategories__category.product-tiles__details .product-tiles__details-title {
    padding-top: 5rem; }
  .widget-single-column {
    padding: 3rem 0; }
    .widget-single-column .widget-description {
      bottom: 4em; }
      .widget-single-column .widget-description .widget-description__header {
        margin-bottom: 0; }
  .widget-video {
    padding: 12rem 0; }
  .video-widget-overlay .widget-video__controls .skip {
    font-size: 1.6rem; }
  .full-image-widget .widget-image-banner .widget-description.no-image.large-right-top, .full-image-widget .widget-image-banner .widget-description.no-image.large-right-center, .full-image-widget .widget-image-banner .widget-description.no-image.large-right-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.large-right-below, .full-image-widget .widget-image-banner .widget-description.no-image.large-right-above {
    margin: 4rem 11.3rem 4rem auto; }
  .full-image-widget .widget-image-banner .widget-description.no-image.large-center-top, .full-image-widget .widget-image-banner .widget-description.no-image.large-center-center, .full-image-widget .widget-image-banner .widget-description.no-image.large-center-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.large-center-below, .full-image-widget .widget-image-banner .widget-description.no-image.large-center-above {
    margin: 4rem auto; }
  .full-image-widget .widget-image-banner .widget-description.no-image.large-left-top, .full-image-widget .widget-image-banner .widget-description.no-image.large-left-center, .full-image-widget .widget-image-banner .widget-description.no-image.large-left-bottom, .full-image-widget .widget-image-banner .widget-description.no-image.large-left-below, .full-image-widget .widget-image-banner .widget-description.no-image.large-left-above {
    margin: 4rem auto 4rem 11.3rem; }
  .widget-description {
    width: 54rem; }
    .wrapper-full .widget-description {
      margin: 0; }
    .widget-description .widget-description__header.h1 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 4.8rem;
      line-height: 1.04167;
      letter-spacing: 0.15rem; }
      .widget-description .widget-description__header.h1.black-box {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 4.8rem;
        line-height: 1.04167;
        padding: 0.4rem 1rem 0.3rem 1rem;
        line-height: 1.48;
        letter-spacing: 0.125rem; }
    .widget-description .widget-description__header.h2 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.8rem;
      line-height: 1.42105; }
      .widget-description .widget-description__header.h2.black-box {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 3.8rem;
        line-height: 1.42105;
        padding: 0.4rem 0.8rem 0.3rem 0.8rem;
        line-height: 1.6; }
    .widget-description .widget-description__header.h3 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.4rem;
      line-height: 1.05882; }
      .widget-description .widget-description__header.h3.black-box {
        padding: 0.4rem 0.7rem 0.2rem 0.7rem;
        line-height: 1.65; }
    .widget-description .widget-description__header.h4 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.8rem;
      line-height: 1.07143; }
      .widget-description .widget-description__header.h4.black-box {
        padding: 0.3rem 0.7rem 0.2rem 0.7rem;
        line-height: 1.65; }
    .widget-description .widget-description__header.h5 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.04167; }
      .widget-description .widget-description__header.h5.black-box {
        padding: 0.3rem 0.7rem 0.3rem 0.7rem;
        line-height: 1.65; }
    .widget-description .widget-description__header.h6 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.1; }
      .widget-description .widget-description__header.h6.black-box {
        padding: 0.3rem 0.7rem 0.3rem 0.7rem;
        line-height: 1.65; }
    .widget-description .widget-description__header.h1, .widget-description .widget-description__header.h2, .widget-description .widget-description__header.h3, .widget-description .widget-description__header.h4, .widget-description .widget-description__header.h5, .widget-description .widget-description__header.h6 {
      letter-spacing: 0.1rem;
      line-height: 1.05; }
    .widget-description .widget-description__header.black-box {
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      background-color: #000;
      color: #fff;
      padding: 0.4rem 0.8rem 0.3rem 0.8rem;
      line-height: 1.6;
      letter-spacing: 0.1rem; }
    .widget-description-width-540 .widget-description {
      width: 54rem; }
      .wrapper-full .widget-description-width-540 .widget-description {
        width: 54rem; }
    .widget-description-width-640 .widget-description {
      width: 64rem; }
      .wrapper-full .widget-description-width-640 .widget-description {
        width: 64rem; }
    .widget-description-width-740 .widget-description {
      width: 74rem; }
      .wrapper-full .widget-description-width-740 .widget-description {
        width: 74rem; }
    .widget-description.top, .widget-description.center, .widget-description.bottom {
      width: 54rem; }
      .widget-description-width-540 .widget-description.top, .widget-description-width-540 .widget-description.center, .widget-description-width-540 .widget-description.bottom {
        width: 54rem; }
        .wrapper-full .widget-description-width-540 .widget-description.top, .wrapper-full .widget-description-width-540 .widget-description.center, .wrapper-full .widget-description-width-540 .widget-description.bottom {
          width: 54rem; }
      .widget-description-width-640 .widget-description.top, .widget-description-width-640 .widget-description.center, .widget-description-width-640 .widget-description.bottom {
        width: 64rem; }
        .wrapper-full .widget-description-width-640 .widget-description.top, .wrapper-full .widget-description-width-640 .widget-description.center, .wrapper-full .widget-description-width-640 .widget-description.bottom {
          width: 64rem; }
      .widget-description-width-740 .widget-description.top, .widget-description-width-740 .widget-description.center, .widget-description-width-740 .widget-description.bottom {
        width: 74rem; }
        .wrapper-full .widget-description-width-740 .widget-description.top, .wrapper-full .widget-description-width-740 .widget-description.center, .wrapper-full .widget-description-width-740 .widget-description.bottom {
          width: 74rem; }
    .widget-several-images__two-column .widget-description {
      max-width: 46rem;
      width: 46rem; }
    .widget-several-images__three-column .widget-description {
      max-width: 27rem;
      width: 27rem; }
    .widget-several-images__four-column .widget-description {
      max-width: 27.5rem;
      width: 27.5rem; }
    .widget-description.large-right-top {
      bottom: auto;
      left: auto;
      top: 6.5%;
      right: 4rem;
      transform: none; }
      .widget-image-banner .widget-description.large-right-top {
        top: 12%;
        right: 11.3rem;
        bottom: auto;
        left: auto;
        transform: none; }
      .widget-image-banner-hero .widget-description.large-right-top {
        top: 36.5%;
        right: 11.3rem;
        bottom: auto;
        left: auto;
        transform: none; }
    .widget-description.large-right-center {
      top: 50%;
      transform: translateY(-50%);
      left: auto;
      bottom: auto;
      right: 4rem; }
      .widget-image-banner .widget-description.large-right-center {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        bottom: auto; }
      .results-container .widget-description.large-right-center {
        right: 11.3rem; }
      .widget-image-banner-hero .widget-description.large-right-center {
        top: 36.5%;
        transform: none;
        left: auto;
        bottom: auto;
        right: 11.3rem; }
    .widget-description.large-right-bottom {
      top: auto;
      left: auto;
      bottom: 6.5%;
      right: 4rem;
      transform: none; }
      .widget-image-banner .widget-description.large-right-bottom {
        bottom: 12%;
        right: 11.3rem;
        top: auto;
        left: auto;
        transform: none; }
      .widget-image-banner-hero .widget-description.large-right-bottom {
        top: auto;
        left: auto;
        bottom: 12%;
        right: 11.3rem;
        transform: none; }
    .widget-description.large-left-top {
      bottom: auto;
      right: auto;
      top: 6.5%;
      left: 4rem;
      transform: none; }
      .widget-image-banner .widget-description.large-left-top {
        top: 12%;
        left: 11.3rem;
        transform: none;
        bottom: auto;
        right: auto; }
      .widget-image-banner-hero .widget-description.large-left-top {
        bottom: auto;
        right: auto;
        top: 36.5%;
        left: 11.3rem;
        transform: none; }
    .widget-description.large-left-center {
      top: 50%;
      transform: translateY(-50%);
      left: 4rem;
      bottom: auto;
      right: auto; }
      .widget-image-banner .widget-description.large-left-center {
        top: 50%;
        transform: translateY(-50%);
        left: 11.3rem;
        bottom: auto;
        right: auto; }
      .widget-image-banner-hero .widget-description.large-left-center {
        top: 36.5%;
        transform: none;
        left: 11.3rem;
        bottom: auto;
        right: auto; }
    .widget-description.large-left-bottom {
      top: auto;
      left: 4rem;
      bottom: 6.5%;
      right: auto;
      transform: none; }
      .widget-image-banner .widget-description.large-left-bottom {
        top: auto;
        bottom: 12%;
        left: 11.3rem;
        right: auto;
        transform: none; }
      .widget-image-banner-hero .widget-description.large-left-bottom {
        top: auto;
        left: 11.3rem;
        bottom: 12%;
        right: auto;
        transform: none; }
    .widget-description.large-center-top {
      bottom: auto;
      right: auto;
      top: 6.5%;
      left: 50%;
      transform: translateX(-50%); }
      .widget-image-banner .widget-description.large-center-top {
        top: 12%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%); }
      .widget-image-banner-hero .widget-description.large-center-top {
        bottom: auto;
        right: auto;
        top: 36.5%;
        left: 50%;
        transform: translateX(-50%); }
    .widget-description.large-center-center {
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      bottom: auto;
      right: auto; }
      .widget-image-banner .widget-description.large-center-center {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        bottom: auto;
        right: auto; }
      .widget-image-banner-hero .widget-description.large-center-center {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        bottom: auto;
        right: auto; }
    .widget-description.large-center-bottom {
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      bottom: 6.5%;
      right: auto; }
      .widget-image-banner .widget-description.large-center-bottom {
        top: auto;
        bottom: 12%;
        left: 50%;
        right: auto;
        transform: translateX(-50%); }
      .widget-image-banner-hero .widget-description.large-center-bottom {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12%;
        right: auto; }
    .widget-description.medium-left-below, .widget-description.medium-center-below, .widget-description.medium-right-below, .widget-description.medium-left-above, .widget-description.medium-center-above, .widget-description.medium-right-above {
      position: absolute;
      margin: 0; }
    .widget-description.large-left-below {
      order: 2;
      margin: 4rem auto 4rem 11.3rem; }
      .widget-several-images__two-column .widget-description.large-left-below,
      .widget-several-images__three-column .widget-description.large-left-below {
        margin: 4rem auto 4rem 4rem; }
    .widget-description.large-center-below {
      order: 2;
      margin: 4rem auto; }
      .widget-several-images__two-column .widget-description.large-center-below,
      .widget-several-images__three-column .widget-description.large-center-below {
        margin: 4rem auto; }
    .widget-description.large-right-below {
      order: 2;
      margin: 4rem 11.3rem 4rem auto; }
      .widget-several-images__two-column .widget-description.large-right-below,
      .widget-several-images__three-column .widget-description.large-right-below {
        margin: 4rem 4rem 4rem auto; }
    .widget-description.large-left-below, .widget-description.large-center-below, .widget-description.large-right-below, .widget-description.large-left-above, .widget-description.large-center-above, .widget-description.large-right-above {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      transform: none; }
      .widget-image-banner .widget-description.large-left-below,
      .widget-image-banner-hero .widget-description.large-left-below, .widget-image-banner .widget-description.large-center-below,
      .widget-image-banner-hero .widget-description.large-center-below, .widget-image-banner .widget-description.large-right-below,
      .widget-image-banner-hero .widget-description.large-right-below, .widget-image-banner .widget-description.large-left-above,
      .widget-image-banner-hero .widget-description.large-left-above, .widget-image-banner .widget-description.large-center-above,
      .widget-image-banner-hero .widget-description.large-center-above, .widget-image-banner .widget-description.large-right-above,
      .widget-image-banner-hero .widget-description.large-right-above {
        bottom: auto;
        top: auto;
        right: auto;
        left: auto;
        transform: none; }
    .widget-single-column .widget-description.large-left-below, .widget-single-column .widget-description.large-right-above, .widget-single-column .widget-description.large-right-below, .widget-single-column .widget-description.large-left-above {
      margin: 9rem 4rem; }
    .widget-description.large-left-above {
      margin: 4rem auto 4rem 11.3rem;
      order: 0; }
      .widget-several-images__two-column .widget-description.large-left-above,
      .widget-several-images__three-column .widget-description.large-left-above {
        margin: 4rem auto 4rem 4rem; }
    .widget-description.large-center-above {
      margin: 4rem auto;
      order: 0; }
      .widget-several-images__two-column .widget-description.large-center-above,
      .widget-several-images__three-column .widget-description.large-center-above {
        margin: 4rem auto; }
    .widget-description.large-right-above {
      margin: 4rem 11.3rem 4rem auto;
      order: 0; }
      .widget-several-images__two-column .widget-description.large-right-above,
      .widget-several-images__three-column .widget-description.large-right-above {
        margin: 4rem 4rem 4rem auto; }
    .widget-description.widget-description-over-mobile {
      position: absolute;
      padding: 0; }
    .widget-description.widget-description-over-medium {
      position: absolute;
      padding: 0; }
    .widget-description.widget-description-over-large {
      position: relative;
      top: auto;
      padding: 3rem 1.8rem; }
    .widget-description.no-width {
      width: auto;
      padding: 0 3rem; }
  .widget-sub-description {
    margin-top: 1.8rem;
    margin-left: 6rem; }
  .widget-image-url {
    position: relative; }
    .widget-image-url::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.4s ease; }
  .campaign-page .results-container {
    padding: 0; }
    .campaign-page .results-container .subcategories__category:first-of-type.product-tiles__details .product-tiles__details-title {
      padding-top: 8rem; }
  .room-filling-sound .rfs-animation-container {
    height: 110vh; }
  .room-filling-sound .rfs-text {
    justify-content: center; }
  .room-filling-sound .rf-animation-wrap video {
    width: 100%; }
  #signature-sound-main {
    max-width: none; }
  .signature-sound-text-container {
    flex-direction: row; }
  .signature-sound-text {
    width: 40%;
    justify-content: flex-start; }
    .signature-sound-text h3 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 6.4rem;
      line-height: 1.375; }
  .signature-sound-text.text-2 {
    width: 20%;
    max-height: none; }
  .signature-sound-text.text-3 {
    padding: 0; }
  .signature-sound-text:first-child {
    justify-content: flex-end; }
  .text-3 .frame-1 {
    margin-top: 20rem; }
  .text-1 {
    order: 1; }
  .text-2 {
    order: 2; }
  .text-3 {
    order: 3; }
  #ssVideo {
    max-width: none; }
  .text-3 .frame-2 {
    text-align: left; }
    .text-3 .frame-2 h3 {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.8rem;
      line-height: 1.42105; }
    .text-3 .frame-2 p {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25; }
  .widget-product-slider__items .product-tile .product-tile__image_container .promotion.promotion-badge,
  .widget-content-slider__items .product-tile .product-tile__image_container .promotion.promotion-badge {
    left: 2.4rem;
    top: 2.4rem; } }

.widget__press-blocks {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 3rem 1.8rem;
  background-color: #000; }
  .widget__press-blocks .widget__press-block .widget__press-block-logo {
    width: 14rem;
    height: 8.4rem;
    margin: 0 auto 1.2rem auto; }
    .widget__press-blocks .widget__press-block .widget__press-block-logo img {
      height: auto;
      width: auto;
      max-width: 14rem;
      max-height: 8.4rem;
      margin: 0 auto; }
  .widget__press-blocks .widget__press-block .widget__press-block-review {
    font-family: "HelveticaNeueLTPro-MdCn", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    width: 21.6rem;
    margin: 0 auto;
    color: #fff; }
  .widget__press-blocks .widget__press-block .widget__press-block-company {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    width: 21.6rem;
    margin: 1.8rem auto 0 auto;
    color: #fff; }
  .widget__press-blocks .owl-nav {
    position: absolute;
    right: 0.5rem;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none; }
    .widget__press-blocks .owl-nav button {
      pointer-events: all;
      background-color: transparent !important;
      color: #161616 !important; }
      .widget__press-blocks .owl-nav button i {
        font-size: 1.8rem;
        color: #555; }
    .widget__press-blocks .owl-nav .owl-prev {
      float: left; }
    .widget__press-blocks .owl-nav .owl-next {
      float: right; }
  .widget__press-blocks .owl-dots {
    margin-top: 1.8rem;
    pointer-events: none; }
    .widget__press-blocks .owl-dots .owl-dot {
      pointer-events: all; }
      .widget__press-blocks .owl-dots .owl-dot.active span {
        background: #ccc; }
      .widget__press-blocks .owl-dots .owl-dot span {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 0.7rem;
        border-radius: 3rem;
        background: #555; }

@media screen and (min-width: 768px) {
  .widget__press-blocks {
    display: flex;
    flex-flow: row nowrap;
    padding: 6rem 1.5rem; }
    .widget__press-blocks .widget__press-block {
      flex-grow: 1; }
      .widget__press-blocks .widget__press-block:not(:last-child) {
        border-right: 1px solid #979797; } }

@media screen and (min-width: 1024px) {
  .widget__press-blocks {
    padding: 9rem 11.3rem; }
    .widget__press-blocks .widget__press-block .widget__press-block-logo {
      margin: 0 auto 1.8rem auto; }
    .widget__press-blocks .widget__press-block .widget__press-block-review {
      font-family: "HelveticaNeueLTPro-MdCn", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333;
      width: 34rem;
      margin: 0 auto; }
    .widget__press-blocks .widget__press-block .widget__press-block-company {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35;
      width: 34rem; } }

.widget-html-block {
  width: calc(100% - 3.6rem);
  margin: 3rem auto; }

@media screen and (min-width: 768px) {
  .widget-html-block {
    width: calc(100% - 12rem); } }

@media screen and (min-width: 1024px) {
  .widget-html-block {
    width: calc(100% - 71.6rem);
    margin: 6rem auto; } }

.message-banner__container {
  width: 100%;
  height: 6rem;
  display: table;
  z-index: 101; }
  .message-banner__container.dynamic-message-banner .icon-cross-big {
    color: #fff; }
  .message-banner__container .content-asset {
    display: table-row; }
  .message-banner__container.hide {
    display: none;
    height: 0; }
  .message-banner__container.cookie-message-banner {
    position: fixed;
    bottom: 0; }
  .message-banner__container i {
    position: absolute;
    right: 0;
    height: 2rem;
    font-size: 2rem;
    margin: 2rem 2rem 2rem 0;
    cursor: pointer; }
  .message-banner__container .message-banner {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    height: 6rem;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 4rem;
    text-align: center; }
    .message-banner__container .message-banner a {
      text-decoration: underline; }

@media screen and (min-width: 768px) {
  .message-banner__container .message-banner {
    padding: 0 6rem; } }

@media screen and (min-width: 1024px) {
  .dynamic-message-banner:not(.hide) ~ .header {
    top: 6rem; }
    .state--country-dropdown .dynamic-message-banner:not(.hide) ~ .header {
      top: 36.2rem; } }

.usp-banner__container {
  background-color: #000; }
  .usp-banner__container .usp-banner__items-list {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    line-height: 4.2rem;
    margin: auto;
    height: 4.2rem;
    text-align: center; }
    .usp-banner__container .usp-banner__items-list .usp-banner__item {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1rem;
      line-height: 1.2;
      position: absolute;
      opacity: 0;
      flex: 0 1 auto;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #fff;
      text-transform: uppercase;
      line-height: 4.2rem; }
    .usp-banner__container .usp-banner__items-list.single-banner__item .usp-banner__item {
      opacity: 1; }
    .usp-banner__container .usp-banner__items-list.two-banner__items .usp-banner__item {
      animation: fadein2 8s ease infinite; }
      .usp-banner__container .usp-banner__items-list.two-banner__items .usp-banner__item:nth-child(1) {
        animation-delay: 0; }
      .usp-banner__container .usp-banner__items-list.two-banner__items .usp-banner__item:nth-child(2) {
        animation-delay: 4s; }
    .usp-banner__container .usp-banner__items-list.three-banner__items .usp-banner__item {
      animation: fadein3 12s ease infinite; }
      .usp-banner__container .usp-banner__items-list.three-banner__items .usp-banner__item:nth-child(1) {
        animation-delay: 0; }
      .usp-banner__container .usp-banner__items-list.three-banner__items .usp-banner__item:nth-child(2) {
        animation-delay: 4s; }
      .usp-banner__container .usp-banner__items-list.three-banner__items .usp-banner__item:nth-child(3) {
        animation-delay: 8s; }

@keyframes fadein2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fadein3 {
  0% {
    opacity: 0; }
  3.33333333% {
    opacity: 1; }
  30% {
    opacity: 1; }
  33.33333333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@media screen and (min-width: 768px) {
  .usp-banner__container .usp-banner__items-list .usp-banner__item {
    position: relative;
    opacity: 1;
    padding: 0 1.5rem; }
  .usp-banner__container .usp-banner__items-list.two-banner__items .usp-banner__item {
    animation: none; }
  .usp-banner__container .usp-banner__items-list.three-banner__items .usp-banner__item {
    animation: none; } }

.footer__container {
  background-color: #000; }

.footer-newsletter__container {
  background-color: #161616;
  text-align: center; }
  .footer-newsletter__container .footer-newsletter__wrapper {
    padding: 3rem 0; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 0.6rem; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-subtitle {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      color: #fff;
      margin: 0 auto; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email {
      margin: 1.8rem 0; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email input {
        border: 0;
        text-align: center;
        background-color: #fff; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.14286;
      color: #fff;
      text-transform: uppercase;
      width: 23rem;
      margin: 0 auto; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button {
      margin-top: 1.8rem; }
    .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.4rem;
      line-height: 1.08333;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 0.6rem; }
    .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.25;
      color: #fff;
      margin: 0 auto; }
    .footer-newsletter__container .footer-newsletter__wrapper .full-image-widget {
      width: 100%; }

.footer-links__left-container {
  margin-top: 3rem; }

.footer-links__container {
  padding-top: 1.8rem; }
  .footer-links__container .footer-links__item ul {
    padding: 0; }
  .footer-links__container .footer-links__item .footer-links__item-link {
    list-style: none;
    margin: 0.8rem 0; }
    .footer-links__container .footer-links__item .footer-links__item-link > a {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.5;
      text-decoration: none;
      text-transform: uppercase;
      color: #999;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .footer-links__container .footer-links__item .footer-links__item-link > a:hover {
        text-decoration: underline;
        opacity: 0.8; }
  .footer-links__container .footer-links__item .footer-links__item-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.8rem;
    line-height: 1.11111;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff; }
  .footer-links__container .collapsible:first-child {
    border-top: 1px solid #999; }
  .footer-links__container .collapsible .collapsible-content {
    margin: 0; }
  .footer-links__container .collapsible.active .collapsible-header {
    padding-bottom: 0; }
  .footer-links__container .collapsible.active .collapsible-content {
    margin: 1.8rem 0 1.8rem 0; }

.footer-backtotop__container {
  display: block; }
  .footer-backtotop__container .footer-backtotop__button {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 2.4rem 0 3rem 0; }
    .footer-backtotop__container .footer-backtotop__button .icon-arrow-up-small {
      color: #fff;
      font-size: 1rem;
      padding-left: 1.1rem; }

.footer-links__right-container {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

.footer-myaccount__container {
  text-align: center;
  padding: 3rem 0; }
  .footer-myaccount__container .footer-myaccount__title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.08333;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #fff; }
  .footer-myaccount__container .footer-myaccount__subtitle {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 1.8rem; }
    .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle {
      margin-top: 1.8rem; }
    .footer-myaccount__container .footer-myaccount__subtitle a {
      display: block;
      color: #fff;
      margin: 0 auto; }
  .footer-myaccount__container .footer-myaccount__content a {
    display: block;
    margin: 1.2rem auto; }

.footer-payments__container .footer-payments__content {
  border-bottom: 1px solid #999; }
  .footer-payments__container .footer-payments__content .footer-payments__title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.08333;
    letter-spacing: 0.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 2.8rem; }
  .footer-payments__container .footer-payments__content .footer-payments__description {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05rem;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    max-width: 26rem;
    margin: 0 auto;
    padding-top: 0.5rem; }
  .footer-payments__container .footer-payments__content .footer-payments__payment-methods {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 1.8rem 0 3rem; }
    .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item {
      margin: 0 0.45rem; }
      .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item img {
        width: 4.01rem;
        height: 2.8rem; }

.footer-bottom__container {
  display: flex;
  flex-flow: column nowrap; }
  .footer-bottom__container .footer-social__container {
    text-align: center; }
    .footer-bottom__container .footer-social__container .footer-social__links {
      padding: 3rem 0 2.4rem 0; }
      .footer-bottom__container .footer-social__container .footer-social__links a {
        font-size: 2.4rem;
        text-decoration: none;
        color: #fff;
        padding: 0 0.8rem; }
        .footer-bottom__container .footer-social__container .footer-social__links a img {
          height: 2.4rem;
          width: 2.4rem; }
  .footer-bottom__container .footer-logo__container {
    display: none;
    height: 4rem; }
    .footer-bottom__container .footer-logo__container img {
      width: 100%;
      height: 100%; }
  .footer-bottom__container .footer-copyright__container {
    margin-bottom: 6rem; }
    .footer-bottom__container .footer-copyright__container .footer-copyright__description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }

@media screen and (min-width: 768px) {
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email {
    margin: 2.4rem auto 1.8rem;
    width: 46.2rem; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms {
    width: fit-content; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter_form__button {
    margin-top: 2.4rem; }
  .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-title {
    width: 42rem;
    margin: 0 auto 0.6rem auto; }
  .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-description {
    width: 42rem;
    margin: 0 auto; }
  .footer-links__left-container {
    padding-bottom: 6rem;
    margin-top: 0; }
  .footer-links__container {
    padding: 6rem 0 0;
    margin-top: 0; }
    .footer-links__container .footer-links__item {
      display: inline-block;
      width: 21.6rem;
      vertical-align: top;
      margin-right: 1.8rem; }
    .footer-links__container .collapsible {
      border: 0; }
      .footer-links__container .collapsible:first-child {
        border-top: 0; }
      .footer-links__container .collapsible .collapsible-header {
        padding: 0; }
        .footer-links__container .collapsible .collapsible-header .title::after {
          display: none; }
      .footer-links__container .collapsible .collapsible-content {
        margin: 1rem 0 1.8rem 0;
        height: auto; }
      .footer-links__container .collapsible.active .collapsible-content {
        margin: 1rem 0 1.8rem 0; }
  .footer-backtotop__container {
    display: none; }
  .footer-myaccount__container .footer-myaccount__title {
    margin-bottom: 0.5rem; }
  .footer-myaccount__container .footer-myaccount__subtitle {
    margin-bottom: 1.8rem; }
    .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle {
      margin-top: 1.8rem; }
    .footer-myaccount__container .footer-myaccount__subtitle a {
      display: block;
      margin: 0 auto;
      width: 16.8rem;
      color: #fff; }
  .footer-myaccount__container .footer-myaccount__content {
    padding: 0 1rem 0 1rem; }
    .footer-myaccount__container .footer-myaccount__content a {
      display: inline-block;
      margin: 0 1rem;
      width: 16.8rem; }
  .footer-payments__container .footer-payments__content .footer-payments__title {
    padding-top: 5.8rem; }
  .footer-payments__container .footer-payments__content .footer-payments__payment-methods {
    margin: 1.2rem 0 4.8rem; }
    .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item {
      margin: 0 0.5rem; }
      .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item img {
        width: 4.5rem;
        height: 3.2rem; }
  .footer-bottom__container .footer-social__container {
    order: 2;
    margin-bottom: 9rem; }
    .footer-bottom__container .footer-social__container .footer-social__links {
      padding: 0; }
      .footer-bottom__container .footer-social__container .footer-social__links a {
        font-size: 2.8rem; }
        .footer-bottom__container .footer-social__container .footer-social__links a img {
          height: 2.8rem;
          width: 2.8rem; }
  .footer-bottom__container .footer-copyright__container {
    order: 1;
    margin-bottom: 3rem;
    margin-top: 4.8rem; } }

@media screen and (min-width: 1024px) {
  .footer-newsletter__container .footer-newsletter__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.4rem 0; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header {
      width: 27rem;
      text-align: left;
      margin: 0; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.1;
        margin: 0;
        text-transform: uppercase; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-subtitle {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.1; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header div {
        display: inline-block; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form form {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: flex-start; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email {
      width: 40rem;
      margin: 0 3rem 0 1rem; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms {
      width: 23rem;
      padding: 0.5rem; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button {
      margin: 0 2rem 0 3rem; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button button {
        height: 100%; }
    .footer-newsletter__container .footer-newsletter__wrapper.success {
      flex-direction: column; }
      .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.1;
        width: inherit;
        text-transform: uppercase; }
      .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-description {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35;
        width: inherit; }
  .footer-links__left-container {
    padding: 0;
    width: 100%;
    margin: 0; }
  .footer-links__container {
    display: flex;
    flex-flow: row nowrap; }
    .footer-links__container .footer-links__item {
      width: 24rem;
      margin-right: 5.9rem; }
      .footer-links__container .footer-links__item .footer-links__item-link {
        margin: 0.2rem 0; }
    .footer-links__container .footer-links__item-title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.1;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff; }
  .footer-links__right-container {
    border: 0; }
  .footer-myaccount__container {
    text-align: left;
    padding: 0; }
    .footer-myaccount__container .footer-myaccount__title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.1;
      text-transform: uppercase;
      margin-bottom: 0.8rem; }
    .footer-myaccount__container .footer-myaccount__subtitle {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429;
      margin-bottom: 1.8rem;
      text-transform: uppercase; }
      .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle {
        margin-top: 1.8rem; }
      .footer-myaccount__container .footer-myaccount__subtitle a {
        display: block;
        margin: 0 auto;
        width: 22.3rem;
        color: #fff; }
    .footer-myaccount__container .footer-myaccount__content {
      padding: 0; }
      .footer-myaccount__container .footer-myaccount__content a {
        display: block;
        margin: 1.2rem auto;
        width: 22.3rem; }
  .footer-payments__container .footer-payments__content {
    border-bottom: 0; }
    .footer-payments__container .footer-payments__content .footer-payments__title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.8rem;
      line-height: 1.07143;
      letter-spacing: 0.1rem;
      text-transform: uppercase; }
    .footer-payments__container .footer-payments__content .footer-payments__description {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429;
      letter-spacing: 0.05rem;
      text-transform: uppercase; }
    .footer-payments__container .footer-payments__content .footer-payments__payment-methods {
      margin: 1.2rem 0 0; }
  .footer-bottom__container {
    padding: 9rem 0 6rem 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline; }
    .footer-bottom__container .footer-social__container {
      order: 3;
      text-align: center;
      margin-bottom: 0;
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      .footer-bottom__container .footer-social__container .footer-social__links {
        padding: 0; }
        .footer-bottom__container .footer-social__container .footer-social__links a {
          font-size: 2.8rem;
          text-decoration: none;
          padding: 0 0.8rem; }
    .footer-bottom__container .footer-logo__container {
      order: 2;
      flex: 1;
      display: flex;
      justify-content: center; }
    .footer-bottom__container .footer-copyright__container {
      margin-bottom: 0;
      margin-top: 0;
      flex: 1;
      display: flex;
      justify-content: flex-start; }
      .footer-bottom__container .footer-copyright__container .footer-copyright__description {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429;
        text-align: center;
        text-transform: uppercase; } }

.support-case .contact-support {
  width: 80%;
  text-align: center; }

.support-case-overlay {
  display: none;
  position: fixed;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3; }
  .support-case-overlay.active {
    display: block; }

.support-case .form-group {
  margin-bottom: 0.6rem; }
  .support-case .form-group .invalid-feedback {
    margin-top: 0.6rem; }

.support-case button,
.support-case .button {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  line-height: 1.2rem;
  text-transform: uppercase;
  height: 4.8rem;
  padding: 1.8rem 1.6rem; }

.support-case .button--primary {
  background: #000;
  border-color: #000;
  color: #fff; }

.support-case .button--secondary {
  background: transparent;
  border-color: #000;
  color: #161616; }

.support-case .button--grey {
  background: #e2e2e4;
  border-color: #e2e2e4;
  color: #161616; }

.support-case .button--black {
  background: #000;
  border-color: #000; }

.support-case .button--selector {
  padding: 1.4rem 2.4rem;
  text-transform: none;
  color: #161616;
  border-color: #000;
  background: transparent;
  height: 4.8rem;
  max-width: 80%; }

.support-case .button--tag {
  padding: 0.8rem 2rem;
  border-radius: 100px;
  text-transform: none;
  color: #161616;
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.support-case input[type="email"],
.support-case input[type="number"],
.support-case input[type="password"],
.support-case input[type="search"],
.support-case input[type="tel"],
.support-case input[type="text"],
.support-case input[type="url"],
.support-case input[type="color"],
.support-case input[type="date"],
.support-case input[type="datetime"],
.support-case input[type="datetime-local"],
.support-case input[type="month"],
.support-case input[type="time"],
.support-case input[type="week"] {
  text-align: right; }
  .support-case input[type="email"].placeholder,
  .support-case input[type="number"].placeholder,
  .support-case input[type="password"].placeholder,
  .support-case input[type="search"].placeholder,
  .support-case input[type="tel"].placeholder,
  .support-case input[type="text"].placeholder,
  .support-case input[type="url"].placeholder,
  .support-case input[type="color"].placeholder,
  .support-case input[type="date"].placeholder,
  .support-case input[type="datetime"].placeholder,
  .support-case input[type="datetime-local"].placeholder,
  .support-case input[type="month"].placeholder,
  .support-case input[type="time"].placeholder,
  .support-case input[type="week"].placeholder {
    text-align: left; }
    .support-case input[type="email"].placeholder::-webkit-input-placeholder, .support-case input[type="email"].placeholder::placeholder,
    .support-case input[type="number"].placeholder::-webkit-input-placeholder,
    .support-case input[type="number"].placeholder::placeholder,
    .support-case input[type="password"].placeholder::-webkit-input-placeholder,
    .support-case input[type="password"].placeholder::placeholder,
    .support-case input[type="search"].placeholder::-webkit-input-placeholder,
    .support-case input[type="search"].placeholder::placeholder,
    .support-case input[type="tel"].placeholder::-webkit-input-placeholder,
    .support-case input[type="tel"].placeholder::placeholder,
    .support-case input[type="text"].placeholder::-webkit-input-placeholder,
    .support-case input[type="text"].placeholder::placeholder,
    .support-case input[type="url"].placeholder::-webkit-input-placeholder,
    .support-case input[type="url"].placeholder::placeholder,
    .support-case input[type="color"].placeholder::-webkit-input-placeholder,
    .support-case input[type="color"].placeholder::placeholder,
    .support-case input[type="date"].placeholder::-webkit-input-placeholder,
    .support-case input[type="date"].placeholder::placeholder,
    .support-case input[type="datetime"].placeholder::-webkit-input-placeholder,
    .support-case input[type="datetime"].placeholder::placeholder,
    .support-case input[type="datetime-local"].placeholder::-webkit-input-placeholder,
    .support-case input[type="datetime-local"].placeholder::placeholder,
    .support-case input[type="month"].placeholder::-webkit-input-placeholder,
    .support-case input[type="month"].placeholder::placeholder,
    .support-case input[type="time"].placeholder::-webkit-input-placeholder,
    .support-case input[type="time"].placeholder::placeholder,
    .support-case input[type="week"].placeholder::-webkit-input-placeholder,
    .support-case input[type="week"].placeholder::placeholder {
      text-transform: none;
      color: #e2e2e4;
      line-height: 1.2rem;
      vertical-align: top; }

.support-case input[type="email"],
.support-case input[type="number"],
.support-case input[type="password"],
.support-case input[type="search"],
.support-case input[type="tel"],
.support-case input[type="text"],
.support-case input[type="url"],
.support-case input[type="color"],
.support-case input[type="date"],
.support-case input[type="datetime"],
.support-case input[type="datetime-local"],
.support-case input[type="month"],
.support-case input[type="time"],
.support-case input[type="week"],
.support-case textarea,
.support-case select {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  padding: 1rem 1.6rem;
  border-color: #e2e2e4;
  line-height: 1.2rem; }
  .support-case input[type="email"] + label,
  .support-case input[type="number"] + label,
  .support-case input[type="password"] + label,
  .support-case input[type="search"] + label,
  .support-case input[type="tel"] + label,
  .support-case input[type="text"] + label,
  .support-case input[type="url"] + label,
  .support-case input[type="color"] + label,
  .support-case input[type="date"] + label,
  .support-case input[type="datetime"] + label,
  .support-case input[type="datetime-local"] + label,
  .support-case input[type="month"] + label,
  .support-case input[type="time"] + label,
  .support-case input[type="week"] + label,
  .support-case textarea + label,
  .support-case select + label {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    line-height: 1.2rem;
    color: #161616;
    position: absolute;
    margin: 0 auto;
    top: 1.4rem;
    left: 1.6rem;
    width: auto;
    pointer-events: none;
    z-index: 1;
    text-transform: none; }
  .support-case input[type="email"]:not([value=""]) + label,
  .support-case input[type="number"]:not([value=""]) + label,
  .support-case input[type="password"]:not([value=""]) + label,
  .support-case input[type="search"]:not([value=""]) + label,
  .support-case input[type="tel"]:not([value=""]) + label,
  .support-case input[type="text"]:not([value=""]) + label,
  .support-case input[type="url"]:not([value=""]) + label,
  .support-case input[type="color"]:not([value=""]) + label,
  .support-case input[type="date"]:not([value=""]) + label,
  .support-case input[type="datetime"]:not([value=""]) + label,
  .support-case input[type="datetime-local"]:not([value=""]) + label,
  .support-case input[type="month"]:not([value=""]) + label,
  .support-case input[type="time"]:not([value=""]) + label,
  .support-case input[type="week"]:not([value=""]) + label,
  .support-case textarea:not([value=""]) + label,
  .support-case select:not([value=""]) + label {
    color: #bebdbe; }
  .support-case input[type="email"]:active,
  .support-case input[type="number"]:active,
  .support-case input[type="password"]:active,
  .support-case input[type="search"]:active,
  .support-case input[type="tel"]:active,
  .support-case input[type="text"]:active,
  .support-case input[type="url"]:active,
  .support-case input[type="color"]:active,
  .support-case input[type="date"]:active,
  .support-case input[type="datetime"]:active,
  .support-case input[type="datetime-local"]:active,
  .support-case input[type="month"]:active,
  .support-case input[type="time"]:active,
  .support-case input[type="week"]:active,
  .support-case textarea:active,
  .support-case select:active {
    color: #161616; }
  .support-case input[type="email"]:focus, .support-case input[type="email"].input--active,
  .support-case input[type="number"]:focus,
  .support-case input[type="number"].input--active,
  .support-case input[type="password"]:focus,
  .support-case input[type="password"].input--active,
  .support-case input[type="search"]:focus,
  .support-case input[type="search"].input--active,
  .support-case input[type="tel"]:focus,
  .support-case input[type="tel"].input--active,
  .support-case input[type="text"]:focus,
  .support-case input[type="text"].input--active,
  .support-case input[type="url"]:focus,
  .support-case input[type="url"].input--active,
  .support-case input[type="color"]:focus,
  .support-case input[type="color"].input--active,
  .support-case input[type="date"]:focus,
  .support-case input[type="date"].input--active,
  .support-case input[type="datetime"]:focus,
  .support-case input[type="datetime"].input--active,
  .support-case input[type="datetime-local"]:focus,
  .support-case input[type="datetime-local"].input--active,
  .support-case input[type="month"]:focus,
  .support-case input[type="month"].input--active,
  .support-case input[type="time"]:focus,
  .support-case input[type="time"].input--active,
  .support-case input[type="week"]:focus,
  .support-case input[type="week"].input--active,
  .support-case textarea:focus,
  .support-case textarea.input--active,
  .support-case select:focus,
  .support-case select.input--active {
    border-color: #000; }
    .support-case input[type="email"]:focus.is-invalid,
    .form-group.is-invalid .support-case input[type="email"]:focus, .support-case input[type="email"].input--active.is-invalid,
    .form-group.is-invalid .support-case input[type="email"].input--active,
    .support-case input[type="number"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="number"]:focus,
    .support-case input[type="number"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="number"].input--active,
    .support-case input[type="password"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="password"]:focus,
    .support-case input[type="password"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="password"].input--active,
    .support-case input[type="search"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="search"]:focus,
    .support-case input[type="search"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="search"].input--active,
    .support-case input[type="tel"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="tel"]:focus,
    .support-case input[type="tel"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="tel"].input--active,
    .support-case input[type="text"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="text"]:focus,
    .support-case input[type="text"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="text"].input--active,
    .support-case input[type="url"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="url"]:focus,
    .support-case input[type="url"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="url"].input--active,
    .support-case input[type="color"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="color"]:focus,
    .support-case input[type="color"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="color"].input--active,
    .support-case input[type="date"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="date"]:focus,
    .support-case input[type="date"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="date"].input--active,
    .support-case input[type="datetime"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="datetime"]:focus,
    .support-case input[type="datetime"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="datetime"].input--active,
    .support-case input[type="datetime-local"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="datetime-local"]:focus,
    .support-case input[type="datetime-local"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="datetime-local"].input--active,
    .support-case input[type="month"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="month"]:focus,
    .support-case input[type="month"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="month"].input--active,
    .support-case input[type="time"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="time"]:focus,
    .support-case input[type="time"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="time"].input--active,
    .support-case input[type="week"]:focus.is-invalid,
    .form-group.is-invalid
    .support-case input[type="week"]:focus,
    .support-case input[type="week"].input--active.is-invalid,
    .form-group.is-invalid
    .support-case input[type="week"].input--active,
    .support-case textarea:focus.is-invalid,
    .form-group.is-invalid
    .support-case textarea:focus,
    .support-case textarea.input--active.is-invalid,
    .form-group.is-invalid
    .support-case textarea.input--active,
    .support-case select:focus.is-invalid,
    .form-group.is-invalid
    .support-case select:focus,
    .support-case select.input--active.is-invalid,
    .form-group.is-invalid
    .support-case select.input--active {
      border-color: #901111;
      box-shadow: none; }
    .support-case input[type="email"]:focus.is-valid,
    .form-group.is-valid .support-case input[type="email"]:focus, .support-case input[type="email"].input--active.is-valid,
    .form-group.is-valid .support-case input[type="email"].input--active,
    .support-case input[type="number"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="number"]:focus,
    .support-case input[type="number"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="number"].input--active,
    .support-case input[type="password"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="password"]:focus,
    .support-case input[type="password"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="password"].input--active,
    .support-case input[type="search"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="search"]:focus,
    .support-case input[type="search"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="search"].input--active,
    .support-case input[type="tel"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="tel"]:focus,
    .support-case input[type="tel"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="tel"].input--active,
    .support-case input[type="text"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="text"]:focus,
    .support-case input[type="text"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="text"].input--active,
    .support-case input[type="url"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="url"]:focus,
    .support-case input[type="url"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="url"].input--active,
    .support-case input[type="color"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="color"]:focus,
    .support-case input[type="color"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="color"].input--active,
    .support-case input[type="date"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="date"]:focus,
    .support-case input[type="date"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="date"].input--active,
    .support-case input[type="datetime"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="datetime"]:focus,
    .support-case input[type="datetime"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="datetime"].input--active,
    .support-case input[type="datetime-local"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="datetime-local"]:focus,
    .support-case input[type="datetime-local"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="datetime-local"].input--active,
    .support-case input[type="month"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="month"]:focus,
    .support-case input[type="month"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="month"].input--active,
    .support-case input[type="time"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="time"]:focus,
    .support-case input[type="time"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="time"].input--active,
    .support-case input[type="week"]:focus.is-valid,
    .form-group.is-valid
    .support-case input[type="week"]:focus,
    .support-case input[type="week"].input--active.is-valid,
    .form-group.is-valid
    .support-case input[type="week"].input--active,
    .support-case textarea:focus.is-valid,
    .form-group.is-valid
    .support-case textarea:focus,
    .support-case textarea.input--active.is-valid,
    .form-group.is-valid
    .support-case textarea.input--active,
    .support-case select:focus.is-valid,
    .form-group.is-valid
    .support-case select:focus,
    .support-case select.input--active.is-valid,
    .form-group.is-valid
    .support-case select.input--active {
      border-color: #417505;
      box-shadow: none; }
    .support-case input[type="email"]:focus + label, .support-case input[type="email"].input--active + label,
    .support-case input[type="number"]:focus + label,
    .support-case input[type="number"].input--active + label,
    .support-case input[type="password"]:focus + label,
    .support-case input[type="password"].input--active + label,
    .support-case input[type="search"]:focus + label,
    .support-case input[type="search"].input--active + label,
    .support-case input[type="tel"]:focus + label,
    .support-case input[type="tel"].input--active + label,
    .support-case input[type="text"]:focus + label,
    .support-case input[type="text"].input--active + label,
    .support-case input[type="url"]:focus + label,
    .support-case input[type="url"].input--active + label,
    .support-case input[type="color"]:focus + label,
    .support-case input[type="color"].input--active + label,
    .support-case input[type="date"]:focus + label,
    .support-case input[type="date"].input--active + label,
    .support-case input[type="datetime"]:focus + label,
    .support-case input[type="datetime"].input--active + label,
    .support-case input[type="datetime-local"]:focus + label,
    .support-case input[type="datetime-local"].input--active + label,
    .support-case input[type="month"]:focus + label,
    .support-case input[type="month"].input--active + label,
    .support-case input[type="time"]:focus + label,
    .support-case input[type="time"].input--active + label,
    .support-case input[type="week"]:focus + label,
    .support-case input[type="week"].input--active + label,
    .support-case textarea:focus + label,
    .support-case textarea.input--active + label,
    .support-case select:focus + label,
    .support-case select.input--active + label {
      color: #bebdbe; }

.support-case textarea.description {
  height: 12rem;
  text-align: left;
  resize: none; }
  .support-case textarea.description::-webkit-input-placeholder, .support-case textarea.description::placeholder {
    text-transform: none;
    color: #e2e2e4;
    line-height: 1.2rem;
    vertical-align: top; }

.support-case .form-group.required .form-control-label::after {
  content: " *"; }

.support-case select + .icon-arrow-icon-down {
  top: 1.733rem;
  right: 1.6rem; }
  .support-case select + .icon-arrow-icon-down::before {
    content: " ";
    position: absolute;
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-chevron-right.svg") no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
    height: 0.933rem;
    width: 0.533rem;
    right: 0; }

.support-case input[type="checkbox"] + label {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  padding-left: 3.2rem;
  margin: 2rem 0;
  line-height: 2rem; }

.support-case-trigger {
  position: fixed;
  z-index: 1000;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  background: #000;
  width: 14.7rem;
  height: 4rem;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .support-case-trigger .chat-icon {
    width: 1.7rem;
    height: 1.7rem; }
  .support-case-trigger.active {
    display: none; }
  .support-case-trigger__title {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    line-height: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-left: 0.7rem; }

.support-case-popup {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3); }
  .support-case-popup.active {
    display: block; }
  .support-case-popup__form-list-link {
    text-decoration: none;
    display: inline-block;
    padding: 3px 0; }
    .support-case-popup__form-list-link:hover {
      text-decoration: underline; }
  .support-case-popup .button--primary {
    width: 100%; }
  .support-case-popup__header {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    line-height: 1.2rem;
    display: flex;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.5rem;
    background: #fafafa;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase; }
  .support-case-popup__content {
    margin-top: 5.5rem;
    height: calc(100% - 5.5rem);
    border-radius: 0 0 20px 20px;
    overflow-y: scroll;
    display: none; }
    .support-case-popup__content.active {
      display: block; }
    .support-case-popup__content-faq a {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      margin: 4rem auto;
      padding: 0 4rem;
      display: block; }
    .support-case-popup__content-note {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 14px;
      line-height: 17px;
      font-style: italic !important;
      text-align: center;
      padding: 0 4rem;
      position: absolute;
      bottom: 110px; }
      .support-case-popup__content-note a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 14px;
        line-height: 17px;
        font-style: italic !important; }
  .support-case-popup__title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 4rem auto;
    padding: 0 4rem; }
  .support-case-popup__subtitle {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    line-height: 1.2rem;
    color: #929192;
    margin: 2rem 0 0.6rem; }
  .support-case-popup__form {
    padding: 0 2.5rem 2.5rem; }
    .support-case-popup__form .asset-name {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 16px;
      line-height: 18px;
      text-decoration: underline; }
  .support-case-popup .icon-close {
    position: absolute;
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-close.svg") no-repeat;
    background-size: 100%;
    width: 1.1rem;
    height: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    cursor: pointer; }
  .support-case-popup__selectors {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center; }
    .support-case-popup__selectors .button {
      width: 33rem; }
  .support-case-popup__success_msg {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    line-height: 2rem;
    text-align: center;
    max-width: 29rem;
    margin: 0 auto; }
  .support-case-popup__signature {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem auto 0; }
    .support-case-popup__signature span:first-child {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 14px;
      line-height: 17px; }
  .support-case-popup__live-chat {
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    border-radius: 100px;
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-live-chat.svg") no-repeat #000;
    background-position: center center;
    background-size: 2.5rem 2.5rem; }
  .support-case-popup__trigger-back {
    position: absolute;
    width: 1.16rem;
    height: 1.05rem;
    padding: 2rem;
    left: 2.5rem;
    top: 0.8rem;
    background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-arrow-left.svg") no-repeat;
    background-position: center center;
    cursor: pointer; }

.embeddedServiceHelpButton .helpButton .uiButton {
  visibility: hidden; }

body.support-popup-active {
  height: 100vh;
  overflow-y: hidden; }

.embeddedService-chatHeader {
  color: #fff; }

.sidebarHeader h2[aria-live="polite"] {
  color: #fff; }

.sidebarHeader .minimizeButton,
.sidebarHeader .closeButton {
  padding: 0;
  position: static; }

.sidebarHeader button.minimizeButton {
  margin-right: 25px;
  margin-bottom: 10px; }
  .sidebarHeader button.minimizeButton:hover::before {
    right: unset !important; }

button[embeddedService-chatHeader_chatHeader]:hover::before {
  display: none; }

button[embeddedService-chatHeader_chatHeader].minimizeButton {
  display: none; }

button[embeddedService-chatHeader_chatHeader].closeButton .slds-icon-utility-close {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.grecaptcha-badge {
  display: none; }

@media screen and (min-width: 768px) {
  .support-case-trigger {
    right: 6rem;
    bottom: 6rem; }
  .support-case-popup {
    width: 45rem;
    height: 76.2rem;
    bottom: 1rem;
    top: auto;
    right: 1rem;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 12rem); }
    .support-case-popup__form {
      padding: 0 4rem 2rem; }
    .support-case-popup__content-faq a {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 24px;
      line-height: 26px; }
    .support-case-popup__content-note {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 16px;
      line-height: 18px; }
      .support-case-popup__content-note a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 16px;
        line-height: 18px; }
    .support-case-popup__title {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #1b1d1f, #525355);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  -webkit-backface-visibility: hidden;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto !important;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #161616; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

.pswp .pswp__img {
  height: auto !important;
  width: auto; }

.pswp .pswp__top-bar {
  position: fixed;
  display: inline-flex;
  flex-flow: column;
  right: 0;
  top: 0;
  margin: 2rem 1.3rem 0 0;
  text-align: center;
  z-index: 0 !important;
  height: 100%; }
  .pswp .pswp__top-bar .pswp-zoom__container {
    display: grid;
    position: absolute;
    bottom: 10rem;
    right: 0; }
  .pswp .pswp__top-bar .icon-circle-plus,
  .pswp .pswp__top-bar .icon-circle-minus {
    font-size: 3.8rem;
    color: #fff;
    cursor: pointer; }
  .pswp .pswp__top-bar .icon-cross-big {
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer; }

.pswp .icon-arrow-up-left,
.pswp .icon-arrow-up-right {
  display: none;
  color: #fff;
  cursor: pointer; }

.pswp .pswp__dots-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1.1rem;
  z-index: 1; }
  .pswp .pswp__dots-nav .pswp-dots-nav__dot {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    margin: 0.5rem 0.4rem;
    cursor: pointer; }
    .pswp .pswp__dots-nav .pswp-dots-nav__dot.active {
      background: #fff; }

@media screen and (min-width: 768px) {
  .pswp .pswp__top-bar {
    margin-right: 3.7rem; }
    .pswp .pswp__top-bar .pswp-zoom__container {
      bottom: 17rem; }
  .pswp .pswp__dots-nav {
    bottom: 2.3rem; }
    .pswp .pswp__dots-nav .pswp-dots-nav__dot {
      width: 0.9rem;
      height: 0.9rem; } }

@media screen and (min-width: 1024px) {
  .pswp .pswp__top-bar .pswp-zoom__container {
    position: relative;
    bottom: 0;
    margin-top: 3.2rem; }
  .pswp .pswp__dots-nav {
    bottom: 5%; }
  .pswp .icon-arrow-up-left,
  .pswp .icon-arrow-up-right {
    display: block;
    font-size: 3rem; }
  .pswp .pswp__button--arrow--left {
    position: fixed;
    left: 3rem;
    top: 50%; }
  .pswp .pswp__button--arrow--right {
    position: fixed;
    right: 3rem;
    top: 50%; } }

.static-page__content {
  margin-bottom: 12rem; }
  .static-page__content .static-page__menu-container {
    margin-bottom: 3rem; }
    .static-page__content .static-page__menu-container .collapsible .collapsible-content {
      padding: 0;
      margin: 0; }
      .static-page__content .static-page__menu-container .collapsible .collapsible-content > :last-child {
        border: 0 !important; }
    .static-page__content .static-page__menu-container .static-page__menu-item {
      border-bottom: none;
      background-color: #f6f6f6; }
      .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-header-container {
        background-color: #161616; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-header-container .static-page__menu-item-header {
          margin: 0 1.5rem; }
          .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-header-container .static-page__menu-item-header a {
            font-family: "NeueHelveticaPaneuropean", sans-serif;
            font-style: normal;
            font-weight: 750;
            text-transform: none;
            font-size: 1.8rem;
            line-height: 1.11111;
            text-transform: uppercase;
            color: #fff; }
      .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item {
        list-style-type: none;
        border-bottom: 1px solid #9b9b9b;
        padding: 1.2rem 0; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.125;
          margin: 0 1.5rem;
          text-transform: uppercase;
          text-decoration: none; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item.active a {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.125;
          text-transform: uppercase; }
  .static-page__content .static-page__body-container h1 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.6rem;
    line-height: 1.11111;
    word-break: break-word; }
  .static-page__content .static-page__body-container p {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25; }
  .static-page__content .static-page__body-container a {
    font-size: inherit; }
  .static-page__content .static-page__body-container i {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-style: italic; }
  .static-page__content .static-page__body-container strong {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25; }
  .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container {
    width: 100%; }
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__delivery {
      display: flex;
      background-color: #ccc; }
      .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__delivery .shipping-item__value {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429; }
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__cost,
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__time,
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__free-from {
      display: flex; }
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__headline {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.125;
      text-align: left;
      padding: 0.6rem 0.9rem;
      word-break: break-word;
      white-space: nowrap;
      flex-basis: 50%; }
    .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__value {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429;
      padding: 0.6rem 0.9rem;
      word-break: break-word;
      flex-basis: 50%; }

.faq-container {
  padding: 6rem 2rem 3rem 2rem;
  background-color: #232225; }

.faq-wrapper {
  flex-flow: row wrap;
  display: flex;
  padding: 2.3rem 0;
  border: none;
  border-bottom: 0.5px solid #fff; }
  .faq-wrapper .faq-wrapper-collapsible {
    width: 100%; }
  .faq-wrapper:last-of-type {
    border: none; }
  .faq-wrapper .faq-wrapper-footer p,
  .faq-wrapper .faq-wrapper-footer ul {
    margin: 0;
    padding: 0; }
  .faq-wrapper .faq-wrapper-footer a {
    border-bottom: 0.05px solid #fff;
    text-decoration: none;
    display: inline-block;
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    margin-top: 3rem; }
  .faq-wrapper .faq-wrapper-title .title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    color: inherit; }
  .faq-wrapper-content {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429; }
    .faq-wrapper-content p,
    .faq-wrapper-content li {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429;
      color: inherit; }
  .faq-wrapper-header {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.8rem;
    line-height: 1.14286;
    text-align: center;
    text-transform: uppercase; }
  .faq-wrapper-product-name {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase; }
  .faq-wrapper-title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    cursor: pointer; }
  .faq-wrapper-collapsible.active .faq-wrapper-content {
    padding-bottom: 2.3rem; }

@media screen and (min-width: 768px) {
  .faq-wrapper {
    max-width: 90rem;
    margin: 0 auto; }
    .faq-wrapper .faq-wrapper-title {
      padding: 1.8rem 2.5rem; }
    .faq-wrapper-content {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    .faq-wrapper .faq-wrapper-footer {
      width: 100%;
      padding: 1.8rem 2.5rem; }
      .faq-wrapper .faq-wrapper-footer a {
        margin-top: 1rem; }
        .faq-wrapper .faq-wrapper-footer a:last-of-type {
          float: right; } }

@media screen and (min-width: 1024px) {
  .static-page__content {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 8.3rem; }
    .static-page__content .static-page__menu-container {
      width: 34rem; }
      .static-page__content .static-page__menu-container .collapsible .collapsible-header .title::after {
        display: none; }
      .static-page__content .static-page__menu-container .collapsible .collapsible-content {
        height: fit-content; }
    .static-page__content .static-page__body-container {
      width: 74rem;
      margin-left: 6rem; }
      .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__headline {
        flex-basis: 30%; }
      .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__value {
        flex-basis: 70%; } }

.zendesk-header-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .zendesk-header-link .zendesk-spinner {
    position: relative; }
    .zendesk-header-link .zendesk-spinner .spinner-gif {
      position: absolute;
      top: -5px;
      left: 4px;
      width: 15px;
      height: 15px;
      background-image: url("../mh-loader.html"); }
  .zendesk-header-link:hover {
    cursor: pointer; }

.country-selector-state-trigger {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase; }

#country-selector-state-container {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.2s, opacity 0.2s linear; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    #country-selector-state-container {
      --safe-area-inset-bottom: env(safe-area-inset-bottom);
      padding-bottom: calc(9rem + var(--safe-area-inset-bottom)); } }
  .state--country-selector #country-selector-state-container {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s linear; }

.country-selector__content .country-selector__logo {
  width: 18.4rem;
  height: 2.6rem;
  margin: 3rem auto 0 auto; }

.country-selector__content .current-country {
  width: 100%;
  margin-top: 4.8rem;
  text-align: center; }
  .country-selector__content .current-country .country-selector-state-trigger {
    margin-left: 0; }
  .country-selector__content .current-country .current-country__info {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .country-selector__content .current-country .current-country__info .country-flag {
      height: 1.55rem;
      width: 2rem;
      margin-right: 1rem; }
    .country-selector__content .current-country .current-country__info .icon-arrow-icon-right {
      float: none;
      display: inline-block;
      color: #fff; }

.country-selector__content .country-selector__continents {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin-top: 2rem; }
  .country-selector__content .country-selector__continents .continent {
    cursor: pointer;
    width: 18.2rem;
    margin: 0 auto 2.8rem auto; }
  .country-selector__content .country-selector__continents .continent-name {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.125;
    margin-top: 0;
    color: #fff;
    text-align: left;
    text-transform: uppercase; }
    .country-selector__content .country-selector__continents .continent-name .continent-name-text {
      transition: opacity 0.4s ease;
      position: relative;
      opacity: 1; }
      .country-selector__content .country-selector__continents .continent-name .continent-name-text::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        opacity: 0;
        transition: opacity 0.4s ease; }
      .country-selector__content .country-selector__continents .continent-name .continent-name-text:hover {
        opacity: 0.7; }
        .country-selector__content .country-selector__continents .continent-name .continent-name-text:hover::after {
          opacity: 0.7; }
    .country-selector__content .country-selector__continents .continent-name.active .continent-name-text::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      opacity: 1;
      transition: none; }

.country-selector__content .country-list {
  margin-top: 4.8rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start; }
  .country-selector__content .country-list .country {
    width: 18.2rem;
    margin: 0 auto 2.8rem auto; }
    .country-selector__content .country-list .country a {
      text-decoration: none; }
      .country-selector__content .country-list .country a .country-flag {
        height: 1.3rem;
        width: 1.6rem;
        margin-right: 1rem; }
      .country-selector__content .country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        display: inline;
        text-transform: uppercase;
        color: #fff; }

.country-selector__content .continent-country-list {
  margin: 0;
  margin-top: 4.8rem;
  list-style-type: none;
  display: none;
  flex-flow: column;
  justify-content: flex-start; }
  .country-selector__content .continent-country-list.selected, .country-selector__content .continent-country-list.country-selector__popular {
    display: flex; }
  .country-selector__content .continent-country-list .country {
    width: 18.2rem;
    margin: 0 auto 2.8rem auto; }
    .country-selector__content .continent-country-list .country a {
      text-decoration: none; }
      .country-selector__content .continent-country-list .country a .country-flag {
        height: 1.3rem;
        width: 1.6rem;
        margin-right: 1rem; }
      .country-selector__content .continent-country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        display: inline;
        text-transform: uppercase;
        color: #fff; }

.country-dropdown-state-close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer; }
  .country-dropdown-state-close .country-dropdown__close-text {
    display: none; }
  .country-dropdown-state-close i {
    font-size: 2rem;
    color: #fff; }

.state-container--country-dropdown {
  position: fixed;
  top: -120vh;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 101;
  padding: 6rem 1.8rem 4.8rem 1.8rem;
  overflow: scroll; }
  .state--country-dropdown .state-container--country-dropdown {
    top: 0; }
  .state-container--country-dropdown .country-dropdown__title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.6rem;
    line-height: 1.07692;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
  .state-container--country-dropdown .country-dropdown__description {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 1.2rem auto 0.3rem auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
  .state-container--country-dropdown .country-dropdown__selection-container .dropdown {
    margin-top: 1.2rem;
    padding: 0 1.2rem;
    border: 1px solid #000;
    cursor: pointer; }
    .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header {
      height: 4.2rem;
      padding: 1.2rem 0; }
    .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content {
      padding: 0 0 1rem 0; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content .country,
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content .language {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        height: 3rem;
        line-height: 3rem;
        text-transform: uppercase; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content .country-selector-state-trigger {
        color: #161616; }
  .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button {
    margin-top: 1.8rem;
    text-align: center; }
  .state-container--country-dropdown .country-dropdown__full-screen-trigger {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 1.8rem auto 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase; }
    .state-container--country-dropdown .country-dropdown__full-screen-trigger .country-dropdown-underline-text {
      transition: border 0.4s ease;
      border-bottom: 3px solid transparent; }
    .state-container--country-dropdown .country-dropdown__full-screen-trigger:hover {
      opacity: 0.7; }
      .state-container--country-dropdown .country-dropdown__full-screen-trigger:hover .country-dropdown-underline-text {
        transition: border 0.4s ease;
        border-bottom: 3px solid rgba(255, 255, 255, 0.7); }

@media screen and (min-width: 768px) {
  .country-selector-state-trigger {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    cursor: pointer; }
  .country-selector__content .country-selector__logo {
    width: 21.6rem;
    height: 3rem;
    margin-top: 6rem; }
  .country-selector__content .current-country {
    margin-top: 6rem; }
    .country-selector__content .current-country .current-country__info {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2.8rem;
      line-height: 1.14286;
      text-transform: uppercase; }
      .country-selector__content .current-country .current-country__info .country-flag {
        height: 2rem;
        width: 2.6rem; }
      .country-selector__content .current-country .current-country__info i {
        font-size: 2.2rem; }
  .country-selector__content .country-selector__continents {
    width: 67.2rem;
    margin: 3.5rem auto 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .country-selector__content .country-selector__continents .continent-name {
      text-align: center;
      margin-top: 1.8rem; }
    .country-selector__content .country-selector__continents .continent {
      margin: 0.5rem;
      width: auto; }
  .country-selector__content .country-list {
    width: 64rem;
    margin: 6rem auto 0 auto;
    flex-flow: row wrap; }
    .country-selector__content .country-list .country {
      width: 15.3rem;
      margin: 0 3rem 2.5rem 3rem; }
      .country-selector__content .country-list .country a .country-flag {
        height: 1.6rem;
        width: 2.2rem;
        margin-bottom: -0.2rem; }
      .country-selector__content .country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        text-transform: uppercase; }
  .country-selector__content .continent-country-list {
    width: 67.2rem;
    margin: 4.8rem auto;
    flex-flow: row wrap; }
    .country-selector__content .continent-country-list .country {
      width: 10.44rem;
      margin: 0 1.5rem 2.5rem 1.5rem; }
      .country-selector__content .continent-country-list .country a .country-flag {
        height: 1.6rem;
        width: 2.1rem;
        margin-right: 1rem; }
      .country-selector__content .continent-country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        text-transform: uppercase; }
  .country-dropdown-state-close {
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    right: 2.5rem;
    top: 2.5rem; }
  .state-container--country-dropdown {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 0;
    z-index: 0;
    top: 0;
    transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease; }
    .state--country-dropdown .state-container--country-dropdown {
      overflow: inherit;
      height: 30.2rem;
      z-index: 101;
      transition: height 0.4s ease, z-index 0s linear 0.4s;
      -webkit-transition: height 0.4s ease, z-index 0s linear 0.4s; }
    .state-container--country-dropdown .country-dropdown__title {
      width: 48rem;
      margin: 0 auto;
      padding: 4.8rem 0 0 0; }
    .state-container--country-dropdown .country-dropdown__description {
      width: 48rem; }
    .state-container--country-dropdown .country-dropdown__selection-container {
      width: 64.7rem;
      margin: 1.8rem auto 0 auto; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown {
        width: 24rem;
        position: absolute;
        height: fit-content;
        margin: 0;
        z-index: 101; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown.language-dropdown {
          margin-left: 25.2rem; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header a::after {
          top: 0.4rem; }
      .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button {
        right: 0;
        position: absolute;
        margin: 0.1rem 6rem 0 0; }
        .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button a {
          width: 14.2rem;
          height: 4.2rem;
          line-height: 2.1rem; }
    .state-container--country-dropdown .country-dropdown__full-screen-trigger {
      width: 59.6rem;
      margin-top: 7.8rem;
      line-height: 1.6; } }

@media screen and (min-width: 1024px) {
  .country-selector__content .current-country {
    margin-top: 12rem; }
    .country-selector__content .current-country .current-country__info {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.8rem;
      line-height: 1.42105;
      text-transform: uppercase; }
      .country-selector__content .current-country .current-country__info img {
        margin: 0 1rem 0.6rem 0; }
      .country-selector__content .current-country .current-country__info i {
        padding-top: 0.8rem;
        font-size: 2.2rem; }
  .country-selector__content .country-selector__continents {
    width: 90rem;
    margin: 3.5rem auto 0 auto; }
    .country-selector__content .country-selector__continents .continent-name {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.4rem;
      line-height: 1.05882;
      text-transform: uppercase;
      width: auto; }
  .country-selector__content .country-list {
    width: 70rem;
    margin: 6rem auto 0 auto;
    flex-flow: row wrap; }
    .country-selector__content .country-list .country {
      width: 20.33rem;
      margin: 0 1.5rem 2.5rem 1.5rem; }
      .country-selector__content .country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35;
        text-transform: uppercase; }
  .country-selector__content .continent-country-list {
    width: 90rem;
    margin: 4.8rem auto;
    flex-flow: row wrap; }
    .country-selector__content .continent-country-list .country {
      width: 15rem;
      margin: 0 1.5rem 2.5rem 1.5rem; }
      .country-selector__content .continent-country-list .country a .country-name {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35;
        text-transform: uppercase; }
  .state--country-dropdown .state-container--country-dropdown {
    top: 0; }
  .state-container--country-dropdown .country-dropdown__title {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.4rem;
    line-height: 1.05882;
    text-transform: uppercase; }
  .state-container--country-dropdown .country-dropdown__selection-container .dropdown {
    padding: 0 1rem; }
    .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header {
      padding: 1.05rem 0 0.9rem 0; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header a {
        margin-top: -0.2rem; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header a::after {
          top: 1rem; }
  .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button {
    right: 0;
    position: absolute;
    margin: 0 35.2rem 0 0; }
    .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button a {
      height: 4.2rem;
      width: 15rem;
      line-height: 2.2rem; } }

body.state--cart {
  position: fixed; }

.cart-state-trigger {
  position: relative;
  cursor: pointer; }
  .cart-state-trigger .minicart-quantity {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #161616;
    position: absolute;
    top: -1rem;
    right: -0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    line-height: 1.5; }

.cart-state-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2rem;
  margin-right: 2rem;
  z-index: 1; }
  .cart-state-close.cart-state-close--fixed {
    position: fixed; }
  .cart-state-close i {
    font-size: 1.8rem;
    color: #333; }

#cart-state-container {
  position: fixed;
  top: -200%;
  left: auto;
  width: 100vw;
  height: 100vh;
  transition: top 0.3s ease;
  overflow: scroll; }
  #cart-state-container::-webkit-scrollbar {
    display: none; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    #cart-state-container {
      padding-bottom: env(safe-area-inset-bottom); } }
  .state--cart #cart-state-container {
    top: 0;
    height: -webkit-fill-available; }

@media screen and (min-width: 768px) {
  .cart-state-close {
    margin-top: 3rem;
    margin-right: 3.2rem; } }

@media screen and (min-width: 1024px) {
  body.state--cart {
    position: relative; }
  .header--black .cart-state-trigger .minicart-quantity {
    color: #fff;
    background-color: #000; }
  .cart-state-close i {
    color: #fff; } }

.cart-product-card {
  position: relative; }
  .cart-product-card::before {
    content: "";
    border-top: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0; }
  .cart-product-card:first-of-type::before {
    display: none; }
  .cart-product-card .product-line-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 4.4rem;
    border-top: 1px solid #e6e6e6; }
    .cart-product-card .product-line-item:first-of-type {
      border-top: 0; }
  .cart-product-card .product-line-item__image {
    width: 33.33vw;
    height: 33.33vw; }
    .cart-product-card .product-line-item__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .cart-product-card .product-line-item__link {
    color: #000;
    text-decoration: none; }
  .cart-product-card .product-line-item__link-name {
    width: fit-content; }
  .cart-product-card .product-line-item__details {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    padding: 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 66.66vw; }
    .cart-product-card .product-line-item__details .product-line-item__name {
      color: #000;
      text-transform: uppercase;
      text-align: left; }
    .cart-product-card .product-line-item__details .product-line-item__price .line-item-promo {
      text-align: left;
      padding-top: 0.4rem; }
    .cart-product-card .product-line-item__details .product-line-item__price .price {
      display: flex;
      flex-flow: row wrap;
      justify-content: start; }
      .cart-product-card .product-line-item__details .product-line-item__price .price .price-adjusted {
        margin-right: 0.4rem; }
      .cart-product-card .product-line-item__details .product-line-item__price .price .price-sales {
        display: flex; }
        .cart-product-card .product-line-item__details .product-line-item__price .price .price-sales .currency {
          white-space: pre; }
      .cart-product-card .product-line-item__details .product-line-item__price .price .price-prefix {
        order: -2;
        margin-right: 1.2rem; }
    .cart-product-card .product-line-item__details .product-line-item__attributes p,
    .cart-product-card .product-line-item__details .product-line-item__attributes .line-item-attributes {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.3rem;
      line-height: 1.23077;
      color: #595959;
      text-align: left;
      margin: 0; }
    .cart-product-card .product-line-item__details .product-line-item__promotion-text {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.2;
      color: #595959;
      text-align: left; }
    .cart-product-card .product-line-item__details .product-line-item__promotion-error {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.2;
      text-align: left;
      color: #595959; }
    .cart-product-card .product-line-item__details .product-line-item__qty .product-line-item__qty-val {
      color: #595959;
      margin-bottom: 0.4rem; }
  .cart-product-card .bonus-product-line-item__quantity {
    margin-right: 0.8rem;
    display: flex;
    align-items: center; }
    .cart-product-card .bonus-product-line-item__quantity .bonus-product-line-item__quantity-title {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.3rem;
      line-height: 1.23077; }
    .cart-product-card .bonus-product-line-item__quantity .bonus-product-line-item__quantity-value {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.3rem;
      line-height: 1.23077;
      padding-left: 0.4rem;
      padding-right: 0.8rem; }
  .cart-product-card .product-line-item__action-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0; }
    .cart-product-card .product-line-item__action-buttons .product-line-item__controls {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .cart-product-card .product-line-item__action-buttons .product-line-item__quantity {
      margin-right: 0.8rem; }
      .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center; }
        .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form input {
          width: 4.2rem;
          height: 3.2rem;
          border: none;
          padding: 0.8rem;
          text-align: center;
          -moz-appearance: textfield;
          color: #000;
          background: transparent; }
          .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form input::-webkit-outer-spin-button, .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .increase-quantity,
        .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .decrease-quantity {
          width: 4.4rem;
          height: 4.4rem;
          cursor: pointer;
          display: block;
          padding: 1.4rem;
          position: relative; }
          .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .increase-quantity::before,
          .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .decrease-quantity::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .increase-quantity.icon--disabled {
          pointer-events: none; }
          .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .increase-quantity.icon--disabled::before {
            background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-plus-disabled.svg") no-repeat;
            background-position: center center;
            background-size: 100%; }
        .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .decrease-quantity.icon--disabled {
          pointer-events: none; }
          .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .decrease-quantity.icon--disabled::before {
            background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/images/icons/icon-minus-disabled.svg") no-repeat;
            background-position: center center;
            background-size: 100%; }
    .cart-product-card .product-line-item__action-buttons .remove-product {
      padding: 1.4rem; }
      .cart-product-card .product-line-item__action-buttons .remove-product i {
        width: 1.6rem;
        height: 1.6rem;
        cursor: pointer;
        display: block; }
  .cart-product-card.item-limitation-error .product-line-item__controls {
    margin-bottom: 1.6rem; }

.cart__error-message-limitation {
  display: none; }

.cart__error-message-limitation-item {
  font-family: "NeueHelvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.14286;
  position: absolute;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #161616;
  text-align: center;
  margin: 0;
  display: none;
  bottom: 0;
  max-height: 1.6rem; }
  .cart__error-message-limitation-item.show {
    display: inline-block; }

@media screen and (min-width: 768px) {
  .cart-product-card .product-line-item__image {
    width: 16.66vw;
    height: 16.66vw;
    min-width: 16.66vw; }
  .cart-product-card .product-line-item__details {
    max-height: 16.66vw; } }

@media screen and (min-width: 1024px) {
  .cart-product-card .product-line-item {
    padding-bottom: 0; }
    .cart-product-card .product-line-item__image {
      width: 8.33vw;
      height: 8.33vw;
      min-width: 8.33vw; }
    .cart-product-card .product-line-item__action-buttons {
      top: 0.6rem;
      right: 0.8rem;
      bottom: auto; }
      .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form i,
      .cart-product-card .product-line-item__action-buttons .remove-product {
        width: 3.2rem;
        height: 3.2rem;
        padding: 0.8rem; }
      .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form input {
        width: 3.2rem; }
      .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .increase-quantity,
      .cart-product-card .product-line-item__action-buttons .product-line-item__quantity .quantity-form .decrease-quantity {
        width: 3.2rem;
        height: 3.2rem;
        padding: 0.8rem; }
  .cart-product-card--row .product-line-item__image {
    flex-shrink: 0;
    width: 8.33vw;
    height: 8.33vw;
    margin: 0; } }

.cart__recommended-product {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-bottom: 4.4rem; }
  .cart__recommended-product::before {
    content: "";
    border-top: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0; }
  .cart__recommended-product:first-of-type::before {
    display: none; }
  .cart__recommended-product .recommended-product__attribute {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    color: #595959;
    text-align: left;
    margin: 0; }
  .cart__recommended-product .recommended-product__image {
    width: 33.33vw;
    height: 33.33vw; }
    .cart__recommended-product .recommended-product__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cart__recommended-product .recommended-product__link {
    color: #000;
    text-decoration: none; }
  .cart__recommended-product .recommended-product__link-name {
    width: fit-content; }
  .cart__recommended-product .recommended-product__details {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    padding: 1.4rem 1.6rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 66.66vw;
    max-height: 33.33vw; }
    .cart__recommended-product .recommended-product__details .recommended-product__name {
      color: #000;
      text-transform: uppercase;
      text-align: left; }
    .cart__recommended-product .recommended-product__details .recommended-product__price .line-item-promo {
      text-align: left;
      padding-top: 0.4rem; }
    .cart__recommended-product .recommended-product__details .recommended-product__price .price {
      display: flex;
      flex-flow: row wrap;
      justify-content: start; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .price .price-adjusted {
        margin-right: 0.4rem; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .price .price-sales {
        display: flex; }
        .cart__recommended-product .recommended-product__details .recommended-product__price .price .price-sales .currency {
          white-space: pre; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .price .price-prefix {
        order: -2;
        margin-right: 1.2rem; }
    .cart__recommended-product .recommended-product__details .recommended-product__attributes {
      display: none;
      margin-top: 0.3rem; }
      .cart__recommended-product .recommended-product__details .recommended-product__attributes p {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429;
        letter-spacing: 0.05rem;
        color: #161616;
        margin: 0; }
    .cart__recommended-product .recommended-product__details .recommended-product__price-recommendation {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35;
      letter-spacing: 0.05rem;
      line-height: 1.1;
      color: #901111;
      margin-left: 1.2rem; }
    .cart__recommended-product .recommended-product__details .recommended-product__callout {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 2rem;
      line-height: 1.35;
      letter-spacing: 0.05rem; }
  .cart__recommended-product .recommended-product__action-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.4rem; }
    .cart__recommended-product .recommended-product__action-buttons.upsell-product {
      padding: 0.8rem; }
    .cart__recommended-product .recommended-product__action-buttons .recommended-product__quantity {
      display: none; }
    .cart__recommended-product .recommended-product__action-buttons .recommended-product__add-to-cart {
      padding: 0 2.4rem; }
    .cart__recommended-product .recommended-product__action-buttons .add-to-cart-button {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.42857;
      background: transparent;
      position: relative;
      padding: 0; }
      .cart__recommended-product .recommended-product__action-buttons .add-to-cart-button::after {
        border-bottom: 1px solid #000;
        position: absolute;
        content: '';
        bottom: 2px;
        left: 0;
        height: 1px;
        width: 100%; }

@media screen and (min-width: 768px) {
  .cart__recommended-product .recommended-product__image {
    width: 16.66vw;
    height: 16.66vw;
    min-width: 16.66vw; }
  .cart__recommended-product .recommended-product__details {
    max-height: 16.66vw; } }

@media screen and (min-width: 1024px) {
  .cart__recommended-product {
    padding-bottom: 0; }
    .cart__recommended-product .recommended-product__image {
      width: 8.33vw;
      height: 8.33vw;
      min-width: 8.33vw; }
    .cart__recommended-product .recommended-product__action-buttons {
      top: 0.6rem;
      right: 0.8rem;
      bottom: auto;
      padding: 0.8rem; }
      .cart__recommended-product .recommended-product__action-buttons .recommended-product__add-to-cart {
        padding: 0; }
      .cart__recommended-product .recommended-product__action-buttons.upsell-product {
        right: 0;
        top: 0; }
    .cart__recommended-product .recommended-product__details {
      max-height: 8.33vw; } }

.short-header__container {
  background: url("../png/light-grain-2.png") repeat;
  display: flex;
  flex-direction: row; }

.short-header__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 9.6rem;
  height: 9.6rem;
  z-index: 11; }
  .short-header__logo img {
    width: 100%; }

.short-header__links {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  width: calc(100% - 9.6rem);
  height: 4.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 11;
  padding: 0.6rem 0.8rem;
  align-items: center; }
  .short-header__links--back {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    padding: 0.8rem;
    text-decoration: none;
    display: flex; }
    .short-header__links--back .icon-back {
      background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-arrow-back.svg") no-repeat;
      background-size: 100%;
      width: 1.6rem;
      height: 1.6rem;
      display: flex; }
  .short-header__links-text {
    padding-left: 0.8rem; }

.cart-close {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 2rem;
  margin-right: 2rem;
  text-decoration: none;
  z-index: 1; }
  .cart-close i {
    font-size: 1.8rem;
    color: #333; }

.cart {
  min-height: calc(100vh + env(safe-area-inset-bottom));
  background: url("../png/light-grain-2.png") repeat;
  padding-top: 9.6rem;
  padding-bottom: env(safe-area-inset-bottom); }
  .cart__title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    margin: 2.4rem 0;
    padding: 1.6rem; }
    .cart__title .cart__title-text {
      font-family: "NeueHelveticaPaneuropean", sans-serif;
      font-style: normal;
      font-weight: 750;
      text-transform: none;
      font-size: 3.6rem;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0;
      margin: 0; }
    .cart__title--extra {
      background: url("../png/light-grain-2.png") repeat; }
      .cart__title--extra + .cart-product-card::before {
        display: none; }
  .cart .cart__details {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .cart .cart__details .cart__empty {
      min-height: 16rem;
      background: #fff;
      padding: 1.6rem 1.6rem 4rem 1.6rem; }
      .cart .cart__details .cart__empty .cart__empty-message {
        background: #fff; }
    .cart .cart__details .cart__empty-message {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.5;
      background: #fbefef;
      color: #000;
      text-align: left;
      padding-bottom: 4rem; }
    .cart .cart__details .cart__start-shopping-link {
      width: 100%;
      text-align: left; }
      .cart .cart__details .cart__start-shopping-link a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.23077;
        width: 100%;
        padding: 1.4rem 2.4rem;
        text-decoration: none;
        text-align: center;
        display: block; }
    .cart .cart__details .cart__up-sell {
      margin: 2.4rem auto 4rem; }
      .cart .cart__details .cart__up-sell .cart__up-sell__title {
        display: flex;
        flex-flow: row nowrap;
        justify-content: left; }
        .cart .cart__details .cart__up-sell .cart__up-sell__title .cart__title-text {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.8rem;
          line-height: 1.38889;
          padding: 0 1.6rem; }
        .cart .cart__details .cart__up-sell .cart__up-sell__title .cart__title-divider {
          flex-grow: 1;
          border-bottom: 1px solid #e6e6e6; }
        .cart .cart__details .cart__up-sell .cart__up-sell__title + .cart__up-sell__recommendations {
          margin-top: 2.4rem; }
          .cart .cart__details .cart__up-sell .cart__up-sell__title + .cart__up-sell__recommendations::before {
            display: none; }
      .cart .cart__details .cart__up-sell .cart__up-sell__recommendations {
        background: #fff;
        position: relative; }
        .cart .cart__details .cart__up-sell .cart__up-sell__recommendations::before {
          content: "";
          border-top: 1px solid #e6e6e6;
          width: 100%;
          position: absolute;
          height: 1px;
          top: 0;
          left: 0; }
    .cart .cart__details .cart__sticky-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1.5rem;
      background-color: #417505;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .cart .cart__details .cart__sticky-bar.hide-sticky-bar {
        opacity: 0;
        pointer-events: none; }
      .cart .cart__details .cart__sticky-bar.sticky-bar--fixed {
        position: fixed; }
      .cart .cart__details .cart__sticky-bar .cart__sticky-bar__text {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.21429;
        letter-spacing: 0.05rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        position: relative; }
        .cart .cart__details .cart__sticky-bar .cart__sticky-bar__text::after {
          font-family: 'marshallheadphones-icons' !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: 'l';
          font-size: 1.2rem;
          position: absolute;
          top: 2px;
          padding-left: 1.2rem; }
  .cart .cart__summary {
    background-color: #fff; }
    .cart .cart__summary .cart__totals-terms {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.3rem;
      line-height: 1.53846;
      color: #595959;
      margin-top: 4rem;
      padding: 0 1.6rem 1.6rem; }
      .cart .cart__summary .cart__totals-terms a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.3rem;
        line-height: 1.53846;
        color: #595959; }
    .cart .cart__summary .cart__subtotals {
      border-top: 1px solid #e6e6e6; }
      .cart .cart__summary .cart__subtotals .order-subtotal,
      .cart .cart__summary .cart__subtotals .order-discount,
      .cart .cart__summary .cart__subtotals .sales-tax,
      .cart .cart__summary .cart__subtotals .shipping-cost,
      .cart .cart__summary .cart__subtotals .shipping-discount {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        border-bottom: 1px solid #e6e6e6;
        align-items: center; }
        .cart .cart__summary .cart__subtotals .order-subtotal p,
        .cart .cart__summary .cart__subtotals .order-discount p,
        .cart .cart__summary .cart__subtotals .sales-tax p,
        .cart .cart__summary .cart__subtotals .shipping-cost p,
        .cart .cart__summary .cart__subtotals .shipping-discount p {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 1.3rem;
          line-height: 1.23077;
          color: #595959;
          padding: 1.4rem 1.6rem;
          margin: 0; }
          .cart .cart__summary .cart__subtotals .order-subtotal p:last-of-type,
          .cart .cart__summary .cart__subtotals .order-discount p:last-of-type,
          .cart .cart__summary .cart__subtotals .sales-tax p:last-of-type,
          .cart .cart__summary .cart__subtotals .shipping-cost p:last-of-type,
          .cart .cart__summary .cart__subtotals .shipping-discount p:last-of-type {
            color: #000; }
    .cart .cart__summary .cart__coupon-codes {
      margin: 1.6rem;
      background: #f2f2f2;
      cursor: pointer;
      position: relative; }
      .cart .cart__summary .cart__coupon-codes.coupon-codes--expanded .cart__coupon-codes__title {
        display: none; }
      .cart .cart__summary .cart__coupon-codes.coupon-codes--expanded .cart__coupon-codes__form {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        padding: 1.4rem 1.6rem; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title i {
          cursor: pointer; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes {
          display: flex;
          flex-direction: column;
          padding: 0;
          margin: 0;
          width: 100%; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label {
            font-family: "NeueHelvetica", sans-serif;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 1.3rem;
            line-height: 1.23077;
            width: 100%;
            color: #000;
            cursor: pointer;
            margin-left: 1.2rem; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label + .cart__coupon-codes__list {
              padding-top: 1.4rem; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label ~ .cart__coupon-codes__list {
              margin-left: 1.2rem; }
              .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label ~ .cart__coupon-codes__list .cart__coupon-codes__item .remove-coupon {
                margin: 0; }
              .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label ~ .cart__coupon-codes__list:last-of-type .cart__coupon-codes__item {
                margin-bottom: 0; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__list .cart__coupon-codes__item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1.4rem; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__list .cart__coupon-codes__item span {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              color: #000; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__list .cart__coupon-codes__item .remove-coupon {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              color: #595959;
              background-color: transparent;
              border: 0;
              padding: 0;
              margin: 0 1.6rem; }
      .cart .cart__summary .cart__coupon-codes:not(.coupon-codes--expanded):hover i::before {
        background: url("https://www.marshall.com/on/demandware.static/Sites-Marshall-SK-Site/-/en_AE/v1753097765474/images/icons/icon-plus-hover.svg") no-repeat;
        background-position: center center;
        background-size: 100%; }
      .cart .cart__summary .cart__coupon-codes:not(.coupon-codes--expanded):hover .cart__coupon-codes .cart__coupon-codes__label {
        color: #595959; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form {
        display: none; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form i {
          display: flex;
          align-items: center;
          cursor: pointer;
          margin: 0 1.6rem 0 1.6rem; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form {
          width: calc(100% - 4.4rem); }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error {
            position: absolute;
            bottom: -2.8rem;
            left: 1.6rem; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error .coupon-missing-error {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              text-transform: none;
              color: #ca1d1d;
              display: none; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error .coupon-error-message {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              text-transform: none;
              color: #ca1d1d; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group {
            margin-bottom: 0;
            position: static; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-label {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              color: #595959;
              cursor: pointer;
              position: absolute;
              left: 0;
              transition: visibility 0.2s, opacity 0.2s ease;
              top: 50%;
              transform: translateY(-50%); }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-field:focus + .coupon-code-label,
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-field:not(:placeholder-shown) + .coupon-code-label {
              visibility: hidden;
              opacity: 0; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input {
              position: relative;
              width: 100%; }
              .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input input {
                font-family: "NeueHelvetica", sans-serif;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                font-size: 1.3rem;
                line-height: 1.23077;
                font-size: 1.6rem;
                color: #000;
                background-color: transparent;
                border: none;
                padding: 0 1.6rem 0 0;
                height: 4.4rem;
                transform: scale(0.8125);
                transform-origin: left center;
                width: calc(123% - 8rem); }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit {
              margin-left: 1rem;
              position: absolute;
              right: 0;
              display: none; }
              .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit .promo-code-btn {
                font-family: "NeueHelvetica", sans-serif;
                font-style: normal;
                font-weight: 500;
                text-transform: uppercase;
                font-size: 1.3rem;
                line-height: 1.23077;
                height: auto;
                background: transparent;
                border: none;
                color: #1d7732;
                padding: 0.8rem;
                margin-right: 0.8rem; }
              .input-focused .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit {
                display: block; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .cart__coupon-codes__list .cart__coupon-codes__item {
            padding-bottom: 1.4rem;
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .cart__coupon-codes__list .cart__coupon-codes__item span {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              color: #000; }
            .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .cart__coupon-codes__list .cart__coupon-codes__item .remove-coupon {
              font-family: "NeueHelvetica", sans-serif;
              font-style: normal;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 1.3rem;
              line-height: 1.23077;
              color: #595959;
              background-color: transparent;
              border: 0;
              padding: 0;
              margin: 0 1.6rem; }
      .cart .cart__summary .cart__coupon-codes.input-focused .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit {
        display: block; }
        .cart .cart__summary .cart__coupon-codes.input-focused .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit .promo-code-btn {
          color: #1d7732; }
      .cart .cart__summary .cart__coupon-codes.error-present {
        margin-bottom: 3.6rem; }
        .cart .cart__summary .cart__coupon-codes.error-present .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit .promo-code-btn {
          color: #000; }
        .cart .cart__summary .cart__coupon-codes.error-present .cart__coupon-codes__form {
          border: 1px solid #ca1d1d; }
    .cart .cart__summary .cart__total-amount {
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      margin-bottom: 1.6rem; }
      .cart .cart__summary .cart__total-amount .order-total {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between; }
        .cart .cart__summary .cart__total-amount .order-total p {
          font-family: "NeueHelveticaPaneuropean", sans-serif;
          font-style: normal;
          font-weight: 750;
          text-transform: none;
          font-size: 3.6rem;
          line-height: 1;
          color: #000;
          padding: 1.6rem 1.6rem 1.2rem;
          margin: 0;
          text-transform: uppercase; }
        .cart .cart__summary .cart__total-amount .order-total .order-total-value {
          text-align: right; }
    .cart .cart__summary .cart__delivery {
      display: flex;
      justify-content: space-between;
      color: #000;
      width: 100%; }
      .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery,
      .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy {
        display: flex;
        flex-direction: column;
        padding: 1.4rem 1.6rem; }
        .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery .delivery__trigger,
        .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy .delivery__trigger {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.5;
          position: relative; }
        .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery .delivery__content,
        .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy .delivery__content {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.5; }
        .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery .out-of-stock,
        .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy .out-of-stock {
          color: #999; }
    .cart .cart__summary .cart__additional-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .cart .cart__summary .cart__additional-info .cart__additional-info-wrapper {
        padding: 1.2rem 1.6rem;
        background: #555;
        border-radius: 2px; }
      .cart .cart__summary .cart__additional-info .cart__additional-info-text {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.25;
        color: #595959; }
        .cart .cart__summary .cart__additional-info .cart__additional-info-text a {
          color: #595959; }
    .cart .cart__summary .cart__info {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 0 1.6rem 1.6rem; }
    .cart .cart__summary .cart__info-vat,
    .cart .cart__summary .cart__info-duties {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.3rem;
      line-height: 1.53846;
      color: #000;
      margin: 0; }
    .cart .cart__summary .cart__checkout {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      padding: 0 1.6rem 1.6rem; }
      .cart .cart__summary .cart__checkout .cart__checkout-button {
        text-align: center;
        flex-basis: 100%; }
        .cart .cart__summary .cart__checkout .cart__checkout-button .button--checkout {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 1.3rem;
          line-height: 1.23077;
          width: 100%;
          padding: 1.4rem 2.4rem; }
      .cart .cart__summary .cart__checkout .cart__continue-shopping-link {
        display: none;
        text-align: center;
        flex-basis: 100%;
        margin-top: 2rem; }
        .cart .cart__summary .cart__checkout .cart__continue-shopping-link .continue-shopping-link {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: none;
          font-size: 1.4rem;
          line-height: 1.21429;
          letter-spacing: 0.05rem;
          padding: 1.1rem 3rem 0.9rem;
          color: #e2e2e2;
          text-transform: uppercase;
          width: 100%;
          justify-content: center;
          display: flex;
          flex-direction: column; }
          .cart .cart__summary .cart__checkout .cart__continue-shopping-link .continue-shopping-link:hover {
            color: #e2e2e2;
            background-color: transparent; }
    .cart .cart__summary .cart__payment-options {
      list-style-type: none;
      display: grid;
      grid-template-columns: repeat(6, 5.6rem);
      padding: 1.6rem 0.8rem;
      margin: 0;
      column-gap: 0.4rem;
      row-gap: 0.8rem;
      flex-wrap: wrap; }
      .cart .cart__summary .cart__payment-options-item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .cart .cart__summary .cart__payment-options-item img {
          width: 5.6rem;
          height: 2.8rem; }
      .cart .cart__summary .cart__payment-options + .cart__totals-terms {
        margin-top: 0; }
  .cart__checkout-info {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.23077;
    color: #595959;
    margin-top: 2.4rem; }
  .cart-info__item {
    border-bottom: 1px solid #e6e6e6; }
    .cart-info__item .collapsible-header {
      padding: 1.4rem 1.6rem; }
      .cart-info__item .collapsible-header .title {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.23077;
        color: #595959;
        display: flex;
        flex-wrap: wrap; }
        .cart-info__item .collapsible-header .title__first-part {
          white-space: nowrap; }
        .cart-info__item .collapsible-header .title__second-part {
          white-space: pre; }
    .cart-info__item.active .collapsible-header .title {
      color: #1a1a1a; }
    .cart-info__item.active .collapsible-content {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 0.8rem 1.6rem 1.4rem;
      color: #595959; }
      .cart-info__item.active .collapsible-content a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #595959;
        text-decoration: underline; }
      .cart-info__item.active .collapsible-content .shipping-item__container {
        width: 100%;
        margin-top: 1.6rem; }
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__delivery {
          display: flex;
          align-items: center;
          background-color: #f2f2f2;
          color: #000; }
          .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__delivery .shipping-item__headline,
          .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__delivery .shipping-item__value {
            padding: 0.8rem 1.6rem; }
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__cost,
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__time,
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__free-from {
          display: flex; }
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__crossed-value {
          text-decoration: line-through;
          margin-right: 0.5rem; }
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__headline {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 1.3rem;
          line-height: 1.23077;
          text-align: left;
          padding: 0.8rem 1.6rem;
          word-break: break-word;
          white-space: nowrap;
          flex-basis: 50%; }
        .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__value {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: none;
          font-size: 1.6rem;
          line-height: 1.5;
          padding: 0.8rem 1.6rem;
          word-break: break-word;
          flex-basis: 50%;
          display: flex;
          flex-wrap: nowrap; }
      .cart-info__item.active .collapsible-content .specific-delivery .shipping-item__container {
        display: none; }
        .cart-info__item.active .collapsible-content .specific-delivery .shipping-item__container:first-of-type, .cart-info__item.active .collapsible-content .specific-delivery .shipping-item__container:last-of-type {
          display: block; }
        .cart-info__item.active .collapsible-content .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time {
          display: block; }
          .cart-info__item.active .collapsible-content .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time + .shipping-item__value {
            display: none; }
  .cart__products {
    background: #fff; }

@media screen and (min-width: 768px) {
  .short-header__logo {
    width: 16.66vw;
    height: 16.66vw; }
  .short-header__links {
    width: 66.66vw; }
  .cart-close {
    margin-top: 3rem;
    margin-right: 3.2rem; }
  .cart {
    padding-top: 16.66vw; }
    .cart .cart__details {
      max-width: 66.66vw;
      margin: 0 auto; }
    .cart .cart__summary {
      max-width: 66.66vw;
      margin: 0 auto; }
      .cart .cart__summary .cart__checkout {
        flex-flow: row nowrap; }
        .cart .cart__summary .cart__checkout .cart__checkout-button {
          order: 2;
          flex-basis: 100%;
          display: flex; }
          .cart .cart__summary .cart__checkout .cart__checkout-button .button--checkout {
            display: flex;
            justify-content: center;
            flex-direction: column; }
        .cart .cart__summary .cart__checkout .cart__continue-shopping-link {
          display: none; }
          .cart .cart__summary .cart__checkout .cart__continue-shopping-link .continue-shopping-link {
            display: none; } }

@media screen and (min-width: 1024px) {
  .short-header__logo {
    width: 8.33vw;
    height: 8.33vw; }
  .short-header__links {
    width: 83.33vw; }
  .cart-close i {
    color: #fff; }
  .cart {
    min-height: 100vh;
    padding-top: 0; }
    .cart__title {
      background: url("../png/light-grain-2.png") repeat;
      padding: 2.4rem 0;
      margin: 0;
      position: relative; }
      .cart__title-inner {
        padding: 1.6rem;
        max-width: 83.33vw;
        margin: 0 auto; }
      .cart__title:not(.cart__title--extra)::before {
        height: 8.33vw;
        content: "";
        display: block;
        width: 100%; }
    .cart .cart__details {
      justify-content: space-between;
      min-height: unset;
      flex-flow: row;
      gap: 8.33vw;
      max-width: 83.33vw;
      align-items: flex-start; }
      .cart .cart__details .cart__details__wrapper {
        position: relative;
        width: 41.66vw; }
        .cart .cart__details .cart__details__wrapper.cartEmptyClass {
          background: #fff; }
      .cart .cart__details .cart__empty {
        min-height: auto;
        padding: 1.6rem; }
      .cart .cart__details .cart__empty-message {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.42857; }
      .cart .cart__details .cart__start-shopping-link {
        width: auto; }
        .cart .cart__details .cart__start-shopping-link a {
          display: inline-block;
          width: auto; }
      .cart .cart__details .cart__up-sell {
        margin-top: 4rem; }
        .cart .cart__details .cart__up-sell .cart__up-sell__title {
          padding-top: 2.4rem; }
    .cart .cart__summary {
      width: 33.33vw; }
      .cart .cart__summary .cart__subtotals {
        border-top: 0; }
      .cart .cart__summary .cart__info-vat,
      .cart .cart__summary .cart__info-duties {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333; }
      .cart .cart__summary .cart__totals-terms {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.2rem;
        line-height: 1.33333; }
        .cart .cart__summary .cart__totals-terms a {
          font-family: "NeueHelvetica", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: none;
          font-size: 1.2rem;
          line-height: 1.33333; }
      .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery .delivery__trigger,
      .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy .delivery__trigger {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.42857; }
      .cart .cart__summary .cart__delivery .product-detail__delivery--home-delivery .delivery__content,
      .cart .cart__summary .cart__delivery .product-detail__delivery--best-buy .delivery__content {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.42857; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input input {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.23077;
        transform: none;
        transform-origin: unset;
        width: calc(100% - 8rem); } }
      @media screen and (min-width: 1024px) and (max-width: 1024px) {
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input input {
          font-size: 1.6rem;
          transform: scale(0.8125);
          transform-origin: left center;
          width: calc(123% - 8rem); } }

@media screen and (min-width: 1024px) {
    .cart-info__item.active .collapsible-content {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.42857; }
      .cart-info__item.active .collapsible-content a {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.42857; }
      .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__headline {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.23077;
        flex-basis: 40%; }
      .cart-info__item.active .collapsible-content .shipping-item__container .shipping-item__value {
        font-family: "NeueHelvetica", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.42857;
        flex-basis: 60%; } }

@media screen and (min-width: 768px) {
  .wrapper {
    width: calc(100% - 6rem); }
  .widget__productwidget_details-container.text-vertical-alignment-top {
    align-self: flex-start;
    padding: 6rem 0; }
  .widget__productwidget_details-container.text-vertical-alignment-center {
    align-self: center; }
  .widget__productwidget_details-container.text-vertical-alignment-bottom {
    align-self: flex-start;
    padding: 6rem 0; }
  .desktop-right-top {
    bottom: auto;
    left: auto;
    top: 7rem;
    right: 10rem; }
  .desktop-right-center {
    top: 30%;
    left: auto;
    bottom: auto;
    right: 10rem; }
  .desktop-right-bottom {
    top: auto;
    left: auto;
    bottom: 7rem;
    right: 10rem; }
  .desktop-left-top {
    bottom: auto;
    right: auto;
    top: 7rem;
    left: 2rem; }
  .desktop-left-center {
    top: 30%;
    left: 2rem;
    bottom: auto;
    right: auto; }
  .desktop-left-bottom {
    top: auto;
    left: 2rem;
    bottom: 7rem;
    right: auto; }
  .desktop-center-top {
    bottom: auto;
    right: auto;
    top: 5rem;
    left: 25%;
    text-align: center; }
  .desktop-center-center {
    top: 30%;
    left: 25%;
    bottom: auto;
    right: auto;
    text-align: center; }
  .desktop-center-bottom {
    top: auto;
    left: 25%;
    bottom: 7rem;
    right: auto;
    text-align: center; } }

@media screen and (min-width: 768px) {
  html {
    -ms-text-size-adjust: 1.302085vw;
    -webkit-text-size-adjust: 1.302085vw;
    font-size: 1.302085vw; } }

@media screen and (min-width: 768px) {
  .dropdown {
    margin: 3rem 0; }
    .dropdown .dropdown-header {
      padding: 3rem 3rem; }
    .dropdown .dropdown-content {
      padding: 0 3rem 3rem; } }

@media screen and (min-width: 768px) {
  .tabs .tabs-header .tabs-header-item {
    padding: 3rem 3rem; }
  .tabs .tabs-content {
    padding: 1.8rem 3rem 3rem; } }

@media screen and (min-width: 1024px) {
  .wrapper {
    width: calc(100% - 22.6rem); }
  #webWidget {
    max-height: none !important; } }

@media screen and (min-width: 1024px) {
  html {
    -ms-text-size-adjust: 0.732064vw;
    -webkit-text-size-adjust: 0.732064vw;
    font-size: 0.732064vw; }
  h1,
  .h1 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 4.8rem;
    line-height: 1.04167;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #161616; }
  h2,
  .h2 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.8rem;
    line-height: 1.42105;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #161616; }
  h3,
  .h3 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.4rem;
    line-height: 1.05882;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #161616; }
  h4,
  .h4 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.8rem;
    line-height: 1.07143;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #161616; }
  h5,
  .h5 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.04167;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #161616; }
  h6,
  .h6 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #161616; }
  p {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #000; }
  .p1 {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.05rem;
    color: #161616; }
  .p2 {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.08333;
    letter-spacing: 0.05rem;
    color: #161616; }
  .p3 {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #161616; }
  .headline-1 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 5.6rem;
    line-height: 1;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #161616; }
  .black-box-1 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 7.6rem;
    line-height: 1.34211;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    background-color: #161616; }
  .black-box-2 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 6.4rem;
    line-height: 1.375;
    letter-spacing: 0.17rem;
    text-transform: uppercase;
    background-color: #161616;
    padding: 0 1.5rem; }
  .black-box-3 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 4.8rem;
    line-height: 1.41667;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background-color: #161616;
    padding: 0 1.2rem; }
  .black-box-4 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 3.8rem;
    line-height: 1.44737;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background-color: #161616;
    padding: 0 1.2rem; }
  .black-box-5 {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    background-color: #161616;
    padding: 0 0.6rem; } }

@media screen and (min-width: 1024px) {
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  textarea,
  select {
    font-family: "NeueHelvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.21429; }
    input[type="email"]:not(.adyen-checkout__input),
    input[type="number"]:not(.adyen-checkout__input),
    input[type="password"]:not(.adyen-checkout__input),
    input[type="search"]:not(.adyen-checkout__input),
    input[type="tel"]:not(.adyen-checkout__input),
    input[type="text"]:not(.adyen-checkout__input),
    input[type="url"]:not(.adyen-checkout__input),
    input[type="color"]:not(.adyen-checkout__input),
    input[type="date"]:not(.adyen-checkout__input),
    input[type="datetime"]:not(.adyen-checkout__input),
    input[type="datetime-local"]:not(.adyen-checkout__input),
    input[type="month"]:not(.adyen-checkout__input),
    input[type="time"]:not(.adyen-checkout__input),
    input[type="week"]:not(.adyen-checkout__input),
    textarea:not(.adyen-checkout__input),
    select:not(.adyen-checkout__input) {
      font-family: "NeueHelvetica", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      font-size: 1.4rem;
      line-height: 1.21429; }
  select + i {
    top: 4rem; } }

@media screen and (min-width: 1024px) {
  .dropdown {
    margin: 4rem 0; }
    .dropdown .dropdown-header {
      padding: 4rem 4rem; }
      .dropdown .dropdown-header .title,
      .dropdown .dropdown-header .selected_country,
      .dropdown .dropdown-header .dropdown-header-title {
        font-family: "NeueHelveticaPaneuropean", sans-serif;
        font-style: normal;
        font-weight: 750;
        text-transform: none;
        font-size: 2rem;
        line-height: 1.35;
        letter-spacing: 0.05rem;
        text-transform: uppercase; }
    .dropdown .dropdown-content {
      padding: 0 4rem 4rem; } }

@media screen and (min-width: 1024px) {
  .tabs .tabs-header .tabs-header-item {
    font-family: "NeueHelveticaPaneuropean", sans-serif;
    font-style: normal;
    font-weight: 750;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    padding: 2.8rem 4rem; }
  .tabs .tabs-content {
    padding: 3rem 4rem 3rem; } }
