@charset "UTF-8";
/*! 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; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* 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: 1000ms;
  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; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::before, .slick-track::after {
    content: "";
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover::before, .slick-prev:focus::before,
    .slick-next:hover::before,
    .slick-next:focus::before {
      opacity: 1; }
  .slick-prev.slick-disabled::before,
  .slick-next.slick-disabled::before {
    opacity: 0.25; }
  .slick-prev::before,
  .slick-next::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev::before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev::before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next::before {
    content: "\2192"; }
    [dir="rtl"] .slick-next::before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover::before, .slick-dots li button:focus::before {
          opacity: 1; }
      .slick-dots li button::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button::before {
      color: black;
      opacity: 0.75; }

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

* {
  box-sizing: border-box; }

html::before {
  content: '';
  width: 100%;
  height: 100%;
  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; }

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

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

.screen-size-indicator {
  position: absolute;
  top: -999em;
  left: -999em; }
  .screen-size-indicator::before {
    content: 'small'; }

@media screen and (min-width: 768px) {
  .screen-size-indicator::before {
    content: 'medium'; } }

@media screen and (min-width: 1200px) {
  .screen-size-indicator::before {
    content: 'large'; } }

.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.3s opacity ease-out; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.image-load {
  opacity: 0;
  transition: 0.3s opacity ease-out; }

.price-adjusted {
  color: #d0021b; }

.price-non-adjusted {
  color: #333;
  text-decoration: line-through; }

.price-sales {
  color: #333; }

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

.color-white {
  color: #fff; }

.color-black {
  color: #333; }

.background-color-white {
  background-color: #fff; }

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

#launcher {
  display: none; }

#webWidget {
  max-height: 50% !important;
  top: auto !important;
  bottom: 1.5rem; }

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

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

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

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

.popup, .header-container .header .header__wrapper, .menu-state__category-list, .widget__press-blocks, .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__container .footer-links__container-wrapper, .footer-bottom__container .footer-bottom__container-wrapper, .static-page__content, .cart .cart__details .cart__details__wrapper, .cart .cart__summary .cart__totals .cart__totals__wrapper {
  position: relative;
  width: calc(100% - 3rem);
  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; }
  .header-container .header .header__wrapper, .menu-state__category-list, .widget__press-blocks, .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__container .footer-links__container-wrapper, .footer-bottom__container .footer-bottom__container-wrapper, .static-page__content, .cart .cart__details .cart__details__wrapper, .cart .cart__summary .cart__totals .cart__totals__wrapper, .cart .cart__summary .cart__totals .cart__totals-terms {
    position: relative;
    width: calc(100% - 9rem);
    margin: 0 auto; } }

@media screen and (min-width: 1200px) {
  .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; }
  .popupcontainer .popup, .header-container .header .header__wrapper, .widget__press-blocks, .footer-newsletter__container .footer-newsletter__wrapper, .footer-links__container .footer-links__container-wrapper, .footer-bottom__container .footer-bottom__container-wrapper, .static-page__content {
    position: relative;
    width: 1110px;
    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, 20px, 0); }

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

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

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

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

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

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

[data-aos='fade-down-left'] {
  transform: translate3d(20px, -20px, 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, 20px, 0) scale(0.6); }

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

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

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

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

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

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

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

[data-aos='zoom-out-left'] {
  transform: translate3d(20px, 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: "AdineuePro-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  color: #333;
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.4s ease;
  overflow-x: hidden; }

a {
  font-family: "AdineuePro-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #333;
  text-decoration: none; }
  a:active {
    outline: none; }
  a:focus {
    outline: none; }

h1,
.h1 {
  font-family: "AdineuePro-Bold", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.08px;
  color: #000; }

h2,
.h2 {
  font-family: "AdineuePro-Bold", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #000; }

h3,
.h3 {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000; }

h4,
.h4 {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000; }

h5,
.h5 {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000; }

label {
  font-family: "AdineuePro-Black", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333; }

p {
  font-family: "AdihausDin-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000; }

.p-regular {
  font-family: "AdihausDin-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000; }

.p-small {
  font-family: "AdihausDin-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000; }

b,
strong {
  font-family: "AdineuePro-Black", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem; }

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

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: #333;
  display: block;
  height: 1px;
  line-height: 0; }

.dropdown {
  margin: 1.8rem 0;
  background-color: #fff; }
  .dropdown .dropdown-header {
    padding: 2.7rem 3rem;
    cursor: pointer; }
    .dropdown .dropdown-header .title,
    .dropdown .dropdown-header .selected_country,
    .dropdown .dropdown-header .dropdown-header-title {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000;
      line-height: 1;
      text-decoration: none;
      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: "adidasheadphones-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: "d";
        font-size: 2.8rem;
        position: absolute;
        top: -0.7rem;
        right: 0; }
  .dropdown .dropdown-content {
    padding: 0 3rem 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: "adidasheadphones-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: "g";
    font-size: 2.8rem;
    position: absolute;
    top: -0.7rem;
    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--country-dropdown,
.state--wishlist,
.state--search,
.state--quickview,
.state--country-selector,
.state--refinements {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  height: 100%; }
  .state--cart .state-container__header,
  .state--menu .state-container__header,
  .state--country-dropdown .state-container__header,
  .state--wishlist .state-container__header,
  .state--search .state-container__header,
  .state--quickview .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--country-dropdown .header__button-group,
  .state--wishlist .header__button-group,
  .state--search .header__button-group,
  .state--quickview .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--country-dropdown .state-container,
  .state--wishlist .state-container,
  .state--search .state-container,
  .state--quickview .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: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    flex-grow: 1;
    padding: 1.7rem 1.5rem;
    background-color: #e3e3e3;
    cursor: pointer; }
    .tabs .tabs-header .tabs-header-item.active {
      background-color: #fff; }

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

.tabs-as-buttons .tabs-header .tabs-header-item {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #9a9b9b;
  background-color: #fff;
  flex-basis: 50%;
  padding: 2rem 0;
  border-top: 1.5px solid #9a9b9b;
  border-bottom: 1.5px solid #9a9b9b;
  border-radius: 2px; }
  .tabs-as-buttons .tabs-header .tabs-header-item:first-child {
    border-left: 1.5px solid #9a9b9b; }
  .tabs-as-buttons .tabs-header .tabs-header-item:last-child {
    border-right: 1.5px solid #9a9b9b; }
  .tabs-as-buttons .tabs-header .tabs-header-item.active {
    color: #000;
    border: 1.5px solid #333; }

.tabs-as-buttons .tabs-content {
  padding: 2.4rem 0 0 0;
  background-color: #fafafa; }

.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: 100;
  overflow: scroll; }
  .popupcontainer .popup {
    display: block; }

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

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: #e3e3e3;
  top: 161px;
  max-width: 50rem;
  z-index: 10;
  padding: 2.5rem 3rem 3.3rem 3rem;
  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: 3px;
    left: 0;
    color: #000; }
  .popup .popup__content-title h4 {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 1.7rem; }
  .popup .hidden-popup {
    display: hidden; }

.popup-opener {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.05rem;
  color: #9a9b9b;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer; }

.error-popup {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 21px;
  line-height: 24px; }

@media screen and (min-width: 1200px) {
  .popupcontainer .popup {
    top: 31.8rem !important;
    padding: 3rem 3rem; }
    .popupcontainer .popup .close-popup {
      border: 0; }
    .popupcontainer .popup .popup__content-title h4 {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.05rem;
      text-transform: uppercase;
      color: #000; }
    .popupcontainer .popup .popup__content-title {
      padding: 0 1rem 0 0; } }

.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: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  background-color: #333;
  border: 1.2px solid #333;
  border-radius: 1.2px;
  color: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  height: 37px;
  padding: 10px 37px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline; }
  button:hover,
  .button:hover {
    cursor: pointer;
    text-decoration: none; }
  button:active, button:focus, button.button--active,
  .button:active,
  .button:focus,
  .button.button--active {
    outline: 0; }
  button span,
  .button span {
    vertical-align: baseline; }
  button:disabled,
  button [disabled],
  button [disabled='disabled'],
  .button:disabled,
  .button [disabled],
  .button [disabled='disabled'] {
    opacity: 0.2; }

@media screen and (min-width: 1200px) {
  button,
  .button {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.6px;
    height: 45px;
    padding: 13px 35px;
    text-transform: uppercase; } }

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

.button--disabled {
  opacity: 0.2; }

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

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

.button--white {
  background-color: #fff;
  color: #333;
  border-color: #fff; }
  .button--white:focus {
    color: #333;
    outline: 0; }
  .button--white:active {
    color: #333;
    box-shadow: none; }
  .button--white.is-active {
    background-color: #cccccc;
    box-shadow: none; }

.button--black {
  background-color: #333;
  color: #fff;
  border-color: #333; }
  .button--black:focus {
    color: #fff;
    outline: 0; }
  .button--black:active {
    color: #fff;
    box-shadow: none; }
  .button--black.is-active {
    background-color: #666666;
    box-shadow: none; }

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

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

.button--ghost-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .button--ghost-white:focus {
    color: #fff;
    outline: 0; }
  .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: #333; }

.button--checkout {
  background-color: #333;
  color: #fff;
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  line-height: 16px;
  border-color: #333; }
  .button--checkout:focus {
    color: #fff;
    outline: 0; }
  .button--checkout:active {
    color: #fff;
    box-shadow: none; }
  .button--checkout.is-active {
    background-color: #666666;
    box-shadow: none; }

.button--checkout-disabled {
  background-color: #333;
  color: #fff;
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  line-height: 16px;
  border-color: #333;
  opacity: 0.5; }
  .button--checkout-disabled:focus {
    color: #fff;
    outline: 0; }
  .button--checkout-disabled:active {
    color: #fff;
    box-shadow: none; }
  .button--checkout-disabled.is-active {
    background-color: #666666;
    box-shadow: none; }

.collapsible {
  border-bottom: 1px solid #333; }
  .collapsible .collapsible-header {
    padding: 1.8rem 0;
    cursor: pointer; }
    .collapsible .collapsible-header .title {
      font-family: "AdineuePro-Black", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 16px;
      color: #333;
      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 {
        font-family: "adidasheadphones-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: "d";
        font-size: 24px;
        position: absolute;
        top: -3px;
        right: -5px; }
    .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 {
    font-family: "adidasheadphones-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: "g";
    font-size: 24px;
    position: absolute;
    top: -3px;
    right: -5px; }
  .collapsible.active .collapsible-content {
    height: auto; }

.form-group {
  position: relative;
  margin-bottom: 2rem; }
  .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: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333; }
  .form-group .form-control-help {
    font-family: "AdineuePro-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: -0.03rem;
    color: #333;
    opacity: 0.49;
    margin-left: 0.6rem; }
  .form-group .required-indicator::after {
    content: '*'; }
  .form-group .invalid-feedback {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #d0021b;
    margin-top: 0.9rem;
    margin-left: 1.6rem; }
    .form-group .invalid-feedback + .shipping-message {
      display: inline-block;
      padding-top: 0.5rem; }
      .form-group .invalid-feedback + .shipping-message.color-red {
        color: #d0021b; }
  .form-group > span {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 1.6rem; }
  .form-group .form-control-checkbox-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #333;
    padding-top: 0.1rem;
    padding-left: 3.2rem; }
  .form-group .form-control-radio-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #333;
    padding-left: 3.2rem; }
  .form-group .form-control-checkbox-description,
  .form-group .form-control-radio-description {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #333; }
  .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: center; }
  .form-group .form-group-multiple-button {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center; }
    .form-group .form-group-multiple-button .button {
      margin: 2rem 5rem 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: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  line-height: 1.42857; }

#manualAddress {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  font-size: 13px;
  letter-spacing: 0.05rem;
  color: #000;
  margin: 0.5rem 0 1.8rem 0;
  text-decoration: underline;
  cursor: pointer; }
  #manualAddress:hover {
    text-decoration: underline; }

#editAddress {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  display: none;
  font-size: 13px;
  letter-spacing: 0.05rem;
  color: #000;
  margin: 0.5rem 0 1.8rem 0;
  text-decoration: underline;
  cursor: pointer; }
  #editAddress:hover {
    text-decoration: underline; }

.address-suggestion_wrapper {
  font-family: "AdineuePro-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 1.8rem;
  line-height: 1.33333;
  width: 100%;
  background-color: transparent;
  color: #333;
  padding: 1.2rem 1.2rem;
  border: 1px solid #9a9b9b;
  border-radius: 0; }
  .address-suggestion_wrapper .address-suggestion {
    font-family: "AdineuePro-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    line-height: 1.33333;
    text-transform: uppercase;
    color: #616363; }
  .address-suggestion_wrapper.populated {
    margin-top: -4.2rem; }

.form-error-message {
  font-family: "AdihausDin-Medium", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #d0021b;
  margin-bottom: 1.8rem; }

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

@media screen and (min-width: 1200px) {
  .form-error-message {
    margin-bottom: 3rem; } }

[data-icon]::before {
  font-family: "adidasheadphones-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: "adidasheadphones-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-bluetooth::before {
  content: "m"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-zoom-tool::before {
  content: "k"; }

.icon-circle-minus::before {
  content: "l"; }

.icon-circle-plus::before {
  content: "n"; }

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 {
  background-color: transparent;
  color: #333;
  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; }
  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: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    padding: 1.2rem 1.6rem 1rem;
    border: 1px solid #9a9b9b;
    height: 4rem;
    border-radius: 0.1rem; }
  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"]::-webkit-input-placeholder, input[type="email"]::placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"]::placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="url"]::placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="color"]::placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="date"]::placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="month"]::placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="week"]::placeholder,
  textarea::-webkit-input-placeholder,
  textarea::placeholder,
  select::-webkit-input-placeholder,
  select::placeholder {
    text-transform: uppercase; }
  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;
    border-color: #9a9b9b;
    box-shadow: none; }
    input[type="email"]:active.is-invalid,
    .form-group.is-invalid input[type="email"]:active, input[type="email"]:focus.is-invalid,
    .form-group.is-invalid input[type="email"]:focus, input[type="email"].input--active.is-invalid,
    .form-group.is-invalid input[type="email"].input--active,
    input[type="number"]:active.is-invalid,
    .form-group.is-invalid
    input[type="number"]:active,
    input[type="number"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="number"]:focus,
    input[type="number"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="number"].input--active,
    input[type="password"]:active.is-invalid,
    .form-group.is-invalid
    input[type="password"]:active,
    input[type="password"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="password"]:focus,
    input[type="password"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="password"].input--active,
    input[type="search"]:active.is-invalid,
    .form-group.is-invalid
    input[type="search"]:active,
    input[type="search"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="search"]:focus,
    input[type="search"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="search"].input--active,
    input[type="tel"]:active.is-invalid,
    .form-group.is-invalid
    input[type="tel"]:active,
    input[type="tel"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="tel"]:focus,
    input[type="tel"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="tel"].input--active,
    input[type="text"]:active.is-invalid,
    .form-group.is-invalid
    input[type="text"]:active,
    input[type="text"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="text"]:focus,
    input[type="text"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="text"].input--active,
    input[type="url"]:active.is-invalid,
    .form-group.is-invalid
    input[type="url"]:active,
    input[type="url"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="url"]:focus,
    input[type="url"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="url"].input--active,
    input[type="color"]:active.is-invalid,
    .form-group.is-invalid
    input[type="color"]:active,
    input[type="color"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="color"]:focus,
    input[type="color"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="color"].input--active,
    input[type="date"]:active.is-invalid,
    .form-group.is-invalid
    input[type="date"]:active,
    input[type="date"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="date"]:focus,
    input[type="date"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="date"].input--active,
    input[type="datetime"]:active.is-invalid,
    .form-group.is-invalid
    input[type="datetime"]:active,
    input[type="datetime"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="datetime"]:focus,
    input[type="datetime"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="datetime"].input--active,
    input[type="datetime-local"]:active.is-invalid,
    .form-group.is-invalid
    input[type="datetime-local"]:active,
    input[type="datetime-local"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="datetime-local"]:focus,
    input[type="datetime-local"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="datetime-local"].input--active,
    input[type="month"]:active.is-invalid,
    .form-group.is-invalid
    input[type="month"]:active,
    input[type="month"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="month"]:focus,
    input[type="month"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="month"].input--active,
    input[type="time"]:active.is-invalid,
    .form-group.is-invalid
    input[type="time"]:active,
    input[type="time"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="time"]:focus,
    input[type="time"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="time"].input--active,
    input[type="week"]:active.is-invalid,
    .form-group.is-invalid
    input[type="week"]:active,
    input[type="week"]:focus.is-invalid,
    .form-group.is-invalid
    input[type="week"]:focus,
    input[type="week"].input--active.is-invalid,
    .form-group.is-invalid
    input[type="week"].input--active,
    textarea:active.is-invalid,
    .form-group.is-invalid
    textarea:active,
    textarea:focus.is-invalid,
    .form-group.is-invalid
    textarea:focus,
    textarea.input--active.is-invalid,
    .form-group.is-invalid
    textarea.input--active,
    select:active.is-invalid,
    .form-group.is-invalid
    select:active,
    select:focus.is-invalid,
    .form-group.is-invalid
    select:focus,
    select.input--active.is-invalid,
    .form-group.is-invalid
    select.input--active {
      border-color: #d0021b;
      box-shadow: none; }
    input[type="email"]:active.is-valid,
    .form-group.is-valid input[type="email"]:active, input[type="email"]:focus.is-valid,
    .form-group.is-valid input[type="email"]:focus, input[type="email"].input--active.is-valid,
    .form-group.is-valid input[type="email"].input--active,
    input[type="number"]:active.is-valid,
    .form-group.is-valid
    input[type="number"]:active,
    input[type="number"]:focus.is-valid,
    .form-group.is-valid
    input[type="number"]:focus,
    input[type="number"].input--active.is-valid,
    .form-group.is-valid
    input[type="number"].input--active,
    input[type="password"]:active.is-valid,
    .form-group.is-valid
    input[type="password"]:active,
    input[type="password"]:focus.is-valid,
    .form-group.is-valid
    input[type="password"]:focus,
    input[type="password"].input--active.is-valid,
    .form-group.is-valid
    input[type="password"].input--active,
    input[type="search"]:active.is-valid,
    .form-group.is-valid
    input[type="search"]:active,
    input[type="search"]:focus.is-valid,
    .form-group.is-valid
    input[type="search"]:focus,
    input[type="search"].input--active.is-valid,
    .form-group.is-valid
    input[type="search"].input--active,
    input[type="tel"]:active.is-valid,
    .form-group.is-valid
    input[type="tel"]:active,
    input[type="tel"]:focus.is-valid,
    .form-group.is-valid
    input[type="tel"]:focus,
    input[type="tel"].input--active.is-valid,
    .form-group.is-valid
    input[type="tel"].input--active,
    input[type="text"]:active.is-valid,
    .form-group.is-valid
    input[type="text"]:active,
    input[type="text"]:focus.is-valid,
    .form-group.is-valid
    input[type="text"]:focus,
    input[type="text"].input--active.is-valid,
    .form-group.is-valid
    input[type="text"].input--active,
    input[type="url"]:active.is-valid,
    .form-group.is-valid
    input[type="url"]:active,
    input[type="url"]:focus.is-valid,
    .form-group.is-valid
    input[type="url"]:focus,
    input[type="url"].input--active.is-valid,
    .form-group.is-valid
    input[type="url"].input--active,
    input[type="color"]:active.is-valid,
    .form-group.is-valid
    input[type="color"]:active,
    input[type="color"]:focus.is-valid,
    .form-group.is-valid
    input[type="color"]:focus,
    input[type="color"].input--active.is-valid,
    .form-group.is-valid
    input[type="color"].input--active,
    input[type="date"]:active.is-valid,
    .form-group.is-valid
    input[type="date"]:active,
    input[type="date"]:focus.is-valid,
    .form-group.is-valid
    input[type="date"]:focus,
    input[type="date"].input--active.is-valid,
    .form-group.is-valid
    input[type="date"].input--active,
    input[type="datetime"]:active.is-valid,
    .form-group.is-valid
    input[type="datetime"]:active,
    input[type="datetime"]:focus.is-valid,
    .form-group.is-valid
    input[type="datetime"]:focus,
    input[type="datetime"].input--active.is-valid,
    .form-group.is-valid
    input[type="datetime"].input--active,
    input[type="datetime-local"]:active.is-valid,
    .form-group.is-valid
    input[type="datetime-local"]:active,
    input[type="datetime-local"]:focus.is-valid,
    .form-group.is-valid
    input[type="datetime-local"]:focus,
    input[type="datetime-local"].input--active.is-valid,
    .form-group.is-valid
    input[type="datetime-local"].input--active,
    input[type="month"]:active.is-valid,
    .form-group.is-valid
    input[type="month"]:active,
    input[type="month"]:focus.is-valid,
    .form-group.is-valid
    input[type="month"]:focus,
    input[type="month"].input--active.is-valid,
    .form-group.is-valid
    input[type="month"].input--active,
    input[type="time"]:active.is-valid,
    .form-group.is-valid
    input[type="time"]:active,
    input[type="time"]:focus.is-valid,
    .form-group.is-valid
    input[type="time"]:focus,
    input[type="time"].input--active.is-valid,
    .form-group.is-valid
    input[type="time"].input--active,
    input[type="week"]:active.is-valid,
    .form-group.is-valid
    input[type="week"]:active,
    input[type="week"]:focus.is-valid,
    .form-group.is-valid
    input[type="week"]:focus,
    input[type="week"].input--active.is-valid,
    .form-group.is-valid
    input[type="week"].input--active,
    textarea:active.is-valid,
    .form-group.is-valid
    textarea:active,
    textarea:focus.is-valid,
    .form-group.is-valid
    textarea:focus,
    textarea.input--active.is-valid,
    .form-group.is-valid
    textarea.input--active,
    select:active.is-valid,
    .form-group.is-valid
    select:active,
    select:focus.is-valid,
    .form-group.is-valid
    select:focus,
    select.input--active.is-valid,
    .form-group.is-valid
    select.input--active {
      border-color: #5eaf00;
      box-shadow: none; }
  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 {
    color: #d0021b;
    border-color: #d0021b; }
    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: #5eaf00;
    border-color: #5eaf00; }
    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: 0.8rem 2rem 0.8rem 1.6rem; }
  select + i {
    position: absolute;
    top: 3rem;
    right: 0.8rem;
    font-size: 30px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    cursor: pointer; }
    input[type="checkbox"] + label::before {
      content: "";
      background-color: transparent;
      border: 1px solid #333;
      color: #333;
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      line-height: 2rem;
      text-align: center;
      vertical-align: middle;
      transition: background-color 0.2s ease;
      position: absolute;
      top: 0.3rem;
      left: 0; }
  input[type="checkbox"]:checked + label::before {
    font-family: "adidasheadphones-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: "h";
    font-size: 1.4rem;
    position: absolute;
    top: 0.3rem;
    right: 0; }
  input[type="checkbox"]:disabled + label {
    cursor: initial; }
    input[type="checkbox"]:disabled + label::before {
      opacity: 0.5; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    position: relative;
    display: block;
    cursor: pointer; }
    input[type="radio"] + label::before {
      content: "";
      background-color: transparent;
      border: 1px solid #000;
      border-radius: 100%;
      color: #000;
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      line-height: 1.6rem;
      text-align: center;
      vertical-align: middle;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0; }
    input[type="radio"] + label::after {
      content: "";
      background-color: #000;
      border: 1px solid #000;
      border-radius: 100%;
      color: #000;
      display: inline-block;
      width: 1rem;
      height: 1rem;
      line-height: 1.5rem;
      text-align: center;
      vertical-align: middle;
      box-sizing: border-box;
      opacity: 0;
      transition: opacity 0.2s ease;
      position: absolute;
      top: 0.3rem;
      left: 0.3rem; }
  input[type="radio"]:checked + label::after {
    opacity: 1; }
  input[type="radio"]:disabled + label {
    cursor: initial; }
    input[type="radio"]:disabled + label::before {
      opacity: 0.5; }

.sticky-header .page {
  padding-top: 4.9rem; }

.header-container {
  position: relative;
  z-index: 10; }
  .header-container .header {
    height: 4.9rem;
    width: 100%;
    background-color: #fff; }
    .header-container .header.has-message-banner {
      top: 7rem; }
    .state--cart .header-container .header {
      top: 0;
      position: fixed; }
      .state--cart .header-container .header.has-message-banner {
        height: 100vh; }
    .sticky-header .header-container .header {
      position: fixed;
      z-index: 100;
      top: 0; }
      .sticky-header .header-container .header .has-message-banner {
        top: 0; }
    .header-container .header .header__wrapper {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      padding: 0; }
      .header-container .header .header__wrapper .header__country-selector {
        cursor: pointer; }
      .header-container .header .header__wrapper .header__menu {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between; }
        .header-container .header .header__wrapper .header__menu i {
          font-size: 16px; }
        .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories {
          display: none; }
        .header-container .header .header__wrapper .header__menu .header__menu-center {
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
          .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo {
            width: 3.2rem;
            height: 2.2rem; }
            .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo a img {
              width: 100%;
              height: 100%;
              object-position: 50% 50%; }
        .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-end;
          align-items: center; }
          .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item {
            padding: 1.45rem 0.9rem; }
            .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item.hamburger-menu {
              margin-right: -0.9rem; }
    .header-container .header.header--no-links .header__wrapper .header__menu .header__menu-left {
      display: none; }
    .header-container .header.header--no-links .header__wrapper .header__menu .header__menu-right {
      display: none; }

@media screen and (min-width: 768px) {
  .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item.hamburger-menu {
    margin-right: -1rem; }
  .search-state-trigger {
    margin-left: 1.7rem; } }

@media screen and (min-width: 1200px) {
  .sticky-header .page {
    padding-top: 9.3rem; }
    .sticky-header .page.header--transparent {
      padding-top: 0; }
  .sticky-header .has-message-banner {
    top: 0 !important; }
  .header-container .header {
    height: 9.3rem; }
    .header-container .header .header__wrapper {
      flex-flow: row nowrap;
      padding: 3.65rem 0; }
      .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories {
        display: flex;
        flex-flow: row nowrap; }
        .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item {
          margin: 0 2.4rem 0 0; }
          .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item a {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 14px;
            line-height: 20px;
            padding: 0.2rem 0;
            color: #333;
            text-transform: uppercase;
            opacity: 1;
            transition: opacity 0.4s ease;
            position: relative; }
            .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item a::after {
              content: '';
              position: absolute;
              bottom: -2px;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #333;
              opacity: 0;
              transition: opacity 0.4s ease; }
            .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item a:hover {
              opacity: 0.7; }
              .header-container .header .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item a:hover::after {
                opacity: 0.7; }
      .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo {
        width: 6.4rem;
        height: 4.3rem; }
        .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo a img {
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden; }
        .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo .header-logo {
          display: block; }
        .header-container .header .header__wrapper .header__menu .header__menu-center .header__menu-logo .sticky-header-logo {
          display: none; }
      .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item {
        padding: 0;
        margin: 0 0 0 2.4rem;
        opacity: 1;
        transition: opacity 0.4s ease; }
        .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item:hover {
          opacity: 0.7; }
        .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item a {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          position: relative;
          padding: 0.2rem 0;
          color: #333;
          text-transform: uppercase; }
          .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
            opacity: 0;
            transition: opacity 0.4s ease; }
          .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item a:hover::after {
            opacity: 0.7; }
        .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item .header__country-selector {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          color: #333;
          text-transform: uppercase;
          position: relative; }
          .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item .header__country-selector::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
            opacity: 0;
            transition: opacity 0.4s ease; }
          .header-container .header .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item .header__country-selector:hover::after {
            opacity: 0.7; }
    .header--transparent .header-container .header {
      position: absolute;
      top: 0;
      background-color: transparent; }
    .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 .header__menu-left .header__menu-categories .category-item a {
      color: #fff; }
      .header-container .header.header--white .header__wrapper .header__menu .header__menu-left .header__menu-categories .category-item a::after {
        background-color: #fff; }
    .header-container .header.header--white .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item {
      color: #fff; }
      .header-container .header.header--white .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item a {
        color: #fff; }
        .header-container .header.header--white .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item a::after {
          background-color: #fff; }
      .header-container .header.header--white .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item .header__country-selector {
        color: #fff; }
        .header-container .header.header--white .header__wrapper .header__menu .header__menu-right .header__menu-icons .header__menu-icons__item .header__country-selector::after {
          background-color: #fff; }
    .sticky-header .header-container .header {
      position: fixed;
      height: 6.4rem;
      z-index: 100;
      padding: 0;
      animation: slide-in 0.3s ease-out;
      background-color: #fff; }
      .sticky-header .header-container .header .header-container .header {
        animation: slide-in 0.3s ease-out; }
      .sticky-header .header-container .header .header__wrapper {
        padding: 2.2rem 0; }
        .sticky-header .header-container .header .header__wrapper .header__menu-center .header__menu-logo {
          width: 4.8rem;
          height: 3.2rem; }
          .sticky-header .header-container .header .header__wrapper .header__menu-center .header__menu-logo .header-logo {
            display: none; }
          .sticky-header .header-container .header .header__wrapper .header__menu-center .header__menu-logo .sticky-header-logo {
            display: block; }
    .sticky-header-disappear .header-container .header {
      -webkit-transform: translate(0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transform: translate(0, 0);
      -moz-transition: -moz-transform 0.3s ease;
      transform: translate(0, 0);
      transition: -webkit-transform 0.3s ease; }
  @keyframes slide-in {
    from {
      transform: translate3d(0, -100%, 0); }
    to {
      transform: none; } } }

#menu-state-container {
  opacity: 0;
  pointer-events: none;
  height: calc(100vh - 4.9rem);
  position: relative; }
  .state--menu #menu-state-container {
    opacity: 1;
    pointer-events: auto;
    background-color: #fff; }

.menu-state__category-list {
  margin: 0 auto;
  padding-top: 1.7rem; }
  .menu-state__category-list .category-item {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1.3px solid #c9c9c9;
    color: #000;
    text-transform: uppercase; }
    .menu-state__category-list .category-item a {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      padding: 1.8rem 0;
      display: inline-block;
      width: 100%;
      color: #000;
      text-transform: uppercase; }
    .menu-state__category-list .category-item:last-child {
      border-bottom: 0; }

.menu-state__country-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 0;
  width: 100%; }
  .menu-state__country-selector .menu-state__country-selector__country-code {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    display: inline;
    margin-right: 0.8rem;
    text-transform: uppercase; }

.search-state-trigger {
  cursor: pointer;
  padding: 1.45rem 1.5rem;
  margin-left: -1.5rem; }

.search-state-close {
  position: absolute;
  top: 0.3rem;
  right: 1.5rem; }
  .search-state-close i {
    font-size: 1.6rem;
    color: #000; }

#search-state-container {
  display: none;
  position: absolute;
  top: 4.9rem;
  width: 100%;
  height: fit-content;
  transition: left 0.5s ease;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px; }
  .state--search #search-state-container {
    display: block;
    pointer-events: auto; }

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

.header-search .search-form .search-field {
  font-family: "AdihausDin-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  height: 5.4rem;
  padding: 0 1.5rem 0 1.5rem;
  border: none;
  color: #363738; }

.header-search .suggestions {
  border-top: 1px #f2f2f2 solid;
  margin: 0 1.5rem 3rem 1.5rem; }
  .header-search .suggestions .suggestions__products-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 1.8rem; }
  .header-search .suggestions .suggestions__products {
    margin-top: 0.8rem; }
    .header-search .suggestions .suggestions__products a {
      color: #363738; }
  .header-search .suggestions .suggestions__categories-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 1.4rem; }
  .header-search .suggestions .suggestions__categories {
    margin-top: 1.3rem; }
    .header-search .suggestions .suggestions__categories a {
      color: #363738; }
  .header-search .suggestions a {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    display: block; }

@media screen and (min-width: 1200px) {
  .search-state-close {
    right: 1.8rem; }
  #search-state-container {
    width: 54rem;
    margin: 0 auto;
    top: 15.6rem; }
    .state--search #search-state-container {
      position: fixed; }
  .header-search .search-icon {
    display: block;
    position: absolute;
    top: 1.6rem;
    left: 1.8rem; }
    .header-search .search-icon i {
      font-size: 2rem; }
  .header-search .search-form .search-field {
    padding: 0 5.4rem 0 5.4rem; }
  .header-search .suggestions {
    margin: 0 5.4rem 3rem 5.4rem; } }

.product-tile {
  margin: 4rem 0 0 0;
  text-align: left; }
  .product-tile .product-tile__image_container {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%; }
    .product-tile .product-tile__image_container .product-tile__ribbon {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      width: 5.5rem;
      height: 5.5rem;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      background-color: #fafafa;
      border-radius: 50%;
      z-index: 2; }
      .product-tile .product-tile__image_container .product-tile__ribbon .callout {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        line-height: 12px;
        letter-spacing: 0.12px;
        text-transform: uppercase;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
    .product-tile .product-tile__image_container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      position: absolute;
      z-index: 1; }
      .product-tile .product-tile__image_container img.image-life-style {
        opacity: 0; }
      .product-tile .product-tile__image_container img.image-product {
        opacity: 1;
        transition: opacity 0.2s ease-in 0s; }
    .product-tile .product-tile__image_container:hover .image-life-style {
      opacity: 1;
      transition: opacity 0.2s ease-in 0s; }
    .product-tile .product-tile__image_container:hover .image-life-style + .image-product {
      opacity: 0; }
  .product-tile .product-tile__details {
    margin-top: 1.5rem; }
    .product-tile .product-tile__details .product-tile__link {
      text-decoration: none; }
    .product-tile .product-tile__details .product-tile__details-pre-header {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px;
      line-height: 20px;
      color: #616363;
      letter-spacing: normal;
      display: none; }
    .product-tile .product-tile__details .product-tile__details-name {
      margin-top: 0.6rem; }
      .product-tile .product-tile__details .product-tile__details-name a {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none; }
    .product-tile .product-tile__details .product-tile__details-price {
      margin-top: 0.6rem; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__range {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range .discounted-value {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__range .discounted-value.currency {
            font-family: "AdihausDin-Regular", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 14px;
            line-height: 20px; }
      .product-tile .product-tile__details .product-tile__details-price .product-price__default {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        flex-flow: row nowrap;
        color: #363738; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-adjusted {
          margin-right: 0.75rem; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default .price-non-adjusted {
          margin-left: 0.75rem; }
    .product-tile .product-tile__details .product-tile__details-colors {
      font-family: "AdineuePro-Light", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      margin-top: 1.5rem; }
      .product-tile .product-tile__details .product-tile__details-colors .product-attribute__color .swatch-circle {
        display: inline-block;
        position: relative;
        border-radius: 50%;
        width: 2.2rem;
        height: 2.2rem;
        text-align: center;
        margin: 0 0.9rem 0 0; }
        .product-tile .product-tile__details .product-tile__details-colors .product-attribute__color .swatch-circle.light {
          border: 1px solid #616363; }
          .product-tile .product-tile__details .product-tile__details-colors .product-attribute__color .swatch-circle.light.color-value.unselectable .icon-cross-icon::before {
            font-size: 2.35rem;
            left: 0.23rem;
            bottom: 0.26rem; }

@media screen and (min-width: 768px) {
  .product-tile {
    width: 50%;
    padding: 0 1.5rem; }
    .product-tile .product-tile__details {
      margin-top: 3rem; }
      .product-tile .product-tile__details .product-tile__details-pre-header {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px; }
      .product-tile .product-tile__details .product-tile__details-name {
        margin-top: 1rem; }
        .product-tile .product-tile__details .product-tile__details-name a {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 18px;
          line-height: 24px; }
      .product-tile .product-tile__details .product-tile__details-price {
        margin-top: 0.8rem; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__default {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 16px;
          line-height: 24px; }
        .product-tile .product-tile__details .product-tile__details-price .product-price__range {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 16px;
          line-height: 24px; }
          .product-tile .product-tile__details .product-tile__details-price .product-price__range .discounted-value {
            font-family: "AdihausDin-Regular", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 16px;
            line-height: 24px; }
            .product-tile .product-tile__details .product-tile__details-price .product-price__range .discounted-value.currency {
              font-family: "AdihausDin-Regular", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 16px;
              line-height: 24px; }
      .product-tile .product-tile__details .product-tile__details-colors {
        margin-top: 1.9rem; } }

@media screen and (min-width: 1200px) {
  .product-tile {
    margin-top: 4.2rem; }
    .product-tile .product-tile__image_container .product-tile__ribbon {
      top: 2.2rem;
      right: 2.2rem;
      width: 6.5rem;
      height: 6.5rem; }
      .product-tile .product-tile__image_container .product-tile__ribbon .callout {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 16px;
        line-height: 14px;
        letter-spacing: 0.1px;
        text-transform: uppercase; } }

.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: 29rem;
        max-height: 29rem; }
    .product-features .product-feature .product-feature__title {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.8rem;
      line-height: 1.33333;
      margin-top: 1.8rem;
      text-align: center; }
    .product-features .product-feature .product-feature__description {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.4rem;
      line-height: 1.42857;
      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: "AdineuePro-Black", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-top: 1.8rem; }
    .product-connectivities .product-connectivity .product-connectivity-description {
      font-family: "AdineuePro-Light", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.4rem;
      line-height: 1.42857;
      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-features .product-feature .product-feature__image img {
        max-width: 21rem;
        max-height: 21rem; }
      .product-features .product-feature .product-feature__title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 2.1rem;
        line-height: 1.14286;
        margin-top: 2.4rem; }
  .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: 1200px) {
  .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__image img {
        max-width: 28.5rem;
        max-height: 28.5rem; }
      .product-features .product-feature .product-feature__title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.8rem;
        line-height: 1.33333;
        text-align: left; }
      .product-features .product-feature .product-feature__description {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        text-align: left; }
  .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: "AdineuePro-Black", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 2.1rem;
        line-height: 1.14286;
        margin-top: 2.7rem; }
      .product-connectivities .product-connectivity .product-connectivity-description {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.8rem;
        line-height: 1.33333; } }

.widget-newsletter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.25);
  height: 100%; }
  .widget-newsletter-wrapper .after-submit {
    display: none; }
  .widget-newsletter-wrapper .before-submit {
    display: block; }
  .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: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #d0021b;
    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: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .close-widget {
      position: absolute;
      top: 2rem;
      right: 2rem;
      color: #000;
      z-index: 5;
      cursor: pointer;
      font-family: "AdineuePro-Light", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.4rem;
      line-height: 1.42857; }
    .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: #000;
      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: #000;
        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 {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          flex-grow: 5;
          border: 1px solid #000;
          background-color: #fff;
          max-width: 26.5rem;
          padding: 1.5rem;
          margin-right: 1rem;
          height: 4.5rem;
          text-transform: none;
          color: #9a9b9b; }
          .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 {
            /* 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 {
            /* Mozilla Firefox 4 to 18 */
            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 {
            /* Mozilla Firefox 19+ */
            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:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            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-button {
          width: 4.5rem;
          max-width: 4.5rem;
          font-size: 4rem;
          line-height: 1;
          color: #000;
          border: solid 1px #000;
          height: 4.5rem;
          padding: 0;
          text-transform: none;
          flex-grow: 1;
          background: transparent; }
          .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 .icon {
            float: none;
            font-style: normal; }
          .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 {
            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 .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 {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 30px;
          line-height: 20px;
          flex: 0 0 4rem;
          background-color: #fff;
          color: #000;
          border: solid 1px #000;
          height: 4.5rem;
          padding: 0;
          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 .contact-us-popup-button i,
          .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 i {
            float: none;
            font-style: normal; }
          .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-title {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2.2rem;
        letter-spacing: 0.108rem;
        text-align: center;
        text-transform: uppercase; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-title i {
          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: "AdihausDin-Bold", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 18px;
          line-height: 24px; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-bottom: 3rem;
        line-height: 1.25;
        letter-spacing: 0.04rem;
        display: none;
        color: #363738; }
        .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: "AdineuePro-Light", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 1.4rem;
          line-height: 1.42857;
          color: #363738; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        margin-top: 3.5rem;
        color: #9a9b9b;
        text-align: center;
        line-height: 1.6;
        text-transform: uppercase; }
        .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: inherit;
          font-style: inherit;
          font-weight: inherit;
          letter-spacing: inherit;
          text-transform: inherit;
          color: #9a9b9b; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-bottom: 3rem;
        line-height: 1.25;
        letter-spacing: 0.04rem;
        display: none;
        color: #363738; }
        .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-size: inherit;
          text-transform: inherit;
          color: #363738; }
      .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 {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        background-color: #fff;
        color: #333;
        border: solid 1px #333;
        height: 4.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin: 2rem auto 0 auto;
        text-transform: uppercase; }

.hero-widget .widget-description {
  padding: 4rem 1.5rem; }

.widget-image-banner.widget-image-banner-hero .widget-description__text {
  font-family: "AdihausDin-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1.5rem; }
  .widget-image-banner.widget-image-banner-hero .widget-description__text a,
  .widget-image-banner.widget-image-banner-hero .widget-description__text p {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px; }

.widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper picture, .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper picture, .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper picture {
  height: calc(100vh - 5.4rem); }

.widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper img, .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper img, .widget-image-banner.widget-60-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, .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper, .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
  position: relative;
  height: calc(100vh - 5.4rem);
  overflow: hidden; }
  .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .widget-image-banner.widget-60-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(100vh - 5.4rem) * 1.777);
    min-width: 100vw;
    height: 100%;
    min-height: calc(100vw * 0.56);
    padding: 0;
    overflow: hidden; }
    .plp-slot .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .plp-slot .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .plp-slot .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: 80vh;
      height: 100%;
      min-width: 100%;
      min-height: 125vw;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container iframe, .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container iframe, .widget-image-banner.widget-60-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 .widget-video-wrapper {
  height: calc(80vh - 5.4rem); }
  .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
    width: calc(calc(80vh - 5.4rem) * 1.777);
    min-height: calc(80vw * 0.56); }
    .plp-slot .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: 64vh; }

.widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper picture {
  height: calc(60vh - 5.4rem); }

.widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper {
  height: calc(60vh - 5.4rem); }
  .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
    width: calc(calc(60vh - 5.4rem) * 1.777);
    min-height: calc(60vw * 0.56); }
    .plp-slot .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: 48vh; }

.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-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 {
    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-hero__countdown-wrapper {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1; }

.widget-hero__countdown-headline {
  font-family: "AdineuePro-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 2.4rem;
  line-height: 0.875;
  color: #fff;
  text-transform: uppercase; }

.widget-hero__countdown-timer {
  font-family: "AdineuePro-Bold", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 6.2rem;
  line-height: 1.14516;
  display: flex;
  justify-content: center;
  color: #fff; }

.countdown-wrapper {
  display: flex;
  flex-direction: column; }

.countdown-item-time span {
  margin-right: 15px;
  margin-left: 15px; }

.countdown-item-text {
  font-family: "AdineuePro-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  line-height: 1.42857;
  text-transform: uppercase; }
  .countdown-item-text.days {
    margin-left: -30px; }
  .countdown-item-text.hours {
    margin-left: -60px; }

.campaign-page .widget-hero__countdown-wrapper {
  top: 50%; }

.campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget + .multi-column-widget {
  margin-top: 0;
  margin-bottom: 2rem; }

.campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images .widget-several-images__images {
  padding: 0; }

.campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images .widget-several-images__image {
  margin: 0; }

.campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images picture::before {
  padding-bottom: 56%; }

.campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images .widget-description {
  padding: 2rem 1.5rem; }

.widget-several-images .widget-description {
  padding: 2rem; }
  .widget-several-images .widget-description .widget-description__inner {
    width: 100%;
    padding: 0; }
  .widget-several-images .widget-description.above {
    padding: 0 2rem 3rem; }

.widget-several-images .widget-several-images__images {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .widget-several-images .widget-several-images__images .widget-several-images__image {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative; }
    .widget-several-images .widget-several-images__images .widget-several-images__image picture {
      position: relative; }
      .widget-several-images .widget-several-images__images .widget-several-images__image picture::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .widget-several-images .widget-several-images__images .widget-several-images__image picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .widget-several-images .widget-several-images__images .widget-description__text {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px; }
    .widget-several-images .widget-several-images__images .widget-description__text a,
    .widget-several-images .widget-several-images__images .widget-description__text p {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
  .widget-several-images .widget-several-images__images.owl-carousel {
    overflow: hidden;
    max-width: 100%; }
    .widget-several-images .widget-several-images__images.owl-carousel .owl-dots {
      text-align: center;
      width: 100%;
      margin-bottom: 1rem; }
      .widget-several-images .widget-several-images__images.owl-carousel .owl-dots .owl-dot span {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        background-color: #cdcdcd;
        border-radius: 50%;
        margin: 0 0.4rem; }
      .widget-several-images .widget-several-images__images.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #333; }

.widget-several-images.widget-several-images__one-column .widget-several-images__images .widget-several-images__image {
  margin-bottom: 0; }

.widget-single-column {
  padding: 1.8rem 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%; }
  .widget-single-column .widget-image-banner__image-wrapper .widget-description {
    pointer-events: unset; }

.widget-three-columns-product {
  padding: 3rem 0; }
  .widget-three-columns-product .widget-three-columns-product-banner {
    display: block; }
    .widget-three-columns-product .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 {
      width: 100%; }
  .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-title {
    font-family: "AdineuePro-Black", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 2.6rem;
    line-height: 1.23077;
    padding-bottom: 1.8rem; }
  .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-text {
    font-family: "AdineuePro-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding-bottom: 1.5rem; }
  .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-button {
    font-family: "AdineuePro-Black", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding-bottom: 1.5rem; }
    .widget-three-columns-product .widget-three-columns-product-description .widget-three-columns-product-description-button a {
      text-decoration: none; }
  .widget-three-columns-product .widget-three-columns-product-columns {
    margin-bottom: 6.9rem; }
    .widget-three-columns-product .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 {
        width: 100%; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-name {
        margin-top: 1rem; }
        .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-name a {
          font-family: "AdineuePro-Bold", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 1.6rem;
          line-height: 1.5; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-price {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin-top: 0.6rem; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__details .product-tile__details-colors {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        height: 1.4rem;
        margin-top: 0.3rem; }
      .widget-three-columns-product .widget-three-columns-product-columns .widget-three-columns-product-column .product-tile__buy-button {
        margin-top: 1.8rem; }

.widget__carousel {
  padding: 1.5rem 0; }
  .widget__carousel .owl-theme .owl-dots {
    width: 100%;
    bottom: 1rem;
    position: absolute; }
    .widget__carousel .owl-theme .owl-dots .owl-dot span {
      width: 0.6rem;
      height: 0.6rem;
      background: #9a9b9b;
      margin: 0.5rem 0.3rem; }
    .widget__carousel .owl-theme .owl-dots .owl-dot.active span {
      background: #333; }
  .widget__carousel .owl-theme .owl-nav {
    display: none;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
    .widget__carousel .owl-theme .owl-nav button.owl-prev {
      left: 0;
      position: absolute; }
      .widget__carousel .owl-theme .owl-nav button.owl-prev i {
        font-size: 1.6rem;
        display: block;
        transform: rotate(90deg); }
    .widget__carousel .owl-theme .owl-nav button.owl-next {
      position: absolute;
      right: 0; }
      .widget__carousel .owl-theme .owl-nav button.owl-next i {
        font-size: 1.6rem;
        display: block;
        transform: rotate(-90deg); }
    .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%); }

.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; }
  .video-widget .widget-video .widget-video__inner {
    position: relative;
    display: flex;
    flex-direction: column; }
    .video-widget .widget-video .widget-video__inner .widget-video__wrapper {
      z-index: 0; }
  .video-widget .widget-video .widget-description.above, .video-widget .widget-video .widget-description.below {
    padding: 4rem 2rem 3rem; }

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

.full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner.full-width-padding {
  padding-top: 0; }

.full-image-widget .wrapper:not(.wrapper-full) .widget-description.above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.below {
  padding: 4rem 2rem 3rem; }

.full-image-widget .widget-description {
  padding: 4rem 1.5rem; }
  .full-image-widget .widget-description.no-image {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 100%; }
  .full-image-widget .widget-description.above, .full-image-widget .widget-description.below {
    padding: 3rem 2rem 4rem; }

.yotpo-pictures-gallery-widget .wrapper:not(.wrapper-full) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.yotpo-pictures-gallery-widget .widget-description {
  position: relative;
  flex-flow: column;
  pointer-events: unset; }
  .yotpo-pictures-gallery-widget .widget-description .widget-description__header {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center; }
    .yotpo-pictures-gallery-widget .widget-description .widget-description__header.h1 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px; }
    .yotpo-pictures-gallery-widget .widget-description .widget-description__header.h2 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px; }
    .yotpo-pictures-gallery-widget .widget-description .widget-description__header.h3 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px; }
    .yotpo-pictures-gallery-widget .widget-description .widget-description__header.h4 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
    .yotpo-pictures-gallery-widget .widget-description .widget-description__header.h5 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 16px; }
  .yotpo-pictures-gallery-widget .widget-description .widget-description__mini-header {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1.5rem;
    color: #363738;
    letter-spacing: 0;
    text-align: center; }

.yotpo-pictures-gallery-widget .yotpo.yotpo-pictures-widget {
  margin-top: 0;
  margin-bottom: 0; }

.widget-content-features {
  padding-top: 3.8rem;
  padding-bottom: 3.2rem; }
  .widget-content-features .widget-content-features__header {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1.08px;
    line-height: 1.33;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2.3rem; }
  .widget-content-features .widget-content-features__features {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .widget-content-features .widget-content-features__features .owl-stage-outer {
      width: 100%; }
    .widget-content-features .widget-content-features__features .owl-dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .widget-content-features .widget-content-features__features .owl-dots .owl-dot {
        height: auto; }
        .widget-content-features .widget-content-features__features .owl-dots .owl-dot span {
          width: 0.7rem;
          height: 0.7rem; }
        .widget-content-features .widget-content-features__features .owl-dots .owl-dot.active span {
          background: #333; }
    .widget-content-features .widget-content-features__features .widget-content-features__feature {
      width: 100%;
      position: relative; }
      .widget-content-features .widget-content-features__features .widget-content-features__feature picture {
        position: relative; }
        .widget-content-features .widget-content-features__features .widget-content-features__feature picture::before {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .widget-content-features .widget-content-features__features .widget-content-features__feature picture img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description {
        position: relative; }
        .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner {
          max-width: 100%;
          text-align: center; }
          .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header {
            font-family: "AdineuePro-Bold", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 26px;
            line-height: 32px;
            margin-top: 4.9rem;
            text-transform: uppercase;
            letter-spacing: 0.03em; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header.h1 {
              font-family: "AdineuePro-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 26px;
              line-height: 32px; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header.h2 {
              font-family: "AdineuePro-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 18px;
              line-height: 24px; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header.h3 {
              font-family: "AdihausDin-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 18px;
              line-height: 24px; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header.h4 {
              font-family: "AdihausDin-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 14px;
              line-height: 20px; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header.h5 {
              font-family: "AdihausDin-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 12px;
              line-height: 16px; }
          .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__text {
            font-family: "AdihausDin-Regular", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 14px;
            line-height: 20px;
            margin-top: 1.6rem;
            letter-spacing: 0; }
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__text a,
            .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__text p {
              font-family: "AdihausDin-Regular", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 14px;
              line-height: 20px; }

.widget-description {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  order: 0;
  z-index: 1;
  pointer-events: none; }
  .widget-description .widget-description__inner {
    flex: 1 1 100%;
    pointer-events: auto; }
  .widget-description.above {
    position: relative; }
  .widget-description.below {
    position: relative;
    order: 2; }
  .widget-description.center {
    align-items: center; }
  .widget-description.bottom {
    align-items: flex-end; }
  .widget-description .widget-description__mini-header {
    font-family: "AdihausDin-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px; }
  .widget-description .widget-description__header {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.03em;
    margin: 0;
    text-transform: uppercase;
    color: #333; }
    .widget-description .widget-description__header.h1 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px; }
    .widget-description .widget-description__header.h2 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px; }
    .widget-description .widget-description__header.h3 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px; }
    .widget-description .widget-description__header.h4 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
    .widget-description .widget-description__header.h5 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 16px; }
  .widget-description .widget-description__text {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 1.5rem;
    margin-bottom: 3rem; }
    .widget-description .widget-description__text a,
    .widget-description .widget-description__text p {
      letter-spacing: 0;
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
  .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: "AdineuePro-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 16px;
    color: #616363; }

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

.full-image-widget + .full-image-widget .widget-image-banner {
  padding-top: 0; }

.multi-column-widget + .full-image-widget .widget-image-banner {
  margin-top: 0; }

.full-image-widget + .multi-column-widget .widget-several-images {
  padding-top: 0; }

.video-widget + .multi-column-widget .widget-several-images__images,
.single-column-widget + .multi-column-widget .widget-several-images__images,
.widget-three-columns-product + .multi-column-widget .widget-several-images__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; }

.campaign-sticky-bar__wrapper {
  display: flex;
  min-height: 6.4rem;
  opacity: 0;
  font-family: "AdihausDin-Medium", sans-serif;
  font-weight: 400;
  top: 0;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.58, 0.305, 0.17, 1), opacity 0.4s cubic-bezier(0.58, 0.305, 0.17, 1);
  z-index: 202; }
  .campaign-sticky-bar__wrapper.is-sticky {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .campaign-sticky-bar__wrapper .add-to-cart,
  .campaign-sticky-bar__wrapper .newsletter-popup {
    background: transparent; }
  .campaign-sticky-bar__wrapper.black {
    background: #000;
    color: #fff; }
    .campaign-sticky-bar__wrapper.black .price-sales {
      color: #fff; }
    .campaign-sticky-bar__wrapper.black .add-to-cart,
    .campaign-sticky-bar__wrapper.black button {
      border-color: #fff;
      color: #fff; }
      .campaign-sticky-bar__wrapper.black .add-to-cart:hover,
      .campaign-sticky-bar__wrapper.black button:hover {
        color: #000;
        border-color: #fff; }
  .campaign-sticky-bar__wrapper.white {
    background: #fff;
    color: #000; }
    .campaign-sticky-bar__wrapper.white .price-sales {
      color: #000; }
    .campaign-sticky-bar__wrapper.white .add-to-cart,
    .campaign-sticky-bar__wrapper.white .newsletter-popup,
    .campaign-sticky-bar__wrapper.white button {
      border-color: #000;
      color: #000; }
      .campaign-sticky-bar__wrapper.white .add-to-cart:hover,
      .campaign-sticky-bar__wrapper.white .newsletter-popup:hover,
      .campaign-sticky-bar__wrapper.white button:hover {
        color: #fff;
        background: #000; }

.campaign-sticky-bar--left, .campaign-sticky-bar--right {
  align-self: center;
  font-size: 1.4rem;
  text-transform: uppercase; }

.campaign-sticky-bar--right {
  display: flex;
  align-items: center; }

.campaign-sticky-bar__price, .campaign-sticky-bar__color {
  margin-right: 6rem; }

.campaign-sticky-bar__inner {
  display: flex;
  max-width: 1110px;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .campaign-sticky-bar__wrapper {
    min-height: 5.4rem; }
  .campaign-sticky-bar--left, .campaign-sticky-bar__price, .campaign-sticky-bar__color {
    display: none; }
  .campaign-sticky-bar__inner {
    justify-content: center; } }

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .campaign-sticky-bar__inner {
    width: calc(100% - 9rem); } }

.state--cart .campaign-sticky-bar__wrapper.is-sticky {
  opacity: 0; }

@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-widget .widget-video .widget-description {
    padding: 4rem; }
    .video-widget .widget-video .widget-description.medium-left-above, .video-widget .widget-video .widget-description.medium-center-above, .video-widget .widget-video .widget-description.medium-right-above, .video-widget .widget-video .widget-description.medium-left-below, .video-widget .widget-video .widget-description.medium-center-below, .video-widget .widget-video .widget-description.medium-right-below {
      padding: 6rem 4rem; }
      .video-widget .widget-video .widget-description.medium-left-above .widget-description__inner, .video-widget .widget-video .widget-description.medium-center-above .widget-description__inner, .video-widget .widget-video .widget-description.medium-right-above .widget-description__inner, .video-widget .widget-video .widget-description.medium-left-below .widget-description__inner, .video-widget .widget-video .widget-description.medium-center-below .widget-description__inner, .video-widget .widget-video .widget-description.medium-right-below .widget-description__inner {
        padding-top: 0;
        padding-bottom: 0; }
  .widget-newsletter-wrapper .invalid-feedback {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase; }
  .widget-newsletter-wrapper .widget-newsletter-wrapper-box {
    width: 68rem; }
    .widget-newsletter-wrapper .widget-newsletter-wrapper-box .close-widget {
      top: 3rem;
      right: 3rem;
      font-size: 1.8rem; }
    .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-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-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: 0;
          flex: 0 0 4.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-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-title {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 2.2rem;
        line-height: 1.23;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.108rem;
        color: #333; }
        .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: "AdihausDin-Bold", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 26px;
          line-height: 32px;
          color: #333; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle {
        margin-bottom: 3rem;
        display: block;
        letter-spacing: -0.035rem;
        font-family: "AdihausDin-Regular", sans-serif; }
        .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: "AdihausDin-Regular", sans-serif; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-subtitle.before-submit {
          display: none; }
        .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-description {
        margin-top: 3rem;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.05rem; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-wrapper-box-form-description-after {
        margin-bottom: 3rem;
        max-width: 32rem;
        letter-spacing: -0.035rem;
        font-family: "AdihausDin-Regular", sans-serif; }
        .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: "AdihausDin-Regular", sans-serif; }
      .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom {
        text-align: left; }
        .widget-newsletter-wrapper .widget-newsletter-wrapper-box .widget-newsletter-wrapper-box-form .widget-newsletter-bottom .widget-newsletter-continue {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase; }
  .hero-widget .widget-description {
    padding: 4.5rem 0; }
  .full-image-widget .widget-description {
    padding: 2.7rem 3rem; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner.full-width-padding {
    padding-top: 0; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-description {
    padding: 4rem; }
    .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-left-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-center-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-right-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-left-below, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-center-below, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-right-below {
      padding: 6rem 4rem; }
      .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-left-above .widget-description__inner, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-center-above .widget-description__inner, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-right-above .widget-description__inner, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-left-below .widget-description__inner, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-center-below .widget-description__inner, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.medium-right-below .widget-description__inner {
        padding-top: 0;
        padding-bottom: 0; }
  .full-image-widget .wrapper-full .widget-description {
    padding: 4.5rem 0; }
    .full-image-widget .wrapper-full .widget-description.medium-left-above, .full-image-widget .wrapper-full .widget-description.medium-center-above, .full-image-widget .wrapper-full .widget-description.medium-right-above, .full-image-widget .wrapper-full .widget-description.medium-left-below, .full-image-widget .wrapper-full .widget-description.medium-center-below, .full-image-widget .wrapper-full .widget-description.medium-right-below {
      padding: 6rem 0; }
      .full-image-widget .wrapper-full .widget-description.medium-left-above .widget-description__inner, .full-image-widget .wrapper-full .widget-description.medium-center-above .widget-description__inner, .full-image-widget .wrapper-full .widget-description.medium-right-above .widget-description__inner, .full-image-widget .wrapper-full .widget-description.medium-left-below .widget-description__inner, .full-image-widget .wrapper-full .widget-description.medium-center-below .widget-description__inner, .full-image-widget .wrapper-full .widget-description.medium-right-below .widget-description__inner {
        padding-top: 0;
        padding-bottom: 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%; }
  .yotpo-pictures-gallery-widget .wrapper:not(.wrapper-full) {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem; }
  .yotpo-pictures-gallery-widget .wrapper-full .widget-description {
    width: 100%;
    left: 0;
    transform: unset; }
  .widget-single-column {
    padding: 3rem 1.5rem;
    width: 100%; }
  .widget-several-images {
    padding: 4.5rem 0;
    width: 100%; }
    .widget-several-images .widget-description {
      padding: 3rem 2rem; }
      .widget-several-images .widget-description .widget-description__inner {
        width: 100%;
        max-width: 100%; }
      .widget-several-images .widget-description.medium-left-above, .widget-several-images .widget-description.medium-center-above, .widget-several-images .widget-description.medium-right-above {
        padding-top: 0; }
      .widget-several-images .widget-description.medium-left-below, .widget-several-images .widget-description.medium-center-below, .widget-several-images .widget-description.medium-right-below {
        padding-bottom: 0; }
      .widget-several-images .widget-description.medium-left-above .widget-description__inner, .widget-several-images .widget-description.medium-center-above .widget-description__inner, .widget-several-images .widget-description.medium-right-above .widget-description__inner, .widget-several-images .widget-description.medium-left-below .widget-description__inner, .widget-several-images .widget-description.medium-center-below .widget-description__inner, .widget-several-images .widget-description.medium-right-below .widget-description__inner {
        padding-top: 0;
        padding-bottom: 0; }
    .widget-several-images .widget-several-images__images {
      flex-flow: row nowrap;
      margin: 0 -1.5rem; }
      .widget-several-images .widget-several-images__images .widget-several-images__image {
        margin: 0 1.5rem; }
      .widget-several-images .widget-several-images__images.owl-carousel {
        max-width: initial; }
    .widget-several-images.widget-several-images__one-column .widget-several-images__images .widget-several-images__image {
      margin: 0 1.5rem; }
    .widget-several-images.widget-several-images__four-column {
      padding: 0 0 5rem 0; }
      .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image {
        flex: 1 1 25%;
        max-width: 27.5rem; }
        .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description {
          width: 100%; }
  .widget-content-features {
    padding-bottom: 13.2rem;
    padding-top: 10.5rem; }
    .widget-content-features .widget-content-features__header {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 6.7rem;
      letter-spacing: 1.08px;
      text-transform: uppercase; }
    .widget-content-features .widget-content-features__features {
      flex-flow: row;
      margin-left: -2rem;
      margin-right: -2rem; }
      .widget-content-features .widget-content-features__features .widget-content-features__feature {
        width: 33.3%;
        padding: 0 4rem; }
        .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner {
          text-align: left; }
          .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__header {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 18px;
            line-height: 24px;
            text-transform: uppercase;
            margin-top: 3.5rem; }
          .widget-content-features .widget-content-features__features .widget-content-features__feature .widget-description .widget-description__inner .widget-description__text {
            margin-top: 1.3rem;
            margin-bottom: 0; }
  .widget-three-columns-product {
    padding: 3rem 0; }
    .widget-three-columns-product .widget-description {
      max-width: 74rem;
      margin: 0 auto; }
    .widget-three-columns-product .widget-three-columns-product-columns {
      width: 73.8rem;
      display: flex;
      flex-wrap: wrap; }
      .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__carousel {
    padding: 3rem 0; }
  .wrapper-full .widget-description {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 9rem); }
  .widget-description .widget-description__inner {
    max-width: calc(50% - 2.25rem); }
  .widget-description.medium-left-top, .widget-description.medium-center-top, .widget-description.medium-right-top {
    align-items: flex-start; }
  .widget-description.medium-left-center, .widget-description.medium-center-center, .widget-description.medium-right-center {
    align-items: center; }
  .widget-description.medium-left-bottom, .widget-description.medium-center-bottom, .widget-description.medium-right-bottom {
    align-items: flex-end; }
  .widget-description.medium-left-top, .widget-description.medium-left-center, .widget-description.medium-left-bottom {
    justify-content: flex-start; }
  .widget-description.medium-center-top, .widget-description.medium-center-center, .widget-description.medium-center-bottom {
    justify-content: center; }
  .widget-description.medium-center-above, .widget-description.medium-center-below {
    justify-content: center; }
  .widget-description.medium-right-top, .widget-description.medium-right-center, .widget-description.medium-right-bottom {
    justify-content: flex-end; }
  .widget-description.medium-right-bottom, .widget-description.medium-right-above, .widget-description.medium-right-below {
    justify-content: flex-end; }
  .widget-description.above, .widget-description.below {
    position: absolute; }
  .widget-description.medium-left-above, .widget-description.medium-center-above, .widget-description.medium-right-above {
    position: relative;
    order: 0; }
  .widget-description.medium-left-below, .widget-description.medium-center-below, .widget-description.medium-right-below {
    position: relative;
    order: 2; }
  .widget-several-images__two-column .widget-description {
    max-width: 100%;
    width: auto;
    padding: 4rem; }
  .widget-several-images__three-column .widget-description {
    max-width: 40rem;
    width: auto; }
  .multi-column-widget + .multi-column-widget .widget-several-images {
    margin-top: -4.5rem;
    padding-top: 0; }
  .campaign-page .hero-widget + .full-image-widget .wrapper:not(.wrapper-full) .widget-description {
    padding: 4rem 0;
    width: calc(100% - 9rem); }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images picture::before {
    padding-bottom: 100%; }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images.widget-several-images__three-column .widget-several-images__image {
    margin: 0 1.5rem; }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images .widget-description {
    padding: 2rem 0; } }

@media screen and (min-width: 1200px) {
  .widget-newsletter-wrapper .widget-newsletter-wrapper-box {
    width: 68rem; }
    .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 {
      padding: 0;
      justify-content: center;
      text-transform: uppercase;
      align-items: 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 {
        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 {
        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 .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 {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 16px;
      padding: 0;
      flex: 0 0 12rem;
      justify-content: center;
      text-transform: uppercase;
      align-items: 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 .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 .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-subtitle {
      display: block; }
      .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-subtitle.after-submit {
        display: none; }
  .hero-widget .widget-description {
    padding: 6rem 0; }
    .hero-widget .widget-description .widget-description__text {
      margin-bottom: 3.5rem; }
  .full-image-widget .widget-description {
    padding: 2.5rem 3rem; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner {
    padding-top: 11rem;
    padding-bottom: 11rem; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-image-banner.full-width-padding {
    padding-top: 0; }
  .full-image-widget .wrapper:not(.wrapper-full) .widget-description {
    padding: 4rem; }
    .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-left-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-center-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-right-above, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-left-below, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-center-below, .full-image-widget .wrapper:not(.wrapper-full) .widget-description.large-right-below {
      padding: 9rem 4rem 11rem; }
  .full-image-widget .wrapper-full .widget-description {
    padding: 11rem 0; }
    .full-image-widget .wrapper-full .widget-description.large-left-above, .full-image-widget .wrapper-full .widget-description.large-center-above, .full-image-widget .wrapper-full .widget-description.large-right-above, .full-image-widget .wrapper-full .widget-description.large-left-below, .full-image-widget .wrapper-full .widget-description.large-center-below, .full-image-widget .wrapper-full .widget-description.large-right-below {
      padding: 9rem 0 11rem; }
  .widget-image-banner.widget-image-banner-hero .widget-description__text {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1.5rem; }
    .widget-image-banner.widget-image-banner-hero .widget-description__text a,
    .widget-image-banner.widget-image-banner-hero .widget-description__text p {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 16px;
      line-height: 24px; }
  .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-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 {
    height: 100vh; }
    .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
      width: calc(100vh * 1.777); }
  .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); }
  .plp-slot .widget-image-banner.widget-100-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .plp-slot .widget-image-banner.widget-80-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container, .plp-slot .widget-image-banner.widget-60-vh .widget-image-banner__image-wrapper .widget-video-wrapper .widget-video-container {
    width: calc(100vh * 2.88);
    min-height: calc(100vw * 0.56); }
  .yotpo-pictures-gallery-widget .wrapper:not(.wrapper-full) {
    margin-top: 11rem;
    margin-bottom: 11rem; }
  .yotpo-pictures-gallery-widget .widget-description .widget-description__mini-header {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3.5rem; }
  .wrapper-full .widget-description {
    width: 1110px; }
  .widget-description .widget-description__inner {
    width: 54rem;
    max-width: 54rem; }
    .widget-description-width-540 .widget-description .widget-description__inner {
      width: 54rem;
      max-width: 54rem; }
      .wrapper-full .widget-description-width-540 .widget-description .widget-description__inner {
        width: 54rem;
        max-width: 54rem; }
    .widget-description-width-640 .widget-description .widget-description__inner {
      width: 64rem;
      max-width: 64rem; }
      .wrapper-full .widget-description-width-640 .widget-description .widget-description__inner {
        width: 64rem;
        max-width: 64rem; }
    .widget-description-width-740 .widget-description .widget-description__inner {
      width: 74rem;
      max-width: 74rem; }
      .wrapper-full .widget-description-width-740 .widget-description .widget-description__inner {
        width: 74rem;
        max-width: 74rem; }
    .widget-description .widget-description__inner.top, .widget-description .widget-description__inner.center, .widget-description .widget-description__inner.bottom {
      width: 54rem;
      max-width: 54rem; }
      .widget-description-width-540 .widget-description .widget-description__inner.top, .widget-description-width-540 .widget-description .widget-description__inner.center, .widget-description-width-540 .widget-description .widget-description__inner.bottom {
        width: 54rem;
        max-width: 54rem; }
        .wrapper-full .widget-description-width-540 .widget-description .widget-description__inner.top, .wrapper-full .widget-description-width-540 .widget-description .widget-description__inner.center, .wrapper-full .widget-description-width-540 .widget-description .widget-description__inner.bottom {
          width: 54rem;
          max-width: 54rem; }
      .widget-description-width-640 .widget-description .widget-description__inner.top, .widget-description-width-640 .widget-description .widget-description__inner.center, .widget-description-width-640 .widget-description .widget-description__inner.bottom {
        width: 64rem;
        max-width: 64rem; }
        .wrapper-full .widget-description-width-640 .widget-description .widget-description__inner.top, .wrapper-full .widget-description-width-640 .widget-description .widget-description__inner.center, .wrapper-full .widget-description-width-640 .widget-description .widget-description__inner.bottom {
          width: 64rem;
          max-width: 64rem; }
      .widget-description-width-740 .widget-description .widget-description__inner.top, .widget-description-width-740 .widget-description .widget-description__inner.center, .widget-description-width-740 .widget-description .widget-description__inner.bottom {
        width: 74rem;
        max-width: 74rem; }
        .wrapper-full .widget-description-width-740 .widget-description .widget-description__inner.top, .wrapper-full .widget-description-width-740 .widget-description .widget-description__inner.center, .wrapper-full .widget-description-width-740 .widget-description .widget-description__inner.bottom {
          width: 74rem;
          max-width: 74rem; }
  .widget-description.large-left-top, .widget-description.large-center-top, .widget-description.large-right-top {
    align-items: flex-start; }
  .widget-description.large-left-center, .widget-description.large-center-center, .widget-description.large-right-center {
    align-items: center; }
  .widget-description.large-left-bottom, .widget-description.large-center-bottom, .widget-description.large-right-bottom {
    align-items: flex-end; }
  .widget-description.large-left-top, .widget-description.large-left-center, .widget-description.large-left-bottom, .widget-description.large-left-above, .widget-description.large-left-below {
    justify-content: flex-start; }
  .widget-description.large-center-top, .widget-description.large-center-center, .widget-description.large-center-bottom, .widget-description.large-center-above, .widget-description.large-center-below {
    justify-content: center; }
  .widget-description.large-right-top, .widget-description.large-right-center, .widget-description.large-right-bottom, .widget-description.large-right-above, .widget-description.large-right-below {
    justify-content: flex-end; }
  .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; }
  .widget-description.large-left-above, .widget-description.large-center-above, .widget-description.large-right-above {
    position: relative;
    order: 0; }
  .widget-description.large-left-below, .widget-description.large-center-below, .widget-description.large-right-below {
    position: relative;
    order: 2; }
  .widget-description .widget-description__mini-header {
    font-family: "AdineuePro-Black", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    line-height: 1.33333; }
  .widget-description .widget-description__header {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .widget-description .widget-description__header.h1 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 40px;
      line-height: 44px; }
    .widget-description .widget-description__header.h2 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px; }
    .widget-description .widget-description__header.h3 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px; }
    .widget-description .widget-description__header.h4 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
    .widget-description .widget-description__header.h5 {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 16px; }
  .widget-description .widget-description__text {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 3rem; }
    .widget-description .widget-description__text a,
    .widget-description .widget-description__text p {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0; }
  .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-sub-description {
    margin-top: 1.8rem;
    margin-left: 6rem; }
  .widget-hero__countdown-headline {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 3.4rem;
    line-height: 0.58824;
    text-transform: uppercase; }
  .widget-hero__countdown-timer {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 9rem;
    line-height: 1.12222; }
  .countdown-item-time span {
    margin-right: 25px;
    margin-left: 25px; }
  .countdown-item-text {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    line-height: 1.33333;
    text-transform: uppercase; }
    .countdown-item-text.days {
      margin-left: -50px; }
    .countdown-item-text.hours {
      margin-left: -75px; }
  .widget-several-images {
    padding: 11rem 0; }
    .widget-several-images .widget-description {
      padding: 6rem 2rem 4rem; }
      .widget-several-images .widget-description .widget-description__inner {
        max-width: 46rem; }
    .widget-several-images .widget-several-images__images .widget-description__text {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      margin-bottom: 3rem; }
      .widget-several-images .widget-several-images__images .widget-description__text a,
      .widget-several-images .widget-several-images__images .widget-description__text p {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0; }
    .widget-several-images.widget-several-images__one-column .widget-several-images__images .widget-several-images__image {
      margin: 0 6.4rem; }
    .widget-several-images.widget-several-images__two-column .widget-description {
      padding: 4rem;
      width: 100%;
      max-width: 100%; }
      .widget-several-images.widget-several-images__two-column .widget-description.large-left-below, .widget-several-images.widget-several-images__two-column .widget-description.large-center-below, .widget-several-images.widget-several-images__two-column .widget-description.large-right-below {
        padding-top: 6rem;
        padding-bottom: 0; }
      .widget-several-images.widget-several-images__two-column .widget-description.large-left-above, .widget-several-images.widget-several-images__two-column .widget-description.large-center-above, .widget-several-images.widget-several-images__two-column .widget-description.large-right-above {
        padding-top: 0;
        padding-bottom: 6rem; }
    .widget-several-images.widget-several-images__two-column .widget-several-images__images {
      margin: 0 -1.5rem; }
      .widget-several-images.widget-several-images__two-column .widget-several-images__images .widget-several-images__image {
        margin: 0 1.5rem; }
    .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      letter-spacing: 0.04em; }
      .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header.h1 {
        font-family: "AdineuePro-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 40px;
        line-height: 44px; }
      .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header.h2 {
        font-family: "AdineuePro-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 26px;
        line-height: 32px; }
      .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header.h3 {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px; }
      .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header.h4 {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px; }
      .widget-several-images.widget-several-images__three-column .widget-description .widget-description__header.h5 {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 16px; }
    .widget-several-images.widget-several-images__three-column .widget-description.large-left-below, .widget-several-images.widget-several-images__three-column .widget-description.large-center-below, .widget-several-images.widget-several-images__three-column .widget-description.large-right-below {
      padding-bottom: 0; }
    .widget-several-images.widget-several-images__three-column .widget-description.large-left-above, .widget-several-images.widget-several-images__three-column .widget-description.large-center-above, .widget-several-images.widget-several-images__three-column .widget-description.large-right-above {
      padding-top: 0; }
    .widget-several-images.widget-several-images__three-column .widget-several-images__images {
      margin: 0 -6.35rem; }
      .widget-several-images.widget-several-images__three-column .widget-several-images__images .widget-several-images__image {
        margin: 0 6.35rem; }
        .widget-several-images.widget-several-images__three-column .widget-several-images__images .widget-several-images__image picture img {
          max-width: 28.5rem;
          max-height: 28.5rem; }
    .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-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header {
              font-family: "AdineuePro-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 40px;
              line-height: 44px;
              text-transform: uppercase; }
              .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header.h1 {
                font-family: "AdineuePro-Bold", sans-serif;
                font-style: normal;
                font-weight: 300;
                text-transform: none;
                letter-spacing: 0.05rem;
                font-size: 40px;
                line-height: 44px; }
              .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header.h2 {
                font-family: "AdineuePro-Bold", sans-serif;
                font-style: normal;
                font-weight: 300;
                text-transform: none;
                letter-spacing: 0.05rem;
                font-size: 26px;
                line-height: 32px; }
              .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header.h3 {
                font-family: "AdihausDin-Bold", sans-serif;
                font-style: normal;
                font-weight: 300;
                text-transform: none;
                letter-spacing: 0.05rem;
                font-size: 18px;
                line-height: 24px; }
              .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header.h4 {
                font-family: "AdihausDin-Bold", sans-serif;
                font-style: normal;
                font-weight: 300;
                text-transform: none;
                letter-spacing: 0.05rem;
                font-size: 14px;
                line-height: 20px; }
              .widget-several-images.widget-several-images__four-column .widget-several-images__images .widget-several-images__image .widget-description .widget-description__header.h5 {
                font-family: "AdihausDin-Bold", sans-serif;
                font-style: normal;
                font-weight: 300;
                text-transform: none;
                letter-spacing: 0.05rem;
                font-size: 12px;
                line-height: 16px; }
  .widget-three-columns-product .widget-three-columns-product-columns {
    width: 120rem; }
  .widget__carousel .owl-carousel .owl-nav {
    display: block;
    transform: translateY(calc(-50% - 4.3rem)); }
    .widget__carousel .owl-carousel .owl-nav button.owl-prev,
    .widget__carousel .owl-carousel .owl-nav button.owl-next {
      height: 8.6rem;
      width: 2.7rem;
      background-color: #333;
      border-radius: 0;
      margin: 0; }
      .widget__carousel .owl-carousel .owl-nav button.owl-prev .icon-arrow-icon-down,
      .widget__carousel .owl-carousel .owl-nav button.owl-next .icon-arrow-icon-down {
        background-image: url("../images/icons/icon-arrow-left-white.svg");
        width: 0.53rem;
        height: 0.93rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(0) translate(-50%, -50%); }
      .widget__carousel .owl-carousel .owl-nav button.owl-prev:hover,
      .widget__carousel .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #fafafa; }
        .widget__carousel .owl-carousel .owl-nav button.owl-prev:hover .icon-arrow-icon-down,
        .widget__carousel .owl-carousel .owl-nav button.owl-next:hover .icon-arrow-icon-down {
          background-image: url("../images/icons/icon-arrow-left-black.svg"); }
    .widget__carousel .owl-carousel .owl-nav button.owl-prev {
      margin-left: 3.8rem; }
    .widget__carousel .owl-carousel .owl-nav button.owl-next {
      margin-right: 3.8rem; }
      .widget__carousel .owl-carousel .owl-nav button.owl-next .icon-arrow-icon-down {
        left: auto;
        right: 50%;
        transform: rotate(180deg) translate(-50%, 50%); }
  .widget-content-features .widget-content-features__features {
    margin-left: -6rem;
    margin-right: -6rem; }
    .widget-content-features .widget-content-features__features .widget-content-features__feature {
      padding: 0 6rem; }
  .widget-single-column {
    padding: 3rem 0; }
  .widget-video {
    padding: 12rem 0; }
    .video-widget .widget-video .widget-description {
      padding: 4rem; }
      .video-widget .widget-video .widget-description.large-left-above, .video-widget .widget-video .widget-description.large-center-above, .video-widget .widget-video .widget-description.large-right-above, .video-widget .widget-video .widget-description.large-left-below, .video-widget .widget-video .widget-description.large-center-below, .video-widget .widget-video .widget-description.large-right-below {
        padding: 9rem 4rem 11rem; }
  .widget-image-url {
    position: relative; }
    .widget-image-url::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0;
      transition: opacity 0.4s ease; }
    .widget-image-url:hover::after {
      opacity: 0.1; }
  .multi-column-widget + .multi-column-widget .widget-several-images {
    margin-top: -11rem; }
  .campaign-page .hero-widget + .full-image-widget .wrapper:not(.wrapper-full) .widget-description {
    width: 1110px; }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images.widget-several-images__three-column .widget-several-images__image {
    margin: 0 6.35rem; }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images.widget-several-images__two-column .widget-several-images__image {
    margin: 0 1.5rem; }
  .campaign-page .hero-widget + .full-image-widget ~ .multi-column-widget .widget-several-images .widget-description {
    padding: 6rem 0 4rem; } }

.widget__press-blocks {
  padding: 6rem 0; }
  .widget__press-blocks .widget__press-block .widget__press-block-logo {
    width: 60%;
    margin: 0 auto; }
    .widget__press-blocks .widget__press-block .widget__press-block-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .widget__press-blocks .widget__press-block .widget__press-block-review {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-top: 2rem; }
  .widget__press-blocks .widget__press-block .widget__press-block-company {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #363738;
    margin-top: 2.6rem; }
    .widget__press-blocks .widget__press-block .widget__press-block-company::before {
      content: '-'; }
    .widget__press-blocks .widget__press-block .widget__press-block-company::after {
      content: '-'; }
  .widget__press-blocks .owl-dots {
    margin-top: 4rem;
    pointer-events: none; }
    .widget__press-blocks .owl-dots .owl-dot {
      pointer-events: all; }
      .widget__press-blocks .owl-dots .owl-dot.active span {
        background: #333; }
      .widget__press-blocks .owl-dots .owl-dot span {
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 0.3rem;
        border-radius: 3rem;
        background: #cdcdcd; }

@media screen and (min-width: 768px) {
  .widget__press-blocks {
    display: flex;
    flex-flow: row nowrap;
    padding: 6rem 0 8rem; }
    .widget__press-blocks.widget__one-press-block {
      justify-content: center; }
    .widget__press-blocks.widget__two-press-blocks {
      justify-content: space-around; }
    .widget__press-blocks.widget__three-press-blocks {
      justify-content: space-between; }
    .widget__press-blocks .widget__press-block {
      flex: 0 0 calc(33.33% - 2rem); } }

@media screen and (min-width: 1200px) {
  .widget__press-blocks .widget__press-block .widget__press-block-logo {
    width: 70%; }
  .widget__press-blocks .widget__press-block .widget__press-block-review {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 2.4rem; }
  .widget__press-blocks .widget__press-block .widget__press-block-company {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 1.4rem; } }

.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: 1200px) {
  .widget-html-block {
    width: calc(100% - 71.6rem);
    margin: 6rem auto; } }

.message-banner__container {
  width: 100%;
  z-index: 101; }
  .message-banner__container.dynamic-message-banner .icon-cross {
    color: #fff; }
  .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;
    padding: 2rem 1.5rem 4rem;
    cursor: pointer; }
  .message-banner__container .message-banner {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: center;
    min-height: 6rem;
    line-height: 16px;
    padding: 1.3rem 4.3rem;
    text-transform: uppercase;
    text-align: center; }
    .message-banner__container .message-banner a {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 10px;
      text-transform: uppercase;
      color: #333; }

@media screen and (min-width: 1200px) {
  .dynamic-message-banner:not(.hide) ~ .header {
    top: 6rem; }
    .state--country-dropdown .dynamic-message-banner:not(.hide) ~ .header {
      top: 33.3rem; }
  .message-banner__container i {
    padding: 2.5rem 3.1rem 4.5rem; }
  .message-banner__container .message-banner {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 2.7rem 4.3rem; }
    .message-banner__container .message-banner a {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px;
      line-height: 16px;
      text-transform: uppercase;
      text-decoration: underline; } }

.usp-banner__container {
  background-color: #fafafa; }
  .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: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1rem;
      line-height: 1.6;
      position: absolute;
      opacity: 0;
      flex: 0 1 auto;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: #9a9b9b;
      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-newsletter__container {
  background-color: #f2f2f2;
  padding: 3rem 0; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email {
    width: 29rem;
    margin: 2rem auto 1.6rem; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email input {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 16px;
      border: 1px solid #9a9b9b;
      color: #9a9b9b; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email input::placeholder {
        color: #9a9b9b; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    width: 20rem;
    margin: 0 auto;
    text-transform: none; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms a {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      text-decoration: underline;
      color: #333; }
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button {
    margin-top: 1.4rem;
    text-align: center; }
  .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem; }
  .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-description {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .footer-newsletter__container .footer-newsletter__wrapper.error .footer-newsletter__error-message {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 2rem; }

.footer-links__container {
  background-color: #fafafa; }

.footer-links__left-container {
  padding: 3rem 0 0; }
  .footer-links__left-container .footer-links__item ul {
    padding: 0; }
  .footer-links__left-container .footer-links__item .footer-links__item-title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000; }
  .footer-links__left-container .footer-links__item .footer-links__item-link {
    list-style: none; }
    .footer-links__left-container .footer-links__item .footer-links__item-link > a {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      line-height: 24px;
      color: #363738; }
      .footer-links__left-container .footer-links__item .footer-links__item-link > a:hover {
        text-decoration: underline;
        opacity: 0.7; }
    .footer-links__left-container .footer-links__item .footer-links__item-link:last-child {
      margin-bottom: 1.9rem; }
  .footer-links__left-container .collapsible .collapsible-content {
    margin: 0;
    height: auto;
    display: none;
    transition: max-height 0.3s ease-in-out; }
  .footer-links__left-container .collapsible.active .collapsible-content {
    display: block; }

.footer-backtotop__container {
  display: block; }
  .footer-backtotop__container .footer-backtotop__button {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    color: #363738;
    text-align: center;
    text-decoration: underline;
    padding-top: 2rem; }
    .footer-backtotop__container .footer-backtotop__button .icon-arrow-icon-up {
      font-size: 0.9rem;
      padding-left: 1.2rem; }

.footer-links__right-container {
  padding: 5.4rem 0 2.6rem; }

.footer-myaccount__container {
  text-align: center; }
  .footer-myaccount__container .footer-myaccount__title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase; }
  .footer-myaccount__container .footer-myaccount__subtitle {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    margin: 0.3rem 0 2.6rem;
    color: #363738; }
    .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle a {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        line-height: 24px;
        color: #363738; }
        .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle a:hover {
          text-decoration: underline;
          opacity: 0.7; }
  .footer-myaccount__container .footer-myaccount__content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .footer-myaccount__container .footer-myaccount__content a {
      width: 17.7rem;
      margin: 0 0 1.1rem; }
      .footer-myaccount__container .footer-myaccount__content a:nth-child(2) {
        margin: 0; }
  .footer-myaccount__container .footer-myaccount__link {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #363738;
    margin-top: 1.6rem; }

.footer-payments__container .footer-payments__content {
  margin-top: 4rem;
  text-align: center; }
  .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item img {
    max-width: 25rem; }

.footer-bottom__container {
  background-color: #fff; }
  .footer-bottom__container .footer-copyright__container {
    padding: 2rem 0; }
    .footer-bottom__container .footer-copyright__container .footer-copyright__description {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 16px;
      color: #9a9b9b;
      text-align: center;
      text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms > a {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px; }
  .footer-links__left-container {
    padding: 6rem 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .footer-links__left-container .footer-links__item {
      width: 33.33%;
      margin-right: 3rem; }
      .footer-links__left-container .footer-links__item:nth-child(3) {
        margin-right: 0; }
      .footer-links__left-container .footer-links__item .footer-links__item-link:last-child {
        margin-bottom: 0; }
    .footer-links__left-container .collapsible {
      border: 0; }
      .footer-links__left-container .collapsible:first-child {
        border: 0; }
      .footer-links__left-container .collapsible .collapsible-header {
        padding: 0; }
        .footer-links__left-container .collapsible .collapsible-header .title {
          cursor: initial; }
          .footer-links__left-container .collapsible .collapsible-header .title::after {
            display: none; }
      .footer-links__left-container .collapsible .collapsible-content {
        margin: 1.05rem 0 1.8rem 0;
        display: block; }
  .footer-backtotop__container {
    display: none; }
  .footer-myaccount__container .footer-myaccount__content {
    flex-flow: row nowrap; }
    .footer-myaccount__container .footer-myaccount__content a {
      margin: 0 1rem; }
      .footer-myaccount__container .footer-myaccount__content a:nth-child(2) {
        margin: 0 1rem; } }

@media screen and (min-width: 1200px) {
  .footer-newsletter__container .footer-newsletter__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header {
      width: 25.5rem;
      margin-right: 3rem; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__header .footer-newsletter__header-title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 0; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form form {
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__email {
      width: 35rem;
      margin: 0 3rem 0 0; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      width: 25.5rem;
      margin-right: 3rem;
      color: #9a9b9b; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__terms a {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        color: #9a9b9b; }
    .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button {
      margin-top: 0;
      text-align: right;
      flex-shrink: 0; }
      .footer-newsletter__container .footer-newsletter__wrapper .footer-newsletter__form .footer-newsletter__form__button .footer-newsletter__button {
        width: 100%; }
    .footer-newsletter__container .footer-newsletter__wrapper.success {
      flex-direction: column; }
      .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: uppercase;
        text-align: left;
        width: 100%; }
      .footer-newsletter__container .footer-newsletter__wrapper.success .footer-newsletter__success-description {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        width: 100%; }
    .footer-newsletter__container .footer-newsletter__wrapper.error .footer-newsletter__error-message {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      margin-top: 0; }
  .footer-links__container .footer-links__container-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
  .footer-links__left-container {
    padding: 6rem 0 7rem;
    flex-grow: 1; }
    .footer-links__left-container .footer-links__item {
      width: 25%;
      flex-grow: 1; }
      .footer-links__left-container .footer-links__item .footer-links__item-title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase; }
      .footer-links__left-container .footer-links__item .footer-links__item-link > a {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        line-height: 34px; }
  .footer-links__right-container {
    width: 25%;
    padding: 6rem 0 7rem;
    flex-shrink: 0; }
  .footer-myaccount__container {
    width: 22rem;
    margin-left: auto;
    text-align: left; }
    .footer-myaccount__container .footer-myaccount__title {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 2rem;
      text-transform: uppercase; }
      .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__title {
        margin-bottom: 1.05rem; }
    .footer-myaccount__container .footer-myaccount__subtitle {
      margin-bottom: 3rem; }
      .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle {
        align-items: flex-start; }
        .footer-myaccount__loggedin .footer-myaccount__container .footer-myaccount__subtitle a {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          line-height: 34px; }
    .footer-myaccount__container .footer-myaccount__content {
      flex-flow: column; }
      .footer-myaccount__container .footer-myaccount__content a {
        width: 22rem;
        margin: 0 0 1rem; }
        .footer-myaccount__container .footer-myaccount__content a:nth-child(2) {
          margin: 0; }
  .footer-payments__container .footer-payments__content {
    width: 22rem;
    margin-left: auto;
    text-align: left; }
    .footer-payments__container .footer-payments__content .footer-payments__payment-methods .footer-payments__payment-methods__item img {
      max-width: 22rem; } }

.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: "AdineuePro-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  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; }

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

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

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

.support-case .button--selector {
  padding: 1.4rem 2.4rem;
  border-radius: 100px;
  text-transform: none;
  color: #333;
  border-color: #000;
  background: transparent;
  height: 4.8rem; }

.support-case .button--tag {
  padding: 0.8rem 2rem;
  border-radius: 100px;
  text-transform: none;
  color: #333;
  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: "AdineuePro-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  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: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    line-height: 1.2rem;
    color: #333;
    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: #333; }
  .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: #d0021b;
      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: #5eaf00;
      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 select + .icon-arrow-icon-down {
  top: 1.733rem;
  right: 1.6rem; }
  .support-case select + .icon-arrow-icon-down::before {
    content: " ";
    position: absolute;
    background: url("../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: "AdineuePro-Regular", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 12px;
  line-height: 16px;
  display: block;
  line-height: 1.2rem;
  color: #929192;
  text-transform: none;
  padding-left: 0;
  margin: 2rem;
  max-width: 80%; }
  .support-case input[type="checkbox"] + label::before {
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    margin-left: -2rem; }

.support-case input[type="checkbox"]:checked + label::before {
  background: url("../images/icons/icon-tick.svg") no-repeat #000;
  content: " ";
  background-size: 0.8rem auto;
  background-position: center center;
  margin-left: -2rem; }

.support-case-trigger {
  position: fixed;
  z-index: 101;
  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: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    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;
  bottom: 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 .button--primary {
    width: 100%; }
  .support-case-popup__header {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    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__title {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 4rem auto;
    padding: 0 4rem; }
  .support-case-popup__subtitle {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    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 .icon-close {
    position: absolute;
    background: url("../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: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px;
    line-height: 2rem;
    text-align: center;
    max-width: 29rem;
    margin: 0 auto; }
  .support-case-popup__signature {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem auto 0; }
    .support-case-popup__signature span:first-child {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px; }
  .support-case-popup__live-chat {
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    border-radius: 100px;
    background: url("../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("../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; }

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

@media screen and (min-width: 768px) {
  .support-case-trigger {
    right: 6rem;
    bottom: 6rem; }
  .support-case-popup {
    width: 45rem;
    height: 76.2rem;
    bottom: 6rem;
    right: 6rem;
    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__title {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px;
      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: #f2f2f2;
  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: #333; }

.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: #9a9b9b; }

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

.pswp .pswp__top-bar {
  position: fixed;
  display: inline-flex;
  flex-flow: column;
  right: 0;
  top: 0;
  margin: 2rem 2.8rem 0 0;
  text-align: center;
  height: 100%;
  z-index: 2; }
  .pswp .pswp__top-bar .pswp-zoom__container {
    display: grid;
    position: absolute;
    right: 0;
    bottom: 2.2rem; }
  .pswp .pswp__top-bar .icon-circle-minus,
  .pswp .pswp__top-bar .icon-circle-plus {
    width: 4.1rem;
    height: 4.1rem;
    font-size: 4rem;
    cursor: pointer; }
  .pswp .pswp__top-bar .pswp-close__container {
    position: absolute;
    top: 0;
    right: 0; }
  .pswp .pswp__top-bar .icon-cross {
    width: 4.1rem;
    height: 4.1rem;
    font-size: 2.5rem;
    cursor: pointer; }

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

.pswp .pswp__dots-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1rem;
  z-index: 1; }
  .pswp .pswp__dots-nav .pswp-dots-nav__dot {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #9a9b9b;
    border-radius: 50%;
    display: inline-block;
    margin: 0.5rem 0.3rem;
    cursor: pointer; }
    .pswp .pswp__dots-nav .pswp-dots-nav__dot.active {
      background: #000; }

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

@media screen and (min-width: 1200px) {
  .pswp .pswp__top-bar {
    height: auto;
    top: 8.5rem;
    right: 16.5rem;
    margin: 0; }
    .pswp .pswp__top-bar .pswp-zoom__container {
      position: relative;
      margin-top: 3.2rem; }
    .pswp .pswp__top-bar .pswp-close__container {
      position: relative; }
    .pswp .pswp__top-bar .icon-circle-minus,
    .pswp .pswp__top-bar .icon-circle-plus {
      width: 2.8rem;
      height: 2.8rem;
      font-size: 2.8rem; }
    .pswp .pswp__top-bar .icon-cross {
      width: 2.8rem;
      height: 2.8rem;
      font-size: 1.8rem; }
  .pswp .pswp__dots-nav {
    bottom: 5%; }
  .pswp .pswp__button--arrow--left {
    position: absolute;
    top: 50%;
    left: 16.5rem;
    width: 2.8rem;
    height: 8.4rem;
    background-color: #fafafa;
    font-size: 2.3rem; }
    .pswp .pswp__button--arrow--left::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .pswp .pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    right: 16.5rem;
    width: 2.8rem;
    height: 8.4rem;
    background-color: #fafafa;
    font-size: 2.3rem; }
    .pswp .pswp__button--arrow--right::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.static-page__content {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .static-page__content .static-page__page-title {
    font-family: "AdihausDin-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 26px;
    line-height: 32px;
    width: 100%;
    letter-spacing: 1.08px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
    margin: 0 0 3rem 0; }
  .static-page__content .static-page__menu-container {
    margin: 3rem 0; }
    .static-page__content .static-page__menu-container .collapsible .collapsible-content {
      padding: 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 {
      background-color: #fafafa; }
      .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-header-container {
        background-color: #333; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-header-container .static-page__menu-item-header {
          margin: 0 2rem; }
          .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: "AdihausDin-Bold", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
            color: #fff; }
      .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content {
        margin: 0; }
        .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;
          padding-bottom: 3rem;
          margin: 0 2rem; }
          .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item a {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 12px;
            line-height: 16px;
            color: #000;
            text-transform: uppercase; }
          .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: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 12px;
            line-height: 16px;
            text-transform: uppercase;
            color: #9a9b9b; }
          .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item:first-of-type {
            padding-top: 3rem; }
          .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item:last-of-type {
            padding-bottom: 2.5rem; }
  .static-page__content .static-page__body-container h3 {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    word-break: break-word; }
    .static-page__content .static-page__body-container h3 b {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase; }
  .static-page__content .static-page__body-container p {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    color: #363738; }
  .static-page__content .static-page__body-container i {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    font-style: italic; }
  .static-page__content .static-page__body-container b,
  .static-page__content .static-page__body-container strong {
    font-family: "AdihausDin-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px; }
  .static-page__content .static-page__body-container .dropdown {
    margin: 2.2rem 0;
    border: 1px solid #9a9b9b; }
    .static-page__content .static-page__body-container .dropdown .dropdown-header {
      padding: 1.1rem 1.2rem; }
      .static-page__content .static-page__body-container .dropdown .dropdown-header .title,
      .static-page__content .static-page__body-container .dropdown .dropdown-header .selected_country {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 10px;
        line-height: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
    .static-page__content .static-page__body-container .dropdown .dropdown-content {
      padding: 0; }
      .static-page__content .static-page__body-container .dropdown .dropdown-content .country {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 10px;
        padding: 1.1rem 1.2rem;
        line-height: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
  .static-page__content .static-page__body-container .static-page__shipping-table {
    margin-bottom: 2.5rem; }
    .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: #fafafa; }
        .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__delivery .shipping-item__value {
          font-family: "AdihausDin-Bold", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 1.4rem;
          line-height: 1.42857; }
          .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__delivery .shipping-item__value.specific-delivery__time {
            display: none; }
      .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: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.6rem;
        line-height: 1.5;
        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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 0.6rem 0.9rem;
        word-break: break-word;
        flex-basis: 50%; }
        .static-page__content .static-page__body-container .static-page__shipping-table .shipping-item__container .shipping-item__value.specific-delivery__time {
          display: none; }

@media screen and (min-width: 768px) {
  .static-page__content .static-page__body-container .dropdown .dropdown-content {
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .static-page__content {
    display: flex;
    flex-flow: row wrap;
    margin-top: 11rem; }
    .static-page__content .static-page__page-title {
      margin: 0 0 7.1rem 0; }
    .static-page__content .static-page__menu-container {
      flex: 0 1 35rem;
      margin: 0; }
      .static-page__content .static-page__menu-container .collapsible {
        border-bottom: none; }
        .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;
          padding: 0; }
      .static-page__content .static-page__menu-container .static-page__menu-item-header {
        margin: 0 2rem; }
      .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item {
        margin: 0 2rem; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item a {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase; }
        .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: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          text-transform: uppercase; }
        .static-page__content .static-page__menu-container .static-page__menu-item .static-page__menu-item-content .static-page__menu-sub-item:last-of-type {
          padding-bottom: 3rem; }
    .static-page__content .static-page__body-container {
      flex: 0 1 65rem;
      margin-left: 11rem; }
      .static-page__content .static-page__body-container .dropdown {
        max-width: 25.5rem; }
        .static-page__content .static-page__body-container .dropdown .dropdown-content {
          padding: 0; }
      .static-page__content .static-page__body-container h1:first-child,
      .static-page__content .static-page__body-container h2:first-child,
      .static-page__content .static-page__body-container h3:first-child,
      .static-page__content .static-page__body-container h4:first-child,
      .static-page__content .static-page__body-container h5:first-child,
      .static-page__content .static-page__body-container h6:first-child {
        margin-top: 0; }
      .static-page__content .static-page__body-container h3 {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase; }
      .static-page__content .static-page__body-container p {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 16px;
        line-height: 24px;
        color: #363738; }
      .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: -1px;
      left: 15px;
      width: 16px;
      height: 16px;
      background-image: url("../../images/spinner/ad-loader.gif"); }
  .zendesk-header-link:hover {
    cursor: pointer; }

.widget-layout-single-column .widget-single-column {
  padding: 0; }

.hero-widget-support__wrapper {
  position: relative;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
  .hero-widget-support__wrapper .hero-widget-support__video-wrapper, .hero-widget-support__wrapper .hero-widget-support__video-container, .hero-widget-support__wrapper .hero-widget-support__image-container, .hero-widget-support__wrapper .hero-widget-support__image__image {
    width: 100%;
    height: 100%; }
  .hero-widget-support__wrapper .hero-widget-support__video-container, .hero-widget-support__wrapper .hero-widget-support__image-container {
    position: absolute;
    width: 80vh;
    height: 100%;
    min-width: 100%;
    min-height: 125vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .hero-widget-support__wrapper .hero-widget-support__image {
    width: 100%;
    height: 100%; }
  .hero-widget-support__wrapper .hero-widget-support__video-container {
    background-color: #f2f2f2; }
    .hero-widget-support__wrapper .hero-widget-support__video-container iframe {
      width: 100%;
      height: 100%; }
  .hero-widget-support__wrapper .hero-widget-support__header-headline {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    line-height: 1.33333;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-color);
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem; }
    .hero-widget-support__wrapper .hero-widget-support__header-headline p,
    .hero-widget-support__wrapper .hero-widget-support__header-headline h1,
    .hero-widget-support__wrapper .hero-widget-support__header-headline h2,
    .hero-widget-support__wrapper .hero-widget-support__header-headline h3,
    .hero-widget-support__wrapper .hero-widget-support__header-headline h4,
    .hero-widget-support__wrapper .hero-widget-support__header-headline h5 {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.8rem;
      line-height: 1.33333;
      margin: 0;
      color: inherit;
      background-color: var(--text-background-color);
      text-transform: uppercase;
      width: fit-content;
      text-align: center; }
  .hero-widget-support__wrapper .hero-widget-support__image-container .hero-widget-support__image__image {
    position: relative; }
  .hero-widget-support__wrapper .hero-widget-support__image-container img {
    position: relative;
    width: 100%; }
  .hero-widget-support__wrapper .hero-widget-support__content-container {
    width: 100%;
    order: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper {
      position: relative;
      margin: 2.4rem auto 0;
      width: calc(100% - 3.2rem);
      max-width: 35.8rem; }
      .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper::before {
        content: "";
        position: absolute;
        background: url("../images/icons/icon-search.svg") no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 1.8rem;
        height: 1.8rem;
        top: 1.2rem;
        left: 1.8rem; }
      .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper.wrapper--has-suggestions input.hero-widget-support__search {
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
      .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions-wrapper {
        background: #fff;
        padding-top: 1rem;
        padding-bottom: 5px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        display: none; }
      .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions {
        margin: 0;
        border: 0; }
        .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories-title,
        .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products-title {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          color: #929192;
          margin-top: 1.4rem;
          padding-left: 5rem; }
        .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories,
        .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products {
          margin-top: 1.3rem; }
          .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories a,
          .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products a {
            color: #363738;
            position: relative;
            border-top: 1px #f2f2f2 solid;
            padding: 1rem 3rem 1rem 5rem;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories a::after,
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products a::after {
              content: "";
              position: absolute;
              bottom: 50%;
              transform: translateY(50%);
              right: 1.5rem;
              width: 1.2rem;
              height: 1.1rem;
              background: url("../images/icons/icon-arrow-right.svg") no-repeat;
              background-size: 100%; }
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories a:last-of-type,
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products a:last-of-type {
              border-bottom: 1px #f2f2f2 solid;
              border-bottom-left-radius: 20px;
              border-bottom-right-radius: 20px; }
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories a:hover,
            .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products a:hover {
              background: #fafafa;
              font-family: "AdihausDin-Bold", sans-serif;
              font-style: normal;
              font-weight: 300;
              text-transform: none;
              letter-spacing: 0.05rem;
              font-size: 14px;
              line-height: 20px; }
        .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions a {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          display: block; }
    .hero-widget-support__wrapper .hero-widget-support__content-container input.hero-widget-support__search {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.2rem;
      line-height: 1.33333;
      background: #fff;
      color: #333;
      text-transform: none;
      border: none;
      border-radius: 10rem;
      line-height: 1.2rem;
      font-weight: 400;
      padding-left: 4.9rem;
      width: 100%; }
      .hero-widget-support__wrapper .hero-widget-support__content-container input.hero-widget-support__search::-webkit-input-placeholder, .hero-widget-support__wrapper .hero-widget-support__content-container input.hero-widget-support__search::placeholder {
        text-transform: none;
        color: #333; }
  .hero-widget-support__wrapper.widget-80vh {
    height: 80vh; }
    .hero-widget-support__wrapper.widget-80vh .hero-widget-support__video-container, .hero-widget-support__wrapper.widget-80vh .hero-widget-support__image-container {
      width: 64vh; }

.article-component {
  margin: 2rem 0;
  position: relative; }
  .article-component__top {
    display: flex;
    flex-direction: column; }
  .article-component__heading {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  .article-component__subheading {
    font-family: "AdineuePro-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 0.5rem; }
    .article-component__subheading p {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px;
      color: #333;
      font-weight: 400;
      line-height: 2rem;
      margin: 0;
      padding-right: 10rem; }
  .article-component__view-all {
    margin-top: 1rem; }
    .article-component__view-all a {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px;
      color: #333;
      font-weight: 400;
      line-height: 1.2rem;
      text-decoration: underline; }
  .article-component__carousel {
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem; }
    .article-component__carousel-item {
      position: relative;
      width: 100%;
      height: 37.43vw;
      background-color: #fafafa;
      padding: 1.6rem; }
      .article-component__carousel-item__topic-text {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        line-height: 1.2rem;
        font-weight: 400;
        color: #929192; }
      .article-component__carousel-item__title {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 19px;
        font-weight: 400;
        line-height: 2rem;
        margin-top: 0.7rem; }
      .article-component__carousel-item::after {
        content: "";
        position: absolute;
        bottom: 1.8rem;
        right: 1.8rem;
        width: 1.2rem;
        height: 1.1rem;
        background: url("../images/icons/icon-arrow-right.svg") no-repeat;
        background-size: 100%; }
      .folder-level .article-component__carousel-item {
        height: auto;
        background: transparent;
        padding: 0; }
        .folder-level .article-component__carousel-item .content-widget__image__image {
          height: calc(100vw - 3rem - 6rem - 6rem);
          overflow: hidden; }
        .folder-level .article-component__carousel-item::after {
          display: none; }
        .folder-level .article-component__carousel-item .article-component__carousel-item__topic-text {
          font-family: "AdineuePro-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          margin-top: 1rem;
          line-height: 1.2rem;
          font-weight: 400; }
        .folder-level .article-component__carousel-item .article-component__carousel-item__title {
          font-family: "AdineuePro-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          font-weight: 700;
          margin-top: 0.5rem; }
    .article-component__carousel .owl-stage {
      left: -6rem; }
    .article-component__carousel .owl-nav {
      right: 1rem;
      top: -1rem;
      position: absolute; }
      .article-component__carousel .owl-nav .owl-prev,
      .article-component__carousel .owl-nav .owl-next {
        height: auto; }
      .article-component__carousel .owl-nav .icon-arrow-up-left,
      .article-component__carousel .owl-nav .icon-arrow-up-right {
        position: relative;
        display: inline-block;
        width: 3.2rem;
        height: 3.6rem; }
        .article-component__carousel .owl-nav .icon-arrow-up-left::before,
        .article-component__carousel .owl-nav .icon-arrow-up-right::before {
          background: url("../images/icons/icon-chevron-right.svg") no-repeat;
          background-size: 100% 100%;
          width: 0.7rem;
          height: 1.2rem;
          position: absolute;
          top: calc(50% - 0.1rem);
          left: 50%;
          content: ""; }
      .article-component__carousel .owl-nav .icon-arrow-up-left::before {
        transform: rotate(180deg); }
  .article-component.folder-level {
    margin: 2rem 0 3.5rem; }

.widget-four-columns {
  width: 100%;
  position: relative; }
  .widget-four-columns.container {
    position: relative;
    margin-top: 2rem; }
  .widget-four-columns .owl-carousel .owl-item img {
    display: inline-block !important; }
  .widget-four-columns .owl-nav {
    right: 1.5rem;
    top: -1rem;
    position: absolute; }
    .widget-four-columns .owl-nav .owl-prev,
    .widget-four-columns .owl-nav .owl-next {
      height: auto; }
    .widget-four-columns .owl-nav .icon-arrow-up-left,
    .widget-four-columns .owl-nav .icon-arrow-up-right {
      position: relative;
      display: inline-block;
      width: 3.2rem;
      height: 3.6rem; }
      .widget-four-columns .owl-nav .icon-arrow-up-left::before,
      .widget-four-columns .owl-nav .icon-arrow-up-right::before {
        background: url("../images/icons/icon-chevron-right.svg") no-repeat;
        background-size: 100% 100%;
        width: 0.7rem;
        height: 1.2rem;
        position: absolute;
        top: calc(50% - 0.1rem);
        left: 50%;
        content: ""; }
    .widget-four-columns .owl-nav .icon-arrow-up-left::before {
      transform: rotate(180deg); }
  .widget-four-columns__top {
    display: flex;
    flex-direction: column; }
    .widget-four-columns__top .widget__text_heading {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0; }
    .widget-four-columns__top .widget__text_subheading {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 12px;
      line-height: 19px;
      font-weight: 400;
      line-height: 2rem;
      margin-top: 0.5rem;
      color: #333;
      padding-right: 10rem; }
    .widget-four-columns__top .widget__view-all {
      margin-top: 1rem; }
      .widget-four-columns__top .widget__view-all a {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 19px;
        color: #333;
        font-weight: 400;
        line-height: 1.2rem;
        text-decoration: underline; }
  .widget-four-columns .widget-four-columns-inner-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .widget-four-columns .widget-four-columns-inner-wrapper .widget-four-columns .content-widget__image__image.hover-image {
      opacity: 0;
      position: absolute;
      top: 0; }
      .widget-four-columns .widget-four-columns-inner-wrapper .widget-four-columns .content-widget__image__image.hover-image + .content-widget__image__image {
        opacity: 1; }
    .widget-four-columns .widget-four-columns-inner-wrapper.column-slider {
      margin: 2rem 0 2.8rem;
      position: static; }
      .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .widget-four-columns {
        width: 100%; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .widget-four-columns .content-widget__image__image {
          max-height: calc(100vw - 3rem - 6rem - 6rem);
          overflow: hidden; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .widget-four-columns .content-widget__image {
          height: auto; }
      .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .owl-stage {
        left: -6rem; }
      .widget-four-columns .widget-four-columns-inner-wrapper.column-slider.slider-off .widget-four-columns {
        display: none;
        width: 50%; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider.slider-off .widget-four-columns:nth-child(-n+4) {
          display: block; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider.slider-off .widget-four-columns .content-widget__image {
          height: calc(50vw * 5 / 4); }
      .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .content-widget__text_heading {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 19px;
        text-transform: uppercase;
        line-height: 2rem;
        font-weight: 700;
        margin: 1.4rem 0 0; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .content-widget__text_heading p {
          font-family: "AdineuePro-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 19px;
          text-transform: uppercase;
          line-height: 2rem;
          font-weight: 700;
          color: #333;
          margin: 0; }
      .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .content-widget__text_description {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 19px;
        line-height: 2rem;
        font-weight: 400;
        margin: 0.8rem 0 0; }
        .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .content-widget__text_description p {
          font-family: "AdineuePro-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 19px;
          line-height: 2rem;
          font-weight: 400;
          color: #333;
          margin: 0; }
  .widget-four-columns__image-container img {
    width: 100%; }

@media screen and (min-width: 768px) {
  .hero-widget-support__wrapper .hero-widget-support__video-container, .hero-widget-support__wrapper .hero-widget-support__image-container {
    width: 160vh;
    min-height: 62.5vw; }
    .hero-widget-support__wrapper .hero-widget-support__video-container.hide-for-small, .hero-widget-support__wrapper .hero-widget-support__image-container.hide-for-small {
      display: block !important; }
    .hero-widget-support__wrapper .hero-widget-support__video-container.show-for-small, .hero-widget-support__wrapper .hero-widget-support__image-container.show-for-small {
      display: none !important; }
  .hero-widget-support__wrapper.widget-80vh .hero-widget-support__video-container, .hero-widget-support__wrapper.widget-80vh .hero-widget-support__image-container {
    width: 128vh;
    min-height: 62.5vw; }
  .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper {
    max-width: 56.8rem; } }

@media screen and (min-width: 1200px) {
  .hero-widget-support__wrapper .hero-widget-support__header-headline {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 2.6rem;
    line-height: 1.23077; }
    .hero-widget-support__wrapper .hero-widget-support__header-headline p {
      font-family: "AdineuePro-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 2.6rem;
      line-height: 1.23077; }
  .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__categories a,
  .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions .suggestions__products a {
    padding: 1rem 0 1rem 5rem; }
  .hero-widget-support__wrapper .hero-widget-support__content-container .hero-widget-support__search-wrapper .suggestions a {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px; }
  .article-component {
    margin: 4rem 0; }
    .article-component__top {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative; }
    .article-component__heading {
      width: 100%; }
    .article-component__view-all {
      margin-top: 1rem;
      position: absolute;
      right: 100px;
      bottom: 0; }
      .article-component__view-all a {
        font-weight: 400;
        line-height: 2.1rem; }
    .article-component__subheading {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      margin-top: 1rem;
      font-weight: 400;
      line-height: 2.1rem; }
      .article-component__subheading p {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        line-height: 2.1rem;
        padding-right: 0; }
      .article-component__subheading + .article-component__view-all {
        position: static; }
    .article-component__carousel {
      margin-top: 3.2rem; }
      .article-component__carousel .owl-stage {
        left: 0; }
      .article-component__carousel-item {
        padding: 2.4rem;
        height: 19.6rem; }
        .article-component__carousel-item__title {
          font-family: "AdineuePro-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          margin: 0;
          line-height: 2.1rem;
          margin-top: 1rem; }
        .article-component__carousel-item::after {
          bottom: 2.6rem;
          right: 2.6rem; }
        .article-component__carousel-item:hover::after {
          right: 2.3rem; }
        .folder-level .article-component__carousel-item {
          height: auto; }
          .folder-level .article-component__carousel-item .content-widget__image__image {
            height: auto; }
          .folder-level .article-component__carousel-item .article-component__carousel-item__topic-text {
            margin-top: 2rem; }
          .folder-level .article-component__carousel-item .article-component__carousel-item__title {
            font-family: "AdineuePro-Regular", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            line-height: 2.1rem;
            margin-top: 0.8rem; }
    .article-component.folder-level {
      margin: 4rem 0 9rem; }
  .widget-four-columns__top {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    .widget-four-columns__top .widget__text_heading {
      width: 100%; }
    .widget-four-columns__top .widget__view-all {
      margin-top: 1rem;
      position: absolute;
      right: 0;
      bottom: 0; }
      .widget-four-columns__top .widget__view-all a {
        font-weight: 400;
        line-height: 2.1rem; }
    .widget-four-columns__top .widget__text_subheading {
      font-family: "AdineuePro-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      margin-top: 1rem;
      font-weight: 400;
      line-height: 2.1rem; }
      .widget-four-columns__top .widget__text_subheading p {
        font-family: "AdineuePro-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        line-height: 2.1rem;
        padding-right: 0; }
      .widget-four-columns__top .widget__text_subheading + .widget__view-all {
        position: static; }
  .widget-four-columns .widget-four-columns-inner-wrapper.column-slider {
    margin: 3.2rem 0 5.6rem; }
    .widget-four-columns .widget-four-columns-inner-wrapper.column-slider .owl-stage {
      left: 0; } }

.country-selector-state-trigger {
  font-family: "AdineuePro-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase; }

#country-selector-state-container {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.2s, opacity 0.2s linear; }
  .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: "AdihausDin-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .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; }

.country-selector__content .country-selector__continents {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 2rem; }
  .country-selector__content .country-selector__continents .continent {
    margin: 0.5rem;
    cursor: pointer; }
  .country-selector__content .country-selector__continents .continent-name {
    font-family: "AdineuePro-Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1.8rem;
    text-align: center; }

.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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        display: inline;
        letter-spacing: -0.04rem; }

.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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        display: inline; }

.country-dropdown-state-close {
  position: absolute;
  top: 1.5rem;
  right: 0;
  height: 2rem;
  width: 2rem;
  cursor: pointer; }
  .country-dropdown-state-close .country-dropdown__close-text {
    display: none; }
  .country-dropdown-state-close i {
    font-size: 2rem;
    line-height: 1;
    color: #000; }
    .country-dropdown-state-close i::before {
      display: block; }

.state-container--country-dropdown {
  position: fixed;
  margin-top: 4.9rem;
  top: -100vh;
  height: calc(100% - 4.9rem);
  width: 100%;
  background-color: #fafafa;
  z-index: 0;
  overflow: scroll;
  transition: z-index 0s ease 0s; }
  .state--country-dropdown .state-container--country-dropdown {
    top: 0;
    z-index: 100; }
  .state-container--country-dropdown .country-dropdown__title {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    line-height: 18px;
    color: #000;
    padding: 4.8rem 0 0 0;
    text-transform: uppercase;
    text-align: center; }
  .state-container--country-dropdown .country-dropdown__description {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 10px;
    line-height: 16px;
    margin: 1.5rem auto 3.1rem;
    text-transform: uppercase;
    text-align: center;
    color: #9a9b9b; }
  .state-container--country-dropdown .country-dropdown__selection-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .state-container--country-dropdown .country-dropdown__selection-container .dropdown {
      margin-top: 0;
      margin-bottom: 2rem;
      padding: 0 2rem;
      border: 1px solid #9a9b9b;
      background-color: #fafafa;
      cursor: pointer;
      flex: 0 0 calc(50% - 0.5rem);
      z-index: 1;
      transition: z-index 0.3s step-end;
      position: relative; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown.active {
        z-index: 10;
        transition: z-index 0.3s step-start; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown.active .dropdown-content {
          opacity: 1;
          transform: none; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header {
        height: 4.2rem;
        padding: 1.3rem 0; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header .title,
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header .selected_country {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 10px;
          line-height: 16px;
          color: #333;
          text-transform: uppercase;
          text-decoration: none; }
          .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header .title::after,
          .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-header .selected_country::after {
            font-family: "adidasheadphones-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: "d";
            font-size: 24px;
            position: absolute;
            top: -3px;
            right: -5px; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content {
        position: absolute;
        left: -1px;
        right: 0;
        width: calc(100% + 0.2rem);
        opacity: 0;
        border: 1px solid #9a9b9b;
        background-color: #fafafa;
        border-top: 0;
        padding: 0 1.5rem 1rem;
        display: block;
        transform: translate3d(0, 0, 0);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
        .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: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 10px;
          line-height: 30px;
          color: #333;
          text-transform: uppercase; }
    .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button {
      text-align: center;
      flex: 1 0 100%; }

@media screen and (min-width: 768px) {
  .country-selector-state-trigger {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    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: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 26px;
      line-height: 32px; }
      .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: nowrap;
    justify-content: space-between; }
  .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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px; }
  .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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px; }
  .country-dropdown-state-close {
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    top: 4.8rem; }
    .country-dropdown-state-close .country-dropdown__close-text {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 10px;
      flex: 0 1 auto;
      align-items: center;
      line-height: 20px;
      text-transform: uppercase;
      display: block;
      margin-right: 1.1rem; }
  .page {
    position: relative;
    z-index: 1;
    transform: none;
    background-color: inherit;
    transition: transform 0.3s ease-out; }
  .country-dropdown-selector .page {
    transform: translate3d(0, 22.9rem, 0); }
  .state-container--country-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    height: auto;
    overflow: visible;
    transition: z-index 0s ease 0.2s; }
    .state--country-dropdown .state-container--country-dropdown {
      z-index: 203; }
    .state-container--country-dropdown .country-dropdown__title {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      width: 48rem;
      margin: 0 auto;
      padding: 4.6rem 0 0 0; }
    .state-container--country-dropdown .country-dropdown__description {
      width: 48rem;
      min-height: 3.2rem;
      margin: 1.3rem auto 2.4rem; }
    .state-container--country-dropdown .country-dropdown__selection-container {
      justify-content: center;
      height: 4.4rem;
      margin: 1.8rem auto 4.6rem auto; }
      .state-container--country-dropdown .country-dropdown__selection-container .dropdown {
        flex: 0 0 20rem;
        height: fit-content;
        padding: 0 1.5rem;
        margin: 0 2rem 0 0; }
        .state-container--country-dropdown .country-dropdown__selection-container .dropdown .dropdown-content {
          width: 20rem; }
      .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button {
        flex: 0 0 auto; }
        .state-container--country-dropdown .country-dropdown__selection-container .country-dropdown__selection-button .button {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          height: 4.4rem;
          padding: 1.5rem 5.2rem; } }

@media screen and (min-width: 1200px) {
  .country-selector__content .current-country {
    margin-top: 12rem; }
    .country-selector__content .current-country .current-country__info {
      font-family: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 48px;
      line-height: 48px; }
      .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: "AdihausDin-Bold", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 21px;
      line-height: 21px; }
  .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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px; }
  .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: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px; }
  .country-dropdown-state-close .country-dropdown__close-text {
    margin-right: 2.1rem; }
  .state-container--country-dropdown .state--country-dropdown {
    overflow-y: scroll;
    overflow-x: hidden; } }

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

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

.cart-state-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2.1rem;
  margin-right: 1.5rem;
  z-index: 1; }
  .cart-state-close i {
    font-size: 1.6rem; }

#cart-state-container {
  position: fixed;
  top: -200vh;
  width: 100vw;
  height: 100vh;
  transition: top 0.3s ease, padding-bottom 0.15s ease;
  overflow-x: hidden;
  overflow-y: scroll; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    #cart-state-container {
      padding-bottom: env(safe-area-inset-bottom); } }
  #cart-state-container::-webkit-scrollbar {
    display: none; }
  .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: 1200px) {
  body.state--cart {
    position: relative; }
  .header--white .cart-state-trigger .minicart-quantity {
    color: #333;
    background-color: #fff; }
  .cart-state-trigger .minicart-quantity {
    top: -0.9rem;
    right: -0.8rem; }
  .state--cart .header--transparent .has-message-banner #cart-state-container {
    top: -7rem; } }

.cart-product-card {
  padding-bottom: 2rem; }
  .cart-product-card .product-line-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .cart-product-card .product-line-item .product-line-item__image {
      width: 5rem;
      height: 5rem;
      margin: 0; }
      .cart-product-card .product-line-item .product-line-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cart-product-card .product-line-item .product-line-item__details {
      padding-left: 1.6rem; }
      .cart-product-card .product-line-item .product-line-item__details .product-line-item__name {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.5px;
        line-height: 16px;
        color: #333;
        text-transform: uppercase;
        margin-top: 0;
        text-align: left; }
      .cart-product-card .product-line-item .product-line-item__details .product-line-item__price {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.5px;
        line-height: 16px;
        color: #333;
        text-transform: uppercase;
        margin-top: 0;
        text-align: left; }
        .cart-product-card .product-line-item .product-line-item__details .product-line-item__price .price {
          display: flex;
          flex-flow: row nowrap;
          justify-content: center; }
          .cart-product-card .product-line-item .product-line-item__details .product-line-item__price .price .price-non-adjusted {
            margin-right: 1.2rem;
            order: -1; }
        .cart-product-card .product-line-item .product-line-item__details .product-line-item__price .product-price__default {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          justify-content: flex-start;
          line-height: 16px;
          color: #333; }
        .cart-product-card .product-line-item .product-line-item__details .product-line-item__price .line-item-promo {
          display: none; }
      .cart-product-card .product-line-item .product-line-item__details .product-line-item__attributes {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.5px;
        line-height: 16px;
        color: #333;
        text-transform: uppercase;
        margin-top: 0;
        text-align: left; }
        .cart-product-card .product-line-item .product-line-item__details .product-line-item__attributes p {
          margin: 0; }
        .cart-product-card .product-line-item .product-line-item__details .product-line-item__attributes .line-item-attribute {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          text-align: left;
          line-height: 16px;
          text-transform: uppercase;
          color: #333; }
      .cart-product-card .product-line-item .product-line-item__details .product-line-item__promotion-text,
      .cart-product-card .product-line-item .product-line-item__details .product-line-item__promotion-error {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        text-align: left;
        line-height: 16px;
        text-transform: uppercase;
        color: #9a9b9b; }
    .cart-product-card .product-line-item .bonus-product-line-item__quantity {
      flex-grow: 1;
      text-align: right; }
      .cart-product-card .product-line-item .bonus-product-line-item__quantity .bonus-product-line-item__quantity-title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1rem;
        line-height: 1.6; }
      .cart-product-card .product-line-item .bonus-product-line-item__quantity .bonus-product-line-item__quantity-value {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1rem;
        line-height: 1.6; }
    .cart-product-card .product-line-item .product-line-item__action-buttons {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      margin-top: 0;
      margin-left: auto; }
      .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__quantity {
        margin-right: 0.8rem; }
        .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__quantity .quantity-form {
          position: relative;
          display: flex;
          flex-flow: row nowrap;
          justify-content: center; }
          .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__quantity .quantity-form select {
            width: 6rem;
            height: 4rem;
            margin: 0;
            position: relative;
            z-index: 2; }
          .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__quantity .quantity-form i {
            top: 0.4rem;
            right: 0;
            z-index: 1;
            font-size: 3rem;
            color: #616363;
            cursor: pointer; }
            .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__quantity .quantity-form i.icon--disabled {
              color: #9a9b9b; }
      .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__remove .remove-product {
        padding: 1.6rem 0 1.6rem 1rem; }
      .cart-product-card .product-line-item .product-line-item__action-buttons .product-line-item__remove i {
        font-size: 0.8rem;
        color: #000;
        cursor: pointer; }

@media screen and (min-width: 1200px) {
  .cart-product-card .product-line-item .product-line-item__image {
    width: 6.5rem;
    height: 6.5rem; }
  .cart-product-card .product-line-item .product-line-item__details {
    padding-left: 2.1rem; } }

.cart__recommended-product {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.8rem; }
  .cart__recommended-product .recommended-product__image {
    width: 6.5rem;
    height: 6.5rem;
    margin: 0 auto; }
    .cart__recommended-product .recommended-product__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cart__recommended-product .recommended-product__details {
    width: 100%; }
    .cart__recommended-product .recommended-product__details .recommended-product__name,
    .cart__recommended-product .recommended-product__details .recommended-product__price,
    .cart__recommended-product .recommended-product__details .recommended-product__attributes {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.5px;
      line-height: 1.6rem;
      color: #333;
      text-transform: uppercase;
      margin-top: 0;
      text-align: center; }
    .cart__recommended-product .recommended-product__details .recommended-product__price {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.5px;
      line-height: 16px;
      color: #333;
      text-transform: uppercase;
      margin-top: 0;
      text-align: center; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .price {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center; }
        .cart__recommended-product .recommended-product__details .recommended-product__price .price .price-non-adjusted {
          margin-right: 1.2rem;
          order: -1; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .product-price__default {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        justify-content: center;
        line-height: 16px;
        color: #333; }
      .cart__recommended-product .recommended-product__details .recommended-product__price .line-item-promo {
        display: none; }
    .cart__recommended-product .recommended-product__details .recommended-product__attributes p {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #333;
      margin: 0; }
  .cart__recommended-product .recommended-product__action-buttons {
    margin: 1rem auto 0 auto; }
    .cart__recommended-product .recommended-product__action-buttons .recommended-product__quantity {
      display: none; }
    .cart__recommended-product .recommended-product__action-buttons .recommended-product__add-to-cart .add-to-cart-button {
      padding: 1rem 1.5rem; }

@media screen and (min-width: 768px) {
  .cart__recommended-product {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .cart__recommended-product .recommended-product__details {
      padding-left: 1.6rem;
      width: auto; }
      .cart__recommended-product .recommended-product__details .recommended-product__price,
      .cart__recommended-product .recommended-product__details .recommended-product__attributes {
        text-align: left; }
        .cart__recommended-product .recommended-product__details .recommended-product__price .price,
        .cart__recommended-product .recommended-product__details .recommended-product__attributes .price {
          justify-content: flex-start; }
    .cart__recommended-product .recommended-product__image {
      width: 6.5rem;
      height: 6.5rem;
      margin: 0; }
    .cart__recommended-product .recommended-product__action-buttons {
      margin: 0;
      margin-left: auto; }
      .cart__recommended-product .recommended-product__action-buttons .recommended-product__add-to-cart .add-to-cart-button {
        padding: 1.3rem 4.5rem; } }

@media screen and (min-width: 1200px) {
  .cart__recommended-product .recommended-product__image {
    width: 6.5rem;
    height: 6.5rem; }
  .cart__recommended-product .recommended-product__action-buttons .recommended-product__add-to-cart .add-to-cart-button {
    padding: 1.3rem 4.5rem; } }

.page[data-action=Cart-Show] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll; }

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

.cart {
  background-color: #fff;
  min-height: 115vh; }
  .cart .cart__details {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 3rem 0 0;
    background-color: #fafafa; }
    .cart .cart__details .cart__details__wrapper {
      height: 100%; }
    .cart .cart__details .cart__title {
      display: flex;
      flex-flow: row nowrap;
      margin-bottom: 3rem; }
      .cart .cart__details .cart__title .cart__title-text {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        line-height: 1.45;
        color: #000;
        text-transform: uppercase; }
    .cart .cart__details .cart__details__content {
      padding-bottom: 2.4rem;
      display: flex;
      flex-flow: column;
      justify-content: space-between; }
    .cart .cart__details .cart__empty-message {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      color: #363738; }
    .cart .cart__details .cart__start-shopping-link {
      margin-top: 6.6rem;
      text-align: center; }
    .cart .cart__details .cart__up-sell .cart__up-sell__title {
      display: flex;
      flex-flow: row nowrap;
      margin: 3rem 0; }
      .cart .cart__details .cart__up-sell .cart__up-sell__title .cart__title-text {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        line-height: 1.45;
        color: #000;
        text-transform: uppercase; }
    .cart .cart__details .cart__up-sell .cart__up-sell__recommendations {
      margin-top: 1.2rem; }
      .cart .cart__details .cart__up-sell .cart__up-sell__recommendations .cart__up-sell__text {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        color: #9a9b9b;
        text-transform: uppercase; }
    .cart .cart__details .cart__sticky-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1.5rem;
      background-color: #333;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s ease;
      z-index: 12; }
      .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;
        top: 8rem;
        bottom: auto; }
      .cart .cart__details .cart__sticky-bar .cart__sticky-bar__text {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
        position: relative; }
        .cart .cart__details .cart__sticky-bar .cart__sticky-bar__text::after {
          font-family: 'adidasheadphones-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: 'd';
          font-size: 3rem;
          position: absolute;
          top: -10px;
          padding-left: 1.2rem; }
    .cart .cart__details.sticky-bar--fixed .cart__title {
      margin-bottom: 9rem; }
    .cart .cart__details.empty__cart {
      min-height: 24.4rem; }
  .cart .cart__summary {
    min-height: calc(100vh - 24.4rem);
    padding: 3rem 0 2.3rem;
    background-color: #fff; }
    .cart .cart__summary .cart__totals-terms {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 1.4rem;
      line-height: 1.42857;
      margin: 4.8rem auto 4rem auto;
      width: calc(100% - 3rem); }
      .cart .cart__summary .cart__totals-terms a {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        text-decoration: underline; }
    .cart .cart__summary .cart__subtotals {
      margin-bottom: 1rem; }
      .cart .cart__summary .cart__subtotals .order-subtotal {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%; }
        .cart .cart__summary .cart__subtotals .order-subtotal p {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.5px;
          color: #000;
          line-height: 1.45;
          margin: 0 0 1.4rem;
          text-transform: uppercase;
          flex-basis: calc(50% - 5px); }
          .cart .cart__summary .cart__subtotals .order-subtotal p.price-free {
            color: #5eaf00;
            text-transform: uppercase; }
      .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;
        width: 100%; }
        .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: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          letter-spacing: 0.5px;
          color: #9a9b9b;
          margin: 0 0 0.2rem;
          text-transform: uppercase;
          flex-basis: calc(50% - 5px); }
          .cart .cart__summary .cart__subtotals .order-discount p.price-free,
          .cart .cart__summary .cart__subtotals .sales-tax p.price-free,
          .cart .cart__summary .cart__subtotals .shipping-cost p.price-free,
          .cart .cart__summary .cart__subtotals .shipping-discount p.price-free {
            color: #5eaf00;
            text-transform: uppercase; }
          .cart .cart__summary .cart__subtotals .order-discount p.order-discount-value,
          .cart .cart__summary .cart__subtotals .sales-tax p.order-discount-value,
          .cart .cart__summary .cart__subtotals .shipping-cost p.order-discount-value,
          .cart .cart__summary .cart__subtotals .shipping-discount p.order-discount-value {
            color: #e02020; }
    .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; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title i {
        font-size: 3rem;
        color: #616363;
        margin-top: 1rem;
        margin-right: 1.4rem;
        cursor: pointer;
        order: 2; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes {
        display: flex;
        flex-direction: column;
        order: 1; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__title .cart__coupon-codes .cart__coupon-codes__label {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          margin-top: 1.2rem;
          letter-spacing: 0.5px;
          color: #333;
          text-decoration: underline;
          text-transform: uppercase;
          cursor: pointer; }
    .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form {
      display: none; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group {
        margin-bottom: 0; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input input {
          color: #333;
          width: 17.3rem;
          height: 4rem;
          border: 1px solid #9a9b9b;
          border-radius: 0;
          padding: 1.2rem 0.8rem; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .promo-code-submit .promo-code-btn {
          font-size: 3rem;
          border: solid 1px #9a9b9b;
          line-height: 1;
          border-left: none;
          border-radius: 0;
          background-color: transparent;
          color: #9a9b9b;
          padding: 0.3rem 0.4rem;
          height: 4rem; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error {
        margin-top: 0.9rem; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error .coupon-missing-error {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.5px;
          color: #d0021b;
          display: none; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .coupon-error .coupon-error-message {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.5px;
          color: #d0021b; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .cart__coupon-codes__list {
        margin-top: 1.2rem; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .cart__coupon-codes__list {
        margin-top: 0.9rem; }
        .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .cart__coupon-codes__list .cart__coupon-codes__item {
          padding-bottom: 1.5rem; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .cart__coupon-codes__list .cart__coupon-codes__item span {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.5px; }
          .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .cart__coupon-codes__list .cart__coupon-codes__item .remove-coupon {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.5px;
            border: 0;
            margin-left: 2rem;
            padding: 0 2rem;
            height: 3rem;
            text-transform: uppercase; }
    .cart .cart__summary .cart__total-amount {
      padding-top: 2rem;
      margin-top: 2rem;
      border-top: 1px solid #333; }
      .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: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.5px;
          color: #000;
          margin: 0;
          text-transform: uppercase; }
      .cart .cart__summary .cart__total-amount .cart__info {
        display: flex;
        flex-flow: row nowrap;
        padding-top: 0.4rem; }
    .cart .cart__summary .cart__additional-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 1.6rem; }
      .cart .cart__summary .cart__additional-info .cart__additional-info-wrapper {
        padding: 1.2rem 1.6rem;
        background: #cdcdcd;
        border-radius: 2px; }
      .cart .cart__summary .cart__additional-info .cart__additional-info-text {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 14px;
        line-height: 20px;
        color: #000; }
        .cart .cart__summary .cart__additional-info .cart__additional-info-text a {
          font-family: "AdineuePro-Light", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px; }
    .cart .cart__summary .cart__checkout {
      margin-top: 3.8rem;
      display: flex;
      flex-direction: column; }
      .cart .cart__summary .cart__checkout .cart__checkout-button {
        text-align: center;
        flex-basis: 100%; }
        .cart .cart__summary .cart__checkout .cart__checkout-button .button--checkout,
        .cart .cart__summary .cart__checkout .cart__checkout-button .button {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          padding: 1.5rem 3.1rem;
          text-transform: uppercase;
          font-size: 1.3rem;
          line-height: 1.7rem;
          width: 100%;
          height: 4.7rem; }
      .cart .cart__summary .cart__checkout .cart__continue-shopping-link {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 10px;
        line-height: 16px;
        color: #333;
        border: 1px solid #333;
        order: -1;
        margin-bottom: 1.5rem; }
        .cart .cart__summary .cart__checkout .cart__continue-shopping-link .button--ghost-white {
          color: #333;
          width: 100%;
          font-size: 1.3rem;
          line-height: 1.7rem; }
      .cart .cart__summary .cart__checkout-info {
        font-family: "AdihausDin-Regular", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        margin: 4.8rem auto 4rem auto;
        width: calc(100% - 3rem); }
        .cart .cart__summary .cart__checkout-info a {
          font-family: "AdihausDin-Regular", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 1.4rem;
          line-height: 1.42857;
          text-decoration: underline; }
  .cart .cart-info__inner-wrapper {
    margin: 4rem 0 1.6rem; }
    .cart .cart-info__inner-wrapper .collapsible .collapsible-header .title {
      font-family: "AdihausDin-Medium", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #000;
      display: flex;
      flex-wrap: wrap; }
      .cart .cart-info__inner-wrapper .collapsible .collapsible-header .title__first-part {
        white-space: nowrap; }
      .cart .cart-info__inner-wrapper .collapsible .collapsible-header .title__second-part {
        white-space: pre; }
      .cart .cart-info__inner-wrapper .collapsible .collapsible-header .title::after {
        content: "";
        background: url("../images/icons/icon-arrow-bottom.svg") no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 1.4rem;
        height: 0.8rem;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .cart .cart-info__inner-wrapper .collapsible .collapsible-content {
      font-family: "AdihausDin-Regular", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0.05rem;
      font-size: 14px;
      line-height: 20px; }
    .cart .cart-info__inner-wrapper .collapsible.active .collapsible-header .title::after {
      content: "";
      background: url("../images/icons/icon-arrow-bottom.svg") no-repeat;
      background-size: 100%;
      background-repeat: no-repeat;
      transform: translateY(-50%) rotate(180deg);
      width: 1.4rem;
      height: 0.8rem; }
    .cart .cart-info__inner-wrapper .collapsible.active .collapsible-content {
      padding-bottom: 1.6rem; }
    .cart .cart-info__inner-wrapper .static-page__shipping-table {
      margin-bottom: 2.5rem; }
    .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container,
    .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container {
      width: 100%;
      margin-top: 1.5rem; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__delivery,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__delivery {
        display: flex;
        background-color: #fafafa; }
        .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__delivery .shipping-item__value,
        .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__delivery .shipping-item__value {
          font-family: "AdihausDin-Bold", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 1.4rem;
          line-height: 1.42857; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__cost,
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__time,
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__free-from,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__cost,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__time,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__free-from {
        display: flex; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__crossed-value,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__crossed-value {
        text-decoration: line-through;
        margin-right: 0.5rem; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__headline,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__headline {
        font-family: "AdihausDin-Bold", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
        padding: 0.6rem 0.9rem;
        word-break: break-word;
        white-space: nowrap;
        flex-basis: 50%; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__value,
      .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__value {
        font-family: "AdineuePro-Light", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 0.6rem 0.9rem;
        word-break: break-word;
        flex-basis: 50%;
        display: flex;
        flex-wrap: nowrap; }
        .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__value.specific-delivery__time,
        .cart .cart-info__inner-wrapper .collapsible-content .shipping-item__container .shipping-item__value.specific-delivery__time {
          display: none; }
    .cart .cart-info__inner-wrapper .static-page__shipping-table .specific-delivery .shipping-item__container,
    .cart .cart-info__inner-wrapper .collapsible-content .specific-delivery .shipping-item__container {
      display: none; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .specific-delivery .shipping-item__container:first-of-type, .cart .cart-info__inner-wrapper .static-page__shipping-table .specific-delivery .shipping-item__container:last-of-type,
      .cart .cart-info__inner-wrapper .collapsible-content .specific-delivery .shipping-item__container:first-of-type,
      .cart .cart-info__inner-wrapper .collapsible-content .specific-delivery .shipping-item__container:last-of-type {
        display: block; }
      .cart .cart-info__inner-wrapper .static-page__shipping-table .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time,
      .cart .cart-info__inner-wrapper .collapsible-content .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time {
        display: block; }
        .cart .cart-info__inner-wrapper .static-page__shipping-table .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time + .shipping-item__value,
        .cart .cart-info__inner-wrapper .collapsible-content .specific-delivery .shipping-item__container:first-of-type .shipping-item__value.specific-delivery__time + .shipping-item__value {
          display: none; }

@media screen and (min-width: 768px) {
  .cart .cart__details .cart__title {
    margin-bottom: 4.6rem; }
  .cart .cart__summary {
    justify-content: flex-start;
    min-height: unset;
    flex: 0 0 50%; }
    .cart .cart__summary .cart__checkout {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .cart .cart__summary .cart__checkout .cart__continue-shopping-link,
      .cart .cart__summary .cart__checkout .cart__checkout-button {
        flex-basis: calc(50% - 5px);
        margin-bottom: 0; }
      .cart .cart__summary .cart__checkout .continue-shopping-link {
        padding: 1.5rem 3.7rem; } }

@media screen and (min-width: 1200px) {
  .cart-close {
    margin-top: 4.6rem;
    margin-right: 4.6rem; }
  .minicart {
    background-color: #fafafa; }
  .cart {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #fafafa; }
    .cart .cart__details {
      justify-content: flex-start;
      min-height: unset;
      margin: 0;
      padding: 4rem 0;
      background-color: #fafafa;
      flex: 0 0 50%; }
      .cart .cart__details .cart__details__wrapper {
        position: relative;
        width: calc(100% - 12.8rem);
        margin: 0 auto;
        overflow-y: scroll; }
        .cart .cart__details .cart__details__wrapper::-webkit-scrollbar {
          display: none; }
        .cart .cart__details .cart__details__wrapper .cart__title {
          margin-bottom: 3rem; }
          .cart .cart__details .cart__details__wrapper .cart__title .cart__title-text {
            font-family: "AdihausDin-Medium", sans-serif;
            font-style: normal;
            font-weight: 300;
            text-transform: none;
            letter-spacing: 0.05rem;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.5px;
            text-transform: uppercase; }
        .cart .cart__details .cart__details__wrapper .cart__details__content {
          height: calc(100% - 6rem);
          padding-bottom: 0; }
          .cart .cart__details .cart__details__wrapper .cart__details__content .cart-product-card {
            padding-right: 0; }
      .cart .cart__details .cart__start-shopping-link {
        margin-top: 20rem; }
      .cart .cart__details .cart__up-sell {
        padding-right: 4rem; }
    .cart .cart__summary {
      margin: 0;
      padding: 4rem 0;
      background: #fff;
      flex: 0 0 50%;
      min-height: unset;
      overflow-y: scroll; }
      .cart .cart__summary::-webkit-scrollbar {
        display: none; }
      .cart .cart__summary .cart__totals {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .cart .cart__summary .cart__totals .cart__totals__wrapper {
          position: relative;
          width: calc(100% - 12.8rem); }
        .cart .cart__summary .cart__totals .cart__totals-terms {
          display: flex;
          flex-direction: row;
          align-self: flex-start;
          width: calc(100% - 12.8rem); }
      .cart .cart__summary .cart__subtotals {
        margin-bottom: 0; }
        .cart .cart__summary .cart__subtotals .order-subtotal p {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.5px;
          margin: 0 0 1.9rem;
          text-transform: uppercase; }
        .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: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 10px;
          line-height: 16px;
          letter-spacing: 0.5px;
          text-transform: uppercase; }
      .cart .cart__summary .cart__coupon-codes .cart__coupon-codes__form .promo-code-form .form-group .coupon-code-input input {
        width: 24.3rem; }
      .cart .cart__summary .cart__total-amount {
        margin-top: 2rem; }
        .cart .cart__summary .cart__total-amount .order-total p {
          font-family: "AdihausDin-Medium", sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: none;
          letter-spacing: 0.05rem;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.5px;
          color: #000;
          text-transform: uppercase; }
      .cart .cart__summary .cart__checkout {
        margin-top: 2.4rem; }
    .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__headline {
      flex-basis: 30%; }
    .cart .cart-info__inner-wrapper .static-page__shipping-table .shipping-item__container .shipping-item__value {
      flex-basis: 70%; } }

@media screen and (min-width: 768px) {
  .wrapper {
    width: calc(100% - 9rem); }
  .full-background-image .widget__productwidget_details-container.text-horizontal-alignment-left {
    position: absolute;
    left: 0; }
  .full-background-image .widget__productwidget_details-container.text-horizontal-alignment-center {
    position: absolute;
    left: 25%; }
  .full-background-image .widget__productwidget_details-container.text-horizontal-alignment-right {
    position: absolute;
    left: 50%; }
  .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: 10px;
    -webkit-text-size-adjust: 10px;
    font-size: 10px; } }

@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: 1200px) {
  .wrapper {
    width: 1110px; }
  #webWidget {
    max-height: none !important; } }

@media screen and (min-width: 1200px) {
  html {
    -ms-text-size-adjust: 10px;
    -webkit-text-size-adjust: 10px;
    font-size: 10px; }
  h1,
  .h1 {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2.22px;
    color: #000; }
  h2,
  .h2 {
    font-family: "AdineuePro-Bold", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #000; }
  h3,
  .h3 {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000; }
  h4,
  .h4 {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000; }
  h5,
  .h5 {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000; }
  p {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000; }
  .p-regular {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000; }
  .p-small {
    font-family: "AdihausDin-Regular", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000; } }

@media screen and (min-width: 1200px) {
  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: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 10px;
    line-height: 16px; } }

@media screen and (min-width: 1200px) {
  .dropdown {
    margin: 4rem 0; }
    .dropdown .dropdown-header {
      padding: 3.3rem 3rem; }
      .dropdown .dropdown-header .title,
      .dropdown .dropdown-header .selected_country,
      .dropdown .dropdown-header .dropdown-header-title {
        font-family: "AdihausDin-Medium", sans-serif;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 0.05rem;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        line-height: 1; }
    .dropdown .dropdown-content {
      padding: 0 3rem 4rem; } }

@media screen and (min-width: 1200px) {
  .tabs .tabs-header .tabs-header-item {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 2.5rem 1.5rem; }
  .tabs .tabs-content {
    padding: 3rem 4rem 3rem; }
  .tabs-as-buttons .tabs-header .tabs-header-item {
    font-family: "AdihausDin-Medium", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    flex-basis: calc(50% - 1.5rem);
    flex-grow: 0;
    padding: 3.6rem 0; }
    .tabs-as-buttons .tabs-header .tabs-header-item:first-child {
      border-right: 1.5px solid #9a9b9b; }
    .tabs-as-buttons .tabs-header .tabs-header-item:last-child {
      border-left: 1.5px solid #9a9b9b; }
    .tabs-as-buttons .tabs-header .tabs-header-item.active {
      border: 1.5px solid #333; }
  .tabs-as-buttons .tabs-content {
    padding: 4.5rem 0 0 0; } }
