@charset "UTF-8";
#oc-wrapper-watchlist,
#oc-wrapper-guide,
#oc-wrapper-contact {
  z-index: 100001; }

.watchlist-btn-link:not(.active) .status-active {
  display: none; }

.watchlist-btn-link:not(.active) .status-inactive {
  display: inline-block; }

.watchlist-btn-link.active .status-active {
  display: inline-block; }

.watchlist-btn-link.active .status-inactive {
  display: none; }

[data-type="wl-btn"]:not(.in-productheader), .watchlist-btn:not(.in-productheader) {
  background-color: #ffffff;
  transition: all .25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  position: relative;
  padding: 8px 12px 8px 2px; }

[data-type="wl-btn"] .icon-active, [data-type="wl-btn"] .icon-inactive, .watchlist-btn .icon-active, .watchlist-btn .icon-inactive {
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }

[data-type="wl-btn"] .icon-active, .watchlist-btn .icon-active {
  transform: translate(-50%, -50%) scale(0);
  color: #e74900; }

[data-type="wl-btn"].active .icon-active, .watchlist-btn.active .icon-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

[data-type="wl-btn"].active .icon-inactive, .watchlist-btn.active .icon-inactive {
  color: #e74900; }

[data-type="wl-btn"]:not(.active) .icon-active, .watchlist-btn:not(.active) .icon-active {
  opacity: 0; }

[data-type="wl-btn"]:not(.active) .icon-inactive, .watchlist-btn:not(.active) .icon-inactive {
  opacity: 1; }

[data-type="wl-btn"].filled:not(.in-productheader), .watchlist-btn.filled:not(.in-productheader) {
  background-color: #e74900;
  padding: 16px 20px 16px 16px; }
  [data-type="wl-btn"].filled:not(.in-productheader) .icon-active, [data-type="wl-btn"].filled:not(.in-productheader) .icon-inactive, .watchlist-btn.filled:not(.in-productheader) .icon-active, .watchlist-btn.filled:not(.in-productheader) .icon-inactive {
    color: #fff; }
  [data-type="wl-btn"].filled:not(.in-productheader) span, .watchlist-btn.filled:not(.in-productheader) span {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ffffff; }
  [data-type="wl-btn"].filled:not(.in-productheader):hover, .watchlist-btn.filled:not(.in-productheader):hover {
    background-color: #C1452F; }
  [data-type="wl-btn"].filled:not(.in-productheader):hover span, .watchlist-btn.filled:not(.in-productheader):hover span {
    color: white; }

[data-type="wl-btn"]:not(.in-productheader) #action, .watchlist-btn:not(.in-productheader) #action {
  width: 40px;
  height: 40px;
  margin: -6px 0 -6px; }

[data-type="wl-btn"]:not(.in-productheader) span:not(.icon-active):not(.icon-inactive), .watchlist-btn:not(.in-productheader) span:not(.icon-active):not(.icon-inactive) {
  font-size: 14px;
  font-weight: normal;
  transition: all .3s ease-out; }

[data-type="wl-btn"]:not(.in-productheader):hover span, .watchlist-btn:not(.in-productheader):hover span {
  color: #e74900; }

#nav-watchlist {
  position: relative;
  isolation: isolate;
  z-index: 10; }
  #nav-watchlist #watchlist-icon {
    position: relative;
    isolation: isolate;
    color: #ffffff; }
    #nav-watchlist #watchlist-icon > #bg {
      position: absolute;
      top: -9px;
      left: 14px;
      font-size: 12px;
      border-radius: 50%;
      color: white;
      background-color: #e74900;
      width: 11px;
      height: 11px;
      padding: 10px 6px 1px 6px;
      text-align: center;
      z-index: 1;
      overflow: hidden;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: „lnum“;
      -webkit-font-feature-settings: „lnum“;
      font-feature-settings: „lnum“;
      transition: all .15s ease-in-out;
      opacity: 0; }
      #nav-watchlist #watchlist-icon > #bg > #counter {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%; }
        #nav-watchlist #watchlist-icon > #bg > #counter.up {
          animation: animate-wl-icon-counter-up 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
        #nav-watchlist #watchlist-icon > #bg > #counter.down {
          animation: animate-wl-icon-counter-down 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
    #nav-watchlist #watchlist-icon:not(.empty) #bg {
      animation: animate-wl-icon 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
    #nav-watchlist #watchlist-icon:empty #bg {
      opacity: 0; }

@keyframes animate-wl-icon {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes animate-wl-icon-counter-down {
  from {
    transform: scale(0.9) translate(-50%, 10px);
    opacity: 0; }
  to {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1; } }

@keyframes animate-wl-icon-counter-up {
  from {
    transform: scale(0.9) translate(-50%, -10px);
    opacity: 0; }
  to {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1; } }

#watchlist-popup {
  position: absolute;
  right: -12px;
  top: 57px;
  z-index: 1001;
  min-width: 340px;
  padding: 24px;
  padding-bottom: 28px;
  outline: thin solid #5B504B;
  text-align: initial;
  background-color: #ffffff;
  opacity: 0;
  transition: all .1s ease-out;
  transform: translateY(-10px) scale(0.9);
  pointer-events: none;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  #watchlist-popup #container {
    overflow-y: auto;
    max-height: 100%;
    margin-right: -24px;
    flex: 1; }
  @media (max-width: 768px) {
    #watchlist-popup {
      display: none; } }
  #watchlist-popup img {
    background-color: #DED7D5; }
  #watchlist-popup.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: initial; }
  #watchlist-popup p {
    margin-bottom: 32px; }
  #watchlist-popup #item {
    display: flex;
    animation: popup-item-in .2s ease-out .1s forwards;
    opacity: 0; }
    #watchlist-popup #item:not(:first-child) {
      margin-top: 8px; }
    #watchlist-popup #item #img {
      width: 90px;
      height: 90px; }
    #watchlist-popup #item #title {
      margin-bottom: 0;
      margin-left: 16px;
      margin-right: 16px; }
      #watchlist-popup #item #title > a {
        font-size: 18px; }
        #watchlist-popup #item #title > a:hover {
          text-decoration: underline; }
  #watchlist-popup #watchlist-link {
    color: #5B504B;
    text-align: center;
    vertical-align: center;
    margin-top: 32px;
    margin-bottom: 0 !important;
    cursor: pointer;
    width: 100%;
    display: block;
    font-size: 18px !important; }
    #watchlist-popup #watchlist-link:hover {
      text-decoration: underline !important; }
  #watchlist-popup #strip {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    isolation: isolate;
    height: 4px;
    width: calc(100% + 2px);
    cursor: pointer;
    background-color: #FFF2CD;
    transition: all .2s ease-out; }
    #watchlist-popup #strip .inner {
      content: '';
      position: absolute;
      inset: 0;
      background-color: #e74900;
      z-index: -1;
      transform-origin: left; }
    #watchlist-popup #strip.paused {
      transform: translateY(100%);
      opacity: 0; }

