@charset "UTF-8";
/* z-index */
/* Other */
/* Border Radius */
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
Helper function to check for active feature flags.
==================================================
The `$sw-features` variable contains a SCSS map of the current feature config.
The variable is injected automatically via ThemeCompiler.php and webpack.config.js.

@sw-package fundamentals@framework

Example:
@if feature('FEATURE_NEXT_1234') {
    // ...
}
*/
/*
Variables
==================================================
Import of all variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Skin variables
==================================================
Contains the imports to all variables that the Shopware skin uses.

@sw-package framework
*/
/*
Theme config variables
==================================================
Contains all custom shopware theme sw-variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
Mixin for multiline text truncate
==================================================
@sw-package framework
*/
/*
 * Skin variables
 * ---------- */
/*
 * Vendors
 * ------- */
/*
Bootstrap
==================================================
Import of bootstrap vendor.

https://getbootstrap.com/docs/5.2/getting-started/introduction

@sw-package framework
*/
/*!
   * Bootstrap  v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root, [data-bs-theme="light"] {
  --bs-blue: #0071DB;
  --bs-red: #FF464A;
  --bs-orange: #F2881D;
  --bs-yellow: #EBB95C;
  --bs-green: #24A148;
  --bs-white: #FFFFFF;
  --bs-gray: #DDDDDD;
  --bs-dove-grey: #666666;
  --bs-blue-lagoon-tuerkis: #028E93;
  --bs-san-juan-midblue: #2D5474;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eee;
  --bs-gray-300: #bcc1c7;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #798490;
  --bs-gray-700: #495057;
  --bs-gray-800: #4a545b;
  --bs-gray-900: #212529;
  --bs-primary: #028E93;
  --bs-secondary: #666666;
  --bs-success: #24A148;
  --bs-info: #028E93;
  --bs-warning: #F1C21B;
  --bs-danger: #FF464A;
  --bs-light: #FFFFFF;
  --bs-dark: #222222;
  --bs-primary-rgb: 2, 142, 147;
  --bs-secondary-rgb: 102, 102, 102;
  --bs-success-rgb: 36, 161, 72;
  --bs-info-rgb: 2, 142, 147;
  --bs-warning-rgb: 241, 194, 27;
  --bs-danger-rgb: 255, 70, 74;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 34, 34, 34;
  --bs-primary-text-emphasis: #01393b;
  --bs-secondary-text-emphasis: #292929;
  --bs-success-text-emphasis: #0e401d;
  --bs-info-text-emphasis: #01393b;
  --bs-warning-text-emphasis: #604e0b;
  --bs-danger-text-emphasis: #661c1e;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce8e9;
  --bs-secondary-bg-subtle: #e0e0e0;
  --bs-success-bg-subtle: #d3ecda;
  --bs-info-bg-subtle: #cce8e9;
  --bs-warning-bg-subtle: #fcf3d1;
  --bs-danger-bg-subtle: #ffdadb;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ad2d4;
  --bs-secondary-border-subtle: #c2c2c2;
  --bs-success-border-subtle: #a7d9b6;
  --bs-info-border-subtle: #9ad2d4;
  --bs-warning-border-subtle: #f9e7a4;
  --bs-danger-border-subtle: #ffb5b7;
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 34, 34, 34;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #222222;
  --bs-body-color-rgb: 34, 34, 34;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #222222;
  --bs-emphasis-color-rgb: 34, 34, 34;
  --bs-secondary-color: #222222;
  --bs-secondary-color-rgb: 34, 34, 34;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(34, 34, 34, 0.5);
  --bs-tertiary-color-rgb: 34, 34, 34;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #222222;
  --bs-link-color: #028E93;
  --bs-link-color-rgb: 2, 142, 147;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #027276;
  --bs-link-hover-color-rgb: 2, 114, 118;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #222222;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #DDDDDD;
  --bs-border-color-translucent: rgba(34, 34, 34, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(34, 34, 34, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(34, 34, 34, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 1;
  --bs-focus-ring-color: #028e93;
  --bs-form-valid-color: #24A148;
  --bs-form-valid-border-color: #24A148;
  --bs-form-invalid-color: #FF464A;
  --bs-form-invalid-border-color: #FF464A;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #bcc1c7;
  --bs-body-color-rgb: 188, 193, 199;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(188, 193, 199, 0.75);
  --bs-secondary-color-rgb: 188, 193, 199;
  --bs-secondary-bg: #4a545b;
  --bs-secondary-bg-rgb: 74, 84, 91;
  --bs-tertiary-color: rgba(188, 193, 199, 0.5);
  --bs-tertiary-color-rgb: 188, 193, 199;
  --bs-tertiary-bg: #363d42;
  --bs-tertiary-bg-rgb: 54, 61, 66;
  --bs-primary-text-emphasis: #67bbbe;
  --bs-secondary-text-emphasis: #a3a3a3;
  --bs-success-text-emphasis: #7cc791;
  --bs-info-text-emphasis: #67bbbe;
  --bs-warning-text-emphasis: #f7da76;
  --bs-danger-text-emphasis: #ff9092;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #bcc1c7;
  --bs-primary-bg-subtle: #001c1d;
  --bs-secondary-bg-subtle: #141414;
  --bs-success-bg-subtle: #07200e;
  --bs-info-bg-subtle: #001c1d;
  --bs-warning-bg-subtle: #302705;
  --bs-danger-bg-subtle: #330e0f;
  --bs-light-bg-subtle: #4a545b;
  --bs-dark-bg-subtle: #363b3f;
  --bs-primary-border-subtle: #015558;
  --bs-secondary-border-subtle: #3d3d3d;
  --bs-success-border-subtle: #16612b;
  --bs-info-border-subtle: #015558;
  --bs-warning-border-subtle: #917410;
  --bs-danger-border-subtle: #992a2c;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #4a545b;
  --bs-heading-color: inherit;
  --bs-link-color: #67bbbe;
  --bs-link-hover-color: #85c9cb;
  --bs-link-color-rgb: 103, 187, 190;
  --bs-link-hover-color-rgb: 133, 201, 203;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #bcc1c7;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #798490;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row, .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-checkout .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > *, .is-ctl-timewindowselection .checkout .checkout-container > *, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > *, .is-ctl-checkout .checkout .checkout-container > *, .is-ctl-accountorder .checkout .checkout-container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .shop-banner .shop-banner-column.column-text, .is-ctl-timewindowselection .checkout .checkout-main, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main, .is-ctl-checkout .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12, .is-ctl-checkout.is-act-finishpage .checkout .checkout-main {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2, .shop-banner .shop-banner-column.column-text {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3, .account-content .account-content-aside {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #222222;
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #222222;
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-active-color: #222222;
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: #222222;
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #222222;
  --bs-table-bg: #cce8e9;
  --bs-table-border-color: #aac0c1;
  --bs-table-striped-bg: #c4dedf;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #bbd4d5;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #bfd9da;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #222222;
  --bs-table-bg: #e0e0e0;
  --bs-table-border-color: #bababa;
  --bs-table-striped-bg: #d7d7d7;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #cdcdcd;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #d2d2d2;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #222222;
  --bs-table-bg: #d3ecda;
  --bs-table-border-color: #b0c4b5;
  --bs-table-striped-bg: #cae2d1;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #c1d8c8;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #c6ddcc;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #222222;
  --bs-table-bg: #cce8e9;
  --bs-table-border-color: #aac0c1;
  --bs-table-striped-bg: #c4dedf;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #bbd4d5;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #bfd9da;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #222222;
  --bs-table-bg: #fcf3d1;
  --bs-table-border-color: #d0c9ae;
  --bs-table-striped-bg: #f1e9c8;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e6dec0;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #ece3c4;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #222222;
  --bs-table-bg: #ffdadb;
  --bs-table-border-color: #d3b5b6;
  --bs-table-striped-bg: #f4d1d2;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e9c8c9;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #eecccd;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #222222;
  --bs-table-bg: #f9f9f9;
  --bs-table-border-color: #cecece;
  --bs-table-striped-bg: #eee;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e4e4e4;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #e9e9e9;
  --bs-table-hover-color: #222222;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #FFFFFF;
  --bs-table-bg: #4a545b;
  --bs-table-border-color: #6e767c;
  --bs-table-striped-bg: #535d63;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #5c656b;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #586167;
  --bs-table-hover-color: #FFFFFF;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 3px;
}
.col-form-label {
  padding-top: calc(0.438rem + var(--bs-border-width));
  padding-bottom: calc(0.438rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #DDDDDD;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #222222;
  background-color: var(--bs-body-bg);
  border-color: #028E93;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #666977;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.438rem 0.5625rem;
  margin: -0.438rem -0.5625rem;
  margin-inline-end: 0.5625rem;
  color: #222222;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.438rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.125rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.125rem + calc(var(--bs-border-width) * 2));
  padding: 0.438rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.438rem 1.6875rem 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #DDDDDD;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #028E93;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.5625rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bcc1c7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.form-check-reverse {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5rem;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #DDDDDD;
  print-color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #028E93;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-check-input:checked {
  background-color: #028E93;
  border-color: #028E93;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #028E93;
  border-color: #028E93;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2834, 34, 34, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23028E93'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #028E93;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3dddf;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #028E93;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3dddf;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.5625rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.5625rem;
}
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.28125rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #798490;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #DDDDDD;
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 2.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324A148' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324A148' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF464A'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF464A' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF464A'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF464A' stroke='none'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 2px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 2.125rem;
  --bs-btn-color: #222222;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(34, 34, 34, 0.075);
  --bs-btn-disabled-opacity: 1;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #222222;
  --bs-btn-bg: #028E93;
  --bs-btn-border-color: #028E93;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #289fa3;
  --bs-btn-hover-border-color: #1b999e;
  --bs-btn-focus-shadow-rgb: 7, 126, 130;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #35a5a9;
  --bs-btn-active-border-color: #1b999e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #028E93;
  --bs-btn-disabled-border-color: #028E93;
}
.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #575757;
  --bs-btn-hover-border-color: #525252;
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #525252;
  --bs-btn-active-border-color: #4d4d4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #666666;
  --bs-btn-disabled-border-color: #666666;
}
.btn-success {
  --bs-btn-color: #222222;
  --bs-btn-bg: #24A148;
  --bs-btn-border-color: #24A148;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #45af63;
  --bs-btn-hover-border-color: #3aaa5a;
  --bs-btn-focus-shadow-rgb: 36, 142, 66;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #50b46d;
  --bs-btn-active-border-color: #3aaa5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #24A148;
  --bs-btn-disabled-border-color: #24A148;
}
.btn-info {
  --bs-btn-color: #222222;
  --bs-btn-bg: #028E93;
  --bs-btn-border-color: #028E93;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #289fa3;
  --bs-btn-hover-border-color: #1b999e;
  --bs-btn-focus-shadow-rgb: 7, 126, 130;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #35a5a9;
  --bs-btn-active-border-color: #1b999e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #028E93;
  --bs-btn-disabled-border-color: #028E93;
}
.btn-warning {
  --bs-btn-color: #222222;
  --bs-btn-bg: #F1C21B;
  --bs-btn-border-color: #F1C21B;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #f3cb3d;
  --bs-btn-hover-border-color: #f2c832;
  --bs-btn-focus-shadow-rgb: 210, 170, 28;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #f4ce49;
  --bs-btn-active-border-color: #f2c832;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #F1C21B;
  --bs-btn-disabled-border-color: #F1C21B;
}
.btn-danger {
  --bs-btn-color: #222222;
  --bs-btn-bg: #FF464A;
  --bs-btn-border-color: #FF464A;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #ff6265;
  --bs-btn-hover-border-color: #ff595c;
  --bs-btn-focus-shadow-rgb: 222, 65, 68;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #ff6b6e;
  --bs-btn-active-border-color: #ff595c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #FF464A;
  --bs-btn-disabled-border-color: #FF464A;
}
.btn-light {
  --bs-btn-color: #222222;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #ccc;
  --bs-btn-focus-shadow-rgb: 222, 222, 222;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #ccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #FFFFFF;
}
.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #222222;
  --bs-btn-border-color: #222222;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #434343;
  --bs-btn-hover-border-color: #383838;
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #383838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #222222;
  --bs-btn-disabled-border-color: #222222;
}
.btn-outline-primary {
  --bs-btn-color: #028E93;
  --bs-btn-border-color: #028E93;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #028E93;
  --bs-btn-hover-border-color: #028E93;
  --bs-btn-focus-shadow-rgb: 2, 142, 147;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #028E93;
  --bs-btn-active-border-color: #028E93;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #028E93;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #028E93;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #666666;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #666666;
  --bs-btn-active-border-color: #666666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666666;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #24A148;
  --bs-btn-border-color: #24A148;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #24A148;
  --bs-btn-hover-border-color: #24A148;
  --bs-btn-focus-shadow-rgb: 36, 161, 72;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #24A148;
  --bs-btn-active-border-color: #24A148;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #24A148;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #24A148;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #028E93;
  --bs-btn-border-color: #028E93;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #028E93;
  --bs-btn-hover-border-color: #028E93;
  --bs-btn-focus-shadow-rgb: 2, 142, 147;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #028E93;
  --bs-btn-active-border-color: #028E93;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #028E93;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #028E93;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #F1C21B;
  --bs-btn-border-color: #F1C21B;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #F1C21B;
  --bs-btn-hover-border-color: #F1C21B;
  --bs-btn-focus-shadow-rgb: 241, 194, 27;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #F1C21B;
  --bs-btn-active-border-color: #F1C21B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #F1C21B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F1C21B;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #FF464A;
  --bs-btn-border-color: #FF464A;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #FF464A;
  --bs-btn-hover-border-color: #FF464A;
  --bs-btn-focus-shadow-rgb: 255, 70, 74;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #FF464A;
  --bs-btn-active-border-color: #FF464A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #FF464A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF464A;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #222222;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #222222;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFFFFF;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #222222;
  --bs-btn-border-color: #222222;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #222222;
  --bs-btn-hover-border-color: #222222;
  --bs-btn-focus-shadow-rgb: 34, 34, 34;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #222222;
  --bs-btn-active-border-color: #222222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222222;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #bcc1c7;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 7, 126, 130;
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn, .btn-buy {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #DDDDDD;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: #DDDDDD;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #028E93;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #798490;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #bcc1c7;
  --bs-dropdown-bg: #4a545b;
  --bs-dropdown-border-color: #DDDDDD;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #bcc1c7;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --bs-dropdown-divider-bg: #DDDDDD;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #028E93;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n + 3), .btn-group-vertical > :not(.btn-check) + .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #028E93;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: #028E93;
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: #028E93;
  --bs-navbar-brand-hover-color: #028E93;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .cms-section .navbar > .boxed, .full-width .cms-element-dsee-breadcrumb .navbar > .breadcrumbs-container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #FFFFFF;
  --bs-navbar-brand-color: #FFFFFF;
  --bs-navbar-brand-hover-color: #FFFFFF;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: transparent;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: transparent;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top, .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top, .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2301393b' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2367bbbe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2367bbbe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.595rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #222222;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #DDDDDD;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #222222;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: #DDDDDD;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-pagination-active-color: #FFFFFF;
  --bs-pagination-active-bg: #028E93;
  --bs-pagination-active-border-color: #028E93;
  --bs-pagination-disabled-color: #798490;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * 0);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 5px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: 50px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0.5rem;
  --bs-alert-padding-y: 0.5rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 1.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.625rem 0.5rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #FFFFFF;
  --bs-progress-bar-bg: #028E93;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #FFFFFF;
  --bs-list-group-active-bg: #028E93;
  --bs-list-group-active-border-color: #028E93;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #222222;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root, [data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}
[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 20px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #222222;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #222222;
  --bs-carousel-caption-color: #222222;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #FFFFFF;
  --bs-carousel-caption-color: #FFFFFF;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #222222;
  --bs-carousel-caption-color: #222222;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow, .spinner-border, .loader {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .loader {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 2px;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .loader, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 10px;
  --bs-offcanvas-padding-y: 10px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #222222 55%, rgba(0, 0, 0, 0.8) 75%, #222222 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #222222;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-secondary {
  color: #FFFFFF;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-success {
  color: #222222;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-info {
  color: #222222;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-warning {
  color: #222222;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-danger {
  color: #222222;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-light {
  color: #222222;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-dark {
  color: #FFFFFF;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
}
.link-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: rgba(53, 165, 169, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(53, 165, 169, var(--bs-link-underline-opacity, 1));
}
.link-secondary {
  color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: rgba(82, 82, 82, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(82, 82, 82, var(--bs-link-underline-opacity, 1));
}
.link-success {
  color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: rgba(80, 180, 109, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(80, 180, 109, var(--bs-link-underline-opacity, 1));
}
.link-info {
  color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: rgba(53, 165, 169, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(53, 165, 169, var(--bs-link-underline-opacity, 1));
}
.link-warning {
  color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: rgba(244, 206, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(244, 206, 73, var(--bs-link-underline-opacity, 1));
}
.link-danger {
  color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: rgba(255, 107, 110, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 107, 110, var(--bs-link-underline-opacity, 1));
}
.link-light {
  color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: rgba(255, 255, 255, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1));
}
.link-dark {
  color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: rgba(27, 27, 27, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(27, 27, 27, var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top, .offcanvas .offcanvas-footer {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-fill {
  object-fit: fill;
}
.object-fit-scale {
  object-fit: scale-down;
}
.object-fit-none {
  object-fit: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-grid {
  display: grid;
}
.d-inline-grid {
  display: inline-grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-none, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
  display: none;
}
.shadow {
  box-shadow: var(--bs-box-shadow);
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}
.shadow-none {
  box-shadow: none;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  transform: translateX(-50%);
}
.translate-middle-y {
  transform: translateY(-50%);
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-0 {
  border: 0;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-start-0 {
  border-left: 0;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity));
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity));
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity));
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity));
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity));
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity));
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity));
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle);
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle);
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle);
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle);
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle);
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle);
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle);
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle);
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.mw-100 {
  max-width: 100%;
}
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.order-first {
  order: -1;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-last {
  order: 6;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0 {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-1 {
  row-gap: 0.25rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.row-gap-3 {
  row-gap: 1rem;
}
.row-gap-4 {
  row-gap: 1.5rem;
}
.row-gap-5 {
  row-gap: 3rem;
}
.column-gap-0 {
  column-gap: 0;
}
.column-gap-1 {
  column-gap: 0.25rem;
}
.column-gap-2 {
  column-gap: 0.5rem;
}
.column-gap-3 {
  column-gap: 1rem;
}
.column-gap-4 {
  column-gap: 1.5rem;
}
.column-gap-5 {
  column-gap: 3rem;
}
.font-monospace {
  font-family: var(--bs-font-monospace);
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw);
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw);
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw);
}
.fs-4 {
  font-size: 1.25rem;
}
.fs-5 {
  font-size: 1rem;
}
.fs-6 {
  font-size: 0.875rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.fw-lighter {
  font-weight: lighter;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: bolder;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity));
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(34, 34, 34, 0.5);
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color);
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color);
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis);
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis);
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis);
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis);
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis);
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis);
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis);
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis);
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}
.link-offset-2 {
  text-underline-offset: 0.25em;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}
.link-offset-3 {
  text-underline-offset: 0.375em;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity));
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity));
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity));
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity));
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity));
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity));
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity));
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle);
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle);
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle);
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle);
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle);
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle);
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle);
}
.bg-gradient {
  background-image: var(--bs-gradient);
}
.user-select-all {
  user-select: all;
}
.user-select-auto {
  user-select: auto;
}
.user-select-none {
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: var(--bs-border-radius);
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm);
}
.rounded-2 {
  border-radius: var(--bs-border-radius);
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg);
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl);
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl);
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill);
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-top-right-radius: var(--bs-border-radius-sm);
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-top-right-radius: var(--bs-border-radius-lg);
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl);
  border-top-right-radius: var(--bs-border-radius-xl);
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl);
  border-top-right-radius: var(--bs-border-radius-xxl);
}
.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill);
  border-top-right-radius: var(--bs-border-radius-pill);
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl);
  border-bottom-right-radius: var(--bs-border-radius-xl);
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}
.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill);
  border-bottom-right-radius: var(--bs-border-radius-pill);
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl);
  border-bottom-left-radius: var(--bs-border-radius-xl);
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl);
  border-bottom-left-radius: var(--bs-border-radius-xxl);
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill);
  border-bottom-left-radius: var(--bs-border-radius-pill);
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm);
  border-top-left-radius: var(--bs-border-radius-sm);
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg);
  border-top-left-radius: var(--bs-border-radius-lg);
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl);
  border-top-left-radius: var(--bs-border-radius-xl);
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl);
  border-top-left-radius: var(--bs-border-radius-xxl);
}
.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill);
  border-top-left-radius: var(--bs-border-radius-pill);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.z-n1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    object-fit: contain;
  }
  .object-fit-sm-cover {
    object-fit: cover;
  }
  .object-fit-sm-fill {
    object-fit: fill;
  }
  .object-fit-sm-scale {
    object-fit: scale-down;
  }
  .object-fit-sm-none {
    object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .m-sm-0, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-3 {
    row-gap: 1rem;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem;
  }
  .row-gap-sm-5 {
    row-gap: 3rem;
  }
  .column-gap-sm-0 {
    column-gap: 0;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem;
  }
  .column-gap-sm-3 {
    column-gap: 1rem;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem;
  }
  .column-gap-sm-5 {
    column-gap: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    object-fit: contain;
  }
  .object-fit-md-cover {
    object-fit: cover;
  }
  .object-fit-md-fill {
    object-fit: fill;
  }
  .object-fit-md-scale {
    object-fit: scale-down;
  }
  .object-fit-md-none {
    object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem;
  }
  .row-gap-md-3 {
    row-gap: 1rem;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem;
  }
  .row-gap-md-5 {
    row-gap: 3rem;
  }
  .column-gap-md-0 {
    column-gap: 0;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem;
  }
  .column-gap-md-3 {
    column-gap: 1rem;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem;
  }
  .column-gap-md-5 {
    column-gap: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    object-fit: contain;
  }
  .object-fit-lg-cover {
    object-fit: cover;
  }
  .object-fit-lg-fill {
    object-fit: fill;
  }
  .object-fit-lg-scale {
    object-fit: scale-down;
  }
  .object-fit-lg-none {
    object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block, .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-3 {
    row-gap: 1rem;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem;
  }
  .row-gap-lg-5 {
    row-gap: 3rem;
  }
  .column-gap-lg-0 {
    column-gap: 0;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem;
  }
  .column-gap-lg-3 {
    column-gap: 1rem;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem;
  }
  .column-gap-lg-5 {
    column-gap: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    object-fit: contain;
  }
  .object-fit-xl-cover {
    object-fit: cover;
  }
  .object-fit-xl-fill {
    object-fit: fill;
  }
  .object-fit-xl-scale {
    object-fit: scale-down;
  }
  .object-fit-xl-none {
    object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.25rem;
  }
  .me-xl-2 {
    margin-right: 0.5rem;
  }
  .me-xl-3 {
    margin-right: 1rem;
  }
  .me-xl-4 {
    margin-right: 1.5rem;
  }
  .me-xl-5 {
    margin-right: 3rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.25rem;
  }
  .ms-xl-2 {
    margin-left: 0.5rem;
  }
  .ms-xl-3 {
    margin-left: 1rem;
  }
  .ms-xl-4 {
    margin-left: 1.5rem;
  }
  .ms-xl-5 {
    margin-left: 3rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.25rem;
  }
  .pe-xl-2 {
    padding-right: 0.5rem;
  }
  .pe-xl-3 {
    padding-right: 1rem;
  }
  .pe-xl-4 {
    padding-right: 1.5rem;
  }
  .pe-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.25rem;
  }
  .ps-xl-2 {
    padding-left: 0.5rem;
  }
  .ps-xl-3 {
    padding-left: 1rem;
  }
  .ps-xl-4 {
    padding-left: 1.5rem;
  }
  .ps-xl-5 {
    padding-left: 3rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gap-xl-4 {
    gap: 1.5rem;
  }
  .gap-xl-5 {
    gap: 3rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-3 {
    row-gap: 1rem;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xl-5 {
    row-gap: 3rem;
  }
  .column-gap-xl-0 {
    column-gap: 0;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xl-3 {
    column-gap: 1rem;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xl-5 {
    column-gap: 3rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    object-fit: contain;
  }
  .object-fit-xxl-cover {
    object-fit: cover;
  }
  .object-fit-xxl-fill {
    object-fit: fill;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down;
  }
  .object-fit-xxl-none {
    object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .m-xxl-5 {
    margin: 3rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 3rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.25rem;
  }
  .me-xxl-2 {
    margin-right: 0.5rem;
  }
  .me-xxl-3 {
    margin-right: 1rem;
  }
  .me-xxl-4 {
    margin-right: 1.5rem;
  }
  .me-xxl-5 {
    margin-right: 3rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem;
  }
  .ms-xxl-3 {
    margin-left: 1rem;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem;
  }
  .ms-xxl-5 {
    margin-left: 3rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 3rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 3rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem;
  }
  .pe-xxl-3 {
    padding-right: 1rem;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem;
  }
  .pe-xxl-5 {
    padding-right: 3rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem;
  }
  .ps-xxl-3 {
    padding-left: 1rem;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem;
  }
  .ps-xxl-5 {
    padding-left: 3rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.25rem;
  }
  .gap-xxl-2 {
    gap: 0.5rem;
  }
  .gap-xxl-3 {
    gap: 1rem;
  }
  .gap-xxl-4 {
    gap: 1.5rem;
  }
  .gap-xxl-5 {
    gap: 3rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem;
  }
  .column-gap-xxl-0 {
    column-gap: 0;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem;
  }
  .fs-2 {
    font-size: 1.75rem;
  }
  .fs-3 {
    font-size: 1.5rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
/*
Tiny slider
==================================================
Import of Tiny slider vendor.

https://github.com/ganlanyuan/tiny-slider

@sw-package framework
*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*
Datepicker
==================================================
Import of flatpickr vendor.

https://flatpickr.js.org/getting-started/
*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
html {
  /* stylelint-disable selector-class-pattern -- allow BEM here as it is a generated class name from the administration
     * sw-text-editor component adds a column selector to configure the width of table columns
     * this must no be shown in the storefront as it breaks table layouts
     */
  /* stylelint-enable selector-class-pattern */
}
html.no-scroll {
  position: relative;
  overflow: hidden;
}
html .sw-text-editor-table .sw-text-editor-table__col {
  border: 1px solid #222222;
  padding: 8px;
  text-align: left;
}
html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}
html .sw-text-editor-table__head td {
  background: #eee;
}
@media (max-width: 575.98px) {
  :root {
    --sw-current-breakpoint: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --sw-current-breakpoint: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --sw-current-breakpoint: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --sw-current-breakpoint: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --sw-current-breakpoint: "xl";
  }
}
@media (min-width: 1400px) {
  :root {
    --sw-current-breakpoint: "xxl";
  }
}
/*
Reboot
==================================================
Reboot styles using only element selectors.

@sw-package framework

https://getbootstrap.com/docs/5.2/content/reboot
*/
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a[data-ajax-modal] {
  text-decoration: underline;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}
/*
Card
==============================================
Custom styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-col {
  margin-bottom: 1rem;
  display: flex;
}
.card-col .card {
  width: 100%;
}
.card-col .card-body {
  display: flex;
  flex-direction: column;
}
.card-actions {
  align-items: flex-start;
  margin-top: auto;
}
/*
Sidebar category navigation
==============================================
Styling for category navigation component.
*/
.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #DDDDDD;
}
.category-navigation.level-0 {
  padding-left: 0;
  font-size: 16px;
}
.category-navigation.level-1 {
  font-size: 14px;
}
.category-navigation.level-2 {
  font-size: 12px;
}
.category-navigation-entry {
  margin: 0;
  padding: 0;
}
.category-navigation-link {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
}
.category-navigation-link:hover {
  text-decoration: none;
}
.category-navigation-link.is-active {
  color: #028E93;
  font-weight: 700;
}
.category-navigation-link.in-path {
  font-weight: 700;
}
/*
Backdrop
==============================================
Custom styling for backdrop used by bootstrap modal und custom offcanvas component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop {
    transition: none;
  }
}
.modal-backdrop.modal-backdrop-open {
  opacity: 1;
}
.modal-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Base slider
==============================================
Styling for base slider component.
Contains minimal styling for a slider with arrow and/or dot navigation.
based on: https://github.com/ganlanyuan/tiny-slider
*/
.base-slider {
  position: relative;
  overflow: hidden;
}
.base-slider .tns-nav, .base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0;
}
.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
  background-color: #4a545b;
  border: 0;
  height: 8px;
  width: 8px;
  padding: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
  background-color: #028E93;
}
.base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button.tns-nav-active {
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
  outline: none;
}
.base-slider.has-dots-outside {
  padding-bottom: 40px;
}
.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
  bottom: auto;
}
.base-slider.has-nav-outside {
  padding-left: 25px;
  padding-right: 25px;
}
.base-slider .tns-ovh {
  overflow: visible;
}
.base-slider-controls {
  margin-bottom: 0;
}
.base-slider-controls-prev, .base-slider-controls-next {
  display: block;
  width: 30px;
  height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 68px;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
  color: #222222;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.base-slider-controls-prev .icon, .base-slider-controls-next .icon {
  color: currentColor;
}
.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
  border-color: #028E93;
  color: #028E93;
}
.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.base-slider-controls-prev {
  border-radius: 0 0 0 0;
}
.base-slider-controls-prev.is-nav-prev-outside {
  border-radius: 0 0 0 0;
}
.base-slider-controls-next {
  border-radius: 0 0 0 0;
}
.base-slider-controls-next.is-nav-next-outside {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) {
  .base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
    margin: 0 5px;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .base-slider .tns-nav, .base-slider .base-slider-dots {
    width: 55%;
    text-align: center;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
    display: none;
  }
}
/*
Image slider
==============================================
Styling for image slider component.
Displays images in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.image-slider.has-nav-outside .image-slider-item-container {
  padding: 0 25px;
}
.image-slider-container {
  position: relative;
  height: 100%;
}
.image-slider-container.has-vertical-align {
  display: flex;
}
.image-slider-container.has-vertical-align.is-align-top {
  align-items: flex-start;
}
.image-slider-container.has-vertical-align.is-align-center {
  align-items: center;
}
.image-slider-container.has-vertical-align.is-align-bottom {
  align-items: flex-end;
}
.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}
.image-slider-container .image-slider-item {
  display: grid;
  max-width: 100%;
  position: relative;
}
.image-slider-container .image-slider-item.is-not-first {
  display: none;
}
.image-slider-container .image-slider-item.is-cover {
  height: 100%;
}
.image-slider-container .image-slider-item.is-cover .image-slider-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-slider-container .image-slider-link {
  display: block;
}
.js-slider-initialized .image-slider-item.is-not-first {
  display: block;
}
.image-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 768px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }
  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}
/*
Product slider
==============================================
Styling for product slider component.
Displays product-boxes in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.product-slider.has-border {
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: 25px;
}
.product-slider-container {
  padding-bottom: 1px;
}
.product-slider-controls-prev, .product-slider-controls-next {
  border: 0;
  background: none;
}
.product-slider-controls-prev.is-nav-prev-inside, .product-slider-controls-prev.is-nav-next-inside, .product-slider-controls-next.is-nav-prev-inside, .product-slider-controls-next.is-nav-next-inside {
  background: var(--bs-gray-200);
}
.product-slider-controls-prev {
  left: -10px;
}
.product-slider-controls-prev.has-border {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside.has-border {
  left: 25px;
}
.product-slider-controls-next {
  right: -10px;
}
.product-slider-controls-next.has-border {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside.has-border {
  right: 25px;
}
/*
Gallery slider
==============================================
Styling for gallery slider component.
Displays images in a slider gallery with thumbnail navigation.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.gallery-slider {
  width: 99.9%;
}
.gallery-slider.has-nav-outside .gallery-slider-item-container {
  padding: 0 25px;
}
.gallery-slider-row {
  margin-bottom: 1rem;
}
.gallery-slider-row.is-loading {
  height: auto;
  overflow: hidden;
}
.gallery-slider-row.is-loading .gallery-slider-item-container:not(:first-child) {
  display: none;
}
.gallery-slider-row.is-loading .gallery-slider-thumbnails-col.is-underneath {
  display: none;
}
.gallery-slider-row.is-loading .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails {
  max-height: 425px;
  overflow: hidden;
}
.gallery-slider-row.is-single-image {
  justify-content: center;
}
.gallery-slider-single-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider-container {
  position: relative;
  height: 100%;
}
.gallery-slider-container .gallery-slider-image {
  display: block;
}
.gallery-slider-container.has-vertical-align {
  display: flex;
}
.gallery-slider-container.has-vertical-align.is-align-top {
  align-items: flex-start;
}
.gallery-slider-container.has-vertical-align.is-align-center {
  align-items: center;
}
.gallery-slider-container.has-vertical-align.is-align-bottom {
  align-items: flex-end;
}
.gallery-slider-item, .gallery-slider-single-image {
  position: relative;
  backface-visibility: hidden;
  cursor: default;
  display: block;
  height: 100%;
  max-width: 100%;
}
.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
  height: 100%;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  margin: auto;
  object-fit: contain;
}
.gallery-slider-controls-prev {
  left: 0;
}
.gallery-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.gallery-slider-controls-next {
  right: 0;
}
.gallery-slider-controls-next.is-nav-next-outside {
  right: 0;
}
.gallery-slider-thumbnails-container {
  position: relative;
}
.gallery-slider-thumbnails-container .tns-inner {
  display: flex;
  justify-content: center;
}
.gallery-slider-thumbnails-container.is-underneath .tns-inner {
  display: block;
}
.gallery-slider-thumbnails-container.is-underneath .tns-outer {
  margin: 0 30px;
}
.gallery-slider-thumbnails-container.hide-thumbs {
  display: none;
}
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
  border: 0;
  background: none;
  height: 30px;
  width: 65px;
  line-height: normal;
}
.gallery-slider-thumbnails-col.is-left {
  padding-right: 0;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
  top: -30px;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  bottom: -20px;
  top: auto;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  left: 50%;
  transform: translateX(-50%);
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
  left: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  right: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  transform: translateY(-30%);
}
.gallery-slider-modal-controls {
  z-index: 10;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
  left: 0;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
  right: 0;
}
.gallery-slider-thumbnails.is-underneath {
  display: flex;
  margin-top: 1rem;
}
.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
  width: auto;
}
.gallery-slider-thumbnails-item {
  cursor: pointer;
  height: 75px;
  width: 75px;
}
.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
  border-color: #028E93;
}
.gallery-slider-thumbnails-item-inner {
  border: 1px solid #DDDDDD;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.gallery-slider-thumbnails-image, .gallery-slider-image {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-slider-thumbnails-play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-slider-thumbnails-play-button::before, .gallery-slider-thumbnails-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gallery-slider-thumbnails-play-button::before {
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-slider-thumbnails-play-button::after {
  transform: translate(-40%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #FFFFFF;
}
.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}
.gallery-slider-canvas-disabled .spatial-canvas-spinner {
  display: none;
}
.gallery-slider-canvas-disabled .gallery-slider-spatial-canvas-wrapper {
  display: none;
}
.spatial-anim-container .spatial-anim-button {
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.spatial-anim-container .spatial-anim-button.spatial-anim-play .icon-play {
  display: none;
}
.spatial-anim-container .spatial-anim-button:not(.spatial-anim-play) .icon-pause {
  display: none;
}
.spatial-anim-container .spatial-anim-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-white);
  width: 16px;
  height: 16px;
}
.spatial-anim-container .spatial-anim-button .icon svg {
  top: unset;
}
.spatial-anim-container .spatial-anim-button-circle {
  --stroke-width: 3px;
  --circomference: calc((50% - (var(--stroke-width) / 2)) * 3.14 * 2);
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.spatial-anim-container .spatial-anim-button-circle circle {
  fill: none;
  stroke-width: var(--stroke-width);
  stroke: var(--bs-white, #fff);
  stroke-dasharray: var(--circomference);
  stroke-dashoffset: calc(var(--circomference) * (1 - var(--progress, 0)));
  stroke-linecap: round;
  position: relative;
}
.spatial-anim-container .spatial-anim-switch-container .icon {
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-white);
  pointer-events: none;
}
.spatial-anim-container .spatial-anim-switch-container svg {
  top: unset;
}
.spatial-anim-container .spatial-anim-switch {
  appearance: none;
  height: 40px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bs-white, #fff);
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 0 34px 0 12px;
}
.spatial-canvas-note {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4a545b;
  color: #FFFFFF;
  padding: 0 8px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.spatial-canvas-note.spatial-canvas-note--hidden {
  opacity: 0;
}
.spatial-canvas-note.spatial-slider-movement-note {
  bottom: 86px;
}
.ar-button {
  top: 10px;
  right: 9px;
  height: 32px;
  border: 2px solid #bcc1c7;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.ar-button .icon-augmented {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.ar-button .icon-augmented svg {
  top: unset;
}
.ar-button:hover {
  box-shadow: 0 0 11px #bcc1c7;
}
.gallery-slider-spatial-canvas-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display {
  background-color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}
@media (min-width: 768px) {
  .gallery-slider-row {
    justify-content: center;
  }
  .gallery-slider-thumbnails-controls {
    display: block;
  }
  .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}
/*
Magnifier
==============================================
Styling for magnifier component.
Displays a lens over a single image or gallery slider and shows the magnified version of the image.
*/
.magnifier-overlay, .magnifier-zoom-image {
  background-clip: padding-box;
  opacity: 0;
  animation: magnifyLensFade 0.5s forwards;
  pointer-events: none;
  z-index: 1100;
}
.magnifier-overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #DDDDDD;
}
.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}
@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Zoom modal
==============================================
Styling for zoom modal component.
Displays a single image or a gallery slider in a zoom modal with zoom functions.
*/
.zoom-modal-wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.modal.zoom-modal {
  overflow: hidden;
}
.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .btn-close {
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 1051;
  margin: 15px;
}
.modal.zoom-modal .zoom-modal-actions {
  left: 0;
}
.modal.zoom-modal .btn-close {
  right: 0;
}
.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body {
  padding: 0;
  overflow: hidden;
}
.modal.zoom-modal .modal-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 1rem;
  justify-content: center;
  background-color: #FFFFFF;
  margin: 0 30px;
}
.modal.zoom-modal .gallery-slider {
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  width: 100%;
}
.modal.zoom-modal .gallery-slider-thumbnails {
  margin: 0 auto;
}
.modal.zoom-modal .gallery-slider-controls-next {
  right: 0;
}
.modal.zoom-modal .gallery-slider-controls-prev {
  left: 0;
}
.modal.zoom-modal .gallery-slider-thumbnails-item {
  width: auto;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
  right: -30px;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
  left: -30px;
}
.modal.zoom-modal .image-zoom-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  touch-action: auto !important;
  -webkit-user-select: auto !important;
  -webkit-touch-callout: default !important;
  -webkit-user-drag: auto !important;
}
.modal.zoom-modal .image-zoom-container > * {
  position: relative;
}
.modal.zoom-modal .image-zoom-btn.disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .modal.zoom-modal .gallery-slider {
    bottom: 100px;
  }
  .modal.zoom-modal .modal-footer {
    display: flex;
  }
}
/*
OffCanvas
==============================================
Move page content like the navigation menu in a sliding OffCanvas menu.
The sliding direction can be left or right.

@see https://getbootstrap.com/docs/5.2/components/offcanvas
*/
.offcanvas {
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.offcanvas.offcanvas-start .offcanvas-close {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offcanvas.offcanvas-bottom {
  --bs-offcanvas-height: 90%;
  border-radius: 8px 8px 0 0;
}
.offcanvas.is-fullwidth {
  width: 100%;
}
.offcanvas .offcanvas-header {
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 0;
  background-color: #FFFFFF;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 700;
}
.offcanvas .offcanvas-footer {
  bottom: 0;
  top: auto;
}
.offcanvas .offcanvas-close {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}
.offcanvas .offcanvas-close:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #028e93, inset 0 0 0 0.25rem #FFFFFF;
}
.offcanvas > .loader, .offcanvas .offcanvas-body > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.offcanvas .line-item-total-price-value, .offcanvas .offcanvas-body .line-item-total-price-value {
  text-align: left;
}
@media (max-width: 410px) {
  .offcanvas.offcanvas-end, .offcanvas.offcanvas-start {
    width: calc(100% - 10px);
  }
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  height: 100%;
}
.product-box.box-standard .stretched-link::after, .product-box.box-minimal .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-box.box-image .stretched-link::after {
  height: calc(332px + var(--bs-card-spacer-y));
}
.product-box.box-image .product-image-wrapper {
  height: 332px;
}
.product-box.box-image .product-image {
  max-height: 332px;
}
.product-box.box-image .product-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.product-variant-characteristics {
  min-height: 3em;
}
.product-variant-characteristics .product-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 700;
}
.product-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.product-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-link.is-cover {
  align-items: flex-start;
}
.product-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
  width: 100%;
  height: 100%;
}
.product-image.is-cover {
  object-fit: cover;
}
.product-image.is-contain {
  object-fit: contain;
}
.product-image.is-standard {
  object-fit: scale-down;
}
.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.product-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.product-name {
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.75rem;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.product-description {
  height: 4.5rem;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.product-price-info {
  margin-top: 10px;
}
.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}
.product-price-unit {
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  overflow: hidden;
}
.product-unit-label {
  font-weight: 700;
}
.product-cheapest-price {
  min-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 32px;
}
.product-cheapest-price .product-cheapest-price-price {
  font-weight: 700;
}
.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.product-cheapest-price.with-from-price {
  margin-bottom: 5px;
}
.product-price {
  color: #222222;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  overflow: hidden;
}
.product-price.with-list-price {
  color: #FF464A;
}
.product-price .list-price {
  color: #222222;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-price .list-price .list-price-price {
  text-decoration: line-through;
}
.product-price .regulation-price {
  color: #222222;
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 0;
}
.product-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.product-price .strikeprice-text {
  color: #222222;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-action {
  margin-top: 20px;
}
.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.product-badges .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 1.125rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: 0 3px 3px 0;
  width: max-content;
  height: 2rem;
  margin: 0 0 8px;
  line-height: 2rem;
  letter-spacing: 0;
}
.product-price-wrapper {
  font-size: 1.125rem;
}
/*
Loader
==============================================
Defines the loader icon
*/
.loader {
  --bs-text-opacity: 1;
  --bs-spinner-border-width: 3px;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
/*
Element loader
==============================================
Element loader can be applied to any element.
*/
.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}
.element-loader-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 11px 7px rgba(255, 255, 255, 0.5);
  z-index: 15;
}
.element-loader-backdrop.element-loader-backdrop-open {
  opacity: 1;
}
.element-loader-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-image, .has-element-loader .cms-element-product-listing .product-review-rating {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
  border-radius: 0;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-rating {
  width: 50%;
}
.has-element-loader .cms-element-product-listing .product-name {
  width: 75%;
}
.has-element-loader .cms-element-product-listing .product-price {
  width: 35%;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
  border-radius: 0;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
  display: none;
}
/*
Button loading indicator
==============================================
Can be shown before or after the button text or replace it.
*/
.btn > .loader {
  --bs-spinner-width: 18px;
  --bs-spinner-height: 18px;
  --bs-spinner-vertical-align: -0.25em;
  color: var(--bs-btn-color);
}
.btn.is-loading-indicator-before .loader {
  margin-right: var(--bs-btn-padding-x);
}
.btn.is-loading-indicator-after .loader {
  margin-left: var(--bs-btn-padding-x);
}
@keyframes slide-in {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
.btn.is-loading-indicator-inner .loader {
  animation: 0.15s ease-out 0s 1 slide-in, var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  /* stylelint-enable */
}
/*
Modal
==============================================
Custom styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal .modal-header.only-close {
  border-bottom-color: transparent;
}
.modal .modal-close:focus {
  outline: 0;
}
.modal .cms-section-default .boxed {
  padding: 0;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
  border-radius: 0;
}
/*
Language flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

@deprecated tag:v6.8.0 - This file will be removed

You can use the Twig block 'layout_header_actions_languages_widget_form_items_flag_inner' and
'layout_header_actions_language_widget_content_inner' to add custom flags if desired.
*/
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.language-flag.country-de {
  background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}
.language-flag.country-gb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}
.language-flag.country-us {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLXVzIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIHN0cm9rZS13aWR0aD0iMXB0Ij4KICAgICAgPHBhdGggZmlsbD0iI2JkM2Q0NCIgZD0iTTAgMGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOFYxOTdIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC43aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44VjUxMkgweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMzkuNGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS4zSDB6bTAgNzguN2g5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOHYzOS40SDB6IiB0cmFuc2Zvcm09InNjYWxlKC45Mzc1KSIvPgogICAgPC9nPgogICAgPHBhdGggZmlsbD0iIzE5MmY1ZCIgZD0iTTAgMGgzODkuMXYyNzUuN0gweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMi40IDExLjhMMzYgMjIuN2gxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOUgxNzdsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXpNNjQuOSAzOS40bDMuNSAxMC45aDExLjVMNzAuNiA1NyA3NCA2Ny45bC05LTYuNy05LjMgNi43TDU5IDU3bC05LTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjdMMTI0IDU3bC05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjctOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNUwzMzAgNTdsMy41IDEwLjktOS4yLTYuNy05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCA2Ni45TDM2IDc4aDExLjRsLTkuMiA2LjcgMy41IDEwLjktOS4zLTYuOC05LjIgNi44IDMuNS0xMS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy41IDEwLjktOS4yLTYuOC05LjMgNi44IDMuNS0xMS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTFIMTc3bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDExSDI0MmwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi44LTkuMyA2LjggMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6TTY0LjkgOTQuNWwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI1NnptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6TTMyLjQgMTIyLjFMMzYgMTMzaDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi43LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjlIMTc3bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjlIMjQybC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjV6TTY0LjkgMTQ5LjdsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi44LTkuMyA2LjggMy41LTExLTkuMi02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN0gxOTF6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN0gyNTZ6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40ek0zMi40IDE3Ny4ybDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMUgxNzdsLTkuMiA2LjcgMy41IDEwLjgtOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMUgyNDJsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjkgMGwzLjUgMTFoMTEuNWwtOS4zIDYuNyAzLjYgMTAuOC05LjMtNi43LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41ek02NC45IDIwNC44bDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdIMTkxem02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCAyMzIuNGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVMMTAzIDI1MGwzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45SDE3N2wtOSA2LjcgMy41IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjMgNi43IDMuNi0xMS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNXoiIHRyYW5zZm9ybT0ic2NhbGUoLjkzNzUpIi8+CiAgPC9nPgo8L3N2Zz4K");
}
/*
Icons
==============================================
Basic styling for icon component plus helper classes for sizing and colors.
Credit: https://github.com/FortAwesome/Font-Awesome
*/
.icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #4a545b;
}
.icon > svg {
  width: 100%;
  height: 100%;
  top: 0.25em;
  position: relative;
  fill: currentColor;
}
.icon > svg path, .icon > svg use {
  fill: currentColor;
}
.icon-primary {
  color: var(--text-color-brand-primary);
}
.icon-secondary {
  color: #666666;
}
.icon-success {
  color: #24A148;
}
.icon-info {
  color: #028E93;
}
.icon-warning {
  color: #F1C21B;
}
.icon-danger {
  color: #FF464A;
}
.icon-light {
  color: #eee;
}
.icon-dark {
  color: #4a545b;
}
.icon-review {
  color: #fedc70;
}
.icon-fluid {
  width: 100%;
  height: 100%;
}
.icon-lg {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
.icon-sm {
  width: 1.203125rem;
  height: 1.203125rem;
}
.icon-xs {
  width: 1.03125rem;
  height: 1.03125rem;
}
.icon-1x {
  width: 1.375rem;
  height: 1.375rem;
}
.icon-2x {
  width: 2.75rem;
  height: 2.75rem;
}
.icon-3x {
  width: 4.125rem;
  height: 4.125rem;
}
.icon-4x {
  width: 5.5rem;
  height: 5.5rem;
}
.icon-5x {
  width: 6.875rem;
  height: 6.875rem;
}
.icon-6x {
  width: 8.25rem;
  height: 8.25rem;
}
.icon-7x {
  width: 9.625rem;
  height: 9.625rem;
}
.icon-8x {
  width: 11rem;
  height: 11rem;
}
.icon-9x {
  width: 12.375rem;
  height: 12.375rem;
}
.icon-10x {
  width: 13.75rem;
  height: 13.75rem;
}
.icon-rotate-90 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icon-rotate-180 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icon-rotate-270 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icon-flip-horizontal svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
  filter: none;
}
.alert-primary .icon {
  color: #028E93;
}
.alert-secondary .icon {
  color: #666666;
}
.alert-success .icon {
  color: #24A148;
}
.alert-info .icon {
  color: #028E93;
}
.alert-warning .icon {
  color: #F1C21B;
}
.alert-danger .icon {
  color: #FF464A;
}
.alert-light .icon {
  color: #FFFFFF;
}
.alert-dark .icon {
  color: #222222;
}
.btn-primary .icon {
  color: #222222;
}
.btn-secondary .icon {
  color: #FFFFFF;
}
.btn-success .icon {
  color: #222222;
}
.btn-info .icon {
  color: #222222;
}
.btn-warning .icon {
  color: #222222;
}
.btn-danger .icon {
  color: #222222;
}
.btn-light .icon {
  color: #222222;
}
.btn-dark .icon {
  color: #FFFFFF;
}
.btn .icon > svg {
  top: 6px;
}
.pagination .icon {
  width: 13px;
  height: 13px;
}
.pagination .icon > svg {
  top: 2px;
}
.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
  top: 0;
}
.is-right .offcanvas-close svg, .offcanvas-end .offcanvas-close svg {
  top: 0.25rem;
}
.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}
/*
Pagination
==============================================
Custom styling for bootstrap pagination component.

https://getbootstrap.com/docs/5.2/components/pagination
*/
.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}
/*
CMS sections
==============================================
General styling for cms sections
*/
.cms-section {
  overflow: hidden;
}
.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-section .full-width {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: 0;
}
.cms-section .cms-section-sidebar > .row, .cms-section .is-ctl-timewindowselection .checkout .cms-section-sidebar > .checkout-container, .is-ctl-timewindowselection .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-section-sidebar > .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-ctl-checkout .checkout .cms-section-sidebar > .checkout-container, .is-ctl-checkout .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-ctl-accountorder .checkout .cms-section-sidebar > .checkout-container, .is-ctl-accountorder .checkout .cms-section .cms-section-sidebar > .checkout-container {
  --bs-gutter-x: 60px;
}
@media (max-width: 767.98px) {
  .cms-section-sidebar-mobile-wrap {
    flex-direction: column;
  }
  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}
/*
CMS blocks
==============================================
General styling for cms blocks and
specific styling for elements dependent on their parent block
*/
.cms-block.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-block .cms-block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
}
.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
}
.cms-block .cms-block-container {
  position: relative;
}
.cms-block .cms-block-container .cms-block-container-row {
  flex-direction: row;
}
.cms-block-center-text .cms-element-text {
  padding: 30px;
}
.cms-block-image-three-cover .row, .cms-block-image-three-cover .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container {
  margin: 0;
}
.cms-block-image-three-cover [class^="col-"] {
  padding: 0;
}
.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.cms-block-image-highlight-row .cms-element-image {
  border: 12px solid #FFFFFF;
}
.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
  padding-top: 20px;
}
.cms-block-image-text-gallery .image-text-gallery-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.cms-block-image-text-gallery .cms-element-text {
  padding: 20px;
}
.cms-block-text-on-image .cms-element-text {
  padding: 30px;
  align-items: center;
  min-height: 240px;
}
.cms-block-image-text-cover .cms-element-text {
  padding-top: 30px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: 20px;
}
.cms-block-image-simple-grid .right {
  height: 100%;
}
@media (min-width: 992px) {
  .cms-block-container .cms-block-container-row.has--sidebar {
    flex-direction: column;
  }
  .cms-block-container .cms-block-container-row.has--sidebar > div {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
    margin-bottom: 20px;
  }
  .cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 20px;
  }
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 20px;
  }
}
.cms-block-sidebar-filter {
  overflow: visible;
  /*
    The filter's col is set to "initial" because the "boundary" option
    of the filter panel bootstrap dropdown is not working otherwise.
    The "boundary" option sets the dropdown container to "static" to
    be able to "break out" of "overflow: hidden". But this interferes
    with position "relative" on surrounding columns.
    */
}
.cms-block-sidebar-filter .col-12, .cms-block-sidebar-filter .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-timewindowselection .checkout .cms-block-sidebar-filter .checkout-aside, .cms-block-sidebar-filter .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-block-sidebar-filter .checkout-aside, .cms-block-sidebar-filter .is-ctl-checkout .checkout .checkout-aside, .is-ctl-checkout .checkout .cms-block-sidebar-filter .checkout-aside {
  position: initial;
}
.cms-element-product-name {
  display: inline-block;
}
.cms-element-manufacturer-logo .cms-image-link {
  height: 100%;
}
.cms-element-manufacturer-logo .cms-image-container.is-standard img {
  max-width: 200px;
  max-height: 70px;
}
/*
CMS elements
==============================================
General styling for cms elements
*/
.cms-element-image, .cms-element-video {
  position: relative;
  height: 100%;
}
.cms-element-image[tabindex]:focus-visible, .cms-element-video[tabindex]:focus-visible {
  outline: 0;
}
.cms-element-image[tabindex]:focus-visible .cms-video-container, .cms-element-video[tabindex]:focus-visible .cms-video-container {
  box-shadow: 0 0 0 0.25rem #028e93;
}
.cms-element-image .cms-image, .cms-element-image .cms-video, .cms-element-video .cms-image, .cms-element-video .cms-video {
  display: block;
  max-width: 100%;
}
.cms-element-image .cms-video:not([controls]), .cms-element-video .cms-video:not([controls]) {
  cursor: pointer;
}
.cms-element-image .cms-image-container, .cms-element-image .cms-video-container, .cms-element-video .cms-image-container, .cms-element-video .cms-video-container {
  display: block;
  max-width: 100%;
  position: relative;
}
.cms-element-image .cms-image-container.is-cover, .cms-element-image .cms-video-container.is-cover, .cms-element-video .cms-image-container.is-cover, .cms-element-video .cms-video-container.is-cover {
  object-fit: contain;
  height: 100%;
}
.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-cover .cms-video, .cms-element-image .cms-video-container.is-cover .cms-image, .cms-element-image .cms-video-container.is-cover .cms-video, .cms-element-video .cms-image-container.is-cover .cms-image, .cms-element-video .cms-image-container.is-cover .cms-video, .cms-element-video .cms-video-container.is-cover .cms-image, .cms-element-video .cms-video-container.is-cover .cms-video {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-cover .cms-video, .cms-element-image .cms-image-container.is-stretch .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-video, .cms-element-image .cms-video-container.is-cover .cms-image, .cms-element-image .cms-video-container.is-cover .cms-video, .cms-element-image .cms-video-container.is-stretch .cms-image, .cms-element-image .cms-video-container.is-stretch .cms-video, .cms-element-video .cms-image-container.is-cover .cms-image, .cms-element-video .cms-image-container.is-cover .cms-video, .cms-element-video .cms-image-container.is-stretch .cms-image, .cms-element-video .cms-image-container.is-stretch .cms-video, .cms-element-video .cms-video-container.is-cover .cms-image, .cms-element-video .cms-video-container.is-cover .cms-video, .cms-element-video .cms-video-container.is-stretch .cms-image, .cms-element-video .cms-video-container.is-stretch .cms-video {
  width: 100%;
}
.cms-element-image .cms-video-play-icon, .cms-element-video .cms-video-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 96px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 220ms ease-out, transform 140ms ease-in;
  will-change: transform, opacity;
}
.cms-element-image .cms-video-play-icon img, .cms-element-video .cms-video-play-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.cms-element-image.is-animating .cms-video-play-icon, .cms-element-video.is-animating .cms-video-play-icon {
  animation: cms-video-start 220ms ease-out;
}
.cms-element-image.is-playing .cms-video-play-icon, .cms-element-video.is-playing .cms-video-play-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
.cms-element-image.is-paused .cms-video-play-icon, .cms-element-video.is-paused .cms-video-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: cms-video-stop 300ms linear;
}
.cms-element-image .cms-image-link, .cms-element-video .cms-image-link {
  display: block;
}
.cms-element-image.is-stretch .cms-element-alignment, .cms-element-video.is-stretch .cms-element-alignment {
  width: 100%;
}
.cms-element-image__backdrop, .cms-element-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-image__backdrop > div, .cms-element-video__backdrop > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
@keyframes cms-video-start {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.32);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes cms-video-stop {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.32);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.cms-element-youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-element-youtube-video.is--streched {
  height: 100%;
}
.cms-element-youtube-video::before {
  padding-top: calc((9 / 16) * 100%);
}
.cms-element-youtube-video, .cms-element-vimeo-video {
  position: relative;
  width: 100%;
}
.cms-element-youtube-video::before, .cms-element-vimeo-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder, .cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-youtube-video__placeholder img, .cms-element-vimeo-video__placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-youtube-video__backdrop, .cms-element-vimeo-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-youtube-video__backdrop > div, .cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
.cms-element-youtube-video__container:hover .js-vimeo-link, .cms-element-vimeo-video__container:hover .js-vimeo-link {
  display: block;
}
.cms-element-product-listing-actions {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cms-element-product-listing-actions .sorting {
  margin-left: auto;
}
.cms-element-buy-box, .cms-element-product-box {
  width: 100%;
}
.cms-element-product-slider .cms-element-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222222;
}
.cms-element-product-slider.has-border .cms-element-title {
  margin-top: 0.5rem;
}
.cms-element-text, .cms-element-image, .cms-element-video, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-product-description-reviews, .cms-element-image-slider, .cms-element-image-gallery {
  word-break: break-word;
}
.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-video.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-slider.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
  display: flex;
  height: 100%;
}
.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
  display: none;
}
@media (max-width: 991.98px) {
  .cms-element-product-listing-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
div.card-tabs .cms-card-header {
  padding-left: 0;
  padding-right: 0;
}
.cms-element-text {
  position: relative;
}
.confirm-message {
  padding: 10% 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.confirm-message div.alert {
  margin-top: 1em;
}
.confirm-alert {
  padding: 1em 1em 3em;
}
@media (max-width: 767.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}
/*
Form
==============================================
Custom styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.was-validated .form-control:valid, .form-control.is-valid {
  background-position: 97% 50%;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: 97% 50%;
}
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
  color: inherit;
}
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
  border-color: inherit;
}
.required-fields {
  margin-bottom: 1rem;
}
.form-text {
  font-size: 1rem;
}
.forms-boolean {
  display: block;
  border: 1px solid #DDDDDD;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.forms-boolean.is-active {
  border-color: #028E93;
}
.forms-boolean:hover {
  border-color: #028E93;
  color: #028E93;
}
.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.forms-boolean-label::before, .forms-boolean-label::after {
  top: 11px;
}
.address-manager-modal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.address-manager-modal .btn-icon-hover-white:hover span.icon, .address-manager-modal .btn-icon-hover-white:focus span.icon {
  color: #FFFFFF;
}
.address-manager-modal .loader {
  color: #FFFFFF;
}
.address-manager-modal .address-manager-modal-header-content {
  width: 100%;
}
.address-manager-modal .modal-body {
  padding-top: 0;
  height: 550px;
}
.address-manager-modal .modal-footer {
  background-color: #f9f9f9;
}
.address-manager-modal .address-manager-modal-select-address:hover {
  border-color: #028E93;
  cursor: pointer;
}
.address-manager-modal .address-manager-modal-select-address {
  height: 210px;
}
.sorting {
  display: inline-block;
  width: 260px;
}
/*
Delivery status
==============================================
Shows the delivery status for products e.g. on detail page.
*/
.delivery-status-indicator {
  border-radius: 100%;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}
.quickview-minimal-top, .quickview-minimal-image {
  margin-bottom: 1rem;
}
.quickview-minimal-product-manufacturer-logo {
  width: 100%;
}
@media (min-width: 768px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}
/*
Payment method
==============================================
Custom styling for payment form used e.g. on account and checkout pages.
*/
.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Shipping method
==============================================
Custom styling for shipping form used e.g. on account and checkout pages.
*/
.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Filter panel
==============================================
Styling for filter panel component.
This file contains the generic styling for all filter items.
*/
.filter-panel {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
}
.icon.icon-filter-panel-item-toggle {
  margin-left: 8px;
}
.icon.icon-filter-panel-item-toggle > svg {
  top: 4px;
}
.filter-panel-items-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.filter-panel-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-panel-item .filter-panel-item-toggle {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-border-color: #DDDDDD;
  --bs-btn-hover-border-color: #DDDDDD;
  --bs-btn-active-border-color: #028E93;
  --bs-btn-active-color: #028E93;
  --bs-btn-font-weight: 400;
}
.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
  color: #028E93;
  transform: rotate(180deg);
}
.filter-panel-item-dropdown {
  min-width: 240px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 0;
}
.filter-panel-submit {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #028E93;
  background-color: #FFFFFF;
  color: #4a545b;
}
.filter-active {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-border-color: #DDDDDD;
  --bs-btn-hover-border-color: #028E93;
  --bs-btn-hover-color: #028E93;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-active-border-color: #028E93;
  --bs-btn-active-color: #028E93;
  --bs-btn-font-weight: 400;
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
}
.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin-right: 0.25rem;
  background-position: center center;
  background-size: cover;
  vertical-align: -0.125em;
}
.btn.filter-reset-all {
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-font-weight: 400;
}
.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
  display: block;
}
.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #028E93;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.is--sidebar .filter-panel-item {
  margin-right: 0;
  width: 100%;
}
.is--sidebar .filter-panel-item-toggle {
  text-align: left;
  display: flex;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  color: #028E93;
  border-color: #028E93;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
  color: #028E93;
  transform: rotate(180deg);
}
.is--sidebar .icon-filter-panel-item-toggle {
  margin-left: auto;
}
.is--sidebar .icon-filter-panel-item-toggle > svg {
  top: 0;
}
.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 0.6;
}
.btn.filter-panel-wrapper-toggle {
  --bs-btn-padding-x: 6px;
  --bs-btn-padding-y: 6px;
  --bs-btn-hover-bg: var(--bs-gray-200);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-gray-200);
  --bs-btn-active-color: var(--bs-primary);
  display: none;
  width: 100%;
}
.btn.filter-panel-wrapper-toggle .icon {
  color: currentColor;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.btn.filter-panel-wrapper-toggle .icon svg {
  top: 0;
}
.filter-panel-offcanvas-header {
  height: 80px;
  align-items: center;
  padding: 25px;
  display: none;
}
.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
}
.filter-panel-offcanvas-close {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .btn.filter-panel-wrapper-toggle {
    display: block;
  }
  .filter-panel-wrapper {
    display: none;
  }
}
.offcanvas-filter {
  overflow: hidden;
}
.offcanvas-filter .filter-panel {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 0 25px 25px;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  display: flex;
}
/*
Filter multi select
==============================================
Styling for multi select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-multi-select .filter-panel-item-toggle.disabled {
  cursor: default;
}
.filter-multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-multi-select-list-item {
  padding: 5px 15px;
}
.filter-multi-select-list-item.disabled {
  opacity: 0.3;
}
.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
  cursor: default;
}
.filter-multi-select-item-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.filter-multi-select-count {
  margin-left: 3px;
}
/*
Filter property select
==============================================
Styling for property select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-property-select-list-item {
  display: flex;
  align-items: center;
}
.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  position: relative;
  flex-shrink: 0;
}
.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
  background-color: #028E93;
  border: 0.125rem solid #FFFFFF;
  top: -0.375rem;
  right: -0.375rem;
}
.filter-property-select-preview-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #FFFFFF;
}
.filter-property-select-preview-checkmark .icon svg {
  top: 0;
}
.filter-property-select-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  appearance: none;
  background-color: transparent;
  outline: none;
}
.filter-property-select-checkbox:focus {
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
  transform: translateY(0);
  opacity: 1;
}
/*
Filter boolean
==============================================
Styling for boolean filter item.
This filter item should only be used inside a filter panel.
*/
.filter-boolean {
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
}
.filter-boolean.is-active {
  border-color: #028E93;
}
.filter-boolean:hover {
  border-color: #028E93;
  color: #028E93;
}
.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}
.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}
.filter-boolean-input {
  margin-top: 11px;
}
.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
/*
Filter range
==============================================
Styling for range filter item.
This filter item should only be used inside a filter panel.
*/
.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}
.filter-range-container {
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #FF464A;
}
.filter-range-min, .filter-range-max {
  width: calc(50% - 14px);
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}
.min-input, .max-input {
  margin-bottom: 0;
  height: 28px;
  padding: 6px 10px;
  appearance: none;
}
.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.filter-range-unit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #FFFFFF;
  border-radius: 0;
}
.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}
/*
Filter rating select
==============================================
Styling for rating select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-rating-select-radio {
  appearance: none;
  opacity: 0;
}
.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  transform: translateY(2px);
  opacity: 1;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label {
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label .filter-rating-select-item-label-text {
  color: #028E93;
  font-weight: 700;
}
.filter-rating-select-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter-rating-select-item-label .product-review-rating {
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
}
.filter-rating-select-item-label:hover .icon-review {
  color: #fed03d;
}
.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #028E93;
  font-weight: 700;
}
.filter-rating-select-list-item {
  display: flex;
  position: relative;
  margin-left: 16px;
}
.filter-rating-select-list-item .filter-rating-select-item-label {
  margin-bottom: 5px;
}
.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
  margin-bottom: 0;
}
.filter-rating-select-list-item.disabled {
  opacity: 0.3;
}
.filter-rating-select-list-item.disabled .icon-review {
  color: #bcc1c7;
}
.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
  cursor: default;
}
.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
  color: #222222;
  font-weight: 400;
}
.filter-rating-select-item-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-7px);
}
.filter-rating-select-item-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #FFFFFF;
}
.filter-rating-select-item-checkmark .icon svg {
  top: 0;
}
.filter-multi-select-rating .filter-panel-item-dropdown {
  padding-bottom: 6px;
}
.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}
.product-feature-feature {
  font-size: 0.875rem;
}
.product-feature-value {
  font-weight: 700;
}
/*
Notification dot
==============================================
Styling for notification dot component.
*/
.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.notification-dot.notification-dot-primary {
  background-color: #028E93;
}
.notification-dot.notification-dot-secondary {
  background-color: #666666;
}
.notification-dot.notification-dot-success {
  background-color: #24A148;
}
.notification-dot.notification-dot-danger {
  background-color: #FF464A;
}
.notification-dot.notification-dot-warning {
  background-color: #F1C21B;
}
.notification-dot.notification-dot-info {
  background-color: #028E93;
}
.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}
.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}
/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-box.box-wishlist .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-wishlist {
  margin-top: 10px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
  display: none;
}
.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
  display: inline-flex;
}
.product-wishlist-not-added .icon-wishlist-not-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
  display: inline-flex;
}
.product-wishlist-added .icon-wishlist-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
  display: none;
}
.product-wishlist-action-circle {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-wishlist-action-circle.btn {
  text-overflow: initial;
}
.product-wishlist-action-circle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: inline-flex;
}
.product-wishlist-btn {
  --bs-btn-border-radius: 50%;
  --bs-btn-border-width: 0;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-color: var(--bs-gray-800);
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  height: 40px;
  width: 40px;
}
.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.product-wishlist .icon-wishlist svg, .product-wishlist .icon-wishlist-remove svg {
  top: 0;
}
.product-wishlist-btn-content {
  text-decoration: underline;
}
.product-wishlist-btn-content-md {
  margin-left: 8px;
  font-size: 14px;
}
.product-wishlist-btn-content-sm {
  margin-left: 6px;
  font-size: 12px;
}
.product-wishlist-btn-content-disabled {
  display: none;
}
.product-wishlist-btn-content-active {
  display: inline-flex;
}
.product-wishlist-info {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.875rem;
}
.product-wishlist-info-text {
  font-weight: 700;
}
.product-wishlist-info-manufacturer {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wishlist-info .product-variant-characteristics-text {
  text-transform: capitalize;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.quantity-selector-group .quantity-selector-group-input {
  -moz-appearance: textfield;
  text-align: center;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1rem;
}
.quantity-selector-group .quantity-selector-group-input:disabled {
  color: #798490;
}
.quantity-selector-group .quantity-selector-group-input::-webkit-outer-spin-button, .quantity-selector-group .quantity-selector-group-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector-group .btn-outline-light {
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #DDDDDD;
  --bs-btn-border-color: #DDDDDD;
  --bs-btn-active-border-color: #DDDDDD;
  --bs-btn-hover-border-color: #DDDDDD;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.quantity-selector-group .btn-outline-light.btn-plus {
  border-left: 0;
}
.quantity-selector-group .btn-outline-light.btn-minus {
  border-right: 0;
}
.quantity-selector-group .btn-outline-light:disabled .icon {
  color: #bcc1c7;
}
.quantity-selector-group .btn-outline-light svg {
  top: 4px;
}
.quantity-selector-group .input-group-text {
  line-height: 1rem;
}
.basic-captcha-content-image {
  width: 85%;
}
.basic-captcha-content-image img {
  border: 1px solid #DDDDDD;
  border-radius: 0;
  width: 100%;
}
.basic-captcha-content-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}
.basic-captcha-content-refresh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  height: 42px;
  align-self: flex-end;
  border-color: #DDDDDD;
}
.basic-captcha-content-refresh-icon.btn .icon > svg {
  top: 0;
}
.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #028E93;
  background-color: #FFFFFF;
}
.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #028E93;
}
.line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.line-item.is-discount .line-item-total-price {
  color: #24A148;
}
.line-item:last-child {
  border-bottom: 0;
}
.line-item-info {
  order: 1;
  margin-bottom: 1rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.line-item-details {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.line-item-quantity {
  order: 3;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-quantity-label {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-label {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-quantity-select-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-select-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-unit-price {
  display: none;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-tax-price {
  justify-content: flex-end;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-total-price {
  order: 4;
  font-weight: 700;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-remove {
  order: 2;
  text-align: right;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (min-width: 768px) {
  .line-item-remove {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-offcanvas .line-item-info {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.is-offcanvas .line-item-details {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity-label {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.is-offcanvas .line-item-quantity-select-wrapper {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.is-offcanvas .line-item-unit-price {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  font-size: 0.875rem;
  font-style: italic;
}
.is-offcanvas .line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.is-offcanvas .line-item-tax-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-total-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-remove {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.is-offcanvas .line-item-details-container {
  padding-left: 0;
}
.is-offcanvas .line-item-unit-price-value-descriptor {
  display: inline;
}
.is-offcanvas .line-item-unit-price-label, .is-offcanvas .line-item-tax-price-label, .is-offcanvas .line-item-total-price-label {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.is-offcanvas .line-item-unit-price-label:not(caption), .is-offcanvas .line-item-tax-price-label:not(caption), .is-offcanvas .line-item-total-price-label:not(caption) {
  position: absolute !important;
}
.is-offcanvas .line-item-unit-price-label *, .is-offcanvas .line-item-tax-price-label *, .is-offcanvas .line-item-total-price-label * {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-info {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
.line-item.is-order {
  margin-left: 20px;
  margin-right: 20px;
}
.line-item.is-order .line-item-children .line-item {
  margin-left: 0;
  margin-right: 0;
}
.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.line-item-discount-icon, .line-item-icon {
  text-align: center;
  height: 100%;
}
.line-item-discount-icon .icon, .line-item-icon .icon {
  height: 100%;
}
.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
  top: 0;
}
.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
  color: #24A148;
}
.line-item-container .line-item-icon .icon {
  color: #666666;
}
.line-item-nested-icon {
  background-color: #798490;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.line-item-nested-icon .icon > svg {
  top: 0;
}
.line-item-unit-price, .line-item-tax-price {
  order: 5;
}
.line-item-img-container {
  text-align: center;
  width: 70px;
  margin-bottom: 0.5rem;
}
.line-item-img-link {
  display: block;
}
.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  padding: 0.25rem;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}
.line-item-total-price, .line-item-tax-price {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575.98px) {
  .line-item-tax-price, .line-item-unit-price {
    font-size: 0.875rem;
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price {
    display: flex;
    justify-content: flex-end;
  }
}
.line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.line-item-quantity-row {
  align-items: center;
  margin-bottom: 0.5rem;
}
.line-item-details-characteristics {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 700;
}
.line-item-variants {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.line-item-variants-properties {
  display: flex;
}
.line-item-variants-properties-name {
  font-weight: 700;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
    margin-left: auto;
  }
  .is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
    align-items: normal;
    margin-bottom: 0;
  }
  .is-default .line-item-quantity, .is-order .line-item-quantity {
    flex-direction: column;
    display: flex;
  }
  .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
    text-align: right;
    justify-content: normal;
    flex-direction: column;
  }
  .is-default .line-item-tax-price, .is-order .line-item-tax-price {
    order: 4;
  }
  .is-default .line-item-total-price, .is-order .line-item-total-price {
    order: 5;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
    order: 0;
  }
  .is-default .line-item-info, .is-order .line-item-info {
    margin-bottom: 0;
  }
  .is-default .line-item-quantity-label, .is-order .line-item-quantity-label {
    display: none;
  }
}
.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px 20px;
  order: 10;
  margin-top: 10px;
  flex-shrink: initial;
}
.line-item-children .line-item-children-elements {
  padding: 12px 0 0;
}
.line-item-children .line-item-headline {
  padding: 0;
  font-weight: 600;
}
.line-item-children .line-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-change-button:focus {
  outline: none;
}
.line-item-children .line-item-collapse {
  margin: 0;
  align-items: center;
}
.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
  padding: 0;
}
.line-item-children .line-item-child-label {
  position: relative;
}
.line-item-children .line-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
  outline: none;
}
.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
  transform: rotate(0deg);
}
.line-item-children .line-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.line-item-children .line-item-children-element > .nesting-level-0 {
  list-style: none;
}
.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
  border-style: none;
}
.line-item-children .line-item-child-label-bullet {
  display: list-item;
}
.line-item-children .line-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.line-item-children .line-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-children-element-divider {
  border-top: 1px solid #DDDDDD;
  margin: 1rem 0;
}
.line-item-children.nesting-level-2 {
  background-color: #f0f0f0;
}
.line-item-children.nesting-level-3 {
  background-color: #ebebeb;
}
.line-item-children .line-item-details-container {
  padding-left: 0;
}
.line-item-children .line-item-headline-text {
  font-weight: normal;
}
@media (min-width: 768px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
@media (min-width: 992px) {
  .line-item-children.nesting-level-1 {
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
.is-offcanvas .line-item-children {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.line-item-product-number {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.line-item-delivery-date {
  font-size: 0.875rem;
}
.line-item-label {
  color: #222222;
  font-weight: 700;
}
a.line-item-label:hover {
  color: #028E93;
}
.line-item-tax-price-label {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .line-item-unit-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
  .line-item-unit-price-label *, .line-item-total-price-label * {
    overflow: hidden !important;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price-label, .line-item-tax-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-tax-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
  .line-item-unit-price-label *, .line-item-tax-price-label *, .line-item-total-price-label * {
    overflow: hidden !important;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price-value-descriptor {
    display: none;
  }
  .line-item-tax-price-label {
    display: block;
    font-weight: bold;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .line-item-details-container {
    padding-left: 0.25rem;
  }
}
.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.line-item-characteristics .line-item-characteristics-option {
  font-weight: 700;
}
.line-item-remove-button .icon {
  color: inherit;
}
@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
.spatial-ar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 0, 0, 0.5);
  display: none;
  z-index: 1100;
}
.spatial-ar-overlay .spatial-ar-exit-button {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 1101;
  background-color: #222222;
  border: 1px solid #FFFFFF;
}
.spatial-ar-overlay .spatial-ar-exit-button svg {
  color: #FFFFFF;
}
.spatial-ar-overlay .spatial-ar-placement-hint {
  display: none;
  background-color: black;
}
.spatial-ar-overlay .spatial-ar-movement-hint {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}
.spatial-ar-overlay .spatial-ar-movement-hint svg {
  color: #FFFFFF;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container {
  position: relative;
  margin-bottom: 90px;
  margin-left: -200px;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-surface {
  position: absolute;
  width: 200px;
  height: auto;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-phone {
  position: absolute;
  bottom: -75px;
  left: 2px;
  width: 30px;
  height: auto;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: move-around;
}
@keyframes move-around {
  0% {
    bottom: -75px;
    left: 2px;
  }
  25% {
    bottom: -100px;
    left: 80px;
  }
  50% {
    bottom: -75px;
    left: 165px;
  }
  75% {
    bottom: -100px;
    left: 80px;
  }
  100% {
    bottom: -75px;
    left: 2px;
  }
}
.spatial-ar-overlay .progress {
  bottom: 80px;
  height: 4px;
}
.spatial-ar-overlay.is--visible {
  display: block;
}
.spatial-ar-overlay.is--session-running .spatial-ar-exit-button {
  display: block;
}
.spatial-ar-overlay.is--session-running:not(.is--tracking):not(.is--placement-hint):not(.is--loading) .spatial-ar-movement-hint {
  display: block;
}
.spatial-ar-overlay.is--placement-hint .spatial-ar-placement-hint, .spatial-ar-overlay.is--loading .spatial-ar-placement-hint {
  display: block;
}
.ar-qr-modal-open-session .ar-splash-screen {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ar-qr-modal-open-session .ar-splash-screen .cube-splash-icon {
  max-width: 200px;
  left: 0px;
  right: 0px;
}
.ar-qr-modal-open-session .ar-splash-screen .floor-splash-icon {
  max-width: 400px;
  left: 0px;
  right: 0px;
  margin-top: 33%;
}
.ar-qr-modal-open-session .ar-splash-screen .ar-btn-open-session {
  max-width: 170px;
  left: 0px;
  right: 0px;
  margin-top: 75%;
}
.ar-qr-modal-open-session .icon-cube-3d-shade {
  color: transparent;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label span {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label svg {
  vertical-align: middle;
  top: 0px;
}
.ar-qr-modal .ar-qr-modal-content {
  width: 30.25rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-header {
  height: 5rem;
  padding: 0 2rem 0 4rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body {
  padding: 1.5rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  font-weight: 600;
  font-size: 0.875rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body .ar-qr-modal-body-qr-code {
  max-width: 300px;
  max-height: 300px;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer {
  padding: 0 2rem 2rem 2rem;
  justify-content: center;
  font-weight: 400;
  font-size: 0.75rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer .ar-qr-modal-footer-headline {
  font-weight: 600;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Container
==============================================
Additional styling for bootstrap container layout.

https://getbootstrap.com/docs/5.2/layout/containers
*/
.container-main {
  padding: 20px 0;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 700px;
  }
}
/*
Header
==================================================
Contains custom styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-row {
  padding: 0.5rem 0;
}
.header-logo-picture {
  max-width: 300px;
  min-width: 200px;
}
.header-search-form {
  position: relative;
}
.header-search-form .header-close-btn {
  display: none;
}
.header-search-form:has(.search-suggest) .header-search-btn {
  display: none;
}
.header-search-form:has(.search-suggest) .header-close-btn {
  display: block;
}
.header-search-btn.is-loading-indicator-before .loader {
  margin: 0;
}
.header-search-btn .loader ~ .header-search-icon, .header-search-btn .loader ~ .header-close-btn {
  display: none;
}
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
  top: 0;
}
.header-actions-btn {
  position: relative;
}
@media (min-width: 576px) {
  .header-row {
    padding-bottom: 1rem;
  }
  .header-search-col .collapse:not(.show) {
    display: block;
  }
  .header-search {
    max-width: 400px;
  }
}
.storefront-staging-info .icon {
  color: #FFFFFF;
}
.storefront-staging-info .icon svg {
  top: 0;
}
/*
Header minimal
==================================================
Contains custom styles for the minimal header which is used on checkout pages.
*/
.header-minimal {
  background: #FFFFFF;
  border-bottom: 1px solid var(--text-color-brand-primary);
}
.header-minimal.fixed-top {
  position: static;
}
.header-minimal-row {
  justify-content: space-between;
  align-items: center;
}
.header-minimal-contact {
  display: none;
}
.header-minimal-contact a {
  color: #028E93;
}
.header-minimal-back-to-shop {
  display: flex;
  justify-content: flex-end;
}
.header-minimal-back-to-shop-button {
  color: #222222;
}
.header-minimal-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.header-minimal-logo .header-logo-picture {
  min-width: unset;
}
.header-minimal-home {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-minimal-contact {
    display: block;
  }
  .header-minimal-logo, .header-minimal-switch {
    margin-bottom: 0;
  }
}
/*
Footer
==================================================
Contains custom styles for the footer located at the bottom of the page.
*/
.footer-column-content-inner {
  padding-bottom: 1rem;
}
.footer-column-headline {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-column-headline .icon-footer-minus {
  display: none;
}
.footer-column-headline .icon-footer-plus > svg, .footer-column-headline .icon-footer-minus > svg {
  top: 0.25em;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-plus {
  display: none;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-minus {
  display: inline-flex;
}
.footer-column-toggle {
  padding: 0;
  --bs-btn-line-height: 1.375;
}
.footer-link-item {
  padding: 0.5rem 0;
}
.footer-bottom {
  padding: 1rem;
}
.footer-bottom > .container, .cms-section .footer-bottom > .boxed, .full-width .cms-element-dsee-breadcrumb .footer-bottom > .breadcrumbs-container {
  padding: 0;
}
.footer-vat, .footer-copyright, .footer-service-menu-list {
  text-align: center;
}
.footer-service-menu-list {
  padding: 1rem 0;
}
.footer-service-menu-list:empty {
  padding: 0;
  margin: 0;
}
.footer-service-menu-item {
  display: inline-block;
}
.footer-service-menu-link {
  padding: 5px 0;
  display: inline-block;
}
.footer-logos {
  padding: 1rem;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-logo {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-logo:last-child {
  margin-right: 0;
}
.footer-logo-image {
  max-height: 35px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer-columns {
    padding-bottom: 20px;
  }
  .footer-column-headline {
    padding: 3rem 0 0.5rem 0;
  }
  .footer-column-toggle {
    display: none;
  }
  .footer-column-content.collapse {
    display: block;
  }
}
/*
Navigation offcanvas
==============================================
Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas {
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  overflow-x: hidden;
}
.navigation-offcanvas-container {
  position: relative;
}
.navigation-offcanvas-overlay.has-transition {
  transition: left 0.5s ease-in;
}
.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-offcanvas-actions {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  padding: 0 1rem;
}
.navigation-offcanvas-actions .top-bar-nav-name {
  display: inline;
}
.navigation-offcanvas-headline {
  padding: 20px 1rem 1rem;
}
.navigation-offcanvas-link-icon {
  display: inline-flex;
}
.navigation-offcanvas-link-icon .loader {
  width: 1.203125rem;
  height: 1.203125rem;
}
.navigation-offcanvas-link {
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    transition: none;
  }
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
  justify-content: flex-start;
}
.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-right: 0.5rem;
}
/*
Offcanvas cart
==============================================
Extends the basic offcanvas component with additional cart styles.
*/
.offcanvas-cart .alert {
  margin-top: 1rem;
}
.offcanvas-cart-items, .offcanvas-summary {
  margin: 1rem 0;
}
.offcanvas-cart-items {
  border-bottom: 1px solid #DDDDDD;
}
.offcanvas-summary-list {
  margin-bottom: 0;
  justify-content: space-between;
}
.offcanvas-summary-list > * {
  width: initial;
}
.offcanvas-shipping-info {
  justify-content: space-between;
}
.offcanvas-shipping-info > * {
  width: initial;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}
.offcanvas-cart-promotion-form .offcanvas-cart-promotion-button .icon-checkmark {
  color: inherit;
}
.offcanvas-summary .js-toggle-shipping-selection {
  --bs-btn-font-weight: var(--bs-body-font-weight);
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-size: 90%;
  --bs-btn-color: var($primary);
  --bs-btn-line-height: inherit;
}
.offcanvas-summary .offcanvas-shipping-preference {
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  max-height: 100px;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.offcanvas-summary .offcanvas-shipping-preference--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
}
.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
  text-align: right;
}
/*
Account menu
==================================================
Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.
*/
.account-menu-header {
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0;
  color: #222222;
}
.account-menu-register {
  text-align: center;
}
.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0.25rem;
}
.account-menu-login-button {
  width: 100%;
  margin-bottom: 0.5rem;
}
.account-menu-dropdown {
  padding: 0.5rem 1rem;
  min-width: 200px;
}
.account-menu-dropdown .offcanvas-body {
  overflow: visible;
}
.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
  border: 0;
}
.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
  padding: 0.5rem 0;
}
.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
  background: none;
  padding: 0.25rem 0;
}
@media (min-width: 576px) {
  .account-menu .offcanvas-close {
    display: none;
  }
  .account-menu .offcanvas-body {
    padding: 0;
  }
}
/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #FFFFFF;
  padding: 1rem;
  border: 1px solid #DDDDDD;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #222222;
}
.search-suggest-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #FFFFFF;
  left: 48%;
  border: 1px solid #DDDDDD;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product {
  border-bottom: 1px solid #DDDDDD;
}
.search-suggest-product:last-child {
  border-bottom: 0;
}
.search-suggest-product-link:hover, .search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link:focus, .search-suggest-product-link:focus-visible, .search-suggest-total-link:focus, .search-suggest-total-link:focus-visible {
  color: #028E93;
  box-shadow: inset 0 0 0 0.125rem #028e93, inset 0 0 0 0.25rem #FFFFFF;
  outline: none;
}
.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
  color: #222222;
  text-decoration: none;
}
.search-suggest-product-link:hover {
  color: #028E93;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-variation {
  font-size: 0.875rem;
  color: #798490;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggest-product-price {
  text-align: right;
  padding-right: 0.25rem;
}
.search-suggest-product-list-price, .search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}
.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}
.search-suggest-total {
  padding: 0.5rem;
}
.search-suggest-no-result {
  text-align: center;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
Cookie permission
==============================================
Shows a cookie permission alert at the bottom of the page.

@sw-package framework
*/
.cookie-permission-container {
  display: none;
  border-top: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  z-index: 1100;
}
.cookie-permission-content {
  margin-bottom: 0.5rem;
}
.cookie-permission-content a {
  display: inline-block;
}
.cookie-permission-actions {
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}
/*
Cookie configuration
==============================================
Offcanvas containing a list of cookies which need to be manually selected by the user.

@sw-package framework
*/
.offcanvas-cookie-description, .offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}
.offcanvas-cookie-list {
  padding-bottom: 32px;
}
.offcanvas-cookie-group {
  position: relative;
  margin: 12px 0;
}
.offcanvas-cookie-group input ~ label {
  user-select: none;
}
.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}
@supports (-webkit-hyphens: none) {
  .offcanvas-cookie-group .form-check .form-check-input {
    float: none;
    display: inline-block;
  }
}
.offcanvas-cookie-entries-toggle {
  position: absolute;
  top: -4px;
  right: 0;
}
.offcanvas-cookie-entries-toggle svg {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.offcanvas-cookie-entries-toggle[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.offcanvas-cookie-entries > p {
  padding: 8px 8px 0;
  margin: 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 8px 8px 0 24px;
  margin: 0 0 0 24px;
  overflow: visible;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry > p {
  margin: 8px 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
  min-height: unset;
}
/*
Scroll up
==============================================
Shows a scroll up button at the bottom right of the page.
*/
.scroll-up-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.1;
  position: fixed;
  right: 1.5rem;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.3, 0, 0.15, 1);
  z-index: 700;
  pointer-events: none;
}
.scroll-up-button.is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.grecaptcha-v2-container iframe.has-error {
  border: 1px solid #dc3545;
  border-radius: 3px;
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-headline {
  margin-bottom: 3rem;
}
.product-detail-content {
  margin-bottom: 1.5rem;
}
.product-detail-content .product-breadcrumb {
  padding: 0;
  margin: 1rem 0;
}
.product-detail-name-container {
  display: flex;
  align-items: center;
}
.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #adb5bd;
}
.product-detail-buy {
  margin-bottom: 1rem;
}
.product-detail-price {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .product-detail-price {
    font-size: 1.75rem;
  }
}
.product-detail-price-unit {
  font-size: 0.875rem;
}
.product-detail-tax {
  font-size: 1rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.5rem;
}
.product-detail-form-container {
  margin-bottom: 1rem;
}
.product-detail-ordernumber-container {
  margin-bottom: 1rem;
}
.product-block-prices-grid thead {
  background-color: #f9f9f9;
}
.product-block-prices-grid th {
  font-weight: 400;
}
.product-block-prices-grid td {
  font-weight: 700;
}
.product-block-prices-grid .product-block-prices-cell {
  border: 0 none;
  padding: 10px 0 10px 16px;
  line-height: 20px;
}
.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
  border-top: 1px solid #eee;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
  border-top: 0 none;
}
.product-detail-configurator-option-label {
  --bs-btn-font-weight: 400;
  --bs-btn-border-color: #DDDDDD;
  --bs-btn-color: #222222;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-color: #222222;
  --bs-btn-active-border-color: #028E93;
  --bs-btn-disabled-border-color: #798490;
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-opacity: 0.65;
}
.product-detail-configurator-option-label.disabled {
  pointer-events: auto;
  text-decoration: line-through;
}
.product-detail-configurator-option-label.is-display-color, .product-detail-configurator-option-label.is-display-media {
  --bs-btn-padding-x: 0.125rem;
  background-clip: content-box;
  min-width: 3.75rem;
  height: 3.75rem;
}
.btn-check:checked + .product-detail-configurator-option-label {
  --bs-btn-border-width: 2px;
}
.product-detail-tabs-content {
  display: none;
}
.product-detail-tabs-content .offcanvas-body {
  overflow: initial;
  padding: 0;
}
.product-detail-description-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .product-detail-tabs-content {
    display: block;
  }
  .product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-detail-tab-preview {
    flex-basis: 100%;
  }
}
.product-detail-review-widget {
  margin-bottom: 1rem;
  z-index: 1;
}
.product-detail-reviews {
  margin-bottom: 1rem;
}
.product-detail-reviews .icon svg {
  top: 2px;
}
.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
  display: block;
}
.product-review-rating {
  margin-right: 1rem;
}
.product-detail-review-item-points {
  margin-bottom: 0.5rem;
}
.product-detail-review-item-content {
  word-break: break-word;
}
.product-detail-review-form-radio {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.product-detail-review-form-radio:not(caption) {
  position: absolute !important;
}
.product-detail-review-form-radio * {
  overflow: hidden !important;
}
.product-detail-review-form-rating-input {
  display: flex;
}
.product-detail-review-form-rating-input .product-detail-review-form-rating-text {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.product-review-point svg {
  top: 0;
}
.product-review-point, .point-container {
  display: inline-block;
  position: relative;
}
.point-rating {
  display: block;
}
.point-rating.point-blank .icon {
  color: #eee;
}
.point-partial {
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail-review-form-star {
  margin-right: 10px;
}
.product-detail-review-form-star:has(.product-detail-review-form-radio:focus-visible) {
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.product-detail-review-login .login-card .card-body {
  padding-top: 0;
}
.product-detail-review-language {
  margin-bottom: 1rem;
}
.product-detail-review-sortby-label {
  margin-right: 0.25rem;
}
.product-detail-review-cancel {
  margin-right: 5px;
}
.offcanvas .product-detail-review-widget {
  position: static;
}
.offcanvas .product-detail-review-form-rating-input .product-review-point {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }
  .product-detail-review-sortby-form {
    justify-content: flex-end;
  }
  .product-detail-review-language {
    margin-bottom: 0;
  }
  .product-detail-review-item-points {
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-detail-review-item-title {
    padding-left: 0;
  }
  .product-detail-review-form-star {
    margin-right: 5px;
  }
}
.account-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.account-address .address-action-create .icon {
  margin-top: 2px;
  margin-right: 0.5rem;
}
.account-address .btn > .icon {
  vertical-align: top;
}
.account-address .account-address-back:hover span.icon, .account-address .account-address-back:focus span.icon {
  color: #FFFFFF;
}
.address-manager-select-address {
  min-height: 200px;
}
.address-manager-modal-address-form .icon {
  color: currentColor;
}
.address-manager-modal-address-form .icon svg {
  top: 0.25em;
}
.account-overview-card {
  margin-bottom: 3rem;
}
.register-form .privacy-notice {
  margin-bottom: 1rem;
}
.register-different-shipping {
  margin-top: 1rem;
}
.register-shipping {
  margin-top: 3rem;
}
.order-table {
  margin-bottom: 1.5rem;
  border: 1px solid #DDDDDD;
  position: relative;
}
.order-table .order-item-detail {
  border-top: 0 none;
}
.order-table .order-detail-content {
  border-top: 1px solid #DDDDDD;
  padding: 0;
  box-shadow: none;
}
.order-table-header {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-table-header :first-child {
  position: relative;
}
.order-table-header:last-of-type {
  border-bottom: 0;
}
.order-hide-btn .order-hide-btn-text {
  display: block;
}
.order-hide-btn .order-view-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-hide-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-view-btn-text {
  display: block;
}
.order-wrapper:last-of-type {
  border-bottom: 0;
}
.order-item-header {
  padding: 0.5rem 20px;
}
.order-table-header-heading, .order-table-header-order-status, .order-table-header-context-menu {
  display: inline-block;
}
.order-table-header-order-status {
  font-weight: 700;
}
.order-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.order-table-header-context-menu-wrapper, .order-table-header-heading {
  margin-top: 0.5rem;
}
.order-table-header-order-number {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-number .order-table-header-label {
  display: inline;
}
.order-table-header-order-table-body, .order-table-header-order-table-header {
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-table-body {
  border-top: 1px solid #DDDDDD;
  font-weight: 400;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
  margin-top: 10px;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table-header {
  font-weight: 700;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
  margin-bottom: 10px;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table {
  width: 100%;
}
.payment-control input, .payment-control label {
  cursor: pointer;
}
.order-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-actions {
  text-align: center;
}
.order-item-label {
  float: left;
  width: 50%;
}
.order-item-value {
  width: 50%;
}
.order-table-header-context-menu-indicator {
  position: absolute;
  top: -3px;
  right: 7px;
}
.order-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge.order-item-status-badge-in_progress {
  background-color: #028E93;
  color: #FFFFFF;
}
.order-item-status-badge.order-item-status-badge-completed {
  background-color: #24A148;
  color: #FFFFFF;
}
.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge.order-item-status-badge-cancelled {
  background-color: #FF464A;
  color: #FFFFFF;
}
.order-item-status-badge .icon {
  color: currentColor;
}
.order-item-status-badge .icon svg {
  top: 5px;
}
@media (min-width: 768px) {
  .order-table-header {
    display: block;
  }
  .order-table-header, .order-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-item-actions {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .order-table-header-order-table-body .order-table-header-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .order-table-header-order-table-body .order-table-header-label:not(caption) {
    position: absolute !important;
  }
  .order-table-header-order-table-body .order-table-header-label * {
    overflow: hidden !important;
  }
}
@media (max-width: 575.98px) {
  .order-table-header-order-table-header {
    display: none;
  }
  .order-table-header-order-table-body {
    border-top: 0;
  }
  .order-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .order-table-header-order-number {
    margin-bottom: 0;
  }
  .order-table-body-value {
    width: 50%;
  }
  .order-table-header-order-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .order-table-header-context-menu-wrapper {
    top: 0.5rem;
    right: 1rem;
  }
  .order-table-header-context-menu-indicator {
    top: -3px;
    right: -3px;
  }
}
.edit-order {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}
.edit-order-container {
  max-width: 895px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.edit-order-tos-checkbox, .edit-order-tos-label {
  cursor: pointer;
}
.edit-order-checkout-aside {
  width: 50%;
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .edit-order {
    padding-top: 0;
  }
  .edit-order-checkout-aside {
    width: 100%;
    margin-left: 0;
  }
}
.order-detail-content {
  border-top: 1px solid #DDDDDD;
}
.order-detail-content-header {
  display: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.5rem;
}
.download-detail-content-header {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.5rem;
}
.order-detail-content-body.has-element-loader {
  min-height: 70px;
  display: flex;
}
.order-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}
.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 20px;
  margin-left: 20px;
}
.order-detail-content-row .document-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
  padding-left: 0;
}
.order-detail-content-row .download-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .download-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .download-item:first-of-type {
  padding-left: 0;
}
.order-detail-content-row .card-title, .order-detail-content-row .card-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .order-item, .document-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.order-item-detail-list-item {
  margin-bottom: 1rem;
}
.order-item-detail-list-item-divider {
  border-top: 1px solid #DDDDDD;
  margin: 1rem 20px;
}
.order-item-detail-list-item:last-of-type .order-detail-content-row {
  border-bottom: 0 none;
}
.order-item-detail-list-item.is-discount .cart-item-total-price {
  color: #24A148;
}
.order-item-discount-icon {
  text-align: center;
}
.order-item-total {
  font-weight: 700;
}
.order-item-nested-icon {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.order-item-nested-icon .icon > svg {
  top: 0;
}
.order-item-reorder {
  display: flex;
  justify-content: center;
}
.order-item-detail-footer {
  padding: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-item-detail-footer dl dt.col, .order-item-detail-footer dl dt[class*="col-"] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.order-item-detail-labels {
  margin-bottom: 0;
}
.order-item-detail-labels-value {
  font-weight: 400;
}
.order-item-detail-summary, .order-item-detail-summary dd:last-child {
  margin-bottom: 0;
}
.order-detail-comment {
  border-top: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 1rem;
}
.card-title.order-detail-comment-title {
  margin-bottom: 0;
  padding: 1rem;
}
.order-detail-comment-body {
  padding: 1rem;
}
.order-detail-comment-value {
  margin-bottom: 0;
}
.order-item-variants-properties {
  display: flex;
}
.order-item-variants-properties-name {
  margin-right: 0.5rem;
}
.order-detail-form {
  float: right;
}
.document-item-view-file {
  text-align: right;
}
.download-item-download-file {
  text-align: right;
}
.order-download-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-detail-footnote {
  background-color: #f9f9f9;
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .order-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #DDDDDD;
  }
  .order-item-label {
    display: none;
  }
  .order-detail-content {
    border-top: 0;
  }
  .order-header-tax-price, .order-header-price, .order-item-price, .order-header-total, .order-item-total, .order-header-actions {
    text-align: right;
  }
  .order-header-quantity, .order-item-quantity {
    text-align: center;
  }
  .order-item-reorder {
    justify-content: flex-end;
  }
  .order-item-detail-summary dt, .order-item-detail-summary dd {
    text-align: right;
  }
  .document-item-view-file-icon-btn {
    display: none;
  }
  .download-item-view-file-icon-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .document-header-date {
    display: none;
  }
  .document-item-view-file-text-btn {
    display: none;
  }
  .download-header-date {
    display: none;
  }
  .download-item-view-file-text-btn {
    display: none;
  }
}
.checkout-container {
  margin-bottom: 1.5rem;
}
.checkout-product-table {
  margin-bottom: 1.5rem;
}
.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
  cursor: pointer;
}
.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-cart-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-confirm-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-finish-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-info .footer-minimal .footer-service-menu-list, .is-active-route-frontend-cart-offcanvas .footer-minimal .footer-service-menu-list {
  display: block;
}
.checkout-aside-summary-label {
  font-weight: 400;
}
.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
  font-weight: 400;
  font-size: 1rem;
}
.checkout-aside-summary-total {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 13px;
  border-top: 1px solid #DDDDDD;
  margin-top: 5px;
}
.checkout-aside-summary-total-rounded {
  font-size: 1.125rem;
  font-weight: 700;
}
.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
  margin-top: 10px;
}
.checkout-aside-summary-header {
  margin-bottom: 20px;
}
.checkout-aside-summary-value {
  text-align: right;
}
.checkout-aside-action {
  margin-top: 1rem;
}
.checkout-aside-add-promotion-button .icon-checkmark {
  color: inherit;
}
.is-act-cartpage .checkout .checkout-container, .is-active-route-frontend-checkout-cart-page .checkout .checkout-container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-cartpage .checkout .checkout-main, .is-active-route-frontend-checkout-cart-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .is-act-cartpage .checkout .checkout-main, .is-active-route-frontend-checkout-cart-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 0;
  }
}
.is-act-cartpage .checkout .checkout-aside-container, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside-container {
  position: sticky;
  top: 0;
  z-index: 1;
}
.cart-main-header {
  margin-bottom: 1.5rem;
}
.cart-table-header {
  display: none;
}
.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
  text-align: right;
}
.cart-header-quantity {
  text-align: center;
}
.cart-header-row, .line-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.cart-header-row > .col, .cart-header-row > [class*="col-"], .line-item-row > .col, .line-item-row > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.cart-add-product-container {
  margin-bottom: 1rem;
}
.cart-add-product-container .add-product-button .icon-checkmark {
  color: inherit;
}
.cart-shipping-costs-container {
  align-self: center;
}
.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}
@media (min-width: 768px) {
  .cart-table-header {
    display: block;
  }
  .cart-add-product-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}
.is-act-checkoutregisterpage .checkout, .is-active-route-frontend-checkout-register-page .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-container, .is-active-route-frontend-checkout-register-page .checkout .checkout-container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-checkoutregisterpage .checkout .checkout-main, .is-active-route-frontend-checkout-register-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main, .is-active-route-frontend-checkout-register-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-bottom: 0;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-aside, .is-active-route-frontend-checkout-register-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside, .is-active-route-frontend-checkout-register-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
    display: block;
  }
}
.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout, .is-active-route-frontend-checkout-confirm-page .checkout, .is-active-route-frontend-account-order-page .checkout, .is-active-route-frontend-account-order-cancel .checkout, .is-active-route-frontend-account-order-single-page .checkout, .is-active-route-widgets-account-order-detail .checkout, .is-active-route-frontend-account-edit-order-page .checkout {
  padding-top: 70px;
}
.is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-container, .is-active-route-frontend-account-order-page .checkout .checkout-container, .is-active-route-frontend-account-order-cancel .checkout .checkout-container, .is-active-route-frontend-account-order-single-page .checkout .checkout-container, .is-active-route-widgets-account-order-detail .checkout .checkout-container, .is-active-route-frontend-account-edit-order-page .checkout .checkout-container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-main, .is-active-route-frontend-account-order-page .checkout .checkout-main, .is-active-route-frontend-account-order-cancel .checkout .checkout-main, .is-active-route-frontend-account-order-single-page .checkout .checkout-main, .is-active-route-widgets-account-order-detail .checkout .checkout-main, .is-active-route-frontend-account-edit-order-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-main, .is-active-route-frontend-account-order-page .checkout .checkout-main, .is-active-route-frontend-account-order-cancel .checkout .checkout-main, .is-active-route-frontend-account-order-single-page .checkout .checkout-main, .is-active-route-widgets-account-order-detail .checkout .checkout-main, .is-active-route-frontend-account-edit-order-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
}
.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 1 1 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-page .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside-no-offset, .is-active-route-widgets-account-order-detail .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
  margin-bottom: 1.5rem;
}
.confirm-tos-bottom {
  margin-bottom: 3rem;
}
.confirm-payment-current, .confirm-shipping-current {
  margin-bottom: 3rem;
}
.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
  color: #FF464A;
}
.confirm-method-tooltip {
  margin-left: 0.25rem;
}
.payment-method-label, .shipping-method-label {
  width: 100%;
}
.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
  width: 66%;
}
.is-act-finishpage .checkout, .is-active-route-frontend-checkout-finish-page .checkout {
  padding-top: 70px;
}
.is-act-finishpage .checkout .checkout-container, .is-active-route-frontend-checkout-finish-page .checkout .checkout-container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-finishpage .checkout .checkout-main, .is-active-route-frontend-checkout-finish-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-main, .is-active-route-frontend-checkout-finish-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
}
.is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 1 1 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 58.33333333%;
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.is-act-finishpage .checkout .checkout-aside-no-offset, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.finish-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.finish-ordernumber {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.finish-teaser {
  text-align: center;
}
.finish-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.finish-order-subtitle {
  text-align: center;
}
.finish-change-payment-wrapper {
  text-align: center;
}
.finish-action {
  text-align: center;
  margin-bottom: 3rem;
}
.finish-info {
  margin-bottom: 3rem;
}
.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}
.wishlist-headline {
  margin: 0;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-listing-col {
  margin-top: 86px;
}
.wishlist-listing-col .wishlist-listing-empty {
  height: 250px;
  width: 100%;
}
.wishlist-listing-col .wishlist-listing-header {
  font-weight: bold;
  color: #222222;
}
.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }
  .wishlist-listing-empty {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }
  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}
/*
Shopware skin
==================================================
Contains the imports to all Shopware skin styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Vendors
 * ------- */
/*
Inter typeface family
==================================================
Import of Inter font vendor.

https://rsms.me/inter/

@sw-package framework
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2 supports variations"), url("../../b2b7741f1508411b9a0f86c610db36da/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
/*
Typography
==============================================
Custom styling for bootstrap typography.

https://getbootstrap.com/docs/5.2/content/typography

@sw-package framework
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1rem;
}
h1, .h1 {
  line-height: 2.5rem;
}
h2, .h2 {
  line-height: 2.125rem;
}
h3, .h3 {
  line-height: 2.063rem;
}
h4, .h4 {
  line-height: 1.5rem;
}
h5, .h5 {
  line-height: 1.313rem;
}
h6, .h6 {
  line-height: 1.25rem;
}
ol, ul, dl {
  margin-bottom: 2rem;
}
blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 24px;
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
}
blockquote::before {
  content: '"';
  font-size: 40px;
  line-height: 16px;
  color: #9aa7be;
  position: absolute;
  top: 10px;
  left: -24px;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom skin styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert .icon {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.alert .icon svg {
  top: 0;
}
.alert-primary {
  --bs-alert-border-color: #028E93;
  --bs-alert-bg: #dffbfb;
  --bs-alert-color: #222222;
}
.alert-secondary {
  --bs-alert-border-color: #666666;
  --bs-alert-bg: #f6eaea;
  --bs-alert-color: #222222;
}
.alert-success {
  --bs-alert-border-color: #24A148;
  --bs-alert-bg: #e3fceb;
  --bs-alert-color: #222222;
}
.alert-info {
  --bs-alert-border-color: #028E93;
  --bs-alert-bg: #dffbfb;
  --bs-alert-color: #222222;
}
.alert-warning {
  --bs-alert-border-color: #F1C21B;
  --bs-alert-bg: #fffae7;
  --bs-alert-color: #222222;
}
.alert-danger {
  --bs-alert-border-color: #FF464A;
  --bs-alert-bg: #ffeded;
  --bs-alert-color: #222222;
}
.alert-light {
  --bs-alert-border-color: #FFFFFF;
  --bs-alert-bg: white;
  --bs-alert-color: #222222;
}
.alert-dark {
  --bs-alert-border-color: #222222;
  --bs-alert-bg: #f2e0e0;
  --bs-alert-color: #222222;
}
/*
Badge
==============================================
Custom skin styling for bootstrap badge component.

https://getbootstrap.com/docs/5.2/components/badge/
*/
.badge {
  border: 0;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 10px;
}
.badge-lg {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
/*
Breadcrumb
==============================================
Custom skin styling for bootstrap breadcrumb component.

https://getbootstrap.com/docs/5.2/components/breadcrumb
*/
.breadcrumb .breadcrumb-placeholder {
  margin: 0 0.5rem;
}
.breadcrumb svg {
  height: 1rem;
  width: auto;
  top: 3px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  line-height: 24px;
  padding-top: 3px;
}
.breadcrumb a {
  color: #222222;
  font-size: 1rem;
}
.breadcrumb a:hover {
  color: #028E93;
  text-decoration: none;
}
.breadcrumb a.is-active {
  color: #028E93;
  font-weight: bolder;
}
/*
Button
==============================================
Custom skin styling for bootstrap button component.

https://getbootstrap.com/docs/5.2/components/buttons
*/
.btn {
  --bs-btn-disabled-color: #bcc1c7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-buy {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #028E93;
  --bs-btn-border-color: #028E93;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #02797d;
  --bs-btn-hover-border-color: #027276;
  --bs-btn-focus-shadow-rgb: 40, 159, 163;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #027276;
  --bs-btn-active-border-color: #026b6e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(34, 34, 34, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: #028E93;
  --bs-btn-disabled-border-color: #028E93;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-buy.disabled, .btn-buy:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.btn-link {
  --bs-btn-font-weight: 600;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-link-inline {
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-font-weight: 400;
  --bs-btn-font-size: inherit;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-line-height: 1.5;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0;
  text-decoration: underline;
  vertical-align: baseline;
  text-align: left;
  white-space: normal;
}
.btn-link-inline:hover {
  text-decoration: underline;
}
.btn-primary, .btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-secondary, .btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-success, .btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-info, .btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-warning, .btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-danger, .btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-light, .btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.btn-dark, .btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
/*
Card
==============================================
Custom skin styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
/*
Custom Select
==============================================
Custom skin styling for bootstrap custom select menu.

https://getbootstrap.com/docs/5.2/forms/select
*/
.custom-select {
  cursor: pointer;
}
.custom-select:invalid {
  color: #666977;
}
.custom-select:hover {
  border-color: #028E93;
  color: #028E93;
}
/*
Form
==============================================
Custom skin styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.form-group {
  margin-bottom: 20px;
}
.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus, .was-validated .form-select:invalid:focus, .was-validated .form-select.is-invalid:focus, .was-validated .form-select:valid:focus, .was-validated .form-select.is-valid:focus, .form-control:invalid:focus, .form-control.is-invalid:focus, .form-control:valid:focus, .form-control.is-valid:focus, .form-select:invalid:focus, .form-select.is-invalid:focus, .form-select:valid:focus, .form-select.is-valid:focus {
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
.form-required-label {
  color: #FF464A;
}
.form-field-feedback .invalid-feedback {
  display: block;
}
/*
Modal
==============================================
Custom skin styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-content {
  box-shadow: var(--bs-modal-box-shadow);
}
.modal-content .modal-title {
  margin: 0;
  line-height: 1.5;
}
.js-pseudo-modal-back-btn .icon {
  color: currentColor;
  margin-right: 0.5rem;
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  --bs-card-bg: var(--bs-body-bg);
  border-color: #DDDDDD;
}
.product-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.product-name {
  font-weight: 600;
}
.product-price {
  color: #222222;
}
/*
Tab Menu
==============================================
Custom skin styling for bootstrap card with included tab navigation.

https://getbootstrap.com/docs/5.2/components/card/#navigation
*/
.card-tabs {
  --bs-card-border-width: 0;
}
.card-tabs .card-header {
  --bs-card-cap-bg: none;
  --bs-card-cap-padding-x: 10px;
}
.card-tabs .nav-item {
  margin-right: 10px;
}
.card-tabs .nav-link {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 5px;
  --bs-nav-link-color: #222222;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #028E93;
  --bs-nav-link-hover-color: #028E93;
  --bs-nav-tabs-link-active-color: #222222;
  --bs-nav-tabs-link-active-border-color: #028E93;
  border-bottom: 2px solid #DDDDDD;
}
.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
  background-image: none;
}
.card-tabs .nav-link .product-cross-selling-tab-navigation {
  padding: 0;
}
.card-tabs .nav-link:hover {
  background-color: #ccc;
}
.card-tabs .card-body {
  padding-top: 30px;
}
/*
CMS blocks
==============================================
Skin styling for cms blocks and
specific skin styling for elements dependent on their parent block
*/
.cms-block-text-hero .cms-element-text hr {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9edf0;
}
/*
CMS elements
==============================================
Skin styling for cms elements
*/
.cms-element-product-listing .cms-listing-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  margin-bottom: 1.5rem;
}
.quickview-minimal-product-name {
  color: #222222;
}
.quickview-minimal-product-name:hover {
  text-decoration: none;
}
.quickview-minimal-product-number {
  font-size: 0.875rem;
}
.quickview-minimal-footer-heading {
  border-bottom: 1px solid #DDDDDD;
}
.pagination .page-link {
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 576px) {
  .pagination .page-link {
    min-width: 40px;
  }
}
.pagination .page-link .icon {
  color: inherit;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Top bar
==================================================
Contains skin styles for the top bar located at the top of the page.
The top bar contains e.g. the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav-btn.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-color: #222222;
  --bs-btn-font-weight: 400;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-hover-color: #028E93;
}
.top-bar-list {
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-hover-color: #028E93;
  --bs-dropdown-link-active-color: #028E93;
  --bs-dropdown-link-active-bg: transparent;
}
.top-bar-list-item-currency-symbol {
  min-width: 1.7rem;
}
/*
Header
==================================================
Contains custom skin styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-search-btn, .header-close-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-border-color: #DDDDDD;
  --bs-btn-hover-color: #028E93;
  --bs-btn-hover-border-color: #DDDDDD;
  --bs-btn-active-border-color: #DDDDDD;
  --bs-btn-disabled-bg: var(--bs-body-bg);
  --bs-btn-disabled-border-color: #DDDDDD;
  border-left: 0 none;
}
.header-search-btn:hover .icon, .header-close-btn:hover .icon {
  color: #028E93;
}
.header-search-btn.btn:disabled, .header-close-btn.btn:disabled {
  display: flex;
  align-items: center;
}
.header-search-input {
  border-right: 0;
}
.header-search-input:focus, .header-search-input:focus ~ .header-search-btn, .header-search-input:focus ~ .header-close-btn {
  border-color: #028E93;
}
.header-actions-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-hover-color: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-bg: transparent;
}
.header-actions-btn:hover, .header-actions-btn:hover .icon {
  color: #028E93;
}
.header-cart-total {
  color: #028E93;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .header-cart-badge {
    display: none;
  }
}
/*
Footer
==================================================
Contains custom skin styles for the footer located at the bottom of the page.
*/
.footer-main {
  border-top: 1px solid #DDDDDD;
}
.footer-column {
  border-bottom: 1px solid #DDDDDD;
}
.footer-column-headline {
  color: #028E93;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer-link {
  color: #222222;
}
.footer-link:hover {
  color: #028E93;
}
.footer-contact-hotline a {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #028E93;
}
.footer-bottom {
  background: #f9f9f9;
}
.footer-service-menu-item {
  padding-right: 1rem;
  font-weight: 700;
}
.footer-service-menu-item:last-child {
  padding-right: 0;
}
.footer-service-menu-link {
  color: inherit;
}
@media (min-width: 768px) {
  .footer-column {
    border: 0;
  }
  .footer-link-item {
    padding: 2px 0;
  }
}
/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/5.2/components/navs-tabs
*/
@media (min-width: 768px) {
  .main-navigation-menu {
    --bs-navbar-color: #222222;
    --bs-navbar-nav-link-padding-x: 0;
  }
  .main-navigation-menu .nav-item:not(:last-child) {
    padding-right: 1rem;
  }
  .main-navigation-link.root.active .main-navigation-link-text {
    border-color: #028E93;
  }
  .main-navigation-link-text {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
}
.main-navigation-menu .dropdown-menu::after {
  content: "";
  position: absolute;
  height: calc(1 * var(--bs-dropdown-spacer) + 1px);
  left: 0;
  right: 0;
}
.main-navigation-menu .dropdown:not(.dropup) .dropdown-menu::after {
  top: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
.main-navigation-menu .dropup .dropdown-menu::after {
  bottom: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
/*
Navigation flyout
==============================================
Custom skin styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyout-categories:not(.is-level-0) {
  margin-left: 20px;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
  margin-bottom: 30px;
  position: relative;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  border-left: 1px solid #DDDDDD;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
}
.navigation-flyout-link {
  transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  color: #222222;
  font-size: 1rem;
  margin: 0 1rem;
  padding: 0.25rem 0;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-flyout-link {
    transition: none;
  }
}
.navigation-flyout-link.is-level-0 {
  font-weight: 700;
}
.navigation-flyout-link.is-level-2 {
  font-size: 1rem;
  padding: 0.125rem 0;
}
.navigation-flyout-link:hover {
  color: #028E93;
  padding-left: 5px;
}
.navigation-flyout-link.active {
  color: #028E93;
  font-weight: 700;
}
.navigation-flyout-bar {
  align-items: center;
  padding: 20px 0;
}
.navigation-flyout-category-link {
  font-weight: 700;
  font-size: 1rem;
}
/*
Navigation offcanvas
==============================================
Custom skin styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas-headline {
  font-weight: 700;
  color: #666666;
}
.navigation-offcanvas-headline:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #028e93, inset 0 0 0 0.25rem #FFFFFF;
}
.navigation-offcanvas-list-item {
  background-color: #FFFFFF;
  border-top: 1px solid #bcc1c7;
}
.navigation-offcanvas-list-item:last-child {
  border-bottom: 1px solid #bcc1c7;
}
.navigation-offcanvas-link {
  color: #222222;
}
.navigation-offcanvas-link:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #028e93, inset 0 0 0 0.25rem #FFFFFF;
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
  color: #028E93;
}
.navigation-offcanvas-link.is-back-link {
  border-top: 1px solid #bcc1c7;
  font-weight: 700;
  color: #666666;
}
.navigation-offcanvas-link.is-current-category {
  color: #028E93;
  font-weight: 700;
}
/*
Offcanvas cart
==============================================
Custom skin styling for the cart offcanvas.
*/
.offcanvas-cart-header-count {
  color: var(--bs-secondary-color);
  font-weight: 700;
}
.offcanvas-cart-tax {
  color: var(--bs-secondary-color);
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
  color: #222222;
}
.product-detail-manufacturer-logo {
  max-width: 200px;
  max-height: 70px;
}
.product-detail-price {
  color: #222222;
  margin-bottom: 0;
  font-weight: 700;
  vertical-align: middle;
}
.product-detail-price.with-list-price {
  color: #FF464A;
  display: inline-block;
}
.product-detail-price.with-regulation-price {
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #FF464A;
  font-size: 1rem;
  display: inline-block;
}
.list-price-badge {
  display: inline-block;
  background: #FF464A;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 6px;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #222222;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  height: 1.625rem;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
    height: 1.375rem;
  }
}
.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
  color: #222222;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  display: block;
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .product-detail-advanced-list-price-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
.product-detail-ordernumber-label {
  font-weight: 700;
}
.product-detail-quantity-select {
  height: 100%;
}
.product-detail-tabs {
  margin-bottom: 1.5rem;
}
.product-detail-tabs .product-detail-tab-navigation {
  padding: 0;
}
.product-detail-tab-navigation-list {
  flex-direction: column;
  padding-bottom: 5px;
}
.product-detail-properties-table th, .product-detail-properties-table td {
  border: 0;
}
.product-detail-tab-preview {
  font-weight: 400;
  margin-top: 0.5rem;
}
.product-detail-tab-preview-more {
  color: #028E93;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700;
    word-wrap: normal;
  }
}
@media (min-width: 576px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
  .product-detail-tab-navigation-list {
    border: 0;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.product-detail-review-widget {
  top: 20px;
}
.product-detail-review-progressbar-container {
  height: 14px;
  margin-top: 4px;
}
.product-detail-review-progressbar-bar {
  background-color: #fedc70;
}
.product-detail-review-item {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2rem;
}
.product-detail-review-item-date p {
  margin-bottom: 1rem;
}
.product-detail-review-item-verify {
  text-align: right;
}
.product-detail-review-item-likebox {
  text-align: right;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
.product-detail-review-form-star .icon:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail-review-rating {
    display: flex;
  }
  .product-detail-review-form-footer {
    display: flex;
  }
  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    display: block;
  }
  .product-detail-cross-selling .product-cross-selling-tab-navigation {
    display: none;
  }
  .product-detail-cross-selling .tab-pane {
    margin-top: 1.5rem;
    display: block;
    opacity: 1;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title {
    display: block;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
    margin: 0;
  }
}
.product-detail-cross-selling .card {
  margin-top: 1.5rem;
}
.product-detail-cross-selling .cms-element-title {
  display: none;
}
.account-aside-header {
  background: none;
  color: #222222;
  font-weight: 700;
  margin-bottom: 1rem;
}
.account-aside-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-action-active-color: #028E93;
  --bs-list-group-action-active-bg: var(--bs-body-bg);
  --bs-list-group-action-hover-color: #028E93;
  --bs-list-group-action-hover-bg: var(--bs-body-bg);
  --bs-list-group-border-width: 0;
}
.account-aside-item.is-active {
  color: #028E93;
  font-weight: 700;
}
.account-aside-footer {
  background: none;
  margin-top: 1px;
  border-top: 1px solid #DDDDDD;
}
.account-aside-btn {
  line-height: normal;
  padding: 3px 0;
}
.account-aside-btn .icon {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.account-aside-btn .icon svg {
  top: 0;
}
.account-guest-abort {
  border-top: 0;
}
@media (min-width: 768px) {
  .register-submit {
    text-align: right;
  }
}
.account-address .address-action-create {
  font-size: 1.1em;
  text-align: left;
}
.account-address .address-action-create:hover {
  border: 1px solid #DDDDDD;
}
.account-address .address-card .card-body .address:first-line {
  font-weight: 700;
}
.account-profile-mail-label {
  font-weight: 700;
}
.account-profile-change {
  font-weight: 700;
  font-size: 1rem;
}
.order-item-status-badge {
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  .order-item-status-badge {
    margin-top: 0;
  }
}
.order-table-header .row, .order-table-header .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-table-header .checkout-container, .order-item-header .row, .order-item-header .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .order-detail-content-header .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container {
  margin-right: 0;
  margin-left: 0;
}
.order-table-header .row > .col, .order-table-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .row > [class*="col-"], .order-table-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .row > [class*="col-"], .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .order-table-header .row > .col, .order-table-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .row > [class*="col-"], .order-table-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .row > [class*="col-"], .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .is-ctl-timewindowselection .checkout .checkout-container > .col, .is-ctl-timewindowselection .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .col, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-checkout .checkout .checkout-container > .col, .is-ctl-checkout .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .is-ctl-timewindowselection .checkout .checkout-container > [class*="col-"], .is-ctl-timewindowselection .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-checkout .checkout .checkout-container > [class*="col-"], .is-ctl-checkout .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.order-table-header {
  font-weight: 700;
}
.order-item-header .row > .order-table-header-heading, .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > .order-table-header-heading, .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-checkout .checkout .checkout-container > .order-table-header-heading, .is-ctl-checkout .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .order-item-header .is-ctl-timewindowselection .checkout .checkout-container > .order-table-header-order-number, .is-ctl-timewindowselection .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .is-ctl-register.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-checkout .checkout .checkout-container > .order-table-header-order-number, .is-ctl-checkout .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number {
  padding-right: 0;
  padding-left: 0;
}
.order-item-name {
  color: #4a545b;
}
.order-detail-content-header {
  margin-top: 1rem;
  font-weight: 700;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-item-product-name {
  color: #222222;
}
.order-item-product-name:hover {
  color: #028E93;
  text-decoration: none;
}
.order-item-product-name strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .order-item-product-image .product-image-link {
    justify-content: normal;
  }
  .order-item-product-image img {
    max-width: 100px;
  }
}
.order-item-number-value {
  font-weight: 700;
}
.order-pseudo-price-value {
  text-decoration: line-through;
}
.order-item-detail-list-item {
  margin: 0;
}
.order-item-detail-list-item.is-child {
  background-color: #f9f9f9;
}
.order-item-nested-icon {
  background-color: #798490;
}
.order-item-detail-footer {
  background-color: #f9f9f9;
}
.order-detail-table-footer {
  background-color: #f9f9f9;
}
.order-price-unit {
  font-size: 0.875rem;
}
.order-item-variants {
  font-size: 0.875rem;
}
.order-item-variants-properties-name {
  font-weight: 700;
}
.checkout-aside-summary {
  background-color: #f9f9f9;
}
.checkout-aside-summary, .checkout-aside-products {
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cart-table {
    border: 0;
  }
  .cart-table-body {
    padding: 0;
  }
}
.contact-action {
  display: flex;
  justify-content: flex-end;
}
.newsletter-action {
  display: flex;
  justify-content: flex-end;
}
/* General Styling */
.cms-element-faq-advanced-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.c108-faq-advanced-outer {
  width: 100%;
  word-break: break-word;
}
/* Banner */
.c108-faq-advanced-banner {
  background-size: cover;
  height: 325px;
  background-repeat: no-repeat;
  position: relative;
}
.c108-faq-advanced-banner-empty {
  height: 10px;
  position: relative;
}
.c108-faq-advanced-banner .c108-faq-advanced-inside {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  line-height: 1;
  font-size: 80px;
  word-break: break-word;
  font-weight: initial;
}
/* Boxes section */
.c108-faq-advanced-section-outer {
  margin: 40px 0;
}
.c108faqadvanced-category-link {
  color: #4a545b;
  text-decoration: none;
}
.c108faqadvanced-category-link p {
  text-decoration: none;
  color: #4a545b;
}
.c108faqadvanced-category-link:hover {
  text-decoration: none;
}
.c108-faq-advanced-section-box {
  border: 1px solid #e0e0e0;
  margin: 30px 0;
  text-align: center;
}
.c108faqadvanced-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c108-faq-advanced-section-title-boxes {
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: black;
  margin-top: 20px;
  font-weight: 600;
  padding: 0 20px;
}
.c108-faq-advanced-section-text-boxes {
  font-size: 12px;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.5;
}
.c108-faq-advanced-question-section {
  position: relative;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.c108-faqad-suchfeld-holder {
  grid-column: 3;
  margin-left: 20px;
  position: relative;
  top: 60px;
  z-index: 10;
}
.c108-faqad-suchfeld-holder.below-boxes {
  margin-left: 0;
  top: 20px;
  display: inline-block;
  width: 300px;
  margin-bottom: 30px;
}
.c108-faqad-suchfeld-holder .c108-faq-advanced-suchfeld {
  background: white;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  width: 100%;
  top: 14px;
  position: relative;
}
.c108-faqad-suchfeld-holder .c108-faq-advanced-search-title {
  font-size: 14px;
  color: black;
  margin-top: 0;
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
}
.c108-faqad-suchfeld-holder .c108-faqad-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.c108-faq-advanced-no-results {
  padding: 10px;
  display: block;
  position: relative;
  top: 0;
  z-index: -10;
}
.c108-faq-advanced-no-results.hide {
  display: none;
}
/* Question section */
.questiontab {
  padding-bottom: 6px;
  width: 50%;
  border: none;
  text-align: left;
  transition: 0.5s;
  border-bottom: 1px solid #f5f5f8;
  padding-left: 0;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}
.questiontab span {
  padding-top: 8px;
  display: inline-block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  max-width: 95%;
}
.questiontab:after {
  float: right;
  content: "+";
  margin-left: 10px;
  font-size: 20px;
}
.answertab {
  padding: 0;
  width: 50%;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  padding-left: 10px;
}
.c108-faq-advanced-section-title {
  font-size: 14px;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 10px;
  max-width: 50%;
}
.answertab p:first-child {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 14px;
  max-width: 90%;
}
.c108-faq-advanced-question-section .active:after {
  content: "−";
}
.c108-faq-advanced-question-section .hide:after {
  content: "−";
}
.c108-faq-advanced-question-section .hide.active:after {
  content: "+";
}
/* Own Icon */
.c108faqadvancedowniconwrapper img {
  width: 40px;
  height: 40px;
}
/* Icon Styles */
/* Icon Style Einfach */
.c108faqadvancedwrapper-einfach .c108-icon-wrapper .icon {
  height: 30px;
  width: 30px;
}
.c108faqadvancedwrapper-einfach .c108-icon-wrapper {
  background-color: transparent !important;
}
/* Own Image style */
.c108faqadvancedwrappertype-ownicon .c108faqadvanced-content {
  text-align: center;
  display: block;
}
.c108faqadvancedwrappertype-ownicon .c108faqadvanced-title {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 1.1rem;
}
.c108faqadvancedwrappertype-ownicon .c108-icon-wrapper {
  background-color: #fff !important;
  text-align: center;
}
.c108faqadvancedwrappertype-ownicon .c108faqadvancedownimgwrapper img {
  width: 30px;
  height: 30px;
}
/* Media Queries */
@media screen and (max-width: 767px) {
  .cms-element-faq-advanced-boxes {
    grid-template-columns: 1fr;
  }
  .c108-faq-advanced-section-box {
    margin: 10px 0;
  }
  .c108faqadvanced-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c108-faqad-suchfeld-holder {
    grid-column: 1;
    top: 0 !important;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 10px;
    float: unset !important;
  }
  .faqad-questiontab, .faqad-answertab {
    width: 100%;
  }
  .c108-faq-advanced-banner {
    height: 180px;
  }
  .c108-faq-advanced-banner .c108-faq-advanced-inside {
    font-size: 32px;
  }
  .c108-faq-advanced-section-title {
    max-width: 100%;
  }
  .faqad-questiontab span {
    max-width: 85%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .c108-faq-advanced-outer {
    grid-template-columns: 1fr 1fr;
  }
}
.stretched-link::after {
  height: 50%;
}
#articleQuestionsCheck {
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 5;
}
.product-detail-articlquestions-questionslist {
  padding: 0 1.5rem;
}
[data-swag-paypal-express-button].is-disabled {
  position: relative;
  opacity: 0.3;
}
[data-swag-paypal-express-button].is-disabled::after {
  content: "";
  z-index: 1090;
  position: absolute;
  height: 40px;
  top: 0;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
[data-swag-paypal-express-button] {
  display: grid;
  gap: 0.5rem;
}
.swag-paypal-ecs-spb-google-pay .gpay-card-info-container {
  width: 100%;
}
.swag-paypal-checkout-finish-pui-instructions-content .instruction-title {
  font-weight: normal;
}
.swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
  font-weight: bold;
}
.swag-paypal-checkout-finish-pui-instructions-content dt:nth-of-type(odd), .swag-paypal-checkout-finish-pui-instructions-content dd:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.swag-paypal-pui-polling .loader {
  width: 44px;
  height: 44px;
}
.zeobv-bundle-product-item-overview {
  margin-top: 15px;
  overflow-x: auto;
}
.product-bundle-products-table.allow-selection th:nth-child(2), .product-bundle-products-table.allow-selection td:nth-child(2) {
  padding-left: 0;
}
.product-bundle-products-table .zeobv-bundle-item-qty-select {
  min-width: 60px;
}
.product-bundle-products-table .product-bundle-products-head {
  background-color: #f9f9f9;
}
.product-bundle-products-table .product-bundle-products-head th {
  font-weight: 400;
  vertical-align: bottom;
}
.product-bundle-products-table .product-bundle-products-product-row {
  border-bottom: 1px solid #cdcaca;
}
.product-bundle-products-table .product-bundle-products-product-row:first-of-type {
  border-top: 0 none;
}
.product-bundle-products-table .product-bundle-products-product-cell {
  border: 0 none;
  padding: 10px 10px 10px 16px;
  line-height: 20px;
}
.product-bundle-products-table .product-bundle-products-product-cell td {
  font-weight: 700;
}
.product-bundle-products-table .product-bundle-products-product-cell .sub-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell .sub-text {
    gap: 15px;
    flex-direction: row;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell .sub-text, .product-bundle-products-table .product-bundle-products-product-cell .product-bundle-details-characteristics, .product-bundle-products-table .product-bundle-products-product-cell .mobile-meta {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #555;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell .mobile-meta {
    display: none;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability .icon-available, .product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability .icon-unavailable {
  display: none;
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--available .icon-available {
  display: block;
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--unavailable .icon-unavailable {
  display: block;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox {
  vertical-align: middle;
  padding: 0;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox label {
  padding: 20px;
  cursor: pointer;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox input {
  margin-top: 2px;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell-checkbox {
    vertical-align: unset;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-thumbnail {
  vertical-align: middle;
}
.product-bundle-products-table .product-bundle-products-product-cell-thumbnail img {
  max-width: 50px;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell-thumbnail {
    vertical-align: unset;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-qty, .product-bundle-products-table .product-bundle-products-product-cell-available {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-qty, .product-bundle-products-table .product-bundle-products-product-cell-available {
    display: table-cell;
    white-space: nowrap;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-price, .product-bundle-products-table .product-bundle-products-product-cell-total {
  display: none;
  text-align: right;
  font-weight: 700;
  padding: 10px 16px 10px 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-price, .product-bundle-products-table .product-bundle-products-product-cell-total {
    display: table-cell;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-total-mobile {
  display: inline-block;
  text-align: right;
  font-weight: 700;
  padding: 10px 16px 10px 0;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-total-mobile {
    display: none;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-total {
  border-top-width: 1px;
}
.product-bundle-products-table .product-bundle-products-product-cell-total span {
  text-decoration: line-through;
}
.product-bundle-products-table .product-bundle-products-product-cell-thin {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-total-value {
    display: none;
  }
}
.line-item-children-elements.with-list-price .line-item-total-price-value {
  text-decoration: line-through;
}
.line-item .cart-list-price {
  text-decoration: line-through;
  font-size: 0.8em;
  color: var(--bs-gray);
}
.cart-item-bundle_product_item .cart-item-img {
  max-height: 60px;
  width: 60px;
}
.cart-item-bundle_product_item .cart-item-img-container {
  width: 60px;
}
.cart-item-bundle_product_item .cart-item-details {
  margin-bottom: 0;
}
.cart-item-bundle_product_item .cart-item-details-container .cart-item-details {
  margin-right: 0;
}
.cart-item-bundle_product_item .cart-item-details-container .cart-item-price {
  margin-left: 0;
}
.cart-item-child-label-bullet .sub-text, .cart-aside-item-child-label-bullet .sub-text {
  display: flex;
  gap: 15px;
}
.cart-item-child-label-bullet .manufacturer-name, .cart-item-child-label-bullet .product-number, .cart-aside-item-child-label-bullet .manufacturer-name, .cart-aside-item-child-label-bullet .product-number {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #555;
}
.cart-item-child-label-bullet .product-bundle-details-characteristics-option-group, .cart-item-child-label-bullet .product-bundle-details-characteristics-option, .cart-aside-item-child-label-bullet .product-bundle-details-characteristics-option-group, .cart-aside-item-child-label-bullet .product-bundle-details-characteristics-option {
  font-size: 0.8em;
  font-weight: bold;
  color: #555;
}
.bundle-sub-product-info {
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin-bottom: 15px;
}
.zeobv-bundle-products__bundle-optional {
  padding: 10px 15px;
  background: var(--bs-light);
  margin-top: 15px;
}
.zeobv-bundle-products__bundle-optional-checkbox {
  margin-top: 2px;
}
.zeobv-bundle-products__bundle-optional-label {
  margin-left: 10px;
}
.get-notified-widget #message-container {
  margin: 15px 0 15px;
}
.get-notified-widget #message-container.alert-success .icon-checkmark-circle {
  display: block;
}
.get-notified-widget #message-container.alert-success .icon-blocked {
  display: none;
}
.get-notified-widget #message-container.alert-danger .icon-blocked {
  display: block;
}
.get-notified-widget #message-container.alert-danger .icon-checkmark-circle {
  display: none;
}
.get-notified-widget-title {
  font-weight: 700;
}
.get-notified-widget-container {
  margin-bottom: 1rem;
}
.get-notified-widget-conditions {
  color: var(--bs-secondary-color);
  font-size: 11px;
}
.btn-notify {
  font-size: 1rem;
  border-radius: 3px;
}
.product-detail-configurator-option {
  position: relative;
}
.zeobv-get-notified-bell {
  position: absolute;
  right: 5px;
  top: 0;
}
.zeobv-get-notified-bell .icon {
  width: 10px;
}
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video, .plyr audio, .plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *, .plyr--full-ui *::after, .plyr--full-ui *::before {
  box-sizing: inherit;
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr [data-plyr="captions"], .plyr [data-plyr="pip"], .plyr [data-plyr="airplay"], .plyr [data-plyr="fullscreen"] {
  display: none;
}
.plyr--captions-enabled [data-plyr="captions"], .plyr--pip-supported [data-plyr="pip"], .plyr--airplay-supported [data-plyr="airplay"], .plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role="menu"] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role="menuitem"], .plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child, .plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::before, .plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type="range"]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, black));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}
.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control:hover .plyr__tooltip, .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type="range"], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type="range"] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}
.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, black));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 1.7777777778) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
@font-face {
  font-family: "AkkuratPro";
  src: url("/bundles/deutschesee/fonts/akkurat/AkkuratPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratPro";
  src: url("/bundles/deutschesee/fonts/akkurat/AkkuratPro-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "AkkuratPro";
  src: url("/bundles/deutschesee/fonts/akkurat/AkkuratPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratPro";
  src: url("/bundles/deutschesee/fonts/akkurat/AkkuratPro-Light-regular.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratPro";
  src: url("/bundles/deutschesee/fonts/akkurat/AkkuratPro-Light-italic.OTF") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lunchbox";
  src: url("/bundles/deutschesee/fonts/lunchbox/kimmy-design-lunchbox.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lunchbox";
  src: url("/bundles/deutschesee/fonts/lunchbox/kimmy-design-lunchbox-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Newsreader";
  src: url("/bundles/deutschesee/fonts/newsreader/Newsreader-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Newsreader";
  src: url("/bundles/deutschesee/fonts/newsreader/Newsreader-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Newsreader";
  src: url("/bundles/deutschesee/fonts/newsreader/Newsreader-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Newsreader";
  src: url("/bundles/deutschesee/fonts/newsreader/Newsreader-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("/bundles/deutschesee/fonts/gotham/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("/bundles/deutschesee/fonts/gotham/GothamNarrow-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("/bundles/deutschesee/fonts/gotham/GothamNarrow-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Prata";
  src: url("/bundles/deutschesee/fonts/prata/Prata-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bellarina";
  src: url("/bundles/deutschesee/fonts/bellarina/Bellarina.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* z-index */
/* Other */
/* Border Radius */
body, p, form, input, select, textarea {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.is-dark-background body, .is-dark-background p, .is-dark-background form, .is-dark-background input, .is-dark-background select, .is-dark-background textarea {
  color: #FFFFFF;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.is-dark-background h1, .is-dark-background .h1, .is-dark-background h2, .is-dark-background .h2, .is-dark-background h3, .is-dark-background .h3, .is-dark-background h4, .is-dark-background .h4, .is-dark-background h5, .is-dark-background .h5, .is-dark-background h6, .is-dark-background .h6 {
  color: #FFFFFF;
}
h1, .h1, h2, .h2, h3, .h3 {
  font-size: 1.5rem;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body {
  font-size: 14px;
}
a {
  text-decoration: none;
}
.btn, .breadcrumb a {
  font-size: 0.875rem;
}
p {
  margin-bottom: 1rem;
}
.container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container {
  max-width: 1280px;
}
.container-main {
  padding: 0;
  min-height: 200px;
}
.container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container {
  padding: 0 20px;
}
.container.has-slider, .cms-section .has-slider.boxed, .full-width .cms-element-dsee-breadcrumb .has-slider.breadcrumbs-container, .cms-section .boxed.has-slider {
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .container.has-slider, .cms-section .has-slider.boxed, .full-width .cms-element-dsee-breadcrumb .has-slider.breadcrumbs-container, .cms-section .boxed.has-slider {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .container.has-slider, .cms-section .has-slider.boxed, .full-width .cms-element-dsee-breadcrumb .has-slider.breadcrumbs-container, .cms-section .boxed.has-slider {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .container.has-slider, .cms-section .has-slider.boxed, .full-width .cms-element-dsee-breadcrumb .has-slider.breadcrumbs-container, .cms-section .boxed.has-slider {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
@media (min-width: 768px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .container, .cms-section .boxed, .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
@media (min-width: 768px) {
  .container-main {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container-main {
    padding: 0;
    min-height: 700px;
  }
}
.header-main {
  background: #2D5474;
}
.header-main .btn {
  overflow: visible;
}
.header-row {
  padding: 10px 0 10px 212px;
  height: 68px;
}
.header-row .header-cart-total {
  display: none;
}
.header-row .main-navigation-menu .nav-link {
  transition: all 0.4s ease-in-out;
  padding: 10px;
  color: #FFFFFF;
  font-size: 15px;
}
.header-row .main-navigation-menu .nav-link .main-navigation-link-text {
  text-transform: uppercase;
}
.header-row .main-navigation-menu .nav-link.active {
  color: #FFFFFF;
  font-weight: normal;
}
.header-row .main-navigation-menu .nav-link.active .main-navigation-link-text {
  border-color: #76C5C5;
  border-width: 3px;
}
.header-row .main-navigation-menu .nav-link:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.header-row .main-navigation-menu .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #FFFFFF;
}
.header-row .header-actions-col {
  justify-content: flex-end;
}
.header-row .header-actions-col .main-navigation-search {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px;
}
.header-row .header-actions-col .main-navigation-search .search-suggest-container {
  left: auto;
  right: -101px;
  transform: none;
}
.header-row .header-actions-col .main-navigation-search .search-suggest-container:after {
  left: auto;
  right: 50%;
  background: #F4F4F4;
}
.header-row .header-actions-col .main-navigation-search .search-suggest-container.b2b-search {
  right: -10px;
}
.header-row .header-actions-col .main-navigation-search .search-suggest-container.b2b-search:after {
  left: auto;
  right: 26%;
  background: #F4F4F4;
}
.header-row .header-actions-col .main-navigation-search .search-widget-wrapper {
  position: relative;
  bottom: 2px;
  display: inline-block;
  width: 100%;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form {
  position: relative;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-input {
  padding: 10px 45px 10px 20px;
  border: var(--bs-border-width) solid #1D3950;
  background: #1D3950;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + calc(var(--bs-border-width) * 2));
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 0.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-input {
    transition: none;
  }
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-input::placeholder {
  color: #FFFFFF;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-input:focus {
  border: 1px solid #FFFFFF;
  outline: none;
  background: #FFFFFF;
  color: #222222;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-input:focus::placeholder {
  color: #666666;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn {
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn .loader {
  width: 17px;
  height: 17px;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn:disabled .main-navigation-search-icon {
  display: none;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn:focus {
  outline: none;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #FFFFFF;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-btn.on-focus .main-navigation-search-icon svg {
  fill: #222222;
}
.header-row .header-actions-col .main-navigation-search .main-navigation-search-form .main-navigation-search-icon svg {
  width: 22px;
  fill: #FFFFFF;
}
.header-row .header-wishlist-btn, .header-row .account-menu-btn, .header-row .header-cart-btn {
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
.header-row .header-wishlist-btn:hover, .header-row .account-menu-btn:hover, .header-row .header-cart-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.header-row .header-wishlist-btn:focus-visible, .header-row .account-menu-btn:focus-visible, .header-row .header-cart-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #FFFFFF;
}
.header-row .header-wishlist-btn .header-cart-badge, .header-row .account-menu-btn .header-cart-badge, .header-row .header-cart-btn .header-cart-badge {
  display: block;
}
.header-row .header-wishlist-btn {
  padding: 8px;
}
.header-row .header-wishlist-btn .header-wishlist-icon svg {
  display: block;
  width: 26px;
  fill: #FFFFFF;
}
.header-row .header-wishlist-btn .header-wishlist-icon .hover {
  display: none;
}
.header-row .header-wishlist-btn .header-wishlist-badge {
  background: #F2881D;
}
.header-row .header-wishlist-btn:hover .header-wishlist-icon .base {
  display: none;
}
.header-row .header-wishlist-btn:hover .header-wishlist-icon .hover {
  display: inherit;
}
.header-row .header-cart-btn .header-cart-icon svg {
  display: block;
  width: 22px;
  fill: #FFFFFF;
}
.header-row .header-cart-btn .header-cart-icon .hover {
  display: none;
}
.header-row .header-cart-btn .header-cart-badge {
  background: #F2881D;
}
.header-row .header-cart-btn:hover .header-cart-icon .base {
  display: none;
}
.header-row .header-cart-btn:hover .header-cart-icon .hover {
  display: inherit;
}
.header-row .account-menu-btn {
  padding: 12px;
}
.header-row .account-menu-btn .account-menu-icon svg {
  display: block;
  width: 20px;
  fill: #FFFFFF;
}
.header-row .account-menu-btn .account-menu-icon .hover {
  display: none;
}
.header-row .account-menu-btn:hover .account-menu-icon .base {
  display: none;
}
.header-row .account-menu-btn:hover .account-menu-icon .hover {
  display: inherit;
}
.header-row .service-menu-button {
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
.header-row .service-menu-button .service-menu-icon svg {
  display: block;
  width: 26px;
  fill: #FFFFFF;
}
.header-row .service-menu-button .service-menu-icon .hover {
  display: none;
}
.header-row .service-menu-button:hover .service-menu-icon .base {
  display: none;
}
.header-row .service-menu-button:hover .service-menu-icon .hover {
  display: inherit;
}
.account-menu-dropdown {
  width: 300px;
}
.account-menu-dropdown .account-menu-header {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .header-main {
    display: none;
  }
}
.is-act-finishpage .checkout, .is-act-checkoutregisterpage .checkout, .is-act-confirmpage .checkout, .is-ctl-accountorder .checkout, .is-act-cartpage .checkout {
  padding-top: 0;
}
.main-navigation {
  display: block;
  background: #FFFFFF;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  transition: all 0.5s ease-in-out;
  will-change: transform, opacity;
  z-index: 4;
  overflow: hidden;
  position: relative;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 12px;
}
.main-navigation .header-cart-total {
  display: none;
}
.main-navigation .main-navigation-actions-btn {
  padding-left: 0;
  line-height: inherit;
}
.main-navigation .main-navigation-actions-btn svg {
  width: 25px;
}
.header--not-top .main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 12px;
}
.header--pinned.header--not-top .main-navigation {
  /*animation-name: mainMenuSlideDown;*/
  transform: translateY(0);
}
.main-navigation .logo {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  z-index: 2;
  padding-left: 8px;
}
.main-navigation .logo .logo-main {
  display: none;
}
@media (min-width: 1200px) {
  .main-navigation .logo .logo-main {
    position: absolute;
    top: -46px;
    left: 37px;
    display: block;
    transform: translateY(0);
    transition: 0.4s ease-in-out;
  }
  .main-navigation .logo .logo-main svg {
    width: 145px;
    height: auto;
  }
  .header--not-top .main-navigation .logo .logo-main {
    transform: translateY(-105px);
  }
}
.main-navigation .logo .logo-sticky {
  padding: 10px 0;
}
.main-navigation .logo .logo-sticky svg {
  width: 190px;
  height: auto;
}
.main-navigation .logo .logo-sticky.no-text svg {
  width: 152px;
  position: relative;
  top: 5px;
}
@media (min-width: 1200px) {
  .main-navigation .logo .logo-sticky {
    padding: 18px 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease-in;
  }
  .header--not-top .main-navigation .logo .logo-sticky {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 576px) {
  .main-navigation .logo {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .logo {
    justify-content: center;
    padding-left: 0;
  }
}
.main-navigation .main-navigation-menu .navigation-segment {
  position: relative;
  display: flex;
  padding-right: 10px;
}
.main-navigation .main-navigation-menu .navigation-segment:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 18px;
  background: #DDDDDD;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .main-navigation-menu .navigation-segment:last-child {
  padding-right: 0;
}
.main-navigation .main-navigation-menu .navigation-segment:last-child:after {
  display: none;
}
.main-navigation .main-navigation-menu .navigation-segment + .nav-link {
  padding-left: 10px;
}
.main-navigation .main-navigation-menu .nav-link {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  padding: 26px 8px 24px 8px;
}
.header--not-top .main-navigation .main-navigation-menu .nav-link {
  font-size: 13px;
}
@media screen and (min-width: 1200px) and (max-width: 1222px) {
  .header--not-top .main-navigation .main-navigation-menu .nav-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1223px) and (max-width: 1270px) {
  .header--not-top .main-navigation .main-navigation-menu .nav-link {
    font-size: 12px;
  }
}
.main-navigation .main-navigation-menu .nav-link .main-navigation-link-text {
  text-transform: uppercase;
}
.main-navigation .main-navigation-menu .nav-link .main-navigation-link-text.has-icon {
  position: relative;
  padding-left: 25px;
}
.main-navigation .main-navigation-menu .nav-link .main-navigation-link-text .icon {
  position: absolute;
  left: 0;
}
.main-navigation .main-navigation-menu .nav-link .main-navigation-link-text .icon svg {
  width: 17px;
}
.main-navigation .main-navigation-menu .nav-link .main-navigation-link-text .icon.highlighted-category-icon svg {
  fill: currentColor;
}
.main-navigation .main-navigation-menu .nav-link:hover .main-navigation-link-text, .main-navigation .main-navigation-menu .nav-link.is-open .main-navigation-link-text, .main-navigation .main-navigation-menu .nav-link.active .main-navigation-link-text {
  position: relative;
  border-bottom: none;
}
.main-navigation .main-navigation-menu .nav-link:hover .main-navigation-link-text:after, .main-navigation .main-navigation-menu .nav-link.is-open .main-navigation-link-text:after, .main-navigation .main-navigation-menu .nav-link.active .main-navigation-link-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #222222;
}
@media screen and (min-width: 1200px) and (max-width: 1222px) {
  .main-navigation .main-navigation-menu .nav-link {
    font-size: 13px;
  }
}
.main-navigation .main-navigation-menu .main-navigation-menu-list .nav-item {
  padding-right: 0;
}
.main-navigation .main-navigation-menu .separator {
  position: relative;
  margin: 0px 11px;
}
.main-navigation .main-navigation-menu .separator:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 18px;
  background: #DDDDDD;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .main-navigation-menu.navbar {
  --bs-navbar-padding-y: 0;
  margin-top: 5px;
}
.main-navigation .main-navigation-menu.navbar .navbar-collapse {
  max-width: 1280px;
  margin: auto;
}
.main-navigation .main-navigation-wishlist {
  overflow: visible;
}
.main-navigation .main-navigation-wishlist .main-navigation-wishlist-btn {
  position: relative;
  overflow: visible;
}
.main-navigation .main-navigation-wishlist .main-navigation-wishlist-btn .header-wishlist-badge {
  position: absolute;
  right: -6px;
}
.main-navigation .main-navigation-actions-col {
  justify-content: flex-end;
  align-self: center;
}
.header--not-top .main-navigation .main-navigation-actions-col {
  display: block;
}
.main-navigation .main-navigation-actions-col .main-navigation-cart {
  position: relative;
}
.main-navigation .main-navigation-actions-col .main-navigation-cart .header-cart-badge {
  background: #F2881D;
}
.main-navigation .main-navigation-actions-col .main-navigation-wishlist .header-wishlist-badge {
  background: #F2881D;
}
.main-navigation .main-navigation-actions-col .service-menu-button {
  padding: 8px;
  margin-right: -10px;
}
.main-navigation .main-navigation-actions-col .service-menu-button .service-menu-icon svg {
  display: block;
  width: 26px;
  fill: #222222;
}
@media (min-width: 1200px) {
  .main-navigation .main-navigation-actions-col {
    margin-left: 15px;
    display: none;
  }
}
.main-navigation .main-navigation-wishlist-btn, .main-navigation .main-navigation-cart-btn, .main-navigation .main-navigation-service-btn, .main-navigation .main-navigation-account-btn, .main-navigation .main-navigation-search-btn {
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
.main-navigation .main-navigation-wishlist-btn:hover, .main-navigation .main-navigation-cart-btn:hover, .main-navigation .main-navigation-service-btn:hover, .main-navigation .main-navigation-account-btn:hover, .main-navigation .main-navigation-search-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.main-navigation .main-navigation-search-btn svg {
  width: 22px;
}
.main-navigation .search-toggle-btn {
  padding: 10px;
}
.main-navigation .main-navigation-wishlist-btn {
  padding: 8px;
}
.main-navigation .main-navigation-wishlist-btn .header-wishlist-icon svg {
  display: block;
  width: 26px;
  fill: #222222;
}
.main-navigation .main-navigation-wishlist-btn .header-wishlist-icon .hover {
  display: none;
}
.main-navigation .main-navigation-wishlist-btn:hover .header-wishlist-icon .base {
  display: none;
}
.main-navigation .main-navigation-wishlist-btn:hover .header-wishlist-icon .hover {
  display: inherit;
}
.main-navigation .main-navigation-account-btn svg {
  width: 22px;
  height: auto;
}
.main-navigation .main-navigation-cart-btn {
  padding: 10px;
  margin-right: -10px;
}
.main-navigation .main-navigation-cart-btn .header-cart-icon svg {
  display: block;
  width: 22px;
  fill: #222222;
}
.main-navigation .main-navigation-cart-btn .header-cart-icon .hover {
  display: none;
}
.main-navigation .main-navigation-cart-btn:hover .header-cart-icon .base {
  display: none;
}
.main-navigation .main-navigation-cart-btn:hover .header-cart-icon .hover {
  display: inherit;
}
.main-navigation .main-navigation-cart-btn .header-cart-badge {
  position: absolute;
  right: -14px;
  display: block;
}
.main-navigation .main-navigation-service-btn svg {
  width: 22px;
  vertical-align: top;
}
.main-navigation .search-toggle-btn {
  height: 44px;
}
.main-navigation .search-toggle-btn svg {
  width: 23px;
  vertical-align: top;
}
.main-navigation .search-toggle-btn:hover svg {
  stroke: #222222;
}
.main-navigation .search-toggle-btn .search-icon {
  display: inherit;
}
.main-navigation .search-toggle-btn .close-icon {
  display: none;
}
.main-navigation .search-toggle-btn.collapsed .search-icon {
  display: none;
}
.main-navigation .search-toggle-btn.collapsed .close-icon {
  display: block;
}
.main-navigation .header-search {
  max-width: none;
  position: relative;
}
.main-navigation .header-search .header-search-form {
  margin: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .main-navigation .header-search .header-search-form {
    margin: 0 25px 20px 25px;
  }
}
@media (min-width: 992px) {
  .main-navigation .header-search .header-search-form {
    margin: 0 50px 20px 50px;
  }
}
.main-navigation .header-search input {
  padding: 10px 45px 10px 20px;
  border-color: #EEEEEE;
  border-radius: 20px;
  font-size: 16px;
  background: #EEEEEE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.main-navigation .header-search input::placeholder {
  color: #222222;
}
.main-navigation .header-search input:focus {
  border: 1px solid #222222;
  background: #FFFFFF;
}
.main-navigation .header-search .header-search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.main-navigation .header-search .header-search-btn .loader {
  width: 17px;
  height: 17px;
}
.main-navigation .header-search .header-search-btn:disabled .header-search-icon {
  display: none;
}
.main-navigation .header-search .header-search-icon svg {
  width: 20px;
}
.main-navigation .header-search .search-suggest-container {
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .main-navigation .header-search .search-suggest-container {
    position: absolute;
    top: 55px;
  }
}
.main-navigation .main-navigation-row {
  margin-top: 5px;
  flex-wrap: nowrap;
}
.main-navigation .main-navigation-row .b2b-service-button-container {
  width: auto;
}
.main-navigation .main-navigation-row .b2b-service-button-container .b2b-service-button {
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  top: 50%;
  padding: 6px 16px;
  transform: translateY(-50%);
  line-height: normal;
  border: 1px solid #222222;
}
@media (min-width: 1200px) {
  .main-navigation .main-navigation-row .b2b-service-button-container .b2b-service-button {
    border: none;
    background: #2D5474;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 14px 16px;
  }
  .main-navigation .main-navigation-row .b2b-service-button-container .b2b-service-button:hover {
    background: #76C5C5;
  }
}
@media (min-width: 1200px) {
  .main-navigation .main-navigation-row .b2b-service-button-container {
    padding-left: 10px;
  }
}
.main-navigation .dropdown-toggle:after {
  display: none;
}
@media print {
  .main-navigation {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .main-navigation {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    overflow: visible;
    border-bottom: none;
    box-shadow: none;
  }
}
.header--not-top .content-main {
  padding-top: 56px;
}
@media (min-width: 1200px) {
  .header--not-top .content-main {
    padding-top: 72px;
  }
}
.is-ctl-product .main-navigation .main-navigation-menu .nav-link.active .main-navigation-link-text:after {
  background: transparent;
}
.is-ctl-product .main-navigation .main-navigation-menu .nav-link.active:first-child .main-navigation-link-text {
  position: relative;
  border-bottom: none;
}
.is-ctl-product .main-navigation .main-navigation-menu .nav-link.active:first-child .main-navigation-link-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #222222;
}
.is-ctl-product .main-navigation.hide-temporary {
  transform: translateY(-104%);
}
.dropdown-menu.show .navigation-flyout {
  display: block;
}
.navigation-flyouts {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  --bs-dropdown-spacer: none;
  --bs-dropdown-padding-y: 0;
}
.navigation-flyout {
  display: none;
  box-shadow: 0 43px 43px -6px rgba(34, 34, 34, 0.2);
  background-color: #FFFFFF;
}
.navigation-flyout > .container, .cms-section .navigation-flyout > .boxed, .full-width .cms-element-dsee-breadcrumb .navigation-flyout > .breadcrumbs-container {
  position: relative;
  padding-left: 260px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .navigation-flyout > .container, .cms-section .navigation-flyout > .boxed, .full-width .cms-element-dsee-breadcrumb .navigation-flyout > .breadcrumbs-container {
    padding-left: min(260px, calc(210px + 1330px - 100%));
  }
}
@media screen and (min-width: 1330px) {
  .navigation-flyout > .container, .cms-section .navigation-flyout > .boxed, .full-width .cms-element-dsee-breadcrumb .navigation-flyout > .breadcrumbs-container {
    padding-left: 210px;
  }
}
.navigation-flyout .category-column {
  width: 200px;
  border-right: 1px solid #DDDDDD;
}
.navigation-flyout .category-column .navigation-segment {
  display: block;
}
.navigation-flyout .subcategory-column {
  width: 500px;
}
.navigation-flyout .navigation-flyout-teaser-image-container {
  overflow: hidden;
  border-radius: 4px;
  display: block;
  max-width: 100%;
  height: 250px;
}
.navigation-flyout .navigation-flyout-teaser-image-container .navigation-flyout-teaser-image {
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.navigation-flyout .navigation-flyout-teaser-image-container img {
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  transform: scale(1);
}
.navigation-flyout .navigation-flyout-teaser-image-container img:hover {
  transform: scale(1.05);
}
.navigation-flyout .navigation-flyout-category-description {
  margin-top: 10px;
  color: #222222;
  font-size: 13px;
  position: relative;
}
.navigation-flyout .navigation-flyout-category-description p {
  margin-bottom: 5px;
}
.navigation-flyout .navigation-flyout-category-description a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.navigation-flyout .category-image-column {
  max-width: 400px;
  padding: 0 20px;
}
.navigation-flyout .navigation-flyout-close {
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-flyout .navigation-flyout-content {
  padding-bottom: 50px;
}
.navigation-flyout .navigation-flyout-content .nav-item {
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  color: #222222;
  margin-right: -1px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  position: relative;
}
.navigation-flyout .navigation-flyout-content .nav-item:hover, .navigation-flyout .navigation-flyout-content .nav-item.is-active {
  border-radius: 7px;
  background: #F1F4F6;
}
.navigation-flyout .navigation-flyout-content .nav-item:hover:after, .navigation-flyout .navigation-flyout-content .nav-item.is-active:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #FFFFFF;
  border-right: 1px #FFFFFF;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon {
  position: relative;
  padding-left: 35px;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon .icon {
  position: absolute;
  left: 10px;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon .icon svg {
  width: 17px;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon .icon .hover {
  display: none;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon .icon .hover svg {
  transform: translateY(-1px);
  fill: #197999;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon:hover .base, .navigation-flyout .navigation-flyout-content .nav-item.has-icon.is-active .base {
  display: none;
}
.navigation-flyout .navigation-flyout-content .nav-item.has-icon:hover .hover, .navigation-flyout .navigation-flyout-content .nav-item.has-icon.is-active .hover {
  display: inherit;
}
.navigation-flyout .navigation-flyout-content .navigation-segment {
  margin-top: 5px;
}
.navigation-flyout .navigation-flyout-content .navigation-segment .navigation-segment-label {
  font-size: 12px;
  padding: 5px 10px 0 10px;
  color: #666666;
}
.navigation-flyout .navigation-flyout-content.is-images-layout > .col, .navigation-flyout .navigation-flyout-content.is-square-images-layout > .col {
  padding: 0 5px;
  max-width: 250px;
}
.navigation-flyout .navigation-flyout-content.is-images-layout .navigation-flyout-teaser-image-container {
  height: 188px;
}
.navigation-flyout .navigation-flyout-submenu {
  display: none;
}
.navigation-flyout .navigation-flyout-submenu.is-open {
  display: block;
}
.navigation-flyout .navigation-flyout-submenu .navigation-segment {
  margin-top: 0;
}
.navigation-flyout .navigation-flyout-submenu .navigation-segment .navigation-segment:not(:first-child) {
  margin-top: 20px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content {
  padding: 0 15px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content > .col {
  max-width: 200px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content.is-images-layout, .navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content.is-square-images-layout {
  padding-left: 35px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content.is-images-layout > .col, .navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content.is-square-images-layout > .col {
  padding: 0 5px;
  max-width: 250px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content.is-square-images-layout .navigation-flyout-teaser-image-container {
  height: 200px;
}
.navigation-flyout .navigation-flyout-submenu .navigation-flyout-submenu-content .navigation-segment {
  display: block;
}
.navigation-flyout .navigation-flyout-submenu .nav-item {
  display: table;
  width: auto;
}
.navigation-flyout .navigation-flyout-submenu .nav-item:hover {
  border-radius: 7px;
  border-right-color: transparent;
}
.navigation-flyout.is-open {
  display: block;
}
.navigation-offcanvas {
  width: 320px;
  padding-top: 0px;
  background: #EEEEEE;
}
.navigation-offcanvas .offcanvas-header {
  padding: 10px;
  position: relative;
  background: transparent linear-gradient(270deg, #326188 0%, #2D5474 100%) 0 0 no-repeat padding-box;
}
.navigation-offcanvas .offcanvas-header .offcanvas-close {
  position: absolute;
  background: transparent;
  top: 15px;
  right: 15px;
  display: block;
  width: 24px;
  padding: 0;
  border: none;
}
.navigation-offcanvas .offcanvas-header .offcanvas-close svg {
  width: 24px;
  fill: #FFFFFF;
}
.navigation-offcanvas .offcanvas-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation-offcanvas .offcanvas-header ul li {
  display: inline-block;
  font-size: 15px;
  color: #EEEEEE;
}
.navigation-offcanvas .offcanvas-header ul li a {
  padding: 8px 10px;
  color: #EEEEEE;
}
.navigation-offcanvas .offcanvas-header ul li a .offcanvas-navigation-link-text {
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
.navigation-offcanvas .offcanvas-header ul li a.active {
  font-weight: bold;
  color: #FFFFFF;
}
.navigation-offcanvas .offcanvas-header ul li a.active .offcanvas-navigation-link-text {
  border-bottom: 3px solid #76c5c5;
}
.navigation-offcanvas .offcanvas-header .child-category-name {
  position: relative;
  padding: 0 60px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-offcanvas .offcanvas-header .child-category-name .is-current-category {
  color: #FFFFFF;
}
.navigation-offcanvas .offcanvas-header .child-category-name .is-back-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.navigation-offcanvas .offcanvas-header .child-category-name .is-back-link svg {
  height: 20px;
  fill: #FFFFFF;
}
.navigation-offcanvas .offcanvas-header .root-navigation {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
}
.navigation-offcanvas .offcanvas-header .root-navigation a {
  font-size: 12px;
  color: rgba(250, 250, 250, 0.5);
}
.navigation-offcanvas .offcanvas-content-container {
  width: 100%;
}
.navigation-offcanvas .navigation-segment {
  background: #FFFFFF;
  margin-bottom: 10px;
}
.navigation-offcanvas .navigation-segment .navigation-segment-label {
  padding: 25px 20px 0 35px;
  font-size: 13px;
  color: #666666;
}
.navigation-offcanvas .navigation-offcanvas-list-item {
  position: relative;
  padding-left: 25px;
  border: none;
}
.navigation-offcanvas .navigation-offcanvas-list-item.has-children {
  padding-right: 60px;
}
.navigation-offcanvas .navigation-offcanvas-list-item.has-children .navigation-offcanvas-link:not(.js-navigation-offcanvas-link):after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #DDDDDD;
  height: 20px;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #DDDDDD;
  font-size: 15px;
  transition: color 0.4s ease-in-out;
  padding: 20px 20px 20px 10px;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon {
  position: relative;
  padding-left: 46px;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon .icon {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 26px;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon .icon svg {
  width: 26px;
  transition: fill 0.4s ease-in-out;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon .icon .hover {
  display: none;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon:hover .base svg {
  fill: #028E93;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon.event-menu .icon {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 26px;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon.event-menu .icon svg {
  width: 26px;
  transition: fill 0.4s ease-in-out;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon.event-menu .icon.highlighted-category-icon svg {
  fill: currentColor;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link.has-icon.event-menu .icon .hover {
  display: none;
}
.navigation-offcanvas .navigation-offcanvas-list-item .navigation-offcanvas-link:hover {
  color: #028E93;
}
.navigation-offcanvas .navigation-offcanvas-list-item .js-navigation-offcanvas-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DDDDDD;
}
.navigation-offcanvas .navigation-offcanvas-list-item .js-navigation-offcanvas-link svg {
  height: 13px;
}
.navigation-offcanvas .navigation-offcanvas-list-item:last-child .navigation-offcanvas-link, .navigation-offcanvas .navigation-offcanvas-list-item:last-child .js-navigation-offcanvas-link {
  border-bottom: none;
}
.navigation-offcanvas .active-category-text {
  padding: 15px 20px 0 8px;
  background: #FFFFFF;
  color: #2D5474;
  font-size: 14px;
  font-weight: bold;
  text-underline-offset: 8px;
}
.navigation-offcanvas .active-category-text.is-service-page {
  padding: 15px 20px 15px 10px;
}
.navigation-offcanvas .active-category-text .is-back-link {
  border-top: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  padding: 0 0 0 5px;
  width: 23px;
}
.navigation-offcanvas .active-category-text .is-back-link svg {
  fill: #2D5474;
  height: 15px;
  width: auto;
}
.navigation-offcanvas .active-category-text .navigation-offcanvas-link-icon .loader {
  width: 15px;
  height: 15px;
}
.navigation-offcanvas-placeholder {
  height: 100% !important;
}
.cart-offcanvas {
  display: flex;
  flex-direction: column;
  background: #F1F4F6;
}
.cart-offcanvas .ajax-cart-header {
  color: #FFFFFF;
  border: none;
  background: #2D5474;
  font-weight: bold;
  position: relative;
  height: 70px;
  flex-grow: 1;
}
.cart-offcanvas .ajax-cart-header .cart-header {
  font-size: 19px;
  padding: 21px 30px;
}
.cart-offcanvas .ajax-cart-header button.offcanvas-close {
  background: none;
  padding: 0;
  border: none;
}
.cart-offcanvas .ajax-cart-header button.offcanvas-close:hover .close-icon {
  background: rgba(0, 0, 0, 0.2);
}
.cart-offcanvas .ajax-cart-header button.offcanvas-close .close-icon {
  padding: 10px;
  border-radius: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-offcanvas .ajax-cart-header button.offcanvas-close .close-icon svg {
  height: 25px;
  fill: #FFFFFF;
}
.cart-offcanvas .ajax-cart-empty-label {
  padding-bottom: 20px;
}
.cart-offcanvas .ajax-cart-empty-label .cart-icon {
  margin-right: 10px;
}
.cart-offcanvas .ajax-cart-empty-label .cart-icon svg {
  width: auto;
  height: 19px;
}
.cart-offcanvas .actions .begin-checkout-btn {
  background: #197999;
}
.cart-offcanvas .actions .begin-checkout-btn:hover {
  background: #4794AE;
}
.cart-offcanvas .offcanvas-cart-items li {
  list-style: none;
}
.cart-offcanvas .offcanvas-cart-items .line-item .line-item-info {
  width: 100%;
}
.cart-offcanvas .offcanvas-cart-items .line-item .line-item-label-container {
  position: relative;
  padding-right: 30px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .line-item-label-container .line-item-remove {
  position: absolute;
  right: 0;
  top: -10px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .line-item-total-price-value {
  font-weight: bold;
}
.cart-offcanvas .offcanvas-cart-items .line-item .line-item-total-price-value .line-item-list-price {
  font-weight: normal;
  padding-left: 3px;
  text-decoration: line-through;
  color: #E40042;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .btn {
  height: 35px;
  line-height: 28px;
  padding: 0 10px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-reduce-button, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-reduce-button.btn, .cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-remove-button, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-remove-button.btn {
  border-color: #DDDDDD;
  background: #F1F4F6;
  position: relative;
  right: -2px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-reduce-button:hover, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-reduce-button.btn:hover, .cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-remove-button:hover, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-remove-button.btn:hover {
  border-color: #222222;
  background: #FFFFFF;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-reduce-button, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-reduce-button.btn {
  padding: 5px 4px 0 7px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-reduce-button svg, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-reduce-button.btn svg {
  vertical-align: super;
  width: 24px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-increase-button, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-increase-button.btn {
  border-left-width: 0;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-increase-button svg, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-increase-button.btn svg {
  fill: #FFFFFF;
  width: auto;
  height: 15px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.disable-button, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .disable-button.btn {
  background: #F1F4F6;
  border-color: #DDDDDD;
  border-left-width: 1px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.disable-button svg, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .disable-button.btn svg {
  fill: #DDDDDD;
  width: auto;
  height: 15px;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm.cart-item-remove-button svg, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .cart-item-remove-button.btn svg {
  height: 15px;
  width: auto;
  fill: #666666;
}
.cart-offcanvas .offcanvas-cart-items .line-item .btn-sm svg, .cart-offcanvas .offcanvas-cart-items .line-item .btn-group-sm > .btn svg {
  width: 10px;
  vertical-align: text-top;
}
.cart-offcanvas .offcanvas-cart-items .line-item .js-offcanvas-cart-change-quantity {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #DDDDDD;
  height: 35px;
  padding: 4px 0 4px 5px;
  max-width: 41px;
  width: 39px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 11px;
  background-position-x: 23px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cart-offcanvas .offcanvas-cart-items .line-item .cart-item-remove {
  position: static;
  order: 0;
}
.cart-offcanvas .offcanvas-body {
  padding: 0;
}
.cart-offcanvas .offcanvas-cart {
  padding: 20px 30px;
  background: #FFFFFF;
}
.cart-offcanvas .offcanvas-summary .offcanvas-summary-list .summary-total {
  font-size: 16px;
}
.cart-offcanvas .offcanvas-summary .offcanvas-summary-list .summary-total.summary-value {
  margin-bottom: 6px;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .col-12, .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-timewindowselection .checkout .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .checkout-aside, .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .checkout-aside, .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .is-ctl-checkout .checkout .checkout-aside, .is-ctl-checkout .checkout .cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .checkout-aside {
  width: 100%;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .col-md-4 {
  width: 33.33%;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .shipping-cost {
  color: #222222;
  font-size: 15px;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .shipping-cost a {
  color: inherit;
  text-decoration: underline;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .shipping-value span {
  padding-right: 8px;
}
.cart-offcanvas .offcanvas-summary .offcanvas-shipping-info .shipping-value.free-delivery {
  color: #24A148;
  padding-top: 2px;
}
.cart-offcanvas .offcanvas-summary .free-delivery-container {
  margin: 6px 0 0 0;
  padding: 10px 10px 20px 10px;
  border-radius: 4px;
  background-color: #F1F4F6;
}
.cart-offcanvas .offcanvas-summary .free-delivery-container .free-shipping-info, .cart-offcanvas .offcanvas-summary .free-delivery-container .free-shipping-label {
  padding-bottom: 10px;
  display: block;
}
.cart-offcanvas .offcanvas-summary .free-delivery-container .free-shipping-info {
  font-size: 13px;
}
.cart-offcanvas .offcanvas-summary .free-delivery-progress-bar {
  background: #D9DFE6;
  border-radius: 5px;
  overflow: hidden;
  height: 8px;
  position: relative;
}
.cart-offcanvas .offcanvas-summary .free-delivery-progress {
  background: #028E93;
  height: 100%;
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.cart-offcanvas .offcanvas-summary .free-delivery-progress.success {
  background: #24A148;
}
.cart-offcanvas .offcanvas-summary .free-delivery-text {
  margin-bottom: 2px;
  color: #222222;
}
.cart-offcanvas .offcanvas-summary .free-delivery-text .success-icon svg {
  width: 17px;
  margin-top: -3px;
  padding-right: 4px;
  fill: #24A148;
}
.cart-offcanvas .offcanvas-summary .free-delivery-text .remain-value {
  padding-right: 8px;
}
.cart-offcanvas .offcanvas-summary .free-delivery-text .success-text {
  color: #24A148;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form {
  margin: 0;
  padding: 10px 0;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper {
  position: relative;
  display: inline-block;
  width: calc(100% - 76px);
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper .voucher-input {
  border-radius: 4px;
  padding: 9px 9px 9px 38px;
  font-size: 16px;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper .voucher-input:focus {
  outline: none;
  border-width: 1px 0 1px 1px;
  border-color: #028E93;
}
@media (min-width: 768px) {
  .cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper .voucher-input {
    font-size: 14px;
  }
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper .voucher-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-input-wrapper .voucher-icon svg {
  height: 22px;
  width: auto;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-button {
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  font-weight: normal;
  background: #F1F4F6;
  margin-left: -5px;
  padding: 4px 12px;
  height: 44px;
  font-size: 14px;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-button:hover {
  background: #FFFFFF;
  border-color: #222222;
}
.cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-button:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .cart-offcanvas .offcanvas-cart-actions .offcanvas-cart-promotion-form .voucher-button {
    height: 41px;
  }
}
.cart-offcanvas .offcanvas-cart-trust-wrapper {
  padding: 20px 30px;
  background: #F1F4F6;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper.on-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .customer-service-wrapper {
  display: flex;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .customer-service-wrapper .phone-icon svg {
  width: 18px;
  margin-right: 15px;
  margin-top: 20px;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .customer-service-wrapper .customer-service-label {
  font-weight: bold;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .customer-service-wrapper .customer-service-service-hours {
  color: #666666;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods {
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .payment-method {
  margin: 0 10px 10px 0;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .payment-method.invoice span {
  border-radius: 4px;
  text-transform: uppercase;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .payment-method:last-child {
  margin-right: 0;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .invoice span {
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  padding: 5px 10px;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .mastercard svg {
  height: 30px;
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .paypal svg, .cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .visa svg, .cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .apple-pay svg {
  height: 14px;
}
@media (min-width: 992px) {
  .cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .paypal svg, .cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .visa svg, .cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .apple-pay svg {
    height: 15px;
  }
}
.cart-offcanvas .offcanvas-cart-trust-wrapper .payment-methods .amex svg {
  height: 25px;
}
.cart-offcanvas .actions {
  padding: 20px 30px;
  background: #F1F4F6;
}
.cart-offcanvas .actions .btn-cart-link {
  border-color: #DDDDDD;
  background: #FFFFFF;
  color: #666666;
}
.cart-offcanvas .actions .btn-cart-link:hover {
  color: inherit;
  border-color: #222222;
  text-decoration: none;
}
.cart-offcanvas .actions a {
  font-weight: normal;
  font-size: 15px;
}
.offcanvas-body .account-menu .account-menu-links .account-menu-inner .account-aside-item {
  font-size: 15px;
  color: black;
}
.offcanvas-body .account-menu .account-menu-links .account-menu-inner .account-aside-item .sidebar-icon, .offcanvas-body .account-menu .account-menu-links .account-menu-inner .account-aside-item .logout-icon {
  display: none;
}
.offcanvas-body .account-menu .account-menu-links .account-menu-inner .account-aside-item:hover {
  color: #0071DB;
}
.offcanvas-body .account-menu .account-menu-login {
  margin-bottom: 9px;
}
.offcanvas-body .account-menu .account-menu-login .account-menu-login-button {
  background: #197999;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: normal;
}
.offcanvas-body .account-menu .account-menu-login .account-menu-login-button:hover {
  background: #4794AE;
}
.offcanvas-body .account-menu .account-menu-login .account-menu-register {
  margin-top: 7px;
}
.offcanvas-body .account-menu .account-menu-login .account-menu-register a {
  color: #0071DB;
}
.offcanvas-body .offcanvas-headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.offcanvas-cross-selling.checkout-cross-selling {
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 16px;
}
.offcanvas-cross-selling.checkout-cross-selling .cms-element-product-slider {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .offcanvas-cross-selling.checkout-cross-selling .cms-element-product-slider {
    padding-right: 18px;
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.service-off-canvas .off-canvas-service {
  overflow: auto;
}
.service-off-canvas .service-offcanvas-header {
  color: #FFFFFF;
  border: none;
  background: #2D5474;
  font-weight: bold;
  position: relative;
  height: 70px;
}
.service-off-canvas .service-offcanvas-header .service-header {
  font-size: 15px;
  padding: 24px 30px;
}
@media (min-width: 768px) {
  .service-off-canvas .service-offcanvas-header .service-header {
    font-size: 16px;
    padding: 23px 30px;
  }
}
.service-off-canvas .service-offcanvas-header button.offcanvas-close {
  background: none;
  padding: 0;
  border: none;
}
.service-off-canvas .service-offcanvas-header button.offcanvas-close:hover .close-icon {
  background: rgba(0, 0, 0, 0.2);
}
.service-off-canvas .service-offcanvas-header button.offcanvas-close .close-icon {
  padding: 10px;
  border-radius: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.service-off-canvas .service-offcanvas-header button.offcanvas-close .close-icon svg {
  height: 25px;
  fill: #FFFFFF;
}
.service-off-canvas .b2b-service-container {
  padding: 20px 30px;
}
.service-off-canvas .b2b-service-container .b2b-service {
  display: flex;
  width: 100%;
  padding: 15px 20px 15px 0;
  border-radius: 7px;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  position: relative;
}
.service-off-canvas .b2b-service-container .b2b-service .service-icon {
  display: inline-block;
  flex: 0 0 90px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-icon svg {
  width: auto;
  height: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-off-canvas .b2b-service-container .b2b-service .service-content {
  display: inline-block;
  flex: 0 0 calc(100% - 90px);
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .service-headline {
  font-weight: bold;
  font-size: 16px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .service-text {
  font-size: 14px;
  line-height: 21px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form {
  margin-top: 10px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .form-inner {
  display: flex;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-input {
  flex: 0 0 100px;
  margin-right: 15px;
  height: 35px;
  border-radius: 7px;
  font-size: 16px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-button {
  background: #E0F0F0;
  border-color: #E0F0F0;
  border-radius: 7px;
  height: 35px;
  color: #222222;
  padding: 0 10px;
  overflow: visible;
  text-overflow: unset;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-button .warehouse-submit-loader {
  display: none;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-button .warehouse-submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-button:hover {
  background: #35A5A9;
  border-color: #35A5A9;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form .warehouse-button {
    padding: 0 25px;
  }
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form.is-loading .warehouse-button-text {
  display: none;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .warehouse-search-form.is-loading .warehouse-submit-loader {
  display: block;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .search-result .error-info-text {
  margin-top: 10px;
  color: #DA1E28;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .detail-arrow {
  display: flex;
  justify-content: right;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .detail-arrow svg {
  width: auto;
  height: 21px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .action-button {
  background: #E0F0F0;
  border-color: #E0F0F0;
  border-radius: 7px;
  height: 35px;
  color: #222222;
  padding: 0 10px;
  overflow: visible;
  text-overflow: unset;
  margin: 10px 10px 0 0;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .action-button:hover {
  background: #35A5A9;
  border-color: #35A5A9;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .service-off-canvas .b2b-service-container .b2b-service .service-content .action-button {
    padding: 0 15px;
  }
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .more-info-wrapper {
  display: inline-block;
  margin-top: 12px;
}
.service-off-canvas .b2b-service-container .b2b-service .service-content .more-info-wrapper a {
  color: #222222;
  text-decoration: underline;
}
.service-off-canvas .b2b-service-container .b2b-service .service-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.service-off-canvas .b2b-service-container .b2b-service:hover {
  background: #F7F9F8;
}
.service-off-canvas .b2b-service-container .b2b-service:hover .service-content .detail-arrow svg {
  fill: #028E93;
}
.footer-main {
  border: none;
  background: #FFFFFF;
  padding-top: 20px;
  z-index: 1;
}
.footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed, .footer-main .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 1200px) {
  .footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed, .footer-main .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .breadcrumbs-container {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed, .footer-main .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .breadcrumbs-container {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.footer-main .footer-main-inner {
  background: #F1F4F6;
}
.footer-main .footer-main-inner .newsletter-btn {
  border-radius: 0 4px 4px 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper {
  background: #326188;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate {
  padding: 45px 0 37px 0;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate {
    padding: 60px 0;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column {
  padding: 0;
  order: 2;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-separator, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-separator, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-separator, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-separator, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-separator {
  height: 22px;
  width: 100%;
  margin: 0 10px;
  border-top: 1px solid rgba(250, 250, 250, 0.5);
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline {
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-up, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-up, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-up, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-up, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-up {
  display: block;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-down, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-down, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-down, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-down, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline[aria-expanded="true"] .arrow-down {
  display: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-up, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-up, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-up, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-up, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-up {
  display: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-down, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-down, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-down, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-down, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline .arrow-down {
  display: block;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline svg, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline svg, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline svg, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline svg, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline svg {
  height: 7px;
  width: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  fill: white;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline:hover, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline:hover, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline {
    padding: 0;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link {
  display: inline-block;
  padding: 7px 7px 7px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link {
    padding: 7px;
    width: auto;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link .footer-navigation-link-text, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link .footer-navigation-link-text, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link .footer-navigation-link-text, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link .footer-navigation-link-text, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link .footer-navigation-link-text {
  color: #FFFFFF;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link:hover, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link:hover, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list .footer-navigation-list-item .footer-navigation-link:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: inherit;
  text-decoration: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu {
  margin-top: 50px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu .nav-link, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu .nav-link, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu .nav-link, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu .nav-link, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu .nav-link {
  display: inline-block;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu .nav-link span, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu .nav-link span, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu .nav-link span, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu .nav-link span, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu .nav-link span {
  color: #FFFFFF;
  font-size: 14px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu span, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu span, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu span, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu span, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu span {
  color: #FFFFFF;
  font-size: 13px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu span, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu span, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu span, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu span, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .service-navigation-menu, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .service-navigation-menu, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .service-navigation-menu, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .service-navigation-menu {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column {
    order: 1;
  }
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-link-headline {
    color: rgba(250, 250, 250, 0.5);
    font-size: 13px;
  }
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column .footer-link-wrapper .footer-navigation-list {
    margin: 0 -7px;
    display: block;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-main-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-main-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-main-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-main-column {
    padding: 0 15px 5px 0;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column {
  background: #326188;
  position: relative;
  padding: 0;
  order: 1;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column {
    order: 2;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column {
    padding: 0 0 0 15px;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container {
  margin: 0 0 40px 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-headline {
    font-size: 22px;
    line-height: 22px;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-subtext, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-subtext, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-subtext, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-subtext, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-subtext {
  font-size: 14px;
  line-height: 22px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box {
  margin: 15px 0 0 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn {
  background: #FFFFFF;
  color: #222222;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  padding: 2px 20px;
  width: 149px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn:hover, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn:hover, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-btn:hover {
  background: #F4F4F4;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  margin: 15px 0 0 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p a, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p a, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p a, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p a, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after {
  content: ">";
  color: #FFFFFF;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a {
    color: #FFFFFF;
  }
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:after {
    content: "";
  }
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:hover, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:hover, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim a:hover {
    color: inherit;
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box .newsletter-info-container p.newsletter-signup-claim {
    max-width: 399px;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-box {
    width: 435px;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button {
  background: #197999;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 22px;
  margin: 20px 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button:hover, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button:hover, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button:hover, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container .footer-newsletter-mobile-button:hover {
  background: #35A5A9;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-newsletter-container, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-newsletter-container {
    margin: 0;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .climate-neutral-link, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .climate-neutral-link, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link {
    left: 15px;
  }
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .climate-neutral-link svg, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link svg, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .climate-neutral-link svg, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link svg, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .climate-neutral-link svg {
  width: auto;
  height: 40px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul {
  margin: 0;
  list-style: none;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li {
  display: inline-block;
  margin-bottom: 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li a, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a {
  transition: color 0.4s ease-in-out;
  padding: 5px 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li a svg, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a svg, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a svg, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a svg, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a svg {
  fill: #FFFFFF;
  height: 23px;
  width: auto;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li a:hover svg, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a:hover svg, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li a:hover svg, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a:hover svg, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li a:hover svg {
  fill: rgba(250, 250, 250, 0.5);
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:first-child, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:first-child, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child {
  margin-left: -8px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child a, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:first-child a, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:first-child a, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child a, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:first-child a {
  padding-left: 0;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li:before, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:before, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li:before, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:before, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li:before {
  content: "";
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish {
  margin-left: 20px;
}
.footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish svg, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish svg, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish svg, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish svg, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column .footer-social ul li.mission-fish svg {
  width: auto;
  height: 18px;
  fill: #FFFFFF;
}
@media (min-width: 1200px) {
  .footer-main .footer-main-inner.footer-corporate-wrapper .container .footer-corporate .footer-contact-box-column:before, .footer-main .footer-main-inner.footer-corporate-wrapper .cms-section .boxed .footer-corporate .footer-contact-box-column:before, .cms-section .footer-main .footer-main-inner.footer-corporate-wrapper .boxed .footer-corporate .footer-contact-box-column:before, .footer-main .footer-main-inner.footer-corporate-wrapper .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container .footer-corporate .footer-contact-box-column:before, .full-width .cms-element-dsee-breadcrumb .footer-main .footer-main-inner.footer-corporate-wrapper .breadcrumbs-container .footer-corporate .footer-contact-box-column:before {
    display: none;
  }
}
.footer-main .footer-main-inner .grecaptcha-protection-information {
  display: none;
}
.footer-main .footer-main-column {
  padding: 0 20px 40px 20px;
}
.footer-main .footer-main-column .footer-headline {
  margin: 28px 0 22px 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 26px;
  font-size: 22px;
  color: #222222;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .footer-headline {
    margin: 38px 0 28px 0;
    font-size: 25px;
    line-height: normal;
  }
}
.footer-main .footer-main-column .usps {
  margin-bottom: 8px;
}
.footer-main .footer-main-column .usps .usp {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
.footer-main .footer-main-column .usps .usp .usp-icon {
  position: absolute;
  left: 0;
  top: -2px;
}
.footer-main .footer-main-column .usps .usp .usp-icon svg {
  width: 14px;
  fill: #028E93;
}
.footer-main .footer-main-column .trusted-shops-wrapper {
  margin: 18px 0 10px 0;
}
.footer-main .footer-main-column .trusted-shops-wrapper .trusted-shop-stars {
  margin-top: -7px;
}
.footer-main .footer-main-column .trusted-shops-wrapper .trusted-shop-stars svg {
  fill: #F1C21B;
  height: 12px;
}
.footer-main .footer-main-column .trusted-shops-wrapper img {
  width: 96px;
}
.footer-main .footer-main-column .trusted-shops-wrapper .buyer-review {
  margin-top: 4px;
}
.footer-main .footer-main-column .trusted-shops-wrapper .buyer-protection {
  margin-top: 5px;
  font-size: 12px;
  color: #666666;
}
.footer-main .footer-main-column .trusted-shops-wrapper .buyer-protection a {
  color: #666666;
  text-decoration: none;
}
.footer-main .footer-main-column .trusted-shops-wrapper .buyer-protection a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .trusted-shops-wrapper {
    margin: 18px 0 27px 0;
  }
}
.footer-main .footer-main-column .footer-navigation-menu .nav-link {
  padding-right: 30px;
  padding-left: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  color: #222222;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .footer-navigation-menu .nav-link {
    padding-left: 16px;
  }
}
.footer-main .footer-main-column .footer-navigation-menu .nav-link svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 11px;
  fill: #666666;
}
.footer-main .footer-main-column .footer-navigation-menu .nav-link:hover {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}
.footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}
.footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item {
  margin-left: -7px;
  margin-bottom: 17px;
}
.footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item .nav-link {
  width: 100%;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item .nav-link {
    padding-bottom: 5px;
    color: #0071DB;
    font-size: 15px;
    width: auto;
  }
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item .nav-link:hover {
    background: none;
    text-decoration: underline;
  }
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item:first-child .nav-link {
    padding-top: 0;
  }
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item:first-child .nav-link svg {
    margin-top: -4px;
  }
}
.footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu .footer-navigation-list-item:not(:first-child) .nav-link {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .footer-navigation-menu.footer-shop-menu {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.footer-main .footer-main-column .trust-segment-label {
  margin: 25px 0 9px 0;
  font-size: 13px;
  color: #666666;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .trust-segment-label {
    margin: 15px 0 9px 0;
  }
}
.footer-main .footer-main-column .shop-availability {
  margin: 30px 0 0 0;
}
.footer-main .footer-main-column .shop-availability .shop-availability-label {
  font-size: 13px;
  color: #666666;
}
.footer-main .footer-main-column .shop-availability svg {
  height: 30px;
  width: 44px;
}
.footer-main .footer-main-column .shop-availability svg:nth-child(2) {
  height: 46px;
  width: auto;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column .shop-availability {
    margin: 15px 0 0 0;
  }
}
.footer-main .footer-main-column .payment-methods {
  align-items: center;
  flex-wrap: wrap;
}
.footer-main .footer-main-column .payment-methods .payment-method {
  margin: 2px 10px 2px 0;
}
.footer-main .footer-main-column .payment-methods .payment-method:last-child {
  margin-right: 0;
}
.footer-main .footer-main-column .payment-methods .invoice span {
  border: 1px solid #666666;
  color: #222222;
  display: inline-block;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
}
.footer-main .footer-main-column .payment-methods .mastercard svg {
  height: 30px;
}
.footer-main .footer-main-column .payment-methods .paypal svg, .footer-main .footer-main-column .payment-methods .visa svg, .footer-main .footer-main-column .payment-methods .apple-pay svg {
  height: 17px;
}
@media (min-width: 992px) {
  .footer-main .footer-main-column .payment-methods .paypal svg, .footer-main .footer-main-column .payment-methods .visa svg, .footer-main .footer-main-column .payment-methods .apple-pay svg {
    height: 20px;
  }
}
.footer-main .footer-main-column .payment-methods .amex svg {
  height: 25px;
}
.footer-main .footer-main-column .certificates {
  align-items: center;
  flex-wrap: wrap;
}
.footer-main .footer-main-column .certificates .certificate {
  margin: 0 20px 2px 0;
  position: relative;
}
.footer-main .footer-main-column .certificates .certificate:last-child {
  margin-right: 0;
}
.footer-main .footer-main-column .certificates .certificate .certificate-label {
  font-size: 8px;
  color: #666666;
  margin-top: 3px;
}
.footer-main .footer-main-column .certificates .certificate a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer-main .footer-main-column .certificates .bio svg, .footer-main .footer-main-column .certificates .asc svg, .footer-main .footer-main-column .certificates .msc svg, .footer-main .footer-main-column .certificates .naturland svg, .footer-main .footer-main-column .certificates .naturland-wildfish svg {
  height: 32px;
}
.footer-main .footer-main-column .certificates .naturland, .footer-main .footer-main-column .certificates .naturland-wildfish {
  padding-bottom: 15px;
}
.footer-main .footer-main-column .certificates .naturland svg, .footer-main .footer-main-column .certificates .naturland-wildfish svg {
  width: auto;
}
.footer-main .footer-main-column .climate-neutral-link svg {
  height: 44px;
  max-width: 100%;
}
.footer-main .footer-main-column .price-disclaimer {
  margin-top: 32px;
  color: #666666;
  font-size: 13px;
}
.footer-main .footer-main-column .service-navigation-menu {
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
}
.footer-main .footer-main-column .service-navigation-menu.footer-shop-service-menu {
  margin-top: 15px;
  font-size: 13px;
}
.footer-main .footer-main-column .service-navigation-menu .nav-link {
  padding: 0;
  margin-right: 15px;
}
.footer-main .footer-main-column .service-navigation-menu .nav-link .service-navigation-link-text {
  font-size: 14px;
}
.footer-main .footer-main-column .service-navigation-menu .nav-link span {
  color: #222222;
}
.footer-main .footer-main-column .service-navigation-menu .nav-link :hover span {
  text-decoration: underline;
}
.footer-main .footer-main-column .service-navigation-menu span {
  color: #666666;
}
.footer-main .footer-main-column .social-icons-mobile {
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links {
  display: flex;
  flex-grow: 1;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links a {
  margin-right: 5px;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links a:first-child {
  margin-left: -7px;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links a:last-child {
  margin-right: 0;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links a svg {
  width: 24px;
  fill: #666666;
  transition: fill 0.4s ease-in-out;
}
.footer-main .footer-main-column .social-icons-mobile .channel-links a:hover svg {
  fill: #028E93;
}
.footer-main .footer-main-column .social-icons-mobile .mission-fish {
  justify-self: flex-end;
}
.footer-main .footer-main-column .social-icons-mobile .mission-fish svg {
  height: 20px;
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .footer-main .footer-main-column {
    padding: 0 25px 50px 25px;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-main-column {
    padding: 0 50px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-main-column {
    padding: 0 0 50px 0;
  }
}
.footer-main .footer-contact-box-column {
  position: relative;
  background: #326188;
  background: #2D5474;
  padding: 40px 20px 20px 20px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-main .footer-contact-box-column {
    padding: 40px 25px 43px 25px;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-contact-box-column {
    padding: 40px 50px 43px 50px;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-contact-box-column {
    padding: 40px 45px 50px 45px;
  }
  .footer-main .footer-contact-box-column:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 4px 4px 0 0;
    background: #2D5474;
  }
}
.footer-main .footer-contact-box-column .contact-box-headline {
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 18px;
}
.footer-main .footer-contact-box-column .contact-options {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.footer-main .footer-contact-box-column .contact-options li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.footer-main .footer-contact-box-column .contact-options li :last-child {
  margin-bottom: 0;
}
.footer-main .footer-contact-box-column .contact-options li svg {
  position: absolute;
  left: 0;
  top: 1px;
  fill: #FFFFFF;
  width: 22px;
}
.footer-main .footer-contact-box-column .contact-options li.phone svg {
  top: 3px;
}
.footer-main .footer-contact-box-column .contact-options li .phone-number {
  font-weight: bold;
  font-size: 18px;
}
.footer-main .footer-contact-box-column .contact-options li .contact-form-link {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-main .footer-contact-box-column .contact-options li .contact-form-link svg {
  position: absolute;
  right: 6px;
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}
.footer-main .footer-contact-box-column .contact-options li .contact-form-link:focus-visible {
  outline: none;
  border-bottom: 3px solid #FFFFFF;
}
.footer-main .footer-contact-box-column .contact-options li .contact-form-link:hover {
  text-decoration: underline;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form input, .footer-main .footer-contact-box-column .footer-newsletter-box form input {
  background: none;
  border-color: #FFFFFF;
  border-width: 1px 0 1px 1px;
  font-size: 16px;
  height: 45px;
  color: #FFFFFF;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form input::placeholder, .footer-main .footer-contact-box-column .footer-newsletter-box form input::placeholder {
  color: #FFFFFF;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form input:focus, .footer-main .footer-contact-box-column .footer-newsletter-box form input:focus {
  box-shadow: none;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form input.invalid, .footer-main .footer-contact-box-column .footer-newsletter-box form input.invalid {
  border-color: #FF464A;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .newsletter-btn, .footer-main .footer-contact-box-column .footer-newsletter-box form .newsletter-btn {
  background: #FFFFFF;
  color: #222222;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  width: 112px;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .newsletter-btn:hover, .footer-main .footer-contact-box-column .footer-newsletter-box form .newsletter-btn:hover {
  background: #F4F4F4;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .newsletter-btn .submit-loader, .footer-main .footer-contact-box-column .footer-newsletter-box form .newsletter-btn .submit-loader {
  display: none;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .newsletter-btn .submit-loader:before, .footer-main .footer-contact-box-column .footer-newsletter-box form .newsletter-btn .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .success-message, .footer-main .footer-contact-box-column .footer-newsletter-box form .success-message {
  border: 1px solid #24A148;
  color: #24A148;
  padding: 10px 10px 10px 45px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  background: #E8F5EC;
  margin-bottom: 15px;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .success-message:before, .footer-main .footer-contact-box-column .footer-newsletter-box form .success-message:before {
  position: absolute;
  left: 15px;
  top: 50%;
  content: "✓";
  font-size: 24px;
  transform: translateY(-50%);
}
.footer-main .footer-contact-box-column .newsletter-signup-box form .failure-message, .footer-main .footer-contact-box-column .newsletter-signup-box form .warning-message, .footer-main .footer-contact-box-column .footer-newsletter-box form .failure-message, .footer-main .footer-contact-box-column .footer-newsletter-box form .warning-message {
  color: #FF464A;
  font-size: 12px;
  margin-top: 10px;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form.is-loading .submit-text, .footer-main .footer-contact-box-column .footer-newsletter-box form.is-loading .submit-text {
  display: none;
}
.footer-main .footer-contact-box-column .newsletter-signup-box form.is-loading .submit-loader, .footer-main .footer-contact-box-column .footer-newsletter-box form.is-loading .submit-loader {
  display: block;
}
.footer-main .footer-contact-box-column .newsletter-signup-box {
  margin-top: 0;
}
.footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-cta {
  font-size: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 14px;
  border-top: 1px solid #222222;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-cta {
    border-top: 0;
    padding-top: 0;
  }
}
.footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-claim, .footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-claim-on-focus {
  margin-top: 15px;
  font-size: 13px;
  color: #FFFFFF;
}
.footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-claim a, .footer-main .footer-contact-box-column .newsletter-signup-box .newsletter-signup-claim-on-focus a {
  color: inherit;
  text-decoration: underline;
}
.footer-main .footer-contact-box-column .newsletter-signup-box input {
  background: none;
  border-color: #FFFFFF;
  border-width: 1px 0 1px 1px;
  font-size: 16px;
  height: 45px;
  color: #FFFFFF;
}
.footer-main .footer-contact-box-column .newsletter-signup-box input::placeholder {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .footer-main .footer-contact-box-column .newsletter-signup-box input {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer-main .footer-contact-box-column .newsletter-signup-box {
    margin-top: 50px;
  }
}
.footer-main .footer-contact-box-column .social-icons {
  display: none;
}
@media (min-width: 768px) {
  .footer-main .footer-contact-box-column .social-icons {
    flex-grow: 1;
    align-items: flex-end;
    display: flex;
  }
}
.footer-main .footer-contact-box-column .social-icons .channel-links {
  display: flex;
  flex-grow: 1;
}
.footer-main .footer-contact-box-column .social-icons .channel-links a {
  margin-right: 5px;
}
.footer-main .footer-contact-box-column .social-icons .channel-links a:last-child {
  margin-right: 0;
}
.footer-main .footer-contact-box-column .social-icons .channel-links a svg {
  width: 24px;
  fill: #FFFFFF;
  transition: fill 0.4s ease-in-out;
}
.footer-main .footer-contact-box-column .social-icons .channel-links a:hover svg {
  fill: #028E93;
}
.footer-main .footer-contact-box-column .social-icons .channel-links a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #FFFFFF;
  border-radius: 4px;
}
.footer-main .footer-contact-box-column .social-icons .mission-fish {
  justify-self: flex-end;
}
.footer-main .footer-contact-box-column .social-icons .mission-fish svg {
  height: 20px;
  fill: #FFFFFF;
}
.footer-main .copyright-wrapper-mobile {
  background: #1D3950;
  padding: 40px 20px;
}
.footer-main .copyright-wrapper-mobile .footer-shop-service-menu .nav-link {
  padding: 0;
  margin-right: 15px;
}
.footer-main .copyright-wrapper-mobile .footer-shop-service-menu .nav-link span {
  color: #FFFFFF;
  font-size: 13px;
}
.footer-main .copyright-wrapper-mobile .footer-shop-service-menu .nav-link :hover span {
  text-decoration: underline;
}
.footer-main .copyright-wrapper-mobile .price-disclaimer {
  color: rgba(250, 250, 250, 0.5);
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
.footer-main .footer-social-mobile {
  padding: 35px 20px;
  background: #2D5474;
}
@media (min-width: 768px) {
  .footer-main .footer-social-mobile {
    padding: 35px 25px;
  }
}
.footer-main .footer-social-mobile .climate-neutral-link svg {
  width: auto;
  height: 44px;
}
.footer-main .footer-social-mobile .footer-social {
  width: auto;
}
.footer-main .footer-social-mobile .footer-social ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer-main .footer-social-mobile .footer-social ul li {
  display: inline-block;
  margin-bottom: 0;
}
.footer-main .footer-social-mobile .footer-social ul li a {
  transition: color 0.4s ease-in-out;
  padding: 5px 0;
}
.footer-main .footer-social-mobile .footer-social ul li a svg {
  fill: #FFFFFF;
  height: 25px;
  width: auto;
}
.footer-main .footer-social-mobile .footer-social ul li a:hover svg {
  fill: rgba(250, 250, 250, 0.5);
}
.footer-main .footer-social-mobile .footer-social ul li:first-child {
  margin-left: -8px;
}
.footer-main .footer-social-mobile .footer-social ul li:first-child a {
  padding-left: 0;
}
.footer-main .footer-social-mobile .footer-social ul li:before {
  content: "";
}
.footer-main .footer-social-mobile .footer-social ul li.mission-fish {
  margin-left: 20px;
}
.footer-main .footer-social-mobile .footer-social ul li.mission-fish svg {
  width: auto;
  height: 18px;
  fill: #FFFFFF;
}
.footer-main .footer-social-mobile .service-navigation-menu {
  margin-top: 12px;
}
.footer-main .footer-social-mobile .service-navigation-menu .nav-link {
  padding: 8px 7px 8px 0;
}
.footer-main .footer-social-mobile .service-navigation-menu .nav-link span {
  color: #FFFFFF;
  font-size: 13px;
}
.footer-main .footer-social-mobile .service-navigation-menu .nav-link:first-child {
  padding: 8px 7px 8px 0;
}
@media (min-width: 1200px) {
  .footer-main {
    padding-top: 50px;
  }
}
@media print {
  .footer-main {
    display: none;
  }
}
.service-box {
  position: fixed;
  bottom: 58px;
  left: 7px;
  z-index: 3;
  border-radius: 7px;
}
.service-box .service-button {
  font-size: 10px;
  line-height: normal;
  padding: 7px 10px;
  border-radius: 7px;
  border: 3px solid #FFFFFF;
  background: #2D5474;
  color: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.service-box .service-button:hover {
  background: #76C5C5;
}
.service-box .service-button:hover .service-icon svg .text {
  fill: #76C5C5;
}
.service-box .service-button .service-icon {
  display: block;
  margin-bottom: 7px;
}
.service-box .service-button .service-icon svg {
  height: 35px;
}
.service-box .service-button .service-icon svg .circle {
  fill: #FFFFFF;
}
.service-box .service-button .service-icon svg .text {
  fill: #2D5474;
}
@media (min-width: 768px) {
  .service-box .service-button {
    font-size: 12px;
  }
  .service-box .service-button .service-icon svg {
    height: 47px;
  }
}
@media (min-width: 992px) {
  .service-box {
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .service-box {
    z-index: 5;
  }
}
@media print {
  .service-box {
    display: none;
  }
}
.b2b-shop-link .b2b-service-button {
  border-radius: 5px;
  font-size: 14px;
  padding: 6px 16px;
  line-height: normal;
  border: 3px solid #FFFFFF;
  background: #2D5474;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.b2b-shop-link .b2b-service-button:hover {
  background: #76C5C5;
}
.breadcrumb-on-footer {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.breadcrumb-on-footer .breadcrumb {
  margin-bottom: 0;
  padding: 12px 0 0 0;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-item.home a {
  display: inline-block;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-item.home a span {
  display: inline-block;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-item.home a svg {
  height: auto;
  width: 45px;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-item:before {
  content: none;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-link {
  color: #222222;
  font-weight: normal;
  display: inline-block;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-link span {
  display: inline-block;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-link:hover span {
  text-decoration: underline;
}
.breadcrumb-on-footer .breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #222222;
}
@media (min-width: 1200px) {
  .breadcrumb-on-footer .breadcrumb {
    padding: 20px 0 0 0;
  }
}
#launcher {
  display: none;
}
.scroll-up-button button {
  background: #DDDDDD;
  border-color: #DDDDDD;
}
.scroll-up-button button .icon {
  color: #222222;
}
.scroll-up-button button:hover {
  background: #FFFFFF;
  border-color: #222222;
}
.scroll-up-button button:hover .icon {
  color: #222222;
}
.is-ctl-product .scroll-up-button {
  display: none !important;
}
@media (min-width: 992px) {
  .scroll-up-button {
    display: none;
  }
}
@media print {
  .scroll-up-button {
    display: none;
  }
}
#cx-aw-launcher {
  z-index: 1031 !important;
  left: 20px !important;
  right: auto !important;
}
@media (min-width: 992px) {
  #cx-aw-launcher {
    left: auto !important;
    right: 20px !important;
  }
}
#cx-aw-launcher #cx-aw-trigger {
  padding: 6px !important;
  border: 4px solid #2D5474 !important;
  background: #2D5474 !important;
  width: 18px !important;
  height: 18px !important;
}
#cx-aw-launcher #cx-aw-trigger svg.accessibilityclass {
  fill: #FFFFFF !important;
  width: 18px !important;
  height: 18px !important;
  color: transparent !important;
}
.is-ctl-product #cx-aw-launcher {
  bottom: 87px !important;
}
@media (min-width: 992px) {
  .is-ctl-product #cx-aw-launcher {
    bottom: 20px !important;
  }
}
.search-suggest-container {
  padding: 0;
  width: 100%;
  border-radius: 10px;
  top: 45px;
}
.search-suggest-container .search-suggest-header .search-option-wrapper {
  background: #F1F4F6;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: inline-flex;
  margin-top: 8px;
}
.search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 6px;
}
.search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs .nav-item .nav-link {
  color: #666666;
  padding: 10px 8px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
}
.search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs .nav-item .nav-link.active {
  background: none;
  border: none;
  color: #222222;
  font-weight: bold;
}
.search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: calc(100% - 16px);
  height: 4px;
  background: #76C5C5;
}
@media (min-width: 992px) {
  .search-suggest-container .search-suggest-header .search-option-wrapper .nav-tabs .nav-item .nav-link:hover {
    background: #FFFFFF;
  }
}
.search-suggest-container .suggestion-content {
  list-style-type: none;
  padding: 20px 25px 25px 25px;
  margin: 0;
}
.search-suggest-container .suggestion-content .top-result-label {
  margin-bottom: 11px;
  font-size: 12px;
  color: #666666;
}
.search-suggest-container .search-suggest-product {
  margin-bottom: 10px;
  border-bottom: none;
}
.search-suggest-container .search-suggest-product .search-suggest-product-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.search-suggest-container .search-suggest-product .search-suggest-product-link {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  padding: 0;
}
.search-suggest-container .search-suggest-product .search-suggest-product-link:hover .search-suggest-product-image {
  transform: scale(1.05);
}
.search-suggest-container .search-suggest-product .search-suggest-info-box {
  position: relative;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-name, .search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-price {
  font-size: 14px;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-name {
  font-weight: bold;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-name {
  white-space: normal;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-price {
  min-height: 47px;
  text-align: left;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-price .suggest-price.with-discount {
  color: #FF464A;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .list-price-price {
  font-size: 12px;
  text-decoration: line-through;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-reference-price {
  font-size: 13px;
  color: #666666;
  margin-bottom: 7px;
  text-align: left;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .btn-buy, .search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .not-available-product, .search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .is-suspended {
  border-radius: 5px;
  padding: 0 12px 4px 12px;
  width: 55px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .btn-buy svg, .search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .not-available-product svg, .search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .is-suspended svg {
  fill: #FFFFFF;
  width: 29px;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .not-available-product {
  background: #F4F4F4;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .is-suspended {
  background: #197999;
}
.search-suggest-container .search-suggest-product .search-suggest-info-box .search-suggest-product-action .is-suspended:hover {
  background: #4794AE;
}
.search-suggest-container .search-suggest-total {
  padding: 15px 0 0 0;
  border-top: 1px solid #DDDDDD;
}
.search-suggest-container .search-suggest-total .search-suggest-total-link {
  display: inline-block;
  background: #197999;
  text-align: center;
  border: none;
  color: #FFFFFF;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  font-size: 15px;
  line-height: 21px;
}
.search-suggest-container .search-suggest-total .search-suggest-total-link:focus {
  outline: none;
}
.search-suggest-container .search-suggest-total .search-suggest-total-link:hover {
  background: #4794AE;
}
.search-suggest-container .search-suggest-recipe {
  margin-bottom: 10px;
  border-bottom: none;
}
.search-suggest-container .search-suggest-recipe .search-suggest-recipe-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.search-suggest-container .search-suggest-recipe .search-suggest-recipe-link {
  color: #222222;
  font-weight: bold;
  height: 73px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}
.search-suggest-container .search-suggest-recipe .search-suggest-recipe-link:hover {
  color: #76C5C5;
  text-decoration: none;
}
.search-suggest-container .search-suggest-recipe .search-suggest-recipe-link:hover .search-suggest-recipe-image {
  transform: scale(1.05);
}
.search-suggest-container .search-suggest-category {
  margin-bottom: 10px;
  border-bottom: none;
}
.search-suggest-container .search-suggest-category .search-suggest-category-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.search-suggest-container .search-suggest-category .main-category-name {
  margin-bottom: 2px;
  line-height: normal;
  font-size: 12px;
  color: #666666;
}
.search-suggest-container .search-suggest-category .search-suggest-category-link {
  color: #222222;
  font-weight: bold;
  height: 73px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}
.search-suggest-container .search-suggest-category .search-suggest-category-link:hover {
  color: #76C5C5;
  text-decoration: none;
}
.search-suggest-container .search-suggest-category .search-suggest-category-link:hover .search-suggest-category-image {
  transform: scale(1.05);
}
.search-suggest-container .tab-pane:not(.show) .suggestion-content {
  display: none;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 420px;
  }
}
.is-ctl-search .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .price-unit-reference {
  padding-right: 4px;
  white-space: nowrap;
  flex-grow: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.shop-banner {
  display: block;
  position: relative;
  z-index: 99;
  border-bottom: 2px solid #00b1e7;
}
.shop-banner.shop-banner-hidden {
  display: none;
}
.shop-banner .shop-banner-column.column-text .column-inner {
  padding: 10px 0 0 0;
}
@media (min-width: 992px) {
  .shop-banner .shop-banner-column.column-text .column-inner {
    padding: 5px 0 3px;
  }
}
.shop-banner .shop-banner-column.column-btn .column-inner {
  text-align: center;
  padding: 0 0 10px 0;
}
@media (min-width: 992px) {
  .shop-banner .shop-banner-column.column-btn .column-inner {
    text-align: right;
    padding: 5px 0 3px;
  }
}
.shop-banner .shop-banner-collapse-content {
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  z-index: 999;
}
.shop-banner .shop-banner-collapse-content .shop-banner-text {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  min-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .shop-banner .shop-banner-collapse-content .shop-banner-text {
    font-size: 15px;
    min-height: 34px;
  }
}
.shop-banner .shop-banner-collapse-content .shop-banner-text .text-item {
  position: relative;
  width: 100%;
}
.shop-banner .shop-banner-collapse-content .shop-banner-text .item-entry {
  display: inline-block;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.shop-banner .shop-banner-collapse-content .shop-banner-text .item-entry.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  display: none;
}
.shop-banner .shop-banner-collapse-content .shop-banner-text .item-entry p {
  margin-bottom: 0;
}
.shop-banner .shop-banner-collapse-content .shop-banner-text .item-entry a {
  color: inherit;
  text-decoration: underline;
}
.shop-banner .shop-banner-collapse-toggler {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  margin: auto;
  padding: 0;
  border: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  background: transparent;
  transform: translateY(-25px);
  top: 100%;
}
.shop-banner .shop-banner-collapse-toggler:active, .shop-banner .shop-banner-collapse-toggler:focus {
  outline: none;
}
.shop-banner .shop-banner-collapse-toggler .toggler-inner {
  margin-top: 25px;
  border-radius: 0 0 3px 3px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 16.5px;
  padding: 2px 0 0 0;
  background: #00b1e7;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.shop-banner .shop-banner-collapse-toggler .toggler-inner .icon {
  color: #FFFFFF;
}
.shop-banner .shop-banner-collapse-toggler .toggler-inner .icon > svg {
  top: 0;
}
.shop-banner .shop-banner-collapse-toggler:hover .toggler-inner {
  padding-top: 5px;
}
.shop-banner .shop-banner-collapse-header.is--active .shop-banner-collapse-toggler .icon {
  transform: rotate(180deg);
}
.shop-banner .banner-link {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline;
  width: auto;
}
.shop-banner .banner-link:hover {
  text-decoration: underline;
}
.shop-banner .shop-banner-btn {
  display: inline-block;
  color: #FFFFFF;
  border-color: #FFFFFF;
  overflow: hidden;
  margin: 5px auto 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  width: auto;
  padding: 5px 15px 4px;
  line-height: 1.5;
}
.shop-banner .shop-banner-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #FFFFFF;
}
@media (min-width: 992px) {
  .shop-banner .shop-banner-btn {
    margin-top: 0;
  }
}
.shop-banner span.shop-banner-btn {
  user-select: text;
  border-radius: 0;
}
.shop-banner button.shop-banner-btn {
  transition: all 0.3s ease-in-out;
}
.shop-banner button.shop-banner-btn:hover, .shop-banner button.shop-banner-btn:focus {
  color: inherit;
  background: inherit;
  transform: scale(1.05);
}
.cms-block-dsee-shop-gallery-buybox.cms-block .cms-block-container .cms-block-container-row {
  margin-left: -8px;
  margin-right: -8px;
}
.cms-block-dsee-shop-gallery-buybox.cms-block .cms-block-container .cms-block-container-row > [class*=" col"] {
  padding-left: 8px;
  padding-right: 8px;
}
.cms-block-dsee-shop-gallery-buybox.cms-block .product-detail-buy {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cms-block-dsee-shop-gallery-buybox.cms-block .product-detail-buy {
    padding: 20px 10px 10px 20px;
  }
}
@media (min-width: 992px) {
  .cms-block-dsee-shop-gallery-buybox.cms-block {
    padding-bottom: 24px;
  }
}
.cms-block-dsee-corporate-product-header {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1312px) {
  .cms-block-dsee-corporate-product-header {
    padding-left: calc((100% - 1280px)/2);
    padding-right: calc((100% - 1280px)/2);
  }
}
.cms-block-dsee-corporate-product-header .cms-element-dsee-corporate-product-image {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
@media (min-width: 992px) {
  .cms-block-dsee-corporate-product-header .cms-element-dsee-corporate-product-image {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cms-block-dsee-corporate-product-header ~ .cms-block {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cms-block-dsee-corporate-product-header ~ .cms-block {
    padding-left: calc((100% - 32px) * 0.33 + 16px + 16px);
  }
}
@media screen and (min-width: 1312px) {
  .cms-block-dsee-corporate-product-header ~ .cms-block {
    padding-left: calc((100% - 1280px)/2 + 28%);
    padding-right: calc((100% - 1280px)/2);
  }
}
.cms-block-dsee-text-banner-one-column, .cms-block-dsee-text-banner-full-width-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-text-banner {
  position: relative;
  display: flex;
  width: 100%;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  z-index: 0;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
}
.cms-element-dsee-text-banner.with-pattern {
  background-position: center;
  background-size: cover !important;
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.with-pattern {
    background: none;
  }
}
.cms-element-dsee-text-banner.with-pattern.grey-cardboard {
  background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
}
.cms-element-dsee-text-banner.with-pattern.blue-cardboard {
  background: url("/bundles/deutschesee/img/custom-page/pattern-blue.jpg") !important;
}
.cms-element-dsee-text-banner .slider-index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 6px 10px;
  width: 35px;
  height: 35px;
  line-height: normal;
  border-radius: 3px;
  background: #666666;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.cms-element-dsee-text-banner .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  width: 100%;
  overflow: hidden;
}
.cms-element-dsee-text-banner .image-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
  pointer-events: none;
}
.cms-element-dsee-text-banner .image-wrapper .play-icon svg {
  width: 100px;
  height: 100px;
  fill: #FFFFFF;
}
.cms-element-dsee-text-banner .image-wrapper.placeholder-image-wrapper {
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.1);
}
.cms-element-dsee-text-banner .image-wrapper .icon-placeholder {
  position: absolute;
  left: 20%;
  width: 60%;
  top: 20%;
  height: 60%;
}
.cms-element-dsee-text-banner .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  -webkit-transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cms-element-dsee-text-banner .image-wrapper:hover img {
  transform: scale(1.05);
}
.cms-element-dsee-text-banner .main-category-name {
  margin-top: 8px;
  line-height: normal;
  font-weight: 300;
  font-size: 16px;
}
.cms-element-dsee-text-banner .header-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cms-element-dsee-text-banner .header-logo img {
  width: auto;
  height: 40px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner .header-logo img {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner .header-logo img {
    height: 94px;
  }
}
.cms-element-dsee-text-banner:hover .image-wrapper:not(.has-no-link) img {
  transform: scale(1.05);
}
.cms-element-dsee-text-banner .background {
  display: none;
}
.cms-element-dsee-text-banner .background-triangle {
  display: none;
}
.cms-element-dsee-text-banner .text-banner-content {
  padding: 25px 20px;
  width: 100%;
  align-self: center;
  z-index: 3;
}
@media (min-width: 576px) {
  .cms-element-dsee-text-banner .text-banner-content {
    padding: 40px;
  }
}
.cms-element-dsee-text-banner .text-banner-content .actions .btn-primary {
  background: #FFFFFF;
  color: #222222;
  border: none;
  padding: 8px 15px;
}
.cms-element-dsee-text-banner .text-banner-content .actions .btn-primary:hover {
  background: #F4F4F4;
}
.cms-element-dsee-text-banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.cms-element-dsee-text-banner .banner-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cms-element-dsee-text-banner .breadcrumbs-wrapper a {
  color: currentColor;
}
.cms-element-dsee-text-banner .kicker {
  display: inline-block;
  color: #FFFFFF;
  background: #1D3950;
  width: auto;
  transform: rotate(-2deg);
  line-height: normal;
  margin: 0 0 30px 0;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 12px 0 12px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner .kicker {
    margin-bottom: 20px;
  }
}
.cms-element-dsee-text-banner .callout-mission-fish {
  margin-bottom: 25px;
}
.cms-element-dsee-text-banner .callout-mission-fish svg {
  width: auto;
  height: 68px;
  fill: #76C5C5;
}
.cms-element-dsee-text-banner .callout-mission-fish svg .cls-1 {
  fill: #76C5C5;
}
.cms-element-dsee-text-banner .callout-mission-fish svg .cls-1 tspan {
  fill: #FFFFFF;
}
.cms-element-dsee-text-banner .callout-mission-fish svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner .callout-mission-fish svg {
    height: 70px;
  }
}
.cms-element-dsee-text-banner .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  font-family: AkkuratPro, Arial, Verdana, sans-serif;
  margin-bottom: 0;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-text-banner .title.is--small {
    font-size: 28px;
  }
}
.cms-element-dsee-text-banner .description {
  color: currentColor;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
.cms-element-dsee-text-banner .description.line-clamp-1 {
  height: 21px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner .description.line-clamp-2 {
  height: 42px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner .description.line-clamp-3 {
  height: 63px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner .description.line-clamp-4 {
  height: 84px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner .description.no-button {
  padding-right: 50px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner .description.no-button {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner .description.no-button {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .cms-element-dsee-text-banner .description {
    font-size: 16px;
    line-height: 1.5;
  }
  .cms-element-dsee-text-banner .description.line-clamp-1 {
    height: 24px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-text-banner .description.line-clamp-2 {
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-text-banner .description.line-clamp-3 {
    height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-text-banner .description.line-clamp-4 {
    height: 96px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.cms-element-dsee-text-banner .actions {
  margin-top: 16px;
  padding-right: 60px;
}
.cms-element-dsee-text-banner .actions a {
  padding: 8px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-right: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: currentColor;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cms-element-dsee-text-banner .actions a:last-child {
  margin-right: 0;
}
.cms-element-dsee-text-banner .actions a span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.cms-element-dsee-text-banner .actions a:not(.btn-primary) {
  border: 1px solid currentColor;
  color: inherit;
  padding: 7px 15px;
  position: relative;
}
.cms-element-dsee-text-banner .actions a:not(.btn-primary):hover {
  background: inherit;
}
.cms-element-dsee-text-banner .actions a:not(.btn-primary):hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-element-dsee-text-banner .actions a.btn-primary {
  border: 1px solid currentColor;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner .actions {
    margin-top: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner .image-wrapper {
    padding-bottom: 50%;
  }
  .cms-element-dsee-text-banner .title.is--large {
    font-size: 30px;
  }
}
.cms-element-dsee-text-banner.vertical .image-wrapper {
  overflow: hidden;
}
.cms-element-dsee-text-banner.vertical:not(.borderless).show-image-border .image-wrapper {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.1);
}
.cms-element-dsee-text-banner.vertical .text-banner-content {
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.1);
}
.cms-element-dsee-text-banner.borderless {
  border-color: transparent;
  background: transparent !important;
}
.cms-element-dsee-text-banner.borderless .image-wrapper {
  border-radius: 4px;
  overflow: hidden;
  border-width: 0;
}
.cms-element-dsee-text-banner.borderless .text-banner-content {
  padding: 10px 0;
  border-color: transparent;
}
.cms-element-dsee-text-banner.centered .text-banner-content {
  text-align: center;
}
.cms-element-dsee-text-banner.squared .image-wrapper {
  padding-bottom: 100%;
}
.cms-element-dsee-text-banner.horizontal .title {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}
.cms-element-dsee-text-banner.horizontal .kicker {
  font-size: 25px;
}
.cms-element-dsee-text-banner.horizontal .description {
  display: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.horizontal .kicker {
    font-size: 28px;
  }
  .cms-element-dsee-text-banner.horizontal .description {
    display: block;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.horizontal {
    min-height: 400px;
    flex-direction: row;
  }
  .cms-element-dsee-text-banner.horizontal .image-wrapper {
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    height: 100%;
    padding-bottom: 0;
  }
  .cms-element-dsee-text-banner.horizontal .image-wrapper.has-no-link:hover img {
    transform: none;
  }
  .cms-element-dsee-text-banner.horizontal .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 3;
  }
  .cms-element-dsee-text-banner.horizontal .background.pattern-layout {
    background-position: center;
    background-size: cover !important;
  }
  .cms-element-dsee-text-banner.horizontal .background.pattern-layout.grey-cardboard {
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
  }
  .cms-element-dsee-text-banner.horizontal .background.pattern-layout.blue-cardboard {
    background: url("/bundles/deutschesee/img/custom-page/pattern-blue.jpg") !important;
  }
  .cms-element-dsee-text-banner.horizontal .background-triangle {
    display: block;
    position: absolute;
    left: 30%;
    top: 0;
    height: 100%;
    transform: scaleX(0.5);
    transform-origin: 0;
    z-index: 2;
  }
  .cms-element-dsee-text-banner.horizontal .background-triangle.pattern-layout {
    width: 480px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-position: center;
    background-size: cover !important;
  }
  .cms-element-dsee-text-banner.horizontal .background-triangle.pattern-layout.grey-cardboard {
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
  }
  .cms-element-dsee-text-banner.horizontal .background-triangle.pattern-layout.blue-cardboard {
    background: url("/bundles/deutschesee/img/custom-page/pattern-blue.jpg") !important;
  }
  .cms-element-dsee-text-banner.horizontal .text-banner-content {
    padding: 20px 0 20px 93px;
    width: 30%;
  }
  .cms-element-dsee-text-banner.horizontal .title.is--large {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-text-banner.horizontal {
    min-height: 480px;
  }
  .cms-element-dsee-text-banner.horizontal .text-banner-content {
    width: 30%;
  }
}
.cms-element-dsee-text-banner.horizontal.fullwidth {
  position: relative;
  min-height: 500px;
}
.cms-element-dsee-text-banner.horizontal.fullwidth .image-wrapper {
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  padding-bottom: 0;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .image-wrapper {
    width: calc(100% - 50px);
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .image-wrapper {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1330px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .image-wrapper {
    width: 100%;
  }
}
.cms-element-dsee-text-banner.horizontal.fullwidth .text-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 45px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .text-banner-content {
    padding: 20px 53px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .text-banner-content {
    padding: 20px 0 20px 93px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth .text-banner-content {
    width: 50%;
  }
}
.cms-element-dsee-text-banner.horizontal.fullwidth.centered .text-banner-content {
  text-align: center;
  width: 100%;
  padding: 20px 40px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth.centered .text-banner-content {
    padding: 20px 50px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.horizontal.fullwidth.centered .text-banner-content {
    padding: 20px;
  }
  .cms-element-dsee-text-banner.horizontal.fullwidth.centered .text-banner-content .description {
    max-width: 50%;
    margin: 6px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-text-banner.horizontal.show-control-button .plyr--video .plyr__controls {
    bottom: 20px;
  }
}
.cms-element-dsee-text-banner.integrated {
  flex-direction: column;
  height: auto;
}
.cms-element-dsee-text-banner.integrated .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 4px;
}
.cms-element-dsee-text-banner.integrated .kicker-wrapper, .cms-element-dsee-text-banner.integrated .title-wrapper, .cms-element-dsee-text-banner.integrated .actions {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.cms-element-dsee-text-banner.integrated .kicker-wrapper {
  position: absolute;
  top: 24px;
  left: 24px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper {
  position: absolute;
  top: 60px;
  left: 24px;
  white-space: nowrap;
}
.cms-element-dsee-text-banner.integrated .title-wrapper.has-no-kicker {
  top: 24px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title {
  line-height: normal;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title:not(:first-child) {
  margin-top: -10px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title span {
  display: inline-block;
  padding: 10px 10px 0 10px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title:nth-child(2) {
  margin-left: 20px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title:nth-child(3) {
  margin-left: 40px;
}
.cms-element-dsee-text-banner.integrated .title-wrapper .title:nth-child(4) {
  margin-left: 60px;
}
.cms-element-dsee-text-banner.integrated .text-banner-content {
  padding: 10px 0;
  border: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  align-items: flex-start;
  text-align: left;
}
.cms-element-dsee-text-banner.integrated .text-banner-content .description {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner.integrated .text-banner-content .description.line-clamp-1 {
  height: 21px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner.integrated .text-banner-content .description.line-clamp-2 {
  height: 42px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner.integrated .text-banner-content .description.line-clamp-3 {
  height: 63px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner.integrated .text-banner-content .description.line-clamp-4 {
  height: 84px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-text-banner.integrated .actions {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.cms-element-dsee-text-banner.integrated .actions .btn {
  background: transparent;
  border: 1px solid transparent;
  color: #FFFFFF;
}
.cms-element-dsee-text-banner.integrated .actions .btn:first-child {
  margin-left: 0;
}
.cms-element-dsee-text-banner.integrated .actions .btn.btn-primary {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #222222;
}
.cms-element-dsee-text-banner.integrated .actions .btn.btn-primary:hover {
  background: #F4F4F4;
}
.cms-element-dsee-text-banner.header-font-gotham .title {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-gotham .title {
    font-size: 35px;
    line-height: 39px;
  }
}
.cms-element-dsee-text-banner.header-font-lunchbox .title {
  font-size: 35px;
  line-height: 35px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-element-dsee-text-banner.header-font-lunchbox .title.is--small {
  font-size: 36px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-lunchbox .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.cms-element-dsee-text-banner.header-font-lunchbox .title.big-size {
  font-size: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-lunchbox .title.big-size {
    font-size: 60px;
    line-height: 60px;
  }
}
.cms-element-dsee-text-banner.header-font-akkurat .title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-akkurat .title {
    font-size: 35px;
    line-height: 39px;
  }
}
.cms-element-dsee-text-banner.header-font-prata .title {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
}
.cms-element-dsee-text-banner.header-font-prata .title.is--small {
  font-size: 36px;
  line-height: 46px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-prata .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.cms-element-dsee-text-banner.header-font-corporate .title {
  font-size: 35px;
  line-height: 35px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-element-dsee-text-banner.header-font-corporate .title.is--small {
  font-size: 36px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner.header-font-corporate .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.cms-element-dsee-text-banner.hide-text-background .background {
  display: none;
}
.cms-element-dsee-text-banner.hide-text-background .background-triangle {
  display: none;
}
.cms-element-dsee-text-banner.hide-text-background .image-wrapper {
  left: 0;
  width: 100%;
}
.cms-element-dsee-text-banner.hide-text-background .actions .btn-primary {
  background: #FFFFFF;
  color: #222222;
  border-color: #FFFFFF;
}
.cms-element-dsee-text-banner.has-video .banner-link {
  display: none;
}
.cms-element-dsee-text-banner.has-video .dsee-text-banner-image {
  pointer-events: none;
}
.cms-element-dsee-text-banner.has-video .image-wrapper {
  height: 100%;
  padding: 0;
}
.cms-element-dsee-text-banner.has-video .image-wrapper .play-icon {
  display: inherit;
}
.cms-element-dsee-text-banner.has-video .image-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.cms-element-dsee-text-banner.has-video .image-wrapper .plyr--full-ui.plyr--video .plyr__poster {
  pointer-events: none;
}
.cms-element-dsee-text-banner.has-video .image-wrapper .plyr--full-ui.plyr--video .player .player-xxs .vp-unmute {
  pointer-events: none;
}
.cms-element-dsee-text-banner.has-video:not(.show-control-button) .plyr--video {
  height: 100%;
  display: inline;
}
.cms-element-dsee-text-banner.video-is-playing .image-wrapper {
  z-index: 3;
}
.cms-element-dsee-text-banner.video-is-playing .image-wrapper img, .cms-element-dsee-text-banner.video-is-playing .image-wrapper .play-icon {
  display: none;
}
.cms-element-dsee-text-banner.video-is-playing .shadow {
  display: none;
}
.cms-element-dsee-text-banner.video-is-playing .plyr__poster {
  display: none;
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner.video-is-playing .text-banner-content {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .cms-element-dsee-text-banner {
    border-radius: 4px;
  }
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical .image-wrapper, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical .image-wrapper, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .image-wrapper, .search-page .cms-element-dsee-text-banner.vertical .image-wrapper {
  padding-bottom: 72%;
}
@media (min-width: 992px) {
  .cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical.padded .image-wrapper, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical.padded .image-wrapper, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical.padded .image-wrapper, .search-page .cms-element-dsee-text-banner.vertical.padded .image-wrapper {
    padding-bottom: 45%;
    width: 70%;
    margin: 0 auto;
  }
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical .text-banner-content, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical .text-banner-content, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .text-banner-content, .search-page .cms-element-dsee-text-banner.vertical .text-banner-content {
  padding: 15px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title, .search-page .cms-element-dsee-text-banner.vertical .text-banner-content .title {
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  font-weight: bold;
  color: inherit;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title + .description, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title + .description, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .text-banner-content .title + .description, .search-page .cms-element-dsee-text-banner.vertical .text-banner-content .title + .description {
  margin-top: 10px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical .text-banner-content .description, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical .text-banner-content .description, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .text-banner-content .description, .search-page .cms-element-dsee-text-banner.vertical .text-banner-content .description {
  font-size: 14px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content {
  padding: 10px 0;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content .title {
  font-size: 14px;
  line-height: 16px;
  min-height: auto;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--medium, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--medium, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--medium, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--medium {
  font-size: 16px;
  line-height: 18px;
  min-height: 36px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--large, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--large, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--large, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content .title.is--large {
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title + .description, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title + .description, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content .title + .description, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content .title + .description {
  margin-top: 0;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.borderless .text-banner-content .description, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.borderless .text-banner-content .description, .cms-block-dsee-species-slider .cms-element-dsee-text-banner.borderless .text-banner-content .description, .search-page .cms-element-dsee-text-banner.borderless .text-banner-content .description {
  font-size: 14px;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner .category-link, .cms-block-dsee-category-slider .cms-element-dsee-text-banner .category-link, .cms-block-dsee-species-slider .cms-element-dsee-text-banner .category-link, .search-page .cms-element-dsee-text-banner .category-link {
  color: inherit;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner .category-link.normal-hover:hover, .cms-block-dsee-category-slider .cms-element-dsee-text-banner .category-link.normal-hover:hover, .cms-block-dsee-species-slider .cms-element-dsee-text-banner .category-link.normal-hover:hover, .search-page .cms-element-dsee-text-banner .category-link.normal-hover:hover {
  color: inherit;
  text-decoration: underline;
}
.cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner .category-link:hover, .cms-block-dsee-category-slider .cms-element-dsee-text-banner .category-link:hover, .cms-block-dsee-species-slider .cms-element-dsee-text-banner .category-link:hover, .search-page .cms-element-dsee-text-banner .category-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.cms-block-dsee-text-banner-grid .grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}
.cms-block-dsee-text-banner-grid .grid .cms-element-dsee-text-banner.vertical .description, .cms-block-dsee-text-banner-grid .grid .cms-element-dsee-text-banner.integrated .description {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
}
.cms-block-dsee-text-banner-grid .grid .cms-element-dsee-text-banner.vertical .text-banner-content, .cms-block-dsee-text-banner-grid .grid .cms-element-dsee-text-banner.integrated .text-banner-content {
  padding: 10px 0;
  border: none;
}
.cms-block-dsee-text-banner-grid .grid .banner1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
.cms-block-dsee-text-banner-grid .grid .banner1 .cms-element-dsee-text-banner {
  height: 100%;
}
.cms-block-dsee-text-banner-grid .grid .banner1 .cms-element-dsee-text-banner .image-wrapper {
  height: calc(100% - 52px);
  padding-bottom: 0;
}
.cms-block-dsee-text-banner-grid .grid .banner2 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
.cms-block-dsee-text-banner-grid .grid .banner3 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 4;
}
.cms-block-dsee-text-banner-grid .grid .banner4 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.cms-block-dsee-text-banner-grid .grid .banner5 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
.cms-block-dsee-text-banner-grid .grid .banner2 .cms-element-dsee-text-banner.integrated .image-wrapper, .cms-block-dsee-text-banner-grid .grid .banner3 .cms-element-dsee-text-banner.integrated .image-wrapper, .cms-block-dsee-text-banner-grid .grid .banner4 .cms-element-dsee-text-banner.integrated .image-wrapper, .cms-block-dsee-text-banner-grid .grid .banner5 .cms-element-dsee-text-banner.integrated .image-wrapper {
  padding-bottom: 80%;
}
.cms-block-dsee-species-slider .cms-element-dsee-text-banner.vertical .image-wrapper img {
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
}
.cms-section-sidebar-sidebar-content .cms-element-dsee-text-banner.vertical.squared .text-banner-content .title {
  font-size: 16px;
}
.cms-section-sidebar-sidebar-content .cms-element-dsee-text-banner.vertical.squared .text-banner-content .description {
  margin-top: 6px;
}
.cms-section-sidebar-sidebar-content .cms-element-dsee-text-banner.vertical.squared .actions {
  margin-top: 0;
}
.cms-section-sidebar-sidebar-content .cms-element-dsee-text-banner.vertical.squared .actions .btn {
  padding-top: 6px;
  color: #0071DB;
}
.cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical.borderless .title.is--large, .cms-block-dsee-category-slider .cms-element-dsee-text-banner.vertical.borderless .title.is--medium, .cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical.borderless .title.is--large, .cms-block-dsee-text-banner-slider .cms-element-dsee-text-banner.vertical.borderless .title.is--medium {
  min-height: 20px;
  margin-bottom: 4px;
}
.week-offer-box .cms-block-dsee-title .cms-block-container, .week-offer-box-orange .cms-block-dsee-title .cms-block-container, .week-offer-box-gold .cms-block-dsee-title .cms-block-container {
  height: 100px;
  position: relative;
}
.week-offer-box .cms-block-dsee-title .cms-block-container .cms-element-dsee-title, .week-offer-box-orange .cms-block-dsee-title .cms-block-container .cms-element-dsee-title, .week-offer-box-gold .cms-block-dsee-title .cms-block-container .cms-element-dsee-title {
  position: absolute;
  top: 8px;
  left: 20px;
  -ms-transform: rotate(-3deg);
  color: #FFFFFF;
  transform: rotate(-3deg);
}
.week-offer-box .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title, .week-offer-box-orange .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title, .week-offer-box-gold .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Lunchbox";
  display: inline-block;
  font-size: 35px;
  padding: 8px 14px 1px 14px;
  white-space: nowrap;
}
.week-offer-box .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle, .week-offer-box-orange .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle, .week-offer-box-gold .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle {
  color: #FFFFFF;
  margin-left: 40px;
  margin-top: -15px;
  padding: 10px 14px;
}
.week-offer-box .bg-image, .week-offer-box-orange .bg-image, .week-offer-box-gold .bg-image {
  background-size: cover !Important;
}
@media (min-width: 768px) {
  .week-offer-box .bg-image, .week-offer-box-orange .bg-image, .week-offer-box-gold .bg-image {
    background-size: auto !Important;
  }
}
.week-offer-box .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title, .week-offer-box .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle {
  background: #76C5C5;
}
.week-offer-box-orange .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title, .week-offer-box-orange .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle {
  background: #F2881D;
}
.week-offer-box-gold .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .title, .week-offer-box-gold .cms-block-dsee-title .cms-block-container .cms-element-dsee-title .subtitle {
  background: #EBB95C;
}
.breadcrumb-on-banner {
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  padding: 0 50px;
}
.breadcrumb-on-banner .breadcrumb {
  margin-bottom: 0;
  padding: 12px 0 0 0;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-item.home a {
  display: inline-block;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-item.home a span {
  display: inline-block;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-item.home a svg {
  height: auto;
  width: 45px;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-item:before {
  content: none;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-link {
  color: #222222;
  font-weight: normal;
  display: inline-block;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-link span {
  display: inline-block;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-link:hover span {
  text-decoration: underline;
}
.breadcrumb-on-banner .breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #222222;
}
@media (min-width: 1200px) {
  .breadcrumb-on-banner .breadcrumb {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-on-banner {
    padding: 0;
  }
}
.cms-block-dsee-text-banner-slider, .cms-block-dsee-text-banner-grid, .cms-block-b2b-banner-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-block-b2b-banner-slider {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .cms-block-b2b-banner-slider {
    padding: 30px 0;
  }
}
.cms-element-dsee-text-banner-slider:not(.display-type-grid) {
  padding-left: 0;
  padding-right: 50px;
  overflow: visible;
}
.full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-left: 50px;
  }
}
.full-width .cms-block-dsee-text-banner-full-width-slider .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
  padding: 0;
}
@media (min-width: 1300px) {
  .full-width .cms-block-dsee-text-banner-full-width-slider .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
}
.js-slider-initialized .cms-element-dsee-text-banner-slider:not(.display-type-grid) .text-banner-slider-container {
  display: flex;
}
.js-slider-initialized .cms-element-dsee-text-banner-slider:not(.display-type-grid) .text-banner-slider-container .dsee-text-banner-slider-item .cms-element-dsee-text-banner.vertical.squared {
  height: 100%;
}
.js-slider-initialized .cms-element-dsee-text-banner-slider:not(.display-type-grid) .text-banner-slider-container .dsee-text-banner-slider-item .cms-element-dsee-text-banner.vertical.squared .text-banner-content {
  height: 100%;
}
@media (min-width: 400px) {
  .boxed .cms-element-dsee-text-banner-slider:not(.display-type-grid), .full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-right: 0;
  }
  .boxed .cms-element-dsee-text-banner-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid), .boxed .cms-element-dsee-text-banner-slider:not(.display-type-grid) {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .full-width .cms-element-dsee-text-banner-slider:not(.display-type-grid) .tns-ovh, .boxed .cms-element-dsee-text-banner-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-text-banner-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .image-wrapper {
  padding-bottom: 72%;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b h2.title, .cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .title.h2 {
  font-size: 24px;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .actions .btn-primary {
  background: #E0F0F0;
  font-weight: bold;
  padding: 13px 15px;
  border-radius: 10px;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .actions .btn-primary span {
  font-size: 16px;
  line-height: normal;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .actions .btn-primary:hover {
  background: #76C5C5;
  color: #FFFFFF;
}
.cms-element-dsee-text-banner-slider .text-banner-slider-container.banner-type-b2b .actions .btn-primary:hover span {
  color: #FFFFFF;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider.has-nav {
  padding: 0;
}
.cms-block-dsee-text-banner-full-width-slider .cms-element-dsee-text-banner-slider .dsee-text-banner-slider:not(.js-slider-initialized) .dsee-text-banner-slider-item:not(:first-child) {
  display: none;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .tns-inner {
  margin-left: 0 !important;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls {
  display: inline-block;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-next {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: none;
  box-shadow: none;
  width: 50px;
  height: 50px;
  top: 37%;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev svg, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-next svg {
  fill: #FFFFFF;
  width: 12px;
  height: auto;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-next {
    top: 50%;
  }
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev {
  left: 25px;
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev {
    left: 25px;
    background: none;
  }
  .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-prev:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-next {
  right: 25px;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls.banner-slider-controls .base-slider-controls-next:hover {
  background: #222222;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-element-dsee-text-banner-slider .dsee-text-banner-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.cms-element-dsee-text-banner-slider.display-type-grid .text-banner-slider-container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 576px) {
  .cms-element-dsee-text-banner-slider.display-type-grid .text-banner-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-text-banner-slider.display-type-grid .text-banner-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner-slider.display-type-grid .text-banner-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
.cms-element-dsee-text-banner-slider .cms-element-dsee-text-banner {
  position: relative;
}
.cms-element-dsee-text-banner-slider .cms-element-dsee-text-banner .page-number-wrapper {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 13px;
}
.cms-element-dsee-text-banner-slider .cms-element-dsee-text-banner .image-wrapper.has-no-link:hover img {
  transform: none;
}
.cms-element-dsee-text-banner-slider .product-slider-controls-container {
  height: 0;
}
@media (min-width: 992px) {
  .cms-element-dsee-text-banner-slider .product-slider-controls-container {
    height: auto;
  }
  .cms-element-dsee-text-banner-slider .product-slider-controls-container.hide-control {
    height: 0;
  }
}
.centered-box .text-banner-slider-container {
  padding: 0;
}
@media (min-width: 1200px) {
  .centered-box .text-banner-slider-container {
    padding: 0 100px;
  }
}
.cms-block-dsee-recipe-one-column {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-block-dsee-recipe-slider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-recipe-slider {
  padding-left: 0;
  padding-right: 20px;
  overflow: hidden;
}
.full-width .cms-element-dsee-recipe-slider {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-recipe-slider {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-recipe-slider {
    padding-left: 50px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-recipe-slider .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .full-width .cms-element-dsee-recipe-slider, .boxed .cms-element-dsee-recipe-slider {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .full-width .cms-element-dsee-recipe-slider .tns-ovh, .boxed .cms-element-dsee-recipe-slider .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-recipe-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes {
  border-top: 1px solid #DDDDDD;
  padding: 30px 0;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes h3, .cms-element-dsee-recipe-slider .custom-detail-recipes .h3 {
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper {
  position: relative;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .image-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .image-wrapper .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper:hover .image-wrapper img {
  transform: scale(1.05);
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .recipe-info {
  position: relative;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .recipe-info .recipe-link {
  color: inherit;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-wrapper .recipe-info .recipe-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .product-slider-controls-container {
  height: 0;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-slider .base-slider-controls .base-slider-controls-next {
  top: 50%;
}
@media (min-width: 768px) {
  .cms-element-dsee-recipe-slider .custom-detail-recipes .dsee-recipe-slider .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-recipe-slider .custom-detail-recipes {
    padding-top: 52px;
  }
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider.has-nav {
  padding: 0;
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls {
  display: none;
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-next {
  top: 38%;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
@media (min-width: 768px) {
  .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls {
    display: flex;
  }
}
.cms-element-dsee-recipe-slider .recipe-grid-container {
  position: relative;
}
.cms-element-dsee-recipe-slider .recipe-grid-container .grid-recipe {
  padding-bottom: 25px;
}
.cms-element-dsee-recipe-slider .recipe-grid-container .grid-recipe.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
.cms-element-dsee-recipe-slider .show-all-boxes-button-container {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  z-index: 3;
}
.cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button {
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
}
.cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button:hover:before {
  background-color: transparent;
}
.cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button.d-none, .cms-element-dsee-recipe-slider .show-all-boxes-button-container .is-ctl-timewindowselection .checkout .show-all-boxes-button.checkout-aside, .is-ctl-timewindowselection .checkout .cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .cms-element-dsee-recipe-slider .show-all-boxes-button-container .is-ctl-register.is-act-checkoutregisterpage .checkout .show-all-boxes-button.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .cms-element-dsee-recipe-slider .show-all-boxes-button-container .is-ctl-checkout .checkout .show-all-boxes-button.checkout-aside, .is-ctl-checkout .checkout .cms-element-dsee-recipe-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside {
  display: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-recipe-slider {
    overflow: visible;
    padding-right: 50px;
  }
}
.cms-block-dsee-title {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-title {
  margin-bottom: 10px;
}
.cms-element-dsee-title .title {
  font-size: 22px;
  line-height: 1.1;
  color: inherit;
  font-weight: normal;
  margin-bottom: 0;
}
.cms-element-dsee-title .title.header-font-family-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-title .title.header-font-family-corporate {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-title .title.header-font-family-newsreader {
  font-family: Newsreader, TimesNewRoman, Georgia, serif;
}
.cms-element-dsee-title .title.header-font-family-gotham {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-title .title.header-font-family-lunchbox {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-title .title.header-font-family-premium {
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 1200px) {
  .cms-element-dsee-title .title {
    font-size: 24px;
  }
}
.cms-element-dsee-title .subtitle {
  margin-top: 5px;
  font-size: 16px;
}
.cms-element-dsee-title .more-column {
  display: flex;
  align-items: flex-start;
}
.cms-element-dsee-title .more-column.has-subtitle {
  align-items: flex-end;
}
.cms-element-dsee-title .more-column.normal-hover a {
  color: inherit;
}
.cms-element-dsee-title .more-column.normal-hover a:hover {
  color: inherit;
  border-bottom: 1px solid inherit;
}
.cms-element-dsee-title .more {
  text-align: right;
  padding-top: 4px;
}
.cms-element-dsee-title .more.has-subtitle {
  width: 100%;
}
.cms-element-dsee-title .more a {
  color: #0071DB;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.cms-element-dsee-title .more a:hover {
  border-bottom: 1px solid currentColor;
}
.boxed .cms-element-dsee-title {
  padding: 0;
}
.full-width .cms-element-dsee-title {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-title {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-title {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .full-width .cms-element-dsee-title {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
}
.cms-element-dsee-spacer {
  height: 50px;
}
.cms-element-dsee-spacer.is--tiny {
  height: 5px;
}
.cms-element-dsee-spacer.is--small {
  height: 50px;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-spacer.is--small {
    height: 33px;
  }
}
.cms-element-dsee-spacer.is--medium {
  height: 100px;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-spacer.is--medium {
    height: 75px;
  }
}
.cms-element-dsee-spacer.is--large {
  height: 150px;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-spacer.is--large {
    height: 100px;
  }
}
.cms-block-dsee-square-lovin {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-square-lovin .header {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
}
@media (min-width: 768px) {
  .cms-element-dsee-square-lovin .header {
    font-size: 24px;
  }
}
.cms-element-dsee-square-lovin .description {
  font-size: 14px;
  color: #222222;
}
@media (min-width: 768px) {
  .cms-element-dsee-square-lovin .description {
    font-size: 16px;
  }
}
.dsee-product-listing .pos-0.cms-block-image-text {
  display: none;
}
.cms-block-product-listing {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-product-listing-wrapper .cms-element-product-listing {
  overflow: hidden;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .is-ctl-navigation .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions {
    margin-top: 0;
  }
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .filter-panel-wrapper-toggle {
  border: 1px solid #F4F4F4;
  border-radius: 7px;
  background: #F4F4F4;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 15px;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .filter-panel-wrapper-toggle svg {
  width: 16px;
  margin-right: 5px;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .filter-panel-wrapper-toggle:hover {
  background: #FFFFFF;
  border-color: #222222;
  color: #222222;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .search-results-info .total {
  color: #666666;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .search-results-info .total {
  padding: 5px 10px 5px 0;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .search-results-info .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .search-results-info .custom-select:hover {
  color: #222222;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .sorting {
  border: none;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .sorting .form-select:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.cms-element-product-listing-wrapper .cms-element-product-listing .not-available-product-label {
  font-size: 25px;
  font-weight: bold;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .not-available-product-text {
  margin-top: 4px;
  font-size: 16px;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-col:not(.corporate-product-listing).odd {
  padding-right: 8px;
}
.cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-col:not(.corporate-product-listing).even {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-col:not(.corporate-product-listing).odd {
    padding-right: 15px;
  }
  .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-col:not(.corporate-product-listing).even {
    padding-left: 15px;
  }
}
.cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info {
  padding: 40px 10px 5px 10px;
}
.cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info .product-name {
  font-size: 18px;
}
@media (min-width: 768px) {
  .cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info .product-name {
    font-size: 24px;
  }
}
.cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info .product-name:hover {
  color: #0071DB;
}
@media (min-width: 768px) {
  .cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .cms-element-product-listing-wrapper .corporate-product-listing .box-corporate-product .corporate-product-info {
    padding: 50px 50px 30px 50px;
  }
}
.cms-element-product-listing-wrapper .pagination {
  justify-content: center;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cms-element-product-listing-wrapper .pagination {
    margin-top: 40px;
  }
}
.cms-block-product-slider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-product-slider {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.full-width .cms-element-product-slider {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-product-slider {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-product-slider {
    padding-left: 50px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-product-slider .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .full-width .cms-element-product-slider, .boxed .cms-element-product-slider {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .full-width .cms-element-product-slider .tns-ovh, .boxed .cms-element-product-slider .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-product-slider .tns-ovh {
  overflow: visible;
}
.cms-element-product-slider .product-slider.has-nav {
  padding: 0;
}
.cms-element-product-slider .product-slider .tns-inner {
  margin-left: 0 !important;
}
.cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-prev, .cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-element-product-slider .product-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item {
    width: 33.33%;
  }
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item:nth-child(n + 4) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-item {
    width: 25%;
  }
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-item:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-item {
    width: 20%;
  }
  .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-item:nth-child(n + 6) {
    display: none;
  }
}
.cms-element-product-slider .grid-product {
  padding-bottom: 25px;
}
.cms-element-product-slider .grid-product.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
@media (min-width: 768px) {
  .cms-element-product-slider .grid-product.box-preview {
    height: auto;
    -webkit-mask-image: none;
  }
}
@media (min-width: 992px) {
  .cms-element-product-slider .grid-product.small-box {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cms-element-product-slider .show-all-boxes-button-container {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  z-index: 3;
}
.cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button {
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
}
.cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button:hover:before {
  background-color: transparent;
}
.cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button.d-none, .cms-element-product-slider .show-all-boxes-button-container .is-ctl-timewindowselection .checkout .show-all-boxes-button.checkout-aside, .is-ctl-timewindowselection .checkout .cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .cms-element-product-slider .show-all-boxes-button-container .is-ctl-register.is-act-checkoutregisterpage .checkout .show-all-boxes-button.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .cms-element-product-slider .show-all-boxes-button-container .is-ctl-checkout .checkout .show-all-boxes-button.checkout-aside, .is-ctl-checkout .checkout .cms-element-product-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside {
  display: none;
}
.cms-element-product-slider .product-slider-controls-container {
  height: 10px;
}
@media (min-width: 768px) {
  .cms-element-product-slider .product-slider-controls-container {
    height: 21px;
  }
}
.product-slider-controls-prev:hover, .product-slider-controls-next:hover {
  background: #F4F4F4;
}
.base-slider .base-slider-controls .base-slider-controls-prev:hover, .base-slider .base-slider-controls .base-slider-controls-next:hover {
  background: #F4F4F4;
}
.cms-block-dsee-premium-product-slider .product-box .product-info .product-name {
  color: #002B57;
}
.cms-block-dsee-premium-product-slider .product-box .product-info .product-name:hover {
  font-size: 16px;
}
.cms-element-content-listing .pagination {
  justify-content: center;
}
.cms-element-content-listing .no-result-callout {
  margin-top: 40px;
}
.cms-block-dsee-category-teaser {
  width: 100%;
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner .text-banner-content .title {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner .text-banner-content .title.is--small {
  font-size: 36px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .cms-block-dsee-category-teaser .cms-element-dsee-text-banner .text-banner-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-gotham .title {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-gotham .title {
    font-size: 35px;
    line-height: 39px;
  }
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-lunchbox .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-akkurat .title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-akkurat .title {
    font-size: 35px;
    line-height: 39px;
  }
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-corporate .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-prata .title {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
}
.cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-prata .title.is--small {
  font-size: 36px;
  line-height: 46px;
}
@media (min-width: 768px) {
  .cms-block-dsee-category-teaser .cms-element-dsee-text-banner.header-font-prata .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.cms-block-dsee-category-teaser .has-horizontal-layout {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-block-dsee-category-teaser .has-centered-layout {
  max-width: 100%;
}
.cms-element-dsee-category-teaser {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  .cms-element-dsee-category-teaser {
    border-radius: 4px;
  }
}
.cms-element-dsee-category-teaser.align-center {
  justify-content: center;
  text-align: center;
}
.cms-element-dsee-category-teaser.align-center .content .breadcrumb {
  justify-content: center;
}
.cms-element-dsee-category-teaser.align-center .content .breadcrumb .is-active {
  font-weight: normal;
}
.cms-element-dsee-category-teaser .image-wrapper, .cms-element-dsee-category-teaser img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-element-dsee-category-teaser .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.cms-element-dsee-category-teaser .content {
  position: relative;
  display: block;
  padding: 75px 5%;
}
@media (min-width: 768px) {
  .cms-element-dsee-category-teaser .content {
    padding: 95px 5%;
  }
}
.cms-element-dsee-category-teaser .content.has-no-image {
  padding: 75px 5%;
}
.cms-element-dsee-category-teaser .content .breadcrumb {
  padding: 0;
}
.cms-element-dsee-category-teaser .content .breadcrumb a {
  color: currentColor;
}
.cms-element-dsee-category-teaser .content .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
  font-family: inherit;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cms-element-dsee-category-teaser .content .title {
    font-size: 50px;
  }
}
.cms-element-dsee-category-teaser .content .breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.cms-element-dsee-category-teaser .content .description {
  max-width: 600px;
}
.cms-element-dsee-category-teaser .content .description.line-clamp-1 {
  height: 16px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-category-teaser .content .description.line-clamp-2 {
  height: 32px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-category-teaser .content .description.line-clamp-3 {
  height: 48px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-element-dsee-category-teaser .content .description.line-clamp-4 {
  height: 64px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .cms-element-dsee-category-teaser .content .description {
    font-size: 16px;
  }
  .cms-element-dsee-category-teaser .content .description.line-clamp-1 {
    height: 22px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-category-teaser .content .description.line-clamp-2 {
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-category-teaser .content .description.line-clamp-3 {
    height: 66px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cms-element-dsee-category-teaser .content .description.line-clamp-4 {
    height: 88px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.cms-element-dsee-category-teaser.align-center .description {
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-category-teaser.header-font-gotham .title {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.cms-element-dsee-category-teaser.header-font-lunchbox .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-category-teaser.header-font-newsreader .title {
  font-family: Newsreader, TimesNewRoman, Georgia, serif;
}
.cms-element-dsee-category-teaser.header-font-prata .title {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-block-dsee-category-listing {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions {
  margin-top: 13px;
  margin-bottom: 15px;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle {
  display: inherit;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  background: #F4F4F4;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 15px;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle svg, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle svg, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle svg, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle svg {
  width: 16px;
  margin-right: 5px;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle:hover, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle:hover, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .filter-panel-wrapper-toggle:hover, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .filter-panel-wrapper-toggle:hover {
  background: #FFFFFF;
  border-color: #222222;
  color: #222222;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total {
  color: #666666;
  padding: 5px 0 5px 10px;
}
.cms-element-dsee-category-listing-wrapper .cms-listing-col, .cms-element-b2b-category-listing-wrapper .cms-listing-col {
  margin-bottom: 20px;
}
.cms-element-dsee-category-listing-wrapper .pagination, .cms-element-b2b-category-listing-wrapper .pagination {
  margin-top: 40px;
  justify-content: center;
}
.cms-block-dsee-recipe-listing {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions {
  margin-top: 12px;
  margin-bottom: 12px;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .filter-panel-wrapper-toggle {
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  background: #F4F4F4;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 15px;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .filter-panel-wrapper-toggle svg {
  width: 16px;
  margin-right: 5px;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .filter-panel-wrapper-toggle:hover {
  background: #FFFFFF;
  border-color: #222222;
  color: #222222;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  text-align: right;
}
.cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total {
  color: #666666;
  padding: 5px 0 5px 10px;
}
@media (min-width: 992px) {
  .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info {
    width: auto;
  }
}
.cms-element-dsee-recipe-listing-wrapper .cms-listing-col {
  margin-bottom: 20px;
}
.cms-element-dsee-recipe-listing-wrapper .pagination {
  justify-content: center;
}
.cms-block-dsee-text-block {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-text-block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cms-element-dsee-text-block.align-center-title .title, .cms-element-dsee-text-block.align-center-title .subtitle {
  text-align: center;
}
.cms-element-dsee-text-block.align-center .description, .cms-element-dsee-text-block.align-center .actions {
  text-align: center;
}
.cms-element-dsee-text-block .subtitle {
  line-height: 1.2;
  padding-bottom: 20px;
}
.cms-element-dsee-text-block .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  font-family: AkkuratPro, Arial, Verdana, sans-serif;
  margin-top: 50px;
  margin-bottom: 0;
  color: inherit;
}
.cms-element-dsee-text-block .title + .subtitle {
  margin-top: 6px;
  font-size: 16px;
}
.cms-element-dsee-text-block .title.is--large {
  font-size: 28px;
  margin-top: 75px;
}
.cms-element-dsee-text-block .title.is--large + .subtitle {
  font-size: 19px;
}
.cms-element-dsee-text-block .title.is--small {
  font-size: 20px;
  margin-top: 36px;
}
.cms-element-dsee-text-block .title.is--small + .subtitle {
  font-size: 16px;
}
.cms-element-dsee-text-block.header-font-akkurat .title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-text-block.header-font-corporate .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-text-block.header-font-newsreader .title {
  font-family: Newsreader, TimesNewRoman, Georgia, serif;
}
.cms-element-dsee-text-block.header-font-gotham .title {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.cms-element-dsee-text-block.header-font-lunchbox .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-text-block .description .image-wrapper:not(:first-child), .cms-element-dsee-text-block .description .description-text > *:not(:first-child):not(br) {
  margin-top: 24px;
}
.cms-element-dsee-text-block .description .description-text, .cms-element-dsee-text-block .description .image-wrapper, .cms-element-dsee-text-block .description .description-text > * {
  margin-bottom: 0;
}
.cms-element-dsee-text-block .description .description-text ul, .cms-element-dsee-text-block .description .description-text ol {
  padding-left: 25px;
  display: inline-block;
}
.cms-element-dsee-text-block .description .description-text ul li, .cms-element-dsee-text-block .description .description-text ol li {
  padding-left: 5px;
}
.cms-element-dsee-text-block .description .description-text ul li:not(:first-child), .cms-element-dsee-text-block .description .description-text ol li:not(:first-child) {
  margin-top: 5px;
}
.cms-element-dsee-text-block .description .description-text a {
  color: #0071DB;
}
.cms-element-dsee-text-block .description .description-text p {
  display: inline-block;
  width: 100%;
}
.cms-element-dsee-text-block .description {
  color: currentColor;
  font-size: 16px;
  line-height: 1.5;
}
.cms-element-dsee-text-block .description img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
}
.cms-element-dsee-text-block .description .media-subtitle {
  margin-top: 12px;
  font-size: 12px;
  padding-bottom: 30px;
}
.cms-element-dsee-text-block.media-position-start .description .image-wrapper {
  margin-bottom: 10px;
}
.cms-element-dsee-text-block.media-position-end .description .description-text {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-element-dsee-text-block.column-count-2 .description {
    column-count: 2;
    column-gap: 30px;
  }
  .cms-element-dsee-text-block.column-count-2 .description .description-text p, .cms-element-dsee-text-block.column-count-2 .description .description-text ul, .cms-element-dsee-text-block.column-count-2 .description .description-text li, .cms-element-dsee-text-block.column-count-2 .description .description-text div {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .cms-element-dsee-text-block.column-count-2 .description .description-text ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-text-block.column-count-3 .description {
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-text-block.column-count-3 .description {
    column-count: 3;
    column-gap: 30px;
  }
}
.cms-element-dsee-text-block .actions {
  margin-top: 20px;
}
.cms-element-dsee-text-block .actions a {
  padding: 8px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-right: 20px;
  text-decoration: none;
  color: currentColor;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cms-element-dsee-text-block .actions a:last-child {
  margin-right: 0;
}
.cms-element-dsee-text-block .actions a span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.cms-element-dsee-text-block .actions a:hover:not(.btn-primary) span:first-child {
  border-bottom: 1px solid currentColor;
}
.cms-element-dsee-text-block .actions a.btn-primary {
  border: 1px solid currentColor;
  padding: 8px 12px;
}
.cms-element-dsee-text-block .actions a.btn-primary:hover {
  background: #F4F4F4;
}
.transparent-hover .cms-element-dsee-text-block .actions a.btn-primary {
  position: relative;
}
.transparent-hover .cms-element-dsee-text-block .actions a.btn-primary:hover {
  background: inherit;
}
.transparent-hover .cms-element-dsee-text-block .actions a.btn-primary:hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-element-dsee-text-block .actions a.btn-secondary:first-child {
  color: #0071DB !important;
}
.cms-element-dsee-text-block .actions a.btn-secondary:first-child .arrow {
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
  text-decoration: none;
}
.cms-element-dsee-text-block .actions a.btn-secondary:first-child .arrow svg {
  height: 10px;
  fill: currentColor;
}
.cms-block-dsee-text-image, .cms-block-dsee-image-text {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
}
.cms-block-dsee-text-image .text-column .cms-element-dsee-text-block, .cms-block-dsee-image-text .text-column .cms-element-dsee-text-block {
  padding: 30px;
}
@media (min-width: 768px) {
  .cms-block-dsee-text-image .text-column, .cms-block-dsee-image-text .text-column {
    display: flex;
    align-items: center;
  }
}
.cms-block-dsee-text-image .text-column {
  order: 2;
}
.cms-block-dsee-text-image .image-column {
  order: 1;
}
@media (min-width: 768px) {
  .cms-block-dsee-text-image .text-column {
    order: 1;
  }
  .cms-block-dsee-text-image .image-column {
    order: 2;
  }
}
.cms-block-dsee-text-image .cms-element-dsee-text-banner {
  border-radius: 0;
}
.cms-block-dsee-text-image .cms-element-dsee-text-banner .image-wrapper {
  border-radius: 0;
}
.cms-block-dsee-image-text .cms-element-dsee-text-banner, .cms-block-dsee-text-image .cms-element-dsee-text-banner {
  border-radius: 0;
  height: 100%;
}
.cms-block-dsee-image-text .cms-element-dsee-text-banner .image-wrapper, .cms-block-dsee-text-image .cms-element-dsee-text-banner .image-wrapper {
  height: 100%;
}
.boxed .cms-block-dsee-image-text .cms-element-dsee-text-banner .image-wrapper, .boxed .cms-block-dsee-text-image .cms-element-dsee-text-banner .image-wrapper {
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .boxed .cms-block-dsee-image-text .cms-element-dsee-text-banner .image-wrapper, .boxed .cms-block-dsee-text-image .cms-element-dsee-text-banner .image-wrapper {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1300px) {
  .cms-block-dsee-image-text .cms-element-dsee-text-banner .image-wrapper, .cms-block-dsee-text-image .cms-element-dsee-text-banner .image-wrapper {
    border-radius: 4px;
  }
}
.boxed .cms-block-dsee-image-text .text-column, .boxed .cms-block-dsee-text-image .text-column {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .boxed .cms-block-dsee-image-text .text-column, .boxed .cms-block-dsee-text-image .text-column {
    border-radius: 0;
  }
}
.cms-block-dsee-image-text .text-column .cms-element-dsee-text-block .title, .cms-block-dsee-text-image .text-column .cms-element-dsee-text-block .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.cms-block-dsee-image-text .text-column .cms-element-dsee-text-block .description.has-no-title, .cms-block-dsee-text-image .text-column .cms-element-dsee-text-block .description.has-no-title {
  padding: 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-image-text .text-column .cms-element-dsee-text-block, .cms-block-dsee-text-image .text-column .cms-element-dsee-text-block {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .cms-block-dsee-image-text .text-column .cms-element-dsee-text-block, .cms-block-dsee-text-image .text-column .cms-element-dsee-text-block {
    padding: 0 30px;
  }
}
.cms-block-dsee-link-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-link-slider {
  padding-left: 0;
  padding-right: 50px;
  overflow: visible;
}
.full-width .cms-element-dsee-link-slider {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-link-slider {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-link-slider {
    padding-left: 50px;
  }
}
@media (min-width: 400px) {
  .boxed .cms-element-dsee-link-slider, .full-width .cms-element-dsee-link-slider {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-link-slider {
    padding-right: 0;
  }
  .boxed .cms-element-dsee-link-slider .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .boxed .cms-element-dsee-link-slider, .full-width .cms-element-dsee-link-slider {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .boxed .cms-element-dsee-link-slider .tns-ovh, .full-width .cms-element-dsee-link-slider .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-link-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-link-slider .dsee-link-slider.has-nav {
  padding: 0;
}
.cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-next {
  width: 25px;
  height: 25px;
  top: 45%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-prev {
  padding: 8px 8px 8px 7px;
  left: -12px;
}
.cms-element-dsee-link-slider .dsee-link-slider .base-slider-controls .base-slider-controls-next {
  padding: 8px 7px 8px 8px;
  right: -12px;
}
.cms-element-dsee-link-slider .dsee-link-slider-item {
  display: inline-block;
  vertical-align: top;
}
.cms-element-dsee-link-slider .dsee-link-slider-item .link {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 10px 14px;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
}
.cms-element-dsee-link-slider .dsee-link-slider-item .link:hover {
  background: #F1F4F6;
}
.cms-element-dsee-link-slider .dsee-link-slider-item .link.with-color {
  color: #FFFFFF;
  border: none;
  position: relative;
  display: inline-block;
}
.cms-element-dsee-link-slider .dsee-link-slider-item .link.with-color:hover {
  background: inherit;
  text-decoration: none;
}
.cms-element-dsee-link-slider .dsee-link-slider-item .link.with-color:hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-block-dsee-category-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-category-slider {
  padding-left: 0;
  padding-right: 50px;
  overflow: visible;
}
.cms-element-dsee-category-slider.display-type-grid {
  padding-right: 0;
}
.full-width .cms-element-dsee-category-slider:not(.display-type-grid) {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-category-slider:not(.display-type-grid) {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-category-slider:not(.display-type-grid) {
    padding-left: 50px;
  }
}
@media (min-width: 400px) {
  .boxed .cms-element-dsee-category-slider:not(.display-type-grid), .full-width .cms-element-dsee-category-slider:not(.display-type-grid) {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-category-slider:not(.display-type-grid) {
    padding-right: 0;
  }
  .boxed .cms-element-dsee-category-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .boxed .cms-element-dsee-category-slider:not(.display-type-grid), .full-width .cms-element-dsee-category-slider:not(.display-type-grid) {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .boxed .cms-element-dsee-category-slider:not(.display-type-grid) .tns-ovh, .full-width .cms-element-dsee-category-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-category-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-category-slider .dsee-category-slider.has-nav {
  padding: 0;
}
.cms-element-dsee-category-slider .dsee-category-slider .tns-inner {
  margin-left: 0 !important;
}
.cms-element-dsee-category-slider .dsee-category-slider .product-slider-controls-container {
  display: flex;
}
.cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-element-dsee-category-slider .dsee-category-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 576px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.three-box-column {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
.cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.mobile-two-box-column {
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
@media (min-width: 768px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.mobile-two-box-column {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.mobile-two-box-column {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.mobile-two-box-column.three-box-column {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
.cms-element-dsee-category-slider.display-type-grid .dsee-category-slider-container.mobile-box.two-box-column {
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
}
.cms-block-dsee-species-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-species-slider {
  padding-left: 0;
  padding-right: 50px;
  overflow: visible;
}
.full-width .cms-element-dsee-species-slider:not(.display-type-grid) {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-species-slider:not(.display-type-grid) {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-species-slider:not(.display-type-grid) {
    padding-left: 50px;
  }
}
@media (min-width: 400px) {
  .boxed .cms-element-dsee-species-slider:not(.display-type-grid), .full-width .cms-element-dsee-species-slider:not(.display-type-grid) {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-species-slider:not(.display-type-grid) {
    padding-right: 0;
  }
  .boxed .cms-element-dsee-species-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .boxed .cms-element-dsee-species-slider:not(.display-type-grid), .full-width .cms-element-dsee-species-slider:not(.display-type-grid) {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .boxed .cms-element-dsee-species-slider:not(.display-type-grid) .tns-ovh, .full-width .cms-element-dsee-species-slider:not(.display-type-grid) .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-species-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-species-slider .dsee-species-slider.has-nav {
  padding: 0;
}
.cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-element-dsee-species-slider .dsee-species-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.cms-element-dsee-species-slider.display-type-grid .dsee-species-slider-container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 576px) {
  .cms-element-dsee-species-slider.display-type-grid .dsee-species-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-species-slider.display-type-grid .dsee-species-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-species-slider.display-type-grid .dsee-species-slider-container {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
.cms-block-dsee-category-link-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-category-link-slider {
  padding-left: 0;
  padding-right: 50px;
  overflow: visible;
}
.full-width .cms-element-dsee-category-link-slider {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-category-link-slider {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-category-link-slider {
    padding-left: 50px;
  }
}
@media (min-width: 400px) {
  .boxed .cms-element-dsee-category-link-slider, .full-width .cms-element-dsee-category-link-slider {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-element-dsee-category-link-slider {
    padding-right: 0;
  }
  .boxed .cms-element-dsee-category-link-slider .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .boxed .cms-element-dsee-category-link-slider, .full-width .cms-element-dsee-category-link-slider {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .boxed .cms-element-dsee-category-link-slider .tns-ovh, .full-width .cms-element-dsee-category-link-slider .tns-ovh {
    overflow: hidden;
  }
}
.cms-element-dsee-category-link-slider .tns-ovh {
  overflow: visible;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider.has-nav {
  padding: 0;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-next {
  width: 46px;
  height: 46px;
  top: 45%;
  border-radius: 10px;
  box-shadow: none;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-prev:hover, .cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-next:hover {
  border-color: #222222;
  background: #FFFFFF;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-prev {
  padding: 8px 8px 8px 7px;
  left: -12px;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider .base-slider-controls .base-slider-controls-next {
  padding: 8px 7px 8px 8px;
  right: -12px;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider-item {
  display: inline-block;
  vertical-align: top;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider-item .link {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 12px 20px;
  line-height: normal;
  display: inline-block;
  font-size: 15px;
  color: #222222;
  background: #F1F4F6;
  text-decoration: none;
}
.cms-element-dsee-category-link-slider .dsee-category-link-slider-item .link:hover {
  border-color: #222222;
  background: #FFFFFF;
}
.cms-block-dsee-download-list {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-download-list .list-item {
  border-radius: 4px;
  padding: 20px;
  background: #F4F4F4;
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 20px;
  color: #222222;
  text-decoration: none;
}
.cms-element-dsee-download-list .list-item:not(:first-child) {
  margin-top: 5px;
}
.cms-element-dsee-download-list .list-item img {
  border-radius: 4px;
  max-width: 100%;
}
.cms-element-dsee-download-list .list-item svg {
  margin: 0 20px;
}
.cms-element-dsee-download-list .list-item .title {
  font-weight: bold;
  font-size: 16px;
}
.cms-element-dsee-download-list .list-item .description {
  color: #666666;
}
.cms-element-dsee-download-list .list-item:hover {
  color: #0071DB;
}
.cms-block-dsee-google-map {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-google-map {
  border-radius: 4px;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
@media (min-width: 576px) {
  .cms-element-dsee-google-map {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-google-map {
    padding-bottom: 40%;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-google-map {
    padding-bottom: 25%;
  }
}
.cms-section-default .cms-block-faq {
  display: none;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container {
  padding: 0 !important;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced {
  max-width: 80rem;
  margin: 0 auto;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .c108-faq-advanced-banner {
  height: 200px;
  background-position: center center;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .c108-faq-advanced-banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .c108-faq-advanced-banner .c108-faq-advanced-inside {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .c108-faq-advanced-banner {
    border-radius: 5px;
  }
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper {
  margin: 35px 10px;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info {
  margin-bottom: 12px;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #222222;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link:hover {
  text-decoration: none;
  border-color: #222222;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content {
  padding: 25px 20px;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-icon svg {
  height: 30px;
  width: auto;
  fill: #028E93;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-title, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-icon, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-subtext {
  text-align: center;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 25px 0;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper .faq-box-info .faq-box-link .faq-box-content .faq-box-subtext {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
@media (min-width: 768px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-box-wrapper {
    margin: 40px -10px;
  }
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper {
  padding: 0 30px;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .c108-faq-advanced-section-title {
  max-width: none;
  font-size: 19px;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #666666;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab {
  width: 100%;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab span, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab p, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab span, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab p {
  font-size: 16px;
  line-height: 24px;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab span, .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab span {
  padding: 15px 0 0 0;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab {
  border-bottom: none;
  padding: 0 0 15px 0;
  position: relative;
  background: #FFFFFF;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab span {
  color: #4A545B;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab:after {
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .questiontab.active span {
  font-weight: bold;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab {
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
}
.cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper .c108-faq-advanced-question-section .c108-faq-advanced-section-outer .answertab p {
  padding: 0;
  color: #4A545B;
}
@media (min-width: 768px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container .cms-element-faq-advanced .faq-questions-wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container {
    padding: 0 25px !important;
  }
}
@media (min-width: 992px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container {
    padding: 0 50px !important;
  }
}
@media (min-width: 1280px) {
  .cms-section-default .cms-block-faq-advanced .cms-block-container {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.cms-block-dsee-shipping-costs {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-shipping-costs {
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  background: #F4F4F4;
}
.cms-element-dsee-shipping-costs .label {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.cms-element-dsee-shipping-costs .form-inner {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 80px 1fr 100px;
  grid-gap: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.cms-element-dsee-shipping-costs select {
  padding: 9px 20px 9px 9px;
  background-position: top left;
}
.cms-element-dsee-shipping-costs .results.has-results {
  margin-top: 20px;
  text-align: left;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table {
  width: 100%;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table th {
  padding: 5px 15px;
  font-size: 13px;
  color: #222222;
  font-weight: 700;
  border: 1px solid #DDDDDD;
  text-align: center;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table th.large {
  width: 48%;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table th.medium {
  width: 25%;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table th.small {
  width: 3%;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table tr {
  font-size: 12px;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table td {
  border: 1px solid #DDDDDD;
  text-align: center;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table td.small {
  width: 5%;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table td.medium {
  width: 30%;
  padding: 5px;
}
@media (min-width: 768px) {
  .cms-element-dsee-shipping-costs .results .delivery-cost-table td.medium {
    padding: 0;
  }
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table td.with-logo {
  text-align: left;
  padding: 5px 5px 5px 51px;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table td.with-logo .logo-container {
  position: relative;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table .dsee-fish-logo {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table .dsee-fish-logo svg {
  height: auto;
  width: 30px;
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table .go-delivery-logo {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.cms-element-dsee-shipping-costs .results .delivery-cost-table .go-delivery-logo svg {
  height: auto;
  width: 30px;
}
.sw-cms-block-dsee-warehouse-search {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-element-dsee-warehouse-search {
  padding: 40px 20px;
  text-align: center;
  border-radius: 4px;
  background: #F1F4F6;
}
.cms-element-dsee-warehouse-search .title {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.cms-element-dsee-warehouse-search .subtitle {
  font-size: 16px;
  margin-bottom: 22px;
}
.cms-element-dsee-warehouse-search .warehouse-search-form {
  margin: 0 auto;
}
.cms-element-dsee-warehouse-search .warehouse-search-form .form-inner {
  display: flex;
}
.cms-element-dsee-warehouse-search .warehouse-search-form .form-inner input {
  width: 140px;
  border-radius: 10px 0 0 10px;
  height: 44px;
  font-size: 16px;
  padding: 0 0 0 20px;
  border: none;
}
.cms-element-dsee-warehouse-search .warehouse-search-form .form-inner button {
  width: 130px;
  background: #197999;
  border-radius: 10px;
  margin-left: -10px;
  font-weight: normal;
  font-size: 16px;
  padding: 0 17px;
}
.cms-element-dsee-warehouse-search .warehouse-search-form .form-inner button svg {
  width: auto;
  height: 19px;
  fill: #FFFFFF;
  padding-right: 8px;
}
.cms-element-dsee-warehouse-search .warehouse-search-form .form-inner button:hover {
  background: #4794AE;
}
.cms-element-dsee-warehouse-search .search-result .error-info-text {
  margin-top: 10px;
  color: #DA1E28;
}
.cms-element-youtube-video-player {
  position: relative;
}
.cms-element-youtube-video-player .image-wrapper .play-icon {
  display: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.cms-element-youtube-video-player .image-wrapper .play-icon svg {
  width: 100px;
  height: 100px;
  fill: #FFFFFF;
}
.cms-element-youtube-video-player .image-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.cms-element-youtube-video-player.video-is-playing .image-wrapper img, .cms-element-youtube-video-player.video-is-playing .image-wrapper .play-icon {
  display: none;
}
.cms-element-youtube-video-player.video-is-playing .shadow {
  display: none;
}
.cms-element-youtube-video-player.video-is-playing .plyr__poster {
  display: none;
}
.cms-element-dsee-job-offers .dsee-job-header {
  font-size: 24px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  position: relative;
}
.cms-element-dsee-job-offers .dsee-job-header .job-header-link {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  padding: 8px 12px;
  line-height: normal;
  font-weight: normal;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-job-offers .dsee-job-header .job-header-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-job-offers .dsee-job-header .job-header-link {
    display: inline-block;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.cms-element-dsee-job-offers .dsee-job-subheader {
  font-size: 16px;
  padding: 10px 0;
  text-align: right;
}
.cms-element-dsee-job-offers .dsee-job-filters {
  margin-top: 30px;
}
.cms-element-dsee-job-offers .dsee-job-filters form {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.cms-element-dsee-job-offers .dsee-job-filters form select {
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  margin-bottom: 10px;
}
.cms-element-dsee-job-offers .dsee-job-filters form select:hover {
  color: #222222;
}
.cms-element-dsee-job-offers .dsee-job-filters form select:focus {
  outline: none;
  box-shadow: none;
}
.cms-element-dsee-job-offers .job-list-header {
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
}
.cms-element-dsee-job-offers .job-list-header-title, .cms-element-dsee-job-offers .job-title {
  flex: 0 0 90%;
  width: 100%;
  font-weight: bold;
  padding-right: 0;
}
@media (min-width: 992px) {
  .cms-element-dsee-job-offers .job-list-header-title, .cms-element-dsee-job-offers .job-title {
    flex: 1 0 30%;
    width: 20%;
    font-weight: normal;
    padding-right: 15px;
  }
}
.cms-element-dsee-job-offers .job-title {
  padding-left: 0;
}
.cms-element-dsee-job-offers .job-list-header-department, .cms-element-dsee-job-offers .job-list-header-type, .cms-element-dsee-job-offers .job-list-header-location, .cms-element-dsee-job-offers .job-department, .cms-element-dsee-job-offers .job-type, .cms-element-dsee-job-offers .job-location {
  flex: 0 0 90%;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .cms-element-dsee-job-offers .job-list-header-department, .cms-element-dsee-job-offers .job-list-header-type, .cms-element-dsee-job-offers .job-list-header-location, .cms-element-dsee-job-offers .job-department, .cms-element-dsee-job-offers .job-type, .cms-element-dsee-job-offers .job-location {
    flex: 0 0 45%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-job-offers .job-list-header-department, .cms-element-dsee-job-offers .job-list-header-type, .cms-element-dsee-job-offers .job-list-header-location, .cms-element-dsee-job-offers .job-department, .cms-element-dsee-job-offers .job-type, .cms-element-dsee-job-offers .job-location {
    flex: 1 0 20%;
    width: 100%;
  }
}
.cms-element-dsee-job-offers .job-list-header-date, .cms-element-dsee-job-offers .job-date {
  flex: 0 0 90%;
  width: 100%;
}
@media (min-width: 768px) {
  .cms-element-dsee-job-offers .job-list-header-date, .cms-element-dsee-job-offers .job-date {
    flex: 0 0 45%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-job-offers .job-list-header-date, .cms-element-dsee-job-offers .job-date {
    flex: 1 0 10%;
    width: 10%;
  }
}
.cms-element-dsee-job-offers .job-date {
  padding-right: 0;
  padding-left: 0;
}
.cms-element-dsee-job-offers .job-list {
  font-size: 16px;
}
.cms-element-dsee-job-offers .job-list .job-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.cms-element-dsee-job-offers .job-list .job-list-item .job-link {
  color: #222222;
  word-break: break-word;
}
.cms-element-dsee-job-offers .job-list .job-list-item .job-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.cms-element-dsee-job-offers .job-list .job-list-item .info {
  color: #666666;
  font-size: 14px;
}
.cms-element-dsee-job-offers .job-list .job-list-item .job-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}
.cms-element-dsee-job-offers .job-list .job-list-item .job-arrow svg {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 400px) {
  .cms-element-dsee-job-offers .job-list .pagination-nav .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(2), .cms-element-dsee-job-offers .job-list .pagination-nav .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(3) {
    display: list-item;
  }
}
@media screen and (min-width: 480px) {
  .cms-element-dsee-job-offers .job-list .pagination-nav .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(4) {
    display: list-item;
  }
}
@media (min-width: 576px) {
  .cms-element-dsee-job-offers .job-list .pagination-nav .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(5) {
    display: list-item;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-job-offers .job-list .pagination-nav .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(6) {
    display: list-item;
  }
}
.cms-element-dsee-job-offers .cms-element-dsee-job-offer-listing-wrapper .cms-element-dsee-job-offer-listing .pagination {
  justify-content: center;
  margin-top: 30px;
}
.cms-element-dsee-content-info.gray-layout {
  background: #F1F4F6;
}
.cms-element-dsee-content-info.light-gray-layout {
  background: #F4F4F4;
}
.full-width .cms-element-dsee-content-info {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-content-info {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-content-info {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-content-info {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .highlight-headline {
  width: auto;
  display: inline-block;
  transform: rotate(-3deg);
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .highlight-headline.header-font-prata {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 5px 12px 0 12px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .highlight-headline.header-font-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 5px 12px 0 12px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .highlight-headline.header-font-lunchbox {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 12px 0 12px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .highlight-headline.header-font-corporate {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 12px 0 12px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info {
  padding: 0 30px;
  margin: 0 auto;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.no-margin-bottom {
  margin: 34px auto 0 auto;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h3 {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-prata, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-prata.h3 {
    font-size: 40px;
    line-height: 49px;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h3 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-akkurat, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-akkurat.h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h3 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-lunchbox, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-lunchbox.h3 {
    font-size: 48px;
    line-height: 44px;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h3 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h1.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h2.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info h3.header-font-corporate, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .header-font-corporate.h3 {
    font-size: 48px;
    line-height: 44px;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 670px;
  margin: 0 auto;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info p.intro {
  font-size: 20px;
  line-height: 30px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie {
  display: block;
  width: 68%;
  margin: -7px auto 5px auto;
}
@media (min-width: 768px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie {
    width: 29%;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie {
    width: 18%;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie svg {
  width: 100%;
  height: auto;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie svg .st0 {
  fill: #717070;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie hr {
  border-top: 1px solid #707070;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .logo-linie .has-line-color svg {
  fill: currentColor;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info .description-without-line {
  padding-top: 5px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout .h1, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout .h2, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout h3, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout .h3, .cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout p {
  color: #FFFFFF;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout .logo-linie svg {
  fill: #FFFFFF;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-container .content-info.white-layout hr {
  border-top: 1px solid #FFFFFF;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 20px 0 10px 0;
}
.full-width .cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions {
    padding: 0 50px;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action-wrapper {
  justify-content: center;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action:not(:last-child) {
    margin-bottom: 0;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  border: 1px solid inherit;
  color: #FFFFFF;
  position: relative;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button:hover {
  background: inherit;
  text-decoration: none;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button:hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.standard-button {
  border: 1px solid #222222;
  color: #222222;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.standard-button:hover {
  background: #F4F4F4;
  color: #222222;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.standard-button:hover:before {
  background-color: transparent;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.info-button {
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.info-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .content-action .content-button.info-button:hover:before {
  background-color: transparent;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions .link-to-shop {
  color: #197999;
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-actions {
    padding: 0;
    margin: 30px 0 0 0;
  }
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video {
  position: relative;
  padding: 20px 0 60px 0;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .embed-responsive {
  border-radius: 10px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .cms-element-youtube-video .cms-element-youtube-video__video {
  border-radius: 10px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .plyr--video {
  border-radius: 10px;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .plyr--video .plyr__control svg {
  fill: transparent;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .video-is-playing .play-icon {
  display: none;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  display: inherit;
}
.cms-element-dsee-content-info .dsee-content-info-wrapper .content-video .play-icon svg {
  width: 100px;
  height: 100px;
  fill: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-info .dsee-content-info-wrapper .content-video {
    padding: 0 0 60px 0;
  }
}
.dsee-information-page-slider {
  max-width: 1280px;
  margin: 0 auto;
}
.dsee-information-page-slider.has-no-quote .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
  top: auto;
  bottom: 24px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper {
  overflow: hidden;
  background: #FFFFFF;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element {
    height: 685px;
    padding-bottom: 0;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text.header-font-prata {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text.header-font-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text .title:not(:last-child) {
  margin-bottom: 10px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text svg {
  display: none;
  width: auto;
  height: 25px;
  fill: #FFFFFF;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text svg {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .additional-text {
    top: 120px;
    bottom: auto;
    left: 70px;
    font-size: 45px;
    line-height: 45px;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .long-text {
  max-height: 133px;
  overflow-x: auto;
  padding-right: 5px;
  position: relative;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info {
    width: 700px;
    left: 70px;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator .circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator .circle.active {
  background: #003C61;
  width: 26px;
  height: 26px;
  border: 5px solid #FFFFFF;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator .circle:not(:first-child) {
  margin-left: -5px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator .line {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: #808080;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .detail-element .information-slider-info .slider-navigator {
    margin-top: 40px;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .slider-info-mobile {
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .slider-info-mobile.craft {
  height: 187px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .slider-info-mobile .text-content {
  max-height: 95%;
  overflow-x: scroll;
  padding-right: 5px;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .slider-info-mobile .text-content.no-overflow {
  overflow: hidden;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .slider-info-mobile .text-content .additional-text {
  padding-top: 10px;
  font-size: 35px;
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 35px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element {
  width: 100%;
  padding: 20px 0;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element.without-author {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element.without-author {
    padding: 75px 150px 88px 150px;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  order: 2;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    text-align: right;
    margin: auto 0;
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content {
    width: 100%;
    text-align: right;
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content:not(.long):not(.partner) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text {
  max-width: 725px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-akkurat {
    font-size: 25px;
    line-height: 31px;
    padding: 0;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-prata {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-prata {
    font-size: 25px;
    line-height: 31px;
    padding: 0;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-content-wrapper {
    order: 1;
    max-height: 200px;
    overflow: hidden;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait .circular-frame {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait .circular-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait .circular-frame {
    margin: 0;
    width: 175px;
    height: 175px;
  }
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait {
    flex: 0 0 240px;
    max-width: 240px;
    padding-left: 40px;
    order: 2;
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait.partner {
    position: relative;
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element .quote-portrait.partner .circular-frame {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element {
    padding: 27px 120px 40px 120px;
    text-align: center;
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .information-page-wrapper .quote-element.without-cover {
    padding: 40px 120px;
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls {
  display: block;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: auto;
  height: 25px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  top: 35%;
  padding: 12px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next:hover, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next.centered, .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev.centered {
  top: 50%;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
  right: 35px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  left: 35px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-outer {
  position: relative;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
  z-index: 999;
  bottom: auto;
  top: calc(100vw + 136px);
  width: auto;
  max-width: 80rem;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
  padding: 0;
  position: relative;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button.tns-nav-active {
  background: #003C61;
  width: 26px;
  height: 26px;
  border: 5px solid #FFFFFF;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 12px;
  height: 1px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:not(:last-child).tns-nav-active::after {
  left: 21px;
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    bottom: auto;
    top: 64%;
    left: 35%;
    transform: translateX(-35%);
  }
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:hover {
    background: #808080;
    border-color: #808080;
  }
}
@media screen and (min-width: 1260px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    left: 31%;
    transform: translateX(-31%);
  }
}
@media screen and (min-width: 1330px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    left: 27%;
    bottom: auto;
    top: 66%;
    transform: translateX(-27%);
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
  bottom: auto;
  top: calc(100vw + 150px);
}
@media (min-width: 992px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    bottom: auto;
    top: 63%;
    left: 35%;
    transform: translateX(-35%);
  }
}
@media screen and (min-width: 1093px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    bottom: auto;
    top: 66%;
  }
}
@media screen and (min-width: 1260px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    left: 31%;
    transform: translateX(-31%);
  }
}
@media screen and (min-width: 1330px) {
  .dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    left: 27%;
    transform: translateX(-27%);
  }
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .information-page-wrapper .slider-info-mobile {
  height: 213px;
}
.dsee-information-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .information-page-wrapper .slider-info-mobile .text-content {
  max-height: 96%;
}
.dsee-information-page-slider ::-webkit-scrollbar {
  width: 10px;
}
.dsee-information-page-slider ::-webkit-scrollbar-track {
  background: transparent;
}
.dsee-information-page-slider ::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 5px;
}
.dsee-information-page-slider ::-webkit-scrollbar-thumb:hover {
  background: #F4F4F4;
}
.dsee-information-page-slider ::-webkit-scrollbar-corner {
  display: none;
}
.cms-element-dsee-retail-slider .retail-headline {
  font-size: 24px;
  line-height: 1.3;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 18px;
  color: inherit;
}
.cms-element-dsee-retail-slider .retail-subheadline {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.cms-element-dsee-retail-slider .retail-slider-wrapper .retail-slider-logo {
  position: relative;
}
.cms-element-dsee-retail-slider .retail-slider-wrapper .retail-slider-logo img {
  width: auto;
  height: 30px;
}
.cms-element-dsee-retail-slider .retail-slider-wrapper .retail-slider-logo .retail-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-element-dsee-retail-slider .product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item {
  padding-right: 20px;
  padding-bottom: 10px;
}
.full-width .cms-element-dsee-retail-slider {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-retail-slider {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-retail-slider {
    padding: 0 50px;
  }
}
@media (min-width: 1300px) {
  .full-width .cms-element-dsee-retail-slider {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
}
.cms-block-dsee-retail-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-block-dsee-supplier-slider {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-logo {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-logo {
    width: 25%;
  }
}
.cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-info {
  padding-left: 12px;
  display: inline-block;
  width: 75%;
}
.cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-info .supplier-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-info .supplier-description {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cms-block-dsee-supplier-slider .supplier-box-wrapper .supplier-box-info {
    width: 70%;
  }
}
.cms-block-dsee-supplier-slider .cms-element-dsee-supplier-slider {
  padding: 50px 0;
}
.cms-block-dsee-supplier-slider .cms-element-dsee-supplier-slider .dsee-supplier-slide .product-slider-controls-container .base-slider-controls {
  display: block;
}
.cms-block-dsee-supplier-slider .cms-element-dsee-supplier-slider .dsee-supplier-slide .tns-outer {
  overflow: hidden;
}
.cms-block-dsee-supplier-slider .cms-element-dsee-supplier-slider .supplier-headline {
  font-size: 22px;
  line-height: 1.1;
  color: inherit;
  font-weight: normal;
  margin-bottom: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 1200px) {
  .cms-block-dsee-supplier-slider .cms-element-dsee-supplier-slider .supplier-headline {
    font-size: 24px;
  }
}
.cms-element-dsee-trusted-shop-widget .review-slider {
  padding: 40px 0;
}
.cms-element-dsee-image-editorial {
  padding-top: 20px;
}
.boxed .cms-element-dsee-image-editorial {
  padding: 20px;
}
@media (min-width: 768px) {
  .boxed .cms-element-dsee-image-editorial {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-image-editorial {
    padding: 30px 40px 0 40px;
  }
}
@media (min-width: 1280px) {
  .boxed .cms-element-dsee-image-editorial {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
  }
}
.cms-element-dsee-image-editorial.gray-layout {
  background: #F1F4F6;
}
.cms-element-dsee-image-editorial.light-gray-layout {
  background: #F4F4F4;
}
.cms-element-dsee-image-editorial .image-info .cms-element-dsee-image-editorial-container .gallery-slider {
  overflow: visible;
}
.cms-element-dsee-image-editorial .image-info .cms-element-dsee-image-editorial-container .gallery-slider .tns-outer {
  overflow: hidden;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-single-image.square-box {
  padding-bottom: 100%;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-single-image.rectangle-box {
  padding-bottom: 0;
  min-height: 470px;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.has-light-box img {
  cursor: pointer;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.square-box {
  padding-bottom: 100%;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.rectangle-box {
  padding-bottom: 0;
  min-height: 470px;
}
.cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-info {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.full-width .cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-info {
  padding: 10px 20px 0 20px;
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-info {
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-info {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-image-editorial .image-info .gallery-slider-container .gallery-slider-item-container .gallery-info {
    height: 60px;
  }
}
.cms-element-dsee-image-editorial .image-info .base-slider .tns-nav button {
  background: #666666;
  height: 5px;
  width: 5px;
  padding: 5px;
  margin: 0 3px;
}
.cms-element-dsee-image-editorial .image-info .base-slider .tns-nav button.tns-nav-active {
  background: #FFFFFF;
}
.full-width .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
  top: 75%;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
    top: 85%;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
    top: auto;
    bottom: 70px;
  }
}
.boxed .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
  top: auto;
  bottom: 65px;
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
    top: 80%;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-element-dsee-image-editorial .image-info .base-slider .tns-nav {
    top: auto;
    bottom: 70px;
  }
}
.cms-element-dsee-image-editorial .image-info .base-slider button[data-action="start"], .cms-element-dsee-image-editorial .image-info .base-slider button[data-action="stop"] {
  display: none;
}
.cms-element-dsee-image-editorial .image-info .base-slider .gallery-slider-single-image.has-light-box img {
  cursor: pointer;
}
.cms-element-dsee-image-editorial .image-info .base-slider .gallery-info-single {
  padding: 10px 0 0 0;
  font-size: 14px;
}
.full-width .cms-element-dsee-image-editorial .image-info .base-slider .gallery-info-single {
  padding: 10px 20px 0 20px;
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-image-editorial .image-info .base-slider .gallery-info-single {
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial .image-info .base-slider .gallery-info-single {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-image-editorial .image-info .base-slider .gallery-info-single {
    height: 60px;
  }
}
.cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .tns-controls {
  display: none;
}
.cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .gallery-slider-container .gallery-slider-item-container .gallery-slider-item {
  padding-bottom: 100%;
}
.cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .gallery-slider-container .gallery-slider-item-container .gallery-slider-item img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.square-box, .cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.rectangle-box {
    padding-bottom: 0;
    min-height: 470px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial .image-info .base-slider.mobile-gallery .gallery-slider-container .gallery-slider-item-container .gallery-slider-item.square-box {
    padding-bottom: 100%;
    min-height: 0;
  }
}
.cms-element-dsee-image-editorial .image-info .base-slider .base-slider-controls {
  display: block;
}
.cms-element-dsee-image-editorial .image-info .base-slider .base-slider-controls .base-slider-controls-prev, .cms-element-dsee-image-editorial .image-info .base-slider .base-slider-controls .base-slider-controls-next {
  top: 44%;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog {
  overflow: hidden;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .tns-nav {
  display: none;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .modal-content {
  background: transparent;
  height: auto;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .modal-content .close {
  display: none;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .image-zoom-container {
  display: inherit;
  padding: 45px 45px 47px 45px;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-information {
  padding-top: 7px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-slider-image {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal {
  background: rgba(0, 0, 0, 0.8);
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider {
  height: 100%;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next {
  background: #FFFFFF;
  width: 35px;
  height: 35px;
  padding: 10px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1680px) {
  .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next {
    top: 35%;
    transform: translateY(-35%);
  }
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev:disabled, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev[disabled], .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next:disabled, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next[disabled] {
  display: none;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev svg, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next svg {
  width: auto;
  height: 18px;
  position: relative;
  top: -27px;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev:hover, .cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next:hover {
  background: #F4F4F4;
}
.cms-element-dsee-image-editorial .image-info .zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next svg {
  left: 2px;
}
.cms-element-dsee-image-editorial .gallery-text-info {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.full-width .cms-element-dsee-image-editorial .gallery-text-info {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-image-editorial .gallery-text-info {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial .gallery-text-info.horizontal-centered {
    margin: auto 0;
  }
}
.cms-element-dsee-image-editorial .gallery-text-info.font-prata h1, .cms-element-dsee-image-editorial .gallery-text-info.font-prata .h1, .cms-element-dsee-image-editorial .gallery-text-info.font-prata h2, .cms-element-dsee-image-editorial .gallery-text-info.font-prata .h2, .cms-element-dsee-image-editorial .gallery-text-info.font-prata h3, .cms-element-dsee-image-editorial .gallery-text-info.font-prata .h3 {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox h1, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox .h1, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox h2, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox .h2, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox h3, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox .h3 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox h2, .cms-element-dsee-image-editorial .gallery-text-info.font-lunchbox .h2 {
  font-size: 34px;
  line-height: 29px;
}
.cms-element-dsee-image-editorial .gallery-text-info.font-akkurat h1, .cms-element-dsee-image-editorial .gallery-text-info.font-akkurat .h1, .cms-element-dsee-image-editorial .gallery-text-info.font-akkurat h2, .cms-element-dsee-image-editorial .gallery-text-info.font-akkurat .h2, .cms-element-dsee-image-editorial .gallery-text-info.font-akkurat h3, .cms-element-dsee-image-editorial .gallery-text-info.font-akkurat .h3 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-image-editorial .gallery-text-info.font-corporate h1, .cms-element-dsee-image-editorial .gallery-text-info.font-corporate .h1, .cms-element-dsee-image-editorial .gallery-text-info.font-corporate h2, .cms-element-dsee-image-editorial .gallery-text-info.font-corporate .h2, .cms-element-dsee-image-editorial .gallery-text-info.font-corporate h3, .cms-element-dsee-image-editorial .gallery-text-info.font-corporate .h3 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-image-editorial .gallery-text-info h1, .cms-element-dsee-image-editorial .gallery-text-info .h1, .cms-element-dsee-image-editorial .gallery-text-info h2, .cms-element-dsee-image-editorial .gallery-text-info .h2, .cms-element-dsee-image-editorial .gallery-text-info h3, .cms-element-dsee-image-editorial .gallery-text-info .h3 {
  color: inherit;
}
.cms-element-dsee-image-editorial .gallery-text-info a {
  color: #0071DB;
}
@media (min-width: 768px) {
  .cms-element-dsee-image-editorial .gallery-text-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial .gallery-text-info.image-first {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-element-dsee-image-editorial .gallery-text-info h1, .cms-element-dsee-image-editorial .gallery-text-info .h1, .cms-element-dsee-image-editorial .gallery-text-info h2, .cms-element-dsee-image-editorial .gallery-text-info .h2, .cms-element-dsee-image-editorial .gallery-text-info h3, .cms-element-dsee-image-editorial .gallery-text-info .h3 {
  font-weight: normal;
}
@media (min-width: 768px) {
  .cms-element-dsee-image-editorial {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-image-editorial {
    padding-top: 50px;
  }
}
.cms-block-dsee-image-editorial {
  max-width: 1280px;
  margin: 0 auto;
}
.boxed .cms-block-dsee-image-editorial {
  padding: 0;
}
.cms-block-dsee-image-editorial.gray-layout {
  background: #F1F4F6;
}
.cms-block-dsee-image-editorial.light-gray-layout {
  background: #F4F4F4;
}
@media (min-width: 992px) {
  .cms-block-dsee-image-editorial {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .cms-block-dsee-image-editorial {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.dsee-quote-page-slider {
  max-width: 1280px;
  margin: 0 auto;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper {
  overflow: hidden;
  background: transparent;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element {
    height: 685px;
    padding-bottom: 0;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text.header-font-prata {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text.header-font-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text .title:not(:last-child) {
  margin-bottom: 10px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text svg {
  display: none;
  width: auto;
  height: 25px;
  fill: #FFFFFF;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text svg {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .additional-text {
    top: 120px;
    bottom: auto;
    left: 70px;
    font-size: 45px;
    line-height: 45px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .long-text {
  max-height: 133px;
  overflow-x: auto;
  padding-right: 5px;
  position: relative;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info {
    width: 700px;
    left: 70px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator .circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator .circle.active {
  background: #003C61;
  width: 26px;
  height: 26px;
  border: 5px solid #FFFFFF;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator .circle:not(:first-child) {
  margin-left: -5px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator .line {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: #808080;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .detail-element .quote-slider-info .slider-navigator {
    margin-top: 40px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .slider-info-mobile {
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .slider-info-mobile.craft {
  height: 187px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .slider-info-mobile .text-content {
  max-height: 95%;
  overflow-x: scroll;
  padding-right: 5px;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .slider-info-mobile .text-content.no-overflow {
  overflow: hidden;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .slider-info-mobile .text-content .additional-text {
  padding-top: 10px;
  font-size: 35px;
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 35px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element {
  width: 100%;
  padding: 20px 0;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element.without-author {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element.without-author {
    padding: 75px 150px 88px 150px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  order: 2;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper.without-portrait .quote-content .quote-text {
  max-width: 100%;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    text-align: right;
    margin: auto 0;
  }
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content {
    width: 100%;
    text-align: right;
  }
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content:not(.long):not(.partner) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text {
  max-width: 725px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-akkurat {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-akkurat {
    font-size: 25px;
    line-height: 31px;
    padding: 0;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-prata {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text.quote-font-prata {
    font-size: 25px;
    line-height: 31px;
    padding: 0;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-content-wrapper {
    order: 1;
    max-height: 200px;
    overflow: hidden;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait .circular-frame {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait .circular-frame img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait .circular-frame {
    margin: 0;
    width: 175px;
    height: 175px;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait {
    flex: 0 0 240px;
    max-width: 240px;
    padding-left: 40px;
    order: 2;
  }
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait.partner {
    position: relative;
  }
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element .quote-portrait.partner .circular-frame {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element {
    padding: 27px 120px 40px 120px;
    text-align: center;
  }
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .quote-page-wrapper .quote-element.without-cover {
    padding: 40px 120px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls {
  display: block;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: auto;
  height: 25px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  top: 50%;
  padding: 12px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next svg, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev svg {
  fill: #666666;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next:hover, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next:hover svg, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev:hover svg {
  fill: #FFFFFF;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next.centered, .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev.centered {
  top: 50%;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
  right: 0;
}
@media (min-width: 768px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
    right: 35px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  left: 0;
}
@media (min-width: 768px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
    left: 35px;
  }
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-outer {
  position: relative;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .quote-page-wrapper .slider-info-mobile {
  height: 213px;
}
.dsee-quote-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .quote-page-wrapper .slider-info-mobile .text-content {
  max-height: 96%;
}
.cms-block-dsee-article-pop-up {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 50px;
  overflow: visible;
}
.full-width .cms-block-dsee-article-pop-up {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-block-dsee-article-pop-up {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-block-dsee-article-pop-up {
    padding-left: 50px;
  }
}
@media (min-width: 400px) {
  .boxed .cms-block-dsee-article-pop-up, .full-width .cms-block-dsee-article-pop-up {
    padding-right: 80px;
  }
}
@media (min-width: 605px) {
  .boxed .cms-block-dsee-article-pop-up {
    padding-right: 0;
  }
  .boxed .cms-block-dsee-article-pop-up .tns-ovh {
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .full-width .cms-block-dsee-article-pop-up, .boxed .cms-block-dsee-article-pop-up {
    padding-left: min(50px, calc(1330px - 100vw));
    padding-right: min(50px, calc(1330px - 100vw));
  }
  .full-width .cms-block-dsee-article-pop-up .tns-ovh, .boxed .cms-block-dsee-article-pop-up .tns-ovh {
    overflow: hidden;
  }
}
.cms-block-dsee-article-pop-up .tns-ovh {
  overflow: visible;
}
.cms-block-dsee-article-pop-up .product-slider.has-nav {
  padding: 0;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content a {
  cursor: auto;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-pop-up-image {
  display: inline-block;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-pop-up-image .pop-image-wrapper {
  overflow: hidden;
  position: relative;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-pop-up-image .pop-image-wrapper img {
  border-radius: 5px;
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-number {
  margin-bottom: 5px;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-name-label {
  margin-bottom: 5px;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-name {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 9px 0;
  height: 70px;
}
.cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-name .article-name-label {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-block-dsee-article-pop-up .product-slider .article-pop-up-content .article-name {
    height: auto;
  }
}
.cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-prev, .cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 38%;
}
.cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-prev:disabled, .cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-prev[disabled], .cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-next:disabled, .cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.cms-block-dsee-article-pop-up .product-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item {
    width: 50%;
  }
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item:nth-child(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-item {
    width: 33.33%;
  }
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-item:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-item {
    width: 25%;
  }
  .cms-block-dsee-article-pop-up .product-slider:not(.js-slider-initialized) .product-slider-item:nth-child(n + 5) {
    display: none;
  }
}
.cms-block-dsee-article-pop-up .grid-product {
  padding-bottom: 20px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] {
  top: 2%;
}
@media (min-width: 1200px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] {
    top: 20px;
  }
}
@media (min-width: 1330px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] {
    top: 5%;
  }
}
.cms-block-dsee-article-pop-up div[id^="product-"] .pop-up-product-container {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] .pop-up-product-container {
    padding: 40px 50px;
  }
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-header {
  border-bottom: none;
  padding: 0;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-header .pop-up-product-close {
  font-size: 30px;
  margin: 0 -10px -10px auto;
  color: #222222;
  opacity: 1;
  border-radius: 50%;
  padding: 3px 15px;
  z-index: 10;
  border: none;
  background: transparent;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-header .pop-up-product-close svg {
  height: 20px;
  width: auto;
  margin-top: -1px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-header .pop-up-product-close:focus {
  outline: none;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-header .pop-up-product-close:hover {
  background: #F4F4F4;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body {
  padding: 0 !important;
  margin-top: -15px !important;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid {
  padding: 20px;
  background: #F4F4F4;
  border-radius: 10px;
  position: relative;
  margin-top: 25px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid {
    padding: 36px 40px;
  }
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item {
  text-align: center;
  line-height: 1;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item .image {
  padding: 0 15px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item img {
  width: 100%;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item .label {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item .description {
  margin-top: 1px;
  font-weight: bold;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .product-grid .product-grid-item .weight {
  margin-top: 1px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block {
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 0 24px 0 24px;
}
@media (min-width: 768px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block {
    padding: 0 50px 0 50px;
  }
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .pop-up-product-image {
  display: inline-block;
  position: relative;
  width: 250px;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .pop-up-product-image {
    width: 450px;
    height: auto;
  }
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .pop-up-product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .pop-up-info {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .product-weight {
  font-size: 18px;
  padding-top: 15px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .close-info-button-wrapper {
  padding-top: 15px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .close-info-button-wrapper .close-info-button {
  border-radius: 5px;
  padding: 11px 23px;
  background: #E0F0F0;
  color: #222222;
  line-height: normal;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .close-info-button-wrapper .close-info-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .product-headline {
  text-align: center;
  width: 100%;
  line-height: normal;
  margin-top: 15px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .product-headline .product-sku {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.cms-block-dsee-article-pop-up div[id^="product-"] .modal-body .pop-up-inner-block .product-headline .headline-gotham {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .cms-block-dsee-article-pop-up div[id^="product-"] .modal-dialog {
    max-width: 700px;
  }
}
.cms-element-dsee-article-pop-up {
  padding-top: 30px;
}
.cms-element-dsee-dropdown-grid.no-background {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.boxed .cms-element-dsee-dropdown-grid {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .boxed .cms-element-dsee-dropdown-grid {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-dropdown-grid {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-element-dsee-dropdown-grid {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
  }
}
.full-width .cms-element-dsee-dropdown-grid {
  padding: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-dropdown-grid {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-dropdown-grid {
    padding: 30px 80px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-dropdown-grid {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
    max-width: 1200px;
    margin: 0 auto;
  }
}
.full-width .cms-element-dsee-dropdown-grid.fullwidth-layout {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-dropdown-grid.fullwidth-layout {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-dropdown-grid.fullwidth-layout {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-dropdown-grid.fullwidth-layout {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
    max-width: 1280px;
    margin: 0 auto;
  }
}
.boxed .cms-element-dsee-dropdown-grid.fullwidth-layout {
  padding: 0;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper.gray-layout {
  background: #F1F4F6;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper.light-gray-layout {
  background: #F4F4F4;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper.gray-layout, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper.light-gray-layout {
  border-radius: 4px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-logo {
  background: #76C5C5;
  width: auto;
  display: inline-block;
  transform: rotate(-5deg);
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  padding: 8px 12px 0 12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info {
  padding: 0 30px;
  margin: 0 auto;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.no-margin-bottom {
  margin: 34px auto 0 auto;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-prata, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-prata.h2 {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-prata, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-prata.h2 {
    font-size: 40px;
    line-height: 49px;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-akkurat, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-akkurat.h2 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-akkurat, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-akkurat.h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-lunchbox, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-lunchbox.h2 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-lunchbox, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-lunchbox.h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-corporate, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-corporate.h2 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info h2.header-font-corporate, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .header-font-corporate.h2 {
    font-size: 48px;
    line-height: 44px;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 670px;
  margin: 0 auto;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info p.intro {
  font-size: 20px;
  line-height: 30px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie {
  display: block;
  width: 68%;
  margin: -7px auto 5px auto;
}
@media (min-width: 768px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie {
    width: 29%;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie {
    width: 18%;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie svg {
  width: 100%;
  height: auto;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie svg .st0 {
  fill: #717070;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .logo-linie hr {
  border-top: 1px solid #707070;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info .description-without-line {
  padding-top: 5px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout h1, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout .h1, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout h2, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout .h2, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout h3, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout .h3, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout p {
  color: #FFFFFF;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout .logo-linie svg {
  fill: #FFFFFF;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-container .content-info.white-layout hr {
  border-top: 1px solid #FFFFFF;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 10px 0;
}
.full-width .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
  max-width: 1080px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.boxed .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
  max-width: 980px;
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding: 0;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.single-content {
  justify-content: center;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.checker ul {
  padding: 0;
  margin-bottom: 0;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.checker ul li {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOC42IDE4LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4LjYgMTguNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzYyQjRCMjt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCQ0KCQk8cmVjdCBpZD0iUmVjaHRlY2tfMjUxNSIgeD0iMC4zIiB5PSIwLjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5NCAtMy41MDEzNTVlLTAyIDMuNTAxMzU1ZS0wMiAwLjk5OTQgLTAuMzIwMSAwLjMzMTUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNi42LDE0LjdjLTAuMywwLTAuNS0wLjEtMC43LTAuM2wtMy42LTMuNmMtMC40LTAuNC0wLjQtMSwwLTEuNHMxLTAuNCwxLjQsMGwyLjksMi45bDcuNi03LjYNCgkJYzAuNC0wLjQsMS0wLjQsMS40LDBzMC40LDEsMCwxLjRsLTguMyw4LjNDNy4xLDE0LjYsNi45LDE0LjcsNi42LDE0Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 21px;
  padding: 2px 0 0 27px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.normal ul {
  padding: 0 0 0 18px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.no-bullet ul {
  padding: 0;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action-wrapper.no-bullet ul li {
  list-style: none;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action:not(:last-child) {
    margin-bottom: 0;
  }
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container {
  text-align: left;
  padding: 12px 0;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
  word-break: break-word;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline.dropdown-opened {
  border-bottom: 1px solid #D1D1D1;
  line-height: 25px;
  display: inline-block;
  width: 100%;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline:not(.dropdown-opened) {
  cursor: pointer;
  padding-left: 38px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline[aria-expanded="true"] .arrow-up {
  display: block;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline[aria-expanded="true"] .arrow-down {
  display: none;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline .arrow-up {
  display: none;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline .arrow-down {
  display: block;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline .arrow-up svg, .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-headline .arrow-down svg {
  height: 12px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  fill: #577A92;
  z-index: 3;
  cursor: pointer;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-description {
  font-size: 16px;
  line-height: 21px;
  padding-left: 38px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-description ul li {
  margin-bottom: 15px;
  min-height: 24px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions .content-action .dropdown-container .dropdown-description ul li:first-child {
  margin-top: 20px;
}
.cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions.white-layout {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .cms-element-dsee-dropdown-grid .dsee-dropdown-grid-wrapper .content-actions {
    padding: 0;
    margin: 30px 0 0 0;
  }
}
.cms-element-dsee-button-slider {
  max-width: 1280px;
  margin: 0 auto;
}
.full-width .cms-element-dsee-button-slider {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-button-slider {
    padding: 0 50px;
  }
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-container {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action-wrapper {
  justify-content: center;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action {
  padding: 0 10px;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action:not(:last-child) {
    margin-bottom: 0;
  }
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  border: 1px solid inherit;
  color: #FFFFFF;
  position: relative;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button:hover {
  background: inherit;
  text-decoration: none;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button:hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button.standard-button {
  border: 1px solid #222222;
  color: #222222;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button.standard-button:hover {
  background: #F4F4F4;
  color: #222222;
}
.cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions .content-action .content-button.standard-button:hover:before {
  background-color: transparent;
}
@media (min-width: 992px) {
  .cms-element-dsee-button-slider .dsee-button-slider-wrapper .content-actions {
    padding: 0;
  }
}
.boxed .cms-element-dsee-content-text-block {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .boxed .cms-element-dsee-content-text-block {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-content-text-block {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-element-dsee-content-text-block {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
  }
}
.full-width .cms-element-dsee-content-text-block {
  padding: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-content-text-block {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-content-text-block {
    padding: 30px 80px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-content-text-block {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
    max-width: 1200px;
    margin: 0 auto;
  }
}
.boxed .cms-element-dsee-content-text-block.fullwidth-layout {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .boxed .cms-element-dsee-content-text-block.fullwidth-layout {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .boxed .cms-element-dsee-content-text-block.fullwidth-layout {
    padding: 30px 0;
  }
}
.full-width .cms-element-dsee-content-text-block.fullwidth-layout {
  padding: 20px;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-content-text-block.fullwidth-layout {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-content-text-block.fullwidth-layout {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-content-text-block.fullwidth-layout {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
    max-width: 1280px;
    margin: 0 auto;
  }
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info {
  padding: 0 30px;
  margin: 0 auto;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info.no-margin-bottom {
  margin: 34px auto 0 auto;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper {
  text-align: left;
  max-width: 855px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-image, .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-image {
  position: relative;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-image img {
  width: 100%;
  height: 100%;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-image .image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content {
  padding-top: 40px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content.white-layout {
  color: #FFFFFF;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content.white-layout .overview-headline {
  border-bottom: 1px solid #FFFFFF;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content.white-layout .overview-text.checker ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGZpbGw9IiNGRkZGRkYiPgogICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMy4zMzQ4MjQ1NjIwNzI3NTQsNi4zMTE3MDY1NDI5Njg3NSAwLjg0NzEyODg2ODEwMzAyNzMsMy44MjQwMDUxMjY5NTMxMjUgMCw0LjY2NTE3NjM5MTYwMTU2MjUgMy4zMzQ4MjQ1NjIwNzI3NTQsOCAxMC40OTM2NjE4ODA0OTMxNjQsMC44NDExNTYwMDU4NTkzNzUgOS42NTI0OTgyNDUyMzkyNTgsMCAiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-headline {
  font-size: 24px;
  border-bottom: 1px solid #D1D1D1;
  line-height: 25px;
  display: inline-block;
  width: 100%;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 21px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text.checker ul {
  padding: 0;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text.checker ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGZpbGw9IiM1NzdBOTIiPgogICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMy4zMzQ4MjQ1NjIwNzI3NTQsNi4zMTE3MDY1NDI5Njg3NSAwLjg0NzEyODg2ODEwMzAyNzMsMy44MjQwMDUxMjY5NTMxMjUgMCw0LjY2NTE3NjM5MTYwMTU2MjUgMy4zMzQ4MjQ1NjIwNzI3NTQsOCAxMC40OTM2NjE4ODA0OTMxNjQsMC44NDExNTYwMDU4NTkzNzUgOS42NTI0OTgyNDUyMzkyNTgsMCAiLz4KICAgIDwvZz4KPC9zdmc+Cg==");
  list-style: none;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 21px;
  padding-left: 27px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text.normal ul {
  padding: 0 0 0 18px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text.no-bullet ul {
  padding: 0;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text.no-bullet ul li {
  list-style: none;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text ul {
  margin-bottom: 0;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text ul li:first-child {
  margin-top: 15px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button {
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  color: #FFFFFF;
  position: relative;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button:hover {
  background: inherit;
  text-decoration: none;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button:hover :before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button.standard-button {
  border: 1px solid #222222;
  color: #222222;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button.standard-button:hover {
  background: #F4F4F4;
  color: #222222;
}
.cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content .overview-text .content-button.standard-button:hover:before {
  background-color: transparent;
}
@media (min-width: 992px) {
  .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper .content-container .content-info .overview-wrapper .overview-content {
    padding-top: 0;
  }
}
.cms-block-dsee-content-with-image.cms-block {
  margin-bottom: 0;
}
.boxed .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
  padding: 0;
}
@media (min-width: 768px) {
  .boxed .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .boxed .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
  }
}
.full-width .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
    max-width: 1200px;
    margin: 0 auto;
  }
}
.cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.light-gray-layout {
  background: #FFFFFF;
}
.cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.gray-layout .dsee-content-info-wrapper.gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.light-gray-layout .dsee-content-info-wrapper.gray-layout {
  background: #F1F4F6;
}
.cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.gray-layout .dsee-content-info-wrapper.gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.light-gray-layout .dsee-content-info-wrapper.gray-layout {
  background: #F4F4F4;
}
.cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.gray-layout .dsee-content-info-wrapper.gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.gray-layout .dsee-content-info-wrapper.light-gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.light-gray-layout .dsee-content-info-wrapper.gray-layout, .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.light-gray-layout .dsee-content-info-wrapper.light-gray-layout {
  border-radius: 4px 4px 0 0;
}
.cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.no-background .dsee-content-info-wrapper .content-info {
  padding: 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .headline-element .cms-element-dsee-content-info.no-background .dsee-content-info-wrapper .content-info {
    padding: 0 30px;
  }
}
.cms-block-dsee-content-with-image .headline-element:not(.no-background) {
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .headline-element:not(.no-background) {
    padding: 30px 0 0 0;
  }
}
.boxed .cms-block-dsee-content-with-image .headline-element.fullwidth-layout .cms-element-dsee-content-info {
  padding: 0;
}
.full-width .cms-block-dsee-content-with-image .headline-element.fullwidth-layout .cms-element-dsee-content-info {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-block-dsee-content-with-image .headline-element.fullwidth-layout .cms-element-dsee-content-info {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-block-dsee-content-with-image .headline-element.fullwidth-layout .cms-element-dsee-content-info {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-block-dsee-content-with-image .headline-element.fullwidth-layout .cms-element-dsee-content-info {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
    max-width: 1280px;
    margin: 0 auto;
  }
}
.cms-block-dsee-content-with-image .content-element.gray-layout .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper {
  background: #F1F4F6;
}
.cms-block-dsee-content-with-image .content-element.light-gray-layout .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper {
  background: #F4F4F4;
}
.cms-block-dsee-content-with-image .content-element.gray-layout .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper, .cms-block-dsee-content-with-image .content-element.light-gray-layout .cms-element-dsee-content-text-block .dsee-content-text-block-wrapper {
  border-radius: 0 0 4px 4px;
}
.boxed .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
  padding: 0;
}
@media (min-width: 768px) {
  .boxed .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .boxed .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .boxed .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
  }
}
.full-width .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block {
    padding-left: min(40px, calc(1330px - 100%));
    padding-right: min(40px, calc(1330px - 100%));
    max-width: 1200px;
    margin: 0 auto;
  }
}
.cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block .content-container .content-info .overview-wrapper {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .content-element .cms-element-dsee-content-text-block .content-container .content-info .overview-wrapper {
    padding: 30px 0;
  }
}
.boxed .cms-block-dsee-content-with-image .content-element.fullwidth-layout .cms-element-dsee-content-text-block {
  padding: 0;
}
.full-width .cms-block-dsee-content-with-image .content-element.fullwidth-layout .cms-element-dsee-content-text-block {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .full-width .cms-block-dsee-content-with-image .content-element.fullwidth-layout .cms-element-dsee-content-text-block {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-block-dsee-content-with-image .content-element.fullwidth-layout .cms-element-dsee-content-text-block {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-block-dsee-content-with-image .content-element.fullwidth-layout .cms-element-dsee-content-text-block {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
    max-width: 1280px;
    margin: 0 auto;
  }
}
.cms-block-dsee-content-with-image .content-element.has-no-description .cms-element-dsee-content-text-block .content-container .content-info .overview-wrapper {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .content-element.has-no-description .cms-element-dsee-content-text-block .content-container .content-info .overview-wrapper {
    padding: 0 0 30px 0;
  }
}
.cms-block-dsee-content-with-image .content-element:not(.no-background) {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .content-element:not(.no-background) {
    padding: 0 0 30px 0;
  }
}
.cms-block-dsee-content-with-image .content-element.no-background .content-container .content-info {
  padding: 0;
}
@media (min-width: 768px) {
  .cms-block-dsee-content-with-image .content-element.no-background .content-container .content-info {
    padding: 0 30px;
  }
}
.cms-element-dsee-banner-image {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.boxed .cms-element-dsee-banner-image .banner-desktop-image {
  border-radius: 4px;
}
.cms-element-dsee-banner-image .image-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cms-element-dsee-banner-image .image-wrapper.fullwidth-without-height img, .cms-element-dsee-banner-image .image-wrapper.has-height img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-element-dsee-banner-image .image-wrapper.has-height {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-banner-image .image-wrapper.fullwidth-without-height {
    min-height: 400px;
  }
}
.cms-element-dsee-banner-image .image-wrapper img {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}
.cms-element-dsee-banner-image .image-wrapper a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-element-dsee-banner-image.image-full-width {
  max-width: 100%;
}
.cms-block-b2b-category-grid.cms-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cms-block-b2b-category-grid {
  overflow: hidden;
}
.cms-block-b2b-category-grid .assortment-wrapper {
  height: 0;
  opacity: 0;
  transition: opacity 0.7s ease-in-out, height 0s;
}
.cms-block-b2b-category-grid .assortment-wrapper.active {
  height: auto;
  opacity: 1;
  transition: opacity 0.7s ease-in-out, height 0s 0.7s;
}
@media (min-width: 1200px) {
  .cms-block-b2b-category-grid .assortment-wrapper .row, .cms-block-b2b-category-grid .assortment-wrapper .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .cms-block-b2b-category-grid .assortment-wrapper .checkout-container, .cms-block-b2b-category-grid .assortment-wrapper .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-block-b2b-category-grid .assortment-wrapper .checkout-container, .cms-block-b2b-category-grid .assortment-wrapper .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .cms-block-b2b-category-grid .assortment-wrapper .checkout-container, .cms-block-b2b-category-grid .assortment-wrapper .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-b2b-category-grid .assortment-wrapper .checkout-container {
    margin-left: -22px;
    margin-right: -22px;
  }
  .cms-block-b2b-category-grid .assortment-wrapper .col-lg-3 {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cms-block-b2b-category-grid .category-item {
  margin-bottom: 20px;
  font-size: 16px;
}
.cms-block-b2b-category-grid .category-image-wrapper {
  position: relative;
  padding-top: 72.131%;
  /* 305:220 */
  margin-bottom: 8px;
  overflow: hidden;
}
.cms-block-b2b-category-grid .category-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s cubic-bezier(0, 0.97, 0.43, 1);
  -webkit-transition: transform 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cms-block-b2b-category-grid .category-image-wrapper a:hover img {
  transform: scale(1.05);
}
.cms-block-b2b-category-grid .category-dateline {
  display: block;
  font-weight: 300;
  height: 24px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-overflow: ellipsis;
}
.cms-block-b2b-category-grid .category-link {
  display: inline-block;
  color: #222222;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
}
.cms-block-b2b-category-grid .category-link:hover {
  color: #62B4B2;
}
.cms-block-b2b-category-grid .category-link svg {
  position: absolute;
  top: 0;
  left: -3px;
  width: 23px;
}
.cms-block-b2b-category-grid .category-link svg path {
  fill: #666666;
}
.cms-block-b2b-pdf-documents.cms-block {
  margin-top: 20px;
  margin-bottom: 40px;
}
.cms-block-b2b-pdf-documents {
  overflow: hidden;
}
.cms-block-b2b-pdf-documents .pdf-documents-filter .documents-list-item {
  padding-left: 18px;
  padding-right: 18px;
}
.cms-block-b2b-pdf-documents .pdf-documents-wrapper .document-col {
  display: none;
}
.cms-block-b2b-pdf-documents .pdf-documents-wrapper .document-col.show-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .cms-block-b2b-pdf-documents .pdf-documents-wrapper .row, .cms-block-b2b-pdf-documents .pdf-documents-wrapper .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .cms-block-b2b-pdf-documents .pdf-documents-wrapper .checkout-container, .cms-block-b2b-pdf-documents .pdf-documents-wrapper .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-block-b2b-pdf-documents .pdf-documents-wrapper .checkout-container, .cms-block-b2b-pdf-documents .pdf-documents-wrapper .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .cms-block-b2b-pdf-documents .pdf-documents-wrapper .checkout-container, .cms-block-b2b-pdf-documents .pdf-documents-wrapper .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-b2b-pdf-documents .pdf-documents-wrapper .checkout-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cms-block-b2b-pdf-documents .pdf-documents-wrapper .document-col {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cms-block-b2b-pdf-documents .pdf-documents-wrapper .document-col.show-desktop {
    display: block;
  }
}
.cms-block-b2b-pdf-documents .pdf-documents-action {
  text-align: center;
  margin: 20px 0 0;
}
.cms-block-b2b-pdf-documents .pdf-documents-action.hide-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .cms-block-b2b-pdf-documents .pdf-documents-action.hide-desktop {
    display: none;
  }
}
.cms-block-b2b-pdf-documents .pdf-documents-action .documents-load-more {
  display: inline-block;
  background: #76C5C5;
  border-radius: 10px;
  color: #222222;
  padding: 10px 20px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.cms-block-b2b-pdf-documents .pdf-documents-action .documents-load-more:hover {
  background: #62B4B2;
}
.cms-block-b2b-pdf-documents .document-item {
  margin-bottom: 20px;
  font-size: 16px;
}
.cms-block-b2b-pdf-documents .document-image-wrapper {
  position: relative;
  padding-top: 141.667%;
  /* 480:680 */
  margin-bottom: 8px;
}
.cms-block-b2b-pdf-documents .document-image-wrapper .document-image-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cms-block-b2b-pdf-documents .document-image-wrapper .document-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s cubic-bezier(0, 0.97, 0.43, 1);
  -webkit-transition: transform 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cms-block-b2b-pdf-documents .document-image-wrapper .document-image-link:hover img {
  transform: scale(1.05);
}
.cms-block-b2b-pdf-documents .document-image-wrapper .document-description {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.75);
  padding: 8px 10px;
}
.cms-block-b2b-pdf-documents .document-image-wrapper .document-new-label {
  position: absolute;
  left: -8px;
  bottom: 20%;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding: 4px 12px 0;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  background: #76C5C5;
  transform: rotate(-5deg);
}
.cms-block-b2b-pdf-documents .document-action {
  margin-left: 10px;
}
.cms-block-b2b-pdf-documents .document-name {
  margin-bottom: 0;
}
.cms-block-b2b-pdf-documents .document-link {
  display: inline-block;
  color: #222222;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
}
.cms-block-b2b-pdf-documents .document-link:hover {
  color: #62B4B2;
}
.cms-block-b2b-pdf-documents .document-link svg {
  position: absolute;
  top: 0;
  left: -3px;
  width: 23px;
}
.cms-block-b2b-pdf-documents .document-link svg path {
  fill: #666666;
}
.cms-block-b2b-pdf-documents .pdf-documents-top {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cms-block-b2b-pdf-documents .pdf-documents-top .pdf-documents-search {
  order: 1;
  margin-bottom: 1em;
}
.cms-block-b2b-pdf-documents .pdf-documents-top .pdf-documents-filter {
  order: 2;
}
@media (min-width: 768px) {
  .cms-block-b2b-pdf-documents .pdf-documents-top {
    flex-direction: row;
    justify-content: space-between;
  }
  .cms-block-b2b-pdf-documents .pdf-documents-top.search-only {
    justify-content: flex-end;
  }
  .cms-block-b2b-pdf-documents .pdf-documents-top .pdf-documents-search {
    order: 2;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .cms-block-b2b-pdf-documents .pdf-documents-top .pdf-documents-filter {
    order: 1;
  }
}
.cms-block-b2b-pdf-documents .search-widget-wrapper {
  position: relative;
  display: inline-block;
}
.cms-block-b2b-pdf-documents .search-input {
  font-size: 16px;
  line-height: 1;
  height: 30px;
  width: 280px;
  padding: 8px 48px 4px 18px;
  border: 1px solid #222222;
  border-radius: 15px;
  outline: none;
  background: #FFFFFF;
}
.cms-block-b2b-pdf-documents .search-btn {
  position: absolute;
  top: 3px;
  right: 18px;
  height: 24px;
  width: 24px;
  border: 0 none;
  padding: 0;
}
.cms-block-b2b-pdf-documents .search-btn:hover .search-icon svg, .cms-block-b2b-pdf-documents .search-btn:hover .search-icon svg path {
  color: #62B4B2;
  fill: #62B4B2;
}
.cms-block-b2b-pdf-documents .search-icon, .cms-block-b2b-pdf-documents .search-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.cms-block-b2b-pdf-documents .search-icon svg, .cms-block-b2b-pdf-documents .search-icon svg path {
  color: #222222;
  fill: #222222;
}
.cms-block-dsee-tile-grid.cms-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cms-block-dsee-tile-grid {
  overflow: visible;
}
.cms-block-dsee-tile-grid .tile-grid-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.cms-block-dsee-tile-grid .tile-grid-item .is-hover svg {
  transform: translateX(-6px) scale(-1);
}
.cms-block-dsee-tile-grid .tile-grid-image-wrapper {
  position: relative;
  padding-top: 75%;
  /* 4:3 */
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-block-dsee-tile-grid .tile-grid-image-wrapper {
    margin-bottom: 20px;
  }
}
.cms-block-dsee-tile-grid .tile-grid-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-block-dsee-tile-grid .tile-grid-topic {
  display: block;
  line-height: 35px;
}
.cms-block-dsee-tile-grid .tile-grid-topic, .cms-block-dsee-tile-grid .tile-grid-intro, .cms-block-dsee-tile-grid .tile-grid-content {
  font-size: 16px;
}
.cms-block-dsee-tile-grid .tile-grid-intro {
  font-weight: normal;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
.cms-block-dsee-tile-grid .tile-grid-title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  margin: 12px 0;
  height: 36px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cms-block-dsee-tile-grid .tile-grid-content, .cms-block-dsee-tile-grid .tile-grid-content-wrapper {
  background-color: #E0F0F0;
  padding: 24px 24px 84px;
  padding: 24px 16px 84px;
}
@media (min-width: 992px) {
  .cms-block-dsee-tile-grid .tile-grid-content, .cms-block-dsee-tile-grid .tile-grid-content-wrapper {
    padding: 32px 40px 108px;
  }
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-dark-blue, .cms-block-dsee-tile-grid .tile-grid-content.layout-turquoise, .cms-block-dsee-tile-grid .tile-grid-content.layout-purple, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-dark-blue, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-turquoise, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-purple {
  color: #FFFFFF;
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-dark-blue .tile-grid-action svg path, .cms-block-dsee-tile-grid .tile-grid-content.layout-turquoise .tile-grid-action svg path, .cms-block-dsee-tile-grid .tile-grid-content.layout-purple .tile-grid-action svg path, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-dark-blue .tile-grid-action svg path, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-turquoise .tile-grid-action svg path, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-purple .tile-grid-action svg path {
  fill: #FFFFFF;
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-dark-blue .tile-grid-title, .cms-block-dsee-tile-grid .tile-grid-content.layout-turquoise .tile-grid-title, .cms-block-dsee-tile-grid .tile-grid-content.layout-purple .tile-grid-title, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-dark-blue .tile-grid-title, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-turquoise .tile-grid-title, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-purple .tile-grid-title {
  color: #FFFFFF;
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-dark-blue, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-dark-blue {
  background-color: #344D63;
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-turquoise, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-turquoise {
  background-color: #ABD8D6;
}
.cms-block-dsee-tile-grid .tile-grid-content.layout-purple, .cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-purple {
  background-color: #685776;
}
.cms-block-dsee-tile-grid .tile-grid-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  line-height: 26px;
  background-color: #E0F0F0;
  transform: translateY(100.1%);
  opacity: 0;
  z-index: -1;
}
.cms-block-dsee-tile-grid .tile-grid-content b, .cms-block-dsee-tile-grid .tile-grid-content strong {
  font-weight: 700;
}
.cms-block-dsee-tile-grid .tile-grid-content.is-open {
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper {
  position: relative;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper:hover {
  background-color: #CEE7E7;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-dark-blue:hover {
  background-color: #243646;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-turquoise:hover {
  background-color: #8BC3C1;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper.layout-purple:hover {
  background-color: #503F5D;
}
.cms-block-dsee-tile-grid .tile-grid-content-wrapper:not(.has-no-image) {
  padding: 24px 24px 84px;
  padding: 24px 16px 84px;
}
@media (min-width: 992px) {
  .cms-block-dsee-tile-grid .tile-grid-content-wrapper:not(.has-no-image) {
    padding: 32px 40px 77px;
  }
}
.cms-block-dsee-tile-grid .tile-grid-item.has-no-image {
  overflow: visible;
}
.cms-block-dsee-tile-grid .tile-grid-item.has-no-image .tile-grid-content {
  bottom: auto;
  top: 0;
  transform: translateY(-100.1%);
}
.cms-block-dsee-tile-grid .tile-grid-item.has-no-image .tile-grid-content.is-open {
  transform: translateY(0);
}
.cms-block-dsee-tile-grid .tile-grid-action {
  width: 36px;
  position: absolute;
  bottom: 32px;
  left: 24px;
  cursor: pointer;
  left: 16px;
  bottom: 24px;
}
.cms-block-dsee-tile-grid .tile-grid-action .tile-grid-more {
  padding-right: 10px;
}
.cms-block-dsee-tile-grid .tile-grid-action svg {
  display: inline-block;
  width: 36px;
  transform: translateX(-6px);
  transition: transform 0.5s ease-in-out;
}
.cms-block-dsee-tile-grid .tile-grid-action svg path {
  fill: #666666;
}
.cms-block-dsee-tile-grid .tile-grid-action.intro {
  width: 142px;
  left: auto;
  right: 10px;
}
@media (min-width: 992px) {
  .cms-block-dsee-tile-grid .tile-grid-action.intro {
    left: auto;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .cms-block-dsee-tile-grid .tile-grid-action {
    left: 40px;
  }
}
.cms-block-dsee-tile-grid .has-link {
  position: relative;
}
.cms-block-dsee-tile-grid .has-link .tile-grid-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cms-block-dsee-newsletter-with-image {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cms-block-dsee-newsletter-with-image .newsletter-column {
  position: relative;
}
.cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #F1F4F6;
}
.cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .input-wrapper {
  max-width: 100%;
  display: flex;
}
.cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .input-wrapper.d-none, .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .is-ctl-timewindowselection .checkout .input-wrapper.checkout-aside, .is-ctl-timewindowselection .checkout .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .input-wrapper.checkout-aside, .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .is-ctl-register.is-act-checkoutregisterpage .checkout .input-wrapper.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .input-wrapper.checkout-aside, .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .is-ctl-checkout .checkout .input-wrapper.checkout-aside, .is-ctl-checkout .checkout .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box form .input-wrapper.checkout-aside {
  display: none;
}
@media (min-width: 768px) {
  .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .cms-block-dsee-newsletter-with-image .newsletter-column .cms-element-dsee-newsletter-box .newsletter-box {
    padding: 30px 40px;
  }
}
.cms-block-dsee-newsletter-with-image .newsletter-column.newsletter-first {
  order: 2;
}
@media (min-width: 768px) {
  .cms-block-dsee-newsletter-with-image .newsletter-column.newsletter-first {
    order: unset;
  }
}
.cms-block-dsee-newsletter-with-image .newsletter-column.image-first {
  order: 2;
}
@media (min-width: 768px) {
  .cms-block-dsee-newsletter-with-image .newsletter-column {
    background: #F1F4F6;
  }
}
.cms-block-dsee-newsletter-with-image .image-column .cms-element-dsee-text-block.media-position-start .description .image-wrapper {
  margin-bottom: 0;
}
.cms-block-dsee-newsletter-with-image .image-column .cms-element-dsee-text-block .description .description-text {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .cms-block-dsee-newsletter-with-image .image-column .cms-element-dsee-text-block .description .description-text {
    padding-bottom: 0;
  }
}
.cms-block-dsee-newsletter-with-image .image-column .cms-element-dsee-text-block .title {
  margin-top: 30px;
}
.cms-block-dsee-newsletter-with-image .image-column.has-media .title, .cms-block-dsee-newsletter-with-image .image-column.has-media .subtitle, .cms-block-dsee-newsletter-with-image .image-column.has-media .description-text {
  display: none;
}
@media (min-width: 768px) {
  .cms-block-dsee-newsletter-with-image .image-column {
    min-height: 195px;
  }
}
@media (min-width: 992px) {
  .cms-block-dsee-newsletter-with-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.full-width .cms-element-dsee-cross-selling-article {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-width .cms-element-dsee-cross-selling-article {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .full-width .cms-element-dsee-cross-selling-article {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .cms-element-dsee-cross-selling-article {
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
.cms-element-dsee-cross-selling-article .dsee-cross-selling-container {
  width: 100%;
  margin: 0 auto;
}
.cms-element-dsee-cross-selling-article .dsee-cross-selling-container h3, .cms-element-dsee-cross-selling-article .dsee-cross-selling-container .h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 1280px) {
  .cms-element-dsee-cross-selling-article .dsee-cross-selling-container {
    overflow: visible;
  }
}
.cms-element-dsee-cross-selling-article .dsee-cross-selling-container .dsee-cross-selling-content-wrapper {
  padding: 36px 0 0 0;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .cms-element-dsee-cross-selling-article .dsee-cross-selling-container .dsee-cross-selling-content-wrapper .product-cross-selling {
    padding: 0 18px;
    margin: 0 -18px;
  }
}
.cms-element-dsee-cross-selling-article .dsee-cross-selling-container .dsee-cross-selling-content-wrapper .product-cross-selling .cms-element-product-slider {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .cms-element-dsee-cross-selling-article .dsee-cross-selling-container .dsee-cross-selling-content-wrapper {
    padding: 52px 0 30px 0;
  }
}
@media (min-width: 768px) {
  .cms-block-dsee-cross-selling-article {
    overflow: visible;
  }
}
.product-detail-cross-selling-header {
  font-weight: normal;
}
.cms-block-dsee-timeline.cms-block {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 66px;
  padding-bottom: 66px;
}
.cms-block-dsee-timeline.cms-block .container, .cms-block-dsee-timeline.cms-block .cms-section .boxed, .cms-section .cms-block-dsee-timeline.cms-block .boxed, .cms-block-dsee-timeline.cms-block .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .cms-block-dsee-timeline.cms-block .breadcrumbs-container {
  background-color: #eff7f7;
}
.cms-block-dsee-timeline.cms-block .timeline-wrapper {
  position: relative;
  width: 100%;
  font-size: 1rem;
}
.cms-block-dsee-timeline.cms-block .container, .cms-block-dsee-timeline.cms-block .cms-section .boxed, .cms-section .cms-block-dsee-timeline.cms-block .boxed, .cms-block-dsee-timeline.cms-block .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .cms-block-dsee-timeline.cms-block .breadcrumbs-container {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .cms-block-dsee-timeline.cms-block {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .cms-block-dsee-timeline.cms-block .container, .cms-block-dsee-timeline.cms-block .cms-section .boxed, .cms-section .cms-block-dsee-timeline.cms-block .boxed, .cms-block-dsee-timeline.cms-block .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .cms-block-dsee-timeline.cms-block .breadcrumbs-container {
    background-color: #FFFFFF;
  }
  .cms-block-dsee-timeline.cms-block .timeline-wrapper {
    background-color: #eff7f7;
  }
}
.date-line {
  content: "";
  position: absolute;
  height: calc(100% + 122px);
  width: 1px;
  top: -56px;
  left: 15px;
  background-color: #194764;
}
@media (min-width: 768px) {
  .date-line {
    left: calc(50% - 1px);
  }
}
.date-graphic {
  position: absolute;
  height: 66px;
  width: 49px;
  top: 0;
  left: -9px;
  background: #e0f0f0;
}
.date-graphic:before, .date-graphic:after {
  content: "";
  position: absolute;
}
.date-graphic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, #e0f0f0, #c4e2e1);
}
.date-graphic:after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 10px solid #c4e2e1;
  border-bottom: 0;
}
.date-graphic.date-graphic-start {
  top: -66px;
}
.date-graphic.date-graphic-start:before {
  background: #e0f0f0;
}
.date-graphic.date-graphic-start:after {
  border-top: 10px solid #FFFFFF;
  bottom: auto;
  top: 0;
}
.date-graphic.date-graphic-end {
  top: auto;
  bottom: -66px;
  background: #FFFFFF;
}
.date-graphic.date-graphic-middle {
  height: 100%;
}
@media (min-width: 768px) {
  .date-graphic {
    width: 100px;
    left: calc(50% - 50px);
  }
  .date-graphic:before {
    height: calc(100% - 18px);
  }
  .date-graphic:after {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 18px solid #c4e2e1;
  }
}
.date-item {
  position: relative;
  padding: 30px 0 30px 50px;
}
@media (min-width: 768px) {
  .date-item {
    display: flex;
    gap: 180px;
    padding: 20px;
  }
  .date-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .date-item:nth-child(even) .date-image {
    text-align: right;
  }
  .date-item:nth-child(odd) .date-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .date-item:nth-child(odd) .date-title:before {
    left: auto;
    right: -94px;
  }
  .date-item:nth-child(odd) .date-title:after {
    left: auto;
    right: -90px;
  }
}
@media (max-width: 575.98px) {
  .date-item .date-title-empty + .date-headline, .date-item .date-title-empty + .date-text {
    padding-top: 16px;
  }
}
.date-image, .date-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .date-image, .date-content {
    width: 50%;
    margin-bottom: 10px;
  }
}
.date-image {
  text-align: left;
  line-height: 0;
}
.date-image img {
  width: 320px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .date-image {
    margin-top: 10px;
  }
}
.date-title, .date-headline, .date-text {
  max-width: 450px;
}
.date-title {
  position: relative;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.date-title:before, .date-title:after {
  content: "";
  position: absolute;
  bottom: -6px;
  background-color: #194764;
}
.date-title:before {
  left: -38px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.date-title:after {
  bottom: -3px;
  left: -35px;
  width: 310px;
  height: 1px;
}
@media (min-width: 768px) {
  .date-title:before {
    left: -94px;
  }
  .date-title:after {
    left: -90px;
  }
}
@media (min-width: 992px) {
  .date-title:after {
    width: 330px;
  }
}
.date-headline {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.date-text {
  margin-bottom: 0.75em;
}
.date-link {
  margin: 20px 0 0;
}
.date-link a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #222222;
  padding-right: 44px;
  overflow: hidden;
}
.date-link a svg {
  position: absolute;
  top: -6px;
  right: 2px;
  width: 36px;
  transition: transform 0.3s ease-in-out;
}
.date-link a svg path {
  fill: #222222;
}
.date-link a:hover {
  text-decoration: none;
  color: #62B4B2;
}
.date-link a:hover svg {
  transform: translateX(2px);
}
.cms-element-dsee-premium-content-info {
  background: url("/bundles/deutschesee/img/cms/bg-premium.jpeg") repeat left top;
  background-size: 1920px;
}
.cms-element-dsee-premium-content-info .content-container {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-premium-content-info .content-container .content-info {
  padding: 0 30px;
  margin: 0 auto;
}
.cms-element-dsee-premium-content-info .content-container .subtext {
  font-size: 35px;
  letter-spacing: 0.17px;
}
.cms-element-dsee-premium-content-info .content-container .headline {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-content-info .content-container .headline {
    letter-spacing: 0.25px;
    font-size: 50px;
    line-height: 1;
  }
}
.cms-element-dsee-premium-content-info .content-container .headline + .subtext {
  margin-top: -0.375em;
}
.cms-element-dsee-premium-content-info .content-container .subtext {
  font-family: Bellarina, TimesNewRoman, Georgia, serif;
  line-height: 1;
  color: #E40042;
  margin: 0 0 12px 0;
  max-width: none;
}
.cms-element-dsee-premium-content-info .content-container p {
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-content-info .content-container .description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-content-info .content-container.has-menu {
    margin: 50px 0 0 0;
  }
}
.cms-element-dsee-premium-content-info .dsee-menu-container {
  margin-top: 10px;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links {
  list-style: none;
  padding: 0;
  margin: 0 -20px 0 0;
  overflow-x: scroll;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a {
  color: #002B57;
  font-size: 16px;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  display: inline-block;
  position: relative;
  padding: 20px 0;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a:after {
  content: "";
  border-bottom: 2px solid transparent;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a:hover, .cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a.active {
  text-decoration: none;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a:hover:after, .cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links li a.active:after {
  border-bottom: 2px solid #E40042;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper .dsee-menu-links {
    margin: 0;
    overflow-x: hidden;
  }
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: url("/bundles/deutschesee/img/cms/bg-premium.jpeg") repeat left top;
  background-size: 1920px;
  text-align: left;
  padding-top: 0;
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper.sticky .dsee-menu-links {
  justify-content: normal;
}
.cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper.sticky .dsee-menu-links li:first-child {
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-content-info .dsee-menu-container .dsee-menu-wrapper.sticky {
    padding-top: 22px;
  }
}
.cms-element-dsee-premium-dropdown-grid {
  max-width: 1200px;
  margin: 0 auto;
  background: #F4F4F4;
}
.cms-element-dsee-premium-dropdown-grid .content-container {
  margin: 75px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cms-element-dsee-premium-dropdown-grid .content-container .content-info {
  padding: 0 30px;
  margin: 0 auto;
}
.cms-element-dsee-premium-dropdown-grid .content-container .subtext {
  font-size: 35px;
  letter-spacing: 0.17px;
}
.cms-element-dsee-premium-dropdown-grid .content-container .headline {
  margin-bottom: 10px;
}
.cms-element-dsee-premium-dropdown-grid .content-container .headline + .subtext {
  margin-top: -0.375em;
}
.cms-element-dsee-premium-dropdown-grid .content-container .subtext {
  font-family: Bellarina, TimesNewRoman, Georgia, serif;
  line-height: 1;
  color: #E40042;
  margin: 0 0 12px 0;
  max-width: none;
}
.cms-element-dsee-premium-dropdown-grid .content-container p {
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: left;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns.single-content {
  justify-content: center;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-action + .dropdown-action {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-dropdown-grid .dropdowns {
    margin-top: 65px;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-action {
    flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-action + .dropdown-action {
    margin-top: 0;
  }
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-container.dropdown-opened .dropdown-headline {
  padding-left: 0;
  border-bottom: 1px solid #E40042;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-container.dropdown-opened .dropdown-description {
  padding-left: 0;
  padding-top: 5px;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-container.dropdown-opened .dropdown-description ul li {
  margin-left: 0 !important;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-headline {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  line-height: calc(34 / 24);
  text-align: left;
  color: #002B57;
  cursor: pointer;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-headline:not(.dropdown-opened):before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-left: 3px solid #E40042;
  border-bottom: 3px solid #E40042;
  transition: all 0.3s ease-in-out;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-headline:not(.dropdown-opened).collapsed:before {
  transform: rotate(-45deg);
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-headline:not(.dropdown-opened):not(.collapsed):before {
  top: 11px;
  transform: rotate(135deg);
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-description {
  padding-top: 15px;
  color: #222222;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-description {
    padding-left: 40px;
  }
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-description ul {
  padding: 0;
  list-style: none;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns .dropdown-description ul li:not(:last-child) {
  margin: 0 0 15px;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns.dropdowns-list-style-dot ul li {
  position: relative;
  padding-left: 1em;
}
.cms-element-dsee-premium-dropdown-grid .dropdowns.dropdowns-list-style-dot ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0.125em;
  top: 0.575em;
  background: #002B57;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-dropdown-grid .dropdowns.dropdowns-list-style-dot .dropdown-description ul li {
    margin-left: -1em;
  }
}
.cms-block-dsee-premium-quote.cms-block {
  margin: 100px 0;
}
@media (max-width: 767.98px) {
  .cms-block-dsee-premium-quote.cms-block {
    margin: 50px 0;
  }
}
.cms-element-dsee-premium-quote {
  background: url("/bundles/deutschesee/img/cms/bg-premium.jpeg") repeat left top;
  background-size: 1920px;
}
.cms-element-dsee-premium-quote .dsee-premium-quote-wrapper {
  padding: 80px 20px;
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.cms-element-dsee-premium-quote .dsee-premium-quote-wrapper.without-portrait {
  padding: 40px 20px 48px 20px;
  max-width: 1280px;
}
.cms-element-dsee-premium-quote .dsee-premium-quote-wrapper.without-portrait .quote-content {
  flex-basis: 100%;
}
.cms-element-dsee-premium-quote .dsee-premium-quote-wrapper.without-portrait .quote-content .quote-text {
  text-align: center;
}
.cms-element-dsee-premium-quote .dsee-premium-quote-wrapper.without-portrait .quote-content .quote-author {
  justify-content: center;
}
@media (min-width: 1200px) {
  .cms-element-dsee-premium-quote .dsee-premium-quote-wrapper.without-portrait {
    padding: 40px 120px 48px 120px;
  }
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-quote .dsee-premium-quote-wrapper {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cms-element-dsee-premium-quote .dsee-premium-quote-wrapper .quote-content {
    order: 2;
    flex-basis: 100%;
  }
  .cms-element-dsee-premium-quote .dsee-premium-quote-wrapper .quote-image {
    order: 1;
    flex-basis: 100%;
  }
}
.cms-element-dsee-premium-quote .quote-content {
  display: flex;
  flex-basis: calc(100% - 250px);
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-quote .quote-content {
    max-width: 700px;
  }
}
.cms-element-dsee-premium-quote .quote-image {
  flex-basis: 220px;
  flex-direction: column;
  justify-content: center;
}
.cms-element-dsee-premium-quote .quote-image .quote-image-circle {
  width: 220px;
  height: 220px;
}
.cms-element-dsee-premium-quote .quote-image .quote-image-circle img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-quote .quote-image .quote-image-circle {
    width: 120px;
    height: 120px;
  }
}
.cms-element-dsee-premium-quote .quote-author {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  font-size: 14px;
  line-height: calc(18 / 14);
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-quote .quote-author {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.cms-element-dsee-premium-quote .quote-text {
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: calc(30 / 20);
  text-align: right;
  color: #002B57;
  margin-bottom: 0;
}
.cms-element-dsee-premium-quote .quote-text + .quote-author {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-quote .quote-text {
    text-align: center;
    font-size: 20px;
  }
}
.cms-element-dsee-premium-quote .quote-name {
  color: #E40042;
  font-family: Bellarina, TimesNewRoman, Georgia, serif;
  font-size: 30px;
}
.cms-element-dsee-premium-quote .quote-position {
  color: #002B57;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
}
.cms-block-dsee-premium-text.cms-block {
  margin: 70px 0;
}
@media (max-width: 767.98px) {
  .cms-block-dsee-premium-text.cms-block {
    margin: 60px 0;
  }
}
.cms-element-dsee-premium-text {
  padding: 0 20px;
}
.cms-element-dsee-premium-text .dsee-premium-text-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-text .dsee-premium-text-wrapper {
    max-width: 1200px;
  }
  .cms-element-dsee-premium-text .dsee-premium-text-wrapper .text-content {
    columns: 2;
    column-gap: 46px;
  }
}
.cms-block-dsee-premium-text-image.cms-block {
  margin: 70px 0 100px;
}
.cms-block-dsee-premium-text-image.cms-block + .cms-block-dsee-premium-text-image.cms-block {
  margin-top: -30px;
}
@media (max-width: 767.98px) {
  .cms-block-dsee-premium-text-image.cms-block {
    margin: 60px 0;
  }
  .cms-block-dsee-premium-text-image.cms-block + .cms-block-dsee-premium-text-image.cms-block {
    margin-top: 0;
  }
}
.cms-element-dsee-premium-text-image {
  padding: 0 20px;
}
.cms-element-dsee-premium-text-image.is-standard .premium-headline {
  color: #222222;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-premium-text-image.is-standard .premium-text {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-premium-text-image.is-standard .premium-text h1, .cms-element-dsee-premium-text-image.is-standard .premium-text .h1, .cms-element-dsee-premium-text-image.is-standard .premium-text h2, .cms-element-dsee-premium-text-image.is-standard .premium-text .h2, .cms-element-dsee-premium-text-image.is-standard .premium-text h3, .cms-element-dsee-premium-text-image.is-standard .premium-text .h3, .cms-element-dsee-premium-text-image.is-standard .premium-text h4, .cms-element-dsee-premium-text-image.is-standard .premium-text .h4, .cms-element-dsee-premium-text-image.is-standard .premium-text h5, .cms-element-dsee-premium-text-image.is-standard .premium-text .h5 {
  color: #222222;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-premium-text-image.is-standard .column-image .gallery-info, .cms-element-dsee-premium-text-image.is-standard .column-image .gallery-info-single {
  color: #222222;
  border-left: none;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.has-image-left .column-image {
  order: 1;
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.has-image-left .column-text {
  order: 2;
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-half .column-text, .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-half .column-image {
  flex-basis: calc(50% - 25px);
  width: calc(50% - 25px);
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-small .column-text {
  flex-basis: calc(62% - 25px);
  width: calc(62% - 25px);
}
.cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-small .column-image {
  flex-basis: calc(38% - 25px);
  width: calc(38% - 25px);
}
@media (max-width: 767.98px) {
  .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper .column-image, .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-half .column-image, .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-small .column-image {
    flex-basis: 100%;
    width: 100%;
    order: 1;
    max-width: 700px;
    margin: 0 auto;
  }
  .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper .column-text, .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-half .column-text, .cms-element-dsee-premium-text-image .dsee-premium-text-image-wrapper.is-small .column-text {
    flex-basis: 100%;
    width: 100%;
    order: 2;
    margin: 0 auto;
    padding: 0;
  }
}
.cms-element-dsee-premium-text-image .column-text {
  align-self: center;
  flex-basis: calc(38% - 25px);
  width: calc(38% - 25px);
  max-width: 700px;
  padding: 10px 0;
}
.cms-element-dsee-premium-text-image .column-text .text-content {
  color: #222222;
}
.cms-element-dsee-premium-text-image .column-image {
  flex-basis: calc(62% - 25px);
  width: calc(62% - 25px);
}
.cms-element-dsee-premium-text-image .column-image .base-slider {
  line-height: 0;
}
.cms-element-dsee-premium-text-image .column-image .base-slider .tns-ovh {
  overflow: hidden;
}
.cms-element-dsee-premium-text-image .column-image .base-slider .tns-nav {
  width: 100%;
  top: 10px;
  transform: none;
  left: 10px;
  margin: 5px 0;
  text-align: center;
}
.cms-element-dsee-premium-text-image .column-image .base-slider .tns-nav button {
  background: #666666;
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0 5px;
}
.cms-element-dsee-premium-text-image .column-image .base-slider .tns-nav button.tns-nav-active {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-text-image .column-image .base-slider .tns-nav {
    display: none;
  }
}
.cms-element-dsee-premium-text-image .column-image .gallery-info, .cms-element-dsee-premium-text-image .column-image .gallery-info-single {
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  padding: 0 10px 0;
  color: #002B57;
  font-size: 14px;
  line-height: calc(20 / 14);
  border-left: 2px solid #E40042;
  margin: 7px 0 0 20px;
}
@media (min-width: 768px) {
  .cms-element-dsee-premium-text-image .column-image .gallery-info, .cms-element-dsee-premium-text-image .column-image .gallery-info-single {
    margin: 7px 0 0 0;
  }
}
.cms-element-dsee-premium-text-image .column-image .gallery-slider-row {
  margin-bottom: 0;
}
.cms-element-dsee-premium-text-image .column-image .gallery-slider-item, .cms-element-dsee-premium-text-image .column-image .gallery-slider-single-image {
  overflow: hidden;
  height: 0;
  padding-top: 66.6666666667%;
}
.cms-element-dsee-premium-text-image .column-image.is-portrait .gallery-slider-item, .cms-element-dsee-premium-text-image .column-image.is-portrait .gallery-slider-single-image {
  padding-top: 150%;
}
.cms-element-dsee-premium-text-image .column-image.is-square .gallery-slider-item, .cms-element-dsee-premium-text-image .column-image.is-square .gallery-slider-single-image {
  padding-top: 100%;
}
.cms-element-dsee-premium-text-image .column-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cms-element-dsee-premium-text-image .column-image .base-slider {
  width: calc(100% + 40px);
  transform: translateX(-20px);
}
.cms-element-dsee-premium-text-image .column-image .gallery-info, .cms-element-dsee-premium-text-image .column-image .gallery-info-single {
  padding: 5px 10px 0;
}
.cms-element-dsee-premium-text-image .column-image .mobile-gallery .tns-controls {
  display: none;
}
.cms-element-dsee-premium-text-image .column-image.has-small-format .gallery-slider-single-image {
  padding-top: 30%;
}
.cms-element-dsee-premium-text-image .column-image.has-small-format .gallery-slider-single-image .gallery-slider-image {
  object-fit: contain;
}
@media (min-width: 768px) {
  .cms-element-dsee-premium-text-image .column-image.has-small-format .gallery-slider-single-image .gallery-slider-image {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .cms-element-dsee-premium-text-image {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-text-image {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-premium-text-image {
    padding: 0;
  }
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper {
  padding-top: 30px;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs h3, .cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .h3 {
  font-size: 25px;
  line-height: calc(40 / 35);
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs h3, .cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .h3 {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link {
  color: #002B57;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link.active {
  color: #002B57 !important;
  border-bottom: 1px solid #E40042 !important;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link.active span {
  font-weight: bold;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link:hover {
  color: #002B57;
  border-bottom: 1px solid #E40042;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-recipes .dsee-recipe-wrapper .recipe-info .recipe-link {
  color: #002B57;
}
.cms-element-dsee-premium-useful-info .preparation-tabs-wrapper .preparation-tabs .product-detail-recipes .dsee-recipe-wrapper .recipe-info .recipe-link:hover {
  color: #0071DB;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-useful-info .preparation-tabs-wrapper {
    padding-top: 0;
  }
}
.cms-element-dsee-premium-useful-info .dsee-info-banner-wrapper .preparation-tip-name, .cms-element-dsee-premium-useful-info .dsee-info-banner-wrapper .info-banner-title, .cms-element-dsee-premium-useful-info .product-detail-preparation-tips .preparation-tip-name, .cms-element-dsee-premium-useful-info .product-detail-preparation-tips .info-banner-title {
  color: #002B57;
}
.cms-element-dsee-premium-useful-info .dsee-info-banner-wrapper .preparation-tip-description, .cms-element-dsee-premium-useful-info .product-detail-preparation-tips .preparation-tip-description {
  font-size: 16px;
}
.cms-element-dsee-premium-useful-info .product-detail-preparation-tips .preparation-tip-media svg {
  fill: #002B57;
}
.cms-element-dsee-premium-top-seller .top-sellers-wrapper h3, .cms-element-dsee-premium-top-seller .top-sellers-wrapper .h3 {
  font-size: 25px;
  line-height: calc(40 / 35);
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-top-seller .top-sellers-wrapper h3, .cms-element-dsee-premium-top-seller .top-sellers-wrapper .h3 {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-top-seller .top-sellers-wrapper .product-box .top-seller-product-links {
  color: #002B57;
}
.cms-element-dsee-premium-highlight .product-detail-tabs-wrapper {
  padding-bottom: 0;
}
.cms-element-dsee-premium-highlight .highlight-tab-header {
  padding-top: 30px;
  font-size: 25px;
  line-height: calc(40 / 35);
  font-weight: 500;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-highlight .highlight-tab-header {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-highlight .highlight-tab .bundle-tab-header, .cms-element-dsee-premium-highlight .highlight-tab .highlight-header {
  padding: 25px 0 0 0;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #002B57;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-highlight .highlight-tab .bundle-tab-header, .cms-element-dsee-premium-highlight .highlight-tab .highlight-header {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-highlight .highlight-tab .product-detail-tab-navigation-list .product-detail-tab-navigation-link {
  padding: 15px 0 8px 0;
  color: #002B57;
  font-weight: bold;
}
.cms-element-dsee-premium-highlight .highlight-tab .product-detail-tab-navigation-list .product-detail-tab-navigation-link.active {
  color: #002B57 !important;
  border-bottom: 1px solid #E40042 !important;
  background-color: transparent;
}
.cms-element-dsee-premium-highlight .highlight-tab .product-detail-tab-navigation-list .product-detail-tab-navigation-link:hover {
  color: #002B57;
  border-bottom: 1px solid #E40042;
}
.cms-element-dsee-premium-highlight .highlight-tab .product-highlight svg {
  fill: #002B57;
}
.cms-element-dsee-premium-highlight .product-detail-tabs .product-nutrients .product-nutrients-label {
  color: #002B57;
}
.cms-element-dsee-premium-highlight .product-detail-tabs .product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-name {
  color: #002B57;
}
.cms-element-dsee-premium-highlight .product-detail-storage-info .storage-info-wrapper .storage-info-media svg {
  fill: #002B57;
}
.cms-element-dsee-premium-highlight .product-detail-consumer-info .consumer-info-wrapper .consumer-info-media svg {
  fill: #002B57;
}
.cms-element-dsee-premium-highlight .preparation-tip-description {
  font-size: 16px;
}
.cms-element-dsee-premium-article-question .product-questions h3, .cms-element-dsee-premium-article-question .product-questions .h3 {
  font-size: 25px;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-article-question .product-questions h3, .cms-element-dsee-premium-article-question .product-questions .h3 {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-article-question .product-questions .article-question-box .question-content-wrapper .question-text {
  color: #002B57;
}
.cms-element-dsee-premium-article-question .product-questions .article-question-box .question-content-wrapper .answer-wrapper {
  padding-left: 10px;
  border-left: 2px solid #E40042;
}
.cms-element-dsee-premium-article-question .pagination .page-item.active .page-link {
  background: #002B57;
}
.cms-element-dsee-premium-article-review .product-reviews h3, .cms-element-dsee-premium-article-review .product-reviews .h3 {
  font-size: 25px;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-article-review .product-reviews h3, .cms-element-dsee-premium-article-review .product-reviews .h3 {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-article-review .product-reviews h5, .cms-element-dsee-premium-article-review .product-reviews .h5 {
  color: #002B57;
}
.cms-element-dsee-premium-article-review .product-reviews .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .product-detail-review-item-title p {
  color: #002B57;
}
.cms-element-dsee-premium-article-review .product-reviews .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-author p {
  color: #002B57;
}
.cms-element-dsee-premium-article-review .pagination .page-item.active .page-link {
  background: #002B57;
}
.cms-element-dsee-premium-cross-selling .product-detail-tabs.product-detail-cross-selling {
  max-width: 100%;
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .cross-selling-container h3, .cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .cross-selling-container .h3 {
  font-size: 25px;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .cross-selling-container h3, .cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .cross-selling-container .h3 {
    font-size: 35px;
  }
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .product-cross-selling-tab-navigation .nav-tabs .nav-item .nav-link {
  color: #002B57 !important;
  font-weight: bold;
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .product-cross-selling-tab-navigation .nav-tabs .nav-item .nav-link.active {
  color: #002B57 !important;
  border-color: #E40042 !important;
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .product-cross-selling-tab-navigation .nav-tabs .nav-item .nav-link:hover {
  border-color: #E40042 !important;
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .product-box .product-info .product-name {
  color: #002B57;
}
.cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper .product-box .product-info .product-name:hover {
  color: #0071DB;
}
@media (min-width: 768px) {
  .cms-element-dsee-premium-cross-selling .product-detail-cross-selling-wrapper {
    background: #F4F4F4;
  }
}
.cms-element-dsee-useful-info .preparation-tabs-wrapper {
  padding-top: 30px;
}
.cms-element-dsee-useful-info .preparation-tabs-wrapper .preparation-tabs h3, .cms-element-dsee-useful-info .preparation-tabs-wrapper .preparation-tabs .h3 {
  font-size: 25px;
  line-height: calc(40 / 35);
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  .cms-element-dsee-useful-info .preparation-tabs-wrapper .preparation-tabs h3, .cms-element-dsee-useful-info .preparation-tabs-wrapper .preparation-tabs .h3 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-useful-info .preparation-tabs-wrapper {
    padding-top: 0;
  }
}
.cms-element-dsee-product-preparation .preparation-tabs h3, .cms-element-dsee-product-preparation .preparation-tabs .h3 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
}
.cms-element-dsee-product-preparation .preparation-tabs .product-detail-tabs-content {
  display: block;
  padding-top: 15px;
}
.cms-element-dsee-product-preparation .preparation-tabs .product-detail-tabs-content .offcanvas-close {
  display: none;
}
.cms-element-dsee-product-preparation .preparation-tabs .product-detail-tabs-content .grid-recipe {
  padding-bottom: 25px;
}
.cms-element-dsee-product-preparation .preparation-tabs .product-detail-tabs-content .grid-recipe.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
@media (min-width: 768px) {
  .cms-element-dsee-product-preparation .preparation-tabs .product-detail-tabs-content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cms-element-dsee-product-preparation .preparation-tabs {
    padding-top: 30px;
    border-top: 1px solid #DDDDDD;
  }
}
.cms-element-dsee-product-preparation .product-detail-tabs-content {
  display: block;
  padding-top: 15px;
}
.cms-element-dsee-product-preparation .product-detail-tabs-content .offcanvas-close {
  display: none;
}
@media (min-width: 768px) {
  .cms-element-dsee-product-preparation .product-detail-tabs-content {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .cms-element-dsee-product-preparation {
    padding-right: 10px;
  }
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-preparation {
  margin-bottom: 30px;
}
.cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper {
  margin-top: 5px;
  padding: 0 0 20px 40px;
}
.cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .tab-loader {
  margin-top: 40px;
}
.cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .tab-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .product-tabs .nav-tabs .nav-link, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .product-detail-cross-selling .card-tabs .nav-tabs .nav-link, .product-detail-cross-selling .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .card-tabs .nav-tabs .nav-link {
  padding: 5px 0 8px 0;
}
.cms-element-dsee-corporate-product-slider h3, .cms-element-dsee-corporate-product-slider .h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-description {
  margin-bottom: 30px;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-highlights {
  margin-bottom: 30px;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper {
  margin-top: 5px;
  padding: 0 0 20px 40px;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper .tab-loader {
  margin-top: 40px;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper .tab-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper .product-tabs .nav-tabs .nav-link, .product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper .product-detail-cross-selling .card-tabs .nav-tabs .nav-link, .product-detail-cross-selling .product-scroll-buy-box-enabled .cms-element-dsee-product-highlights .bundle-tab-content-wrapper .card-tabs .nav-tabs .nav-link {
  padding: 5px 0 8px 0;
}
.cms-element-dsee-breadcrumb {
  margin: 20px 0;
}
.cms-element-dsee-breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
}
.cms-element-dsee-breadcrumb .breadcrumb a {
  color: #666666;
}
.cms-element-dsee-breadcrumb .breadcrumb .is-active {
  font-weight: normal;
}
.cms-element-dsee-breadcrumb .breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.cms-element-dsee-breadcrumb .breadcrumb .breadcrumb-placeholder {
  display: inline-block;
}
.cms-element-dsee-breadcrumb .breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #666666;
}
.limited-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs .tab-content, .cms-element-dsee-premium-article-question .product-questions-inner .product-detail-articlquestions, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .squarelovin-container, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .product-detail-review-content, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .tab-content, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions .product-questions-inner, .cms-element-dsee-article-highlight-tabs .product-highlight-tabs, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .squarelovin-container, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .product-detail-review-content {
  max-width: 100%;
}
@media (min-width: 992px) {
  .limited-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs .tab-content, .cms-element-dsee-premium-article-question .product-questions-inner .product-detail-articlquestions, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .squarelovin-container, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .product-detail-review-content, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .tab-content, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions .product-questions-inner, .cms-element-dsee-article-highlight-tabs .product-highlight-tabs, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .squarelovin-container, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .product-detail-review-content {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .limited-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs .tab-content, .cms-element-dsee-premium-article-question .product-questions-inner .product-detail-articlquestions, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .squarelovin-container, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner .product-detail-review-content, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs .tab-content, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions .product-questions-inner, .cms-element-dsee-article-highlight-tabs .product-highlight-tabs, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .squarelovin-container, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner .product-detail-review-content {
    max-width: 66.6666666667%;
  }
}
.full-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner {
  max-width: 80rem;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .full-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1380px) {
  .full-width-element, .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .full-width .full-width-element, .full-width .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-highlight .full-width .product-detail-tabs, .full-width .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-question .full-width .product-questions-inner, .full-width .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-premium-article-review .product-reviews .full-width .product-reviews-inner, .full-width .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .full-width .product-detail-tabs, .full-width .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .full-width .product-questions, .full-width section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .full-width .product-reviews-inner {
    margin: 0 auto;
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
@media screen and (min-width: 1380px) {
  .full-width .full-width-element, .full-width .cms-element-dsee-premium-highlight .product-detail-tabs, .cms-element-dsee-premium-highlight .full-width .product-detail-tabs, .full-width .cms-element-dsee-premium-article-question .product-questions-inner, .cms-element-dsee-premium-article-question .full-width .product-questions-inner, .full-width .cms-element-dsee-premium-article-review .product-reviews .product-reviews-inner, .cms-element-dsee-premium-article-review .product-reviews .full-width .product-reviews-inner, .full-width .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .product-detail-tabs, .cms-element-dsee-article-highlight .product-detail-tabs-wrapper .full-width .product-detail-tabs, .full-width .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .product-questions, .cms-element-dsee-article-question:not(.product-scroll-buy-box-enabled .cms-element-dsee-article-question) .full-width .product-questions, .full-width section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .product-reviews-inner, section:not(.product-scroll-buy-box-enabled):not(:has(.cms-block-dsee-corporate-product-header)) .cms-block .cms-element-dsee-article-review .product-reviews .full-width .product-reviews-inner {
    margin: 0 auto;
  }
}
.alert {
  border-radius: 4px;
  overflow: hidden;
  border: none;
  padding: 10px;
  position: relative;
}
.alert:has(svg) {
  padding-left: 58px;
}
.alert svg {
  height: 18px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.alert.alert-success {
  background-color: #E8F5EC;
}
.alert.alert-success svg {
  fill: #24A148;
}
.alert.alert-success .alert-content-container {
  background-color: #E8F5EC;
  color: #24A148;
}
.alert.alert-danger svg {
  fill: #DA1E28;
}
.alert.alert-warning svg {
  fill: #F2881D;
  height: 22px;
}
.alert.alert-warning .alert-content-container {
  color: #F2881D;
}
.alert.alert-info {
  border: none;
  background: #F1F4F6;
}
.alert.alert-info svg {
  fill: #666666;
  height: 22px;
}
.alert.alert-info .alert-content-container {
  background: #F1F4F6;
  color: #666666;
}
.alert:first-child {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .alert:first-child {
    margin-top: 40px;
  }
  .offcanvas-cart .alert:first-child {
    margin-top: 20px;
  }
}
.is-act-confirmpage .alert:first-child, .is-act-cartpage .alert:first-child {
  margin-top: 0;
}
.alert-list {
  list-style: none;
}
.base-slider {
  position: relative;
  overflow: visible;
}
.base-slider .base-slider-controls {
  display: none;
}
@media (min-width: 605px) {
  .base-slider .base-slider-controls {
    display: inline-block;
  }
}
.base-slider .base-slider-controls .base-slider-controls-prev, .base-slider .base-slider-controls .base-slider-controls-next {
  background: #FFFFFF;
  width: 38px;
  height: 38px;
  padding: 10px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -18px;
  right: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.base-slider .base-slider-controls .base-slider-controls-prev:disabled, .base-slider .base-slider-controls .base-slider-controls-prev[disabled], .base-slider .base-slider-controls .base-slider-controls-next:disabled, .base-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.base-slider .base-slider-controls .base-slider-controls-prev svg, .base-slider .base-slider-controls .base-slider-controls-next svg {
  width: auto;
  height: 15px;
}
.base-slider .base-slider-controls .base-slider-controls-next {
  left: auto;
  right: -18px;
}
.base-slider .base-slider-controls .base-slider-controls-next svg {
  transform: none;
}
.base-slider.product-substitute-slider .tns-outer {
  overflow: hidden;
}
.base-slider .tns-nav button.tns-nav-active {
  box-shadow: 0 0 0 0.2rem rgba(2, 142, 147, 0.6);
}
.breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #FFFFFF;
}
.btn {
  border-radius: 4px;
}
.btn.btn-icon svg {
  height: 1.2em;
}
.btn.btn-icon svg:first-child {
  margin-right: 5px;
  margin-left: -5px;
}
.btn.btn-icon svg:last-child {
  margin-left: 5px;
  margin-right: -5px;
}
.btn:focus {
  box-shadow: none;
}
.btn:first-child:active {
  border-color: transparent;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 8px;
}
.btn-light {
  border: 1px solid #EEEEEE;
}
.btn-primary {
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #35A5A9;
  border-color: #35A5A9;
  color: #FFFFFF;
}
.product-detail-buy {
  position: relative;
}
.product-detail-buy .breadcrumb {
  margin-bottom: 0;
  padding: 0 0 18px 0;
}
.product-detail-buy .breadcrumb .breadcrumb-link {
  color: #0071DB;
  font-weight: normal;
}
.product-detail-buy .breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.product-detail-buy .breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #222222;
}
.product-detail-buy .breadcrumb a {
  font-size: 0.875rem;
}
.product-detail-buy .info-separator {
  padding: 0 10px;
  color: #666666;
  margin: 6px 0 6px 0;
}
@media (min-width: 768px) {
  .product-detail-buy .info-separator {
    margin: 0 0 6px 0;
  }
}
.product-detail-buy .product-detail-product-number-wrapper {
  display: flex;
  align-items: center;
}
.product-detail-buy .product-detail-product-number-wrapper .product-detail-product-number {
  font-size: 14px;
  color: #666666;
  margin: 6px 0 6px 0;
}
@media (min-width: 768px) {
  .product-detail-buy .product-detail-product-number-wrapper .product-detail-product-number {
    margin: 0 0 6px 0;
  }
}
.product-detail-buy .product-detail-product-number-wrapper .product-detail-product-properties + .product-detail-product-number {
  padding-left: 10px;
}
.product-detail-buy .product-detail-short-description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .product-detail-buy .product-detail-short-description {
    margin-top: 18px;
  }
}
.product-detail-buy .short-description-container {
  padding: 10px 0;
}
.product-detail-buy .short-description-container .short-description-wrapper {
  gap: 10px;
  margin-top: 15px;
}
.product-detail-buy .short-description-container .short-description-wrapper .short-description-image img {
  width: 15px;
}
.product-detail-buy .short-description-container .short-description-wrapper .short-description-text {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .product-detail-buy .short-description-container {
    padding: 10px 0 0 0;
  }
}
.product-detail-buy .manufacture-info-wrapper {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.product-detail-buy .manufacture-info-wrapper .manufacture-logo {
  display: inline-block;
  vertical-align: top;
  padding: 6px 4px 0 0;
}
.product-detail-buy .manufacture-info-wrapper .manufacture-logo svg {
  height: 32px;
  width: auto;
}
.product-detail-buy .manufacture-info-wrapper .manufacture-logo svg .manufacture-knife {
  fill: #2D5474;
}
.product-detail-buy .manufacture-info-wrapper .manufacture-info {
  display: inline-block;
  width: calc(100% - 55px);
  color: #666666;
  font-size: 12px;
  line-height: 16px;
}
.product-detail-buy .product-detail-reviews {
  margin: 6px 0 4px 0;
}
.product-detail-buy .product-detail-reviews .product-review-rating {
  margin-right: 0;
}
.product-detail-buy .product-detail-reviews .product-review-rating:hover {
  text-decoration: none;
}
.product-detail-buy .product-detail-reviews .product-detail-reviews-link {
  color: #0071DB;
}
.product-detail-buy .product-detail-reviews .product-detail-reviews-link:hover {
  text-decoration: none;
}
.product-detail-buy .product-detail-reviews a {
  text-decoration: none;
}
.product-detail-buy .product-detail-reviews .review-star {
  font-size: 12px;
  margin-left: -2px;
}
.product-detail-buy .product-detail-reviews .total-review {
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .product-detail-buy .product-detail-reviews {
    margin: 0 0 4px 0;
  }
}
.product-detail-buy h1.product-detail-name, .product-detail-buy .product-detail-name.h1 {
  color: #222222;
  font-size: 22px;
  line-height: normal;
  margin: 2px 0 0 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .product-detail-buy h1.product-detail-name, .product-detail-buy .product-detail-name.h1 {
    font-size: 24px;
    margin: 5px 0 0 0;
  }
}
.product-detail-buy .product-detail-product-properties {
  margin-top: 0;
  position: relative;
  display: flex;
  padding-right: 10px;
}
.product-detail-buy .product-detail-product-properties .product-certificate {
  margin-top: 10px;
}
.product-detail-buy .product-detail-product-properties .product-certificate:not(:first-child) {
  margin-left: 10px;
}
.product-detail-buy .product-detail-product-properties .product-certificate .product-property-badge {
  border-radius: 0;
  font-size: 15px;
  line-height: normal;
  padding: 5px 8px;
  height: auto;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  transform: rotate(-2deg);
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  background: #79A27B;
}
.product-detail-buy .product-detail-product-properties .product-certificate .product-property-badge span {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .product-detail-buy .product-detail-product-properties {
    margin-top: 5px;
  }
}
.product-detail-buy .product-property {
  margin-left: 5px;
}
.product-detail-buy .product-property:first-child {
  margin-left: 0;
}
.product-detail-buy .product-property svg {
  height: 23px;
  width: auto;
}
.product-detail-buy .product-property .certificate-label {
  font-size: 8px;
  color: #666666;
  margin-top: 2px;
}
.product-detail-buy .product-certificate-bio svg {
  height: 26px;
  pointer-events: none;
}
.product-detail-buy .product-certificate-naturland svg {
  height: 35px;
  pointer-events: none;
}
.product-detail-buy .product-certificate-naturland-wildfish svg {
  height: 40px;
  pointer-events: none;
}
.product-detail-buy .product-detail-packunit-wrapper .product-detail-packunit {
  margin: 20px 0 0 0;
  font-size: 16px;
}
.product-detail-buy .product-detail-packunit-wrapper .product-detail-packunit .product-info-tooltip {
  display: inline-block;
  position: relative;
}
.product-detail-buy .product-detail-packunit-wrapper .product-detail-packunit .product-info-tooltip svg {
  fill: #2D5474;
  height: 20px;
}
.product-detail-buy .product-detail-packunit-wrapper .product-detail-packunit .product-info-tooltip .product-info-tooltip-text {
  font-size: 16px;
  line-height: 24px;
  visibility: hidden;
  width: 300px;
  background-color: #F1F4F6;
  color: #222222;
  border-radius: 7px;
  padding: 10px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.product-detail-buy .product-detail-packunit-wrapper .product-detail-packunit .product-info-tooltip:hover .product-info-tooltip-text {
  visibility: visible;
}
.product-detail-buy .product-discount-price-info {
  padding: 8px 14px;
  font-size: 16px;
  background: #E8F5EC;
  border-radius: 5px;
  margin-top: 25px;
  display: inline-block;
}
.product-detail-buy .product-discount-price-info span {
  color: #24A148;
}
.product-detail-buy .product-detail-price-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-detail-buy .product-detail-price-container .product-detail-price {
  font-size: 22px;
  font-weight: normal;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-detail-buy .product-detail-price-container .product-detail-price .product-detail-list-price {
  font-size: 16px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-decoration: line-through;
}
.product-detail-buy .product-detail-price-container .product-detail-price .product-detail-reference-price, .product-detail-buy .product-detail-price-container .product-detail-price .dot {
  font-size: 14px;
  color: #666666;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-detail-buy .product-detail-price-container .product-detail-price .dot {
  margin-left: 5px;
}
.product-detail-buy .product-detail-price-container .product-detail-price .product-unit-price {
  padding-right: 2px;
}
.product-detail-buy .product-detail-price-container .additional-price-info {
  margin-left: 10px;
}
.product-detail-buy .product-detail-price-container .product-detail-list-price-wrapper {
  display: block;
  line-height: 1;
  height: auto;
}
.product-detail-buy .product-detail-price-container .price-unit-reference-content {
  display: block;
  line-height: 1;
}
.product-detail-buy .discount-price-info, .product-detail-buy .bulk-price-info {
  color: #FF464A;
}
.product-detail-buy .product-detail-tax-container {
  margin-top: 0;
}
.product-detail-buy .product-detail-tax-container .product-detail-tax-link {
  color: #666666;
  font-size: 14px;
}
.product-detail-buy .product-detail-tax-container .product-detail-tax {
  margin-bottom: 13px;
}
.product-detail-buy .product-detail-form-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container {
  flex-grow: 1;
  margin: 0;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .select-quantity {
  padding-right: 0;
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .select-quantity select {
  background: #148183;
  color: #FFFFFF;
  border-radius: 7px 0 0 7px;
  border: 1px solid #028E93;
  height: 100%;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .select-quantity select:focus {
  outline: none;
  box-shadow: none;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .select-quantity .icon-cadet-added {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .select-quantity .icon-cadet-added svg {
  height: 5px;
  fill: #FFFFFF;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .buybox-button {
  padding-left: 0;
  position: relative;
  flex: 0 0 80%;
  max-width: 80%;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy {
  background: #028E93;
  border: 1px solid #028E93;
  border-radius: 0 7px 7px 0;
  font-weight: normal;
  font-size: 15px;
  padding: 5px 45px 5px 0;
  transition: all 0.4s ease-in-out;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy:hover {
  background: #35A5A9;
  border: 1px solid #35A5A9;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy .icon-buybox-added {
  position: absolute;
  right: 25px;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy .icon-buybox-added svg {
  height: 20px;
  fill: #FFFFFF;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .product-not-available-info {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #DA1E28;
  background: #FBE7E8;
  padding: 14px 20px 14px 70px;
  border-radius: 7px;
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .product-not-available-info .icon-lure-fish {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-buy .product-detail-form-wrapper .product-detail-form-container .product-not-available-info .icon-lure-fish svg {
  width: auto;
  height: 30px;
  fill: #DA1E28;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-available, .product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-soldout, .product-detail-buy .product-detail-delivery-information .product-delivery-information .no-delivery-to-selected-area {
  margin: 5px 0 10px 0;
  font-size: 16px;
  line-height: normal;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-available {
  color: #24A148;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-soldout {
  color: #DA1E28;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .not-available-box {
  width: 100%;
  height: 100%;
  color: #DA1E28;
  padding: 10px 20px 10px 70px;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  background: #FBE7E8;
  border-radius: 7px;
  margin-bottom: 20px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .not-available-box .icon-lure-fish {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .not-available-box .icon-lure-fish svg {
  width: auto;
  height: 30px;
  fill: #DA1E28;
}
@media (min-width: 992px) {
  .product-detail-buy .product-detail-delivery-information .product-delivery-information .not-available-box {
    margin-bottom: 0;
  }
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper {
  background: #F4F4F4;
  padding: 15px 25px;
  margin-top: 15px;
  border-radius: 7px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.success {
  background: #E8F5EC;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.success .product-stock-notification-info {
  color: #24A148;
  margin-bottom: 0;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.success .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.success .product-stock-notification-info .notification-mail-icon-success {
  display: inline-block;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.failed {
  background: #FBE7E8;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.failed .product-stock-notification-info {
  color: #DA1E28;
  margin-bottom: 0;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.failed .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper.failed .product-stock-notification-info .notification-mail-icon-failed {
  display: inline-block;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info {
  position: relative;
  color: #222222;
  padding: 0 20px 0 43px;
  line-height: 24px;
  margin-bottom: 14px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info {
    font-size: 16px;
  }
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon svg, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  width: auto;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon svg {
  height: 30px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed {
  display: none;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg, .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  height: 22px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg {
  fill: #24A148;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  fill: #DA1E28;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container {
  background: #FFFFFF;
  border-radius: 7px 0 0 7px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container {
  margin-bottom: 0;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container input {
  border-radius: 7px 0 0 7px;
  font-size: 16px;
  height: 45px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #FFFFFF;
  display: inline-block;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container input:focus {
  outline: none;
  border-color: #FFFFFF;
}
@media (min-width: 768px) {
  .product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container input {
    font-size: 14px;
  }
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container button {
  font-size: 14px;
  border-width: 1px solid #197999;
  background: #197999;
  border-radius: 7px;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  height: 45px;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container button:hover {
  background: #4794AE;
  border-color: #4794AE;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container button.btn-notify .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #F4F4F4;
  border-top: 2px solid #222222;
  margin: 0 auto;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-stock-notification-wrapper .product-get-notified-form-container button.btn-notify:focus {
  outline: none;
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-shipping-free {
  margin: 16px 0 0 0;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-detail-buy .product-detail-delivery-information .product-delivery-information .delivery-shipping-free {
    margin: 16px 0;
  }
}
.product-detail-buy .product-detail-delivery-information .product-delivery-information .product-bundle-products {
  margin-top: 20px;
}
.product-detail-buy .product-available-substitutes {
  margin-top: 20px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.form-input-max-length-wrapper {
  position: relative;
}
.form-input-max-length-wrapper input {
  padding-right: 40px;
}
.form-input-max-length-wrapper:after {
  content: attr(data-remaining-text);
  position: absolute;
  right: 10px;
  bottom: 1px;
  display: block;
  font-size: 10px;
  color: #666666;
}
.form-input-max-length-wrapper input.is-invalid ~ .invalid-feedback {
  padding-right: 40px;
}
.dsee-google-maps-address-validation-wrapper {
  position: relative;
}
.dsee-google-maps-address-validation-wrapper .dsee-address-predictions {
  position: absolute;
  list-style: none;
  left: 5px;
  right: 5px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  z-index: 20;
  padding: 0;
}
.dsee-google-maps-address-validation-wrapper .dsee-address-predictions li {
  padding: 3px 10px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  color: black;
  transition: color 0.4s ease-in-out;
}
.dsee-google-maps-address-validation-wrapper .dsee-address-predictions li:last-child {
  border-bottom: none;
}
.dsee-google-maps-address-validation-wrapper .dsee-address-predictions li:hover {
  color: #028E93;
}
.cms-element-form a {
  color: #0071DB;
}
.cms-element-form .form-content select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
}
.cms-element-form .form-content .form-text {
  font-size: 14px;
}
.cms-element-form .grecaptcha-protection-information {
  display: none;
}
.cms-element-form .card-title {
  font-size: 16px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  top: 4px;
  left: 0;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 9px 25px 9px 9px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  vertical-align: middle;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select.d-none, .is-ctl-timewindowselection .checkout .custom-select.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .custom-select.checkout-aside, .is-ctl-checkout .checkout .custom-select.checkout-aside {
  display: none;
}
.appearance-none {
  appearance: none;
}
.btn:focus {
  box-shadow: none;
}
.btn:disabled:hover {
  background: #F1F4F6;
  border-color: #F1F4F6;
}
.fancy-select {
  position: relative;
  display: inline-block;
}
.fancy-select select {
  -webkit-appearance: none;
  height: 35px;
  font-weight: bold;
  padding-right: 15px;
}
.fancy-select .select-cadet {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.fancy-select .select-cadet svg {
  height: 4px;
  width: auto;
}
.issue-option {
  margin-top: 10px;
}
.confirm-message .button-to-shop {
  margin-top: 20px;
  background: #028E93;
  border: 1px solid #028E93;
  border-radius: 7px;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  padding: 5px 15px;
  transition: all 0.4s ease-in-out;
  color: #FFFFFF;
  text-align: center;
}
.confirm-message .button-to-shop:hover {
  background: #35A5A9;
  border: 1px solid #35A5A9;
  color: #FFFFFF;
  text-decoration: none;
}
fieldset {
  padding: 20px;
  border: 1px solid #DDDDDD;
}
fieldset legend {
  color: #028E93;
  font-size: 14px;
  width: auto;
  padding: 0;
}
.supplier-questionnaire-checkbox-item-wrapper {
  transition: all 0.4s ease-in-out;
}
.supplier-questionnaire-checkbox-item-wrapper:has(input:checked) {
  border: 1px dashed #DDDDDD;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
}
.submit-button-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 auto;
  content: "";
  border: 2px solid #F4F4F4;
  border-top: 2px solid transparent;
}
.doorstep-information-wrapper .doorstep-permission-hint {
  font-size: 13px;
  color: #666666;
}
.doorstep-information-wrapper .doorstep-permission-hint a {
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
}
.form-control {
  font-size: 0.875rem;
}
.form-control:focus, .form-control:valid:focus {
  outline: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #C7C3C3 !important;
}
.form-control:-ms-input-placeholder {
  color: #C7C3C3 !important;
}
.form-control::-webkit-input-placeholder {
  color: #C7C3C3 !important;
}
.form-control:invalid {
  background-image: none !important;
}
.form-control:invalid:focus {
  border-color: #FF464A;
  box-shadow: 0 0 0.2rem rgba(220, 53, 69, 0.6);
}
.newsletter-mail input.invalid {
  border-color: #FF464A;
}
.newsletter-mail .failure-message {
  margin-top: 5px;
  font-size: 12px;
  color: #FF464A;
}
small.form-text, .form-text.small {
  font-size: 80%;
  font-weight: 400;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-text {
  display: block;
}
.register-personal, .register-billing {
  padding: 0;
  border: none;
}
.register-personal .register-guest-control {
  margin-bottom: 16px;
}
.form-select {
  font-size: 14px;
}
.form-select:focus, .form-select:valid:focus {
  outline: none;
  box-shadow: none;
}
.form-select.form-select-sm {
  font-size: 12px;
}
.form-select:invalid:focus {
  border-color: #FF464A;
  box-shadow: 0 0 0.2rem rgba(220, 53, 69, 0.6);
}
.was-validated .form-select:valid:not([multiple]):not([size]) {
  padding-right: 25px;
}
.customer-additional-info-text {
  margin: 10px 0 0 0;
}
.additional-info-container {
  padding: 0 5px 10px 5px;
}
.additional-info-container p {
  margin: 0;
}
#grecaptcha-feedback-container .invalid-feedback {
  /* Set initial state to hidden */
  opacity: 0;
  visibility: hidden;
  height: 0;
  /* Animation shorthand:
          name | duration | timing-function | delay | fill-mode
        */
  animation: showDelayedError 0.3s ease-in 2s forwards;
}
@keyframes showDelayedError {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.cms-sections .cms-section-sidebar .container, .cms-sections .cms-section-sidebar .cms-section .boxed, .cms-section .cms-sections .cms-section-sidebar .boxed, .cms-sections .cms-section-sidebar .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .cms-sections .cms-section-sidebar .breadcrumbs-container, .cms-sections .cms-section-sidebar2 .container, .cms-sections .cms-section-sidebar2 .cms-section .boxed, .cms-section .cms-sections .cms-section-sidebar2 .boxed, .cms-sections .cms-section-sidebar2 .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .cms-sections .cms-section-sidebar2 .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 992px) {
  .cms-sections .cms-section-sidebar .cms-section-sidebar > .cms-section-sidebar-sidebar-content:first-child, .cms-sections .cms-section-sidebar2 .cms-section-sidebar > .cms-section-sidebar-sidebar-content:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cms-sections .cms-section-sidebar .cms-section-sidebar > .cms-section-sidebar-sidebar-content:last-child, .cms-sections .cms-section-sidebar2 .cms-section-sidebar > .cms-section-sidebar-sidebar-content:last-child {
    padding-right: 0;
  }
}
.cms-sections .cms-section .cms-section-default {
  z-index: 1;
  background: transparent;
}
.cms-sections .cms-section .cms-section-default:not(.current-menu-section) {
  position: relative;
}
@media (min-width: 1310px) {
  .cms-sections .cms-section .cms-section-default.boxed {
    padding: 0;
  }
}
.cms-sections .cms-section .cms-section-default.full-width {
  padding-left: 0;
  padding-right: 0;
}
.cms-sections .cms-section .cms-section-default.product-scroll-buy-box-enabled {
  z-index: 0;
}
.cms-sections .cms-section .cms-section-default.product-scroll-buy-box-enabled .cms-block:not(.cms-block-dsee-scroll-links) {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  .cms-sections .cms-section .cms-section-default.product-scroll-buy-box-enabled .cms-block:not(.cms-block-dsee-scroll-links) {
    padding-left: 16px;
    padding-right: 440px;
  }
}
@media screen and (min-width: 1312px) {
  .cms-sections .cms-section .cms-section-default.product-scroll-buy-box-enabled .cms-block:not(.cms-block-dsee-scroll-links) {
    padding-left: calc((100% - 1280px)/2);
    padding-right: calc(((100% - 1280px)/2) + 75px + calc(min(100%, 1280px) * 0.27));
  }
}
.cms-sections .cms-section .cms-section-default.z-0 {
  z-index: 0;
}
.cms-sections .cms-section + .cms-section {
  /*margin-top: 4px;*/
}
.cms-section:has(.modal) {
  position: relative;
  z-index: 2;
  overflow: initial;
}
.cms-block {
  margin-bottom: 0;
}
.cms-block .cms-block-container .cms-block-container-row {
  margin-left: -2px;
  margin-right: -2px;
}
.cms-block .cms-block-container .cms-block-container-row > [class^="col"], .cms-block .cms-block-container .cms-block-container-row > [class*=" col"] {
  padding-left: 2px;
  padding-right: 2px;
}
.cms-block .cms-block-container .cms-block-container-row .image-column, .cms-block .cms-block-container .cms-block-container-row .text-column {
  padding-left: 0;
  padding-right: 0;
}
.product-box {
  border: none;
  overflow: hidden;
  border-right: 4px;
  background: transparent;
}
.product-box > .card-body {
  padding: 0;
}
.product-box .product-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 72%;
  margin-bottom: 0;
}
.product-box .product-image-wrapper.contains-placeholder {
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.2);
}
.product-box .product-image-wrapper .product-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-box .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.product-box .product-image-wrapper img.product-image {
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.product-box .product-image-wrapper img.product-secondary-image {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .product-box .product-image-wrapper:hover:not(.no-secondary-image) img.product-image {
    opacity: 0;
  }
  .product-box .product-image-wrapper:hover:not(.no-secondary-image) img.product-secondary-image {
    opacity: 1;
  }
  .product-box .product-image-wrapper:hover.no-secondary-image img {
    transform: scale(1.05);
  }
}
.product-box .product-image-wrapper .product-wishlist button {
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.product-box .product-image-wrapper .product-wishlist button svg {
  margin-top: 2px;
  fill: #FFFFFF;
  width: 23px;
  transition: all 0.4s ease-in-out;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.93));
}
.product-box .product-image-wrapper .product-wishlist button .hover {
  display: none;
}
.product-box .product-image-wrapper .product-wishlist button:hover svg {
  fill: #FFFFFF;
}
.product-box .product-image-wrapper .product-wishlist button:hover .base {
  display: none;
}
.product-box .product-image-wrapper .product-wishlist button:hover .hover {
  display: inline-block;
}
.product-box .product-info {
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-style: solid;
  border-color: #DDDDDD;
  background: #FFFFFF;
}
.product-box .product-info .product-rating, .product-box .product-info .product-variant-characteristics {
  display: none;
}
.product-box .product-info .product-kicker {
  margin-bottom: 4px;
}
.product-box .product-info .product-kicker .product-number {
  font-size: 12px;
  color: #666666;
}
.product-box .product-info .product-kicker .discount-price-info-listing {
  font-size: 12px;
  color: #FF464A;
  float: right;
  margin-top: 2px;
}
.product-box .product-info .product-name {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: #222222;
  margin-bottom: 0;
}
.product-box .product-info .product-name:hover {
  color: #0071DB;
}
@media (min-width: 768px) {
  .product-box .product-info .product-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.product-box .product-info .product-description {
  margin-top: 4px;
  color: #666666;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 16px;
  height: 34px;
}
.product-box .product-info .product-description.has-bulk-price {
  height: 32px;
}
@media (min-width: 768px) {
  .product-box .product-info .product-description {
    height: 34px;
    margin-top: 8px;
    font-size: 14px;
  }
}
.product-box .product-info .product-stock-notification-wrapper {
  display: none;
  overflow: hidden;
  padding: 6px;
  margin-top: 7px;
}
.product-box .product-info .product-stock-notification-wrapper.small-container .product-stock-notification-info {
  font-size: 12px;
}
.product-box .product-info .product-stock-notification-wrapper.small-container .btn-notify {
  font-size: 12px;
  text-overflow: unset;
  padding: 0;
}
.product-box .product-info .product-stock-notification-wrapper.success {
  background: #E8F5EC;
  padding: 0;
  border-radius: 7px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.product-box .product-info .product-stock-notification-wrapper.success .product-stock-notification-info {
  color: #24A148;
  margin-bottom: 0;
  padding: 6px 15px 6px 36px;
}
.product-box .product-info .product-stock-notification-wrapper.success .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-box .product-info .product-stock-notification-wrapper.success .product-stock-notification-info .notification-mail-icon-success {
  display: inline-block;
}
.product-box .product-info .product-stock-notification-wrapper.failed {
  background: #FBE7E8;
  padding: 0;
  border-radius: 7px;
}
.product-box .product-info .product-stock-notification-wrapper.failed .product-stock-notification-info {
  color: #DA1E28;
  margin-bottom: 0;
  padding: 6px 15px 6px 36px;
}
.product-box .product-info .product-stock-notification-wrapper.failed .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-box .product-info .product-stock-notification-wrapper.failed .product-stock-notification-info .notification-mail-icon-failed {
  display: inline-block;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info {
  position: relative;
  color: #222222;
  padding: 0 15px 0 36px;
  line-height: normal;
  margin-bottom: 12px;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success, .product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg, .product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  width: auto;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon svg {
  height: 30px;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success, .product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed {
  display: none;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg, .product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  height: 22px;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-success svg {
  fill: #24A148;
}
.product-box .product-info .product-stock-notification-wrapper .product-stock-notification-info .notification-mail-icon-failed svg {
  fill: #DA1E28;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container {
  background: #FFFFFF;
  border-radius: 7px 0 0 7px;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container {
  display: flex;
  margin-bottom: 0;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container.d-none, .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .is-ctl-timewindowselection .checkout .get-notified-widget-container.checkout-aside, .is-ctl-timewindowselection .checkout .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container.checkout-aside, .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .is-ctl-register.is-act-checkoutregisterpage .checkout .get-notified-widget-container.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container.checkout-aside, .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .is-ctl-checkout .checkout .get-notified-widget-container.checkout-aside, .is-ctl-checkout .checkout .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .get-notified-widget-container.checkout-aside {
  display: none;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .input-container, .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container {
  padding: 0;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container {
  position: relative;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container:before {
  content: "";
  width: 4px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container .btn-notify .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #F4F4F4;
  border-top: 2px solid #222222;
  margin: 0 auto;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container .button-container .btn-notify:focus {
  outline: none;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container input {
  border-radius: 7px;
  font-size: 16px;
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  display: inline-block;
  margin-bottom: 10px;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container input:focus {
  outline: none;
  border-color: #DDDDDD;
}
@media (min-width: 768px) {
  .product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container input {
    font-size: 14px;
    border-radius: 7px 0 0 7px;
    border-width: 1px 0 1px 1px;
    margin-bottom: 0;
  }
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container button {
  font-size: 14px;
  border-width: 1px solid #197999;
  background: #197999;
  border-radius: 7px;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  height: 45px;
}
.product-box .product-info .product-stock-notification-wrapper .product-get-notified-form-container button:hover {
  background: #4794AE;
  border-color: #4794AE;
}
.product-box .product-info .product-box-price-cart-row {
  display: flex;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper {
  max-width: 100%;
  flex-grow: 1;
  align-items: flex-end;
  display: flex;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available {
  display: inline-block;
  font-size: 13px;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available:not(.related-product .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available) {
  min-height: 59px;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available.small-container .not-available-info, .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available.small-container .not-available-link {
  font-size: 12px;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available .not-available-info {
  margin-top: 16px;
  color: #DA1E28;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available .not-available-link {
  color: #0071DB;
  cursor: pointer;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available .not-available-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper.not-available {
    min-height: unset;
  }
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-info {
  max-width: 100%;
  margin-top: 0;
  min-height: 59px;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-info {
    min-height: unset;
  }
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-unit {
  display: flex;
  font-size: 12px;
  line-height: 22px;
  height: 20px;
  margin: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-unit {
    font-size: 14px;
  }
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .price-unit-content {
  padding-right: 4px;
  white-space: nowrap;
  flex-grow: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .price-unit-reference {
  white-space: nowrap;
  padding-right: 4px;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper {
  font-size: 14px;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper:not(.has-bulk-price) {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper:not(.has-bulk-price) {
    padding-top: 0;
  }
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper .product-cheapest-price {
  min-height: auto;
  margin: 3px 0 2px 0;
  line-height: normal;
  color: #24A148;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper .product-cheapest-price .discount-price-info-listing {
  color: #FF464A;
}
.product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .product-price-wrapper sup {
  font-weight: normal;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper {
    max-width: calc(100% - 55px);
  }
}
.product-box .product-info .product-box-price-cart-row .btn-buy {
  border-radius: 5px;
  padding: 0 8px 4px 8px;
  background: #028E93;
  border: none;
}
.product-box .product-info .product-box-price-cart-row .btn-buy svg {
  fill: #FFFFFF;
  width: 24px;
}
.product-box .product-info .product-box-price-cart-row .btn-buy:hover {
  background: #35A5A9;
}
.product-box .product-info .product-box-price-cart-row .btn-buy:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-price-cart-row .btn-buy {
    padding: 0 12px 4px 12px;
  }
  .product-box .product-info .product-box-price-cart-row .btn-buy svg {
    width: 29px;
  }
}
.product-box .product-info .product-box-action-wrapper .product-action {
  margin-top: 16px;
}
.product-box .product-info .product-box-action-wrapper .product-action .not-available {
  border-radius: 5px;
  background: #197999;
  padding: 2px 8px 4px 8px;
  cursor: pointer;
  height: 42px;
  display: none;
}
.product-box .product-info .product-box-action-wrapper .product-action .not-available .mail-notification {
  pointer-events: none;
}
.product-box .product-info .product-box-action-wrapper .product-action .not-available .mail-notification svg {
  fill: #FFFFFF;
  width: 21px;
}
.product-box .product-info .product-box-action-wrapper .product-action .not-available:hover {
  background: #4794AE;
}
@media (min-width: 768px) {
  .product-box .product-info .product-box-action-wrapper .product-action .not-available {
    padding: 3px 12px 5px 12px;
    display: block;
  }
  .product-box .product-info .product-box-action-wrapper .product-action .not-available .mail-notification svg {
    width: 29px;
  }
}
@media (min-width: 768px) {
  .product-box .product-info {
    padding: 15px;
  }
}
.product-box .product-action-mobile {
  position: relative;
}
.product-box .product-action-mobile .product-wishlist {
  margin-top: 0;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-action-circle {
  height: 32px;
  width: 32px;
  border-style: none;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 10px;
  padding: 0;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-action-circle:focus {
  outline: none;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-action-circle svg {
  fill: #222222;
  width: 23px;
  margin-top: 5px;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-action-circle .hover {
  display: none;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-not-added .icon-wishlist-not-added, .product-box .product-action-mobile .product-wishlist .product-wishlist-not-added .text-wishlist-not-added {
  display: inline-block;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-added .icon-wishlist-added, .product-box .product-action-mobile .product-wishlist .product-wishlist-added .text-wishlist-remove {
  display: inline-block;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-form .product-wishlist-btn-remove {
  z-index: 2;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-form .product-wishlist-btn-remove svg {
  margin-top: 1px;
  margin-left: 1px;
}
.product-box .product-action-mobile .product-wishlist .product-wishlist-form .product-wishlist-btn-remove:hover {
  background: rgba(0, 0, 0, 0.5);
}
.product-box .product-badges {
  top: 15px;
  left: 15px;
  display: inline-block;
  z-index: 2;
}
.product-box .product-badges .badge {
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  padding: 5px 8px;
  height: auto;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
.product-box .product-badges .badge.badge-new, .product-box .product-badges .badge.badge-discount, .product-box .product-badges .badge.badge-topseller, .product-box .product-badges .badge.badge-property {
  transform: rotate(-2deg);
  border-radius: 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-box .product-badges .badge.badge-new, .product-box .product-badges .badge.badge-topseller {
  background: #76c5c5;
}
.product-box .product-badges .badge.badge-discount {
  background: #FF464A;
}
.product-box .product-badges .badge.badge-property {
  background: #79A27B;
}
.product-box .product-badges .badge.badge-property.on-right {
  margin-left: 6px;
}
.product-box .product-badges .badge.badge-package-delivery {
  background: #FFFFFF;
  color: #222222;
}
.product-box .product-badges .badge.has-certificate {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .product-box .product-badges .badge {
    font-size: 14px;
  }
}
.product-box .product-badges .certificate-badge {
  display: inline-block;
}
.product-box .product-badges .certificate-badge.product-certificate-naturland svg {
  width: 19px;
}
.product-box .product-badges .certificate-badge svg {
  height: 23px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .product-box .product-badges .certificate-badge svg {
    height: 27.33px;
  }
  .product-box .product-badges .certificate-badge.product-certificate-naturland svg {
    width: 23px;
  }
}
.product-box.box-pop-up {
  background: transparent;
}
.product-box.box-pop-up .product-image-wrapper {
  border-radius: 5px;
}
.product-box.box-pop-up .product-image-wrapper a {
  cursor: pointer;
}
.product-box.box-pop-up .product-info {
  border: none;
  padding: 15px 0;
}
.product-box.box-pop-up .product-info .product-kicker {
  margin-bottom: 2px;
}
.product-box.box-pop-up .product-info .product-kicker .product-number {
  color: #222222;
  font-weight: 300;
}
.product-box.box-pop-up .product-info .product-name {
  cursor: pointer;
}
.product-box.box-pop-up .product-info .product-description {
  margin-top: 8px;
  color: #666666;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  font-size: 14px;
  line-height: 16px;
  height: 64px;
}
.product-box.box-pop-up .product-info .product-b2b-price-information {
  color: #666666;
  font-size: 14px;
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 16px;
  overflow: hidden;
}
.product-box.box-corporate-product .product-badges {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.product-box.box-corporate-product .corporate-badges {
  position: absolute;
  top: 45px;
  left: 10px;
  z-index: 99;
}
.product-box.box-corporate-product .corporate-badges .badge-season, .product-box.box-corporate-product .corporate-badges .badge-grill, .product-box.box-corporate-product .corporate-badges .badge-new {
  background: #76c5c5;
  transform: rotate(-3deg);
  border-radius: 0;
  font-size: 18px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  height: 21px;
}
.product-box.box-corporate-product .corporate-badges .badge-season span, .product-box.box-corporate-product .corporate-badges .badge-grill span, .product-box.box-corporate-product .corporate-badges .badge-new span {
  padding-top: 2px;
  display: block;
}
@media (min-width: 768px) {
  .product-box.box-corporate-product .corporate-badges .badge-season, .product-box.box-corporate-product .corporate-badges .badge-grill, .product-box.box-corporate-product .corporate-badges .badge-new {
    font-size: 28px;
    height: 30px;
  }
  .product-box.box-corporate-product .corporate-badges .badge-season span, .product-box.box-corporate-product .corporate-badges .badge-grill span, .product-box.box-corporate-product .corporate-badges .badge-new span {
    padding-top: 7px;
  }
}
.product-box.box-corporate-product .corporate-product-info {
  padding: 30px;
  background: #F1F4F6;
  border-radius: 5px;
}
.product-box.box-corporate-product .corporate-product-info .corporate-product-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.product-box.box-corporate-product .corporate-product-info .corporate-product-image .product-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-box.box-corporate-product .corporate-product-info .corporate-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  image-rendering: -webkit-optimize-contrast;
}
.product-box.box-corporate-product .corporate-product-info .corporate-product-image:hover img {
  transform: scale(1.1);
}
.product-box.box-corporate-product .corporate-product-info .product-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #291B05;
}
.product-box.box-corporate-product .corporate-product-info .product-name:hover {
  color: #0071DB;
}
@media (min-width: 992px) {
  .product-box.box-corporate-product .corporate-product-info {
    padding: 50px 50px 30px 50px;
  }
}
.product-slider-item.is-small-item .product-info .product-name {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: 54px;
}
.product-price {
  color: #222222;
  font-size: 16px;
}
.product-price.with-list-price {
  color: #FF464A;
}
.product-price .list-price {
  padding-left: 0;
  display: block;
  margin-top: -5px;
}
.product-price .list-price .list-price-price {
  font-size: 12px;
  color: #222222;
}
@media screen and (min-width: 440px) {
  .product-price .list-price {
    padding-left: 5px;
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-price .list-price .list-price-price {
    font-size: 14px;
  }
}
/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-box .product-image-wrapper .product-wishlist .product-wishlist-action-circle {
  height: 32px;
  width: 32px;
  border-style: none;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 11px;
  padding: 0;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-action-circle:focus {
  outline: none;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-not-added .icon-wishlist-not-added, .product-box .product-image-wrapper .product-wishlist .product-wishlist-not-added .text-wishlist-not-added {
  display: inline-block;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-added .icon-wishlist-added, .product-box .product-image-wrapper .product-wishlist .product-wishlist-added .text-wishlist-remove {
  display: inline-block;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-form .product-wishlist-btn-remove {
  z-index: 2;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-form .product-wishlist-btn-remove svg {
  margin-top: 1px;
  margin-left: 1px;
}
.product-box .product-image-wrapper .product-wishlist .product-wishlist-form .product-wishlist-btn-remove:hover {
  background: rgba(0, 0, 0, 0.5);
}
.corporate-product-image .product-cover {
  text-align: center;
}
.corporate-product-image .product-cover img {
  max-height: 360px;
  height: 100%;
}
.corporate-product-image .corporate-product-availability {
  text-align: center;
  margin: 10px 0 0 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
}
.corporate-product-image .corporate-product-link {
  text-align: center;
  margin: 10px 0 15px 0;
}
.corporate-product-image .corporate-product-link a {
  display: inline-block;
  padding: 10px 20px;
  width: 300px;
  border-radius: 5px;
  background: #028E93;
  color: #FFFFFF;
  font-size: 16px;
}
.corporate-product-image .corporate-product-link a:hover {
  background: #35A5A9;
  text-decoration: none;
}
@media (min-width: 992px) {
  .corporate-product-image .corporate-product-link a {
    width: 230px;
  }
}
.corporate-product-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  height: 150px;
}
.corporate-product-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-product-banner .detail-callout {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-35%);
}
.corporate-product-banner .detail-callout svg {
  width: auto;
  height: 40px;
  fill: #76C5C5;
}
.corporate-product-banner .detail-callout svg .g {
  fill: #76C5C5;
}
.corporate-product-banner .detail-callout svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 768px) {
  .corporate-product-banner .detail-callout svg {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .corporate-product-banner .detail-callout {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .corporate-product-banner {
    height: 250px;
  }
}
.corporate-product-description {
  padding-top: 20px;
}
.corporate-product-description .breadcrumb .breadcrumb-link {
  color: #666666;
}
.corporate-product-description .breadcrumb .breadcrumb-link.is-active {
  font-weight: normal;
}
.corporate-product-description .breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.corporate-product-description .breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #222222;
}
.corporate-product-description .product-detail-name-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .corporate-product-description .product-detail-name-wrapper {
    padding-right: 200px;
    width: 100%;
  }
}
.corporate-product-description .product-detail-name-wrapper .product-detail-name {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #291B05;
}
@media (min-width: 992px) {
  .corporate-product-description .product-detail-name-wrapper .product-detail-name {
    font-size: 50px;
  }
}
.corporate-product-description .product-detail-name-wrapper svg {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
  width: auto;
  height: 70px;
  fill: #76C5C5;
}
.corporate-product-description .product-detail-name-wrapper svg .g {
  fill: #76C5C5;
}
.corporate-product-description .product-detail-name-wrapper svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 992px) {
  .corporate-product-description .product-detail-name-wrapper svg {
    display: block;
  }
}
.corporate-product-description .product-detail-short-description {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
.corporate-product-description .product-description-container {
  margin: 20px 0;
}
.product-media-wrapper .product-cover {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 72%;
}
.product-media-wrapper .product-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}
.product-media-wrapper .product-cover img:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .product-media-wrapper .product-cover {
    border-radius: 4px;
  }
}
.product-media-wrapper .product-media-gallery {
  position: relative;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item {
  position: relative;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  border-radius: 4px;
  overflow: hidden;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item:hover .image-wrapper img {
  transform: scale(1.05);
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .media-info {
  margin-top: 10px;
  color: #0071DB;
  text-shadow: none;
  line-height: 1.2;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .media-info a {
  color: #0071DB;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .media-info .recipe-label {
  color: #666666;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .media-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-media-wrapper .product-media-gallery .product-media-gallery-item .media-link:hover {
  text-decoration: underline;
}
.product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-prev, .product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-next {
  background: #FFFFFF;
  opacity: 1;
  height: 35px;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
}
.product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-prev svg, .product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-next svg {
  height: 13px;
  width: auto;
}
.product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-prev:disabled, .product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-prev[disabled], .product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-next:disabled, .product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-next[disabled] {
  display: none;
}
.product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-prev {
  left: -18px;
}
.product-media-wrapper .product-media-gallery .product-slider-controls-container .base-slider-controls-next {
  right: -18px;
}
@media (min-width: 992px) {
  .product-media-wrapper .product-media-gallery {
    margin-top: 16px;
  }
}
.product-media-wrapper.mobile-image-slider {
  margin: 0 -20px;
  position: relative;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider {
  border-style: none;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  z-index: 2;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider:focus {
  outline: none;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button {
  background: none;
  border: none;
  transition: all 0.4s ease-in-out;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button svg {
  margin-top: 2px;
  fill: #FFFFFF;
  width: 23px;
  transition: all 0.4s ease-in-out;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.93));
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button .hover {
  display: none;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button:hover svg {
  fill: #FFFFFF;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button:hover .base {
  display: none;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button:hover .hover {
  display: inherit;
}
.product-media-wrapper.mobile-image-slider .wishlist-slider button:focus {
  outline: none;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .tns-nav {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .tns-nav button {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  height: 4px;
  width: 30px;
  margin: 0 6px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .tns-nav button.tns-nav-active {
  background: #FFFFFF;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .product-media-gallery-item .media-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 6px;
  margin-top: 0;
  color: #FFFFFF;
  font-size: 12px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .product-media-gallery-item .media-info .recipe-label {
  color: #FFFFFF;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .product-media-gallery-item .image-wrapper {
  border-radius: 0;
}
.product-media-wrapper.mobile-image-slider .product-media-gallery .product-slider-controls-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-media-wrapper.mobile-image-slider .product-media-gallery:not(.js-slider-initialized) .product-media-gallery-item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-media-wrapper.mobile-image-slider .product-media-gallery:not(.js-slider-initialized) .product-media-gallery-container {
    display: flex;
  }
  .product-media-wrapper.mobile-image-slider .product-media-gallery:not(.js-slider-initialized) .product-media-gallery-container .product-media-gallery-item {
    width: 50%;
  }
  .product-media-wrapper.mobile-image-slider .product-media-gallery:not(.js-slider-initialized) .product-media-gallery-container .product-media-gallery-item:nth-child(n + 3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-media-wrapper.mobile-image-slider {
    margin: 0 -25px;
  }
}
.product-media-wrapper .additional-images {
  overflow: visible;
}
.product-media-wrapper .additional-images .tns-outer {
  overflow: hidden;
}
.product-media-wrapper .additional-images .tns-nav {
  display: none;
}
.product-media-wrapper .additional-images .product-media-gallery-item {
  position: relative;
}
.product-media-wrapper .additional-images .product-media-gallery-item .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  border-radius: 4px;
  overflow: hidden;
}
.product-media-wrapper .additional-images .product-media-gallery-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
}
.product-media-wrapper .additional-images .product-media-gallery-item:hover .image-wrapper img {
  transform: scale(1.05);
}
.product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-prev, .product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-prev:disabled, .product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-prev[disabled], .product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-next:disabled, .product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.product-media-wrapper .additional-images .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.product-media-wrapper .additional-images .product-media-gallery-item .media-info {
  margin-top: 10px;
  color: #0071DB;
  text-shadow: none;
  line-height: 1.2;
}
.product-media-wrapper .additional-images .product-media-gallery-item .media-info a {
  color: #0071DB;
}
.product-media-wrapper .additional-images .product-media-gallery-item .media-info .recipe-label {
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-media-wrapper .additional-images:not(.js-slider-initialized) .gallery-slider-container .product-media-gallery-item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-media-wrapper .additional-images:not(.js-slider-initialized) .gallery-slider-container {
    display: flex;
    gap: 20px;
  }
  .product-media-wrapper .additional-images:not(.js-slider-initialized) .gallery-slider-container .product-media-gallery-item {
    width: 50%;
  }
  .product-media-wrapper .additional-images:not(.js-slider-initialized) .gallery-slider-container .product-media-gallery-item:nth-child(n + 3) {
    display: none;
  }
}
.product-media-wrapper #product-image-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 6px 0;
}
.product-media-wrapper #product-image-thumbnails .product-image-thumbnail {
  width: 35px;
  height: 25px;
}
.product-media-wrapper #product-image-thumbnails .product-image-thumbnail.tns-nav-active {
  border-bottom: 2px solid #028E93;
  border-radius: 4px;
}
.product-media-wrapper #product-image-thumbnails .product-image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#product-highlight-tabs .product-nutrients-column {
  margin-top: 20px;
}
@media (min-width: 576px) {
  #product-highlight-tabs .product-nutrients-column {
    margin-top: 0;
  }
}
#product-highlight-tabs .product-manufacturer-background-image-wrapper {
  order: 1;
}
#product-highlight-tabs .product-manufacturer-background-image-wrapper .product-manufacturer-background-image img {
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #product-highlight-tabs .product-manufacturer-background-image-wrapper {
    order: 2;
  }
}
.product-detail-product-manufacturer {
  order: 2;
  margin-top: 20px;
}
.product-detail-product-manufacturer .product-manufacturer-info {
  display: inline-block;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-image-wrapper {
  margin-bottom: 15px;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-image-wrapper img {
  height: 51px;
  width: auto;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description {
  font-size: 16px;
  line-height: 22px;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-name {
  margin: 0 0 7px 0;
  font-weight: bold;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-description p {
  margin-bottom: 5px;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-address {
  color: #666666;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 15px;
  border-radius: 3px;
  line-height: normal;
  margin-top: 15px;
}
.product-detail-product-manufacturer .product-manufacturer-info .product-manufacturer-description .product-manufacturer-button:hover {
  text-decoration: none;
  background: #F4F4F4;
}
@media (min-width: 768px) {
  .product-detail-product-manufacturer {
    order: 1;
    margin-top: 0;
  }
}
.product-tabs .card-header, .product-detail-cross-selling .card-tabs .card-header {
  padding: 0;
}
.product-tabs .nav-tabs, .product-detail-cross-selling .card-tabs .nav-tabs {
  border: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
.product-tabs .nav-tabs .nav-item, .product-detail-cross-selling .card-tabs .nav-tabs .nav-item {
  margin-right: 20px;
  flex: 0 0 auto;
}
.product-tabs .nav-tabs .nav-item:last-child, .product-detail-cross-selling .card-tabs .nav-tabs .nav-item:last-child {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .product-tabs .nav-tabs .nav-item:last-child, .product-detail-cross-selling .card-tabs .nav-tabs .nav-item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .product-tabs .nav-tabs, .product-detail-cross-selling .card-tabs .nav-tabs {
    overflow-x: auto;
    margin-right: -20px;
  }
}
.product-tabs .nav-tabs .nav-link, .product-detail-cross-selling .card-tabs .nav-tabs .nav-link {
  padding: 25px 0 8px 0;
  border-bottom: none;
  line-height: normal;
  color: #0071DB;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}
.is-dark-background .product-tabs .nav-tabs .nav-link, .is-dark-background .product-detail-cross-selling .card-tabs .nav-tabs .nav-link, .product-detail-cross-selling .is-dark-background .card-tabs .nav-tabs .nav-link {
  color: #FFFFFF;
}
.product-tabs .nav-tabs .nav-link.active, .product-detail-cross-selling .card-tabs .nav-tabs .nav-link.active {
  color: #222222 !important;
  border-bottom: 1px solid #222222 !important;
  background-color: transparent;
  font-weight: bold;
}
.is-dark-background .product-tabs .nav-tabs .nav-link.active, .is-dark-background .product-detail-cross-selling .card-tabs .nav-tabs .nav-link.active, .product-detail-cross-selling .is-dark-background .card-tabs .nav-tabs .nav-link.active {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}
.product-tabs .nav-tabs .nav-link:hover, .product-detail-cross-selling .card-tabs .nav-tabs .nav-link:hover {
  color: #0071DB;
  border-bottom: 1px solid #0071DB;
}
.is-dark-background .product-tabs .nav-tabs .nav-link:hover, .is-dark-background .product-detail-cross-selling .card-tabs .nav-tabs .nav-link:hover, .product-detail-cross-selling .is-dark-background .card-tabs .nav-tabs .nav-link:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.product-tabs .tab-content .offcanvas-header, .product-detail-cross-selling .card-tabs .tab-content .offcanvas-header {
  display: none;
}
.product-preparation-tips .preparation-tip {
  position: relative;
  padding: 10px 10px 10px 60px;
  border-radius: 4px;
  overflow: hidden;
}
.product-preparation-tips .preparation-tip + .preparation-tip {
  margin-top: 10px;
}
.product-preparation-tips .preparation-tip-name {
  font-weight: bold;
  font-size: 16px;
}
.product-preparation-tips .preparation-tip-duration {
  color: #666666;
}
.product-preparation-tips .preparation-tip-media {
  position: absolute;
  top: 14px;
  left: 0;
  overflow: hidden;
}
.product-preparation-tips .preparation-tip-media img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.product-preparation-tips .preparation-tip-media img:hover {
  transform: scale(1.05);
}
.product-preparation-tips .preparation-tip-media svg {
  width: 30px;
  height: 100%;
}
.product-preparation-tips .preparation-tip-media img {
  object-fit: cover;
}
.product-info-banners {
  padding: 0 50px 0 0;
  overflow: visible;
}
.product-info-banners .tns-ovh {
  overflow: visible;
}
.product-info-banners .product-info-banner-wrapper .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 4px;
}
.product-info-banners .product-info-banner-wrapper .image-wrapper img, .product-info-banners .product-info-banner-wrapper .image-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.product-info-banners .product-info-banner-wrapper .image-wrapper img {
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.product-info-banners .product-info-banner-wrapper .image-wrapper img:hover {
  transform: scale(1.05);
}
.product-info-banners .product-info-banner-wrapper .info-banner-info {
  margin-top: 10px;
}
.product-info-banners .product-info-banner-wrapper .info-banner-info .info-banner-title {
  font-weight: bold;
  font-size: 16px;
}
.product-info-banners .product-info-banner-wrapper .info-banner-info .info-banner-description {
  margin-top: 9px;
  font-size: 16px;
  line-height: 23px;
}
.product-info-banners .product-info-banner-wrapper .actions {
  margin-top: 6px;
}
.product-info-banners .product-info-banner-wrapper .actions a {
  color: #0071DB;
  font-size: 16px;
}
.product-info-banners .product-info-banner-wrapper .actions a svg {
  width: auto;
  height: 5px;
  fill: #0071DB;
}
.product-info-banners .product-info-banner-wrapper .actions a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product-info-banners {
    padding: 0;
    overflow: visible;
  }
  .product-info-banners .product-info-banner-slider .tns-ovh {
    overflow: hidden;
  }
}
.product-recipes {
  padding: 0;
  overflow: visible;
}
.product-recipes .tns-ovh {
  overflow: visible;
}
.product-recipes .product-recipe-wrapper {
  position: relative;
}
.product-recipes .product-recipe-wrapper .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.product-recipes .product-recipe-wrapper .image-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.product-recipes .product-recipe-wrapper .image-wrapper .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-recipes .product-recipe-wrapper:hover .image-wrapper img {
  transform: scale(1.05);
}
.product-recipes .product-recipe-wrapper .recipe-info {
  position: relative;
}
.product-recipes .product-recipe-wrapper .recipe-info .recipe-link {
  color: inherit;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.product-recipes .product-recipe-wrapper .recipe-info .recipe-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.product-recipes .recipe-grid-container {
  position: relative;
}
.product-recipes .recipe-grid-container .grid-recipe {
  padding-bottom: 25px;
}
.product-recipes .recipe-grid-container .grid-recipe.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
.product-recipes .show-all-boxes-button-container {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  z-index: 3;
}
.product-recipes .show-all-boxes-button-container .show-all-boxes-button {
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
}
.product-recipes .show-all-boxes-button-container .show-all-boxes-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.product-recipes .show-all-boxes-button-container .show-all-boxes-button:hover:before {
  background-color: transparent;
}
.product-recipes .show-all-boxes-button-container .show-all-boxes-button.d-none, .product-recipes .show-all-boxes-button-container .is-ctl-timewindowselection .checkout .show-all-boxes-button.checkout-aside, .is-ctl-timewindowselection .checkout .product-recipes .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .product-recipes .show-all-boxes-button-container .is-ctl-register.is-act-checkoutregisterpage .checkout .show-all-boxes-button.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .product-recipes .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .product-recipes .show-all-boxes-button-container .is-ctl-checkout .checkout .show-all-boxes-button.checkout-aside, .is-ctl-checkout .checkout .product-recipes .show-all-boxes-button-container .show-all-boxes-button.checkout-aside {
  display: none;
}
.product-recipes .product-slider-controls-container {
  height: 0;
}
@media (min-width: 605px) {
  .product-recipes {
    padding: 0 0 10px 0;
    overflow: visible;
  }
  .product-recipes .product-recipe-slider .tns-ovh {
    overflow: hidden;
  }
}
.product-nutrients {
  font-size: 16px;
}
.product-nutrients .product-nutrients-label {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.product-nutrients .indented-label {
  font-size: 14px;
  color: #222222;
  padding-left: 10px;
  line-height: 21px;
}
.product-nutrients .indented-value {
  font-size: 14px;
}
.product-nutrients .product-nutrient-info.product-ingredients, .product-nutrients .product-nutrient-info.product-allergens, .product-nutrients .product-nutrient-info.product-latin-description, .product-nutrients .product-nutrient-info.product-origins, .product-nutrients .product-nutrient-info.product-fishing-gears, .product-nutrients .product-nutrient-info.product-highlight-certificate, .product-nutrients .product-nutrient-info.product-additional-information {
  margin-top: 20px;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .highlight-certificate {
  font-size: 16px;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .product-highlight-certificate-link {
  font-size: 14px;
  line-height: 1.5;
  color: #0071DB;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .certificate-info-wrapper {
  gap: 10px;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .certificate-image svg {
  margin-top: 3px;
  height: 30px;
  width: auto;
  pointer-events: none;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .certificate-image.certificate-naturland svg {
  height: 35px;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .certificate-info {
  gap: 10px;
}
.product-nutrients .product-nutrient-info.product-highlight-certificate .certificate-number {
  font-size: 8px;
  color: #666666;
  white-space: nowrap;
}
.product-nutrients table.product-nutrients-table {
  --bs-table-striped-bg: $white;
}
.product-nutrients table.product-nutrients-table td {
  padding: 8px;
  background: inherit;
}
.product-nutrients table.product-nutrients-table td:nth-child(1) {
  width: 38%;
}
.product-nutrients table.product-nutrients-table td:nth-child(2) {
  width: 31%;
}
.product-nutrients table.product-nutrients-table td:nth-child(3) {
  width: 31%;
}
.product-nutrients table.product-nutrients-table td.value-col {
  font-size: 15px;
}
.product-nutrients table.product-nutrients-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.product-nutrients table.product-nutrients-table.table-striped tbody tr:nth-of-type(even) {
  background-color: #F4F4F4;
}
.product-nutrients table.product-nutrients-table.table-striped tbody tr td:nth-of-type(even) {
  border-left: 1.3px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.product-nutrients table.product-nutrients-table.table-striped .product-nutrient-label td {
  color: #666666;
  padding-top: 0;
}
.product-detail-description {
  font-size: 16px;
}
.product-detail-description.use-original-description h3:nth-child(1), .product-detail-description.use-original-description .h3:nth-child(1) {
  display: none;
}
.product-detail-description h3, .product-detail-description .h3 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  font-weight: normal;
  margin: 15px 0 20px 0;
}
@media (min-width: 992px) {
  .product-detail-description h3, .product-detail-description .h3 {
    margin: 0 0 20px 0;
  }
}
.product-detail-description p {
  line-height: 24px;
  margin-bottom: 30px;
  font-size: 16px;
}
.product-detail-description p:nth-last-child(1) {
  margin-bottom: 0;
}
.product-detail-description .more-link {
  text-decoration: underline;
  color: #222222;
}
@media (min-width: 992px) {
  .product-detail-description {
    padding-top: 0;
    border-top: 0;
  }
  .product-detail-description h3, .product-detail-description .h3 {
    margin-bottom: 25px;
  }
  .product-detail-description p {
    margin-bottom: 20px;
  }
}
.product-detail-description + .not-for-minors-disclaimer {
  line-height: 24px;
  font-size: 16px;
  margin-top: 15px;
}
.product-detail-description table.nutritional-facts {
  width: 100%;
}
.product-reviews .product-reviews-inner {
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
}
.product-reviews .product-reviews-inner h3, .product-reviews .product-reviews-inner .h3 {
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.product-reviews .product-reviews-inner .review-more-button {
  padding: 12px 20px;
  border: 1px solid #222222;
  font-size: 15px;
  display: inline-block;
  width: auto;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.product-reviews .product-reviews-inner .review-more-button:hover {
  background: #222222;
  color: #FFFFFF;
}
.product-reviews .product-reviews-inner .offcanvas-header {
  display: none;
}
.product-reviews .product-reviews-inner .offcanvas-body {
  overflow: hidden;
}
.product-reviews .product-reviews-inner .product-detail-review .product-detail-review-sortby-form {
  display: flex;
  align-items: center;
}
.product-reviews .product-reviews-inner .product-detail-review .product-detail-review-sortby-form .product-detail-review-sortby-label {
  width: 115px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-reviews .product-reviews-inner {
    padding-top: 52px;
  }
}
.product-reviews .product-reviews-inner .squarelovin {
  margin-bottom: 16px;
}
.product-reviews .product-reviews-wrapper .offcanvas-close {
  display: none;
}
.product-reviews .product-reviews-wrapper #squarelovin-gallery {
  overflow-x: hidden;
}
.product-reviews .product-reviews-wrapper #squarelovin-gallery .squarelovin-container .squarelovin-headline-container h3, .product-reviews .product-reviews-wrapper #squarelovin-gallery .squarelovin-container .squarelovin-headline-container .h3 {
  font-size: 20px !important;
  margin-bottom: 5px !important;
}
.product-reviews .product-reviews-wrapper .product-review-container .product-detail-review-content {
  display: block;
}
.product-reviews .product-reviews-wrapper .product-review-container .product-detail-review-content .product-detail-review-title {
  margin-top: 10px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-reviews .product-reviews-wrapper .product-review-container .product-detail-review-counter {
  display: none;
}
.product-reviews .product-reviews-wrapper .product-review-container .product-detail-review-actions {
  margin-bottom: 10px;
}
.product-reviews .product-reviews-wrapper .product-review-container .review-info-container {
  margin-bottom: 15px;
}
.product-reviews .product-reviews-wrapper .product-review-container .review-info-container .review-info-link, .product-reviews .product-reviews-wrapper .product-review-container .review-info-container .review-info-label {
  display: inline-block;
  font-size: 11px;
  color: #666666;
}
.product-reviews .product-reviews-wrapper .product-review-container .review-info-container .review-info-link:hover {
  color: #666666;
  text-decoration: underline;
}
.product-reviews .product-reviews-wrapper .product-review-container .review-info-container #reviewInfo {
  padding: 5px 0 0 0;
  width: 100%;
  font-size: 11px;
  color: #666666;
}
.product-detail-review .product-detail-review-widget {
  margin-bottom: 16px;
}
.product-detail-review .product-detail-review-widget hr, .product-detail-review .product-detail-review-widget .product-detail-review-teaser {
  display: none;
}
.product-detail-review .pagination-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.product-detail-review .pagination-nav .pagination {
  display: inline-flex;
  width: auto;
}
.product-detail-review .product-detail-review-content {
  display: block;
}
.product-detail-review .product-detail-review-content .product-detail-review-title {
  margin-top: 10px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-detail-review .product-detail-review-counter {
  display: none;
}
.product-detail-review .product-detail-review-actions {
  margin-bottom: 10px;
}
.product-detail-review .review-info-container {
  margin-bottom: 15px;
}
.product-detail-review .review-info-container .review-info-link, .product-detail-review .review-info-container .review-info-label {
  display: inline-block;
  font-size: 11px;
  color: #666666;
}
.product-detail-review .review-info-container .review-info-link:hover {
  color: #666666;
  text-decoration: underline;
}
.product-detail-review .review-info-container #reviewInfo {
  padding: 5px 0 0 0;
  width: 100%;
  font-size: 11px;
  color: #666666;
}
.product-top-sellers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .product-top-sellers {
    overflow: visible;
  }
}
.product-top-sellers h3, .product-top-sellers .h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-top-sellers .product-top-sellers-slider {
  overflow: visible;
  padding: 0;
  margin: 0;
}
.product-top-sellers .product-top-sellers-slider .tns-ovh {
  overflow: visible;
}
@media (min-width: 1280px) {
  .product-top-sellers .product-top-sellers-slider .tns-ovh {
    overflow: hidden;
  }
}
.product-top-sellers .product-top-sellers-slider .grid-product {
  margin-bottom: 20px;
}
.product-top-sellers .product-top-sellers-slider .grid-product.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
.product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 3;
}
.product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button {
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
}
.product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button:hover:before {
  background-color: transparent;
}
.product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button.d-none, .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .is-ctl-timewindowselection .checkout .show-all-boxes-button.checkout-aside, .is-ctl-timewindowselection .checkout .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .is-ctl-register.is-act-checkoutregisterpage .checkout .show-all-boxes-button.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .is-ctl-checkout .checkout .show-all-boxes-button.checkout-aside, .is-ctl-checkout .checkout .product-top-sellers .product-top-sellers-slider .show-all-boxes-button-container .show-all-boxes-button.checkout-aside {
  display: none;
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider.has-nav {
  padding: 0;
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-prev, .product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-prev:disabled, .product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-prev[disabled], .product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-next:disabled, .product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
.product-top-sellers .product-top-sellers-slider .top-seller-slider .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .price-unit-reference {
  padding-right: 4px;
  white-space: nowrap;
  flex-grow: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-top-sellers .product-top-sellers-slider {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 -18px;
  }
}
.corporate-product-slider {
  overflow: hidden;
  padding-left: 0;
  padding-right: 30px;
  margin: 0;
}
.corporate-product-slider h3, .corporate-product-slider .h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.corporate-product-slider .tns-ovh {
  overflow: visible;
}
@media (min-width: 1280px) {
  .corporate-product-slider .tns-ovh {
    overflow: hidden;
  }
}
.corporate-product-slider .base-slider.has-nav {
  padding: 0;
}
.corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-prev, .corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-next {
  width: 35px;
  height: 35px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-prev:disabled, .corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-prev[disabled], .corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-next:disabled, .corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-next[disabled] {
  display: none;
}
.corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-prev {
  left: -17px;
}
.corporate-product-slider .base-slider .base-slider-controls .base-slider-controls-next {
  right: -17px;
}
@media (min-width: 768px) {
  .corporate-product-slider {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 -18px;
  }
}
.product-detail-cross-selling .card-tabs {
  margin-top: 0;
}
.product-detail-cross-selling .product-detail-tabs-content {
  padding-top: 5px;
  margin: 0;
}
.product-detail-cross-selling .product-detail-tabs-content .tab-pane {
  margin-top: 0;
}
.product-detail-cross-selling .product-detail-tabs-content .tab-pane:not(.active) {
  display: none;
}
@media (min-width: 768px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    margin: 0 -17px;
  }
}
.product-detail-cross-selling .cms-element-product-slider {
  padding-left: 0;
  padding-right: 20px;
  overflow: visible;
}
.product-detail-cross-selling .cms-element-product-slider .product-slider {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-detail-cross-selling .cms-element-product-slider {
    overflow: hidden;
    padding: 0 17px;
  }
}
.product-detail-cross-selling .cms-element-product-slider .show-all-boxes-button-container {
  bottom: 10px;
}
.product-detail-cross-selling .cms-element-product-slider .product-box .price-unit-reference {
  padding-right: 4px;
  white-space: nowrap;
  flex-grow: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 1200px) {
  .product-detail-cross-selling {
    padding-right: 10px;
  }
}
.product-stock-notification {
  background: #F1F4F6;
  padding: 15px 25px;
  border-radius: 7px;
}
.product-stock-notification.success {
  background: #E8F5EC;
}
.product-stock-notification.success .product-stock-notification-info {
  color: #24A148;
  margin-bottom: 0;
}
.product-stock-notification.success .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-stock-notification.success .product-stock-notification-info .notification-mail-icon-success {
  display: inline-block;
}
.product-stock-notification.failed {
  background: #FBE7E8;
}
.product-stock-notification.failed .product-stock-notification-info {
  color: #DA1E28;
  margin-bottom: 0;
}
.product-stock-notification.failed .product-stock-notification-info .notification-mail-icon {
  display: none;
}
.product-stock-notification.failed .product-stock-notification-info .notification-mail-icon-failed {
  display: inline-block;
}
.product-stock-notification .product-stock-notification-info {
  position: relative;
  color: #222222;
  padding: 0 20px 0 43px;
  line-height: 24px;
  margin-bottom: 14px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-stock-notification .product-stock-notification-info {
    font-size: 16px;
  }
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon, .product-stock-notification .product-stock-notification-info .notification-mail-icon-success, .product-stock-notification .product-stock-notification-info .notification-mail-icon-failed {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon svg, .product-stock-notification .product-stock-notification-info .notification-mail-icon-success svg, .product-stock-notification .product-stock-notification-info .notification-mail-icon-failed svg {
  width: auto;
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon svg {
  height: 30px;
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon-success, .product-stock-notification .product-stock-notification-info .notification-mail-icon-failed {
  display: none;
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon-success svg, .product-stock-notification .product-stock-notification-info .notification-mail-icon-failed svg {
  height: 22px;
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon-success svg {
  fill: #24A148;
}
.product-stock-notification .product-stock-notification-info .notification-mail-icon-failed svg {
  fill: #DA1E28;
}
.get-notified-widget-container {
  margin-bottom: 0;
  background: #FFFFFF;
  border-radius: 7px;
  border: 1px solid #EEEEEE;
  --bs-gutter-x: 0;
  overflow: hidden;
}
.get-notified-widget-container .data-protection-information {
  display: none;
}
.get-notified-widget-container input {
  font-size: 16px;
  height: 45px;
  border: none;
}
.get-notified-widget-container input:focus {
  outline: none;
  border-color: #FFFFFF;
}
@media (min-width: 768px) {
  .get-notified-widget-container input {
    font-size: 14px;
  }
}
.get-notified-widget-container button {
  font-size: 14px;
  border-width: 1px solid #197999;
  background: #197999;
  border-radius: 7px;
  color: #FFFFFF;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  height: 45px;
}
.get-notified-widget-container button:hover {
  background: #4794AE;
  border-color: #4794AE;
}
.get-notified-widget-container button.btn-notify .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #F4F4F4;
  border-top: 2px solid #222222;
  margin: 0 auto;
}
.get-notified-widget-container button.btn-notify:focus {
  outline: none;
}
.product-available-substitutes {
  overflow: visible;
}
.product-available-substitutes .product-available-substitutes-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-available-substitutes .cms-element-product-slider .base-slider .tns-outer {
  overflow: hidden;
}
.product-available-substitutes .cms-element-product-slider .show-all-boxes-button-container {
  bottom: 35px;
}
.product-available-substitutes .cms-element-product-slider {
  padding-right: 0;
}
.product-available-substitutes .product-box .product-badges {
  display: none;
}
.product-available-substitutes .product-box .product-info {
  padding: 10px;
}
.product-available-substitutes .product-box .product-info .product-kicker {
  margin: 0;
}
.product-available-substitutes .product-box .product-info .product-number {
  font-size: 12px;
}
.product-available-substitutes .product-box .product-info .product-name {
  font-size: 13px;
}
.product-available-substitutes .product-box .product-description, .product-available-substitutes .product-box .product-box-price-cart-row {
  display: none;
}
.product-questions {
  border-top: 1px solid #DDDDDD;
  padding: 30px 0;
}
.product-questions .offcanvas-header {
  display: none;
}
.product-questions .offcanvas-close {
  display: none;
}
.product-questions .offcanvas-body {
  overflow: hidden;
}
.product-questions h3, .product-questions .h3 {
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.product-questions .article-question-box {
  margin-bottom: 15px;
  background: #F1F4F6;
  border-radius: 4px;
}
.product-questions .article-question-box h4, .product-questions .article-question-box .h4 {
  font-size: 16px;
  font-weight: normal;
}
.product-questions .article-question-box .question-content-wrapper {
  padding: 15px;
}
.product-questions .article-question-box .question-content-wrapper .question-text {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
}
.product-questions .article-question-box .question-content-wrapper .answer-text {
  line-height: 24px;
  font-size: 14px;
}
.product-questions .article-question-box .question-content-wrapper .answer-info {
  display: block;
  font-size: 12px;
  color: #666666;
}
.product-questions .question-form {
  margin-top: 22px;
}
.product-questions .question-form .text-area-container {
  margin-bottom: 0;
}
.product-questions .question-form .text-area-container .question-text-area {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  resize: both;
  min-height: 51px;
  line-height: 21px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding: 14px 17px;
  font-size: 16px;
}
.product-questions .question-form .text-area-container .question-text-area:empty::before {
  content: "Ihre Frage";
  color: #666666;
}
.product-questions .question-form .text-area-container .question-text-area.invalid {
  border-color: #FF464A;
}
.product-questions .question-form .text-area-container .question-text-area:focus-visible {
  outline: none;
  border: 2px solid #76C5C5;
}
.product-questions .question-form .privacy-notice-text {
  font-size: 11px;
  color: #c3c3c3;
  margin-top: 5px;
}
.product-questions .question-form .privacy-notice-text a {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product-questions .question-form .privacy-notice-text {
    font-size: 12px;
  }
}
.product-questions .question-form .data-protection-information {
  display: none;
}
.product-questions .question-form .email-info-container {
  display: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-questions .question-form .email-info-container #articleQuestionsFormMail {
  height: 51px;
  font-size: 16px;
}
.product-questions .question-form .email-info-container #articleQuestionsFormMail.invalid {
  border-color: #FF464A;
}
.product-questions .question-form .email-info-container #articleQuestionsFormMail:focus-visible {
  outline: none;
  border: 2px solid #76C5C5;
}
.product-questions .question-form .question-form-button {
  display: flex;
  justify-content: right;
}
.product-questions .question-form .question-form-button.top-align {
  align-items: flex-start;
}
.product-questions .question-form .question-form-button.bottom-align {
  align-items: flex-end;
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button {
  height: 51px;
  font-weight: normal;
  margin-top: 10px;
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button[disabled] {
  background: #F1F4F6;
  border-color: #F1F4F6;
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button[disabled]:hover {
  background: #F4F4F4;
  border-color: #F4F4F4;
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button .submit-loader {
  display: none;
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-questions .question-form .question-form-button .nimbits-ask-question-button {
    margin-top: 0;
  }
}
.product-questions .question-form .question-form-button .nimbits-ask-question-button:focus-visible {
  color: #FFFFFF;
  box-shadow: 0 0 0 0.125rem #FFFFFF, 0 0 0 0.25rem #028e93;
}
@media (min-width: 768px) {
  .product-questions .question-form .question-form-button {
    justify-content: left;
  }
}
.product-questions .question-form .privacy-notice-wrapper {
  display: none;
}
.product-questions .question-form.is-loading .submit-text {
  display: none;
}
.product-questions .question-form.is-loading .submit-loader {
  display: block !important;
}
.product-questions .question-form .success-message {
  border: 1px solid #24A148;
  color: #24A148;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  background: #E8F5EC;
}
.product-questions .question-form .success-message span {
  position: relative;
  padding-left: 23px;
}
.product-questions .question-form .success-message span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "✓";
  font-size: 24px;
  transform: translateY(-50%);
}
.product-questions .question-form .failure-message, .product-questions .question-form .warning-message {
  color: #FF464A;
  font-size: 12px;
  margin-top: 10px;
}
.product-questions .nb_articlequestions_empty {
  padding: 15px;
  background: #F4F4F4;
  border-radius: 4px;
}
.product-questions .pagination-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.product-questions .pagination-nav .pagination {
  display: inline-flex;
  width: auto;
}
.properties-table .properties-wrapper:nth-of-type(even) {
  background: #F4F4F4;
}
.properties-table .properties-wrapper .properties-label {
  padding: 12px;
}
.properties-table .properties-wrapper .properties-label:nth-of-type(even) {
  border-left: 1px solid #DDDDDD;
}
.review-form-rating .point-container, .product-review-rating .point-container {
  position: relative;
  display: inline-block;
}
.review-form-rating .point-container .point-rating, .product-review-rating .point-container .point-rating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.review-form-rating .point-container .point-rating svg, .product-review-rating .point-container .point-rating svg {
  vertical-align: top;
}
.review-form-rating .point-container .point-rating-filled svg, .product-review-rating .point-container .point-rating-filled svg {
  fill: #F1C21B;
}
.review-form-rating .point-container .point-rating-empty svg, .product-review-rating .point-container .point-rating-empty svg {
  fill: #EEEEEE;
}
.review-form-rating .point-container.point-container-full .point-rating-empty, .product-review-rating .point-container.point-container-full .point-rating-empty {
  display: none;
}
.review-form-rating .point-container.point-container-half .point-rating-empty, .product-review-rating .point-container.point-container-half .point-rating-empty {
  text-indent: -50%;
  left: 50%;
}
.review-form-rating .point-container {
  width: 25px;
  height: 25px;
}
.review-form-rating.recipe-review-form-rating-input .point-container .point-rating-empty svg {
  fill: #C7C3C3;
}
.review-form-rating .product-detail-review-form-rating-text {
  font-weight: normal;
  margin-bottom: 5px;
  margin-left: 8px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.review-form-rating .product-detail-review-form-star {
  margin-right: 2px;
}
.review-form-rating .product-detail-review-form-star.is-active .product-review-point .point-rating-empty {
  display: none;
}
.review-form-rating .product-detail-review-form-star.is-active .product-review-point .point-rating-filled {
  display: block;
}
.review-form-rating .product-detail-review-form-star .product-review-point .point-rating-empty {
  display: block;
}
.review-form-rating .product-detail-review-form-star .product-review-point .point-rating-filled {
  display: none;
}
.review-form-rating .product-detail-review-form-star .icon:hover {
  cursor: pointer;
}
.review-form-rating .product-detail-review-form-star svg {
  width: auto;
  height: 25px;
}
.product-review-rating .point-container {
  width: 15px;
  height: 15px;
}
.is-ctl-productreviewpage .point-container .point-rating:hover svg {
  fill: #F1C21B;
}
.is-ctl-productreviewpage .product-reviews-wrapper {
  padding: 30px 0;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review:last-child {
  margin-bottom: 0;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .review-item-img {
  border-radius: 5px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-name {
  font-size: 16px;
  font-weight: normal;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-name {
    margin-top: 0;
  }
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-form .review-title, .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-form .review-content {
  background: none;
  font-size: 16px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-form .review-title {
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 290px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-form .review-content {
  height: 140px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-rating {
  margin-bottom: 0;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-rating .product-detail-review-form-rating-input {
  display: block;
}
@media (min-width: 768px) {
  .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-rating .product-detail-review-form-rating-input {
    display: flex;
  }
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-footer a, .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .disclaimer a {
  color: #0071DB;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-footer a:hover, .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .disclaimer a:hover {
  color: #0071DB;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .disclaimer {
  max-width: 500px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .disclaimer h3, .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .disclaimer .h3 {
  font-weight: normal;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-actions .btn-review-submit {
  font-weight: normal;
  height: 40px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-actions .btn-review-submit.disable-review {
  background: #F4F4F4;
  border: #DDDDDD;
  color: #666666;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-detail-review-form-actions .btn-review-submit .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #FFFFFF;
  margin: 0 auto;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .requirement-info {
  margin-bottom: 5px;
  color: #028E93;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .requirement-info .counter-and {
  padding: 0 2px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .requirement-info .counter-label {
  padding-left: 2px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert {
  position: relative;
  padding-left: 5px;
  top: -6px;
  display: none;
  margin-top: 5px;
  color: #028E93;
}
@media (min-width: 768px) {
  .is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert {
    padding-left: 10px;
    margin-top: 7px;
  }
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .review-success-icon {
  display: none;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .review-success-icon svg {
  width: auto;
  height: 18px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert.show {
  display: block;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .product-review-delete {
  display: none;
  color: #DA1E28;
  margin-left: 12px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .product-review-delete:hover {
  color: #DA1E28;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .product-review-delete.show {
  display: inline-block;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .product-review-delete .review-loader {
  position: relative;
  top: 2px;
  display: inline-block;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .product-review-delete .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #FF464A;
  border-top: 2px solid #DA1E28;
  margin: 0 auto;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .review-loader {
  position: relative;
  top: 5px;
  display: none;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .product-review-alert .review-loader.d-inline-block {
  display: inline-block;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-alert {
  display: none;
  max-width: 500px;
}
.is-ctl-productreviewpage .product-reviews-wrapper .product-review .product-detail-review-form .review-alert .alert {
  margin: 0 0 10px 0;
}
.is-ctl-productreviewpage .no-product-review {
  padding: 20px;
  background: #F1F4F6;
  text-align: center;
  border-radius: 5px;
}
.dsee-recipe-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px;
  overflow: hidden;
}
.dsee-recipe-box .dsee-recipe-image-container, .dsee-recipe-box .banner-link, .dsee-recipe-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dsee-recipe-box .recipe-link {
  color: inherit;
}
.dsee-recipe-box .recipe-link.normal-hover:hover {
  color: inherit;
  text-decoration: underline;
}
.dsee-recipe-box .recipe-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.dsee-recipe-box img {
  object-fit: cover;
}
.dsee-recipe-box.horizontal .background {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}
.dsee-recipe-box.horizontal .background-triangle {
  position: absolute;
  right: 35%;
  top: 0;
  height: 100%;
  transform: scaleX(0.5);
  transform-origin: 100%;
}
.dsee-recipe-box.horizontal .dsee-recipe-image-container {
  left: 0;
  width: 65%;
}
.dsee-recipe-box .dsee-recipe-image-container {
  overflow: hidden;
}
.dsee-recipe-box .dsee-recipe-image-container.contains-placeholder {
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.1);
}
.dsee-recipe-box .dsee-recipe-image-container.contains-placeholder .dsee-recipe-image-placeholder {
  position: absolute;
  width: 85%;
  max-width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dsee-recipe-box .dsee-recipe-image-container img {
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.dsee-recipe-box .dsee-recipe-image-container:hover img {
  transform: scale(1.05);
}
.dsee-recipe-box .content {
  margin-right: 5%;
  width: 25%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: flex-end;
  text-align: right;
}
.dsee-recipe-box .name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  position: relative;
}
.dsee-recipe-box.header-font-lunchbox .name {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 32px;
  line-height: 36px;
  max-height: 72px;
}
.dsee-recipe-box.header-font-newsreader .name {
  font-family: Newsreader, TimesNewRoman, Georgia, serif;
}
.dsee-recipe-box.header-font-gotham .name {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.dsee-recipe-box .recipe-info {
  display: flex;
  justify-content: flex-end;
}
.dsee-recipe-box .difficulty, .dsee-recipe-box .cooking-time {
  display: flex;
  justify-content: flex-end;
}
.dsee-recipe-box .difficulty svg, .dsee-recipe-box .cooking-time svg {
  width: 16px;
  margin-right: 5px;
  fill: currentColor;
}
.dsee-recipe-box .difficulty span, .dsee-recipe-box .cooking-time span {
  font-size: 15px;
  margin-top: 3px;
}
.dsee-recipe-box .difficulty {
  margin-right: 10px;
}
.dsee-recipe-box .actions {
  margin-top: 15px;
}
.dsee-recipe-box .actions .btn {
  padding: 8px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-right: 20px;
  text-decoration: none;
  color: currentColor;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.dsee-recipe-box .actions .btn.btn-primary {
  border: 1px solid currentColor;
  padding: 8px 12px;
}
.dsee-recipe-box .actions .btn:first-child {
  margin-right: 0;
}
.dsee-recipe-box.vertical {
  flex-direction: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  justify-content: flex-start;
  height: auto;
}
.dsee-recipe-box.vertical .dsee-recipe-image-container {
  position: relative;
  padding-bottom: 72%;
  height: 0;
  overflow: hidden;
}
.dsee-recipe-box.vertical .content {
  width: 100%;
  margin: 0;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-style: solid;
  border-color: rgba(127, 127, 127, 0.1);
}
.dsee-recipe-box.vertical .name {
  font-size: 18px;
  line-height: 20px;
  height: auto;
}
.dsee-recipe-box.vertical.header-font-lunchbox .name {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  line-height: 28px;
  max-height: 56px;
}
.dsee-recipe-box.vertical.header-font-newsreader .name {
  font-family: Newsreader, TimesNewRoman, Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  max-height: 56px;
}
.dsee-recipe-box.vertical.header-font-gotham .name {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  line-height: 28px;
  max-height: 56px;
  font-weight: normal;
}
.dsee-recipe-box.vertical .actions .btn:first-child {
  margin-left: 0;
  margin-right: 10px;
}
.dsee-recipe-box.borderless {
  border-color: transparent;
  background: transparent !important;
}
.dsee-recipe-box.borderless .dsee-recipe-image-container {
  border-radius: 4px;
  overflow: hidden;
}
.dsee-recipe-box.borderless .content {
  border-color: transparent;
  padding: 10px 0;
}
.dsee-recipe-box.borderless .name {
  font-size: 16px;
  line-height: 22px;
  max-height: 70px;
  font-weight: normal;
}
.dsee-recipe-box.borderless .recipe-info, .dsee-recipe-box.borderless .actions {
  display: none;
}
.dsee-recipe-box.centered .content {
  text-align: center;
}
.dsee-recipe-box.squared .dsee-recipe-image-container {
  padding-bottom: 100%;
}
.dsee-recipe-box .recipe-bookmark .recipe-bookmark-action-circle {
  height: 32px;
  width: 32px;
  border-style: none;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 11px;
  padding: 0;
}
.dsee-recipe-box .recipe-bookmark .recipe-bookmark-action-circle:focus {
  outline: none;
}
.dsee-recipe-box .recipe-bookmark .recipe-bookmark-form .recipe-bookmark-btn-remove {
  z-index: 2;
}
.dsee-recipe-box .recipe-bookmark .recipe-bookmark-form .recipe-bookmark-btn-remove svg {
  margin-top: 1px;
  margin-left: 1px;
}
.dsee-recipe-box .recipe-bookmark .recipe-bookmark-form .recipe-bookmark-btn-remove:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dsee-recipe-box .recipe-bookmark button {
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.dsee-recipe-box .recipe-bookmark button svg {
  margin-top: 2px;
  fill: #FFFFFF;
  width: 23px;
  transition: all 0.4s ease-in-out;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.93));
}
.dsee-recipe-box .recipe-bookmark button .hover {
  display: none;
}
.dsee-recipe-box .recipe-bookmark button:hover svg {
  fill: #FFFFFF;
}
.dsee-recipe-box .recipe-bookmark button:hover .base {
  display: none;
}
.dsee-recipe-box .recipe-bookmark button:hover .hover {
  display: inline-block;
}
.pagination .page-item {
  padding: 9px;
}
.pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next) {
  display: none;
}
.pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next).active {
  display: list-item;
}
@media screen and (min-width: 400px) {
  .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(3), .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(4) {
    display: list-item;
  }
}
@media screen and (min-width: 480px) {
  .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(5) {
    display: list-item;
  }
}
@media (min-width: 576px) {
  .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(6) {
    display: list-item;
  }
}
@media (min-width: 768px) {
  .pagination .page-item:not(.page-first):not(.page-last):not(.page-prev):not(.page-next):nth-child(7) {
    display: list-item;
  }
}
.pagination .page-item .page-link {
  border-radius: 5px;
  border: 1px solid #F1F4F6;
  background: #F1F4F6;
  padding: 0;
  line-height: 30px;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  position: relative;
}
.pagination .page-item .page-link span {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #222222;
  transform: translate(-50%, -50%);
}
.pagination .page-item .page-link:hover {
  border-color: #222222;
}
.pagination .page-item.page-first .page-link, .pagination .page-item.page-last .page-link, .pagination .page-item.page-prev .page-link, .pagination .page-item.page-next .page-link {
  border: 1px solid #222222;
  background: #FFFFFF;
  cursor: pointer;
}
.pagination .page-item.page-first .page-link:hover, .pagination .page-item.page-last .page-link:hover, .pagination .page-item.page-prev .page-link:hover, .pagination .page-item.page-next .page-link:hover {
  background: #F4F4F4;
}
.pagination .page-item.page-first .page-link svg, .pagination .page-item.page-last .page-link svg, .pagination .page-item.page-prev .page-link svg, .pagination .page-item.page-next .page-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15px;
  width: auto;
}
.pagination .page-item.page-prev {
  margin-right: 10px;
}
.pagination .page-item.page-next {
  margin-left: 10px;
}
.pagination .page-item.active .page-link {
  border: 1px solid #666666;
  background: #666666;
}
.pagination .page-item.active .page-link span {
  color: #FFFFFF;
}
.pagination .page-item.disabled {
  display: none;
}
.pagination .page-item.page-first, .pagination .page-item.page-last {
  display: none;
}
@media (min-width: 768px) {
  .pagination .page-item.page-first:not(.disabled), .pagination .page-item.page-last:not(.disabled) {
    display: list-item;
  }
}
.cms-element-sidebar-filter .filter-panel-wrapper {
  display: none;
  padding: 20px 0 0 0;
}
.cms-element-sidebar-filter .filter-panel-wrapper .icon-wrapper {
  display: inline-block;
}
.cms-element-sidebar-filter .filter-panel-wrapper .icon-wrapper svg {
  width: 15px;
  margin-left: 5px;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-item-dropdown {
  border-color: #62B4B2;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-items-container {
  margin-bottom: 0;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-items-container .filter-header-desktop {
  padding: 10px 10px 0 0;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel {
  margin-bottom: 0;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-active-container .filter-reset-all {
  color: #62B4B2;
  border-color: #62B4B2;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-active-container .filter-reset-all:hover {
  color: #FFFFFF;
  background: #62B4B2;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-active-container .filter-active:hover {
  color: #FFFFFF;
  background: #62B4B2;
  border-color: #62B4B2;
}
.cms-element-sidebar-filter .filter-panel-wrapper .filter-panel-active-container .filter-active:hover button {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .cms-element-sidebar-filter .filter-panel-wrapper {
    display: block;
  }
}
.offcanvas-filter {
  width: 330px;
  max-width: 100%;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  border-bottom: 1px solid #DDDDDD;
}
.offcanvas-filter .filter-panel-offcanvas-header h3, .offcanvas-filter .filter-panel-offcanvas-header .h3 {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  padding-top: 12px;
}
.offcanvas-filter .filter-panel-offcanvas-header h3 svg, .offcanvas-filter .filter-panel-offcanvas-header .h3 svg {
  width: 18px;
  margin-right: 10px;
}
.offcanvas-filter .filter-panel-offcanvas-header .filter-panel-offcanvas-close {
  padding: 7px;
  border-radius: 50%;
}
.offcanvas-filter .filter-panel-offcanvas-header .filter-panel-offcanvas-close svg {
  width: 18px;
}
.offcanvas-filter .filter-panel-offcanvas-header .filter-panel-offcanvas-close:hover {
  background: #F4F4F4;
}
.offcanvas-filter .filter-panel-items-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative !important;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item:last-child {
  border-bottom: none;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item-toggle {
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  display: flex;
  color: #222222;
  transition: border-color 100ms 0.25s, border-radius 0ms 0.25s;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item-toggle[aria-expanded="true"] {
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-color: transparent;
  transition: border-color 100ms 0s, border-radius 0ms 0s;
  background: #DDDDDD;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item-toggle .icon-wrapper {
  flex-grow: 1;
  text-align: right;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item-toggle .icon-wrapper svg {
  width: 15px;
  justify-self: flex-end;
}
.offcanvas-filter .filter-panel-items-container .filter-panel-item-dropdown {
  position: relative !important;
  transform: none !important;
  border: none;
}
.filter-btn-use {
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #222222;
}
::-webkit-scrollbar {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 7px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 10px;
}
.filter-pills {
  display: flex;
}
.filter-pills span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .filter-pills {
    flex-direction: column;
  }
  .filter-pills span {
    margin: 0 0 12px;
    text-align: center;
  }
}
.filter-pills-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 40px;
  padding: 0;
}
@media (max-width: 575.98px) {
  .filter-pills-list {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.filter-pills-list-item {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 10px 36px 6px;
  border: 1px solid #222222;
  border-radius: 15px;
  text-wrap: none;
  cursor: pointer;
}
.filter-pills-list-item:hover, .filter-pills-list-item.active {
  color: #FFFFFF;
  background-color: #62B4B2;
  border-color: #62B4B2;
}
.filter-property-select-preview .filter-property-preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.modal .modal-content .modal-header, .modal .modal-content .modal-body, .modal .modal-content .modal-footer {
  padding: 30px;
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
  background-color: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.modal .modal-content .modal-header .close span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  text-shadow: 0 1px 0 #FFFFFF;
}
.modal .modal-content .modal-header + .modal-body {
  margin-top: -30px;
  padding-top: 10px;
}
.modal .modal-content .modal-footer .btn-secondary {
  background: #FFFFFF;
  color: #666666;
  border-color: #666666;
  transition: all 0.4s ease-in-out;
}
.modal .modal-content .modal-footer .btn-secondary:hover {
  background: #F4F4F4;
}
.modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block {
  padding: 0;
}
.modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block .title {
  font-size: 30px;
}
.modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block h1, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block .h1, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block h2, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block .h2, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block h3, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block .h3, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block h4, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block .h4 {
  line-height: 1.1;
}
.modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block ul, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block ol, .modal .modal-content .js-pseudo-modal-template-content-element .cms-element-text-block p {
  font-size: 14px;
}
.modal.contact-form-modal .modal-content .modal-header .modal-close {
  padding: 4px 10px 10px 10px;
  border-radius: 50%;
}
.modal.contact-form-modal .modal-content .modal-header .modal-close .icon {
  width: auto;
  height: 18px;
  color: #222222;
}
.modal.contact-form-modal .modal-content .modal-header .modal-close:hover {
  background: #F4F4F4;
}
.modal.fade {
  transition: opacity 0.45s linear;
}
.modal.fade.show {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
}
.modal.address-editor-modal .modal-content {
  position: relative;
}
.modal.address-editor-modal .modal-content .modal-header.only-close {
  z-index: 20;
}
@media (min-width: 768px) {
  .modal-dialog:not(.modal-lg):not(.modal-xl) {
    max-width: 700px;
  }
}
.modal-success-message {
  display: flex;
  height: 100%;
  padding: 40px;
  justify-content: center;
  align-items: center;
  background: #24A148;
  flex-direction: column;
  border-radius: 4px;
}
.modal-success-message svg {
  width: 50px;
  height: 50px;
  fill: #FFFFFF;
}
.modal-success-message .modal-success-message-text {
  margin: 20px 0;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}
.modal-success-message .actions {
  text-align: center;
}
.modal-success-message .actions .btn-primary {
  background: #FFFFFF;
  color: #24A148;
  border: none;
}
.modal-success-message .actions .btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.modal-error-message {
  display: flex;
  height: 100%;
  padding: 40px;
  justify-content: center;
  align-items: center;
  background: #FF464A;
  flex-direction: column;
  border-radius: 4px;
}
.modal-error-message svg {
  width: 50px;
  height: 50px;
  fill: #FFFFFF;
}
.modal-error-message .modal-error-message-text {
  margin: 20px 0;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
}
.modal-error-message .actions {
  text-align: center;
}
.modal-error-message .actions .btn-primary {
  background: #FFFFFF;
  color: #FF464A;
  border: none;
}
.modal-error-message .actions .btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.modal-open {
  touch-action: none;
  -ms-touch-action: none;
}
.modal-open .content-main {
  z-index: 1051;
  background-color: #FFFFFF;
}
.modal-backdrop.show {
  display: none;
}
.offcanvas {
  width: 95%;
}
@media (min-width: 768px) {
  .offcanvas {
    width: 400px;
  }
  .offcanvas.offcanvas-filter {
    width: 300px;
  }
}
.dropdown-menu {
  font-size: 0.875rem;
}
.dropdown-menu[aria-labelledby^="address-item-dropdown-btn-"], .dropdown-menu[aria-labelledby^="address-manager-item-dropdown-btn-"] {
  padding: 20px;
  z-index: 1;
}
.dropdown-item {
  border: 1px solid #bcc1c7;
  border-radius: 4px;
}
.steps-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: none;
}
@media (min-width: 992px) {
  .steps-container {
    display: block;
  }
}
.steps-container .steps-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.steps-container .steps-list .step {
  cursor: pointer;
}
.steps-container .steps-list .step:hover .text .text-inner {
  background: #F1F4F6;
}
.steps-container .steps-list > * {
  display: none;
  flex: 1 1 0;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  height: 50px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .steps-container .steps-list > * {
    display: flex;
  }
}
.steps-container .steps-list > *.is-active {
  display: flex;
  position: relative;
}
.steps-container .steps-list > *.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 50%;
  border-bottom: 4px solid #028E93;
  /* or 100px */
}
.steps-container .steps-list > *.is-active:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #028E93;
}
.steps-container .steps-list > *.is-active .text .text-inner {
  color: #222222;
}
.steps-container .steps-list > *.is-passed {
  position: relative;
}
.steps-container .steps-list > *.is-passed:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  border-bottom: 4px solid #028E93;
  /* or 100px */
}
.steps-container .steps-list > *.is-passed .text .text-inner {
  padding-right: 37px;
}
.steps-container .steps-list > *.is-passed .text .text-inner .icon {
  display: inline-block;
}
.steps-container .steps-list > * .text {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  align-content: center;
}
.steps-container .steps-list > * .text .text-inner {
  align-self: center;
  font-size: 16px;
  color: #666666;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
}
.steps-container .steps-list > * .text .icon {
  display: none;
  position: absolute;
  top: 4px;
  right: 10px;
}
.steps-container .steps-list > * .text .icon svg {
  height: 15px;
  color: #028E93;
}
#changePaymentForm .payment-methods {
  display: block;
}
#changePaymentForm .payment-methods.d-none, #changePaymentForm .is-ctl-timewindowselection .checkout .payment-methods.checkout-aside, .is-ctl-timewindowselection .checkout #changePaymentForm .payment-methods.checkout-aside, #changePaymentForm .is-ctl-register.is-act-checkoutregisterpage .checkout .payment-methods.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout #changePaymentForm .payment-methods.checkout-aside, #changePaymentForm .is-ctl-checkout .checkout .payment-methods.checkout-aside, .is-ctl-checkout .checkout #changePaymentForm .payment-methods.checkout-aside {
  display: none;
}
#changePaymentForm .payment-methods .payment-method {
  padding: 0;
}
#changePaymentForm .payment-methods .payment-method:not(:last-child) {
  margin-bottom: 10px;
}
#changePaymentForm .payment-methods .payment-method input {
  display: none;
}
#changePaymentForm .payment-methods .payment-method .payment-method-label {
  border: 1px solid #EEEEEE;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  align-items: center;
}
#changePaymentForm .payment-methods .payment-method .payment-method-label .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
#changePaymentForm .payment-methods .payment-method .payment-method-label .image-wrapper img, #changePaymentForm .payment-methods .payment-method .payment-method-label .image-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
#changePaymentForm .payment-methods .payment-method .payment-method-label .image-wrapper img {
  object-fit: contain;
}
#changePaymentForm .payment-methods .payment-method .payment-method-label .image-wrapper svg {
  width: 70%;
  height: 70%;
}
#changePaymentForm .payment-methods .payment-method input:checked + label {
  border: 2px solid #028E93;
}
#changePaymentForm .payment-methods .payment-method input:checked + label .selected-payment-icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
}
#changePaymentForm .payment-methods .payment-method input:checked + label .selected-payment-icon svg {
  height: 15px;
  width: auto;
  fill: #028E93;
}
#changePaymentForm .payment-methods .payment-method .payment-method-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#changePaymentForm .payment-methods .payment-method .payment-method-image span {
  border: 2px solid #222222;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
#changePaymentForm .payment-methods .payment-method .payment-method-image img {
  height: auto;
  width: 80%;
}
#changePaymentForm .payment-methods .payment-method .payment-method-image img.sepa-mandat {
  width: 60%;
}
@media (min-width: 768px) {
  #changePaymentForm .payment-methods .payment-method .payment-method-image img {
    width: 100%;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.paypal {
    padding: 0 8px;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.später-bezahlen {
    padding: 0 10px;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.apple-pay, #changePaymentForm .payment-methods .payment-method .payment-method-image img.google-pay {
    padding: 0 22px;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.sepa-lastschrift {
    padding: 0 15px;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.visa {
    padding: 18px;
  }
  #changePaymentForm .payment-methods .payment-method .payment-method-image img.american-express, #changePaymentForm .payment-methods .payment-method .payment-method-image img.mastercard {
    padding: 10px;
  }
}
#changePaymentForm .payment-methods .payment-method .payment-method-description {
  width: 100%;
  color: #666666;
}
#changePaymentForm .payment-methods .payment-method .payment-method-description .payment-method-name {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
}
@media (min-width: 768px) {
  #changePaymentForm .payment-methods .payment-method .payment-method-description .payment-method-name {
    font-weight: 700;
  }
}
#changePaymentForm .payment-methods .payment-method .selected-payment-icon {
  display: none;
}
#changePaymentForm .payment-methods .payment-method #kredit-_oder_debitkarte_payment .payment-method-label .payment-method-image {
  max-height: 100% !important;
}
#changePaymentForm .payment-loader {
  margin: 30px 0 40px 0;
}
#changePaymentForm .payment-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.is-ctl-accountpayment .payment-methods .payment-method .payment-form-group {
  position: relative;
}
.is-ctl-accountpayment .payment-methods .payment-method .payment-form-group .payment-method-label .payment-method-image {
  width: 100%;
  padding-left: 30px;
}
.is-ctl-accountpayment .payment-methods .payment-method .payment-form-group input[type=radio] {
  position: absolute;
  top: 5px;
}
.is-ctl-accountpayment .payment-methods .payment-method .payment-form-group .form-check {
  padding-left: 0;
  margin-bottom: 0;
}
.delivery-time-estimate-zipcode-form, .product-delivery-time-estimate, .cart-delivery-time-estimate {
  display: flex;
}
.delivery-time-estimate-zipcode-form .location-icon svg, .product-delivery-time-estimate .location-icon svg, .cart-delivery-time-estimate .location-icon svg {
  width: 25px;
  margin-right: 5px;
}
.delivery-time-estimate-zipcode-form .estimate-zipcode a, .product-delivery-time-estimate .estimate-zipcode a, .cart-delivery-time-estimate .estimate-zipcode a {
  color: #0071DB;
}
.delivery-time-estimate-zipcode-form form, .product-delivery-time-estimate form, .cart-delivery-time-estimate form {
  display: grid;
  grid-template-columns: 55px 60px 124px;
  grid-gap: 5px;
}
.delivery-time-estimate-zipcode-form form .btn-sm, .delivery-time-estimate-zipcode-form form .btn-group-sm > .btn, .product-delivery-time-estimate form .btn-sm, .product-delivery-time-estimate form .btn-group-sm > .btn, .cart-delivery-time-estimate form .btn-sm, .cart-delivery-time-estimate form .btn-group-sm > .btn {
  padding: 0 5px;
  line-height: normal;
  background: #197999;
  border-radius: 5px;
  font-weight: normal;
  height: 35px;
  border: none;
  font-size: 14px;
}
.delivery-time-estimate-zipcode-form form .btn-sm:hover, .delivery-time-estimate-zipcode-form form .btn-group-sm > .btn:hover, .product-delivery-time-estimate form .btn-sm:hover, .product-delivery-time-estimate form .btn-group-sm > .btn:hover, .cart-delivery-time-estimate form .btn-sm:hover, .cart-delivery-time-estimate form .btn-group-sm > .btn:hover {
  background: #4794AE;
}
.delivery-time-estimate-zipcode-form form select, .delivery-time-estimate-zipcode-form form input, .product-delivery-time-estimate form select, .product-delivery-time-estimate form input, .cart-delivery-time-estimate form select, .cart-delivery-time-estimate form input {
  border-radius: 5px;
  font-size: 16px;
}
.delivery-time-estimate-zipcode-form form select:focus, .delivery-time-estimate-zipcode-form form input:focus, .product-delivery-time-estimate form select:focus, .product-delivery-time-estimate form input:focus, .cart-delivery-time-estimate form select:focus, .cart-delivery-time-estimate form input:focus {
  outline: none;
  border-color: #DDDDDD;
}
.delivery-time-estimate-zipcode-form form input, .product-delivery-time-estimate form input, .cart-delivery-time-estimate form input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  margin-left: -5px;
  height: 35px;
  padding-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.delivery-time-estimate-zipcode-form .form-container-wrapper, .product-delivery-time-estimate .form-container-wrapper, .cart-delivery-time-estimate .form-container-wrapper {
  font-size: 16px;
}
.cart-offcanvas .delivery-time-estimate-zipcode-form .form-container-wrapper, .cart-offcanvas .product-delivery-time-estimate .form-container-wrapper, .cart-offcanvas .cart-delivery-time-estimate .form-container-wrapper {
  font-size: 14px;
}
.delivery-time-estimate-zipcode-form #product-delivery-time-estimate-form, .product-delivery-time-estimate #product-delivery-time-estimate-form, .cart-delivery-time-estimate #product-delivery-time-estimate-form {
  margin-top: 10px;
}
.delivery-time-estimate-zipcode-form #product-delivery-time-estimate-form input, .product-delivery-time-estimate #product-delivery-time-estimate-form input, .cart-delivery-time-estimate #product-delivery-time-estimate-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-delivery-time-estimate-wrapper .form-container-wrapper .estimate span {
  color: #24A148;
}
.cart-delivery-time-estimate-wrapper.on-cart-page {
  margin-bottom: 8px;
}
.product-delivery-time-estimate-wrapper, .cart-delivery-time-estimate-wrapper {
  border-radius: 7px;
  background: #F1F4F6;
  padding: 15px 20px;
}
.product-delivery-time-estimate-wrapper .spinner-border, .product-delivery-time-estimate-wrapper .loader, .cart-delivery-time-estimate-wrapper .spinner-border, .cart-delivery-time-estimate-wrapper .loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-delivery-time-estimate-wrapper .form-container-headline, .cart-delivery-time-estimate-wrapper .form-container-headline {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.product-delivery-time-estimate-wrapper .country-select, .cart-delivery-time-estimate-wrapper .country-select {
  position: relative;
  display: inline-block;
}
.product-delivery-time-estimate-wrapper .country-select select, .cart-delivery-time-estimate-wrapper .country-select select {
  -webkit-appearance: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  height: 35px;
  font-weight: bold;
}
.product-delivery-time-estimate-wrapper .country-select .select-cadet, .cart-delivery-time-estimate-wrapper .country-select .select-cadet {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.product-delivery-time-estimate-wrapper .country-select .select-cadet svg, .cart-delivery-time-estimate-wrapper .country-select .select-cadet svg {
  height: 4px;
  width: auto;
}
.cart-delivery-time-estimate-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .cart-delivery-time-estimate-wrapper {
    margin-bottom: 0;
  }
}
.delivery-summary .address-container {
  display: flex;
}
.delivery-summary .address-container .address-icon svg {
  width: 50px;
  margin-right: 10px;
}
.delivery-summary .address-container .address-inner-container {
  flex-grow: 1;
  padding-left: 30px;
}
.delivery-summary .address-container .address-inner-container .address p {
  margin: 0;
}
.delivery-summary .address-container .address-inner-container .edit-billing-address a, .delivery-summary .address-container .address-inner-container .edit-shipping-address a {
  color: #0071DB;
}
.delivery-summary .billing-address-wrapper, .delivery-summary .shipping-address-wrapper, .delivery-summary .pickup-address-wrapper {
  padding: 30px;
  margin-bottom: 10px;
  background: #F1F4F6;
  border-radius: 5px;
}
.delivery-summary .billing-address-wrapper .delivery-headline, .delivery-summary .shipping-address-wrapper .delivery-headline, .delivery-summary .pickup-address-wrapper .delivery-headline {
  position: relative;
  padding: 0 107px 0 30px;
}
.delivery-summary .billing-address-wrapper .delivery-headline .edit-address, .delivery-summary .shipping-address-wrapper .delivery-headline .edit-address, .delivery-summary .pickup-address-wrapper .delivery-headline .edit-address {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.delivery-summary .billing-address-wrapper .delivery-headline .edit-address a, .delivery-summary .shipping-address-wrapper .delivery-headline .edit-address a, .delivery-summary .pickup-address-wrapper .delivery-headline .edit-address a {
  color: #0071DB;
}
.delivery-summary .billing-address-wrapper .delivery-headline .edit-address a:hover, .delivery-summary .shipping-address-wrapper .delivery-headline .edit-address a:hover, .delivery-summary .pickup-address-wrapper .delivery-headline .edit-address a:hover {
  text-decoration: underline;
}
.delivery-summary .billing-address-wrapper .delivery-headline h3, .delivery-summary .billing-address-wrapper .delivery-headline .h3, .delivery-summary .shipping-address-wrapper .delivery-headline h3, .delivery-summary .shipping-address-wrapper .delivery-headline .h3, .delivery-summary .pickup-address-wrapper .delivery-headline h3, .delivery-summary .pickup-address-wrapper .delivery-headline .h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 3px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.delivery-summary .billing-address-wrapper .delivery-headline svg, .delivery-summary .shipping-address-wrapper .delivery-headline svg, .delivery-summary .pickup-address-wrapper .delivery-headline svg {
  height: 22px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.newsletter-box {
  background: #F1F4F6;
  padding: 20px;
}
.newsletter-box .title {
  white-space: nowrap;
}
.newsletter-box .title div span {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  background: #76C5C5;
  padding: 9px 5px 2px 5px;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF;
  transform: rotate(-2deg);
  line-height: 1.1;
}
.newsletter-box .title div:nth-child(2) {
  padding-left: 15px;
  margin-top: -3px;
}
.newsletter-box .title div:nth-child(3) {
  padding-left: 30px;
  margin-top: -3px;
}
.newsletter-box .description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}
.newsletter-box form .input-wrapper {
  display: flex;
  margin-top: 10px;
  max-width: 300px;
}
.newsletter-box form .input-wrapper input {
  border-radius: 4px 0 0 4px;
  background: #FFFFFF;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #FFFFFF;
  font-size: 16px;
}
.newsletter-box form .input-wrapper input:focus-visible {
  outline: none;
  border-color: black;
}
.newsletter-box form .input-wrapper input.invalid {
  border-color: #FF464A;
}
.newsletter-box form .input-wrapper input.d-none, .newsletter-box form .input-wrapper .is-ctl-timewindowselection .checkout input.checkout-aside, .is-ctl-timewindowselection .checkout .newsletter-box form .input-wrapper input.checkout-aside, .newsletter-box form .input-wrapper .is-ctl-register.is-act-checkoutregisterpage .checkout input.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .newsletter-box form .input-wrapper input.checkout-aside, .newsletter-box form .input-wrapper .is-ctl-checkout .checkout input.checkout-aside, .is-ctl-checkout .checkout .newsletter-box form .input-wrapper input.checkout-aside {
  display: none;
}
.newsletter-box form .input-wrapper button {
  border: 1px solid #028E93;
  background: #028E93;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
}
.newsletter-box form .input-wrapper button:hover {
  background: #35A5A9;
}
.newsletter-box form .input-wrapper button:focus {
  outline: none;
  border: 1px solid #028E93;
}
.newsletter-box form .input-wrapper button .submit-loader {
  display: none;
}
.newsletter-box form .input-wrapper button .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #F4F4F4;
  border-top: 2px solid #222222;
  margin: 0 auto;
}
.newsletter-box form .success-message {
  border: 1px solid #24A148;
  color: #24A148;
  padding: 10px 10px 10px 45px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  margin: 15px 0;
  background: #E8F5EC;
}
.newsletter-box form .success-message:before {
  position: absolute;
  left: 15px;
  top: 50%;
  content: "✓";
  font-size: 24px;
  transform: translateY(-50%);
}
.newsletter-box form .failure-message, .newsletter-box form .warning-message {
  color: #FF464A;
  font-size: 12px;
  margin-top: 10px;
}
.newsletter-box form .privacy-notice {
  font-size: 12px;
  margin-top: 10px;
}
.newsletter-box form .privacy-notice label {
  padding-top: 2px;
}
.newsletter-box form .newsletter-info-container p {
  margin: 15px 0 0 0;
  font-size: 12px;
}
.newsletter-box form .newsletter-info-container p a {
  color: #0071DB;
}
.newsletter-box form.is-loading .submit-text {
  display: none;
}
.newsletter-box form.is-loading .submit-loader {
  display: block !important;
}
.newsletter-box .grecaptcha-protection-information {
  display: none;
}
@media (min-width: 992px) {
  .newsletter-box {
    border-radius: 4px;
  }
}
.has-element-loader .cms-element-dsee-category-listing .image-wrapper, .has-element-loader .cms-element-dsee-category-listing .title, .has-element-loader .cms-element-dsee-category-listing .description, .has-element-loader .cms-element-b2b-category-listing .image-wrapper, .has-element-loader .cms-element-b2b-category-listing .title, .has-element-loader .cms-element-b2b-category-listing .description {
  border-radius: 0;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-dsee-category-listing .image-wrapper img, .has-element-loader .cms-element-dsee-category-listing .image-wrapper svg, .has-element-loader .cms-element-b2b-category-listing .image-wrapper img, .has-element-loader .cms-element-b2b-category-listing .image-wrapper svg {
  display: none;
}
.has-element-loader .cms-element-dsee-category-listing .title, .has-element-loader .cms-element-b2b-category-listing .title {
  width: 75%;
}
.has-element-loader .cms-element-dsee-category-listing .title a, .has-element-loader .cms-element-b2b-category-listing .title a {
  color: transparent;
}
.has-element-loader .dsee-recipe-box .dsee-recipe-image-container, .has-element-loader .dsee-recipe-box .name, .has-element-loader .dsee-recipe-box .recipe-info, .has-element-loader .dsee-recipe-box .actions {
  border-radius: 0;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .dsee-recipe-box .dsee-recipe-image-container img, .has-element-loader .dsee-recipe-box .dsee-recipe-image-container svg {
  display: none;
}
.has-element-loader .dsee-recipe-box .name {
  width: 75%;
}
.has-element-loader .dsee-recipe-box .name a {
  color: transparent;
}
.time-window-selection-wrapper .submit button .loader, #addPromotion .loader, #confirmFormSubmit .loader {
  position: relative;
  width: 18px;
  height: 18px;
  top: 1px;
  margin-right: 8px;
}
.time-window-selection-wrapper .submit button .loader {
  border: 2px solid #F4F4F4;
  border-top: 2px solid transparent;
}
.modal-backdrop .loader {
  border: 2px solid #F4F4F4;
  border-top: 2px solid transparent;
}
.button-loader {
  color: #DDDDDD;
  text-decoration: none;
  pointer-events: none;
}
.button-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 auto;
  content: "";
}
.button-loader.has-dark-background:before {
  border: 2px solid #028E93;
  border-top: 2px solid transparent;
}
.button-loader.has-light-background:before {
  border: 2px solid #F4F4F4;
  border-top: 2px solid transparent;
}
.button-loader.overwrite-button-text {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.button-loader.overwrite-button-text:before {
  border: 2px solid #F4F4F4;
  border-top: 2px solid transparent;
  margin: 0 5px;
}
.button-loader:hover {
  color: #DDDDDD;
}
.main-navigation-search .loader {
  color: #76C5C5 !important;
  position: absolute;
  left: -10px;
  top: -8px;
}
body .btn.is-loading-indicator-inner .loader {
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name) !important;
}
.line-item-exchange-modal .unavailable-line-item {
  background: #fbe6e8;
  padding: 3px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.line-item-exchange-modal .unavailable-line-item:last-child {
  margin-bottom: 0;
}
.line-item-exchange-modal .unavailable-line-item .unavailable-line-item-label, .line-item-exchange-modal .unavailable-line-item .available-line-item-label, .line-item-exchange-modal .unavailable-line-item .no-alternatives-available-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.line-item-exchange-modal .unavailable-line-item .unavailable-line-item-label {
  color: #FF464A;
}
.line-item-exchange-modal .unavailable-line-item .available-line-item-label {
  color: #24A148;
}
.line-item-exchange-modal .unavailable-line-item .available-line-item-label {
  color: #24A148;
}
.line-item-exchange-modal .unavailable-line-item .no-alternatives-available-label {
  color: #666666;
}
.line-item-exchange-modal .unavailable-line-item .addressed-line-item, .line-item-exchange-modal .unavailable-line-item .alternatives {
  padding: 10px;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.line-item-exchange-modal .unavailable-line-item .alternatives {
  background: #F4F4F4;
}
.line-item-exchange-modal .unavailable-line-item .alternatives.has-substitutes {
  background: #e8f5eb;
}
.line-item-exchange-modal .unavailable-line-item img {
  max-width: 100%;
  border-radius: 4px;
}
.line-item-exchange-modal .unavailable-line-item .base-slider-controls-container {
  height: 0;
}
.line-item-exchange-modal .unavailable-line-item .base-slider-controls-container button {
  width: 30px;
  height: 30px;
}
.line-item-exchange-modal .unavailable-line-item .actions {
  margin: 10px 0 0 0;
}
.line-item-exchange-modal .unavailable-line-item .name {
  font-weight: bold;
  line-height: 18px;
}
.line-item-exchange-modal .unavailable-line-item .price {
  font-weight: bold;
}
.line-item-exchange-modal .unavailable-line-item .reference-price, .line-item-exchange-modal .unavailable-line-item .purchase-unit {
  font-size: 12px;
  color: #666666;
}
.line-item-exchange-modal .unavailable-line-item .btn-primary {
  color: #222222;
  background: #FFFFFF;
  font-weight: normal;
  border: 1px solid #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.line-item-exchange-modal .unavailable-line-item .btn-primary:hover {
  background: #F4F4F4;
  border: 1px solid #EEEEEE;
}
.line-item-exchange-modal .base-slider .base-slider-controls {
  display: block;
}
.line-item-exchange-modal .base-slider .base-slider-controls .base-slider-controls-prev {
  left: -25px;
}
.line-item-exchange-modal .base-slider .base-slider-controls .base-slider-controls-next {
  right: -25px;
}
.sorting {
  display: inline-block;
  width: auto !important;
}
.sorting .custom-select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 13px;
  border: none;
  padding: 9px 35px 9px 0;
  border-radius: 7px;
}
.sorting .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.sorting .custom-select:hover {
  color: inherit;
  background-color: #F4F4F4;
}
@media (min-width: 768px) {
  .sorting .custom-select {
    padding: 9px 35px 9px 9px;
  }
}
.sorting-label {
  color: #666666;
}
.sorting-label.listing-layout {
  padding-left: 10px;
  border-left: 1px solid #DDDDDD;
  margin-left: -2px;
}
._hj_feedback_container {
  position: relative;
  z-index: 1050;
}
.card-tabs .nav-link:hover {
  background: inherit;
}
ol.circular-frame {
  list-style: none;
  counter-reset: my-awesome-counter;
  /* Initialize a counter */
  padding-left: 0;
  /* Style the number */
}
ol.circular-frame li {
  counter-increment: curcular-frame-counter;
  /* Increment the counter for each list item */
  position: relative;
  /* Create a positioning context */
  padding-left: 40px;
}
ol.circular-frame li + li {
  margin-top: 15px;
}
ol.circular-frame li:before {
  content: counter(curcular-frame-counter);
  /* Insert the counter as content */
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
ol, ul, dl {
  margin-bottom: 1rem;
}
.line-item {
  padding: 20px 0;
}
.line-item > .line-item-row {
  justify-content: space-between;
}
.line-item .line-item-row .line-item-details {
  padding-top: 0;
}
.line-item .line-item-row .line-item-details a {
  text-decoration: none;
}
.line-item .line-item-row .line-item-details .percentage-promotion-info {
  font-size: 12px;
  color: #666666;
}
.line-item .line-item-row .line-item-remove {
  width: 35px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .line-item .line-item-row .line-item-remove {
    padding-top: 4px;
  }
}
.line-item .line-item-row .line-item-info-img {
  width: 88px;
}
.line-item .line-item-row .line-item-info-img .line-item-img-container {
  width: 80px;
}
.line-item .line-item-row .line-item-quantity-row {
  margin-bottom: 0;
}
.line-item .line-item-row .line-item-quantity-label {
  display: none;
  color: #4A545B;
}
.line-item .line-item-row .line-item-quantity-label.free-product {
  display: none;
}
.line-item .line-item-row .line-item-unit-price-label {
  color: #4A545B;
}
.line-item .line-item-row .line-item-total-price-label {
  color: #4A545B;
}
.line-item .line-item-row .line-item-quantity-select-wrapper {
  width: 100%;
  padding: 0;
}
.line-item .line-item-row .line-item-quantity-select-wrapper .cart-item-quantity-container .custom-select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none;
  text-align: right;
  padding: 9px 35px 9px 9px;
  margin-top: -9px;
  width: 66%;
}
.line-item .line-item-row .line-item-quantity-select-wrapper .cart-item-quantity-container .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.line-item .line-item-row .line-item-quantity-select-wrapper .cart-item-quantity-container .custom-select:hover {
  color: inherit;
}
.line-item .line-item-row .line-item-unit-price {
  padding-top: 5px;
}
.line-item .line-item-row .line-item-unit-price .line-item-unit-price-value {
  font-style: normal;
}
.line-item .line-item-row .line-item-unit-price .line-item-unit-price-value.discount-price {
  color: #FF464A;
}
.line-item .line-item-row .line-item-unit-price .line-item-unit-price-value.discount-price .original-price {
  text-decoration: line-through;
  color: #222222;
}
.line-item .line-item-row .line-item-total-price-value {
  display: flex;
  align-items: center;
  padding-top: 5px;
  justify-content: flex-end;
}
.line-item .line-item-row .line-item-total-price-value.text-start {
  justify-content: flex-start;
}
.line-item .line-item-row .line-item-total-price-value .bg-success {
  margin: 0;
}
.line-item .line-item-row .line-item-total-price.discount-total-price {
  width: 100%;
}
@media (min-width: 992px) {
  .line-item .line-item-row .line-item-total-price.discount-total-price {
    width: 50%;
  }
}
.line-item .line-item-row .line-item-quantity-group {
  margin-top: 5px;
}
.line-item .line-item-row .line-item-children {
  display: none;
  padding: 10px 0;
  margin-top: 0;
}
.line-item .line-item-row .line-item-children .line-item-collapse-container .line-item-collapse-button {
  padding: 0 10px;
}
.line-item .line-item-row .line-item-children .line-item-collapse-container .line-item-headline-text {
  font-size: 14px;
  font-weight: 600;
}
.line-item .line-item-row .line-item-children .line-item-collapse-container .line-item-collapse .line-item-collapse-icon svg {
  height: 10px;
  width: auto;
}
.line-item .line-item-row .line-item-children .line-item-collapse-container .line-item-collapse .children-collapse-headline {
  cursor: pointer;
}
.line-item .line-item-row .line-item-children .line-item-collapse {
  margin: 0 4px;
}
.line-item .line-item-row .line-item-children .line-item-collapse .line-item-collapse-icon svg {
  height: 10px;
  width: auto;
}
.line-item .line-item-row .line-item-children .line-item-children-elements {
  padding: 10px 10px 0 10px;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item {
  padding: 8px 0 0 0;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item:last-child {
  border-bottom: none;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-img-container {
  margin-bottom: 0;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row {
  flex-direction: row;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-info {
  width: 100%;
  margin-bottom: 0;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-product:last-child {
  padding-bottom: 0;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-details {
  width: calc(100% - 88px);
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-details .line-item-details-container .product-children-number {
  font-size: 11px;
  font-weight: bold;
  color: #555;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-details .line-item-details-container .line-item-label {
  font-weight: normal;
  font-size: 14px;
}
.line-item .line-item-row .line-item-children .line-item-children-elements .line-item-row .line-item-details .line-item-details-container .bundle-information {
  font-size: 14px;
  color: #666666;
}
.line-item.line-item-promotion .line-item-details {
  display: flex;
  align-items: start;
}
.line-item .line-item-discount-icon {
  display: inline-block;
  width: 100%;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 7px 0;
  background: #76c5c5;
  transform: rotate(-2deg);
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #FFFFFF;
}
.line-item .earliest-delivery-date, .line-item .latest-delivery-date {
  color: #666666;
  font-weight: normal;
  margin-top: 2px;
  font-size: 13px;
}
.line-item .earliest-delivery-date span {
  color: #24A148;
}
.line-item .latest-delivery-date span {
  color: #F2881D;
}
.line-item .line-item-img {
  width: 80px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  border: none;
  padding: 0;
}
.line-item .line-item-label {
  font-weight: normal;
  line-height: 20px;
}
.line-item .product-wishlist, .line-item .line-item-ordernumber {
  display: none;
}
.line-item .list-item-img {
  width: 80px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  border: none;
}
.line-item .line-item-remove-button {
  background: none;
  border: none;
  padding: 0;
  line-height: 14px;
}
.line-item .line-item-remove-button svg {
  height: 15px;
  width: auto;
  fill: #666666;
}
.line-item .line-item-remove-button:hover {
  color: #222222;
}
.line-item .line-item-remove-button:hover svg {
  fill: #222222;
}
.offcanvas-cart-items .line-item .line-item-details {
  padding-top: 0;
  width: calc(100% - 88px);
}
.offcanvas-cart-items .line-item .line-item-info {
  width: calc(100% - 35px);
  margin-bottom: 0;
}
.offcanvas-cart-items .line-item .line-item-unit-price {
  display: none;
}
.offcanvas-cart-items .line-item .line-item-total-price {
  order: 3;
  padding-left: 92px;
  justify-content: flex-start;
  width: calc(100% - 200px);
}
.offcanvas-cart-items .line-item .line-item-quantity {
  width: 200px;
  padding-left: 62px;
  padding-right: 30px;
  margin: 0;
  order: 4;
}
.checkout-aside-product-list .line-item .line-item-details {
  padding-top: 0;
  width: calc(100% - 88px);
}
.checkout-aside-product-list .line-item .line-item-info {
  width: calc(100% - 35px);
  margin-bottom: 0;
}
.checkout-aside-product-list .line-item .line-item-unit-price {
  display: none;
}
.checkout-aside-product-list .line-item .line-item-total-price {
  order: 4;
  justify-content: flex-end;
  width: calc(100% - 200px);
}
.checkout-aside-product-list .line-item .line-item-quantity-label {
  display: block;
  margin: 0;
  padding-right: 5px;
  width: auto;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.checkout-aside-product-list .line-item .line-item-quantity {
  width: 200px;
  padding-left: 92px;
  margin: 0;
  order: 3;
}
.checkout-aside-product-list .line-item .line-item-quantity-select-wrapper {
  width: auto;
  justify-content: flex-start;
  color: #666666;
  font-size: 14px;
}
.checkout-aside-product-list .line-item .line-item-remove {
  display: none;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container {
  flex-direction: column;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container .line-item-quantity-col {
  order: 1;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container .line-item-quantity-col.free-product {
  display: none;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container .line-item-price-col {
  order: 2;
  color: #666666;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container .line-item-price-col .line-item-list-price {
  display: none;
}
.checkout-aside-product-list .line-item .line-item-price-quantity-container .line-item-price-col .line-item-total-price-value {
  padding-top: 0;
}
.checkout-aside-product-list .line-item .line-item-children {
  display: block;
}
.checkout-aside-product-list .line-item .line-item-label {
  font-weight: bold;
  margin-bottom: 2px;
}
.checkout-product-table .line-item .line-item-children {
  display: block;
}
.checkout-product-table .line-item .line-item-info {
  margin-bottom: 5px;
}
.checkout-product-table .line-item .line-item-quantity-label {
  display: block;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-quantity-label {
    display: none;
  }
}
.checkout-product-table .line-item .line-item-quantity-row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-quantity-row {
    display: block;
  }
}
.checkout-product-table .line-item .line-item-unit-price {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.checkout-product-table .line-item .line-item-unit-price .line-item-unit-price-label {
  display: block;
  font-style: normal;
  font-weight: 700;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
.checkout-product-table .line-item .line-item-unit-price .line-item-unit-price-label.free-product {
  display: none;
}
.checkout-product-table .line-item .line-item-unit-price .line-item-unit-price-value-descriptor {
  display: none;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-unit-price {
    justify-content: flex-end;
  }
  .checkout-product-table .line-item .line-item-unit-price .line-item-unit-price-label {
    display: none;
  }
}
.checkout-product-table .line-item .line-item-quantity-select-wrapper {
  width: 50%;
  text-align: right;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-quantity-select-wrapper {
    width: 100%;
    text-align: left;
  }
}
.checkout-product-table .line-item .line-item-price {
  display: flex;
  justify-content: space-between;
}
.checkout-product-table .line-item .line-item-price .line-item-total-price-label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-price .line-item-total-price-label {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-price {
    justify-content: flex-end;
  }
}
.checkout-product-table .line-item .line-item-remove {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .checkout-product-table .line-item .line-item-remove {
    position: relative;
  }
}
.checkout-product-table .line-item .line-item-row {
  justify-content: flex-start;
}
.checkout-product-table .line-item .line-item-label {
  font-weight: bold;
}
.checkout-product-table .line-item .line-item-label .percentage-promotion-info {
  font-weight: normal;
}
.checkout-product-table .line-item .cart-item-packunit, .checkout-product-table .line-item .line-item-pack-unit, .checkout-product-table .line-item .line-item-weight, .checkout-product-table .line-item .line-item-product-number {
  color: #666666;
  font-size: 14px;
}
.order-detail-content-list .line-item .line-item-children {
  display: block;
}
.order-detail-content-list .line-item .line-item-children .line-item-children-elements .line-item-row .line-item-info {
  margin-bottom: 10px;
}
.order-detail-content-list .line-item .line-item-label {
  font-weight: bold;
}
.order-detail-content-list .line-item .line-item-quantity-label {
  display: block;
}
@media (min-width: 768px) {
  .order-detail-content-list .line-item .line-item-quantity-label {
    display: none;
  }
}
.order-detail-content-list .line-item .line-item-quantity {
  padding-top: 5px;
  order: 2;
}
.order-detail-content-list .line-item .line-item-quantity .line-item-quantity-row {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .order-detail-content-list .line-item .line-item-quantity .line-item-quantity-row {
    display: block;
  }
}
.order-detail-content-list .line-item .line-item-unit-price {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  order: 3;
}
.order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-label {
  display: block;
  font-style: normal;
  font-weight: 700;
  width: 50%;
}
.order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-value {
  font-style: normal;
}
.order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-value.discount-price .original-price {
  display: inline;
}
@media (min-width: 768px) {
  .order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-value.discount-price .original-price {
    display: block;
  }
}
.order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-value-descriptor {
  display: none;
}
@media (min-width: 768px) {
  .order-detail-content-list .line-item .line-item-unit-price .line-item-unit-price-label {
    display: none;
  }
}
.order-detail-content-list .line-item .line-item-price {
  display: flex;
  justify-content: flex-start;
}
.order-detail-content-list .line-item .line-item-price .line-item-total-price-label {
  display: block !important;
  width: 50%;
}
@media (min-width: 768px) {
  .order-detail-content-list .line-item .line-item-price .line-item-total-price-label {
    display: none !important;
  }
}
.order-detail-content-list .line-item .line-item-quantity-select-wrapper {
  width: auto;
}
.order-detail-content-list .line-item .line-item-total-price {
  order: 4;
}
.order-detail-content-list .line-item .line-item-pack-unit, .order-detail-content-list .line-item .line-item-product-number {
  color: #666666;
}
.confirm-product .line-item .line-item-children {
  display: block;
}
.confirm-product .line-item .line-item-info {
  margin-bottom: 5px;
}
.confirm-product .line-item .line-item-quantity-label {
  display: block;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-quantity-label {
    display: none;
  }
}
.confirm-product .line-item .line-item-quantity-row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-quantity-row {
    display: block;
  }
}
.confirm-product .line-item .line-item-unit-price {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.confirm-product .line-item .line-item-unit-price .line-item-unit-price-label {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.confirm-product .line-item .line-item-unit-price .line-item-unit-price-value {
  font-style: normal;
}
.confirm-product .line-item .line-item-unit-price .line-item-unit-price-value-descriptor {
  display: none;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-unit-price {
    justify-content: flex-end;
  }
  .confirm-product .line-item .line-item-unit-price .line-item-unit-price-label {
    display: none;
  }
}
.confirm-product .line-item .line-item-quantity-select-wrapper {
  width: 50%;
  text-align: right;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-quantity-select-wrapper {
    width: 100%;
    text-align: left;
  }
}
.confirm-product .line-item .line-item-price {
  display: flex;
  justify-content: space-between;
}
.confirm-product .line-item .line-item-price .line-item-total-price-label {
  display: block !important;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-price .line-item-total-price-label {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-price {
    justify-content: flex-end;
  }
}
.confirm-product .line-item .line-item-remove {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .confirm-product .line-item .line-item-remove {
    position: relative;
  }
}
.confirm-product .line-item .line-item-row {
  justify-content: flex-start;
}
.line-item.is-cart .line-item-label {
  font-weight: bold;
}
.line-item.is-cart .line-item-label .percentage-promotion-info {
  font-weight: normal;
}
.line-item.is-cart .line-item-pack-unit, .line-item.is-cart .line-item-weight, .line-item.is-cart .line-item-product-number, .line-item.is-cart .line-item-not-allowed-in-shipping-location, .line-item.is-cart .earliest-delivery-date, .line-item.is-cart .latest-delivery-date {
  margin-bottom: 0;
}
.line-item.is-cart .line-item-pack-unit, .line-item.is-cart .line-item-weight, .line-item.is-cart .line-item-product-number {
  font-size: 14px;
  color: #666666;
}
.line-item.is-cart .earliest-delivery-date, .line-item.is-cart .latest-delivery-date {
  font-size: 13px;
}
.line-item.is-cart .line-item-quantity {
  order: 2;
}
.line-item.is-cart .line-item-unit-price {
  order: 3;
}
.line-item.is-cart .line-item-price {
  align-self: start;
  order: 4;
}
.line-item.is-cart .line-item-price .line-item-total-price-label {
  display: none;
}
.line-item.is-cart .line-item-remove {
  order: 5;
}
.line-item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
div[class*="cms-element-dsee-premium"] .premium-headline {
  font-size: 25px;
  line-height: calc(40 / 35);
  margin: 0 0 20px;
  font-weight: 500;
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  div[class*="cms-element-dsee-premium"] .premium-headline {
    font-size: 35px;
  }
}
div[class*="cms-element-dsee-premium"] .premium-text {
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: calc(25 / 16);
  font-weight: 300;
}
div[class*="cms-element-dsee-premium"] .premium-text h1, div[class*="cms-element-dsee-premium"] .premium-text .h1, div[class*="cms-element-dsee-premium"] .premium-text h2, div[class*="cms-element-dsee-premium"] .premium-text .h2, div[class*="cms-element-dsee-premium"] .premium-text h3, div[class*="cms-element-dsee-premium"] .premium-text .h3, div[class*="cms-element-dsee-premium"] .premium-text h4, div[class*="cms-element-dsee-premium"] .premium-text .h4, div[class*="cms-element-dsee-premium"] .premium-text h5, div[class*="cms-element-dsee-premium"] .premium-text .h5, div[class*="cms-element-dsee-premium"] .premium-text h6, div[class*="cms-element-dsee-premium"] .premium-text .h6 {
  font-family: "Gotham Narrow", Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #002B57;
  font-weight: 500;
}
div[class*="cms-element-dsee-premium"] .premium-text h1, div[class*="cms-element-dsee-premium"] .premium-text .h1, div[class*="cms-element-dsee-premium"] .premium-text h2, div[class*="cms-element-dsee-premium"] .premium-text .h2 {
  font-size: 20px;
  line-height: calc(25 / 20);
}
div[class*="cms-element-dsee-premium"] .premium-text h3, div[class*="cms-element-dsee-premium"] .premium-text .h3, div[class*="cms-element-dsee-premium"] .premium-text h4, div[class*="cms-element-dsee-premium"] .premium-text .h4 {
  font-size: 18px;
  line-height: calc(24 / 18);
}
div[class*="cms-element-dsee-premium"] .premium-text h5, div[class*="cms-element-dsee-premium"] .premium-text .h5, div[class*="cms-element-dsee-premium"] .premium-text h6, div[class*="cms-element-dsee-premium"] .premium-text .h6 {
  font-size: 16px;
  line-height: calc(20 / 16);
}
div[class*="cms-element-dsee-premium"] .premium-text a:not(.btn) {
  font-weight: 500;
  text-decoration: underline;
  color: #002B57;
}
div[class*="cms-element-dsee-premium"] .premium-text .btn {
  display: inline-block;
  margin-top: 20px;
  background: none;
  border: 1px solid #002B57;
  color: #002B57;
  border-radius: 5px;
  font-size: 16px;
  line-height: calc(22 / 16);
  padding: 8px 15px;
  text-decoration: none;
  font-weight: inherit;
}
div[class*="cms-element-dsee-premium"] .premium-text .btn:hover {
  background: #D9DFE6;
}
div[class*="cms-element-dsee-premium"] .premium-text .btn:active {
  background: #002B57;
  color: #FFFFFF;
}
div[class*="cms-element-dsee-premium"] .premium-text .short-text p {
  margin: 0;
}
#emarsys-web-push-modal .modal-dialog {
  max-width: 460px;
}
#emarsys-web-push-modal .modal-header {
  padding: 25px 0;
}
#emarsys-web-push-modal .modal-body {
  padding: 0 20px 10px;
}
#emarsys-web-push-modal .emarsys-web-push-container {
  background: #F4F4F4;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container {
  gap: 20px;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-logo svg {
  width: 65px;
  height: auto;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-headline {
  font-size: 12px;
  font-weight: bold;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-text {
  margin: 10px 0;
  font-size: 12px;
  line-height: 22px;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-data-protection a {
  color: #AAAAAA;
  font-size: 10px;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-actions-wrapper .web-push-actions {
  gap: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-actions-wrapper .web-push-actions .web-push-cancel {
  font-weight: bold;
  cursor: pointer;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-actions-wrapper .web-push-actions .web-push-cancel:hover {
  opacity: 0.7;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-actions-wrapper .web-push-actions .web-push-button {
  padding: 0 12px;
  background: #76C5C5;
  border-color: #76C5C5;
}
#emarsys-web-push-modal .emarsys-web-push-container .web-push-container .web-push-content .web-push-actions-wrapper .web-push-actions .web-push-button:hover {
  background: #62B4B2;
  border-color: #62B4B2;
}
.scroll-links {
  margin-bottom: 45px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
  top: -1px;
}
.scroll-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scroll-links ul li {
  display: inline-block;
  margin: 0 8px;
  border-bottom: 2px solid transparent;
}
.scroll-links ul li:not(:first-child) a.active:after {
  content: "";
  border-bottom: 3px solid #028E93;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}
.scroll-links ul li a {
  color: #222222;
  padding: 25px 0 23px 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.scroll-links ul li a:hover {
  text-decoration: none;
}
.scroll-links ul li:first-child {
  margin-left: 0;
}
.scroll-links ul li:hover a:after {
  content: "";
  border-bottom: 2px solid #222222;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}
.scroll-links.sticky-top .product-detail-scroll-links li a, .offcanvas .scroll-links.offcanvas-footer .product-detail-scroll-links li a {
  padding: 32px 0 26px 0;
}
.scroll-links .dsee-menu-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.scroll-links .dsee-menu-wrapper.sticky .scroll-links-link-list {
  justify-content: normal;
}
.scroll-links .dsee-menu-wrapper.sticky .scroll-links-link-list li:first-child {
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .scroll-links .dsee-menu-wrapper.sticky {
    padding-top: 6px;
  }
}
.recipe-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  z-index: 2;
}
.recipe-badges .badge {
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  padding: 5px 8px;
  height: auto;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
.recipe-badges .badge.badge-community, .recipe-badges .badge.badge-air-fryer {
  transform: rotate(-2deg);
  border-radius: 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  background: #76c5c5;
}
@media (min-width: 768px) {
  .recipe-badges .badge {
    font-size: 14px;
  }
}
.cms-breadcrumb {
  display: none;
}
.is-ctl-product {
  position: relative;
}
.is-ctl-product.is-act-index main.container-main, .is-ctl-product.is-act-indexcorporate main.container-main {
  position: relative;
}
.is-ctl-product.is-act-index .container-main, .is-ctl-product.is-act-indexcorporate .container-main {
  min-height: auto;
}
.is-ctl-product.is-act-index .mobile-section-separator, .is-ctl-product.is-act-indexcorporate .mobile-section-separator {
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}
.is-ctl-product .footer-main:not(.has-not-mobile-buy-widget) {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .is-ctl-product .footer-main:not(.has-not-mobile-buy-widget) {
    margin-bottom: 0;
  }
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog {
  overflow: hidden;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .tns-nav {
  display: none;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .modal-content {
  background: transparent;
  height: auto;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .modal-content .close {
  display: none;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container {
  display: inherit;
  padding: 45px 45px 47px 45px;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-wrapper {
  display: inline-block;
  overflow: visible;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1330px) {
  .is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-wrapper {
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 1330px) {
  .is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-wrapper.big-frame {
    height: 100%;
    width: 100%;
  }
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container p {
  padding-top: 10px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #FFFFFF;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container p a {
  color: inherit;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-info {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 45px;
  width: 100%;
  text-align: center;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-info.two-column {
  bottom: 0;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-info a {
  color: #FFFFFF;
  text-decoration: underline;
}
.is-ctl-product .product-zoom-modal-wrapper .modal-dialog .image-zoom-container .gallery-slider-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal {
  background: rgba(0, 0, 0, 0.7);
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider {
  height: 100%;
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev, .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next {
  background: #FFFFFF;
  width: 35px;
  height: 35px;
  padding: 10px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev:disabled, .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev[disabled], .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next:disabled, .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next[disabled] {
  display: none;
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev svg, .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next svg {
  width: auto;
  height: 18px;
  position: relative;
  top: -27px;
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-prev:hover, .is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next:hover {
  background: #F4F4F4;
}
.is-ctl-product .product-zoom-modal-wrapper .modal.zoom-modal .gallery-slider-controls-next svg {
  left: 2px;
}
.is-ctl-product .product-bundle-products, .is-ctl-product .product-bundle-association-products {
  margin-top: 16px;
}
.is-ctl-product .product-bundle-products a, .is-ctl-product .product-bundle-association-products a {
  text-decoration: none;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle, .is-ctl-product .product-bundle-association-products .bundle-header-toggle {
  font-size: 14px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  text-align: left;
  width: 100%;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px 10px 10px 40px;
  border-radius: 7px;
  background: #197999;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle[aria-expanded="true"] .arrow-up, .is-ctl-product .product-bundle-association-products .bundle-header-toggle[aria-expanded="true"] .arrow-up {
  display: block;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle[aria-expanded="true"] .arrow-down, .is-ctl-product .product-bundle-association-products .bundle-header-toggle[aria-expanded="true"] .arrow-down {
  display: none;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle .arrow-up, .is-ctl-product .product-bundle-association-products .bundle-header-toggle .arrow-up {
  display: none;
  pointer-events: none;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle .arrow-down, .is-ctl-product .product-bundle-association-products .bundle-header-toggle .arrow-down {
  display: block;
  pointer-events: none;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle .arrow-up svg, .is-ctl-product .product-bundle-products .bundle-header-toggle .arrow-down svg, .is-ctl-product .product-bundle-association-products .bundle-header-toggle .arrow-up svg, .is-ctl-product .product-bundle-association-products .bundle-header-toggle .arrow-down svg {
  height: 12px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  fill: #FFFFFF;
  z-index: 3;
  cursor: pointer;
}
.is-ctl-product .product-bundle-products .bundle-header-toggle:hover, .is-ctl-product .product-bundle-association-products .bundle-header-toggle:hover {
  color: #FFFFFF;
  background: #4794AE;
  text-decoration: none;
}
@media screen and (min-width: 1310px) {
  .is-ctl-product .product-bundle-products .bundle-header-toggle, .is-ctl-product .product-bundle-association-products .bundle-header-toggle {
    font-size: 16px;
  }
}
.is-ctl-product .product-bundle-products .bundle-products .bundle-loader, .is-ctl-product .product-bundle-association-products .bundle-products .bundle-loader {
  margin: 30px 0 40px 0;
}
.is-ctl-product .product-bundle-products .bundle-products .bundle-loader:before, .is-ctl-product .product-bundle-association-products .bundle-products .bundle-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.is-ctl-product .product-bundle-products .bundle-products .product-bundle-product-arrow svg, .is-ctl-product .product-bundle-association-products .bundle-products .product-bundle-product-arrow svg {
  width: 21px;
  height: auto;
}
.is-ctl-product .product-bundle-products .product-bundle-header-wrapper, .is-ctl-product .product-bundle-association-products .product-bundle-header-wrapper {
  background: #F4F4F4;
  margin-bottom: 10px;
  border-radius: 7px;
}
.is-ctl-product .product-bundle-products .product-bundle-header-wrapper .product-bundle-header .header-content, .is-ctl-product .product-bundle-association-products .product-bundle-header-wrapper .product-bundle-header .header-content {
  padding: 10px 0 10px 10px;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper:last-child, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper:last-child, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail img, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail .article-thumbnail-link, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail .article-thumbnail-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail:hover img, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-thumbnail-wrapper .product-bundle-article-thumbnail:hover img {
  transform: scale(1.05);
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .product-number, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .product-number {
  display: inline-block;
  font-size: 12px;
  color: #222222;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-not-available, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-not-available {
  color: #FF464A;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-available, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-available {
  color: #24A148;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-product-name, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-product-name {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: normal;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-product-name:hover, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-product-name:hover {
  color: #0071DB;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-information, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-article-info .product-bundle-article-info-name .bundle-information {
  color: #666666;
  font-size: 14px;
}
.is-ctl-product .product-bundle-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-price-info, .is-ctl-product .product-bundle-association-products .product-bundle-info-content-wrapper .product-bundle-info-content .product-bundle-price-info {
  font-weight: bold;
}
.is-ctl-product .product-bundle-products .product-bundle-total-price-wrapper, .is-ctl-product .product-bundle-association-products .product-bundle-total-price-wrapper {
  font-weight: bold;
}
.is-ctl-product .product-bundle-products .product-bundle-total-price-wrapper .product-bundle-total-price, .is-ctl-product .product-bundle-association-products .product-bundle-total-price-wrapper .product-bundle-total-price {
  text-decoration: line-through;
}
.is-ctl-product .product-bundle-products .product-bundle-total-price-wrapper .product-bundle-total-price-text, .is-ctl-product .product-bundle-association-products .product-bundle-total-price-wrapper .product-bundle-total-price-text {
  padding-left: 10px;
}
.is-ctl-product .product-bundle-products .product-bundle-price, .is-ctl-product .product-bundle-association-products .product-bundle-price {
  text-align: right;
  padding-right: 15px;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper {
  overflow: visible;
  position: relative;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .cms-element-product-slider .base-slider .tns-outer {
  overflow: hidden;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .cms-element-product-slider .show-all-boxes-button-container {
  bottom: 11px;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .cms-element-product-slider {
  padding-right: 0;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .cms-element-product-slider .product-slider.has-nav {
  padding: 0;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-badges {
  display: none;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-info {
  padding: 10px;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-info .product-kicker {
  margin: 0;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-info .product-number {
  font-size: 12px;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-info .product-name {
  font-size: 13px;
}
.is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-description, .is-ctl-product .product-bundle-association-products .bundle-product-slider-wrapper .product-box .product-box-price-cart-row {
  display: none;
}
.is-ctl-product .bundle-tab-header {
  padding: 25px 0 8px 0;
  font-size: 25px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.is-ctl-product .bundle-tab-product-link {
  font-size: 16px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  text-align: left;
  line-height: normal;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  color: #222222;
}
.is-ctl-product .bundle-tab-product-link[aria-expanded="true"] .arrow-up {
  display: block;
}
.is-ctl-product .bundle-tab-product-link[aria-expanded="true"] .arrow-down {
  display: none;
}
.is-ctl-product .bundle-tab-product-link .arrow-up {
  display: none;
}
.is-ctl-product .bundle-tab-product-link .arrow-down {
  display: block;
}
.is-ctl-product .bundle-tab-product-link .arrow-up svg, .is-ctl-product .bundle-tab-product-link .arrow-down svg {
  height: 10px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.is-ctl-product .bundle-tab-product-link:hover {
  text-decoration: none;
}
.is-ctl-product .cms-element-article-highlight .bundle-tab-product-link {
  border-bottom: none;
}
.is-ctl-product .product-detail-properties-table .properties-label {
  padding: 12px;
}
.is-ctl-product .cms-section-default {
  padding: 0;
}
@media (min-width: 1200px) {
  .is-ctl-product .d-xl-none {
    display: none;
  }
}
.is-ctl-product .cms-block-product-description-reviews {
  padding-right: 0 !important;
}
.alternative-product-content-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.alternative-product-content-wrapper:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .alternative-product-content-wrapper:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-thumbnail-wrapper .alternative-product-thumbnail {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-thumbnail-wrapper .alternative-product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-thumbnail-wrapper .alternative-product-thumbnail .article-thumbnail-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-thumbnail-wrapper .alternative-product-thumbnail:hover img {
  transform: scale(1.05);
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-info-name .product-number {
  display: inline-block;
  font-size: 12px;
  color: #222222;
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-info-name .alternative-product-name-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: normal;
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-info-name .alternative-product-name-text:hover {
  color: #0071DB;
}
.alternative-product-content-wrapper .alternative-product-content .alternative-product-info .alternative-product-info-name .alternative-product-information {
  color: #666666;
  font-size: 14px;
}
.suspension-period-warning {
  display: flex;
  font-size: 16px;
  border-radius: 7px;
  background: #FEF3E8;
  padding: 15px 20px;
  margin-top: 16px;
}
.suspension-period-warning .suspension-period-warning-icon svg {
  fill: #F2881D;
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.suspension-period-warning .suspension-period-link {
  display: block;
  color: #0071DB;
}
.product-detail-scroll-buy-box {
  display: none;
  position: fixed;
  top: 110px;
  width: 345px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1;
}
.product-detail-scroll-buy-box .product-detail-buy-scroll {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 25px;
}
@media (min-width: 992px) {
  .header--not-top:not(.header--bottom) .product-detail-scroll-buy-box {
    display: block;
    right: 55px;
  }
  .header--not-top:not(.header--bottom) .product-detail-scroll-buy-box.header--bottom {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1286px) {
  .header--not-top:not(.header--bottom) .product-detail-scroll-buy-box {
    right: calc(((100% - 1280px)/2) + 55px);
  }
}
@media (min-width: 1286px) {
  .product-detail-scroll-buy-box {
    right: calc(((100% - 1280px)/2) + 55px);
  }
}
.product-detail-scroll-buy-box > .container, .cms-section .product-detail-scroll-buy-box > .boxed, .full-width .cms-element-dsee-breadcrumb .product-detail-scroll-buy-box > .breadcrumbs-container {
  padding-left: 55%;
}
.product-detail-scroll-buy-box .product-detail-name {
  font-weight: bold;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 19px;
  margin-bottom: 0;
}
.product-detail-scroll-buy-box .product-detail-reviews {
  margin-top: 7px;
  margin-bottom: 0;
}
.product-detail-scroll-buy-box .product-detail-reviews .review-star {
  font-size: 12px;
  margin-left: -2px;
}
.product-detail-scroll-buy-box .product-detail-reviews .product-review-rating {
  margin-right: 0;
}
.product-detail-scroll-buy-box .product-detail-reviews .product-review-rating:hover {
  text-decoration: none;
}
.product-detail-scroll-buy-box .product-detail-reviews .product-detail-reviews-link {
  color: #0071DB;
}
.product-detail-scroll-buy-box .product-detail-reviews .product-detail-reviews-link:hover {
  text-decoration: none;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper {
  display: flex;
  margin-bottom: 0;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container {
  flex-grow: 1;
  margin: 0;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .select-quantity {
  padding-right: 0;
  position: relative;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .select-quantity select {
  background: #148183;
  color: #FFFFFF;
  border-radius: 7px 0 0 7px;
  border: 1px solid #028E93;
  height: 100%;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .select-quantity select:focus {
  outline: none;
  box-shadow: none;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .select-quantity .icon-cadet-added {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .select-quantity .icon-cadet-added svg {
  height: 5px;
  fill: #FFFFFF;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .buybox-button {
  position: relative;
  padding-left: 0;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy {
  background: #028E93;
  border: 1px solid #028E93;
  border-radius: 0 7px 7px 0;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 44px 5px 14px;
  transition: all 0.4s ease-in-out;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy:hover {
  background: #35A5A9;
  border: 1px solid #35A5A9;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy .icon-buybox-added {
  position: absolute;
  right: 15px;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .buybox-button .btn-buy .icon-buybox-added svg {
  height: 20px;
  fill: #FFFFFF;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .product-not-available-info {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #DA1E28;
  padding: 14px 20px 14px 70px;
  position: relative;
  background: #FBE7E8;
  border-radius: 7px;
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .product-not-available-info .icon-lure-fish {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-scroll-buy-box .product-detail-form-wrapper .product-detail-form-container .product-not-available-info .icon-lure-fish svg {
  width: auto;
  height: 30px;
  fill: #DA1E28;
}
.product-detail-scroll-buy-box .product-wishlist {
  margin: 0;
}
.product-detail-scroll-buy-box .product-wishlist-action {
  margin-left: 12px;
  background: #F1F4F6;
  border-radius: 7px;
  padding: 12px 15px 9px 15px;
}
.product-detail-scroll-buy-box .product-wishlist-action svg {
  height: 25px;
  fill: #222222;
}
.product-detail-scroll-buy-box .product-wishlist-action .hover {
  display: none;
}
.product-detail-scroll-buy-box .product-wishlist-action:hover .base {
  display: none;
}
.product-detail-scroll-buy-box .product-wishlist-action:hover .hover {
  display: inherit;
}
.product-detail-scroll-buy-box .product-wishlist-action:hover .hover svg {
  fill: #FF464A;
}
.product-detail-scroll-buy-box .product-wishlist-action.product-wishlist-added svg {
  fill: #FF464A;
}
.product-detail-scroll-buy-box .product-wishlist-action.product-wishlist-added .icon-wishlist-added, .product-detail-scroll-buy-box .product-wishlist-action.product-wishlist-added .text-wishlist-remove {
  display: inline-block !important;
}
.product-detail-scroll-buy-box .product-detail-packunit-wrapper .product-detail-packunit {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}
.product-detail-scroll-buy-box .product-discount-price-info {
  padding: 8px 14px;
  font-size: 16px;
  background: #E8F5EC;
  border-radius: 5px;
  margin: 10px 0 0 0;
  display: inline-block;
}
.product-detail-scroll-buy-box .product-discount-price-info span {
  color: #24A148;
}
.product-detail-scroll-buy-box .product-detail-price-container {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price {
  font-size: 19px;
  font-weight: bold;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-top: 5px;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .product-detail-list-price, .product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .list-price-currency {
  font-size: 15px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-decoration: line-through;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .product-detail-reference-price, .product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .dot {
  font-size: 14px;
  color: #666666;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .product-detail-reference-price {
  margin-left: 3px;
  font-weight: normal;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .product-detail-reference-price.has-discount {
  margin-left: 0;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .product-unit-price {
  padding-right: 2px;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-price .dot {
  margin-left: 5px;
}
.product-detail-scroll-buy-box .product-detail-price-container .additional-price-info {
  margin-left: 10px;
}
.product-detail-scroll-buy-box .product-detail-price-container .product-detail-list-price-wrapper {
  display: block;
  line-height: 1;
  height: auto;
}
.product-detail-scroll-buy-box .product-detail-price-container .price-unit-reference-content {
  display: block;
  line-height: 1;
}
.product-detail-scroll-buy-box .discount-price-info, .product-detail-scroll-buy-box .bulk-price-info {
  color: #FF464A;
}
.product-detail-scroll-buy-box .product-detail-tax-container {
  margin-top: 0;
}
.product-detail-scroll-buy-box .product-detail-tax-container .product-detail-tax-link {
  color: #666666;
  font-size: 14px;
}
.product-detail-scroll-buy-box .product-detail-tax-container .product-detail-tax {
  margin-bottom: 13px;
}
.product-highlight-info {
  margin-top: 30px;
  font-size: 12px;
  color: #666666;
}
.product-highlight.product-origins .product-origin {
  font-size: 16px;
}
.product-highlight.product-origins .product-origin-label {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.product-highlight.product-origins a {
  color: #0071DB;
}
.product-highlight.product-origins a:hover {
  color: #0071DB;
}
.product-highlight.product-latin-description .latin-description {
  font-size: 16px;
}
.product-highlight.product-fishing-gears .product-fishing-gear {
  font-size: 16px;
}
.product-highlight.product-fishing-gears .product-fishing-gear-label {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.product-highlight.product-short-descriptions .product-short-description {
  font-size: 16px;
}
.product-highlight.product-short-descriptions .product-short-description-label {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.product-highlight.product-highlight-image {
  padding-left: 0 !important;
  padding-bottom: 5px;
  position: relative;
}
.product-highlight.product-highlight-image .latin-description-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-highlight.product-highlight-image img {
  height: auto;
  width: 80%;
}
.product-highlight.product-storage-short-info .storage-short-info {
  font-size: 16px;
}
.product-highlight.product-storage-short-info .storage-short-info-label {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.product-highlight.product-highlight-certificate .highlight-certificate {
  font-size: 16px;
}
.product-highlight.product-highlight-certificate .product-highlight-certificate-link {
  font-size: 14px;
  line-height: 1.5;
  color: #0071DB;
}
.product-highlight.product-highlight-certificate svg {
  margin-top: 3px;
  height: auto;
  pointer-events: none;
}
.product-detail-mobile-buy-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F1F4F6;
  z-index: 1030;
  border-top: 1px solid #DDDDDD;
  height: auto;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .product-detail-mobile-buy-box {
    padding: 15px 25px;
  }
}
@media (min-width: 992px) {
  .product-detail-mobile-buy-box {
    display: none;
  }
}
.product-detail-mobile-buy-box .product-detail-buy-mobile {
  display: flex;
}
.product-detail-mobile-buy-box .product-detail-buy-mobile .product-price-column .with-list-price .product-detail-list-price {
  font-size: 14px;
  color: #222222;
  text-decoration: line-through;
}
.product-detail-mobile-buy-box .product-detail-buy-mobile .product-info-tooltip {
  display: inline-block;
  position: relative;
}
.product-detail-mobile-buy-box .product-detail-buy-mobile .product-info-tooltip svg {
  fill: #2D5474;
  height: 20px;
}
.product-detail-mobile-buy-box .product-detail-buy-mobile .product-info-tooltip .product-info-tooltip-text {
  font-size: 16px;
  line-height: 24px;
  visibility: hidden;
  width: 300px;
  background-color: #F1F4F6;
  color: #222222;
  border-radius: 7px;
  padding: 10px;
  position: fixed;
  bottom: 60px;
  z-index: 1;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.product-detail-mobile-buy-box .product-detail-buy-mobile .product-info-tooltip:hover .product-info-tooltip-text {
  visibility: visible;
}
.product-detail-mobile-buy-box .product-name-column {
  flex-grow: 1;
}
.product-detail-mobile-buy-box .product-name-column .product-detail-name {
  font-weight: bold;
  font-size: 16px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #DDDDDD;
}
.product-detail-mobile-buy-box .product-name-column .unit-tax-details {
  display: flex;
}
.product-detail-mobile-buy-box .product-name-column .unit-tax-details > * {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: auto;
  line-height: 24px;
  overflow: hidden;
  color: #DDDDDD;
  font-size: 12px;
}
.product-detail-mobile-buy-box .product-name-column .unit-tax-details .price-unit-content {
  padding-right: 10px;
  min-width: 57px;
  max-width: 130px;
  color: #222222;
}
@media screen and (min-width: 440px) {
  .product-detail-mobile-buy-box .product-name-column .unit-tax-details .price-unit-content {
    max-width: 100%;
  }
}
.product-detail-mobile-buy-box .product-name-column .unit-tax-details .product-detail-tax-link {
  flex-grow: 1;
}
.product-detail-mobile-buy-box .product-price-column {
  flex-grow: 1;
}
.product-detail-mobile-buy-box .product-price-column .product-detail-price {
  font-size: 16px;
  padding: 0 16px 0 5px;
  text-align: right;
  white-space: nowrap;
}
.product-detail-mobile-buy-box .product-price-column .product-detail-price.with-list-price {
  color: #FF464A;
  display: block;
}
@media (min-width: 992px) {
  .product-detail-mobile-buy-box .product-price-column .product-detail-price.with-list-price {
    display: inline-block;
  }
}
.product-detail-mobile-buy-box .product-price-column .price-unit-reference-content {
  padding: 0 16px 0 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
  line-height: 12px;
  color: #666666;
  font-size: 13px;
  white-space: nowrap;
  text-align: right;
}
.product-detail-mobile-buy-box .product-price-column .discount-price-valid-date-info {
  padding: 5px 16px 0 5px;
  font-size: 11px;
  text-align: right;
  color: #FF464A;
}
.product-detail-mobile-buy-box .product-buy-form-column {
  width: 55px;
}
.product-detail-mobile-buy-box .product-buy-form-column .btn-buy {
  padding: 0 5px 4px 5px;
  border-radius: 4px;
}
.product-detail-mobile-buy-box .product-buy-form-column svg {
  width: 27px;
  fill: #FFFFFF;
}
.product-detail .product-detail-content {
  margin: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .product-detail .product-detail-content {
    padding-bottom: 24px;
  }
}
.product-detail.corporate-layout .product-detail-buy-scroll {
  display: none;
}
.product-detail.corporate-layout .retail-partner-wrapper {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.product-detail.corporate-layout .retail-partner-wrapper.hide-in-shop {
  margin-top: 10px;
}
.product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info img {
  height: 20px;
  margin-bottom: 10px;
}
.product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info:first-child {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info {
    display: block;
  }
  .product-detail.corporate-layout .retail-partner-wrapper .retail-partner-info img {
    height: 29px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-detail.corporate-layout .retail-partner-wrapper {
    margin-bottom: 0;
  }
}
.product-detail .product-detail-manufacturer {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .product-detail .product-detail-manufacturer {
    margin-top: 16px;
  }
}
.product-detail a.product-detail-manufacturer-link {
  color: #0071DB;
}
.product-detail a.product-detail-manufacturer-link:hover {
  text-decoration: underline;
}
.product-detail .product-detail-product-properties-wrapper {
  display: flex;
  align-items: center;
  margin: 5px 0 0 0;
}
.product-detail .product-detail-product-properties-wrapper .product-condition {
  padding: 2px 10px;
  border-radius: 2px;
  background: #028E93;
}
.product-detail .product-detail-product-properties-wrapper .product-condition svg {
  fill: #FFFFFF;
  height: 15px;
}
.product-detail-form-wrapper .product-wishlist {
  margin: 0;
}
.product-detail-form-wrapper .product-wishlist-action {
  margin-left: 12px;
  background: #F1F4F6;
  border-radius: 7px;
  padding: 12px 15px 9px 15px;
}
.product-detail-form-wrapper .product-wishlist-action svg {
  height: 25px;
  fill: #222222;
}
.product-detail-form-wrapper .product-wishlist-action .hover {
  display: none;
}
.product-detail-form-wrapper .product-wishlist-action:hover .base {
  display: none;
}
.product-detail-form-wrapper .product-wishlist-action:hover .hover {
  display: inherit;
}
.product-detail-form-wrapper .product-wishlist-action:hover .hover svg {
  fill: #FF464A;
}
.product-detail-form-wrapper .product-wishlist-action.product-wishlist-added svg {
  fill: #FF464A;
}
.product-detail-form-wrapper .product-wishlist-action.product-wishlist-added .icon-wishlist-added, .product-detail-form-wrapper .product-wishlist-action.product-wishlist-added .text-wishlist-remove {
  display: inline-block !important;
}
.product-detail-scroll-links-wrapper {
  margin-bottom: 67px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #FFFFFF;
  top: -1px;
  display: none;
}
@media (min-width: 768px) {
  .product-detail-scroll-links-wrapper {
    display: block;
  }
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li {
  display: inline-block;
  margin: 0 8px;
  border-bottom: 2px solid transparent;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li:not(:first-child) a.active:after {
  content: "";
  border-bottom: 3px solid #028E93;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li a {
  color: #222222;
  padding: 25px 0 23px 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li a:hover {
  text-decoration: none;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li:first-child {
  margin-left: 0;
}
.product-detail-scroll-links-wrapper .product-detail-scroll-links li:hover a:after {
  content: "";
  border-bottom: 2px solid #222222;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}
.product-detail-scroll-links-wrapper.sticky-top .product-detail-scroll-links li a, .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer .product-detail-scroll-links li a {
  padding: 32px 0 26px 0;
}
.product-questions-wrapper .has-cms-layout .product-reviews-inner, .product-questions-wrapper .has-cms-layout .product-detail-tabs, .product-questions-wrapper .has-cms-layout .product-questions-inner, .product-reviews-wrapper .has-cms-layout .product-reviews-inner, .product-reviews-wrapper .has-cms-layout .product-detail-tabs, .product-reviews-wrapper .has-cms-layout .product-questions-inner, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner {
  max-width: 100%;
}
.full-width .product-questions-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-questions-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-questions-wrapper .has-cms-layout .product-questions-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-reviews-wrapper .has-cms-layout .product-questions-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner {
  max-width: 80rem;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .full-width .product-questions-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-questions-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-questions-wrapper .has-cms-layout .product-questions-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-reviews-wrapper .has-cms-layout .product-questions-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .full-width .product-questions-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-questions-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-questions-wrapper .has-cms-layout .product-questions-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-reviews-wrapper .has-cms-layout .product-questions-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) {
  .full-width .product-questions-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-questions-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-questions-wrapper .has-cms-layout .product-questions-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-reviews-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-reviews-wrapper .has-cms-layout .product-questions-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs, .full-width .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner {
    margin: 0 auto;
    padding-left: min(50px, calc(1330px - 100%));
    padding-right: min(50px, calc(1330px - 100%));
  }
}
@media (min-width: 992px) {
  .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-questions-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-reviews-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-reviews-inner .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-detail-tabs .product-detail-tabs-content, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-articlquestions, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-review-content, .product-detail-tabs-wrapper .has-cms-layout .product-questions-inner .product-detail-tabs-content {
    max-width: 66.6666666667%;
  }
}
.advantage-info-wrapper {
  margin-top: 15px;
}
.advantage-info-wrapper .advantage-headline {
  font-weight: bold;
  font-size: 12px;
}
.advantage-info-wrapper .advantage-info {
  margin: 7px 0 0 0;
  list-style: none;
  padding-left: 0;
}
.advantage-info-wrapper .advantage-info li {
  margin: 0 0 10px 0;
  font-size: 12px;
  position: relative;
  padding-left: 26px;
}
.advantage-info-wrapper .advantage-info li .advantage-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.advantage-info-wrapper .advantage-info li .advantage-icon svg {
  width: 16px;
  margin-right: 10px;
  vertical-align: inherit;
}
.product-detail-tabs-wrapper {
  padding-bottom: 10px;
}
.product-detail-tabs-wrapper .product-detail-tabs .product-detail-tabs-content {
  display: block;
  padding-top: 15px;
}
.product-detail-tabs-wrapper .product-detail-tabs .product-detail-tabs-content .offcanvas-close {
  display: none;
}
@media (min-width: 768px) {
  .product-detail-tabs-wrapper .product-detail-tabs .product-detail-tabs-content {
    padding-top: 30px;
  }
}
.product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper {
  margin-top: 5px;
  padding: 0 0 20px 40px;
}
.product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .tab-loader {
  margin-top: 40px;
}
.product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .tab-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.product-detail-tabs-wrapper .product-detail-tabs .bundle-tab-content-wrapper .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link {
  padding: 5px 0 8px 0;
}
@media (min-width: 768px) {
  .product-detail-tabs-wrapper {
    padding-bottom: 50px;
  }
}
.corporate-products-wrapper {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .corporate-products-wrapper {
    overflow: visible;
  }
}
.preparation-tabs-wrapper {
  padding: 0;
  overflow: hidden;
}
.preparation-tabs-wrapper .preparation-tabs h3, .preparation-tabs-wrapper .preparation-tabs .h3 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
}
.preparation-tabs-wrapper .preparation-tabs .product-detail-tabs-content {
  display: block;
  padding-top: 15px;
}
.preparation-tabs-wrapper .preparation-tabs .product-detail-tabs-content .offcanvas-close {
  display: none;
}
.preparation-tabs-wrapper .preparation-tabs .product-detail-tabs-content .grid-recipe {
  padding-bottom: 25px;
}
.preparation-tabs-wrapper .preparation-tabs .product-detail-tabs-content .grid-recipe.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
@media (min-width: 768px) {
  .preparation-tabs-wrapper .preparation-tabs .product-detail-tabs-content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .preparation-tabs-wrapper .preparation-tabs {
    padding-top: 30px;
    border-top: 1px solid #DDDDDD;
  }
}
.preparation-tabs-wrapper .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link {
  font-weight: normal;
}
.preparation-tabs-wrapper .product-detail-tab-navigation .product-detail-tab-navigation-list .product-detail-tab-navigation-link span {
  font-size: 16px;
}
.preparation-tabs-wrapper.corporate-layout {
  padding: 33px 0;
}
.preparation-tabs-wrapper.corporate-layout button {
  display: none;
}
@media (min-width: 768px) {
  .preparation-tabs-wrapper.corporate-layout {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 768px) {
  .preparation-tabs-wrapper {
    padding: 0 0 40px 0;
  }
}
.product-detail-storage-info .storage-info-wrapper {
  position: relative;
  padding: 10px 1px 10px 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-detail-storage-info .storage-info-wrapper:nth-child(1) {
  margin-bottom: 5px;
}
.product-detail-storage-info .storage-info-wrapper .storage-info-media {
  position: absolute;
  top: 14px;
  left: 0;
  overflow: hidden;
}
.product-detail-storage-info .storage-info-wrapper .storage-info-media svg {
  width: 30px;
  height: auto;
}
.product-detail-storage-info .storage-info-wrapper .storage-info-content {
  font-size: 16px;
  line-height: 20px;
}
.product-detail-storage-info .storage-info-wrapper .storage-info-label {
  font-size: 14px;
  color: #666666;
}
.product-detail-storage-info .storage-info-description {
  font-size: 16px;
  line-height: 20px;
}
.product-detail-storage-info .storage-info-description.storage-info-complete {
  padding-left: 50px;
}
.product-detail-storage-info .storage-info-description ul {
  margin-top: 10px;
  padding-left: 15px;
}
.product-detail-storage-info .storage-info-description ul li {
  margin-bottom: 3px;
}
.product-detail-consumer-info .consumer-info-wrapper {
  position: relative;
  padding: 10px 1px 10px 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-detail-consumer-info .consumer-info-wrapper .consumer-info-media {
  position: absolute;
  top: 14px;
  left: 0;
  overflow: hidden;
}
.product-detail-consumer-info .consumer-info-wrapper .consumer-info-media svg {
  width: 30px;
  height: auto;
}
.product-detail-consumer-info .consumer-info-wrapper .consumer-info-content {
  font-size: 16px;
  line-height: 20px;
}
.product-detail-consumer-info .consumer-info-wrapper .consumer-info-label {
  font-size: 14px;
  color: #666666;
}
.product-detail-supply-chain ol {
  counter-reset: item;
  list-style-type: none;
  position: relative;
}
.product-detail-supply-chain li {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
.product-detail-supply-chain li:before {
  content: counter(item) "  ";
  counter-increment: item;
  position: absolute;
  left: 2px;
  margin-top: 1px;
  color: #76C5C5;
  font-size: 22px;
  font-weight: bold;
}
.product-detail-supply-chain li .supply-chain-content .supply-chain-label {
  font-size: 14px;
  color: #666666;
}
@media (min-width: 1200px) {
  .product-detail-supply-chain li .supply-chain-content {
    width: 80%;
  }
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container {
  padding: 20px;
  border-radius: 5px;
  background: #F4F4F4;
  margin-top: 12px;
  font-size: 14px;
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container svg {
  width: auto;
  height: 16px;
  margin-bottom: 10px;
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .go-delivery-icon svg {
  fill: #a8063a;
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .delivery-option-content {
  line-height: 19px;
  margin-bottom: 15px;
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .delivery-option-content .delivery-option-headline {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 7px;
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .delivery-option-content a {
  color: #0071DB;
}
@media (min-width: 768px) {
  .product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .delivery-option-content {
    margin-bottom: 0;
  }
}
.product-detail-supply-chain .delivery-option-container-wrapper .delivery-option-container .delivery-option-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.product-detail-supply-chain .supply-chain-info {
  margin-top: 25px;
  font-size: 12px;
  color: #666666;
}
.preparation-tabs-wrapper + .top-sellers-wrapper .top-sellers-inner, .product-reviews-wrapper + .top-sellers-wrapper .top-sellers-inner {
  border-top: 1px solid #DDDDDD;
  padding-top: 50px;
}
.product-detail-review-main {
  margin-bottom: 40px;
}
.product-detail-review-main hr {
  display: none;
}
.product-detail-review-main .product-detail-review-item {
  border-bottom: none;
  background: #F1F4F6;
  border-radius: 4px;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info {
  padding: 15px;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info p {
  line-height: normal;
  font-weight: normal;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info p.h5 {
  font-weight: 700;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-points {
  flex: 0 0 50%;
  order: 2;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-points .product-review-rating:hover {
  text-decoration: none;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-points .product-review-rating .point-container .point-rating {
  cursor: auto;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-author {
  flex: 0 0 100%;
  order: 1;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-author p {
  margin: 6px 0 10px 0;
  font-weight: bold;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-date {
  flex: 0 0 50%;
  order: 3;
  text-align: right;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-date p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info {
    display: block;
  }
  .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-author, .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-points, .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-date {
    flex: none;
  }
  .product-detail-review-main .product-detail-review-item .product-detail-review-item-info .left-info .product-detail-review-item-date {
    text-align: left;
  }
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-info .right-info .product-detail-review-item-content {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-comment {
  display: block;
  margin: 15px 15px 15px 16px;
  padding: 0 0 0 20px;
  border-left: 4px solid #028E93;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-comment .blockquote {
  margin: 0;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-comment .blockquote .blockquote-footer {
  color: #222222;
  font-size: 14px;
}
.product-detail-review-main .product-detail-review-item .product-detail-review-item-comment .blockquote .blockquote-footer::before {
  content: none;
}
@media (min-width: 768px) {
  .product-detail-review-main .product-detail-review-item .product-detail-review-item-comment {
    margin: 15px 15px 15px 6px;
  }
}
.show-more-reviews {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.show-more-reviews .more-review-button {
  padding: 5px 20px;
  background: #197999;
  color: #FFFFFF;
  font-weight: normal;
}
.show-more-reviews .more-review-button:hover {
  background: #4794AE;
}
.load-more-content .content-full, .load-more-content .full-text {
  display: none;
}
.load-more-content .content-full.d-inline, .load-more-content .full-text.d-inline {
  display: inline !important;
}
.load-more-content .content-full.d-block, .load-more-content .full-text.d-block {
  display: block !important;
}
.load-more-content .more-link {
  display: inline-block;
  margin-left: 4px;
  color: #222222;
  text-decoration: underline;
}
.load-more-content .more-link.d-none, .load-more-content .is-ctl-timewindowselection .checkout .more-link.checkout-aside, .is-ctl-timewindowselection .checkout .load-more-content .more-link.checkout-aside, .load-more-content .is-ctl-register.is-act-checkoutregisterpage .checkout .more-link.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .load-more-content .more-link.checkout-aside, .load-more-content .is-ctl-checkout .checkout .more-link.checkout-aside, .is-ctl-checkout .checkout .load-more-content .more-link.checkout-aside {
  display: none;
}
.load-more-content .more-link.include-paragraph {
  margin-left: 0;
}
.dsee-product-species-detail {
  overflow: hidden;
}
.dsee-product-species-detail .product-species-header {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  background: #F1F4F6;
}
@media (min-width: 768px) {
  .dsee-product-species-detail .product-species-header {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.dsee-product-species-detail .product-species-header .image-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.dsee-product-species-detail .product-species-header .image-wrapper img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .dsee-product-species-detail .product-species-header .image-wrapper {
    max-width: 80%;
  }
  .dsee-product-species-detail .product-species-header .image-wrapper img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .dsee-product-species-detail .product-species-header .image-wrapper {
    max-width: 80%;
  }
  .dsee-product-species-detail .product-species-header .image-wrapper img {
    max-height: 300px;
  }
}
.dsee-product-species-detail .product-species-header .title, .dsee-product-species-detail .product-species-header .short-description {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 620px;
}
.dsee-product-species-detail .product-species-header .short-description {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
.dsee-product-species-detail .product-species-header .title {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .dsee-product-species-detail .product-species-header .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .dsee-product-species-detail .product-species-header .title {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .dsee-product-species-detail .product-species-header .title {
    font-size: 50px;
  }
}
.dsee-product-species-detail .product-species-description {
  padding-top: 20px;
  order: 2;
}
@media (min-width: 992px) {
  .dsee-product-species-detail .product-species-description {
    order: 1;
    padding-top: 0;
  }
}
.dsee-product-species-detail .product-species-translation {
  order: 1;
}
@media (min-width: 992px) {
  .dsee-product-species-detail .product-species-translation {
    order: 2;
  }
}
.dsee-product-species-detail .long-description, .dsee-product-species-detail .translations {
  padding: 0 20px;
}
.dsee-product-species-detail .long-description h3, .dsee-product-species-detail .long-description .h3, .dsee-product-species-detail .translations h3, .dsee-product-species-detail .translations .h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0;
}
.dsee-product-species-detail .long-description h3:first-child, .dsee-product-species-detail .long-description .h3:first-child, .dsee-product-species-detail .translations h3:first-child, .dsee-product-species-detail .translations .h3:first-child {
  margin-top: 0;
}
.dsee-product-species-detail .long-description p, .dsee-product-species-detail .translations p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .dsee-product-species-detail .long-description, .dsee-product-species-detail .translations {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .dsee-product-species-detail .long-description, .dsee-product-species-detail .translations {
    padding: 0;
  }
}
.dsee-product-species-detail .long-description {
  width: 100%;
}
.dsee-product-species-detail .long-description h3, .dsee-product-species-detail .long-description .h3 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 992px) {
  .dsee-product-species-detail .long-description {
    width: 90%;
  }
}
.dsee-product-species-detail .translations h3, .dsee-product-species-detail .translations .h3 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-product-species-detail .translations .translation {
  display: flex;
}
.dsee-product-species-detail .translations .translation:not(:first-child) {
  margin-top: 5px;
}
.dsee-product-species-detail .translations .translation .dictionary-flag {
  flex: 0 0 23px;
}
.dsee-product-species-detail .translations .translation .dictionary-flag svg {
  width: auto;
  height: 14px;
}
.dsee-product-species-detail .translations .translation .translation-label {
  flex: 0 0 calc(100% - 23px);
}
.dsee-product-species-detail .nutrients-info-wrapper {
  margin-top: 40px;
}
.dsee-product-species-detail .newsletter-on-lexicon {
  margin-top: 20px;
}
.dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .input-wrapper {
  display: flex;
  margin-top: 10px;
  max-width: 392px;
}
.dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .input-wrapper.d-none, .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .is-ctl-timewindowselection .checkout .input-wrapper.checkout-aside, .is-ctl-timewindowselection .checkout .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .input-wrapper.checkout-aside, .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .is-ctl-register.is-act-checkoutregisterpage .checkout .input-wrapper.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .input-wrapper.checkout-aside, .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .is-ctl-checkout .checkout .input-wrapper.checkout-aside, .is-ctl-checkout .checkout .dsee-product-species-detail .newsletter-on-lexicon .newsletter-box form .input-wrapper.checkout-aside {
  display: none;
}
@media (min-width: 992px) {
  .dsee-product-species-detail .newsletter-on-lexicon {
    margin-top: 40px;
  }
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info {
  padding: 25px;
  background: #F1F4F6;
  width: 100%;
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info h2, .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .h2, .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info h3, .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .h3 {
  font-size: 19px;
  line-height: normal;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-short-description + .nutrients-long-description {
  margin-top: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-long-description {
    column-count: 2;
    column-gap: 20px;
  }
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-long-description h3, .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-long-description .h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-column-break-after: avoid;
  break-after: avoid;
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-long-description p {
  break-before: avoid;
}
@media (min-width: 768px) {
  .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-long-description p:last-child {
    margin-bottom: 50px;
  }
}
.dsee-product-species-detail .nutrients-info-wrapper .nutrients-info .nutrients-source {
  margin-top: 12px;
  color: #666666;
  font-size: 14px;
}
@media (min-width: 992px) {
  .dsee-product-species-detail .nutrients-info-wrapper .nutrients-info {
    width: 90%;
    border-radius: 5px;
  }
}
.related-recipes-box, .related-products-box {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .related-recipes-box, .related-products-box {
    margin-top: 50px;
  }
}
.related-recipe-label, .related-product-label {
  font-size: 24px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  margin-bottom: 30px;
}
.related-recipes-box .related-recipes-wrapper .related-recipe {
  overflow: hidden;
}
@media (min-width: 768px) {
  .related-recipes-box .related-recipes-wrapper .related-recipe {
    overflow: visible;
    padding: 0;
  }
}
.related-recipes-box .related-recipes-wrapper .related-recipe .cms-element-dsee-recipe-slider {
  padding: 0;
  overflow: visible;
}
.related-recipes-box .related-recipes-wrapper .related-recipe .cms-element-dsee-recipe-slider .product-slider-controls-container {
  display: flex;
}
@media (min-width: 768px) {
  .related-recipes-box .related-recipes-wrapper .related-recipe .cms-element-dsee-recipe-slider {
    overflow: hidden;
    padding: 0 18px;
    margin: 0 -18px;
  }
}
@media (min-width: 992px) {
  .related-recipes-box {
    padding-top: 50px;
    padding-bottom: 12px;
    background: #F1F4F6;
  }
}
.related-products-box .related-product-wrapper .related-product {
  overflow: hidden;
}
@media (min-width: 768px) {
  .related-products-box .related-product-wrapper .related-product {
    overflow: visible;
    padding: 0;
  }
}
.related-products-box .related-product-wrapper .related-product .cms-element-product-slider {
  padding: 0;
  overflow: visible;
}
.related-products-box .related-product-wrapper .related-product .cms-element-product-slider .product-box .product-info .product-box-price-cart-row .product-box-price-wrapper .price-unit-reference {
  padding-right: 4px;
  white-space: nowrap;
  flex-grow: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 768px) {
  .related-products-box .related-product-wrapper .related-product .cms-element-product-slider {
    overflow: hidden;
    padding: 0 18px;
    margin: 0 -18px;
  }
}
.product-species-additional-information-wrapper {
  margin: 1.5em 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .product-species-additional-information-wrapper {
    margin-top: 2.25em;
  }
}
.product-species-additional-information-wrapper .btn {
  color: #222222;
  border: 1px solid #222222;
  background-color: #FFFFFF;
}
.product-species-additional-information-wrapper .btn:hover {
  background-color: #F4F4F4;
}
.related-products-box + .product-species-additional-information-wrapper {
  margin-top: 8px;
}
.search-page .search-page-header {
  background: #F1F4F6;
  text-align: center;
  margin: 0 -20px;
}
.search-page .search-page-header .search-form-wrapper {
  position: relative;
  display: inline-block;
  width: 80%;
  border-radius: 40px;
  border: 1px solid #EEEEEE;
  margin: 30px 0 6px 0;
}
@media (min-width: 768px) {
  .search-page .search-page-header .search-form-wrapper {
    width: 500px;
    margin: 40px 0 25px 0;
  }
}
.search-page .search-page-header .search-form-wrapper input {
  padding: 14px 45px 14px 22px;
  border: none;
  background: #FFFFFF;
  border-radius: 40px;
  font-size: 16px;
  height: auto;
}
.search-page .search-page-header .search-form-wrapper input::placeholder {
  color: #222222;
}
.search-page .search-page-header .search-form-wrapper .header-search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.search-page .search-page-header .search-form-wrapper .header-search-btn .loader {
  width: 17px;
  height: 17px;
}
.search-page .search-page-header .search-form-wrapper .header-search-btn:disabled .main-navigation-search-icon {
  display: none;
}
.search-page .search-page-header .search-form-wrapper .header-search-btn:focus {
  outline: none;
}
.search-page .search-page-header .search-form-wrapper .header-search-icon svg {
  width: 24px;
}
.search-page .search-page-header .search-form-wrapper:hover {
  border: 1px solid #222222;
}
.search-page .search-page-header .search-nav-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.search-page .search-page-header .search-nav-wrapper .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: inline-flex;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .search-page .search-page-header .search-nav-wrapper .nav-tabs {
    margin-top: 0;
  }
}
.search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-right: 6px;
}
.search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link {
  color: #666666;
  padding: 10px 8px;
  border-radius: 10px;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link {
    margin-bottom: 14px;
  }
}
.search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link.active {
  background: none;
  border: none;
  color: #222222;
  font-weight: bold;
}
.search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -7px;
  width: calc(100% - 16px);
  height: 4px;
  background: #76C5C5;
}
@media (min-width: 768px) {
  .search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link.active:after {
    bottom: -14px;
  }
}
@media (min-width: 992px) {
  .search-page .search-page-header .search-nav-wrapper .nav-tabs .nav-item .nav-link:hover {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .search-page .search-page-header {
    margin: 0;
    border-radius: 5px;
  }
}
.search-page .tab-content {
  overflow: hidden;
}
.search-page .cms-element-product-listing-wrapper .cms-element-dsee-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-product-listing-wrapper .cms-element-b2b-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-product-listing-wrapper .cms-element-dsee-recipe-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-b2b-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .col-md-auto:first-child, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .col-md-auto:first-child, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .col-md-auto:first-child {
  display: none;
}
.search-page .cms-element-product-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-product-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-product-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total {
  color: #666666;
}
.search-page .cms-element-product-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-product-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-product-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-recipe-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-category-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-b2b-category-listing-actions .search-results-info .total, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-recipe-listing-actions .search-results-info .total {
  padding: 5px 10px 5px 0;
}
.search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-text-banner .placeholder-image-wrapper, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-text-banner .placeholder-image-wrapper {
  background: #2D5474;
  position: relative;
}
.search-page .cms-element-dsee-category-listing-wrapper .cms-element-dsee-text-banner .placeholder-image-wrapper .category-name, .search-page .cms-element-b2b-category-listing-wrapper .cms-element-dsee-text-banner .placeholder-image-wrapper .category-name {
  position: absolute;
  top: 50%;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .search-page .cms-element-dsee-recipe-listing .cms-listing-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.search-page .cms-element-dsee-text-banner.borderless .text-banner-content .description {
  color: #666666;
}
.is-ctl-search.header--top .search-toggle {
  display: none;
}
.is-act-checkoutregisterpage .content-main > .container, .is-act-checkoutregisterpage .cms-section .content-main > .boxed, .cms-section .is-act-checkoutregisterpage .content-main > .boxed, .is-act-checkoutregisterpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-checkoutregisterpage .content-main > .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .content-main > .container, .is-act-checkoutregisterpage .cms-section .content-main > .boxed, .cms-section .is-act-checkoutregisterpage .content-main > .boxed, .is-act-checkoutregisterpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-checkoutregisterpage .content-main > .breadcrumbs-container {
    padding: 0 16px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-checkout .checkout .checkout-container {
  margin-left: 0;
  margin-right: 0;
}
.is-ctl-timewindowselection .checkout .checkout-container .address-main-header, .is-ctl-timewindowselection .checkout .checkout-container .checkout-aside-summary-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .address-main-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside-summary-header, .is-ctl-checkout .checkout .checkout-container .address-main-header, .is-ctl-checkout .checkout .checkout-container .checkout-aside-summary-header {
  font-size: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .is-ctl-timewindowselection .checkout .checkout-container .address-main-header, .is-ctl-timewindowselection .checkout .checkout-container .checkout-aside-summary-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .address-main-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside-summary-header, .is-ctl-checkout .checkout .checkout-container .address-main-header, .is-ctl-checkout .checkout .checkout-container .checkout-aside-summary-header {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-checkout .checkout .checkout-container {
    margin-left: 0;
    margin-right: -10px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main, .is-ctl-checkout .checkout .checkout-main {
  margin-bottom: 1.5rem;
  background: #F1F4F6;
  border-radius: 5px;
  padding: 16px;
  margin-left: 0;
}
@media (min-width: 576px) {
  .is-ctl-timewindowselection .checkout .checkout-main, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main, .is-ctl-checkout .checkout .checkout-main {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main, .is-ctl-checkout .checkout .checkout-main {
    padding: 30px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-item-details, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-item-details, .is-ctl-checkout .checkout .checkout-main .cart-item-details {
  padding-top: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-login-headline, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-headline, .is-ctl-checkout .checkout .checkout-main .register-login-headline {
  font-size: 16px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-login-collapse-toogle, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-collapse-toogle, .is-ctl-checkout .checkout .checkout-main .register-login-collapse-toogle {
  margin-top: 15px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle, .is-ctl-checkout .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle {
  padding: 11px 15px;
  background: #197999;
  font-size: 15px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  width: 100%;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle[aria-expanded="true"], .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle[aria-expanded="true"], .is-ctl-checkout .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle[aria-expanded="true"] {
  display: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle:hover, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle:hover, .is-ctl-checkout .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle:hover {
  background: #4794AE;
  text-decoration: none;
}
@media (min-width: 768px) {
  .is-ctl-timewindowselection .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle, .is-ctl-checkout .checkout .checkout-main .register-login-collapse-toogle .login-collapse-toggle {
    width: 327px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .form-group, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .form-group, .is-ctl-checkout .checkout .checkout-main .login-card .form-group {
  margin-bottom: 10px;
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .form-group input, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .form-group input, .is-ctl-checkout .checkout .checkout-main .login-card .form-group input {
  padding: 20px;
  height: 55px;
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .form-group label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .form-group label, .is-ctl-checkout .checkout .checkout-main .login-card .form-group label {
  display: none;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .login-card .form-group.login-field, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .form-group.login-field, .is-ctl-checkout .checkout .checkout-main .login-card .form-group.login-field {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-form-description, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-form-description, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-form-description {
  display: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-submit .pasword-recovery, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-submit .pasword-recovery, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-submit .pasword-recovery {
  float: right;
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-submit button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-submit button, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-submit button {
  background: #197999;
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-submit button:hover, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-submit button:hover, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-submit button:hover {
  background: #4794AE;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-submit button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-submit button, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-submit button {
    width: calc(50% - 5px);
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .login-card .login-form .login-submit button .loader, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .login-card .login-form .login-submit button .loader, .is-ctl-checkout .checkout .checkout-main .login-card .login-form .login-submit button .loader {
  color: #F4F4F4 !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper {
  padding: 19px 0 0 0;
  border-top: 1px solid #DDDDDD;
  margin-top: 24px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .card-body .card-title, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .card-body .card-title, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .card-body .card-title {
  display: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .card-body p.register-headline, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .card-body p.register-headline, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .card-body p.register-headline {
  font-size: 16px;
  margin: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group {
  margin-bottom: 10px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group:not(.is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group.contact-type) label {
  display: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group input, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group input, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group input {
  padding: 20px;
  height: 55px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .form-group select, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .form-group select, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .form-group select {
  height: 55px;
  padding: 0 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 15px;
  background-color: #FFFFFF;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-address, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-address, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-address {
  margin-bottom: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-shipping, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-shipping, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-shipping {
  padding-top: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit {
  margin-top: 14px;
  text-align: left;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit button, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit button {
  width: 100%;
  padding: 5px 15px;
  background: #197999;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit button:hover, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit button:hover, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit button:hover {
  background: #4794AE;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit button, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit button {
    width: 327px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit button .loader, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit button .loader, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit button .loader {
  color: #F4F4F4 !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information {
  margin-top: 20px;
  color: #666666;
}
.is-ctl-timewindowselection .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information a, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information a, .is-ctl-checkout .checkout .checkout-main .register-card-wrapper .register-card .register-submit .register-additional-information a {
  color: #0071DB;
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-table-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-table-header, .is-ctl-checkout .checkout .checkout-main .cart-table-header {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-table-header .cart-header-quantity, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-table-header .cart-header-quantity, .is-ctl-checkout .checkout .checkout-main .cart-table-header .cart-header-quantity {
  text-align: left;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .cart-table-header .cart-header-quantity, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-table-header .cart-header-quantity, .is-ctl-checkout .checkout .checkout-main .cart-table-header .cart-header-quantity {
    text-align: center;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table, .is-ctl-checkout .checkout .checkout-main .checkout-product-table {
  margin-bottom: 0;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container {
  position: relative;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge svg, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge svg, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img-container .free-product-badge svg, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-img-container .free-product-badge svg {
  height: 36px;
  width: auto;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-img-container, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-img-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-img-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-img-container, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-img-container, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-img-container {
  height: 37px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon {
  border: 1px solid #222222;
  border-radius: 4px;
  padding-top: 7px;
  height: 37px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-info-img .cart-item-discount-icon svg {
  height: 22px;
  width: auto;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-quantity-label, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-quantity-label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-quantity-label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-quantity-label, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-quantity-label, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-quantity-label {
  display: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-total-price, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-total-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-total-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-total-price, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item.is-discount .cart-item-total-price, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item.is-discount .cart-item-total-price {
  color: #222222;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-img, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-img, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-img, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-img {
  height: auto;
  border-radius: 4px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item img, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item img, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item img, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item img, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item img, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item img {
  padding: 0;
  border: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row {
  padding-left: 0;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item .cart-item-quantity-row, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item .cart-item-quantity-row {
    padding-left: 15px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price {
  color: #FF464A;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price {
  text-decoration: line-through;
  color: #222222;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-unit-price .discount-price .original-price, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-unit-price .discount-price .original-price {
    display: block;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button {
  padding: 0;
  margin-top: -7px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg {
  height: 20px;
  width: auto;
  fill: #666666;
}
@media (min-width: 768px) {
  .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-remove .cart-item-remove-button svg, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-remove .cart-item-remove-button svg {
    height: 15px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container {
  padding-left: 0;
  padding-top: 5px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-label .percentage-promotion-info {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-weight, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-weight, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-weight, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-weight, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .cart-item-weight, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-packunit, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-ordernumber, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .cart-item-weight {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date {
  color: #666666;
  font-weight: normal;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date span, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date span, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date span, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date span, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .earliest-delivery-date span, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .earliest-delivery-date span {
  color: #24A148;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date span, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date span, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date span, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date span, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .latest-delivery-date span, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .latest-delivery-date span {
  color: #F2881D;
}
.is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container .line-item-not-allowed-in-shipping-location {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .is-ctl-timewindowselection .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-timewindowselection .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .checkout-product-table .cart-item-details .cart-item-details-container, .is-ctl-checkout .checkout .checkout-main .confirm-product .cart-item-details .cart-item-details-container {
    padding-left: 16px;
  }
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select, .is-ctl-checkout .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none;
  text-align: right;
  padding: 9px 35px 9px 9px;
  margin-top: -9px;
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:focus, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:focus, .is-ctl-checkout .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.is-ctl-timewindowselection .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:hover, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:hover, .is-ctl-checkout .checkout .checkout-main .cart-item-quantity-row .cart-item-quantity-container .custom-select:hover {
  color: inherit;
}
.is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
  margin-left: 0;
  display: block !important;
  padding: 0;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-label, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-value, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-label, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-value, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-label, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-value {
  font-size: 16px;
  line-height: 24px;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total {
  font-size: 18px;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-label.summary-net, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-label.summary-tax, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-value.summary-net, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-value.summary-tax, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-label.summary-net, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-label.summary-tax, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-value.summary-net, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-value.summary-tax, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-label.summary-net, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-label.summary-tax, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-value.summary-net, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-value.summary-tax {
  font-size: 14px;
  line-height: 14px;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-summary-total, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-summary-total, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-summary-total {
  border-top: 1px solid #222222;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary {
  background: #F1F4F6;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-header, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-header, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-header {
  font-size: 16px;
  margin-bottom: 7px;
  border-top: 1px solid #DDDDDD;
  padding-top: 13px;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item {
  padding: 0 0 12px 0;
  border: none;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image {
  padding: 0;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image img, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image img, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-image img {
  padding: 0;
  border: none;
  border-radius: 4px;
  object-fit: fill;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-title, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-title, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-title {
  margin-bottom: 2px;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-price, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-quantity, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-price, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-quantity, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-price, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-link-quantity {
  color: #666666;
  margin: 0;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 5px;
  background: #2D5474;
  padding: 2px 9px;
}
@media (min-width: 768px) {
  .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge, .is-ctl-checkout .checkout .checkout-aside .checkout-aside-container .checkout-aside-products .checkout-aside-product-list .checkout-aside-item .checkout-aside-item-data .badge {
    padding: 3px 9px;
  }
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .checkout .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-aside, .is-ctl-checkout .checkout .checkout-aside {
    padding: 0 10px;
  }
}
.is-ctl-timewindowselection .checkout .delivery-tooltip, .is-ctl-register.is-act-checkoutregisterpage .checkout .delivery-tooltip, .is-ctl-checkout .checkout .delivery-tooltip {
  border: none;
  background: none;
  padding: 0;
}
.is-ctl-timewindowselection .checkout .delivery-tooltip svg, .is-ctl-register.is-act-checkoutregisterpage .checkout .delivery-tooltip svg, .is-ctl-checkout .checkout .delivery-tooltip svg {
  width: 18px;
  height: auto;
  fill: #028E93;
}
.is-ctl-checkout .checkout-aside-container .checkout-aside-products, .is-ctl-timewindowselection .checkout-aside-container .checkout-aside-products {
  border-radius: 5px;
  padding: 30px;
}
.is-ctl-checkout .checkout-aside-container .checkout-aside-summary, .is-ctl-timewindowselection .checkout-aside-container .checkout-aside-summary {
  border-radius: 5px;
  padding: 30px;
}
.is-ctl-register.is-act-checkoutregisterpage .checkout-aside-container .checkout-aside-products {
  border-radius: 0 0 5px 5px;
  padding: 0 30px 30px 30px;
}
.is-ctl-register.is-act-checkoutregisterpage .checkout-aside-container .checkout-aside-products .cart-item-promotion .cart-item-discount-icon {
  border: 1px solid #222222;
  border-radius: 4px;
  padding-top: 7px;
  position: relative;
  width: 100%;
  height: 37px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.is-ctl-register.is-act-checkoutregisterpage .checkout-aside-container .checkout-aside-products .cart-item-promotion .cart-item-discount-icon svg {
  height: 22px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-ctl-register.is-act-checkoutregisterpage .checkout-aside-container .checkout-aside-summary {
  border-radius: 5px 5px 0 0;
  padding: 30px 30px 0 30px;
  display: inline-block;
}
.register-card-wrapper .grecaptcha-protection-information {
  display: none;
}
.register-card-wrapper .register-form .register-newsletter-wrapper {
  padding-top: 19px;
  border-top: 1px solid #DDDDDD;
}
.register-card-wrapper .register-form .register-newsletter-wrapper .newsletter-headline-label {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.register-card-wrapper .register-form .register-shop-known-for-wrapper {
  padding: 19px 0 15px 0;
  border-top: 1px solid #DDDDDD;
}
.register-card-wrapper .register-form .register-shop-known-for-wrapper .register-shop-known-for-headline-label {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.register-card-wrapper .register-form .register-different-shipping {
  margin: 12px 0 24px 0;
}
.register-card-wrapper .register-form label:not(.custom-control-label) {
  font-weight: bold;
  font-size: 14px;
}
.is-ctl-timewindowselection .checkout .flashbags .alert:first-child {
  margin-top: 0;
}
.is-ctl-timewindowselection .checkout .flashbags .alert-info {
  border: 1px solid #666666;
}
.is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary {
  display: none;
}
.cart-item-children {
  padding: 0 10px;
}
.cart-item-children .cart-item-children-elements .cart-item-children-element .nested-item-name {
  color: #222222;
}
.cart-item-children .cart-item-children-elements .cart-item-children-element .nested-item-name:hover {
  color: #0071DB;
}
.cart-item-children .cart-item-children-elements .cart-item-children-element .bundle-information {
  color: #666666;
  font-size: 14px;
}
.cart-item-children .cart-item-children-elements .cart-item-children-element:first-of-type {
  padding: 15px 4px 0;
}
.cart-item-children .child-product-image {
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  width: 80px;
  overflow: hidden;
}
.cart-item-children .child-product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cart-item-children .child-product-image:hover img {
  transform: scale(1.05);
}
.cart-item-children .child-product-image .child-product-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cart-item-children .cart-item-headline-text {
  padding-top: 5px;
  display: inline-block;
}
.cart-item-children .cart-item-children-element-divider {
  margin: 5px 0;
}
.children-item-collapse {
  line-height: normal;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.children-item-collapse .cart-item-headline-text {
  padding: 10px 0 10px 40px;
}
.children-item-collapse[aria-expanded="true"] .arrow-up {
  display: block;
}
.children-item-collapse[aria-expanded="true"] .arrow-down {
  display: none;
}
.children-item-collapse .arrow-up {
  display: none;
}
.children-item-collapse .arrow-down {
  display: block;
}
.children-item-collapse .arrow-up svg, .children-item-collapse .arrow-down svg {
  height: 10px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.child-product-info {
  width: calc(100% - 95px);
}
.cart-aside-item-children .cart-aside-item-children-elements {
  padding: 0;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-children-element:first-of-type {
  padding: 20px 4px 0;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-children-element-divider {
  margin: 10px 0;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .child-product-image {
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  width: 80px;
  overflow: hidden;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .child-product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .child-product-image:hover img {
  transform: scale(1.05);
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .child-product-image .child-product-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .nested-item-name {
  color: #222222;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .nested-item-name:hover {
  color: #0071DB;
}
.cart-aside-item-children .cart-aside-item-children-elements .cart-aside-item-child-label-bullet .bundle-information {
  color: #666666;
  font-size: 14px;
}
.is-act-cartpage .content-main {
  margin-top: 0;
}
.is-act-cartpage .content-main > .container, .is-act-cartpage .cms-section .content-main > .boxed, .cms-section .is-act-cartpage .content-main > .boxed, .is-act-cartpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-cartpage .content-main > .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 992px) {
  .is-act-cartpage .content-main > .container, .is-act-cartpage .cms-section .content-main > .boxed, .cms-section .is-act-cartpage .content-main > .boxed, .is-act-cartpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-cartpage .content-main > .breadcrumbs-container {
    padding: 0 16px;
  }
}
.is-act-cartpage .empty-cart-banner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.is-act-cartpage .empty-cart-banner .cms-element-dsee-category-teaser .content {
  width: 100%;
}
.is-act-cartpage .empty-cart-banner .cms-element-dsee-category-teaser .content .title {
  color: #FFFFFF;
}
.is-act-cartpage .empty-cart-banner .cms-element-dsee-category-teaser .content .home-button {
  margin-top: 25px;
}
.is-act-cartpage .empty-cart-banner .cms-element-dsee-category-teaser .content .home-button .link-to-start-page {
  padding: 13px;
  color: #222222;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  text-transform: none;
}
.is-act-cartpage .empty-cart-banner .cms-element-dsee-category-teaser .content .home-button .link-to-start-page:hover {
  text-decoration: none;
  background: #F4F4F4;
}
.is-act-cartpage .empty-cart-banner ~ .product-top-sellers {
  margin-top: 40px;
}
.is-act-cartpage .free-delivery-container {
  margin: 16px 0 24px 0;
  border: none;
  border-radius: 4px;
}
.is-act-cartpage .free-delivery-progress-bar {
  background: #D9DFE6;
  border-radius: 5px;
  overflow: hidden;
  height: 8px;
  position: relative;
}
.is-act-cartpage .free-delivery-progress {
  background: #028E93;
  height: 100%;
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.is-act-cartpage .free-delivery-progress.success {
  background: #24A148;
}
.is-act-cartpage .free-delivery-text {
  margin-bottom: 2px;
  color: #222222;
}
.is-act-cartpage .free-delivery-text .total-remain-info {
  padding-bottom: 10px;
  display: block;
}
.is-act-cartpage .free-delivery-text .success-icon svg {
  width: 17px;
  margin-top: -3px;
  padding-right: 4px;
  fill: #24A148;
}
.is-act-cartpage .free-delivery-text .success-text {
  color: #24A148;
}
.is-act-cartpage .checkout .checkout-container .checkout-main {
  background: none;
  padding: 0;
}
.is-act-cartpage .checkout .checkout-container .checkout-main .cart-main-header {
  font-weight: normal;
}
.is-act-cartpage .checkout .checkout-container .checkout-main .checkout-main-container {
  padding: 30px;
  background: #F1F4F6;
  border-radius: 5px;
}
.is-act-cartpage .checkout .checkout-container .checkout-main .checkout-main-container .checkout-product-table {
  margin-bottom: 24px;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container {
  background: #F1F4F6;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-summary {
  padding: 30px 30px 0 30px;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-summary .checkout-aside-summary-header {
  font-weight: normal;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action {
  padding: 0 30px 30px 30px;
  margin-top: 0;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .begin-checkout-btn {
  background: #197999;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .begin-checkout-btn:hover {
  background: #4794AE;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper {
  position: relative;
  display: inline-block;
  flex: 1;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper .voucher-input {
  border-radius: 4px;
  padding: 9px 9px 9px 30px;
  font-size: 16px;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper .voucher-input:focus {
  outline: none;
  border-width: 1px 0 1px 1px;
  border-color: #028E93;
}
@media (min-width: 992px) {
  .is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper .voucher-input {
    font-size: 14px;
  }
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper .voucher-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-input-wrapper .voucher-icon svg {
  height: 16px;
  width: auto;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-button {
  border-radius: 4px;
  border: 1px solid #222222;
  font-weight: normal;
  background: #FFFFFF;
  margin-left: -5px;
  height: 100%;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-button:hover {
  background: #F4F4F4;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-aside-action .cart-add-promotion .checkout-aside-add-code .voucher-button:focus {
  box-shadow: none;
}
.is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-cross-selling {
  border-top: 10px solid #FFFFFF;
  margin-top: 30px;
  border-radius: 0;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .is-act-cartpage .checkout .checkout-container .checkout-aside .checkout-aside-container .checkout-cross-selling {
    padding-bottom: 16px;
  }
}
.is-act-cartpage .checkout .checkout-container .checkout-main-summary {
  background-color: #F1F4F6;
  padding: 30px;
  width: 100%;
  margin-top: 8px;
  border-radius: 5px;
}
.is-act-cartpage .checkout .checkout-container .checkout-main-summary .checkout-cross-selling {
  border-top: 10px solid #FFFFFF;
  margin-top: 30px;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .is-act-cartpage .checkout .checkout-container .checkout-main-summary .checkout-cross-selling {
    padding-bottom: 16px;
  }
}
.is-act-cartpage .checkout .checkout-container .checkout-main-summary .checkout-main-summary-header {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .is-act-cartpage .checkout .checkout-container {
    margin-top: 50px;
  }
}
.is-act-cartpage #addProductButton {
  background-color: #666666;
  border-color: #666666;
  color: #FFFFFF;
}
.is-act-cartpage #addProductButton:hover {
  background-color: #222222;
  border-color: #222222;
}
.is-ctl-timewindowselection .content-main > .container, .is-ctl-timewindowselection .cms-section .content-main > .boxed, .cms-section .is-ctl-timewindowselection .content-main > .boxed, .is-ctl-timewindowselection .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-ctl-timewindowselection .content-main > .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 992px) {
  .is-ctl-timewindowselection .content-main > .container, .is-ctl-timewindowselection .cms-section .content-main > .boxed, .cms-section .is-ctl-timewindowselection .content-main > .boxed, .is-ctl-timewindowselection .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-ctl-timewindowselection .content-main > .breadcrumbs-container {
    padding: 0 16px;
  }
}
.warehouse-selection .warehouse {
  display: flex;
  background: #DDDDDD;
  border-radius: 4px;
  padding: 10px;
  color: #222222;
  text-decoration: none;
}
.warehouse-selection .warehouse .name {
  font-weight: bold;
}
.warehouse-selection .warehouse svg {
  height: 16px;
  margin-right: 10px;
}
.warehouse-selection .warehouse + .warehouse {
  margin-top: 10px;
}
.time-window-selection-wrapper h3, .time-window-selection-wrapper .h3, .time-window-selection-wrapper h4, .time-window-selection-wrapper .h4 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}
.time-window-selection-wrapper .delivery-class-selection-wrapper {
  margin-top: 30px;
}
.time-window-selection-wrapper .delivery-class-selection-box {
  border-radius: 4px;
  padding: 20px;
  background: #FFFFFF;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .time-window-selection-wrapper .delivery-class-selection-box {
    margin-top: 0;
  }
}
.time-window-selection-wrapper .delivery-class-selection-box .header-icon {
  text-align: center;
}
.time-window-selection-wrapper .delivery-class-selection-box .header-icon svg {
  height: 40px;
}
.time-window-selection-wrapper .delivery-class-selection-box .header-text {
  text-align: center;
  font-size: 18px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin: 10px 0;
  font-weight: bold;
}
.time-window-selection-wrapper .delivery-class-selection-box .description {
  margin-bottom: 10px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.time-window-selection-wrapper .delivery-class-selection-box .cart-goods-price-insufficient-message {
  margin-top: 20px;
  color: #028E93;
}
.time-window-selection-wrapper .delivery-class-selection-box .actions {
  margin-top: 20px;
}
.time-window-selection-wrapper .delivery-class-selection-box .actions .btn {
  width: 100%;
  border-radius: 4px;
  text-align: center;
  background: #197999;
  height: 44px;
}
.time-window-selection-wrapper .delivery-class-selection-box .actions .btn:hover {
  background: #4794AE;
}
.time-window-selection-wrapper .delivery-class-selection-box .actions .btn + .btn {
  margin-top: 5px;
}
.time-window-selection-wrapper .delivery-class-selection-box .usps {
  margin-top: 20px;
  color: #666666;
  list-style: none;
  padding-left: 0;
  margin-left: 5%;
  margin-right: 5%;
}
.time-window-selection-wrapper .delivery-class-selection-box .usps li {
  margin: 3px 0;
  font-size: 14px;
}
.time-window-selection-wrapper .delivery-class-selection-box .usps svg {
  width: 14px;
  fill: #666666;
  margin-right: 10px;
  vertical-align: inherit;
}
@media (min-width: 768px) {
  .time-window-selection-wrapper .delivery-class-selection-box .usps {
    margin-left: 10%;
    margin-right: 10%;
  }
  .time-window-selection-wrapper .delivery-class-selection-box .usps svg {
    width: 16px;
  }
}
@media (min-width: 992px) {
  .time-window-selection-wrapper .delivery-class-selection-box .usps {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .time-window-selection-wrapper .delivery-class-selection-box .usps {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.time-window-selection-wrapper .delivery-class-selection-box .delivery-class-not-available-message {
  border-radius: 4px;
  background: #197999;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 5px;
}
.time-window-selection-wrapper .shipping-option-selection-container {
  border-radius: 4px;
  padding: 20px 0;
  background: #F4F4F4;
}
.time-window-selection-wrapper .shipping-option-selection-container h4 svg, .time-window-selection-wrapper .shipping-option-selection-container .h4 svg {
  width: 30px;
  margin-right: 10px;
  margin-top: -9px;
}
.time-window-selection-wrapper .shipping-option-selection-container .options-label {
  margin-bottom: 5px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-location-address .shipping-location-address-label {
  font-weight: bold;
  margin-right: 5px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-location-address a {
  display: block;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .time-window-selection-wrapper .shipping-option-selection-container .shipping-location-address a {
    display: inline-block;
    float: right;
    margin: 0;
  }
}
.time-window-selection-wrapper .shipping-option-selection-container .icon-pencil {
  margin-right: 5px;
}
.time-window-selection-wrapper .shipping-option-selection-container .icon-pencil svg {
  width: 14px;
  vertical-align: inherit;
}
.time-window-selection-wrapper .shipping-option-selection-container .usps {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.time-window-selection-wrapper .shipping-option-selection-container .usps svg {
  width: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option {
  cursor: pointer;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option + .shipping-method-option {
  margin-top: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper {
  width: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0 20px;
  flex: 0 0 auto;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper svg, .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper img {
  width: 100px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper.edeka svg, .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper.edeka img {
  width: 50px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper.setzer svg, .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper.setzer img {
  width: 80px;
}
@media (min-width: 768px) {
  .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .outer-logo-wrapper {
    width: 140px;
  }
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .name {
    font-size: 16px;
  }
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info {
  background: #EEEEEE;
  border-radius: 4px;
  padding: 15px 20px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info .logo svg, .time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info .logo img {
  width: 50px;
  margin-right: 20px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info .collapse-trigger {
  padding: 5px;
  margin-left: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info .collapse-trigger svg {
  width: 15px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .shipping-method-option-info .image {
  margin-left: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .insufficient-cart-price-info {
  margin-top: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .insufficient-cart-price-info span {
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  background: #197999;
  padding: 3px 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .image img {
  width: 150px;
  border-radius: 4px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .check-circle {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #DDDDDD;
  align-self: center;
  box-sizing: content-box;
  margin-left: 10px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option .check-circle svg {
  display: none;
  width: 20px;
  height: 20px;
}
.time-window-selection-wrapper .shipping-option-selection-container .shipping-method-option.selected .check-circle svg {
  display: inherit;
}
.time-window-selection-wrapper .time-windows-calendar-container {
  display: flex;
}
.time-window-selection-wrapper .time-windows-calendar-container .spinner-border, .time-window-selection-wrapper .time-windows-calendar-container .loader {
  margin: 50px auto;
}
.time-window-selection-wrapper .time-windows-calendar-container.d-none, .time-window-selection-wrapper .is-ctl-timewindowselection .checkout .time-windows-calendar-container.checkout-aside, .is-ctl-timewindowselection .checkout .time-window-selection-wrapper .time-windows-calendar-container.checkout-aside, .time-window-selection-wrapper .is-ctl-register.is-act-checkoutregisterpage .checkout .time-windows-calendar-container.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .time-window-selection-wrapper .time-windows-calendar-container.checkout-aside, .time-window-selection-wrapper .is-ctl-checkout .checkout .time-windows-calendar-container.checkout-aside, .is-ctl-checkout .checkout .time-window-selection-wrapper .time-windows-calendar-container.checkout-aside {
  display: none;
}
.time-window-selection-wrapper .actions {
  margin-top: 20px;
}
.time-window-selection-wrapper .actions .back {
  margin-right: 10px;
}
.time-window-selection-wrapper .actions .back .back-button {
  background: transparent;
  border: 1px solid #666666;
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  padding: 4px 25px;
}
.time-window-selection-wrapper .actions .back .back-button:hover {
  background: #FFFFFF;
}
.time-window-selection-wrapper .actions .submit button {
  background: #197999;
}
.time-window-selection-wrapper .actions .submit button:hover {
  background: #4794AE;
}
.time-window-selection-wrapper .actions button[type="submit"] svg {
  width: 25px;
  height: 1em;
  fill: currentColor;
}
.time-window-selection-wrapper .actions button[type="submit"] svg:last-child {
  margin-left: 5px;
}
.time-window-form.was-validated .form-control:valid, .time-window-form.was-validated .form-control.is-valid {
  background-image: none;
}
.time-windows-calendar {
  width: 100%;
}
.time-windows-calendar .section-headline-time-windows {
  font-weight: bold;
  margin-bottom: 10px;
}
.time-windows-calendar .calendar .calendar-sheet {
  display: none;
}
.time-windows-calendar .calendar .calendar-sheet.active {
  display: block;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-header {
  position: relative;
  background: #1D3950;
  color: #FFFFFF;
  padding: 20px 50px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-week {
  color: #028E93;
  font-weight: bold;
  margin-right: 5px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev-container, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #028E93;
  font-weight: 500;
  margin: 10px;
  font-size: 14px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev-container, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container {
    padding: 10px 10px 10px 30px;
    width: auto;
  }
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev-container svg, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container svg {
  width: 7px;
  fill: #FFFFFF;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev-container:hover, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev-container:hover .icon-arrow-left, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container:hover .icon-arrow-left {
  color: #FFFFFF;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container {
    padding: 10px 30px 10px 10px;
  }
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next-container:hover .icon-arrow-right {
  color: #FFFFFF;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-prev {
    right: unset;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-next {
    left: unset;
    right: 10px;
  }
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-body {
  margin: 0;
  border-width: 0 1px 1px 1px;
  border-color: #DDDDDD;
  border-style: solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-body .has-footer {
  border-width: 0 1px 0 1px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-body .col {
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  background: #FFFFFF;
  padding: 0;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-body .col:last-child {
  border-right: none;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer {
  background: #EEEEEE;
  border-width: 0 1px 1px 1px;
  border-color: #DDDDDD;
  border-style: solid;
  font-size: 14px;
  min-height: 44px;
  color: #666666;
  padding: 13px 10px 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-label {
  display: block;
}
@media (min-width: 768px) {
  .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-label {
    display: inline-block;
  }
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-dsee {
  display: inline-block;
  margin-left: 10px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-dsee i {
  margin-right: 5px;
  margin-bottom: 3px;
  /*.svg-logo-fish-small();*/
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-dsee svg {
  height: 20px;
  width: 30px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go {
  display: inline-block;
  margin-left: 10px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go i {
  margin-right: 5px;
  vertical-align: middle;
  /*.svg-go-standard-small();*/
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go svg {
  height: 20px;
  width: 30px;
  fill: #a8063a;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go img {
  height: 19px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go img, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-footer .dict-go svg {
  vertical-align: top;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-header {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #EEEEEE;
  color: #666666;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-header .calendar-sheet-date-date {
  font-weight: bold;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-windows {
  padding: 15px 5px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window {
  position: relative;
  background: #E8F5EC;
  padding: 15px 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #24A148;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window.has-unavailable-cart-item-conflict {
  border: 1px solid #f5d47d;
  background: #fcefe6;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window:last-child {
  margin-bottom: 0;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .more-info-wrapper {
  font-weight: normal;
  color: #197999;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .time-window-icon .go-icon, .time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .time-window-icon .dsee-icon {
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 20px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .time-window-icon .go-icon {
  fill: #a8063a;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .time-window-icon .dsee-icon {
  width: 30px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .check-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  display: none;
  top: -7px;
  right: -5px;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window.selected {
  border-left: 3px solid #197999;
  /*&:after {
                        content: @sw-icon-check;
                        font-family: "dtsee-icons";
                        width: 20px;
                        height: 20px;
                        color: @white;
                        border-radius: 50%;
                        background: @brand-primary;
                        line-height: 20px;
                        text-align: center;
                        display: block;
                        font-size: 8px;
                        position: absolute;
                        top: -7px;
                        right: -5px;
                    }*/
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window.selected .check-icon {
  display: block;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .delivery-costs {
  font-weight: 300;
  color: #666666;
  font-style: italic;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .delivery-costs.has-pseudoprice {
  color: #FF464A;
  font-size: 14px;
  font-weight: bold;
}
.time-windows-calendar .calendar .calendar-sheet .calendar-sheet-date-time-window .delivery-costs.has-pseudoprice .pseudoprice {
  color: #666666;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: normal;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip {
  display: inline-block;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip svg {
  fill: #2D5474;
  height: 20px;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text {
  font-size: 16px;
  line-height: 24px;
  visibility: hidden;
  width: 300px;
  background-color: #F1F4F6;
  color: #222222;
  border-radius: 7px;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text .delivery-logo {
  text-align: center;
  margin-bottom: 10px;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text .delivery-logo svg {
  height: 15px;
  width: auto;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text .usps {
  color: #222222;
  list-style: none;
  padding: 10px 5px;
  margin: 0;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text .usps li {
  margin: 3px 0;
  padding-left: 23px;
  font-size: 14px;
  position: relative;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text .usps li svg {
  width: 14px;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip .delivery-info-tooltip-text {
    left: auto;
  }
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip.dsee-delivery:hover .delivery-info-tooltip-text {
  visibility: visible;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip.go-delivery:hover .delivery-info-tooltip-text.go-delivery {
  visibility: visible;
}
.time-windows-calendar .calendar .calendar-sheet .delivery-info-tooltip.angel-delivery:hover .delivery-info-tooltip-text.angel-delivery {
  visibility: visible;
}
.time-windows-calendar .telephone-input, .time-windows-calendar .delivery-message-input {
  position: relative;
}
.time-windows-calendar .telephone-input svg, .time-windows-calendar .delivery-message-input svg {
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 18px;
  fill: #666666;
  width: 18px;
}
.time-windows-calendar .telephone-input input, .time-windows-calendar .telephone-input textarea, .time-windows-calendar .delivery-message-input input, .time-windows-calendar .delivery-message-input textarea {
  padding-left: 40px;
  width: 100%;
}
.time-windows-calendar .telephone-input-container {
  margin-top: 25px;
}
.time-windows-calendar .telephone-input-container .section-headline {
  margin-bottom: 5px;
}
.time-windows-calendar .delivery-message-input-container .section-headline {
  margin-top: 20px;
  margin-bottom: 5px;
}
.time-windows-calendar .delivery-message-input-container .delivery-message-input i {
  top: 19px;
  font-size: 14px;
}
.time-windows-calendar .delivery-message-input-container .input-help {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.time-windows-calendar .delivery-note-container .section-headline, .time-windows-calendar .doorstep-permission-input-container .section-headline {
  margin-top: 26px;
  margin-bottom: 5px;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input {
  position: relative;
  padding: 10px 10px 10px 40px;
  border: 1px dashed #666666;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input > input {
  position: absolute;
  top: 15px;
  left: 15px;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input label {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input .input-help {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input .doorstep-location-wrapper {
  margin-top: 10px;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input .doorstep-location-wrapper input[type="text"] {
  width: 100%;
  border-width: 1px;
  background: white;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.time-windows-calendar .doorstep-permission-input-container .doorstep-permission-input .remember-doorstep-settings-wrapper label {
  font-weight: normal;
  vertical-align: top;
  margin-left: 5px;
}
.time-windows-calendar .delivery-note-container .delivery-note-content {
  border: 1px dashed #666666;
  padding: 10px 10px 10px 0;
}
.time-windows-calendar .delivery-note-container .delivery-note-content ul {
  margin: 0;
}
.time-windows-calendar .missing-calendar-selection-info i {
  font-size: 16px;
  margin-right: 7px;
}
.is-act-confirmpage .content-main > .container, .is-act-confirmpage .cms-section .content-main > .boxed, .cms-section .is-act-confirmpage .content-main > .boxed, .is-act-confirmpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-confirmpage .content-main > .breadcrumbs-container {
  padding: 0;
}
@media (min-width: 992px) {
  .is-act-confirmpage .content-main > .container, .is-act-confirmpage .cms-section .content-main > .boxed, .cms-section .is-act-confirmpage .content-main > .boxed, .is-act-confirmpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-confirmpage .content-main > .breadcrumbs-container {
    padding: 0 16px;
  }
}
.confirm-order-information {
  padding: 30px 30px 20px 30px;
  background: #F1F4F6;
  border-radius: 5px 5px 0 0;
}
.confirm-order-information .confirm-main-header {
  font-size: 22px;
  margin-bottom: 14px;
}
.confirm-order-information .confirm-sub-header {
  font-size: 16px;
  margin-bottom: 23px;
}
.confirm-order-information .content-information-box.shipping-method-information, .confirm-order-information .content-information-box.shipping-time-information {
  margin-bottom: 17px;
}
.confirm-order-information .content-information-box p {
  margin: 0;
}
.confirm-order-information .content-information-box .content-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 3px;
}
.confirm-order-information .content-information-box .content-info .edit-address a {
  display: block;
  color: #0071DB;
}
.confirm-order-information .order-additional-information:last-child .order-additional-info-wrapper {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .confirm-order-information .order-additional-information:last-child .order-additional-info-wrapper {
    margin-top: 0;
  }
}
.confirm-order-information .order-additional-info-wrapper {
  position: relative;
  padding-left: 40px;
}
.confirm-order-information .order-additional-info-wrapper .order-additional-info-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.confirm-order-information .order-additional-info-wrapper .order-additional-info-icon svg {
  height: 22px;
  width: auto;
}
.confirm-voucher-form {
  padding: 30px;
  background: #F1F4F6;
  border-radius: 5px;
  margin-bottom: 24px;
}
.confirm-voucher-form .voucher-wrapper .voucher-headline {
  font-size: 19px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 34px;
  font-weight: bold;
}
.confirm-voucher-form .voucher-wrapper .voucher-headline .voucher-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5px;
}
.confirm-voucher-form .voucher-wrapper .voucher-headline .voucher-icon svg {
  height: 25px;
  width: auto;
}
.confirm-voucher-form .voucher-wrapper .voucher-content {
  margin-top: 14px;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper {
  position: relative;
  flex: 1;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper .voucher-input {
  border-radius: 4px;
  padding: 9px 9px 9px 30px;
  font-size: 16px;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper .voucher-input:focus {
  outline: none;
  border-width: 1px 0 1px 1px;
  border-color: #028E93;
}
@media (min-width: 992px) {
  .confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper .voucher-input {
    font-size: 14px;
  }
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper .voucher-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-input-wrapper .voucher-icon svg {
  height: 14px;
  width: auto;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-button {
  border-radius: 4px;
  border: 1px solid #222222;
  font-weight: normal;
  background: #FFFFFF;
  margin-left: -5px;
  height: 100%;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-button:hover {
  background: #F4F4F4;
}
.confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion .checkout-confirm-add-code .voucher-button:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .confirm-voucher-form .voucher-wrapper .voucher-content .cart-add-promotion {
    width: 400px;
  }
}
.confirm-product {
  padding: 20px 30px 30px 30px;
  background: #F1F4F6;
  border-radius: 0 0 5px 5px;
}
.confirm-product .cart-header-row {
  color: #666666;
}
.confirm-product .actions {
  margin-top: 20px;
}
.confirm-product .actions .back-button {
  background: transparent;
  border: 1px solid #666666;
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  padding: 4px 25px;
}
.confirm-product .actions .back-button:hover {
  background: #FFFFFF;
}
.confirm-payment {
  margin-bottom: 0;
}
.confirm-payment .checkout-card .card-title {
  border-bottom: none;
  font-size: 19px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 34px;
}
.confirm-payment .checkout-card .card-title .payment-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5px;
}
.confirm-payment .checkout-card .card-title .payment-icon svg {
  height: 25px;
  width: auto;
}
.confirm-payment #changePaymentForm .payment-methods .payment-method .payment-form-group {
  margin-bottom: 0;
}
.confirm-payment #changePaymentForm .payment-methods .payment-method .payment-form-group .payment-method-label {
  margin-bottom: 0;
}
.confirm-payment #changePaymentForm .payment-methods .payment-method .payment-form-group .form-check {
  padding-left: 0;
  margin-bottom: 0;
}
.confirm-payment-shipping {
  padding: 30px;
  background: #F1F4F6;
  border-radius: 5px;
  margin-bottom: 24px;
}
.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main {
  background: none;
  padding: 0;
}
.is-act-confirmpage .checkout .checkout-main .payenginecw-confirm, .is-ctl-accountorder .checkout .checkout-main .payenginecw-confirm {
  display: none;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container {
  background: none;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding-bottom: 30px;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container.has-newsletter-form, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container.has-newsletter-form {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MC4xNTgiIGhlaWdodD0iODAuMTU2IiB2aWV3Qm94PSIwIDAgODAuMTU4IDgwLjE1NiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzRhNGE0YTtvcGFjaXR5OjAuMTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0zNi4xOTEsMkEzLjc0NywzLjc0NywwLDAsMCwzMi45NSwzLjgzNEwzMS41MjIsNi4yMTdhNC42MDksNC42MDksMCwwLDEtMi43NzksMi4wMzRsLS4wNDEuMDFBNC41NzksNC41NzksMCwwLDEsMjUuMjQ2LDcuOUwyMi44MTIsNi41NTFBMy43NzQsMy43NzQsMCwwLDAsMTcuMiw5Ljc4NkwxNy4xNTcsMTIuNmE0LjU3Miw0LjU3MiwwLDAsMS0xLjM5MiwzLjEzOGwtLjAyNi4wMjZBNC41NDksNC41NDksMCwwLDEsMTIuNiwxNy4xNTdMOS43OTIsMTcuMmEzLjc3NiwzLjc3NiwwLDAsMC0zLjI0MSw1LjYwOUw3LjksMjUuMjUxYTQuNTYzLDQuNTYzLDAsMCwxLC4zNiwzLjQzNi41NjQuNTY0LDAsMCwxLS4wMjEuMDYyLDQuNTczLDQuNTczLDAsMCwxLTIuMDEzLDIuNzYzTDMuODM0LDMyLjk0NWEzLjc3NiwzLjc3NiwwLDAsMCwwLDYuNDc3bDIuMzkzLDEuNDMzYTQuNTYzLDQuNTYzLDAsMCwxLDIuMDEzLDIuNzYzLjU2NS41NjUsMCwwLDAsLjAyMS4wNjIsNC41NjMsNC41NjMsMCwwLDEtLjM2LDMuNDM2TDYuNTUxLDQ5LjU2YTMuNzc3LDMuNzc3LDAsMCwwLDMuMjQxLDUuNjA5bDIuODA5LjA0NmE0LjU3Miw0LjU3MiwwLDAsMSwzLjEzOCwxLjM5MmwuMDI2LjAyNmE0LjU0OSw0LjU0OSwwLDAsMSwxLjM5MiwzLjEzOEwxNy4yLDYyLjU4YTMuNzc3LDMuNzc3LDAsMCwwLDUuNjA5LDMuMjQxbDIuNDQtMS4zNTZhNC41NjEsNC41NjEsMCwwLDEsMy40MzYtLjM2LjU2NC41NjQsMCwwLDEsLjA2Mi4wMjEsNC41ODEsNC41ODEsMCwwLDEsMi43NjMsMi4wMThsMS40MzMsMi4zODhhMy43NzYsMy43NzYsMCwwLDAsNi40NzcsMGwxLjQzMy0yLjM4OGE0LjU2LDQuNTYsMCwwLDEsMi43NTgtMi4wMTguNjUxLjY1MSwwLDAsMCwuMDY3LS4wMjEsNC41NTEsNC41NTEsMCwwLDEsMy40MzEuMzZsMi40NCwxLjM1NmEzLjc3NywzLjc3NywwLDAsMCw1LjYwOS0zLjI0MUw1NS4yLDU5Ljc3QTQuNTcyLDQuNTcyLDAsMCwxLDU2LjYsNTYuNjMybC4wMjYtLjAyNmE0LjU0OSw0LjU0OSwwLDAsMSwzLjEzOC0xLjM5MmwyLjgxNS0uMDQ2YTMuNzc3LDMuNzc3LDAsMCwwLDMuMjQxLTUuNjA5TDY0LjQ2LDQ3LjEyYTQuNTYzLDQuNTYzLDAsMCwxLS4zNi0zLjQzNi41NjIuNTYyLDAsMCwxLC4wMjEtLjA2Miw0LjU4MSw0LjU4MSwwLDAsMSwyLjAxOC0yLjc2M2wyLjM4OC0xLjQzM2EzLjc3OCwzLjc3OCwwLDAsMCwuMDEtNi40ODJMNjYuMTUsMzEuNTEyYTQuNTYsNC41NiwwLDAsMS0yLjAxOC0yLjc1OC42NDkuNjQ5LDAsMCwwLS4wMjEtLjA2Nyw0LjU1MSw0LjU1MSwwLDAsMSwuMzYtMy40MzFsMS4zNTYtMi40NGEzLjc3NywzLjc3NywwLDAsMC0zLjI0MS01LjYwOWwtMi44MTUtLjA0NmE0LjU3Miw0LjU3MiwwLDAsMS0zLjEzOC0xLjM5MmwtLjAyNi0uMDI2YTQuNTUsNC41NSwwLDAsMS0xLjM5Mi0zLjEzOGwtLjA0Ni0yLjgxNUEzLjc3NSwzLjc3NSwwLDAsMCw0OS41Niw2LjU1MUw0Ny4xMjEsNy45YTQuNTYxLDQuNTYxLDAsMCwxLTMuNDM2LjM2LjU2NS41NjUsMCwwLDEtLjA2Mi0uMDIxQTQuNTczLDQuNTczLDAsMCwxLDQwLjg2LDYuMjI3TDM5LjQyNywzLjgzNEEzLjczOSwzLjczOSwwLDAsMCwzNi4xOTEsMlpNMjcuMjQ0LDIxLjU1M2M0LjEzNiwwLDYuODM2LDIuODQxLDYuODM2LDcuMjA2LDAsNC4zNDctMi43LDcuMjA2LTYuODM2LDcuMjA2LTQuMTEzLDAtNi44MzYtMi44NTktNi44MzYtNy4yMDZTMjMuMTEzLDIxLjU1MywyNy4yNDQsMjEuNTUzWm0xNC44NzQuN2g2LjQyNUwzNy45LDM2Ljk0NiwzMC40NDksNTAuMTJIMjRMMzQuNDcxLDM1LjVaTTI3LjI0NCwyNS43MDhjLTEuMTc4LDAtMS44OSwxLjEyNC0xLjg5LDMuMDM1LDAsMS44OTMuNzEyLDMuMDMsMS44OSwzLjAzLDEuMTYsMCwxLjg3NS0xLjE0LDEuODc1LTMuMDNDMjkuMTE5LDI2LjgxMywyOC40NDMsMjUuNzA4LDI3LjI0NCwyNS43MDhabTE3LjksMTAuN2M0LjExMywwLDYuODE2LDIuODQxLDYuODE2LDcuMTg1LDAsNC4zNjgtMi43LDcuMjIxLTYuODE2LDcuMjIxcy02LjgxNi0yLjg1Ni02LjgxNi03LjIyMUMzOC4zMzMsMzkuMjQ4LDQxLjAzNiwzNi40MDYsNDUuMTQ4LDM2LjQwNlptMCw0LjE1NWMtMS4xNzgsMC0xLjksMS4xMTktMS45LDMuMDMsMCwxLjg5My43MTcsMy4wMzUsMS45LDMuMDM1LDEuMTYsMCwxLjg3LTEuMTQyLDEuODctMy4wMzVDNDcuMDE4LDQxLjY1OSw0Ni4zMjQsNDAuNTYyLDQ1LjE0OCw0MC41NjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4zNDUgMTEuNDY0KSByb3RhdGUoLTExKSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary {
  background: none;
  padding: 30px 30px 0 30px;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary .checkout-aside-summary-list, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .checkout-aside-summary .checkout-aside-summary-list {
  margin-bottom: 0;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .checkout-aside-action, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .checkout-aside-action {
  margin-top: 10px;
  padding: 0 30px 0 30px;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .purchase-agreement, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .purchase-agreement {
  padding: 20px 0 0 0;
  font-size: 13px;
  color: #666666;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .purchase-agreement a, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .purchase-agreement a {
  color: #0071DB;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .newsletter-registration, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .newsletter-registration {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .newsletter-advantages, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .newsletter-advantages {
  margin: 10px 0 0 24px;
  color: #222222;
  list-style: none;
  padding-left: 0;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .newsletter-advantages li, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .newsletter-advantages li {
  margin: 3px 0;
  font-size: 14px;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container .newsletter-advantages svg, .is-ctl-accountorder .checkout .checkout-aside .checkout-aside-container .newsletter-advantages svg {
  width: 14px;
  fill: #028E93;
  margin-right: 10px;
  vertical-align: inherit;
}
.is-act-confirmpage .checkout .checkout-aside .checkout-aside-container, .is-ctl-timewindowselection .checkout .checkout-aside .checkout-aside-container {
  position: sticky;
  top: 0;
  z-index: 1;
}
.is-ctl-accountorder .steps-container {
  margin-top: 30px;
}
.is-ctl-accountorder .checkout .checkout-main {
  margin-left: 0;
}
.is-ctl-accountorder .checkout .checkout-main .flashbags .alert:first-child {
  margin-top: 0;
}
.is-ctl-accountorder .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
.is-ctl-accountorder .checkout .checkout-aside {
  margin-left: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .is-ctl-accountorder .checkout .checkout-aside {
    padding: 0 10px;
  }
}
.is-act-confirmpage .delivery-tooltip {
  display: none;
}
#confirmFormSubmit {
  font-size: 16px;
}
#confirmFormSubmit .loader {
  color: #bcc1c7 !important;
}
@media (min-width: 1200px) {
  #confirmFormSubmit .loader {
    position: relative;
    left: -25px;
    width: 18px;
    height: 18px;
  }
}
.checkout-cross-selling .cms-element-product-slider {
  padding: 0 18px;
  margin: 0 -18px;
  overflow: hidden;
  position: relative;
}
.checkout-cross-selling .product-box .product-info .product-name {
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.checkout-cross-selling .product-box .product-info .product-action {
  margin-top: 12px;
}
.checkout-cross-selling .product-box .product-info .product-price-info {
  padding-right: 3px;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price-wrapper {
  line-height: 18px;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price {
  font-size: 14px;
  line-height: 18px;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price.with-list-price {
  color: #222222;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price .list-price {
  display: none;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price-unit {
  display: block;
  height: auto;
  font-size: 11px;
  line-height: 13px;
  margin-top: 3px;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price-unit .price-unit-reference {
  padding-right: 0;
}
.checkout-cross-selling .product-box .product-info .product-price-info .product-price-unit .price-unit-reference, .checkout-cross-selling .product-box .product-info .product-price-info .product-price-unit .price-unit-content {
  display: inline;
}
.is-ctl-checkout.is-act-finishpage .content-main {
  margin-top: 0;
  overflow: hidden;
}
.is-ctl-checkout.is-act-finishpage .content-main > .container, .is-ctl-checkout.is-act-finishpage .cms-section .content-main > .boxed, .cms-section .is-ctl-checkout.is-act-finishpage .content-main > .boxed, .is-ctl-checkout.is-act-finishpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-ctl-checkout.is-act-finishpage .content-main > .breadcrumbs-container {
  padding: 0 16px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-main {
  padding: 0;
  background: none;
  margin: 0;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper {
  margin: 0 -16px 0 -16px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .banner-image {
  min-height: 200px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .banner-image .image-wrapper, .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .banner-image img {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .banner-image img {
    object-position: top 0 right 47%;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content {
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #326188;
  padding: 25px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .title {
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 26px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .description {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 1em;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper {
  display: flex;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper.order-delivery-info {
  margin-bottom: 22px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper.order-note-info {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper.order-note-info {
    margin-top: 0;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .order-info-icon.calendar, .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .order-info-icon.order-note {
  margin-top: 4px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .order-info-icon svg {
  height: 22px;
  width: auto;
  fill: #FFFFFF;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .content-information-box {
  margin-left: 20px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .content-information-box p {
  margin: 0;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .content-information-box .content-info {
  font-size: 16px;
  line-height: 22px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .content-information-box .content-info.order-info {
  margin-top: 16px;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content .order-info-wrapper .content-information-box .content-info .content-info-text {
  display: block;
  font-size: 10px;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content {
    padding: 80px 60px;
  }
}
@media (min-width: 768px) {
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper {
    margin: 0;
  }
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner img {
    border-radius: 5px 5px 0 0;
  }
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content {
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 992px) {
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner img {
    border-radius: 5px 0 0 5px;
  }
  .is-ctl-checkout.is-act-finishpage .checkout .checkout-finish-top-banner-wrapper .finish-teaser-banner .content {
    border-radius: 0 5px 5px 0;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .related-recipes-wrapper {
  background: #FFFFFF;
  margin-top: 45px;
}
.is-ctl-checkout.is-act-finishpage .checkout .related-recipes-wrapper .related-recipe-headline {
  font-size: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 10px;
}
.is-ctl-checkout.is-act-finishpage .checkout .related-recipes-wrapper .related-recipe-slider-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.is-ctl-checkout.is-act-finishpage .checkout .related-recipes-wrapper .related-recipe-slider-wrapper .cms-element-dsee-recipe-slider {
  overflow: visible;
  padding-right: 0;
}
@media (min-width: 768px) {
  .is-ctl-checkout.is-act-finishpage .checkout .related-recipes-wrapper .related-recipe-slider-wrapper {
    padding: 0 18px;
    margin: 0 -18px;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-container {
  margin: 0;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-container .checkout-aside {
  display: none !important;
}
.is-ctl-checkout.is-act-finishpage .checkout .checkout-container .cart-item img {
  padding: 0;
  border: none;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner {
  margin-top: 50px;
  margin-bottom: 1.5rem;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner.has-related-recipes {
  margin-top: 30px;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner {
  position: relative;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-img {
  position: relative;
  margin-top: 30px;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-img img {
  width: 100%;
  height: 100%;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-img .survey-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-img {
    margin-top: 0;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info {
  text-align: center;
  background: #F4F4F4;
  padding: 41px 15px;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info .survey-headline {
  display: inline-block;
  color: #222222;
  font-weight: 700;
  font-size: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  .is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info {
    padding: 31px 15px;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info p {
  color: #222222;
  margin-top: 25px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info p {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-info p {
    padding: 0 50px;
  }
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-link {
  color: #FFFFFF;
  background: #197999;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 15px 20px;
}
.is-ctl-checkout.is-act-finishpage .checkout .finish-banner .survey-banner .survey-banner-link:hover {
  background: #4794AE;
  color: #FFFFFF;
  text-decoration: none;
}
.is-ctl-checkout.is-act-finishpage .order-question-card {
  margin: 1.5rem 0;
  background: #F1F4F6;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-form-headline {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper .order-question-option {
  margin: 0 1.5rem;
  text-align: left;
  padding-top: 1px;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper .order-question-option label:hover {
  cursor: pointer;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper .order-question-option label:hover:before {
  border-color: #bcc1c7;
  background-color: #bcc1c7;
}
@media (max-width: 991.98px) {
  .is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper {
    flex-direction: column;
    max-width: 360px;
  }
  .is-ctl-checkout.is-act-finishpage .order-question-card .order-question-options-wrapper .order-question-option {
    margin: 0 0 0.5rem;
  }
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-form {
  margin-top: 1.5rem;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .written-response-wrapper {
  max-width: 480px;
  text-align: left;
  margin: 0 auto;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .written-response-wrapper label {
  display: block;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-question-complete {
  text-align: left;
  max-width: 360px;
  margin: 1.5rem auto 0;
  border: 1px solid #24A148;
}
.is-ctl-checkout.is-act-finishpage .order-question-card .order-questions-additional-text-wrapper {
  display: none;
}
.cart-banner-wrapper {
  width: 100%;
  margin-top: 30px;
}
.cart-banner-wrapper .cart-banner-image {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 150px;
}
.cart-banner-wrapper .cart-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.cart-banner-wrapper .cart-banner-image .cart-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cart-banner-wrapper .cart-banner-content {
  padding: 30px;
  width: 100%;
  margin-top: -15px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.cart-banner-wrapper .cart-banner-content .cart-banner-header {
  font-weight: normal;
  font-size: 24px;
}
.cart-banner-wrapper .cart-banner-content .cms-element-product-slider {
  padding: 0 18px;
  margin: 0 -18px;
  overflow: hidden;
  position: relative;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-name {
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-name.two-line {
  height: 39px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-action {
  margin-top: 12px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info {
  padding-right: 3px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price-wrapper {
  line-height: 18px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price {
  font-size: 14px;
  line-height: 18px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price.with-list-price {
  color: #FF464A;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price .list-price .list-price-price {
  font-size: 12px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price-unit {
  display: block;
  height: auto;
  font-size: 11px;
  line-height: 13px;
  margin-top: 3px;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price-unit .price-unit-reference {
  padding-right: 0;
}
.cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price-unit .price-unit-reference, .cart-banner-wrapper .cart-banner-content .product-box .product-info .product-price-info .product-price-unit .price-unit-content {
  display: inline;
}
.account-register .card {
  background: #F4F4F4;
  padding: 30px;
  border-radius: 5px;
}
.account-register .card .card-body .card-title {
  font-size: 24px;
  line-height: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  border-bottom: none;
  padding-bottom: 6px;
  font-weight: bold;
}
.account-register .card .card-body .form-label.personal-birthday {
  display: block !important;
}
.account-register .card .card-body .login-form .form-label {
  display: none;
}
.account-register .card .card-body .login-form input {
  line-height: normal;
  padding: 20px;
  height: 55px;
}
.account-register .card .card-body .login-form .form-group {
  margin-bottom: 10px;
}
.account-register .card .card-body .login-form .login-submit button {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  padding: 7px 12px;
  background: #197999;
}
.account-register .card .card-body .login-form .login-submit button:hover {
  background: #4794AE;
}
.account-register .card .card-body .login-form .login-submit button .loader {
  color: #F4F4F4 !important;
  width: 18px;
  height: 18px;
}
.account-register .card .card-body .login-form .login-submit .pasword-recovery {
  text-align: center;
  color: #666666;
  text-decoration: underline;
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}
.account-register .card .card-body .login-form .login-form-description a {
  color: #0071DB;
}
.account-register .card .card-body .login-form .login-form-description a:hover {
  color: #0071DB;
}
.account-register .card .card-body .register-form .form-group {
  margin-bottom: 10px;
}
.account-register .card .card-body .register-form .form-group label {
  margin-bottom: 5px;
  line-height: normal;
}
.account-register .card .card-body .register-form .form-group:not(.account-register .card .card-body .register-form .form-group.contact-type) label {
  display: none;
}
.account-register .card .card-body .register-form .form-group input {
  padding: 20px;
  height: 55px;
}
.account-register .card .card-body .register-form .form-group select {
  height: 55px;
  padding: 0 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 15px;
  background-color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.account-register .card .card-body .register-form .register-address {
  margin-bottom: 0;
}
.account-register .card .card-body .register-form .register-address .register-shipping {
  padding: 0;
  border: none;
}
.account-register .card .card-body .register-form .register-address .register-shipping .card-title {
  padding-left: 0;
}
.account-register .card .card-body .register-form .register-submit {
  margin-top: 14px;
  text-align: left;
  width: 327px;
}
.account-register .card .card-body .register-form .register-submit button {
  width: 327px;
  padding: 5px 12px;
  background: #197999;
}
.account-register .card .card-body .register-form .register-submit button:hover {
  background: #4794AE;
}
.account-register .card .card-body .register-form .register-submit button .loader {
  color: #F4F4F4 !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.account-register .card .card-body .register-form .register-submit .register-additional-information {
  margin-top: 20px;
  color: #666666;
}
.account-register .card .card-body .register-form .register-submit .register-additional-information a {
  color: #0071DB;
}
.account-register .card .card-body .register-form .country-state-select {
  display: none;
}
.account-register .register-info-text {
  margin: 30px 0 10px 0;
  font-size: 14px;
  color: #DDDDDD;
  text-align: center;
}
.account-register .register-info-text a {
  color: inherit;
  text-decoration: underline;
}
.form-field-separator {
  height: 12px;
  margin-bottom: 19px;
  border-bottom: 1px solid #DDDDDD;
}
.account-content .account-content-main {
  margin-left: 0;
  flex: 0 0 auto;
}
.account-content .account-content-main .account-welcome h1, .account-content .account-content-main .account-welcome .h1 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.account-content .account-content-main .account-welcome p {
  margin-bottom: 0;
}
.account-content .account-content-main .account-welcome p a {
  color: #0071DB;
}
.account-content .account-content-main .card-body .card-title {
  font-size: 14px;
  border-bottom: none;
}
.account-content .account-content-main .account-overview .account-overview-card {
  margin-bottom: 15px;
}
.account-content .account-content-main .account-overview .account-preview-box {
  padding: 35px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.account-content .account-content-main .account-overview .account-preview-box:hover {
  border-color: #222222;
}
.account-content .account-content-main .account-overview .account-preview-box .account-preview-inner-content .account-preview-icon svg {
  height: 30px;
  width: auto;
  fill: #028E93;
}
.account-content .account-content-main .account-overview .account-preview-box .account-preview-inner-content .account-preview-headline {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 0 0;
}
.account-content .account-content-main .account-overview .account-preview-box .account-preview-inner-content .account-preview-description {
  color: #666666;
}
.account-content .account-content-main .account-overview .account-preview-box .account-preview-inner-content .account-preview-description p {
  margin: 0;
}
.account-content .account-content-main .account-overview .account-preview-box .account-preview-inner-content .account-preview-description a {
  display: block;
  color: #0071DB;
}
.account-content .account-content-main .account-overview .account-preview-box .overview-box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.account-content .account-content-main .account-profile .account-profile-personal {
  margin-bottom: 40px;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body .card-title {
  border-bottom: none;
  font-size: 14px;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body #profilePersonalForm label {
  font-size: 12px;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body #profilePersonalForm label:not([for="personalBirthday"]) {
  display: none;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body #profilePersonalForm input {
  padding: 20px;
  height: 44px;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body #profilePersonalForm select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 15px;
  height: 44px;
  padding: 0 20px;
}
.account-content .account-content-main .account-profile .account-profile-personal .card-body #profilePersonalForm .account-profile-required-info {
  font-size: 12px;
  color: #666666;
}
.account-content .account-content-main .account-profile .account-profile-credentials .customer-email-info {
  margin-bottom: 5px;
}
.account-content .account-content-main .account-profile .account-profile-credentials .customer-email-info .account-profile-mail-label {
  font-weight: normal;
}
.account-content .account-content-main .account-profile .account-profile-credentials .account-profile-change {
  font-size: 14px;
  color: #0071DB;
  font-weight: normal;
}
.account-content .account-content-main .account-profile .account-profile-credentials .account-profile-change:hover {
  color: #0071DB;
}
.account-content .account-content-main .account-profile .profile-content #profileMailForm label, .account-content .account-content-main .account-profile .profile-content #profilePasswordForm label {
  display: none;
}
.account-content .account-content-main .account-profile .profile-content #profileMailForm input, .account-content .account-content-main .account-profile .profile-content #profilePasswordForm input {
  padding: 20px;
  height: 44px;
}
.account-content .account-content-main .account-profile .profile-content #profileMailForm .account-profile-required-info, .account-content .account-content-main .account-profile .profile-content #profilePasswordForm .account-profile-required-info {
  font-size: 12px;
  color: #666666;
}
.account-content .account-content-main .account-profile .card-actions .profile-form-submit {
  padding: 4px 20px;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px;
  background: #197999;
  color: #FFFFFF;
}
.account-content .account-content-main .account-profile .card-actions .profile-form-submit:hover {
  background: #4794AE;
}
.account-content .account-content-main .account-payment .account-payment-card .standard-payment-info {
  margin-bottom: 10px;
}
.account-content .account-content-main .account-payment .account-payment-card .standard-payment-info .standard-payment-title {
  font-weight: bold;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods {
  display: block;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods.d-none, .account-content .account-content-main .account-payment .account-payment-card .is-ctl-timewindowselection .checkout .payment-methods.checkout-aside, .is-ctl-timewindowselection .checkout .account-content .account-content-main .account-payment .account-payment-card .payment-methods.checkout-aside, .account-content .account-content-main .account-payment .account-payment-card .is-ctl-register.is-act-checkoutregisterpage .checkout .payment-methods.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .account-content .account-content-main .account-payment .account-payment-card .payment-methods.checkout-aside, .account-content .account-content-main .account-payment .account-payment-card .is-ctl-checkout .checkout .payment-methods.checkout-aside, .is-ctl-checkout .checkout .account-content .account-content-main .account-payment .account-payment-card .payment-methods.checkout-aside {
  display: none;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method {
  padding: 0;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method:not(:last-child) {
  margin-bottom: 10px;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method input {
  display: none;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label {
  border: 1px solid #EEEEEE;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 20px;
  align-items: center;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label .image-wrapper img, .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label .image-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label .image-wrapper img {
  object-fit: contain;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-label .image-wrapper svg {
  width: 70%;
  height: 70%;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method input:checked + label {
  border: 2px solid #028E93;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method input:checked + label .selected-payment-icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method input:checked + label .selected-payment-icon svg {
  height: 15px;
  width: auto;
  fill: #028E93;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image span {
  border: 2px solid #222222;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img {
  height: auto;
  width: 80%;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.sepa-mandat {
  width: 60%;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img {
    width: 100%;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.paypal {
    padding: 0 8px;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.später-bezahlen {
    padding: 0 10px;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.apple-pay, .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.google-pay {
    padding: 0 22px;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.sepa-lastschrift {
    padding: 0 15px;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.visa {
    padding: 18px;
  }
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.american-express, .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-image img.mastercard {
    padding: 10px;
  }
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-description {
  width: 100%;
  color: #666666;
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-description .payment-method-name {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .payment-method-description .payment-method-name {
    font-weight: 700;
  }
}
.account-content .account-content-main .account-payment .account-payment-card .payment-methods .payment-method .selected-payment-icon {
  display: none;
}
.account-content .account-content-main .account-payment .payment-loader {
  margin: 30px 0 40px 0;
}
.account-content .account-content-main .account-payment .payment-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.account-content .account-content-main .account-address .address-manager-select-address {
  min-height: unset;
}
.account-content .account-content-main .account-address .dropdown-item {
  margin-bottom: 3px;
}
.account-content .account-content-main .account-address p {
  margin-bottom: 20px;
}
.account-content .account-content-main .account-address .text-bg-info {
  background-color: unset;
}
.account-content .account-content-main .account-address.account-address-form label {
  display: none;
}
.account-content .account-content-main .account-address.account-address-form input {
  padding: 20px;
  height: 44px;
}
.account-content .account-content-main .account-address.account-address-form select {
  height: 55px;
  padding: 0 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.517' height='8.358' viewBox='0 0 15.517 8.358'%3E%3Cpath id='icons8-expand_arrow' d='M18.624,13.984a.358.358,0,0,0-.248.11l-6.886,6.886L4.6,14.094a.357.357,0,1,0-.5.5l7.139,7.139a.357.357,0,0,0,.5,0L18.88,14.6a.357.357,0,0,0-.257-.615Z' transform='translate(-3.732 -13.734)' fill='%231a1a1a' stroke='%23222' stroke-width='0.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 15px;
  background-color: #FFFFFF;
}
.account-content .account-content-main .account-address.account-address-form .address-required-info {
  font-size: 12px;
  color: #666666;
}
.account-content .account-content-main .account-address.account-address-form .address-form-actions button {
  background: none;
  padding: 4px 15px;
  border-radius: 5px;
  background: #197999;
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  font-weight: normal;
}
.account-content .account-content-main .account-address.account-address-form .address-form-actions button:hover {
  background: #4794AE;
}
.account-content .account-content-main .account-address .account-welcome {
  margin-bottom: 10px;
}
.account-content .account-content-main .account-address .address-action-create {
  margin-bottom: 40px;
}
.account-content .account-content-main .account-address .address-action-create:hover {
  border: none;
}
.account-content .account-content-main .account-address .address-action-create .btn {
  padding: 4px 20px;
  background: #197999;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
}
.account-content .account-content-main .account-address .address-action-create .btn:hover {
  background: #4794AE;
}
.account-content .account-content-main .account-address .default-address .card-title {
  padding: 0;
  margin-bottom: 10px;
}
.account-content .account-content-main .account-address .default-address p {
  margin: 0;
}
.account-content .account-content-main .account-address .default-address .address-card {
  margin-bottom: 24px;
}
.account-content .account-content-main .account-address .address-list {
  padding-top: 24px;
  border-top: 1px solid #DDDDDD;
}
.account-content .account-content-main .account-address .address-list .h3 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
.account-content .account-content-main .account-address .address-list .address-item-body p {
  margin: 0;
}
.account-content .account-content-main .account-address .address-list .address-item-body .address-action-delete {
  margin-left: 0;
  margin-top: 10px;
}
.account-content .account-content-main .account-address .card-actions .address-actions-defaults {
  display: inline-block;
}
.account-content .account-content-main .account-address .card-actions .address-actions-defaults .address-action-set-default {
  color: #0071DB;
  font-weight: normal;
}
.account-content .account-content-main .account-address .card-actions .address-actions-buttons {
  display: inline-block;
}
.account-content .account-content-main .account-address .card-actions .address-actions-buttons a {
  color: #0071DB;
}
.account-content .account-content-main .account-address .card-actions .address-actions-buttons .address-action-delete {
  margin: 11px0 0 0;
}
.account-content .account-content-main .account-address .card-actions .address-actions-buttons .address-action-delete button {
  font-weight: normal;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-bottom: 15px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .line-item-info {
  width: 100%;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .line-item-info .line-item-details {
  width: 66.66%;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .line-item-info {
    width: 50%;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header {
  position: relative;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-heading {
  font-size: 16px;
  font-weight: bold;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-status .order-item-status-badge, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-status .status-payment-needed {
  padding: 0;
  background: 0;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-status .order-item-status-badge {
  color: #24A148;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-status .status-payment-needed, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-status .order-item-status-badge-cancelled {
  color: #DA1E28;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header {
  display: flex;
  padding: 5px 0;
  font-weight: normal;
  color: #666666;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-status {
  margin-bottom: 6px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-status {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-order-info {
  font-size: 13px;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-order-info {
    font-size: 14px;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-order-item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .table-order-item {
    margin-bottom: 0;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-status {
  color: #24A148;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-status .status-payment-needed, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-status .order-item-status-badge-cancelled {
  color: #DA1E28;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-item-image {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 37px;
  margin-right: 4px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-item-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-table-header-context-menu-content-link, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .btn-sm, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .btn-group-sm > .btn {
  padding: 7px 14px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-table-header-context-menu-content-link {
  border: 0 none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-repeat-form-wrapper {
  font-size: 15px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-repeat-form-wrapper .order-table-header-context-menu-content-link {
  padding: 10px 20px;
  background: #028E93;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-repeat-form-wrapper .order-table-header-context-menu-content-link:hover {
  background: #35A5A9;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .order-repeat-form-wrapper .order-table-header-context-menu-content-link:focus {
  outline: none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .show-hide-order-related-recipes {
  margin-top: 5px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-table-header-order-table-header .p-0 {
  padding: 0 !important;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .recipe-hide-btn .recipe-hide-btn-text {
  display: block;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .recipe-hide-btn .recipe-view-btn-text {
  display: none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .recipe-hide-btn.collapsed .recipe-hide-btn-text {
  display: none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .recipe-hide-btn.collapsed .recipe-view-btn-text {
  display: block;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-detail-document {
  margin-top: 10px;
  color: #028E93;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-detail-document svg {
  height: 16px;
  width: auto;
  fill: currentColor;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-header .order-detail-document a {
  color: #028E93;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content-footer {
  background: #FFFFFF;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content-footer .order-item-detail-footer {
  background: #FFFFFF;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content-footer .order-item-detail-footer .order-item-detail-summary dd {
  font-weight: 700;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-header {
  font-weight: normal;
  color: #666666;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-header .order-header-total {
  padding: 0 10px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row {
  position: relative;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-product-image .product-image-link {
  position: relative;
  width: 100%;
  height: 200px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-product-image .product-image-link img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-product-image .product-image-link {
    height: 84px;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-product-image .order-item-discount-icon {
  width: 100px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-product-image .order-item-discount-icon svg {
  width: auto;
  height: 40px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-name .cart-item-packunit, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-name .cart-item-ordernumber {
  color: #666666;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-name .cart-item-ordernumber {
  font-size: 14px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-price .discount-price {
  color: #FF464A;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-price .discount-price .original-price {
  text-decoration: line-through;
  color: #222222;
}
@media (min-width: 992px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-price .discount-price .original-price {
    display: block;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-total {
  padding: 0;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-total {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-total {
    padding: 0;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-item-total .order-item-total-value {
  font-weight: normal;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item {
  padding: 0;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .btn-buy, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .not-available-product {
  border-radius: 5px;
  padding: 0 12px 4px 12px;
  display: inline-block;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .btn-buy svg, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .not-available-product svg {
  fill: #FFFFFF;
  width: 24px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .btn-buy {
  width: 47px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .not-available-product {
  width: auto;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .not-available-product {
  background: #F4F4F4;
}
@media (min-width: 768px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .btn-buy, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-item-detail .order-detail-content .order-detail-content-row .order-add-item .not-available-product {
    top: 0;
    bottom: auto;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container {
  padding: 10px 20px;
  overflow: visible;
  position: relative;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .grid-recipe {
  padding-bottom: 25px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .grid-recipe.box-preview {
  height: 100px;
  -webkit-mask-image: linear-gradient(180deg, black 30%, rgba(0, 0, 0, 0) 75%);
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .tns-ovh {
  overflow: visible;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container:first-child .recipe-loader {
  margin: 30px 0;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container:first-child .recipe-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #35A5A9;
  border-top: 2px solid #197999;
  margin: 0 auto;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .order-recipe-headline {
  margin-bottom: 10px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper {
  position: relative;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .image-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 5s cubic-bezier(0, 0.97, 0.43, 1);
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .image-wrapper .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper:hover .image-wrapper img {
  transform: scale(1.05);
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .recipe-info {
  position: relative;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .recipe-info .recipe-link {
  color: inherit;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-wrapper .recipe-info .recipe-link:hover {
  color: #0071DB;
  text-decoration: none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  z-index: 3;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button {
  padding: 7px 9px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  display: inline-block;
  border: 1px solid inherit;
  background: #E0F0F0;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button:hover {
  background: #35A5A9;
  color: #FFFFFF;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button:hover:before {
  background-color: transparent;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button.d-none, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .is-ctl-timewindowselection .checkout .show-all-boxes-button.checkout-aside, .is-ctl-timewindowselection .checkout .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .is-ctl-register.is-act-checkoutregisterpage .checkout .show-all-boxes-button.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button.checkout-aside, .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .is-ctl-checkout .checkout .show-all-boxes-button.checkout-aside, .is-ctl-checkout .checkout .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .show-all-boxes-button-container .show-all-boxes-button.checkout-aside {
  display: none;
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .product-slider-controls-container {
  height: 0;
}
@media (min-width: 605px) {
  .account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes .order-recipes-container .dsee-recipe-slider .tns-ovh {
    overflow: hidden;
  }
}
.account-content .account-content-main .account-orders .account-orders-main .account-orders-overview .order-table .order-related-recipes.hidden:not(.show) {
  display: none;
}
.account-content .account-content-main .account-orders #deliveryCancellationModal .modal-header {
  justify-content: space-between;
  align-items: start;
}
@media (min-width: 992px) {
  .account-content .account-content-main {
    padding-left: 60px;
    width: 75%;
  }
}
.is-ctl-accountprofile #accountType {
  display: none;
}
.address-manager-select-address .address-item-default-badge {
  color: #FFFFFF;
}
.address-manager-modal-tab-navigation-list > .btn-check:checked + .btn.btn-outline-secondary {
  background: #028E93;
}
.account-content {
  margin-top: 10px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item {
  position: relative;
  padding: 11px 20px 11px 47px;
  line-height: normal;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item.is-active {
  color: #222222;
  font-weight: bold;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item.is-active .sidebar-icon.on-left svg {
  fill: #028E93;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item.is-active .sidebar-icon.on-right svg {
  fill: #222222;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item:hover {
  border-radius: 4px;
  background: #F1F4F6;
  color: #222222;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .sidebar-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .sidebar-icon.on-left {
  left: 10px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .sidebar-icon.on-left svg {
  height: 20px;
  width: auto;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .sidebar-icon.on-right {
  right: 10px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .sidebar-icon.on-right svg {
  height: 10px;
  width: auto;
  fill: #666666;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .logout-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .logout-icon.on-left {
  left: 12px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .logout-icon.on-left svg {
  height: 16px;
  width: auto;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .logout-icon.on-right {
  right: 10px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .list-group-item .logout-icon.on-right svg {
  height: 10px;
  width: auto;
  fill: #666666;
}
.account-content .account-content-aside .account-aside .account-menu-inner .menu-separator {
  padding: 2px 10px;
}
.account-content .account-content-aside .account-aside .account-menu-inner .menu-separator span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin: 5px auto;
}
@media (min-width: 992px) {
  .account-content .account-content-aside {
    margin-top: 60px;
  }
}
.is-act-loginpage .content-main > .container, .is-act-loginpage .cms-section .content-main > .boxed, .cms-section .is-act-loginpage .content-main > .boxed, .is-act-loginpage .full-width .cms-element-dsee-breadcrumb .content-main > .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-act-loginpage .content-main > .breadcrumbs-container {
  padding: 0;
}
.account-recover-password-form {
  font-size: 16px;
}
.dsee-recipe-detail h1, .dsee-recipe-detail .h1 {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
}
.dsee-recipe-detail h2, .dsee-recipe-detail .h2 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
  font-size: 19px;
}
.dsee-recipe-detail h2.slider-header, .dsee-recipe-detail .slider-header.h2 {
  font-size: 19px;
}
.dsee-recipe-detail h2.steps-header, .dsee-recipe-detail .steps-header.h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .dsee-recipe-detail h2, .dsee-recipe-detail .h2 {
    font-size: 22px;
  }
}
.dsee-recipe-detail .dsee-recipe-header {
  margin: 0 -20px;
}
.dsee-recipe-detail .dsee-recipe-header .kicker {
  background-color: #76C5C5;
}
.dsee-recipe-detail .dsee-recipe-header img {
  width: 100%;
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner {
  background: url("/bundles/deutschesee/img/custom-page/pattern-blue.jpg");
  border-radius: 0;
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .background, .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .background-triangle {
  background: url("/bundles/deutschesee/img/custom-page/pattern-blue.jpg");
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .image-wrapper .plyr__poster {
  display: none;
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner.video-is-playing .text-banner-content {
  border-radius: 0;
  margin-top: 0;
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner.video-is-playing .text-banner-content .description {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner.video-is-playing .background-triangle {
    display: none;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner.horizontal {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner.horizontal {
    min-height: 460px;
  }
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content {
  color: #222222;
  background: white;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 27px 20px 27px 20px;
}
.dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content .title {
  line-height: 40px;
  font-size: 40px;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content .description {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content {
    color: #FFFFFF;
    background: none;
    border-radius: 0;
    margin-top: 0;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content {
    width: 30%;
    padding: 20px 0 20px 40px;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner .text-banner-content {
    padding: 20px 0 20px 60px;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .cms-element-dsee-text-banner {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .recipe-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
  }
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .recipe-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner {
    background: #F1F4F6;
    border-radius: 5px;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
  position: relative;
  color: #222222;
  background: white;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 27px 20px 0 20px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-kicker {
  display: inline-block;
  color: #FFFFFF;
  background: #76C5C5;
  width: auto;
  transform: rotate(-2deg);
  line-height: normal;
  margin: 0 0 30px 0;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 12px 0 12px;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-kicker {
    margin-bottom: 20px;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title h1, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title .h1 {
  line-height: 40px;
  font-size: 40px;
  text-transform: none;
  font-weight: bold;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title h1, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title h1, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title .h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title h1, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-header-title .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper {
  font-size: 13px;
  margin-top: 0;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb {
  list-style-type: none;
  padding-left: 0;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb .breadcrumb-placeholder {
  display: inline-block;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #666666;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb li {
  display: inline-block;
  padding: 0 5px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb li a {
  color: #666666;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb li a:hover {
  text-decoration: underline;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-breadcrumb-wrapper .recipe-breadcrumb li:first-child {
  padding: 0 5px 0 0;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews {
  margin-bottom: 7px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .review-star {
  font-size: 12px;
  margin-left: -2px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .product-review-rating {
  margin-right: 0;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .product-review-rating:hover {
  text-decoration: none;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .recipe-review-summary-content {
  border-right: 1px solid #DDDDDD;
  padding-right: 10px;
  margin-right: 10px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .recipe-detail-reviews-link {
  color: #0071DB;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .recipe-detail-reviews-link:hover {
  text-decoration: none;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .recipe-detail-reviews-submit-link {
  color: #0071DB;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews .recipe-detail-reviews-submit-link:hover {
  text-decoration: underline;
}
@media print {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-detail-reviews {
    display: none;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
    padding: 0 0 0 5px;
    margin-top: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
    background: #F1F4F6;
    padding-top: 20px;
  }
}
@media screen and (min-width: 2000px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
    height: calc(100% - 130px);
    padding-top: 0;
  }
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions {
  padding: 0 20px;
  margin: 20px 0;
  gap: 10px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share-wrapper {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share-wrapper {
    width: auto;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark {
  background: #F1F4F6;
  border: 1px solid #F1F4F6;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  height: 42px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print svg, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share svg, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark svg {
  height: 22px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print span:not(.icon-wrapper), .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share span:not(.icon-wrapper), .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark span:not(.icon-wrapper) {
  display: none;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print span:not(.icon-wrapper), .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share span:not(.icon-wrapper), .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark span:not(.icon-wrapper) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print span.icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share span.icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark span.icon-wrapper {
    padding: 10px;
    margin-right: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print span.icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share span.icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark span.icon-wrapper {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark {
    height: auto;
  }
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print svg, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share svg, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark svg {
    position: relative;
    margin-right: -2px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print:hover .icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share:hover .icon-wrapper, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark:hover .icon-wrapper {
    border-color: #222222;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print {
  width: 100%;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print svg {
  left: 50%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-print {
    width: auto;
    padding: 0 20px 0 0;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share {
  width: 100%;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share svg {
  left: 50%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-share {
    width: auto;
    padding: 0 20px 0 0;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark-wrapper {
    width: auto;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark {
  width: 100%;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark svg {
  left: 50%;
  margin-right: 0;
  margin-left: 1px;
  margin-top: 2px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .delete-bookmark, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .add-bookmark {
  background: none;
  border: none;
  padding: 0;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .delete-bookmark:focus, .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .add-bookmark:focus {
  outline: none;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .delete-bookmark svg {
  fill: #FF464A;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .bookmark-link {
  color: #222222;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark .bookmark-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-bookmark {
    width: auto;
    padding: 0 20px 0 0;
  }
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-social-media {
  display: none;
  position: relative;
  width: 120px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-social-media .recipe-share-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-social-media .recipe-share-close svg {
  height: 12px;
  width: auto;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-social-media a {
  display: inline-block;
  margin: 0 5px;
}
.dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions .recipe-social-media a svg {
  position: relative;
  height: 20px;
  fill: #222222;
  width: auto;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-actions {
    gap: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .dsee-recipe-header {
    margin: 0 -25px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .dsee-recipe-header {
    margin: 0;
  }
}
.dsee-recipe-detail #recipeShare .modal-dialog {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dsee-recipe-detail #recipeShare .modal-dialog {
    max-width: 400px;
  }
}
.dsee-recipe-detail #recipeShare .recipe-share-container {
  padding: 20px 20px 10px 20px;
  position: relative;
  border-radius: 5px;
  background: #FFFFFF;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .modal-header {
  padding: 0;
  border-bottom: none;
  border-radius: 0;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .modal-body {
  padding: 0;
  margin-top: 0;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background: none;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-close svg {
  width: auto;
  height: 25px;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-close:hover {
  background: #F4F4F4;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-close:focus {
  outline: none;
  border: none;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-headline {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: normal;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-info {
  margin-bottom: 25px;
  position: relative;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-info .recipe-image img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-info .recipe-name {
  display: inline-block;
  margin: auto 0;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-info .recipe-name #shareLink {
  width: 100%;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success {
  padding: 15px 15px 15px 44px;
  background: #F4F4F4;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #F4F4F4;
  font-size: 12px;
  position: relative;
  line-height: normal;
  font-weight: normal;
}
@media (min-width: 768px) {
  .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success {
    font-size: 14px;
  }
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a svg, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn svg, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success svg {
  width: auto;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a:hover, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn:hover, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success:hover {
  border-color: #222222;
  background: none;
  text-decoration: none;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn {
  color: #222222;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media a svg, .dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-btn svg {
  fill: #222222;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success {
  display: none;
  color: #24A148;
}
.dsee-recipe-detail #recipeShare .recipe-share-container .recipe-share-media .copy-link-success svg {
  fill: #24A148;
}
@media (min-width: 768px) {
  .dsee-recipe-detail #recipeShare .recipe-share-container {
    padding: 30px 30px 20px 30px;
  }
}
.dsee-recipe-detail .recipe-info {
  padding: 0;
  margin: 0 20px 0 0;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: 1px solid #DDDDDD;
}
.dsee-recipe-detail .recipe-header-description {
  padding: 30px 20px 0 0;
}
.dsee-recipe-detail .recipe-header-description p {
  font-size: 16px;
}
.dsee-recipe-detail .recipe-actions-wrapper hr {
  margin-top: 0;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-actions-wrapper hr {
    display: none;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions {
  padding: 0;
  margin: 20px 0;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share-wrapper {
  display: inline-block;
  width: 44.6%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share-wrapper {
    width: auto;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark {
  display: inline-block;
  background: #F1F4F6;
  border: 1px solid #F1F4F6;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  height: 42px;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print svg, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share svg, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark svg {
  height: 22px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print svg, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share svg, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark svg {
    transform: translateY(-50%);
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print span, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share span, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark span {
  display: none;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print span, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share span, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark span {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print:hover .icon-wrapper, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share:hover .icon-wrapper, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark:hover .icon-wrapper {
    border-color: #222222;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print {
  padding: 10px 20px 10px 50px;
  margin-right: 15px;
  width: 48%;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print svg {
  left: 50%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print svg {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-print {
    width: auto;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share {
  padding: 10px 30px 10px 57px;
  width: 100%;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share svg {
  left: 50%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share svg {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-share {
    width: auto;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark {
  padding: 10px 30px 10px 57px;
  width: 100%;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark svg {
  left: 50%;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark svg {
    left: 30px;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .delete-bookmark, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .add-bookmark {
  background: none;
  border: none;
  padding: 0;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .delete-bookmark:focus, .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .add-bookmark:focus {
  outline: none;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .delete-bookmark svg {
  fill: #FF464A;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .bookmark-link {
  color: #222222;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark .bookmark-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-bookmark {
    width: auto;
  }
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-social-media {
  display: none;
  position: relative;
  width: 120px;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-social-media .recipe-share-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-social-media .recipe-share-close svg {
  height: 12px;
  width: auto;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-social-media a {
  display: inline-block;
  margin: 0 5px;
}
.dsee-recipe-detail .recipe-actions-wrapper .recipe-actions .recipe-social-media a svg {
  position: relative;
  height: 20px;
  fill: #222222;
  width: auto;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-actions-wrapper .recipe-actions {
    margin: 65px 0 0 0;
  }
}
.dsee-recipe-detail .recipe-info-item {
  margin: 0 30px 10px 0;
  padding-left: 35px;
  position: relative;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-recipe-detail .recipe-info-item:last-child {
  margin-right: 0;
}
.dsee-recipe-detail .recipe-info-item label {
  display: block;
  font-size: 13px;
  margin: 0;
}
.dsee-recipe-detail .recipe-info-item span {
  font-size: 16px;
}
.dsee-recipe-detail .recipe-info-item svg {
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dsee-recipe-detail .recipe-ingredients {
  margin: 0 -20px;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper {
  font-size: 13px;
  margin-top: 0;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb {
  list-style-type: none;
  padding-left: 0;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb .breadcrumb-placeholder {
  display: inline-block;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb .breadcrumb-placeholder svg {
  height: 8px;
  fill: #666666;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb li {
  display: inline-block;
  padding: 0 5px;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb li a {
  color: #666666;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb li a:hover {
  text-decoration: underline;
}
.dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper .recipe-breadcrumb li:first-child {
  padding: 0 5px 0 0;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients .recipe-breadcrumb-wrapper {
    margin-top: 25px;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper {
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-list {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-list {
    max-width: 75%;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-label {
  display: inline-block;
  width: 110px;
  font-size: 16px;
  vertical-align: top;
  padding-top: 8px;
  line-height: normal;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity {
  display: inline-block;
  margin-left: 17px;
  width: calc(100% - 135px);
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-minus {
  display: inline-block;
  width: 33px;
  text-align: center;
  padding: 15px;
  border: 1px solid #222222;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-minus svg {
  width: auto;
  height: 1.5px;
  fill: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-minus:hover {
  background: #F4F4F4;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-value {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-value .recipe-quantity {
  border-radius: 4px;
  height: 32px;
  width: 50px;
  text-align: center;
  border: 1px solid #DDDDDD;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-value .recipe-quantity::-webkit-inner-spin-button, .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-value .recipe-quantity::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-value .recipe-quantity:focus {
  outline: none;
  border-color: #222222;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-plus {
  display: inline-block;
  width: 33px;
  text-align: center;
  padding: 15px;
  border: 1px solid #222222;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-plus svg {
  width: auto;
  height: 15px;
  fill: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-plus.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  background: #F1F4F6;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-plus:hover {
  background: #F4F4F4;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .portion-pointer {
  margin-top: 7px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list {
  margin-top: 15px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li {
  display: flex;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .amount {
  width: 110px;
  flex: 0 0 110px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .ingredient.have-no-amount {
  padding-left: 110px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li {
  padding: 8px 15px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li:nth-of-type(odd) {
  background: #F1F4F6;
  border-radius: 5px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li.ingredient-text {
  margin-top: 12px;
  background: #FFFFFF;
  border-radius: 0;
  padding: 12px 15px 12px 0;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li.ingredient-text span {
  font-weight: bold;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li .ingredient-link {
  display: block;
  color: #0071DB;
  cursor: pointer;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal:not(.show) .modal-dialog .pop-up-product-close {
  display: none;
}
@media (max-width: 991.98px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog {
    max-width: 600px;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-inner-block {
  padding: 0;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-product-close {
  margin-top: -10px;
  margin-bottom: 0;
  padding: 8px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-product-close svg {
  margin: auto;
  display: block;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-info {
  padding-top: 31px;
  padding-bottom: 5px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-info .article-brand svg {
  height: 32px;
  width: auto;
  margin-top: 7px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .pop-up-info .article-brand.brand-select svg {
  height: 27px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .modal-content {
  padding: 25px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 0;
  padding-right: 15px;
  margin-top: -9px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box {
  padding: 0;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-name {
  font-size: 20px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: left;
}
@media (max-width: 575.98px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-name {
    padding-right: 15px;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-number {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-number {
    padding-bottom: 10px;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-image-wrapper {
  min-height: 186px;
  width: 186px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-image-wrapper {
    width: 100%;
  }
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-image-wrapper .article-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-image-wrapper .image-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .product-image-wrapper .image-text svg {
  width: auto;
  height: 16px;
  margin-bottom: 15px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-description {
  line-height: 20px;
  font-size: 14px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper {
  padding-top: 15px;
  gap: 24px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper {
  gap: 16px;
  text-align: left;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-info-wrapper {
  gap: 16px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-info-wrapper .article-info .article-info-label {
  font-size: 13px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.651);
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-info-wrapper .article-info .article-info-value {
  line-height: 20px;
  font-size: 14px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate {
  display: flex;
  margin-bottom: -7px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate:not(:first-child) {
  margin-left: 10px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate .certificate-label {
  font-size: 8px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate svg {
  width: auto;
  height: 27px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate.bio svg {
  height: 31px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate.naturland svg {
  height: 42px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-certificate .certificate.naturland-wildfish svg {
  height: 49px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .article-box .article-image-and-content-wrapper .article-content-wrapper .article-links {
  gap: 16px;
  font-size: 14px;
}
.dsee-recipe-detail .recipe-ingredients .ingredients-wrapper hr {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper {
    padding: 0 25px;
    margin: 0 -5px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper {
    padding: 0 10px;
    margin: 0;
  }
}
.dsee-recipe-detail .recipe-ingredients .recipe-product-slider {
  margin-top: 25px;
  padding: 0 20px;
  overflow: hidden;
}
.dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider {
  padding-left: 0;
  padding-right: 30px;
  margin: 0;
}
.dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider .product-box .product-info {
  border-color: #DDDDDD;
  border-width: 1px;
}
.dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider.small-box .product-box .product-info {
  padding: 8px;
}
.dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider.small-box .product-box .product-info .product-kicker .product-number {
  font-size: 14px;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container {
    display: flex;
    gap: 19px;
  }
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item {
    width: 50%;
  }
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider .product-slider:not(.js-slider-initialized) .product-slider-container .product-slider-item:nth-child(n + 3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider .cms-element-product-slider {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 -18px;
  }
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients .recipe-product-slider {
    margin-top: 0;
    padding: 0 10px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-ingredients {
    margin: 0 -10px;
  }
}
.dsee-recipe-detail .instagram-section {
  margin-top: 25px;
  padding-bottom: 5px;
}
.dsee-recipe-detail .instagram-section.no-headline hr {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .instagram-section {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media print {
  .dsee-recipe-detail .instagram-section {
    display: none;
  }
}
.dsee-recipe-detail .video-section {
  margin-top: 25px;
}
.dsee-recipe-detail .video-section .video-wrapper {
  max-width: 100%;
}
.dsee-recipe-detail .video-section .video-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #222222;
}
.dsee-recipe-detail .video-section .video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .video-section {
    margin-top: 40px;
  }
}
@media print {
  .dsee-recipe-detail .video-section {
    display: none;
  }
}
.dsee-recipe-detail .recipe-steps {
  margin-top: 40px;
}
.dsee-recipe-detail .recipe-steps hr {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
.dsee-recipe-detail .recipe-ingredient-list, .dsee-recipe-detail .recipe-step-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.dsee-recipe-detail .recipe-step-list {
  margin-bottom: 20px;
}
.dsee-recipe-detail .recipe-step-list a {
  color: #0071DB;
}
.dsee-recipe-detail .recipe-step-list li {
  position: relative;
  padding: 10px 0 10px 30px;
}
.dsee-recipe-detail .recipe-step-list li.step-with-image {
  padding-left: 0;
}
.dsee-recipe-detail .recipe-step-list li .position {
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 9px;
  color: #028E93;
  font-weight: bold;
}
.dsee-recipe-detail .recipe-step-list li:first-child {
  padding-top: 0;
}
.dsee-recipe-detail .recipe-step-list li:first-child .position {
  top: -1px;
}
.dsee-recipe-detail .recipe-step-list li:last-child {
  padding-bottom: 0;
}
.dsee-recipe-detail .recipe-step-list li p {
  font-size: 16px;
  line-height: 24px;
}
.dsee-recipe-detail .recipe-step-list li p:last-child {
  margin-bottom: 0;
}
.dsee-recipe-detail .recipe-step-list li .step-image img {
  width: 100%;
  border-radius: 3px;
}
.dsee-recipe-detail .recipe-step-list li .step-title {
  font-weight: bold;
  display: block;
}
.dsee-recipe-detail .recipe-step-list li .step-description {
  padding: 0 0 0 35px;
  position: relative;
}
.dsee-recipe-detail .recipe-step-list li .step-description .step-position {
  color: #028E93;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-step-list li .step-description {
    padding: 20px 14px 0 14px;
  }
  .dsee-recipe-detail .recipe-step-list li .step-description .step-position {
    top: -5px;
    left: auto;
  }
}
.dsee-recipe-detail .recipe-source-text {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 0 0;
}
.dsee-recipe-detail .recipe-source-text a {
  color: #0071DB;
}
.dsee-recipe-detail .recipe-additional-info {
  margin-bottom: 20px;
}
.dsee-recipe-detail .recipe-additional-info .recipe-additional-text-headline {
  margin-bottom: 5px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
}
.dsee-recipe-detail .recipe-reviews-wrapper {
  margin: 25px 0 20px 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .spinner-border, .dsee-recipe-detail .recipe-reviews-wrapper .loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dsee-recipe-detail .recipe-reviews-wrapper h3, .dsee-recipe-detail .recipe-reviews-wrapper .h3 {
  margin-bottom: 5px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-reviews-wrapper h3, .dsee-recipe-detail .recipe-reviews-wrapper .h3 {
    font-size: 22px;
  }
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star {
  margin-right: 2px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star.is-active .product-review-point .point-rating-empty {
  display: none;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star.is-active .product-review-point .point-rating-filled {
  display: block;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star .product-review-point .point-rating-empty {
  display: block;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star .product-review-point .point-rating-filled {
  display: none;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star .icon:hover {
  cursor: pointer;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-form-star svg {
  width: auto;
  height: 25px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form {
  width: 100%;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-success-message {
  padding-left: 5px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-success-message {
  margin-top: 10px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed .review-message, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-success-message .review-message {
  gap: 5px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed span svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-success-message span svg {
  width: auto;
  height: 25px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed .register-button, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-success-message .register-button {
  padding: 20px 0 0 30px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-already-reviewed span svg {
  fill: #FF464A;
}
.dsee-recipe-detail .recipe-reviews-wrapper .submit-loader {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.dsee-recipe-detail .recipe-reviews-wrapper .register-wrapper {
  margin-top: 10px;
  gap: 10px;
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-reviews-wrapper .register-wrapper .register-text {
    max-width: 300px;
  }
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-title, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-content, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .reviewer-name {
  background: none;
  font-size: 16px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-title, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .reviewer-name {
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 290px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .reviewer-name-wrapper {
  margin-bottom: 10px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper {
  gap: 10px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch .reviewer-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDDDD;
  transition: 0.4s;
  border-radius: 34px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch .reviewer-switch:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:checked + .reviewer-switch {
  background-color: #028E93;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:checked + .reviewer-switch:before {
  transform: translateX(15px);
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:focus + .reviewer-switch {
  box-shadow: 0 0 1px #028E93;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form .review-content {
  height: 140px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating {
  margin-bottom: 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input {
  display: block;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input .recipe-review-form-rating-text {
  margin-bottom: 10px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input {
    display: flex;
  }
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating .recipe-input-wrapper {
  gap: 10px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-rating .recipe-input-wrapper .recipe-input-text {
  font-weight: bold;
  font-size: 16px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-footer a, .dsee-recipe-detail .recipe-reviews-wrapper .disclaimer a {
  color: #0071DB;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-footer a:hover, .dsee-recipe-detail .recipe-reviews-wrapper .disclaimer a:hover {
  color: #0071DB;
}
.dsee-recipe-detail .recipe-reviews-wrapper .disclaimer h3, .dsee-recipe-detail .recipe-reviews-wrapper .disclaimer .h3 {
  font-weight: normal;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit {
  font-weight: normal;
  height: 40px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit.disable-review {
  background: #F4F4F4;
  border: #DDDDDD;
  color: #666666;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #FFFFFF;
  margin: 0 auto;
}
.dsee-recipe-detail .recipe-reviews-wrapper .requirement-info {
  margin-bottom: 5px;
  color: #028E93;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning {
  position: relative;
  padding-left: 5px;
  top: -6px;
  display: none;
  margin-top: 5px;
  color: #028E93;
}
@media (min-width: 768px) {
  .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning {
    padding-left: 10px;
    margin-top: 5pxs;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning {
    max-width: 410px;
  }
}
@media screen and (min-width: 1330px) {
  .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning {
    max-width: 480px;
  }
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-success-icon svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-warning-icon svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-warning-text svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-success-icon svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-warning-icon svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-warning-text svg {
  width: auto;
  height: 18px;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-warning-icon svg, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-warning-icon svg {
  fill: #FF464A;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert.show, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning.show {
  display: block;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-loader, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-loader {
  position: relative;
  top: 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-alert .review-loader:before, .dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-review-warning {
  color: #FF464A;
}
.dsee-recipe-detail .recipe-reviews-wrapper .review-alert {
  display: none;
}
.dsee-recipe-detail .recipe-reviews-wrapper .review-alert .alert {
  margin: 0 0 10px 0;
}
.dsee-recipe-detail .recipe-reviews-wrapper .review-alert.show {
  display: block;
}
.dsee-recipe-detail .recipe-reviews-wrapper .recipe-detail-review-title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media print {
  .dsee-recipe-detail .recipe-reviews-wrapper {
    display: none;
  }
}
.recipe-banner-wrapper {
  padding: 30px 20px 0 20px;
}
.recipe-banner-wrapper .recipe-banner-headline {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
  font-size: 19px;
  margin-top: 0;
}
.recipe-banner-wrapper .recipe-banner-desktop, .recipe-banner-wrapper .recipe-banner-mobile {
  position: relative;
}
.recipe-banner-wrapper .recipe-banner-desktop img, .recipe-banner-wrapper .recipe-banner-mobile img {
  width: 100%;
  height: 100%;
}
.recipe-banner-wrapper .recipe-banner-desktop .recipe-banner-link, .recipe-banner-wrapper .recipe-banner-mobile .recipe-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .recipe-banner-wrapper {
    padding: 30px 25px 0 25px;
  }
}
@media (min-width: 992px) {
  .recipe-banner-wrapper {
    padding: 30px 0 0 0;
  }
}
.recipe-banner-wrapper.has-no-product {
  padding: 30px 20px 0 20px;
}
@media (min-width: 768px) {
  .recipe-banner-wrapper.has-no-product {
    padding: 30px 25px 0 25px;
  }
}
@media (min-width: 992px) {
  .recipe-banner-wrapper.has-no-product {
    padding: 0;
  }
}
.recipe-info-mobile .slider-header {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
  font-size: 19px;
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .recipe-info-mobile .slider-header {
    padding: 0 25px;
  }
}
.recipe-info-mobile .cms-element-product-slider {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .recipe-info-mobile .cms-element-product-slider {
    padding-left: 25px;
  }
}
.recipe-info-mobile .recipe-steps {
  margin-top: 40px;
}
.recipe-info-mobile .recipe-steps hr {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
.recipe-info-mobile .recipe-steps h2, .recipe-info-mobile .recipe-steps .h2 {
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
  font-size: 19px;
}
.recipe-info-mobile .recipe-ingredient-list, .recipe-info-mobile .recipe-step-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.recipe-info-mobile .recipe-step-list {
  margin-bottom: 20px;
}
.recipe-info-mobile .recipe-step-list a {
  color: #0071DB;
}
.recipe-info-mobile .recipe-step-list li {
  position: relative;
  padding: 10px 0 10px 30px;
}
.recipe-info-mobile .recipe-step-list li.step-with-image {
  padding-left: 0;
}
.recipe-info-mobile .recipe-step-list li .position {
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 9px;
  color: #028E93;
  font-weight: bold;
}
.recipe-info-mobile .recipe-step-list li:first-child {
  padding-top: 0;
}
.recipe-info-mobile .recipe-step-list li:first-child .position {
  top: -1px;
}
.recipe-info-mobile .recipe-step-list li:last-child {
  padding-bottom: 0;
}
.recipe-info-mobile .recipe-step-list li p {
  font-size: 16px;
  line-height: 24px;
}
.recipe-info-mobile .recipe-step-list li p:last-child {
  margin-bottom: 0;
}
.recipe-info-mobile .recipe-step-list li .step-image {
  order: 2;
}
.recipe-info-mobile .recipe-step-list li .step-image img {
  width: 100%;
  border-radius: 3px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .recipe-info-mobile .recipe-step-list li .step-image {
    order: 1;
  }
  .recipe-info-mobile .recipe-step-list li .step-image img {
    margin-top: 20px;
  }
}
.recipe-info-mobile .recipe-step-list li .step-title {
  font-weight: bold;
  display: block;
}
.recipe-info-mobile .recipe-step-list li .step-description {
  padding: 0 0 0 35px;
  position: relative;
}
.recipe-info-mobile .recipe-step-list li .step-description .step-position {
  color: #028E93;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}
@media (min-width: 768px) {
  .recipe-info-mobile .recipe-step-list li .step-description {
    padding: 20px 0 0 14px;
  }
  .recipe-info-mobile .recipe-step-list li .step-description .step-position {
    top: -5px;
    left: auto;
  }
}
.recipe-info-mobile .recipe-source-text {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 0 0;
}
.recipe-info-mobile .recipe-source-text a {
  color: #0071DB;
}
.recipe-info-mobile .recipe-wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .recipe-info-mobile .recipe-wrapper {
    padding: 0 25px;
  }
}
.recipe-info-mobile .recipe-additional-info {
  margin-bottom: 20px;
}
.recipe-info-mobile .recipe-additional-info .recipe-additional-text-headline {
  margin-bottom: 5px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
}
.recipe-info-mobile .recipe-reviews-wrapper {
  margin: 25px 0 20px 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .spinner-border, .recipe-info-mobile .recipe-reviews-wrapper .loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.recipe-info-mobile .recipe-reviews-wrapper h3, .recipe-info-mobile .recipe-reviews-wrapper .h3 {
  margin-bottom: 5px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 992px) {
  .recipe-info-mobile .recipe-reviews-wrapper h3, .recipe-info-mobile .recipe-reviews-wrapper .h3 {
    font-size: 22px;
  }
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star {
  margin-right: 2px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star.is-active .product-review-point .point-rating-empty {
  display: none;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star.is-active .product-review-point .point-rating-filled {
  display: block;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star .product-review-point .point-rating-empty {
  display: block;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star .product-review-point .point-rating-filled {
  display: none;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star .icon:hover {
  cursor: pointer;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-form-star svg {
  width: auto;
  height: 25px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form {
  width: 100%;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-success-message {
  padding-left: 5px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-success-message {
  margin-top: 10px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed .review-message, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-success-message .review-message {
  gap: 5px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed span svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-success-message span svg {
  width: auto;
  height: 25px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed .register-button, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-success-message .register-button {
  padding: 20px 0 0 30px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-already-reviewed span svg {
  fill: #FF464A;
}
.recipe-info-mobile .recipe-reviews-wrapper .submit-loader {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .submit-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.recipe-info-mobile .recipe-reviews-wrapper .register-wrapper {
  margin-top: 10px;
  gap: 10px;
}
@media (min-width: 992px) {
  .recipe-info-mobile .recipe-reviews-wrapper .register-wrapper .register-text {
    max-width: 300px;
  }
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-title, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-content, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .reviewer-name {
  background: none;
  font-size: 16px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-title, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .reviewer-name {
  border-width: 0 0 1px 0;
  border-radius: 0;
  width: 290px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .reviewer-name-wrapper {
  margin-bottom: 10px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper {
  gap: 10px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch .reviewer-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDDDD;
  transition: 0.4s;
  border-radius: 34px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch .reviewer-switch:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:checked + .reviewer-switch {
  background-color: #028E93;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:checked + .reviewer-switch:before {
  transform: translateX(15px);
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-switch-wrapper .review-switch input:focus + .reviewer-switch {
  box-shadow: 0 0 1px #028E93;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form .review-content {
  height: 140px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-rating {
  margin-bottom: 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input {
  display: block;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input .recipe-review-form-rating-text {
  margin-bottom: 10px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-rating .recipe-review-form-rating-input {
    display: flex;
  }
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-rating .recipe-input-wrapper .recipe-input-text {
  font-weight: bold;
  font-size: 16px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-footer a, .recipe-info-mobile .recipe-reviews-wrapper .disclaimer a {
  color: #0071DB;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-footer a:hover, .recipe-info-mobile .recipe-reviews-wrapper .disclaimer a:hover {
  color: #0071DB;
}
.recipe-info-mobile .recipe-reviews-wrapper .disclaimer h3, .recipe-info-mobile .recipe-reviews-wrapper .disclaimer .h3 {
  font-weight: normal;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit {
  font-weight: normal;
  height: 40px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit.disable-review {
  background: #F4F4F4;
  border: #DDDDDD;
  color: #666666;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-form-actions .btn-review-submit .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #FFFFFF;
  margin: 0 auto;
}
.recipe-info-mobile .recipe-reviews-wrapper .requirement-info {
  margin-bottom: 5px;
  color: #028E93;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning {
  position: relative;
  padding-left: 5px;
  top: -6px;
  display: none;
  margin-top: 5px;
  color: #028E93;
}
@media (min-width: 768px) {
  .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning {
    padding-left: 10px;
    margin-top: 0;
  }
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-success-icon svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-warning-icon svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-warning-text svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-success-icon svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-warning-icon svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-warning-text svg {
  width: auto;
  height: 18px;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-warning-icon svg, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-warning-icon svg {
  fill: #FF464A;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert.show, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning.show {
  display: block;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-loader, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-loader {
  position: relative;
  top: 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-alert .review-loader:before, .recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning .review-loader:before {
  border-radius: 100%;
  -webkit-animation: spinner-border 1s linear infinite;
  animation: spinner-border 1s linear infinite;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #76C5C5;
  border-top: 2px solid #028E93;
  margin: 0 auto;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-review-warning {
  color: #FF464A;
}
.recipe-info-mobile .recipe-reviews-wrapper .review-alert {
  display: none;
}
.recipe-info-mobile .recipe-reviews-wrapper .review-alert .alert {
  background: none;
  margin: 0 0 10px 0;
}
.recipe-info-mobile .recipe-reviews-wrapper .review-alert.show {
  display: block;
}
.recipe-info-mobile .recipe-reviews-wrapper .recipe-detail-review-title {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
@media print {
  .recipe-info-mobile .recipe-reviews-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-box-left {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
}
@media print {
  .dsee-recipe-box-left.recipe-header-cover {
    width: 45% !important;
    max-width: none !important;
  }
}
@media (min-width: 992px) {
  .dsee-recipe-box-right {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
}
.recipe-tags {
  margin-top: 10px;
  overflow: visible;
}
.recipe-tags hr {
  margin-top: 0;
  margin-bottom: 30px;
}
.recipe-tags .cms-element-dsee-title .tags-header {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  color: #222222;
  font-weight: normal;
}
@media (min-width: 992px) {
  .recipe-tags .cms-element-dsee-title .tags-header {
    font-size: 22px;
  }
}
.recipe-tags .cms-element-dsee-title.single-tag .tags-header {
  margin-bottom: 15px;
}
.recipe-tags .recipe-tags-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
}
.recipe-tags .recipe-tags-list li {
  display: inline-block;
  background: #F1F4F6;
  border: 1px solid #F1F4F6;
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 14px;
  margin: 0 6px 10px 6px;
  cursor: pointer;
}
.recipe-tags .recipe-tags-list li:hover {
  border-color: #222222;
  background: #FFFFFF;
}
.recipe-tags .tag-recipe-slider-container.first-element {
  margin-top: 30px;
}
.recipe-tags .tag-recipe-slider-container .tag-recipe-name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.recipe-tags .tag-recipe-slider-container .tag-recipe-slider-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.recipe-tags .tag-recipe-slider-container .tag-recipe-slider-wrapper .cms-element-dsee-recipe-slider {
  overflow: visible;
}
@media (min-width: 768px) {
  .recipe-tags .tag-recipe-slider-container .tag-recipe-slider-wrapper {
    padding: 0 18px;
    margin: 0 -18px;
  }
}
.recipe-tags .tag-recipe-slider-container .product-slider-controls-container {
  display: flex;
}
.recipe-tags .tag-recipe-slider-container .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-prev, .recipe-tags .tag-recipe-slider-container .cms-element-dsee-recipe-slider .dsee-recipe-slider .base-slider-controls .base-slider-controls-next {
  top: 36%;
}
.is-ctl-recipe div[id^="trustbadge-container-"] {
  display: none;
}
@media (min-width: 992px) {
  .is-ctl-recipe div[id^="trustbadge-container-"] {
    display: block;
  }
}
.is-ctl-recipe .content-main {
  overflow: hidden;
}
.is-ctl-recipe .newsletter-wrapper .newsletter-box .title div span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .is-ctl-recipe .newsletter-wrapper .newsletter-box .title div span {
    font-size: 22px;
  }
}
.is-ctl-recipe .newsletter-wrapper.left-side {
  margin-top: 25px;
}
.is-ctl-recipe .newsletter-wrapper.left-side .newsletter-box div:nth-child(2) span {
  margin-top: -2px;
}
.is-ctl-recipe .newsletter-wrapper.left-side form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr 80px;
  margin-top: 10px;
  max-width: 392px;
}
.is-ctl-recipe .newsletter-wrapper.left-side form .input-wrapper.d-none, .is-ctl-recipe .newsletter-wrapper.left-side form .is-ctl-timewindowselection .checkout .input-wrapper.checkout-aside, .is-ctl-timewindowselection .checkout .is-ctl-recipe .newsletter-wrapper.left-side form .input-wrapper.checkout-aside, .is-ctl-recipe .newsletter-wrapper.left-side form .is-ctl-register.is-act-checkoutregisterpage .checkout .input-wrapper.checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .newsletter-wrapper.left-side form .input-wrapper.checkout-aside, .is-ctl-recipe .newsletter-wrapper.left-side form .is-ctl-checkout .checkout .input-wrapper.checkout-aside, .is-ctl-checkout .checkout .is-ctl-recipe .newsletter-wrapper.left-side form .input-wrapper.checkout-aside {
  display: none;
}
.is-ctl-recipe .cms-element-product-slider .product-slider-controls-container {
  height: 0;
}
.is-ctl-recipe #banner-rezepte-ads-webchannel {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .is-ctl-recipe #banner-rezepte-ads-webchannel {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .is-ctl-recipe #banner-rezepte-ads-webchannel {
    padding: 30px 0 0 0;
  }
}
.recipe-review-list .recipe-review-item {
  border-bottom: none;
  background: #F1F4F6;
  border-radius: 4px;
  margin-bottom: 10px;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info {
  padding: 15px;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info p {
  line-height: normal;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info p.h5 {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info {
  display: flex;
  flex-wrap: wrap;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-points {
  flex: 0 0 50%;
  order: 2;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-points .product-review-rating:hover {
  text-decoration: none;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-points .product-review-rating .point-container .point-rating {
  cursor: auto;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-author {
  flex: 0 0 100%;
  order: 1;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-author p {
  margin: 6px 0 10px 0;
  font-weight: bold;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-date {
  flex: 0 0 50%;
  order: 3;
  text-align: right;
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-date p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .recipe-review-list .recipe-review-item .recipe-review-item-info .left-info {
    display: block;
  }
  .recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-author, .recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-points, .recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-date {
    flex: none;
  }
  .recipe-review-list .recipe-review-item .recipe-review-item-info .left-info .recipe-review-item-date {
    text-align: left;
  }
}
.recipe-review-list .recipe-review-item .recipe-review-item-info .right-info .recipe-review-item-content {
  margin: 0;
  line-height: 24px;
}
.recipe-review-list .recipe-review-item .recipe-detail-review-item-comment {
  display: block;
  margin: 15px 15px 15px 16px;
  padding: 0 0 0 20px;
  border-left: 4px solid #028E93;
}
.recipe-review-list .recipe-review-item .recipe-detail-review-item-comment .blockquote {
  margin: 0;
}
.recipe-review-list .recipe-review-item .recipe-detail-review-item-comment .blockquote .blockquote-footer {
  color: #222222;
  font-size: 14px;
}
.recipe-review-list .recipe-review-item .recipe-detail-review-item-comment .blockquote .blockquote-footer::before {
  content: none;
}
@media (min-width: 768px) {
  .recipe-review-list .recipe-review-item .recipe-detail-review-item-comment {
    margin: 15px 15px 15px 6px;
  }
}
.recipe-review-list .pagination-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.recipe-review-list .pagination-nav ul.pagination {
  display: inline-flex;
  width: auto;
}
.author-information-wrapper {
  display: inline-block;
  width: 100%;
  padding: 25px 0 15px 0;
  border-top: 1px solid #DDDDDD;
}
.author-information-wrapper .author-content-wrapper .author-image .portrait-image {
  width: 100%;
  aspect-ratio: 1;
}
.author-information-wrapper .author-content-wrapper .author-image .portrait-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.author-information-wrapper .author-content-wrapper .author-content .author-quote p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.author-information-wrapper .author-information {
  margin: 7px 0 20px 0;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
}
@media (min-width: 992px) {
  .author-information-wrapper .author-information {
    font-size: 22px;
  }
}
@media print {
  .is-ctl-recipe {
    margin: 0;
    padding: 0;
  }
  .is-ctl-recipe .show-on-print {
    display: block !important;
  }
  .is-ctl-recipe .container, .is-ctl-recipe .cms-section .boxed, .cms-section .is-ctl-recipe .boxed, .is-ctl-recipe .full-width .cms-element-dsee-breadcrumb .breadcrumbs-container, .full-width .cms-element-dsee-breadcrumb .is-ctl-recipe .breadcrumbs-container {
    max-width: 100%;
    margin: 0;
  }
  .is-ctl-recipe .header-main, .is-ctl-recipe .shop-banner, .is-ctl-recipe .breadcrumb-on-footer, .is-ctl-recipe .recipe-tags, .is-ctl-recipe div[id^="trustbadge-container-"], .is-ctl-recipe .newsletter-wrapper, .is-ctl-recipe .recipe-info-mobile {
    display: none !important;
  }
  .is-ctl-recipe .dsee-recipe-banner {
    position: relative;
    min-width: 200px;
  }
  .is-ctl-recipe .dsee-recipe-banner .print-header {
    position: absolute;
    width: 250px;
    top: 0;
    right: 0;
    text-align: right;
  }
  .is-ctl-recipe .dsee-recipe-banner .print-header svg {
    width: 100px;
    height: 100px;
  }
  .is-ctl-recipe .dsee-recipe-banner .print-header p {
    margin: 12px 0 0;
  }
  .is-ctl-recipe .dsee-recipe-detail {
    padding: 1cm 0 0.5cm;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-slider-on-mobile, .is-ctl-recipe .dsee-recipe-detail .recipe-information-wrapper .recipe-ingredients .recipe-product-slider, .is-ctl-recipe .dsee-recipe-detail .recipe-actions, .is-ctl-recipe .dsee-recipe-detail .recipe-breadcrumb-wrapper, .is-ctl-recipe .dsee-recipe-detail .author-information-wrapper, .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content .recipe-kicker {
    display: none !important;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-box-right {
    max-width: 100% !important;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-box-left {
    max-width: 100% !important;
  }
  .is-ctl-recipe .dsee-recipe-detail img {
    max-width: 8cm;
    position: relative !important;
    border-radius: 0 !important;
  }
  .is-ctl-recipe .dsee-recipe-detail .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container {
    display: block;
    width: 100% !important;
    padding: 0 1.5cm;
    margin: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .row .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .checkout-container, .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container .row, .is-ctl-recipe .dsee-recipe-detail .row .is-ctl-timewindowselection .checkout .checkout-container, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .row .checkout-container, .is-ctl-recipe .dsee-recipe-detail .row .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .row .checkout-container, .is-ctl-recipe .dsee-recipe-detail .row .is-ctl-checkout .checkout .checkout-container, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .row .checkout-container, .is-ctl-recipe .dsee-recipe-detail .row .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .row .checkout-container {
    padding: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .row [class^="col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container [class^="col-"], .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class^="col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container [class^="col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class^="col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container [class^="col-"], .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class^="col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container [class^="col-"], .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class^="col-"], .is-ctl-recipe .dsee-recipe-detail .row [class*=" col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-timewindowselection .checkout .checkout-container [class*=" col-"], .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class*=" col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container [class*=" col-"], .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class*=" col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-checkout .checkout .checkout-container [class*=" col-"], .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class*=" col-"], .is-ctl-recipe .dsee-recipe-detail .is-ctl-accountorder .checkout .checkout-container [class*=" col-"], .is-ctl-accountorder .checkout .is-ctl-recipe .dsee-recipe-detail .checkout-container [class*=" col-"] {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
    height: auto;
    padding: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper .recipe-header-content {
    position: relative;
    top: 0;
    transform: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner, .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .recipe-header-info .recipe-header-content-wrapper {
    background: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .dsee-recipe-header .dsee-recipe-banner .recipe-image-wrapper {
    padding: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .page-break {
    page-break-before: always;
  }
  .is-ctl-recipe .dsee-recipe-detail .text-banner-content {
    color: #222222;
    background: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .text-banner-content .image-wrapper .plyr--video {
    height: auto;
    width: 100%;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-header-info .recipe-header-content {
    padding-top: 1cm;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-image-wrapper {
    height: auto;
    width: 100%;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper > .ingredients-list, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper > .d-lg-block, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .is-ctl-timewindowselection .checkout .ingredients-wrapper > .checkout-aside, .is-ctl-timewindowselection .checkout .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper > .checkout-aside, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .is-ctl-register.is-act-checkoutregisterpage .checkout .ingredients-wrapper > .checkout-aside, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper > .checkout-aside, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .is-ctl-checkout .checkout .ingredients-wrapper > .checkout-aside, .is-ctl-checkout .checkout .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper > .checkout-aside {
    display: block !important;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper h2, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .h2 {
    font-size: 24px;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-list {
    width: 100% !important;
    max-width: none !important;
    margin-top: 20px;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-list > hr {
    display: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list {
    border: 0 none;
    border-top: 1px solid #222222;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list li {
    padding: 0.05cm 0;
    border: 0 none;
    border-bottom: 1px solid #222222;
    border-radius: 0;
    background: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .ingredient-link {
    color: inherit;
    text-decoration: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .ingredient-link span, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-ingredient-list .ingredient-link br {
    display: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps {
    padding-top: 1cm;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps > div {
    max-width: 100%;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps hr {
    display: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li {
    clear: both;
    padding: 0 0 0.5cm 1cm;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li .position, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li .step-position {
    top: 0;
    left: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li.step-with-image {
    padding-left: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li.step-with-image .step-description {
    padding-left: 1cm;
    max-width: 100%;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li.step-with-image .step-image {
    width: 30% !important;
    max-width: 6cm !important;
    float: right;
    padding: 0 0 0.5cm 1cm;
    margin: 0;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .recipe-steps .recipe-step-list li.step-with-image .step-image img {
    max-width: 5cm;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-plus, .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity .portion-minus {
    display: none;
  }
  .is-ctl-recipe .dsee-recipe-detail .recipe-ingredients .ingredients-wrapper .ingredients-portions-info .portion-quantity li {
    margin-left: 0;
  }
  .is-ctl-recipe #banner-rezepte-ads-webchannel {
    display: none;
  }
}
.dsee-tuna-page {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}
.dsee-tuna-page .dsee-tuna-header {
  margin: 0;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner {
  border-radius: 0;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper {
  padding: 0;
  height: calc(100vh - 56px);
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .preview-image {
  position: absolute;
  top: 0;
  left: 0;
  widht: 100%;
  height: 100%;
  object-fit: cover;
}
.video-is-playing .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .preview-image {
  display: none;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper {
    height: 100%;
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
    background-position: center;
    background-size: cover !important;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .plyr--video {
    height: calc(100vh - 56px);
    display: block;
  }
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .plyr--video .plyr__video-embed__container {
    transform: none !important;
    padding-bottom: 0 !important;
  }
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .plyr--video .plyr__video-embed {
    aspect-ratio: inherit !important;
    height: calc(100vh - 56px);
  }
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .plyr--video .plyr__video-embed iframe {
    left: 50%;
    transform: translateX(-50%);
    height: calc(100vh);
    width: calc((16/ 9) * (100vh));
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .play-icon {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper .play-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .image-wrapper {
    background: none;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .background {
  display: none;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .background {
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
    background-position: center;
    background-size: cover !important;
    display: block;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .background-triangle {
  display: none;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .background-triangle {
    width: 480px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg"), #bea07b;
    background-position: center;
    background-size: cover !important;
    display: block;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .actions {
  padding-right: 0;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content {
    transform: none;
    top: auto;
    position: static;
    background: url("/bundles/deutschesee/img/custom-page/pattern.jpg") !important;
    background-position: center;
    background-size: cover !important;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title h1, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title .h1 {
  font-size: 60px;
  line-height: 50px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-top: -10px;
  color: #FFFFFF;
}
@media (min-width: 576px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title h1, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title .h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title h1, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title .h1 {
    color: #222222;
    font-size: 50px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title h1, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title .h1 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title h1, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title .h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .description {
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .description {
    color: #222222;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper {
  overflow: hidden;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
  width: 100%;
  padding: 4px 0 0 0;
  text-align: center;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
  font-size: 60px;
  line-height: 50px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 576px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
    text-align: left;
  }
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    color: #222222;
    font-size: 50px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
    width: 291px;
  }
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 80px;
    line-height: 70px;
  }
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .kicker-tuna {
  margin-bottom: 25px;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .kicker-tuna svg {
  width: auto;
  height: 68px;
  fill: #76C5C5;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .kicker-tuna svg .cls-1 {
  fill: #76c5c5;
}
.dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .kicker-tuna svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content .kicker-tuna svg {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner .text-banner-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-header .cms-element-dsee-text-banner {
    min-height: 480px;
  }
}
.dsee-tuna-page .video-mobile {
  position: relative;
}
.dsee-tuna-page .video-mobile #background-video {
  width: 100vw;
  height: calc(100vh - 56px);
  object-fit: cover;
  display: block;
}
.dsee-tuna-page .video-mobile .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.dsee-tuna-page .video-mobile .video-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.dsee-tuna-page .video-mobile .video-content h1, .dsee-tuna-page .video-mobile .video-content .h1 {
  font-size: 80px;
  line-height: 70px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 30px;
  color: #FFFFFF;
}
.dsee-tuna-page .video-mobile .video-content .kicker-tuna {
  margin-bottom: 39px;
}
.dsee-tuna-page .video-mobile .video-content .kicker-tuna svg {
  width: auto;
  height: 80px;
  fill: #76C5C5;
}
.dsee-tuna-page .video-mobile .video-content .kicker-tuna svg .cls-1 {
  fill: #76c5c5;
}
.dsee-tuna-page .video-mobile .video-content .kicker-tuna svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
.dsee-tuna-page .video-mobile .video-content .description {
  margin-top: 5px;
  padding: 0 50px;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.dsee-tuna-page .video-mobile .video-content .btn {
  background: transparent;
  border: 1px solid transparent;
  color: #FFFFFF;
  margin-left: 0;
}
.dsee-tuna-page .video-mobile .video-content .btn.btn-primary {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 22px;
  margin-top: 30px;
}
.dsee-tuna-page .video-mobile .video-content .btn.btn-primary:hover {
  background: #F4F4F4;
}
.dsee-tuna-page .dsee-tuna-page-content {
  position: relative;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: 200% !important;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content {
    background-size: 100% !important;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-info {
  position: relative;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-packet {
  margin-top: 100px;
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-packet {
    height: 220px;
    width: auto;
    padding: 0;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
  width: auto;
  height: 100px;
  fill: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
    top: 46%;
    left: 23%;
    height: 25px;
    transform: none;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  color: #FFFFFF;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 8%;
  left: 33%;
  font-weight: bold;
  transform: rotate(-8deg);
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 40px;
    left: 41%;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 20%;
    left: 10%;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 18%;
    left: 15%;
    font-size: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    left: 17%;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .content-video {
  position: relative;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .embed-responsive {
  border-radius: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .cms-element-youtube-video .cms-element-youtube-video__video {
  border-radius: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .plyr--video {
  border-radius: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .plyr--video .plyr__control svg {
  fill: transparent;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .video-is-playing .play-icon {
  display: none;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  display: inherit;
}
.dsee-tuna-page .dsee-tuna-page-content .content-video .play-icon svg {
  width: 100px;
  height: 100px;
  fill: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  padding: 0 34px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-left-container, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-right-container, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-center-container, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-full-width-container {
  display: inline-block;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-left-container img, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-right-container img, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-center-container img, .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-full-width-container img {
  width: 100%;
  height: 230px;
  position: relative;
  transition: all 0.2s cubic-bezier(0, 0.97, 0.43, 1);
  object-fit: contain;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image.large {
  max-width: 800px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image.large .image-full-width-container img {
  height: auto;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-left {
  margin-right: 17px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-left img {
  transform: rotate(-2deg);
  left: 0;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-center img {
  transform: rotate(5deg);
  top: 46px;
  right: 0;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .image-right img {
  transform: rotate(5deg);
  top: 11px;
  left: 16px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image:hover .image-left img {
  left: -10px;
  top: -2px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image:hover .image-center img {
  top: 44px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image:hover .image-right img {
  top: 8px;
  left: 25px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image {
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 5;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image {
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image {
    right: 9%;
  }
}
@media screen and (min-width: 1380px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image {
    right: 14%;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image svg {
  width: auto;
  height: 86px;
  fill: #76C5C5;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image svg .cls-1 {
  fill: #76c5c5;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-double-image .additional-image svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image {
    padding: 40px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-double-image {
    padding: 70px 0 0 0;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .image-mobile {
  margin: 0 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .image-mobile img {
  width: 100%;
  height: 100%;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-logo {
  background: #76C5C5;
  width: auto;
  display: inline-block;
  transform: rotate(-5deg);
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  padding: 8px 12px 0 12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info {
  color: #FFFFFF;
  max-width: 600px;
  margin: 30px auto;
  padding: 0 30px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info.no-margin-bottom {
  margin: 34px auto 0 auto;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info h2, .dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info .h2 {
  color: #FFFFFF;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info p {
  padding: 0 20px;
  font-size: 16px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo {
  margin: 30px 0;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo {
  display: inline-block;
  width: 49%;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo img {
  width: auto;
  height: 28px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo img.small {
  height: 22px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo:last-child {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo {
    width: auto;
    margin-right: 40px;
  }
  .dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-shop-logo .tuna-logo:last-child {
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-online-shop {
  padding-bottom: 80px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-online-shop a {
  display: inline-block;
  padding: 12px 40px;
  background: #197999;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-content .tuna-online-shop a:hover {
  background: #4794AE;
  text-decoration: none;
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls {
  display: block !important;
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  border: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-appearance: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button svg {
    width: 50px;
    height: 50px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
  left: 19px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
    left: -18px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next {
  right: 19px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next {
    right: -18px;
  }
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider {
    margin: 0 25px;
  }
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .tuna-recipe-slider-wrapper {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 -18px;
  }
  .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .tuna-recipe-slider-wrapper .base-slider-controls .base-slider-controls-prev, .dsee-tuna-page .dsee-tuna-page-content .recipe-slider .tuna-recipe-slider-wrapper .base-slider-controls .base-slider-controls-next {
    top: 50%;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container {
  margin: 0 5px;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper {
  overflow: hidden;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 -18px;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item {
  color: #FFFFFF;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-icon {
  margin-bottom: 16px;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-icon svg {
  width: auto;
  height: 30px;
  fill: #FFFFFF;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-headline {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-subtext, .dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-text {
  font-size: 16px;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-text {
  padding: 0 40px;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .info-subtext {
  font-weight: bold;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls {
  display: block !important;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
}
.dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button svg {
    width: 50px;
    height: 50px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content #missionFish .recipe-slider {
  margin: 0;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list {
  margin: 0 100px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content {
  margin-bottom: 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content a .tuna-recipe-image, .dsee-tuna-page .dsee-tuna-page-content .product-slider-item .tuna-recipe-content a .tuna-recipe-image {
  display: inline-block;
  padding: 30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content a .tuna-recipe-image img, .dsee-tuna-page .dsee-tuna-page-content .product-slider-item .tuna-recipe-content a .tuna-recipe-image img {
  width: 100%;
  height: 100%;
  transition: all 2s cubic-bezier(0, 0.97, 0.43, 1);
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content a:hover .tuna-recipe-image img, .dsee-tuna-page .dsee-tuna-page-content .product-slider-item .tuna-recipe-content a:hover .tuna-recipe-image img {
  transform: scale(1.1);
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content .recipe-name, .dsee-tuna-page .dsee-tuna-page-content .product-slider-item .tuna-recipe-content .recipe-name {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 15px 15px 9px 15px;
  height: 70px;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content .recipe-name, .dsee-tuna-page .dsee-tuna-page-content .product-slider-item .tuna-recipe-content .recipe-name {
    height: auto;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-button {
  display: inline-block;
  margin: 20px 20px 50px 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-button.has-additional-link {
  margin: 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-button.product-section {
  display: inherit;
  margin: 10px 20px 20px 20px;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-button.product-section {
    margin: 40px 20px 20px 20px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-button .tuna-link {
  display: inline-block;
  color: #FFFFFF;
  padding: 9px 22px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-size: 15px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-button .tuna-link:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #1A2B39;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-simple-link {
  margin-bottom: 50px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-simple-link a {
  color: #FFFFFF;
  font-size: 15px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact {
  margin: 0 20px;
  position: relative;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-info {
  color: #FFFFFF;
  padding: 12px 20px 34px 20px;
  text-align: center;
  display: inherit;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-info p {
  font-size: 16px;
  margin: 0 auto;
  width: 400px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container {
  margin-bottom: 35px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline {
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 0 0 45px;
  position: relative;
  text-align: left;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline[aria-expanded="true"] .arrow-up {
  display: block;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline[aria-expanded="true"] .arrow-down {
  display: none;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .tuna-fact-text {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .tuna-fact-subtext {
  font-size: 16px;
  line-height: 21px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .arrow-up {
  display: none;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .arrow-down {
  display: block;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .arrow-up svg, .dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .arrow-down svg {
  height: 12px;
  width: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  fill: #76C5C5;
  z-index: 3;
  cursor: pointer;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .icon-left svg {
  height: 30px;
  width: auto;
  position: absolute;
  top: 5px;
  left: 0;
  fill: #FFFFFF;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline:hover {
  text-decoration: none;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-info-option .tuna-fact-info-text {
  text-align: left;
  color: #FFFFFF;
  padding: 0 40px 0 45px;
  font-size: 16px;
  line-height: 21px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-fact {
    margin: 0 25px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page .dsee-tuna-page-content .tuna-fact {
    margin: 0 100px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-can {
  margin-bottom: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content .tuna-can img {
  height: 300px;
  width: auto;
  margin-top: -30px;
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram-slider-wrapper {
  margin: 30px 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram-slider-wrapper .tns-inner {
  margin-left: 0 !important;
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram-slider-wrapper .tunagram-slider .product-slider-item .tunagram-content img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .dsee-tuna-page .dsee-tuna-page-content .tunagram-slider-wrapper {
    margin: 30px 25px;
  }
  .dsee-tuna-page .dsee-tuna-page-content .tunagram-slider-wrapper .tuna-recipe-slider-wrapper {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 -18px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram {
  margin: 30px 100px;
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram .tunagram-content {
  margin-bottom: 20px;
}
.dsee-tuna-page .dsee-tuna-page-content .tunagram .tunagram-content img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap {
  border-radius: 10px;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #boat1, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat2, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat3, .dsee-tuna-page .dsee-tuna-page-content #originMap #square1, .dsee-tuna-page .dsee-tuna-page-content #originMap #square2, .dsee-tuna-page .dsee-tuna-page-content #originMap #square3, .dsee-tuna-page .dsee-tuna-page-content #originMap #location1, .dsee-tuna-page .dsee-tuna-page-content #originMap #location2, .dsee-tuna-page .dsee-tuna-page-content #originMap #location3, .dsee-tuna-page .dsee-tuna-page-content #originMap #fangArea {
  display: none;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #boat1.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat2.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat3.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #square1.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #square2.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #square3.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #location1.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #location2.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #location3.show, .dsee-tuna-page .dsee-tuna-page-content #originMap #fangArea.show {
  display: block;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #square1, .dsee-tuna-page .dsee-tuna-page-content #originMap #square2, .dsee-tuna-page .dsee-tuna-page-content #originMap #square3, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle1, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle2, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle3 {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle1, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle2, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle3 {
  cursor: pointer;
  animation: pulse 1.5s;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    r: 25px;
  }
  70% {
    r: 30px;
  }
  100% {
    r: 25px;
  }
}
@-webkit-keyframes pulse {
  0% {
    r: 25px;
  }
  70% {
    r: 30px;
  }
  100% {
    r: 25px;
  }
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle1.clicked, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle2.clicked, .dsee-tuna-page .dsee-tuna-page-content #originMap #smallCircle3.clicked {
  r: 40px;
  animation: none;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #boat1, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat2, .dsee-tuna-page .dsee-tuna-page-content #originMap #boat3 {
  pointer-events: none;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap .map-text {
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-tuna-page .dsee-tuna-page-content #originMap #Pfad_4115, .dsee-tuna-page .dsee-tuna-page-content #originMap #Pfad_4035, .dsee-tuna-page .dsee-tuna-page-content #originMap #Pfad_4112, .dsee-tuna-page .dsee-tuna-page-content #originMap #Pfad_4113 {
  fill: #2D5474;
}
.dsee-tuna-page #herkunft {
  position: relative;
  border-radius: 10px;
}
.dsee-tuna-page #herkunft .tuna-content {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .dsee-tuna-page #herkunft .tuna-content {
    position: relative;
  }
}
@media (min-width: 992px) {
  .dsee-tuna-page #herkunft .tuna-content {
    position: absolute;
  }
  .dsee-tuna-page #herkunft .tuna-content .content-info {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page #herkunft .tuna-content .content-info {
    max-width: 450px;
  }
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-item .map-content {
  position: relative;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-item .map-content img {
  height: 100%;
  width: 100%;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-item .map-content .map-info {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 80%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #FFFFFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls {
  display: block !important;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button:focus {
  outline: none !important;
  border: none !important;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  .dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button svg {
    width: 50px;
    height: 50px;
  }
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
  left: 20px;
}
.dsee-tuna-page #herkunft .map-slider-wrapper .map-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next {
  right: 20px;
}
.dsee-tuna-page #dieReise .dsee-tuna-page-content, .dsee-tuna-page #sortiment .dsee-tuna-page-content {
  border-radius: 0 0 10px 10px;
  padding: 30px 0 50px 0;
}
.dsee-tuna-page #dieReise .dsee-tuna-page-content .tuna-info .tuna-info-text, .dsee-tuna-page #sortiment .dsee-tuna-page-content .tuna-info .tuna-info-text {
  max-width: 600px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .dsee-tuna-page #dieReise .dsee-tuna-page-content .tuna-info .tuna-info-text, .dsee-tuna-page #sortiment .dsee-tuna-page-content .tuna-info .tuna-info-text {
    max-width: 710px;
  }
}
.dsee-tuna-page #dieReise .tuna-content, .dsee-tuna-page #sortiment .tuna-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .dsee-tuna-page #dieReise .tuna-content, .dsee-tuna-page #sortiment .tuna-content {
    margin-top: 60px;
  }
}
.dsee-tuna-page #rezepte .dsee-tuna-page-content, .dsee-tuna-page #fakten .dsee-tuna-page-content, .dsee-tuna-page #missionFish .dsee-tuna-page-content {
  border-radius: 10px;
}
.dsee-tuna-page #rezepte .dsee-tuna-page-content {
  padding-bottom: 50px;
}
.dsee-tuna-page #kaufen .dsee-tuna-page-content {
  border-radius: 10px 10px 0 0;
}
.dsee-tuna-page #kaufen .tuna-content {
  margin-top: 0;
}
@media (min-width: 992px) {
  .dsee-tuna-page #kaufen .tuna-content {
    margin-top: 50px;
  }
}
.dsee-tuna-page #tunaNutrition {
  top: 15%;
}
@media (min-width: 992px) {
  .dsee-tuna-page #tunaNutrition {
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .dsee-tuna-page #tunaNutrition {
    top: 15%;
  }
}
@media (min-width: 1330px) {
  .dsee-tuna-page #tunaNutrition {
    top: 25%;
  }
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 40px 20px;
  width: 100%;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list {
  border-bottom: none;
  display: inline-flex;
  width: auto;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list.vertical {
  flex-direction: column;
  width: 100%;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list.vertical .nav-item {
  text-align: left;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list.vertical .nav-item .nav-link {
  margin: 0;
  display: inline-block;
  border: none;
  padding: 0;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 1;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list.vertical .nav-item .nav-link:hover span, .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list.vertical .nav-item .nav-link.active span {
  text-decoration: underline;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list .tuna-tab-navigation-link {
  border: none;
  font-size: 16px;
  padding: 8px 0;
  margin: 0 12px;
  color: #666666;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tuna-nutrition-navigation .tuna-navigation-list .tuna-tab-navigation-link.active {
  font-weight: bold;
  border-bottom: 3px solid #76C5C5;
  color: #222222;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane {
  text-align: left;
  margin-top: 24px;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane.fade {
  display: none;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane.show {
  display: block !important;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane p {
  color: #666666;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane table {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane table td.value {
  text-align: right;
}
@media (min-width: 768px) {
  .dsee-tuna-page #tunaNutrition .tuna-nutrition-container {
    padding: 40px 50px;
  }
}
.dsee-tuna-page #tunaNutrition .modal-header {
  border-bottom: none;
  padding: 0;
}
.dsee-tuna-page #tunaNutrition .modal-header .nutrition-headline, .dsee-tuna-page #tunaNutrition .modal-header .tuna-nutrition-close {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.dsee-tuna-page #tunaNutrition .modal-header .nutrition-headline {
  font-size: 40px;
  text-align: center;
  width: 100%;
}
.dsee-tuna-page #tunaNutrition .modal-header .tuna-nutrition-close {
  font-size: 30px;
  margin: 5px -10px -10px auto;
  color: #222222;
  opacity: 1;
  border: none;
  background: none;
}
.dsee-tuna-page #tunaNutrition .modal-header .tuna-nutrition-close:focus {
  outline: none;
}
.dsee-tuna-page #tunaNutrition .modal-body {
  padding: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .dsee-tuna-page #tunaNutrition .modal-dialog {
    max-width: 500px;
  }
}
.dsee-tuna-page #tunaProduct {
  top: 15%;
}
@media (min-width: 1200px) {
  .dsee-tuna-page #tunaProduct {
    top: 30px;
  }
}
@media (min-width: 1330px) {
  .dsee-tuna-page #tunaProduct {
    top: 15%;
  }
}
.dsee-tuna-page #tunaProduct .tuna-product-container {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .dsee-tuna-page #tunaProduct .tuna-product-container {
    padding: 40px 50px;
  }
}
.dsee-tuna-page #tunaProduct .modal-header {
  border-bottom: none;
  padding: 0;
}
.dsee-tuna-page #tunaProduct .modal-header .product-headline, .dsee-tuna-page #tunaProduct .modal-header .tuna-product-close {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.dsee-tuna-page #tunaProduct .modal-header .product-headline {
  font-size: 40px;
  text-align: center;
  width: 100%;
}
.dsee-tuna-page #tunaProduct .modal-header .tuna-product-close {
  font-size: 30px;
  margin: 5px -10px -10px auto;
  color: #222222;
  opacity: 1;
  background: none;
  border: none;
}
.dsee-tuna-page #tunaProduct .modal-header .tuna-product-close:focus {
  outline: none;
}
.dsee-tuna-page #tunaProduct .modal-body {
  padding: 0;
  margin-top: 0;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid {
  padding: 20px;
  background: #F4F4F4;
  border-radius: 10px;
  position: relative;
  margin-top: 25px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  .dsee-tuna-page #tunaProduct .modal-body .product-grid {
    padding: 36px 40px;
  }
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item {
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  line-height: 1;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item .image {
  padding: 0 15px;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item img {
  width: 100%;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item .label {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item .description {
  margin-top: 1px;
  font-weight: bold;
}
.dsee-tuna-page #tunaProduct .modal-body .product-grid .product-grid-item .weight {
  margin-top: 1px;
  font-family: AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block {
  padding: 20px;
  background: #F4F4F4;
  border-radius: 10px;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block {
    padding: 36px 80px;
  }
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image {
  display: inline-block;
  position: relative;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-left {
  background: #868318;
  transform: rotate(-2deg);
  left: -25px;
}
@media (min-width: 768px) {
  .dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-left {
    left: -35px;
  }
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-right {
  background: #76C5C5;
  transform: rotate(5deg);
  right: 0;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-left, .dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-right {
  width: auto;
  height: 32px;
  position: absolute;
  top: -40px;
  display: inline-block;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  padding: 8px 12px 0 12px;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-left, .dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .product-text-right {
    font-size: 28px;
    height: 40px;
    top: -50px;
  }
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .tuna-product-image-left {
  position: absolute;
  left: 0;
  right: auto;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .tuna-product-image-left img {
  transform: rotate(-2deg);
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .tuna-product-image-right {
  position: absolute;
  right: 0;
  left: auto;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image .tuna-product-image-right img {
  transform: rotate(5deg);
  position: relative;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-product-image img {
  height: 100%;
  width: 100%;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-advantages {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0 0;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-advantages li {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 22px;
}
.dsee-tuna-page #tunaProduct .modal-body .tuna-inner-block .tuna-advantages li svg {
  width: auto;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.dsee-tuna-page #tunaProduct .modal-body .shop-button {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.dsee-tuna-page #tunaProduct .modal-body .shop-button a {
  padding: 10px 15px;
  border-radius: 5px;
  background: #197999;
  margin-bottom: 0;
  margin-top: 17px;
  color: #FFFFFF;
  font-size: 15px;
  display: inline-block;
}
.dsee-tuna-page #tunaProduct .modal-body .shop-button a:hover {
  color: #FFFFFF;
  background: #4794AE;
  text-decoration: none;
}
@media (min-width: 992px) {
  .dsee-tuna-page #tunaProduct .modal-dialog {
    max-width: 700px;
  }
}
.dsee-tuna-page .section-separator {
  background: #17232d;
  height: 40px;
  width: 100%;
}
.dsee-tuna-page .vimeo-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 992px) {
  .dsee-tuna-page .vimeo-wrapper {
    padding-bottom: 37.25%;
  }
}
.dsee-tuna-page .vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.is-act-tunacampaign2022 .footer-main, .is-act-tunacampaign2022secondpage .footer-main, .is-act-seafoodcampaign2022 .footer-main {
  padding-top: 0;
}
.is-act-tunacampaign2022.header--not-top .product-detail-scroll-links-wrapper, .is-act-tunacampaign2022secondpage.header--not-top .product-detail-scroll-links-wrapper, .is-act-seafoodcampaign2022.header--not-top .product-detail-scroll-links-wrapper {
  display: block;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper {
  display: none;
  margin-bottom: 0;
  border: none;
  background: #081620;
  height: 82px !important;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper.sticky-top, .is-act-tunacampaign2022 .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-tunacampaign2022 .product-detail-scroll-links-wrapper.offcanvas-footer, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper.sticky-top, .is-act-tunacampaign2022secondpage .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper.offcanvas-footer, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper.sticky-top, .is-act-seafoodcampaign2022 .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper.offcanvas-footer {
  position: fixed;
  width: 100%;
  height: 73px;
}
@media (min-width: 992px) {
  .is-act-tunacampaign2022 .product-detail-scroll-links-wrapper.sticky-top, .is-act-tunacampaign2022 .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-tunacampaign2022 .product-detail-scroll-links-wrapper.offcanvas-footer, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper.sticky-top, .is-act-tunacampaign2022secondpage .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper.offcanvas-footer, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper.sticky-top, .is-act-seafoodcampaign2022 .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper.offcanvas-footer {
    height: 78px;
  }
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper .product-detail-scroll-links, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links {
  position: relative;
  height: 72px;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop {
  display: none;
}
@media (min-width: 768px) {
  .is-act-tunacampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.only-desktop {
    display: inline-block;
  }
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li a, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li a, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li a {
  color: #FFFFFF;
  padding: 25px 0 5px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid transparent;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li a.active:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li a.active:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li a.active:after {
  border-bottom: 1px solid #FFFFFF !important;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li:hover a:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li:hover a:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li:hover a:after {
  border-bottom: 1px solid #FFFFFF !important;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li .tuna-navigation-headline, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline {
  font-size: 35px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  top: 9px;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline a, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li .tuna-navigation-headline a, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline a {
  padding: 0;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline a:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li .tuna-navigation-headline a:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li .tuna-navigation-headline a:after {
  display: none;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-shop-option, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop {
  padding: 7px 15px;
  border-radius: 5px;
  background: #197999;
  margin-bottom: 0;
  margin-top: 6px;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop.active:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop.active:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option .tuna-shop.active:after {
  display: none;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop {
  background: #4794AE;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-shop-option:hover .tuna-shop:after {
  display: none;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-mobile-menu .tuna-mobile-options svg, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-mobile-menu .tuna-mobile-options svg, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-mobile-menu .tuna-mobile-options svg {
  width: auto;
  height: 8px;
  fill: #FFFFFF;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper li.tuna-mobile-menu:hover .tuna-mobile-options:after, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper li.tuna-mobile-menu:hover .tuna-mobile-options:after, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper li.tuna-mobile-menu:hover .tuna-mobile-options:after {
  display: none;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper #tunaMobileMenu, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu {
  background: #081620;
  border-top: 1px solid #2d3d49;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper #tunaMobileMenu ul, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul {
  list-style-type: none;
  padding-left: 20px;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul li, .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper #tunaMobileMenu ul li, .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul li {
  padding: 15px 0;
}
.is-act-tunacampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul li:not(:last-child), .is-act-tunacampaign2022secondpage .product-detail-scroll-links-wrapper #tunaMobileMenu ul li:not(:last-child), .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper #tunaMobileMenu ul li:not(:last-child) {
  border-bottom: 1px solid #2d3d49;
}
.is-act-tunacampaign2022 .content-main, .is-act-tunacampaign2022secondpage .content-main, .is-act-seafoodcampaign2022 .content-main {
  background: #17232d;
}
.is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
  top: 8%;
}
@media (min-width: 768px) {
  .is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 20%;
  }
}
@media (min-width: 1200px) {
  .is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info .tuna-hint-info {
    top: 18%;
  }
}
@media (min-width: 1200px) {
  .is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
    top: 40%;
  }
}
.is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info {
  max-width: 600px;
}
@media (min-width: 992px) {
  .is-act-tunacampaign2022secondpage .dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info, .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-content .content-info {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title .h1 {
    font-size: 35px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title .h1 {
    font-size: 45px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1375px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title .h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 35px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 45px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1375px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.video-is-playing .actions a {
  font-size: 13px;
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content {
    width: 34%;
    background: transparent !important;
  }
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .description {
    padding-right: 5%;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title .h1 {
  font-size: 60px;
  line-height: 50px;
}
@media (min-width: 576px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title .h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title .h1 {
    color: #222222;
    font-size: 40px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title .h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1375px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title h1, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title .h1 {
    font-size: 70px;
    line-height: 60px;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper {
  overflow: hidden;
}
.is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
  width: 100%;
  padding: 4px 0 0 0;
  text-align: center;
}
.is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
  font-size: 60px;
  line-height: 50px;
}
@media (min-width: 576px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    color: #222222;
    font-size: 40px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1375px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content h2, .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content .h2 {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-header .cms-element-dsee-text-banner.horizontal .text-banner-content .title-container .text-slider-wrapper .text-slider .product-slider-item .text-content {
    width: 400px;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-fact .tuna-fact-container .tuna-fact-headline .tuna-fact-text {
  margin-top: 7px;
}
.is-act-seafoodcampaign2022 .dsee-tuna-page-content .tuna-info .tuna-packet {
  max-height: 268px;
}
@media (min-width: 768px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page-content .tuna-info .tuna-packet {
    height: 268px;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page-content .tuna-info .tuna-packet svg {
    top: 40%;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-can img {
  width: 100%;
  height: auto;
}
.is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane {
  margin: 0;
}
.is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .is-ctl-timewindowselection .checkout .checkout-container + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .is-ctl-checkout .checkout .checkout-container + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container + .row, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .row + .checkout-container, .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .row + .checkout-container, .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .row + .checkout-container, .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row + .checkout-container, .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .row + .checkout-container, .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row + .checkout-container {
  margin-top: 5px;
}
.is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container > div:nth-child(1), .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > div:nth-child(1), .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container > div:nth-child(1), .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container > div:nth-child(1), .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1) {
  font-weight: bold;
}
@media (min-width: 576px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .row > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-timewindowselection .checkout .checkout-container > div:nth-child(1), .is-ctl-timewindowselection .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-register.is-act-checkoutregisterpage .checkout .checkout-container > div:nth-child(1), .is-ctl-register.is-act-checkoutregisterpage .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-checkout .checkout .checkout-container > div:nth-child(1), .is-ctl-checkout .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1), .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .is-ctl-accountorder .checkout .checkout-container > div:nth-child(1), .is-ctl-accountorder .checkout .is-act-seafoodcampaign2022 .dsee-tuna-page #tunaNutrition .tuna-nutrition-container .tab-pane .checkout-container > div:nth-child(1) {
    font-weight: normal;
  }
}
.is-act-seafoodcampaign2022 .nachhaltig-verpackt {
  position: relative;
}
.is-act-seafoodcampaign2022 .nachhaltig-verpackt img {
  position: absolute;
  width: 80px;
  right: 0;
  top: -60px;
}
@media screen and (min-width: 390px) {
  .is-act-seafoodcampaign2022 .nachhaltig-verpackt img {
    right: 0;
    top: -110px;
  }
}
@media screen and (min-width: 560px) {
  .is-act-seafoodcampaign2022 .nachhaltig-verpackt img {
    right: 0;
    top: -80px;
  }
}
@media screen and (min-width: 990px) {
  .is-act-seafoodcampaign2022 .nachhaltig-verpackt img {
    right: 100px;
    top: -80px;
  }
}
.is-act-seafoodcampaign2022 .vertrauenssache {
  position: relative;
}
.is-act-seafoodcampaign2022 .vertrauenssache img {
  position: absolute;
  width: 80px;
  left: 0;
  top: -60px;
  transform: scale(0.7);
}
@media screen and (min-width: 457px) {
  .is-act-seafoodcampaign2022 .vertrauenssache img {
    left: 0;
    top: -90px;
  }
}
@media screen and (min-width: 700px) {
  .is-act-seafoodcampaign2022 .vertrauenssache img {
    left: -40px;
    top: -60px;
    transform: scale(1);
  }
}
@media screen and (min-width: 992px) {
  .is-act-seafoodcampaign2022 .vertrauenssache img {
    left: 30px;
    top: -60px;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-recipe-list .tuna-recipe-content a .tuna-recipe-image {
  background: #192734;
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 #tunaNutrition .modal-dialog {
    max-width: 800px;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content {
  background-size: 300% !important;
}
@media (min-width: 576px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content {
    background-size: 200% !important;
  }
}
@media (min-width: 992px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content {
    background-size: 100% !important;
  }
}
.is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.tuna-shop-option a {
  display: none;
}
@media screen and (min-width: 420px) {
  .is-act-seafoodcampaign2022 .product-detail-scroll-links-wrapper .product-detail-scroll-links li.tuna-shop-option a {
    display: block;
  }
}
.is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
  top: 40px;
}
@media (min-width: 768px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .is-act-seafoodcampaign2022 .dsee-tuna-page .dsee-tuna-page-content .tuna-info svg {
    top: 40%;
  }
}
.dsee-ikarimi-page-wrapper .content-section {
  background: rgba(110, 143, 166, 0.1);
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper {
  display: none;
  margin-bottom: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 12px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper.sticky-top, .dsee-ikarimi-page-wrapper .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper.offcanvas-footer {
  position: fixed;
  width: 100%;
  height: 73px;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper.sticky-top, .dsee-ikarimi-page-wrapper .offcanvas .product-detail-scroll-links-wrapper.offcanvas-footer, .offcanvas .dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper.offcanvas-footer {
    height: 78px;
  }
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper .product-detail-scroll-links {
  position: relative;
  height: 73px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li a {
  padding: 25px 0 5px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid transparent;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li a.active:after {
  border-bottom: 2px solid #222222 !important;
  bottom: -2px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li:hover a:after {
  border-bottom: 2px solid #222222 !important;
  bottom: -2px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li .ikarimi-navigation-headline {
  font-size: 35px;
  position: relative;
  margin-right: 0;
  top: 9px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li .ikarimi-navigation-headline a {
  padding: 0;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li .ikarimi-navigation-headline a:after {
  display: none;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li .ikarimi-navigation-headline a svg {
  width: auto;
  height: 25px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li .ikarimi-navigation-headline a svg .b {
  fill: #222222 !important;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-shop-option {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-shop-option .ikarimi-shop {
  padding: 7px 15px;
  border-radius: 5px;
  background: #197999;
  margin-bottom: 0;
  margin-top: 6px;
  color: #FFFFFF;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-shop-option .ikarimi-shop.active:after {
  display: none;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-shop-option:hover .ikarimi-shop {
  background: #4794AE;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-shop-option:hover .ikarimi-shop:after {
  display: none;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-mobile-menu .ikarimi-mobile-options svg {
  width: auto;
  height: 8px;
  fill: #222222;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper li.ikarimi-mobile-menu:hover .ikarimi-mobile-options:after {
  display: none;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper #ikarimiMobileMenu {
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 12px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper #ikarimiMobileMenu ul {
  list-style-type: none;
  padding-left: 20px;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper #ikarimiMobileMenu ul li {
  padding: 15px 0;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper #ikarimiMobileMenu ul li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.dsee-ikarimi-page-wrapper .product-detail-scroll-links-wrapper #ikarimiMobileMenu ul li a {
  color: #222222;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header {
  margin: 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner {
  border-radius: 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .image-wrapper {
  padding: 0;
  height: 500px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .image-wrapper .preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .image-wrapper {
    height: 100%;
    left: 34%;
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .image-wrapper {
    left: 30%;
    width: 70%;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .background {
  display: none;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .background {
    display: block;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .background {
    width: 45%;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content {
    transform: none;
    top: auto;
    position: static;
    background: transparent;
    width: 33%;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .ikarimi-logo {
  display: inline-block;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .ikarimi-logo svg {
  width: auto;
  height: 88px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .description {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 30px auto 0 auto;
  max-width: 326px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .description .ikarimi-linie svg .st0 {
  fill: rgba(250, 250, 250, 0.5);
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi {
  margin-bottom: 25px;
  text-align: right;
  margin-right: 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi svg {
  width: auto;
  height: 68px;
  fill: #76C5C5;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi svg .cls-1 {
  fill: #76c5c5;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi svg .cls-text {
  fill: #FFFFFF;
  clip-path: none;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi svg {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content .kicker-ikarimi {
    margin-right: -43px;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner .text-banner-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-header .cms-element-dsee-text-banner {
    min-height: 480px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .squarelovin-container {
  padding: 0 20px 40px 20px;
  margin: 0;
  width: 100%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-logo {
  background: #76C5C5;
  width: auto;
  display: inline-block;
  transform: rotate(-5deg);
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 28px;
  padding: 8px 12px 0 12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info {
  margin: 0 auto;
  padding: 0 20px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info.no-margin-bottom {
  margin: 34px auto 0 auto;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info h2, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info .h2 {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info h2, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info .h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info p {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  max-width: 670px;
  margin: 0 auto;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info .ikarimi-linie {
  display: block;
  width: 50%;
  margin: -7px auto 5px auto;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info .ikarimi-linie svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-content .content-info {
    padding: 0 30px;
    margin: 30px auto;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions {
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  margin: 20px 0 10px 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action {
  flex: 0 0 100%;
  width: 100%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action {
    flex: 0 0 260px;
    width: 260px;
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-button, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-download-button {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-button {
  background: #197999;
  border: 1px solid #197999;
  color: #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-button:hover {
  background: #4794AE;
  text-decoration: none;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-download-button {
  background: transparent;
  border: 1px solid #197999;
  color: #222222;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .ikarimi-action .ikarimi-download-button:hover {
  background: #F4F4F4;
  text-decoration: none;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions .link-to-shop {
  color: #197999;
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .ikarimi-actions {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video {
  position: relative;
  padding: 20px 0 60px 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .embed-responsive {
  border-radius: 10px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .cms-element-youtube-video .cms-element-youtube-video__video {
  border-radius: 10px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .plyr--video {
  border-radius: 10px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .plyr--video .plyr__control svg {
  fill: transparent;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .video-is-playing .play-icon {
  display: none;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  display: inherit;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video .play-icon svg {
  width: 100px;
  height: 100px;
  fill: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-content .content-video {
    padding: 0 0 60px 0;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper {
  overflow: hidden;
  background: #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element {
    height: 685px;
    padding-bottom: 0;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .additional-text {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  color: #FFFFFF;
  font-size: 35px;
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 35px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .additional-text svg {
  display: none;
  width: auto;
  height: 25px;
  fill: #FFFFFF;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .additional-text svg {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .additional-text {
    top: 120px;
    bottom: auto;
    left: 70px;
    font-size: 45px;
    line-height: 45px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .long-text {
  max-height: 133px;
  overflow-x: auto;
  padding-right: 5px;
  position: relative;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info {
    width: 700px;
    left: 70px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator .circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator .circle.active {
  background: #003C61;
  width: 26px;
  height: 26px;
  border: 5px solid #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator .circle:not(:first-child) {
  margin-left: -5px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator .line {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: #808080;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .detail-element .ikarimi-slider-info .slider-navigator {
    margin-top: 40px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .slider-info-mobile {
  padding: 20px 20px 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .slider-info-mobile.craft {
  height: 187px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .slider-info-mobile .text-content {
  max-height: 95%;
  overflow-x: scroll;
  padding-right: 5px;
  scrollbar-color: #ffffff transparent;
  scrollbar-width: thin;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .slider-info-mobile .text-content.no-overflow {
  overflow: hidden;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .slider-info-mobile .text-content .additional-text {
  padding-top: 10px;
  font-size: 35px;
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  line-height: 35px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element {
  width: 100%;
  padding: 20px 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element.without-author {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element.without-author {
    padding: 75px 150px 88px 150px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  order: 2;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) {
    flex: 0 0 calc(100% - 222px);
    max-width: calc(100% - 222px);
    text-align: right;
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content:not(.long):not(.partner) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) {
    flex: 0 0 740px;
    max-width: 740px;
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper:not(.without-portrait) .quote-content:not(.long) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text {
  font-family: Prata, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  font-size: 25px;
  line-height: 37px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper .quote-content .quote-text {
    font-size: 30px;
    line-height: 45px;
    padding: 0;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper .quote-content .author-name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-content-wrapper {
    order: 1;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait .circular-frame {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait .circular-frame img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait .circular-frame {
    margin: 0;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait {
    flex: 0 0 calc(100% - 740px);
    max-width: calc(100% - 740px);
    padding-left: 40px;
    order: 2;
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait.partner {
    position: relative;
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element .quote-portrait.partner .circular-frame {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-item .ikarimi-page-wrapper .quote-element {
    padding: 27px 150px 40px 150px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls {
  display: block !important;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: auto;
  height: 25px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  top: 35%;
  padding: 12px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next:hover, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next.centered, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev.centered {
  top: 50%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
  right: 35px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev {
  left: 35px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-outer {
  position: relative;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
  z-index: 999;
  bottom: auto;
  top: calc(100vw + 136px);
  width: auto;
  max-width: 80rem;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
  padding: 0;
  position: relative;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button.tns-nav-active {
  background: #003C61;
  width: 26px;
  height: 26px;
  border: 5px solid #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 12px;
  height: 1px;
  background: #808080;
  top: 50%;
  transform: translateY(-50%);
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:not(:last-child).tns-nav-active::after {
  left: 21px;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    bottom: auto;
    top: 64%;
    left: 35%;
    transform: translateX(-35%);
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav button:hover {
    background: #808080;
    border-color: #808080;
  }
}
@media screen and (min-width: 1260px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    left: 31%;
    transform: translateX(-31%);
  }
}
@media screen and (min-width: 1330px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider .tns-nav {
    left: 27%;
    bottom: auto;
    top: 66%;
    transform: translateX(-27%);
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
  bottom: auto;
  top: calc(100vw + 150px);
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    bottom: auto;
    top: 63%;
    left: 35%;
    transform: translateX(-35%);
  }
}
@media screen and (min-width: 1093px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    bottom: auto;
    top: 66%;
  }
}
@media screen and (min-width: 1260px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    left: 31%;
    transform: translateX(-31%);
  }
}
@media screen and (min-width: 1330px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .tns-nav {
    left: 27%;
    transform: translateX(-27%);
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .ikarimi-page-wrapper .slider-info-mobile {
  height: 213px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .dsee-ikarimi-page-slider .info-slider-container .info-slider-wrapper .info-slider.partner .product-slider-item .ikarimi-page-wrapper .slider-info-mobile .text-content {
  max-height: 96%;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider {
  padding: 20px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls {
  display: block !important;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button:focus, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button:active, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button:visited, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button:target {
  outline: 0 !important;
  border: none !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-appearance: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button svg {
  fill: #FFFFFF;
  width: auto;
  height: 25px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
  top: 35%;
  padding: 12px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
    background: rgba(0, 0, 0, 0.5);
  }
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next:hover, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
  left: -30px;
}
@media (min-width: 768px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-prev {
    left: -15px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next {
  right: -30px;
}
@media (min-width: 768px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-controls-container .base-slider-controls button.base-slider-controls-next {
    right: -15px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content a {
  cursor: auto;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .ikarimi-article-image {
  display: inline-block;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .ikarimi-article-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  filter: blur(0);
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .article-number {
  margin-bottom: 5px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .article-name-label {
  margin-bottom: 5px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .article-name {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0 9px 0;
  height: 70px;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .article-name .article-name-label {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider .product-slider-item .ikarimi-article-content .article-name {
    height: auto;
  }
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page .ikarimi-slider {
    overflow: hidden;
    padding: 0 40px 55px 40px;
  }
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page #partner {
  background: #FFFFFF;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page #manufacture .dsee-ikarimi-page-content .ikarimi-content, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page #missionFish .dsee-ikarimi-page-content .ikarimi-content {
  margin: 40px 0 6px 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page #assortment .dsee-ikarimi-page-content .ikarimi-content, .dsee-ikarimi-page-wrapper .dsee-ikarimi-page #assortment-loins .dsee-ikarimi-page-content .ikarimi-content {
  margin: 40px 0 3px 0;
}
.dsee-ikarimi-page-wrapper .dsee-ikarimi-page #contact .dsee-ikarimi-page-content .ikarimi-content .content-info {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .dsee-ikarimi-page-wrapper .dsee-ikarimi-page #contact .dsee-ikarimi-page-content .ikarimi-content .content-info {
    margin: 30px auto 16px auto;
  }
}
@media screen and (min-width: 1440px) {
  #assortment-loins, #contact {
    margin-bottom: 2em;
  }
}
.is-act-ikarimicampaign2022 .footer-main {
  padding-top: 0;
}
.is-act-ikarimicampaign2022.header--not-top .product-detail-scroll-links-wrapper {
  display: block;
}
.is-act-ikarimicampaign2022 ::-webkit-scrollbar {
  width: 10px;
}
.is-act-ikarimicampaign2022 ::-webkit-scrollbar-track {
  background: transparent;
}
.is-act-ikarimicampaign2022 ::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 5px;
}
.is-act-ikarimicampaign2022 ::-webkit-scrollbar-thumb:hover {
  background: #F4F4F4;
}
.is-act-ikarimicampaign2022 ::-webkit-scrollbar-corner {
  display: none;
}
.is-ctl-supplier .supplier-header-top {
  padding: 10px;
  color: #FFFFFF;
  font-size: 15px;
}
.is-ctl-supplier .supplier-header-top a {
  color: #FFFFFF;
}
.is-ctl-supplier .supplier-header-top a:hover {
  color: #FFFFFF;
}
.is-ctl-supplier .supplier-page-title {
  padding: 26px 10px 24px 10px;
}
.is-ctl-supplier .supplier-container {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .is-ctl-supplier .supplier-container {
    margin: 60px 0;
  }
}
.is-ctl-supplier .supplier-container .supplier-register-form-container .supplier-register-form .login-information {
  display: inline-block;
  width: 100%;
}
.supplier-questionnaire-wrapper .card + .card {
  margin-top: 30px;
}
.supplier-questionnaire-wrapper fieldset + fieldset {
  margin-top: 20px;
}
.supplier-questionnaire-wrapper .nav-tabs {
  margin-bottom: 20px;
}
.supplier-questionnaire-wrapper .nav-tabs button {
  margin-right: 2px;
}
.supplier-questionnaire-wrapper .form-actions {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #EEEEEE;
  text-align: right;
}
.supplier-questionnaire-wrapper .tab-content .tab-pane {
  display: none;
}
.supplier-questionnaire-wrapper .tab-content .tab-pane.active {
  display: block;
}
.supplier-questionnaire-wrapper .document-upload-wrapper {
  margin-bottom: 20px;
}
.supplier-questionnaire-wrapper .document-upload-wrapper .document-name {
  font-size: 16px;
  font-weight: bold;
}
.supplier-questionnaire-wrapper .certificate-upload {
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 10px;
}
.is-ctl-wishlist .wishlist-banner {
  height: 200px;
  background-image: url(/bundles/deutschesee/img/wishlist/wishlist-background.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.is-ctl-wishlist .wishlist-banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.is-ctl-wishlist .wishlist-banner .wishlist-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: Lunchbox, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .wishlist-banner {
    border-radius: 5px 5px 0 0;
  }
  .is-ctl-wishlist .wishlist-banner .shadow {
    border-radius: 5px 5px 0 0;
  }
}
.is-ctl-wishlist .wishlist-tab {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px;
  background: #F1F4F6;
}
.is-ctl-wishlist .wishlist-tab .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: inline-flex;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .wishlist-tab .nav-tabs {
    margin-top: 0;
  }
}
.is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 6px;
}
.is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link {
  color: #666666;
  padding: 10px 8px;
  border-radius: 10px;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link {
    margin-bottom: 14px;
  }
}
.is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link.active {
  background: none;
  border: none;
  color: #222222;
  font-weight: bold;
}
.is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -7px;
  width: calc(100% - 16px);
  height: 4px;
  background: #76C5C5;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link.active:after {
    bottom: -14px;
  }
}
@media (min-width: 992px) {
  .is-ctl-wishlist .wishlist-tab .nav-tabs .nav-item .nav-link:hover {
    background: #FFFFFF;
  }
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .filter-panel-wrapper-toggle {
  display: inherit;
  border: 1px solid #F4F4F4;
  border-radius: 7px;
  background: #F4F4F4;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 15px;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .filter-panel-wrapper-toggle svg {
  width: 16px;
  margin-right: 5px;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .filter-panel-wrapper-toggle:hover {
  background: #FFFFFF;
  border-color: #222222;
  color: #222222;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .search-results-info {
  display: flex;
  align-items: center;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .search-results-info .total {
  color: #666666;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .search-results-info .total {
  padding: 5px 10px 5px 0;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .search-results-info .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .search-results-info .custom-select:hover {
  color: #222222;
}
@media (max-width: 767.98px) {
  .is-ctl-wishlist #orderedProducts .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.is-ctl-wishlist #orderedProducts .ordered-product-pagination .ordered-product-pagination-form-wrapper .pagination {
  justify-content: center;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions .search-results-info {
  display: flex;
  align-items: center;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions .search-results-info .total {
  color: #666666;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions .search-results-info .total {
  padding: 5px 10px 5px 0;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions .search-results-info .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.is-ctl-wishlist #recipeBookmarks .cms-element-recipe-listing-actions .search-results-info .custom-select:hover {
  color: #222222;
}
@media (min-width: 1200px) {
  .is-ctl-wishlist #recipeBookmarks .cms-element-dsee-recipe-listing .cms-listing-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.is-ctl-wishlist .recipe-recommendation-wrapper {
  background: #FFFFFF;
  margin-top: 45px;
}
.is-ctl-wishlist .recipe-recommendation-wrapper .recipe-recommendation-headline {
  font-size: 22px;
  font-family: Gotham, AkkuratPro, Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 10px;
}
.is-ctl-wishlist .recipe-recommendation-wrapper .related-recipe-slider-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .recipe-recommendation-wrapper .related-recipe-slider-wrapper {
    overflow: visible;
    padding: 0;
  }
}
.is-ctl-wishlist .recipe-recommendation-wrapper .related-recipe-slider-wrapper .cms-element-dsee-recipe-slider {
  padding: 0;
  overflow: visible;
}
.is-ctl-wishlist .recipe-recommendation-wrapper .related-recipe-slider-wrapper .cms-element-dsee-recipe-slider .product-slider-controls-container {
  display: flex;
}
@media (min-width: 768px) {
  .is-ctl-wishlist .recipe-recommendation-wrapper .related-recipe-slider-wrapper .cms-element-dsee-recipe-slider {
    overflow: hidden;
    padding: 0 18px;
    margin: 0 -18px;
  }
}
.is-ctl-wishlist .wishlist-listing-header {
  font-size: 30px;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group {
  padding: 0;
  border: none;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-group-title {
  display: none;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options {
  margin-top: 10px;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .btn-check:checked + label, .product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .btn-check:hover + label {
  background-color: #028E93;
  color: #FFFFFF;
  border-color: #028E93;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .btn-check:focus-visible + label {
  outline: none;
  box-shadow: none;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .product-detail-configurator-option-label.disabled, .product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .product-detail-configurator-option-label.is-combinable {
  text-decoration: none;
  color: #222222;
  opacity: 1;
  border-color: #222222;
}
.product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options .product-detail-configurator-option .product-detail-configurator-option-label:hover {
  border-color: #028E93;
}
@media (min-width: 992px) {
  .product-detail-configurator-container .product-detail-configurator .product-detail-configurator-group .product-detail-configurator-options {
    margin-top: 0;
  }
}
.js-invisible-scroll-container {
  overflow: hidden;
  position: relative;
}
.js-invisible-scroll-container .js-invisible-scroll {
  overflow: auto;
}
.js-invisible-scroll-container .js-back-button, .js-invisible-scroll-container .js-forward-button {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.js-invisible-scroll-container.hide-horizontal-scroll:before, .js-invisible-scroll-container.hide-horizontal-scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
  z-index: 1;
}
.js-invisible-scroll-container.hide-horizontal-scroll:before {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.js-invisible-scroll-container.hide-horizontal-scroll:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.js-invisible-scroll-container.hide-horizontal-scroll .js-back-button, .js-invisible-scroll-container.hide-horizontal-scroll .js-forward-button {
  top: 0;
  height: 100%;
}
.js-invisible-scroll-container.hide-horizontal-scroll .js-back-button {
  left: 0;
}
.js-invisible-scroll-container.hide-horizontal-scroll .js-forward-button {
  right: 0;
}
.js-invisible-scroll-container.hide-horizontal-scroll.has-left-scroll:before, .js-invisible-scroll-container.hide-horizontal-scroll.has-left-scroll .js-back-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}
.js-invisible-scroll-container.hide-horizontal-scroll.has-right-scroll:after, .js-invisible-scroll-container.hide-horizontal-scroll.has-right-scroll .js-forward-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}
.js-invisible-scroll-container.hide-vertical-scroll:before, .js-invisible-scroll-container.hide-vertical-scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in-out;
  z-index: 1;
}
.js-invisible-scroll-container.hide-vertical-scroll .js-invisible-scroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
}
.js-invisible-scroll-container.hide-vertical-scroll:before {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.js-invisible-scroll-container.hide-vertical-scroll:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.js-invisible-scroll-container.hide-vertical-scroll .js-back-button, .js-invisible-scroll-container.hide-vertical-scroll .js-forward-button {
  left: 0;
  width: 100%;
}
.js-invisible-scroll-container.hide-vertical-scroll .js-back-button {
  top: 0;
}
.js-invisible-scroll-container.hide-vertical-scroll .js-forward-button {
  bottom: 0;
}
.js-invisible-scroll-container.hide-vertical-scroll.has-top-scroll:before, .js-invisible-scroll-container.hide-vertical-scroll.has-top-scroll .js-back-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}
.js-invisible-scroll-container.hide-vertical-scroll.has-bottom-scroll:after, .js-invisible-scroll-container.hide-vertical-scroll.has-bottom-scroll .js-forward-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}
#cx-aw-launcher {
  right: auto;
  left: 20px;
  bottom: 120px;
  pointer-events: none;
}
@media (min-width: 992px) {
  #cx-aw-launcher {
    right: 20px;
    left: auto;
    bottom: 20px;
  }
}