@keyframes popup-item-in {
  from {
    opacity: 0;
    transform: scale(0.9); }
  to {
    opacity: 1;
    transform: scale(1); } }

.watchlist-item, [data-template="wl-dealer"] {
  display: flex;
  overflow: hidden;
  flex-direction: column; }
  .watchlist-item #title-short, [data-template="wl-dealer"] #title-short {
    margin-top: 8px !important; }
  .watchlist-item:not(:first-child), [data-template="wl-dealer"]:not(:first-child) {
    padding-top: 24px; }
  .watchlist-item > div:first-of-type, [data-template="wl-dealer"] > div:first-of-type {
    flex-direction: column; }
    .watchlist-item > div:first-of-type > div:first-of-type, [data-template="wl-dealer"] > div:first-of-type > div:first-of-type {
      position: relative;
      display: flex;
      flex-direction: column; }
    .watchlist-item > div:first-of-type > div:nth-child(2), [data-template="wl-dealer"] > div:first-of-type > div:nth-child(2) {
      padding-right: 16px; }
    .watchlist-item > div:first-of-type #remove, [data-template="wl-dealer"] > div:first-of-type #remove {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      font-size: 14px;
      align-items: center;
      cursor: pointer;
      align-self: start;
      color: white;
      transition: color .2s ease-out; }
      .watchlist-item > div:first-of-type #remove:hover, [data-template="wl-dealer"] > div:first-of-type #remove:hover {
        color: #e74900; }
    .watchlist-item > div:first-of-type img, [data-template="wl-dealer"] > div:first-of-type img {
      width: 100%;
      position: relative;
      isolation: isolate; }
    .watchlist-item > div:first-of-type #btns, [data-template="wl-dealer"] > div:first-of-type #btns {
      margin-left: 8px;
      display: flex;
      flex-direction: column;
      align-items: end;
      margin-top: 16px; }
      .watchlist-item > div:first-of-type #btns > .btn, [data-template="wl-dealer"] > div:first-of-type #btns > .btn {
        position: relative;
        isolation: isolate;
        display: flex;
        margin-top: 8px;
        width: 100%;
        justify-content: center;
        align-items: center;
        min-height: 58px; }
      .watchlist-item > div:first-of-type #btns a, [data-template="wl-dealer"] > div:first-of-type #btns a {
        text-decoration: none; }

.watchlist-item-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px; }

@media print, screen and (min-width: 1024px) {
  .watchlist-item #img, [data-template="wl-dealer"] #img {
    width: 200px !important;
    height: 200px !important; }
  .watchlist-item > div:first-of-type, [data-template="wl-dealer"] > div:first-of-type {
    flex-direction: row;
    margin-bottom: 0; }
    .watchlist-item > div:first-of-type #container-center, [data-template="wl-dealer"] > div:first-of-type #container-center {
      flex: 1;
      padding-left: 24px;
      display: flex;
      flex-direction: column;
      align-items: start; }
    .watchlist-item > div:first-of-type #remove, [data-template="wl-dealer"] > div:first-of-type #remove {
      position: relative;
      color: #5B504B; }
      .watchlist-item > div:first-of-type #remove span, [data-template="wl-dealer"] > div:first-of-type #remove span {
        margin-right: 8px; }
    .watchlist-item > div:first-of-type #btns, [data-template="wl-dealer"] > div:first-of-type #btns {
      margin-top: 0; }
      .watchlist-item > div:first-of-type #btns > .btn, [data-template="wl-dealer"] > div:first-of-type #btns > .btn {
        width: auto; } }

@media print {
  .bm-fade-in-animation {
    opacity: 1 !important; }
  #btns,
  .bm-noprint,
  #wl-dealer-section,
  #moin-ai-container {
    display: none !important; }
  .spacer {
    margin-top: 0 !important; }
  html, body {
    min-height: 99%; }
  #langinfo,
  #wl-spinner-container,
  #remove {
    display: none !important; }
  .bm-wl-item,
  .hide-when-empty-dealer {
    page-break-inside: avoid; }
    .bm-wl-item #picture,
    .hide-when-empty-dealer #picture {
      overflow: hidden;
      display: block !important;
      height: 200px;
      flex: none !important; }
    .bm-wl-item #container-center .bm-spacer,
    .hide-when-empty-dealer #container-center .bm-spacer {
      height: auto !important;
      flex: none !important; }
  header {
    display: none !important; }
    header.uk-display-block {
      display: none !important; }
  a {
    text-decoration: none !important; }
  #wl-remove, .btn {
    display: none !important; }
  textarea {
    resize: none !important; }
  .wl-page-item {
    border-top: none !important;
    page-break-inside: avoid;
    padding-top: 8px !important; }
  #wl-notepad-section {
    margin-bottom: 0px !important; }
  #wl-notepad-margin-wrapper {
    display: none !important; }
  #notepad-text-bm-print {
    display: block !important; }
  #wl-notepad-section {
    page-break-inside: avoid; }
  #wl-print-logo {
    display: flex !important; } }

.btn {
  padding: 8px 16px !important;
  line-height: 1 !important;
  user-select: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease-out; }
  .btn.muted {
    pointer-events: none;
    cursor: initial;
    opacity: .8; }

.icon-btn {
  padding: 13px 12px !important;
  line-height: 1 !important;
  user-select: none; }

.bm-spacer {
  flex: 1; }

.search-item {
  cursor: pointer;
  isolation: isolate;
  position: relative;
  display: flex;
  overflow: hidden; }
  .search-item:after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    bottom: -16px;
    right: -16px;
    z-index: -1;
    background-color: #F4F1E8;
    opacity: 0;
    transition: opacity .3s ease-out; }
  .search-item:hover:after {
    opacity: 1; }
  .search-item:not(:last-child) {
    margin-bottom: 24px; }

.uk-modal-footer .uk-button-default {
  position: relative;
  isolation: isolate; }
  .uk-modal-footer .uk-button-default:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 22px;
    right: 22px;
    height: 4px;
    background: linear-gradient(90deg, #5B504B calc(100% / 3), transparent 0 calc(200% / 3), #5B504B 0) var(--d, 100%) 100%/300% 2px no-repeat;
    transition: 0.45s; }
  .uk-modal-footer .uk-button-default:hover {
    border-color: transparent !important; }
  .uk-modal-footer .uk-button-default:hover:after {
    --d: 0%;
    color: #5B504B;
    text-decoration: none; }

.uk-modal-footer .uk-button-primary:focus {
  background-color: #e74900; }

.uk-modal-footer .uk-button-primary:hover {
  background-color: #C1452F; }

#guide .uk-link {
  color: #5B504B;
  background: linear-gradient(90deg, #5B504B calc(100% / 3), transparent 0 calc(200% / 3), #5B504B 0) var(--d, 100%) 100%/300% 2px no-repeat;
  transition: 0.45s; }
  #guide .uk-link:hover {
    --d: 0%;
    color: #5B504B;
    text-decoration: none; }

.products-slider > * {
  width: calc(100% * (4 / 5)); }

@media (min-width: 768px) {
  .products-slider > * {
    width: calc(100% * (3 / 5)); } }

@media (min-width: 1024px) {
  .products-slider > * {
    width: calc(100% * (2 / 5)); } }

[data-template="wl-accessory-item"]:not(:last-child) {
  margin-bottom: 24px; }

[x-cloak] {
  display: none !important; }

@media print {
  #usercentrics-root {
    display: none; }
  #moinai_button {
    right: 1000%;
    display: none !important;
    transform: scale(0); }
  #moinai-frame {
    display: none !important; } }

@media (max-width: 768px) {
  #order-sample-button-wl-primary-desktop {
    display: none !important; }
  #order-sample-button-wl-primary-mobile {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
    flex: 0 0 100% !important; }
    #order-sample-button-wl-primary-mobile .uk-icon {
      margin-right: 15px; } }
