/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Appearance mixin
============================================
The mixins provides you a cross-browser compatible method to set the appearance of the element.

Please refer to <http://caniuse.com/appearance> to see the browser support table of the feature.

######Example:
`.appearance([value]);`

`@param {String} type The type you want to use`
*/
/*
Backface visibility mixin
============================================
The mixins provides you a cross-browser compatible method to set the backface-visibility of the element.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.backface-visibility([value]);`

`@param {String} visibility The visibility you want to use`
*/
/*
Border-radius mixin
=============================================
The mixins provides you a cross-browser compatible method to set a border-radius.

Please refer to <http://caniuse.com/border-radius> to see the browser support table of the feature.

######Syntax:
`@param {String} radius The radius you want to set`<br/>

######Example:
Same border-radius for all edges: <br/>
`.border-radius([pixel-value]);`<br/>

Different border-radius:<br/>
`.border-radius-multi([pixel-value-leftTop], [pixel-value-rightTop], [pixel-value-rightBottom], [pixel-value-leftBottom]);`<br/>

Resetting border radius:<br/>
`.reset-border-radius();`
*/
/*
Box shadow mixin
==============================================
The mixins provides you a cross-browser compatible method to set a box-shadow.

Please refer to <http://caniuse.com/css-boxshadow> to see the browser support table of the feature.

######Example:
`.box-shadow([h-shadow-value], [v-shadow-value], [blur-amount], [spread-amount], [shadow-color]);`

`@param: {Number} x: Offset to the x axis (Default: 0)`<br/>
`@param: {Number} y: Offset to the y axis (Default: 0)`<br/>
`@param: {Number} blur: Bluring radius (Default: 1px)`<br/>
`@param: {String} color: Color of the shadow (Default: #000)`<br/>
*/
/*
Box-sizing mixin
========================================
The mixins provides you a cross-browser compatible method to set the box-sizing which supports IE starting from
version 8 to the newest one.

Please refer to <http://caniuse.com/css3-boxsizing> to see the browser support table of the feature.

######Example:
`.box-sizing:([value]);`

`@param: {String} box-sizing: Box model, which should be used (Default: border-box)`
*/
/*
Clearfix mixin
================================
The clearfix mixin allows the easy integration of the floating-solution method.

The clearfix resolves the problem that occurs when two floating elements are nested inside a parent element, then sometimes the parent elements height disappears.

Add the `.clearfix` class to the parent element.

######Example:
`.clearfix();`

*/
/*
Gradient mixin
====================================================
The mixins provides you a cross-browser compatible method to set a linear gradient which goes from top to bottom.

Please refer to <http://caniuse.com/css-gradients> to see the browser support table of the feature.

Shopware 5 also provides gradient mixins based on the basic color variables that can be changed in the backend theme configuration tool.
######Basic gradients:
`.primary-gradient();`<br/>
`.secondary-gradient();`<br/>
`.white-gradient();`<br/>

######Linear Gradient Example:
`.linear-gradient([startcolor-value], [endcolor-value]);`

`@param {String} start The start color of the gradient`<br/>
`@param {String} end The end color of the gradient`
*/
/*
Opacity
===============================================
The mixins provides you a cross-browser compatible opacity which supports IE starting from version 8 to the
newest one. Safari, Chrome and Firefox are supported in all versions.

Please refer to <http://caniuse.com/css-opacity> to see the browser support table of the feature.

######Example:
`.opacity([value]);`

`@param: {Number} opacity: Value of the opacity, starting from 0 to 1`
*/
/*
Rotate mixin
===============================================
The mixins provides you a cross-browser compatible method to set a transformation which rotates the element. Keep in
mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.rotate([value]);`

`@param {String} degree The degree value you want to set. Please keep in mind that you need to suffix the unit.`
*/
/*
Scale mixin
===============================
The mixins provides you a cross-browser compatible method to set a transformation which scales the element.
Keep in mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.scale([value]);`

`@param {String} scale-value The scale value, you want to set`
*/
/*
Touch callout mixin
===========================================
Disables the default callout shown when you touch and hold a touch target.

######Support:
- iOS 2.0<br/>

######Example:
`.touch-callout([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform style mixin
======================================
The mixins provides you a cross-browser compatible method to set a transformation style.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.transform-style([value]);`

`@param {String} Style The style you want for your transformation (Default: preserve-3d)`
*/
/*
Transform origin mixin
======================================
The mixins provides you a cross-browser compatible method to set the transform origin position.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform-origin([x-value],[y-value],[z-value]);`

`@param: x: Sets the origin position on the x axis (Default: 50%)`<br/>
`@param: y: Sets the origin position on the y axis (Default: 50%)`<br/>
`@param: z: Sets the origin position on the z axis (Default: 0)`
*/
/*
Transition mixin
=========================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

######Example:
`.transition([property], [duration-value], [easing]);`

`@param: {String} properties: The properites which should be animated (Default: all)`<br/>
`@param: {String} duration: Duration of the transition including the unit (Default: 0.3s)`<br/>
`@param: {String} easing: The easing which should be used for the transition (Default: ease-out)`
*/
/*
Translate mixin
============================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

Keep in mind, that 3d translations are needing an perspective, otherwise the translated elements get skewed up.

######Example:
`.translate([x-value],[y-value],[z-value]);`

`@param: {String} rotateX: The rotation on the x-axis`<br/>
`@param: {String} rotateY: The rotation on the y-axis`<br/>
`@param: {String} rotateZ: The rotation on the z-axis`<br/>
*/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/*
User-select mixin
===============================
The mixins provides you a cross-browser compatible method to set a user selection mode.

Please refer to <http://caniuse.com/user-select-none> to see the browser support table of the feature.

######Example:
`.user-select([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform mixin
==============================================
The mixins provides you a cross-browser compatible method to set a transformation.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform([value]);`

`@param: {String} properties: The transformation(s) that should be applied`
*/
/*
Tab highlighting mixin
===========================
Sets the color of the highlighting when a link was clicked / tapped.

Please refer to <http://www.browsersupport.net/CSS/-webkit-tap-highlight-color> to see the browser support table of the feature.

######Example:
`.tap-highlight-color([color-value]);`

`@param: {String} color: The color you want to set (Default: rgba(0, 0, 0, 0))`
*/
/*
Keyframe mixin
=============================================
The mixins provides you a cross-browser compatible method to set a keyframe.

Please refer to <http://caniuse.com/#search=keyframe> to see the browser support table of the feature.

######Example:
`.keyframes([name-value], [frames-value]);`

`@param: {String} name: The keyframe animation name`<br/>
`@param: {String} roules: the animation frames`
*/
@-webkit-keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
Animations mixin
============================================
The mixins provides you a cross-browser compatible method to set animation values.

Please refer to <http://caniuse.com/css-animation> to see the browser support table of the feature.

######Example:
`.animation([value]);`

`@param: {String} value: All animation values`
*/
/*
Column count mixin
=============================================
This mixin provides you a cross-browser compatible method to set the column count property.

Please refer to <http://caniuse.com/multicolumn> to see the browser support table of the feature.

######Example:
`.column-count([value]);`

`@param: {Number} count: The amount of columns you want to set (Default: auto)`
*/
/*
Hypheration mixin
======================================
The mixins provides you a cross-browser compatible method to set the hyphenation.

Please refer to <http://caniuse.com/css-hyphens> to see the browser support table of the feature.

######Example:
`.hyphens([value]);`

`@param: {String} hyphenation: The hyphenation that should be used (Default: auto)`
*/
/*
Grabbing cursor
==================================
This mixin provides you a cross-browser compatible method to set the cursor grabbing behavior.

######Example:
`.cursorGrab();`<br/>
`.cursorGrabbing();`<br/>

*/
/*
Clear form button mixin
========================
This mixin removes styles from the button element and makes it look like a text link.
*/
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  zoom: 1;
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
  /** Nested grid */
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff2?119e32eca172cc65f83a932b8ed093f8') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff?f6a907555179ee502cefecd4ee5fee09') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.ttf?084f5677fc039d5755fdecb85255e723') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Regular'), local('Open Sans'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff2?2e3e9251133a3c3dcaa0478b6dc4d4b5') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff?9ecaf6ce5a123ff94884e308ffd6d10c') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.ttf?fc17265245768348215df69c01511385') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Semibold'), local('OpenSans-SemiBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff2?c258dc56b666b63772b75319600e4692') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff?3ff233a5d585905799345c8e18d01ce4') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.ttf?f87d3d42a2aa94b65a8e3e806890473e') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff2?41c1f8c1f2e3b65a23dc76c58a2de679') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff?22506816872275019fd1eebe71741ed8') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.ttf?0a0788b028b17f592ea86a1f5b242032') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff2?f1539e329931d4ed2ee465138c0972ac') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff?8d7c0397249be4b931de5f390bc5646a') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.ttf?37cd146b909bffea57ab86c602993ff8') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/*
Variables
==================================================
The `variables.less` file contains the imports to all variables that Shopware uses.

Most variables are controllable by using the backend theme manager.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Structure
================================
The variables define the widths for the different viewports.

**Structure**<br/>
`@phoneLandscapeViewportWidth` - viewport phone-landscape width *(default: 480px)*<br/>
`@tabletViewportWidth` - viewport tablet width *(default: 768px)*<br/>
`@tabletLandscapeViewportWidth` - viewport tablet-landscape width *(default: 1024px)*<br/>
`@desktopViewportWidth` - viewport desktop width *(default: 1260px)*<br/>
*/
/*
Typography
================================
The variables define the sizes and weights for typographic elements.

The values can be changed with the backend theme manager.

**Base configuration**<br/>
`@font-size-base` - basic font-size *(default: 14)*<br/>
`@font-base-weight` - basic font-weight *(default: 500)*<br/>
`@font-light-weight` - basic light font-weight *(default: 300)*<br/>
`@font-base-stack` - basic font-family stack *(default: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif)*<br/>
`@font-headline-stack` - basic headline font-family stack *(default: @font-base-stack)*<br/>

**Headling font sizes**<br/>
`@font-size-h1` - h1 element font-size *(default: 26)*<br/>
`@font-size-h2` - h2 element font-size *(default: 21)*<br/>
`@font-size-h3` - h3 element font-size *(default: 18)*<br/>
`@font-size-h4` - h4 element font-size *(default: 16)*<br/>
`@font-size-h5` - h5 element font-size *(default: @font-size-base)*<br/>
`@font-size-h6` - h6 element font-size *(default: 12)*<br/>

**Shopware font directory**<br/>
`@font-directory` - font-directory folder (default: "../../fonts")

**Open Sans font directory**<br/>
`@OpenSansPath` - "Open Sans" font-directory folder (default: "./../fonts/open-sans-fontface")


*/
/*
Z-Index
================================
The z-index variables list all different values for the z-index layers used inside the Shopware responsive theme.

**badge.less**<br/>
`@zindex-badge` - *(default: 500)*<br/>

**checkbox.less**<br/>
`@zindex-checkbox-state` - *(default: 60)*<br/>
`@zindex-checkbox-element` - *(default: 65)*<br/>

**collapse.less**<br/>
`@zindex-collapse-content` - *(default: 1000)*<br/>
`@zindex-collapse-header` - *(default: 1100)*<br/>
`@zindex-collapse-content-collapsed` - *(default: 1200)*<br/>
`@zindex-collapse-header-active` - *(default: 1300)*<br/>

**collapse-cart.less**<br/>
`@zindex-collapse-cart` - *(default: 3000)*<br/>
`@zindex-collapse-cart-offcanvas` - *(default: 8000)*<br/>

**datepicker.less**<br/>
`@zindex-datepicker` - *(default: 8100)*<br/>

**emotions.less**<br/>
`@zindex-emotion-mapping-link` - *(default: 110)*<br/>
`@zindex-emotion-image-slider-title` - *(default: 100)*<br/>
`@zindex-emotion-product-slider-content` - *(default: 400)*<br/>
`@zindex-emotion-product-slider-title` - *(default: 500)*<br/>
`@zindex-emotion-overlay` - *(default: 1000)*<br/>
`@zindex-emotion-video-element` - *(default: 1000)*<br/>
`@zindex-emotion-video-text` - *(default: 1100)*<br/>
`@zindex-emotion-video-play-btn` - *(default: 1200)*<br/>
`@zindex-emotion-video-cover` - *(default: 1300)*<br/>

**filter-panel.less**<br/>
`@zindex-filter-panel-flyout` - *(default: 500)*<br/>
`@zindex-filter-panel-flyout-collapsed` - *(default: 800)*<br/>
`@zindex-filter-panel-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-checkbox-state` - *(default: 60)*<br/>
`@zindex-filter-panel-radio` - *(default: 65)*<br/>
`@zindex-filter-panel-radio-state` - *(default: 60)*<br/>
`@zindex-filter-panel-media-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-rating-star` - *(default: 65)*<br/>


**image-gallery.less**<br/>
`@zindex-image-gallery-button` - *(default: 1)*<br/>

**image-slider.less**<br/>
`@zindex-image-slider` - *(default: 1000)*<br/>
`@zindex-image-slider-arrow` - *(default: 1000)*<br/>

**image-zoom.less**<br/>
`@zindex-image-zoom-flyout` - *(default: 2500)*<br/>

**loading-indicator.less**<br/>
`@zindex-loading-indicator` - *(default: 6000)*<br/>

**menu-scroller.less**<br/>
`@zindex-menu-scoller-arrow` - *(default: 750)*<br/>

**modal.less**<br/>
`@zindex-modalbox` - *(default: 7000)*<br/>

**offcanvas-menu.less**<br/>
`@zindex-offcanvas` - *(default: 8000)*<br/>
`@zindex-offcanvas-higher-viewport` - *(default: 1000)*<br/>

**overlay.less**<br/>
`@zindex-overlay` - *(default: 5000)*<br/>

**panel.less**<br/>
`@zindex-panel-arrow` - *(default: 2000)*<br/>
`@zindex-panel-link` - *(default: 2000)*<br/>

**product-slider.less**<br/>
`@zindex-product-slider` - *(default: 750)*<br/>

###Modules

**cart.less**<br/>
`@zindex-cart-product-image-element` - *(default: 500)*<br/>
`@zindex-cart-premium-product-badge` - *(default: 750)*<br/>

**compare.less**<br/>
`@zindex-compare-list` - *(default: 4000)*<br/>

**configuration.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**configurator.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**detail.less**<br/>
`@zindex-detail-notification-field-focus` - *(default: 1)*<br/>

**footer.less**<br/>
`@zindex-footer-newsletter-field-focus` - *(default: 1)*<br/>

**header.less**<br/>
`@zindex-header-search-form` - *(default: 3000)*<br/>
`@zindex-header-search-button` - *(default: 2)*<br/>
`@zindex-header-search-results` - *(default: 3500)*<br/>
`@zindex-header-language-flag` - *(default: 900)*<br/>
`@zindex-header-service-list` - *(default: 3500)*<br/>

**listing.less**<br/>
`@zindex-listing-filter-header` - *(default: 1100)*<br/>
`@zindex-listing-filter-header-active` - *(default: 1300)*<br/>

**product-box.less**<br/>
`@zindex-product-box-image-element` - *(default: 500)*<br/>
`@zindex-product-box-product-badge` - *(default: 750)*<br/>

**sidebar.less**<br/>
`@zindex-sidebar-language-flag` - *(default: 900)*<br/>
`@zindex-sidebar-offcanvas-overlay` - *(default: 1200)*<br/>
`@zindex-sidebar-offcanvas-overlay-background` - *(default: 1100)*<br/>
`@zindex-sidebar-offcanvas-higher-viewport` - *(default: 1000)*<br/>

*/
/*
Icons
================================
These variables define the character for each icon.

You can use them in your less instead of the `icon--`-classes.

The variable name is always that of the icon prefixed with `sw-`.

Example:
```less
content: @sw-icon-grid;
content: @sw-icon-facebook;
```

The variable `@sw-icon-fontname` contains the name of the font which will be
used for all icons.

For an overview of available variables, visit the
<a href="https://developers.shopware.com/styletile/components.html#icon-set">docs on available icons</a>.
*/
/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Icon-element mixin
=====================================================
This mixin provides you a method to set any webfont icon from the Shopware icon-set as a before element.

######Example:
`.icon-element([icon-name], [icon-size]);`
*/
.visible--s,
.visible-inline--s,
.visible-inline-block--s,
.visible--m,
.visible-inline--m,
.visible-inline-block--m,
.visible--l,
.visible-inline--l,
.visible-inline-block--l,
.visible--xl,
.visible-inline--xl,
.visible-inline-block--xl {
  display: none !important;
}
.visible--xs {
  display: block !important;
}
table.visible--xs {
  display: table !important;
}
tr.visible--xs {
  display: table-row !important;
}
th.visible--xs,
td.visible--xs {
  display: table-cell !important;
}
.visible-inline--xs {
  display: inline !important;
}
table.visible-inline--xs {
  display: table !important;
}
tr.visible-inline--xs {
  display: table-row !important;
}
th.visible-inline--xs,
td.visible-inline--xs {
  display: table-cell !important;
}
.visible-inline-block--xs {
  display: inline-block !important;
}
table.visible-inline-block--xs {
  display: table !important;
}
tr.visible-inline-block--xs {
  display: table-row !important;
}
th.visible-inline-block--xs,
td.visible-inline-block--xs {
  display: table-cell !important;
}
.hidden--s,
.hidden--m,
.hidden--l,
.hidden--xl {
  display: inherit !important;
}
.hidden--xs {
  display: none !important;
}
@media screen and (min-width: 30em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--s {
    display: block !important;
  }
  table.visible--s {
    display: table !important;
  }
  tr.visible--s {
    display: table-row !important;
  }
  th.visible--s,
  td.visible--s {
    display: table-cell !important;
  }
  .visible-inline--s {
    display: inline !important;
  }
  table.visible-inline--s {
    display: table !important;
  }
  tr.visible-inline--s {
    display: table-row !important;
  }
  th.visible-inline--s,
  td.visible-inline--s {
    display: table-cell !important;
  }
  .visible-inline-block--s {
    display: inline-block !important;
  }
  table.visible-inline-block--s {
    display: table !important;
  }
  tr.visible-inline-block--s {
    display: table-row !important;
  }
  th.visible-inline-block--s,
  td.visible-inline-block--s {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--m,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--s {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--m {
    display: block !important;
  }
  table.visible--m {
    display: table !important;
  }
  tr.visible--m {
    display: table-row !important;
  }
  th.visible--m,
  td.visible--m {
    display: table-cell !important;
  }
  .visible-inline--m {
    display: inline !important;
  }
  table.visible-inline--m {
    display: table !important;
  }
  tr.visible-inline--m {
    display: table-row !important;
  }
  th.visible-inline--m,
  td.visible-inline--m {
    display: table-cell !important;
  }
  .visible-inline-block--m {
    display: inline-block !important;
  }
  table.visible-inline-block--m {
    display: table !important;
  }
  tr.visible-inline-block--m {
    display: table-row !important;
  }
  th.visible-inline-block--m,
  td.visible-inline-block--m {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--m {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--l {
    display: block !important;
  }
  table.visible--l {
    display: table !important;
  }
  tr.visible--l {
    display: table-row !important;
  }
  th.visible--l,
  td.visible--l {
    display: table-cell !important;
  }
  .visible-inline--l {
    display: inline !important;
  }
  table.visible-inline--l {
    display: table !important;
  }
  tr.visible-inline--l {
    display: table-row !important;
  }
  th.visible-inline--l,
  td.visible-inline--l {
    display: table-cell !important;
  }
  .visible-inline-block--l {
    display: inline-block !important;
  }
  table.visible-inline-block--l {
    display: table !important;
  }
  tr.visible-inline-block--l {
    display: table-row !important;
  }
  th.visible-inline-block--l,
  td.visible-inline-block--l {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--l {
    display: none !important;
  }
}
@media screen and (min-width: 120rem) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l {
    display: none !important;
  }
  .visible--xl {
    display: block !important;
  }
  table.visible--xl {
    display: table !important;
  }
  tr.visible--xl {
    display: table-row !important;
  }
  th.visible--xl,
  td.visible--xl {
    display: table-cell !important;
  }
  .visible-inline--xl {
    display: inline !important;
  }
  table.visible-inline--xl {
    display: table !important;
  }
  tr.visible-inline--xl {
    display: table-row !important;
  }
  th.visible-inline--xl,
  td.visible-inline--xl {
    display: table-cell !important;
  }
  .visible-inline-block--xl {
    display: inline-block !important;
  }
  table.visible-inline-block--xl {
    display: table !important;
  }
  tr.visible-inline-block--xl {
    display: table-row !important;
  }
  th.visible-inline-block--xl,
  td.visible-inline-block--xl {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--l {
    display: inherit !important;
  }
  .hidden--xl {
    display: none !important;
  }
}
/*
Components
====================================
The `components.less` contains the imports to all styled elements of Shopware.

The files are destinated inside the `_components` folder.
*/
/*
Buttons
===================================================================
######Basic button layout

Creates a basic button. Button type classes can be added by using multiple classes on the `.btn` element.

Adding the class `is--disabled` changes the element to a disabled button.
```
<button class="btn">
    Basic button
</button>

<button class="btn is--disabled">
    Disabled button
</button>
```
*/
.btn {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #dadae5;
  color: #5f7285;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
}
.btn [class^="icon--"] {
  font-size: 0.625rem;
}
.btn .is--large {
  font-size: 1rem;
}
.btn.is--icon-right {
  padding-right: 2.25rem;
}
.btn.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn.is--icon-left {
  padding-left: 2.25rem;
}
.btn.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #dadae5;
  color: #5f7285;
  cursor: not-allowed;
}
.btn:hover {
  background: #ffffff;
  color: #d9400b;
  border-color: #d9400b;
}
.btn:focus {
  outline: none;
}
.btn.is--small {
  line-height: 1.75rem;
}
.btn.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.btn.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.btn.is--full {
  display: block;
}
.btn.is--center {
  text-align: center;
}
/*
######Button type class

Options: `is--primary`, `is--secondary`
```
<button class="btn is--primary">
    Primary
</button>

<button class="btn is--secondary">
    Secondary
</button>
```
*/
.is--primary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--primary:hover {
  background: #d9400b;
  color: #ffffff;
}
.is--primary.is--small {
  line-height: 1.875rem;
}
.is--primary.is--large {
  line-height: 2.375rem;
}
.is--secondary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--secondary:hover {
  background: #3f4c58;
  color: #ffffff;
}
.is--secondary.is--small {
  line-height: 1.875rem;
}
.is--secondary.is--large {
  line-height: 2.375rem;
}
.is--link {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 0 none;
  background: transparent;
  color: #5f7285;
  /** State: Small button */
  /** State: Large button */
}
.is--link:hover {
  color: #d9400b;
}
.is--link.is--small {
  line-height: 1.875rem;
}
.is--link.is--large {
  line-height: 2.375rem;
}
/*
Basic layout container
======================================
The container element is the parent element for the content section of Shopware 5.

It contains the other content elements and keeps them in place.

It has a set `unitize-max-width` of `1260px` and the clearfix mixin assigned.

```
<div class="container">
    <p>Container element</p>
</div>
```
*/
.container {
  max-width: 78.75rem;
  background: #fff;
  margin: 0 auto;
  width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent {
  width: 17.5rem;
  -webkit-transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
#cookie-consent.off-canvas {
  position: fixed;
  z-index: 8000;
  background: #e9e9f0;
}
#cookie-consent.block-transition {
  transition: none;
}
#cookie-consent .cookie-consent--header {
  cursor: pointer;
}
#cookie-consent .cookie-consent--description {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  border-bottom: 1px solid #dadae5;
  position: relative;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title {
  cursor: pointer;
  float: left;
  width: 85%;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title.is--active .cookie-consent--group-arrow {
  transform: rotate(90deg);
}
#cookie-consent .cookie-consent--configuration .cookie-consent--configuration-header-text {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  font-weight: 700;
  color: #3f4c58;
  border-bottom: 1px solid #dadae5;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-description {
  margin-left: 2.625rem;
  color: #8798a9;
}
#cookie-consent .cookie-consent--cookie {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  position: relative;
}
#cookie-consent .cookie-consent--cookie:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--cookie .cookie--label {
  cursor: pointer;
}
#cookie-consent .cookie-consent--group-container {
  padding-top: 0.625rem;
  float: none;
  clear: both;
}
#cookie-consent .cookie-consent--group-arrow {
  right: 0.9375rem;
  font-size: 0.75rem;
  top: 1.125rem;
  position: absolute;
}
#cookie-consent .cookie-consent--save {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--save .cookie-consent--save-button {
  text-align: center;
  width: 100%;
}
#cookie-consent .cookie-consent--configuration-main {
  background: #fff;
}
#cookie-consent .cookie-consent--state-label {
  margin-left: 2.5rem;
}
.cookie-consent--state-input {
  display: block;
  position: absolute;
}
.cookie-consent--state-input.cookie-consent--cookie-state {
  top: calc(50% - 10px);
}
.cookie-consent--state-input.cookie-consent--required {
  opacity: 0.4;
}
.cookie-consent--state-input.cookie-consent--required .cookie-consent--state-input-element {
  cursor: default;
}
.cookie-consent--state-input .cookie-consent--state-input-element {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #dadae5;
  cursor: pointer;
  display: block;
  position: relative;
}
.cookie-consent--state-input input {
  display: none;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element {
  background: #9e9ebb;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.25rem;
  left: 0.1875rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element {
  background: #9e9ebb;
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.1875rem;
  left: 0.25rem;
  border: 2px none #fff;
  border-bottom-style: solid;
  background: transparent;
  content: '';
  position: absolute;
}
/*
Delivery information
=========================================
Defines the delivery status for products (e.g. detail page, note).

The styling includes the base styling and the delivery states.


```
<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-available">
            <i class="delivery--status-icon delivery--status-available"></i>
            delivery--text-available
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-more-is-coming">
            <i class="delivery--status-icon delivery--status-more-is-coming"></i>
            delivery--text-more-is-coming
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-shipping-free">
            <i class="delivery--status-icon delivery--status-shipping-free"></i>
            delivery--text-shipping-free
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-not-available">
            <i class="delivery--status-icon delivery--status-not-available"></i>
            delivery--text-not-available
        </span>
    </p>
</div>
```
*/
.product--delivery {
  font-size: 0.875rem;
}
.product--delivery p {
  margin: 0;
}
.product--delivery .delivery--status-icon {
  border-radius: 0.5625rem;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0rem;
  width: 0.5625rem;
  height: 0.5625rem;
  line-height: 0.625rem;
  display: inline-block;
  position: relative;
}
.product--delivery .delivery--status-shipping-free {
  background: #4aa3df;
}
.product--delivery .delivery--text-shipping-free {
  color: #4aa3df;
}
.product--delivery .delivery--status-available {
  background: #2ecc71;
}
.product--delivery .delivery--text-available {
  color: #2ecc71;
}
.product--delivery .delivery--status-more-is-coming {
  background: #f1c40f;
}
.product--delivery .delivery--text-more-is-coming {
  color: #f1c40f;
}
.product--delivery .delivery--status-not-available {
  background: #e74c3c;
}
.product--delivery .delivery--text-not-available {
  color: #e74c3c;
}
.product--delivery .delivery--text {
  margin: 0;
  display: inline-block;
}
/*
Emotions
=========================================
Contains the basic styles for the Shopware 5 shopping worlds and its elements.

Shopware 5 provides 11 integrated elements inside the shopping worlds that can be chosen and modified inside the backend shopping world editor such as sliders, video elements and blog-articles.
*/
.content-main.is--fullscreen {
  box-shadow: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
.content-main.is--fullscreen .content,
.content-main.is--fullscreen .content-main--inner {
  padding: 0;
  margin: 0 auto;
}
.content-main.is--fullscreen .content--breadcrumb,
.content-main.is--fullscreen .tagcloud--content,
.content-main.is--fullscreen .last-seen-products {
  display: none;
}
.content-main.is--fullscreen .listing--wrapper {
  max-width: 72.5rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 0rem 1.25rem 0rem;
  }
}
.emotion--overlay {
  width: 3.125rem;
  height: 3.125rem;
  top: 3.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  left: 0;
  z-index: 1000;
}
.emotion--overlay .emotion--loading-indicator {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--overlay ~ .content-main {
  min-height: 125rem;
  visibility: hidden;
}
.emotion--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 3.125rem 0rem 3.125rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.emotion--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #333 #CCC #CCC #CCC;
}
.content--emotions {
  display: block;
}
body.emotion--preview {
  background: #ffffff;
}
body.emotion--preview .content-main {
  box-shadow: none;
  margin: 0;
}
.emotion--show-listing {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.emotion--wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}
.emotion--wrapper.is--fullscreen {
  max-width: none;
}
.emotion--container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
}
.emotion--container:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--mode-resize {
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.emotion--container.emotion--mode-rows .emotion--sizer,
.emotion--container.emotion--mode-rows .emotion--sizer-xs,
.emotion--container.emotion--mode-rows .emotion--sizer-s,
.emotion--container.emotion--mode-rows .emotion--sizer-m,
.emotion--container.emotion--mode-rows .emotion--sizer-l,
.emotion--container.emotion--mode-rows .emotion--sizer-xl {
  display: none;
}
.emotion--container.emotion--mode-rows .emotion--row:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .col-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-1 .col-xs-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-xs-1 {
  left: 0%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-1 .col-s-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-s-1 {
    left: 0%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-1 .col-m-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-m-1 {
    left: 0%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-1 .col-l-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-l-1 {
    left: 0%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-1 .col-xl-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-xl-1 {
    left: 0%;
  }
}
.emotion--container.emotion--column-2 .col-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-2 {
  left: 50%;
}
.emotion--container.emotion--column-2 .col-xs-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-xs-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-xs-2 {
  left: 50%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-2 .col-s-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-s-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-s-2 {
    left: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-2 .col-m-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-m-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-m-2 {
    left: 50%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-2 .col-l-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-l-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-l-2 {
    left: 50%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-2 .col-xl-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-xl-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-2 {
    left: 50%;
  }
}
.emotion--container.emotion--column-3 .col-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-3 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-3 .col-xs-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-xs-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-xs-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-xs-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-xs-3 {
  left: 66.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-3 .col-s-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-s-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-s-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-s-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-s-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-3 .col-m-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-m-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-m-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-m-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-m-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-3 .col-l-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-l-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-l-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-l-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-l-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-3 .col-xl-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-xl-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-xl-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-3 {
    left: 66.66666667%;
  }
}
.emotion--container.emotion--column-4 .col-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-4 {
  left: 75%;
}
.emotion--container.emotion--column-4 .col-xs-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-xs-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-xs-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-xs-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-xs-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-xs-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-xs-4 {
  left: 75%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-4 .col-s-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-s-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-s-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-s-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-s-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-s-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-s-4 {
    left: 75%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-4 .col-m-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-m-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-m-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-m-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-m-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-m-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-m-4 {
    left: 75%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-4 .col-l-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-l-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-l-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-l-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-l-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-l-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-l-4 {
    left: 75%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-4 .col-xl-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-xl-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-xl-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-xl-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-4 {
    left: 75%;
  }
}
.emotion--container.emotion--column-5 .col-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-5 {
  left: 80%;
}
.emotion--container.emotion--column-5 .col-xs-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-xs-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-xs-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-xs-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-xs-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-xs-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-xs-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-xs-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-xs-5 {
  left: 80%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-5 .col-s-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-s-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-s-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-s-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-s-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-s-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-s-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-s-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-s-5 {
    left: 80%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-5 .col-m-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-m-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-m-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-m-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-m-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-m-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-m-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-m-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-m-5 {
    left: 80%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-5 .col-l-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-l-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-l-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-l-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-l-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-l-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-l-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-l-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-l-5 {
    left: 80%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-5 .col-xl-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-xl-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-xl-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-xl-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-xl-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-5 {
    left: 80%;
  }
}
.emotion--container.emotion--column-6 .col-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-6 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-xs-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-xs-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-xs-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-xs-6 {
  left: 83.33333333%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-6 .col-s-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-s-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-s-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-s-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-s-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-s-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-6 .col-m-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-m-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-m-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-m-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-m-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-m-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-6 .col-l-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-l-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-l-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-l-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-l-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-l-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-6 .col-xl-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-xl-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-xl-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-xl-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-6 {
    left: 83.33333333%;
  }
}
.emotion--container.emotion--column-7 .col-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-7 {
  left: 85.71428571%;
}
.emotion--container.emotion--column-7 .col-xs-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-xs-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-xs-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-xs-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-xs-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-xs-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-xs-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-xs-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-xs-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-xs-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-xs-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-xs-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-xs-7 {
  left: 85.71428571%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-7 .col-s-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-s-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-s-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-s-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-s-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-s-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-s-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-s-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-s-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-s-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-s-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-s-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-s-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-7 .col-m-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-m-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-m-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-m-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-m-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-m-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-m-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-m-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-m-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-m-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-m-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-m-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-m-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-7 .col-l-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-l-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-l-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-l-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-l-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-l-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-l-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-l-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-l-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-l-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-l-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-l-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-l-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-7 .col-xl-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-xl-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-xl-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-xl-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-xl-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-xl-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-xl-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-7 {
    left: 85.71428571%;
  }
}
.emotion--container.emotion--column-8 .col-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-8 {
  left: 87.5%;
}
.emotion--container.emotion--column-8 .col-xs-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-xs-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-xs-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-xs-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-xs-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-xs-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-xs-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-xs-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-xs-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-xs-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-xs-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-xs-8 {
  left: 87.5%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-8 .col-s-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-s-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-s-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-s-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-s-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-s-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-s-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-s-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-s-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-s-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-s-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-s-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-8 .col-m-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-m-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-m-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-m-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-m-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-m-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-m-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-m-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-m-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-m-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-m-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-m-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-8 .col-l-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-l-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-l-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-l-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-l-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-l-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-l-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-l-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-l-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-l-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-l-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-l-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-8 .col-xl-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-xl-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-xl-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-xl-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-xl-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-8 {
    left: 87.5%;
  }
}
.emotion--container.emotion--column-9 .col-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-9 {
  left: 88.88888889%;
}
.emotion--container.emotion--column-9 .col-xs-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-xs-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-xs-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-xs-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-xs-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-xs-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-xs-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-xs-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-xs-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-xs-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-xs-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-xs-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-xs-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-xs-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-xs-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-xs-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-xs-9 {
  left: 88.88888889%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-9 .col-s-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-s-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-s-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-s-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-s-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-s-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-s-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-s-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-s-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-s-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-s-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-s-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-s-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-s-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-s-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-s-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-s-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-9 .col-m-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-m-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-m-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-m-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-m-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-m-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-m-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-m-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-m-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-m-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-m-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-m-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-m-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-m-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-m-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-m-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-m-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-9 .col-l-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-l-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-l-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-l-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-l-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-l-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-l-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-l-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-l-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-l-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-l-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-l-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-l-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-l-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-l-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-l-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-l-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-9 .col-xl-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-xl-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-xl-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-xl-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-xl-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-xl-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-xl-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-xl-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-xl-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-9 {
    left: 88.88888889%;
  }
}
.emotion--container.emotion--column-10 .col-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-10 {
  left: 90%;
}
.emotion--container.emotion--column-10 .col-xs-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-xs-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-xs-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-xs-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-xs-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-xs-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-xs-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-xs-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-xs-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-xs-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-xs-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-xs-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-xs-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-xs-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-xs-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-xs-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-xs-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-xs-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-xs-10 {
  left: 90%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-10 .col-s-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-s-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-s-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-s-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-s-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-s-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-s-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-s-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-s-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-s-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-s-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-s-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-s-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-s-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-s-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-s-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-s-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-s-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-s-10 {
    left: 90%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-10 .col-m-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-m-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-m-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-m-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-m-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-m-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-m-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-m-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-m-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-m-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-m-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-m-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-m-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-m-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-m-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-m-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-m-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-m-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-m-10 {
    left: 90%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-10 .col-l-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-l-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-l-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-l-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-l-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-l-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-l-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-l-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-l-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-l-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-l-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-l-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-l-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-l-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-l-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-l-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-l-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-l-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-l-10 {
    left: 90%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-10 .col-xl-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-xl-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-xl-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-xl-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-xl-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-xl-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-xl-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-xl-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-xl-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-xl-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-10 {
    left: 90%;
  }
}
.emotion--container.emotion--column-11 .col-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-11 {
  left: 90.90909091%;
}
.emotion--container.emotion--column-11 .col-xs-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-xs-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-xs-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-xs-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-xs-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-xs-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-xs-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-xs-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-xs-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-xs-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-xs-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-xs-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-xs-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-xs-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-xs-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-xs-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-xs-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-xs-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-xs-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-xs-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-xs-11 {
  left: 90.90909091%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-11 .col-s-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-s-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-s-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-s-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-s-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-s-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-s-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-s-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-s-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-s-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-s-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-s-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-s-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-s-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-s-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-s-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-s-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-s-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-s-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-s-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-s-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-11 .col-m-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-m-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-m-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-m-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-m-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-m-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-m-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-m-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-m-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-m-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-m-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-m-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-m-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-m-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-m-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-m-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-m-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-m-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-m-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-m-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-m-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-11 .col-l-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-l-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-l-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-l-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-l-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-l-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-l-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-l-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-l-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-l-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-l-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-l-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-l-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-l-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-l-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-l-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-l-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-l-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-l-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-l-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-l-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-11 .col-xl-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-xl-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-xl-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-xl-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-xl-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-xl-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-xl-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-xl-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-xl-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-xl-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-xl-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-11 {
    left: 90.90909091%;
  }
}
.emotion--container.emotion--column-12 .col-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-12 {
  left: 91.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-xs-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-xs-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-xs-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-xs-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-xs-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-xs-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-xs-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-xs-12 {
  left: 91.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-12 .col-s-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-s-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-s-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-s-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-s-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-s-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-s-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-s-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-s-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-12 .col-m-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-m-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-m-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-m-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-m-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-m-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-m-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-m-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-m-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-12 .col-l-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-l-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-l-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-l-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-l-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-l-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-l-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-l-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-l-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container.emotion--column-12 .col-xl-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-xl-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-xl-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-xl-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-xl-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-12 {
    left: 91.66666667%;
  }
}
.emotion--container .is--hidden-s,
.emotion--container .is--hidden-m,
.emotion--container .is--hidden-l,
.emotion--container .is--hidden-xl {
  display: block;
}
.emotion--container .is--hidden-xs {
  display: none;
}
.emotion--container .emotion--sizer-s,
.emotion--container .emotion--sizer-m,
.emotion--container .emotion--sizer-l,
.emotion--container .emotion--sizer-xl {
  display: none;
}
.emotion--container .emotion--sizer-xs {
  display: block;
}
.emotion--container .emotion--sizer-xs ~ .emotion--sizer {
  display: none;
}
@media screen and (min-width: 30em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-s {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s {
    display: block;
  }
  .emotion--container .emotion--sizer-s ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-m {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-m {
    display: block;
  }
  .emotion--container .emotion--sizer-m ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-l {
    display: block;
  }
  .emotion--container .emotion--sizer-l ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l {
    display: block;
  }
  .emotion--container .is--hidden-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xl {
    display: block;
  }
  .emotion--container .emotion--sizer-xl ~ .emotion--sizer {
    display: none;
  }
}
.emotion--element {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--container.emotion--mode-rows .emotion--element {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  vertical-align: top;
}
.emotion--banner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner .banner--content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.emotion--banner .banner--content.left.top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
}
.emotion--banner .banner--content.left.center {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.emotion--banner .banner--content.left.bottom {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 0;
  top: 100%;
}
.emotion--banner .banner--content.center.top {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.emotion--banner .banner--content.center.bottom {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  top: 100%;
}
.emotion--banner .banner--content.right.top {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 100%;
  top: 0;
}
.emotion--banner .banner--content.right.center {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
}
.emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  left: 100%;
  top: 100%;
}
.emotion--mode-rows .emotion--banner {
  height: auto;
}
.emotion--mode-rows .emotion--banner .banner--content,
.emotion--mode-rows .emotion--banner .banner--content.left.top,
.emotion--mode-rows .emotion--banner .banner--content.left.center,
.emotion--mode-rows .emotion--banner .banner--content.left.bottom,
.emotion--mode-rows .emotion--banner .banner--content.center.top,
.emotion--mode-rows .emotion--banner .banner--content.center.bottom,
.emotion--mode-rows .emotion--banner .banner--content.right.top,
.emotion--mode-rows .emotion--banner .banner--content.right.center,
.emotion--mode-rows .emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: 0;
  top: 0;
  float: none;
}
.emotion--mode-rows .emotion--banner .banner--image-src {
  max-height: none;
  width: 100%;
}
.emotion--banner .banner--image {
  width: 100%;
}
.emotion--banner .banner--link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
.emotion--banner .banner--mapping {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--banner .banner--mapping-link {
  position: absolute;
  display: block;
  z-index: 110;
  background: rgba(0, 0, 0, 0);
}
.emotion--banner-slider {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--banner-slider {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--container,
.emotion--mode-rows .emotion--banner-slider .banner-slider--slide {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--item {
  vertical-align: middle;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--banner {
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.emotion--banner-slider .banner-slider--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.emotion--banner-slider .banner-slider--container,
.emotion--banner-slider .banner-slider--slide {
  width: 100%;
  height: 100%;
}
.emotion--banner-slider .banner-slider--container .arrow {
  display: block;
}
.emotion--banner-slider .banner-slider--item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner-slider .banner-slider--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.emotion--banner-slider .banner-slider--image {
  width: 100%;
}
.emotion--banner-slider .banner-slider--link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.emotion--banner-slider .image-slider--dots {
  display: none;
}
.emotion--product-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--product-slider {
  height: 22.5rem;
}
.emotion--product-slider .product-slider--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--product-slider .product-slider--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--product-slider .product-slider--title ~ .product-slider--content {
  padding-top: 4.0625rem;
}
.emotion--product-slider .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.emotion--product-slider .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.emotion--product-slider .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--product-slider .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--product-slider .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product-slider .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--product-slider .box--emotion .product--details {
  max-height: 35%;
  width: 100%;
  margin-top: 5%;
}
.emotion--product-slider .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: normal;
}
.emotion--product-slider .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--product-slider .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
.emotion--product {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--product {
  height: 22.5rem;
}
.emotion--product.is--no-border .box--content {
  border: 0 none;
}
.emotion--product .product--box {
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
}
.emotion--product .product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.emotion--product .product--box .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product .product--box .product--image {
  height: 70%;
  margin: 0 auto;
}
.emotion--product .product--box .product--image.is--large {
  height: 100%;
}
.emotion--product .product--box .product--details {
  max-height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.emotion--product .product--box .product--title {
  text-overflow: ellipsis;
}
.emotion--category-teaser {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--category-teaser {
  height: 22.5rem;
}
.emotion--category-teaser .category-teaser--link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.emotion--category-teaser .category-teaser--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--manufacturer {
  height: 16.25rem;
}
.emotion--manufacturer .manufacturer--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer .manufacturer--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--manufacturer .manufacturer--title ~ .manufacturer--content {
  padding-top: 4.0625rem;
}
.emotion--manufacturer .manufacturer--slider {
  height: 100%;
}
.emotion--manufacturer .manufacturer--slider .arrow--next {
  right: -1.25rem;
  border-right: 0 none;
}
.emotion--manufacturer .manufacturer--slider .arrow--prev {
  left: -1.25rem;
  border-left: 0 none;
}
.emotion--manufacturer .manufacturer--item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.emotion--manufacturer .manufacturer--link {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #5f7285;
  font-weight: 700;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #d9400b;
}
.emotion--manufacturer .manufacturer--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--youtube {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--youtube {
  height: 22.5rem;
}
.emotion--video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.emotion--mode-rows .emotion--video {
  height: auto;
}
.emotion--mode-rows .emotion--video .video--element {
  height: auto;
  position: relative;
}
.emotion--video video::-moz-media-controls,
.emotion--video video::-webkit-media-controls {
  bottom: 15%;
}
.emotion--video .video--element {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.emotion--video .video--cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  text-align: center;
}
.emotion--video .video--cover .video--play-icon {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 6.25rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.emotion--video .video--play-btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 1.5625rem;
  right: 1.5625rem;
  line-height: 2.5rem;
  font-size: 1.3125rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  z-index: 1200;
}
.emotion--video .video--text {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  color: #fff;
  text-align: center;
}
.emotion--video .video--text.no--events {
  pointer-events: none;
}
.emotion--iframe {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--iframe {
  height: 22.5rem;
}
.emotion--blog {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.emotion--mode-rows .emotion--blog {
  height: auto;
}
.emotion--mode-rows .emotion--blog .blog--image {
  height: 10rem;
}
.emotion--blog .blog--container {
  height: 100%;
  margin: 0 0 0 -1%;
}
.emotion--blog .blog--entry {
  height: 100%;
  padding-left: 1%;
}
.emotion--blog .blog--image {
  height: 40%;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2%;
}
.emotion--blog .blog--title {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  color: #3f4c58;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #d9400b;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5f7285;
  height: auto;
  max-height: 60%;
}
.emotion--html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.emotion--mode-rows .emotion--html {
  height: auto;
}
.emotion--html .html--content :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .emotion--blog {
    overflow: hidden;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--banner-slider .image-slider--dots {
    bottom: 0.625rem;
    top: auto;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .emotion--banner-slider .image-slider--dots .dot--link {
    border-radius: 100%;
    margin: 0rem 0.125rem 0rem 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #3f4c58;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -99999em;
    background-clip: padding-box;
  }
  .emotion--banner-slider .image-slider--dots .dot--link.is--active {
    background: #d9400b;
    background-clip: padding-box;
  }
}
/*
Input Types
==========================================
Defines the basic styling of the Shopware input element types.

It contains the different states of the input fields.
```
<div>
    <input type="text" placeholder="Text Input">
</div>

<div>
    <input type="password" placeholder="Password Input">
</div>

<div class="textarea">
    <textarea placeholder="Textarea"></textarea>
</div>
```
*/
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
#paypal-acdc-form .field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  width: 18.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  box-shadow: inset 0 1px 1px #dadae5;
  background: #f8f8fa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  color: #8798a9;
  text-align: left;
}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
  border-color: #d9400b;
  background: #ffffff;
  color: #5f7285;
}
textarea.has--error,
input[type="text"].has--error,
input[type="search"].has--error,
input[type="password"].has--error,
input[type="number"].has--error,
input[type="email"].has--error,
input[type="tel"].has--error,
#paypal-acdc-form .field.has--error {
  color: #e74c3c;
  background: #faeceb;
  border-color: #e74c3c;
}
textarea.input--field,
input[type="text"].input--field,
input[type="search"].input--field,
input[type="password"].input--field,
input[type="number"].input--field,
input[type="email"].input--field,
input[type="tel"].input--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
textarea.input--field.input--field-zipcode,
input[type="text"].input--field.input--field-zipcode,
input[type="search"].input--field.input--field-zipcode,
input[type="password"].input--field.input--field-zipcode,
input[type="number"].input--field.input--field-zipcode,
input[type="email"].input--field.input--field-zipcode,
input[type="tel"].input--field.input--field-zipcode {
  width: 30%;
  float: left;
}
textarea.input--field.input--field-city,
input[type="text"].input--field.input--field-city,
input[type="search"].input--field.input--field-city,
input[type="password"].input--field.input--field-city,
input[type="number"].input--field.input--field-city,
input[type="email"].input--field.input--field-city,
input[type="tel"].input--field.input--field-city {
  width: 68%;
  float: left;
}
textarea.input--field.input--spacer,
input[type="text"].input--field.input--spacer,
input[type="search"].input--field.input--spacer,
input[type="password"].input--field.input--spacer,
input[type="number"].input--field.input--spacer,
input[type="email"].input--field.input--spacer,
input[type="tel"].input--field.input--spacer {
  margin-right: 2%;
}
textarea.is--small,
input[type="text"].is--small,
input[type="search"].is--small,
input[type="password"].is--small,
input[type="number"].is--small,
input[type="email"].is--small,
input[type="tel"].is--small {
  height: 2.125rem;
}
textarea.is--medium,
input[type="text"].is--medium,
input[type="search"].is--medium,
input[type="password"].is--medium,
input[type="number"].is--medium,
input[type="email"].is--medium,
input[type="tel"].is--medium {
  height: 2.375rem;
}
textarea.is--large,
input[type="text"].is--large,
input[type="search"].is--large,
input[type="password"].is--large,
input[type="number"].is--large,
input[type="email"].is--large,
input[type="tel"].is--large {
  height: 2.625rem;
}
textarea {
  resize: vertical;
}
label {
  font-size: 0.875rem;
  color: #5f7285;
}
label.has--error {
  color: #e74c3c;
  background: #faeceb;
}
/*
Selectfield
==========================================
Creates a styled combobox selection for the basic select element.

```
<div class="select-field">
    <select>
        <option selected="selected" disabled="disabled" value="">Disabled Option</option>
        <option>Option 1</option>
        <option>Option 2</option>
    </select>
</div>
```
*/
.select-field,
.js--fancy-select {
  max-width: 18.125rem;
  height: 2.625rem;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.select-field:hover,
.js--fancy-select:hover {
  color: #d9400b;
}
.select-field select,
.js--fancy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0rem 2.5rem 0rem 0.625rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border: 1px solid #dadae5;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #3f4c58;
  background: #fff;
}
.select-field select::-ms-expand,
.js--fancy-select select::-ms-expand {
  display: none;
}
.select-field select:hover,
.js--fancy-select select:hover {
  color: #d9400b;
  border-color: #d9400b;
  background: #fff;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: none;
  color: #d9400b;
  border-color: #d9400b;
}
.select-field select:focus::-ms-value,
.js--fancy-select select:focus::-ms-value {
  color: #d9400b;
  background: none;
}
.select-field select:disabled,
.js--fancy-select select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field select.has--error,
.js--fancy-select select.has--error {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #faeceb;
}
.select-field:after,
.js--fancy-select:after {
  width: 1.875rem;
  height: 2.5rem;
  top: 0.0625rem;
  -webkit-user-select: none;
  user-select: none;
  line-height: 40px;
  max-height: 100%;
  display: block;
  content: "\e612";
  position: absolute;
  right: 0;
  font-size: 5px;
  border-left: 1px solid #dadae5;
  text-align: center;
  font-family: 'shopware';
  pointer-events: none;
}
.select-field:after:hover,
.js--fancy-select:after:hover {
  color: #d9400b;
}
.select-field.is--disabled select,
.js--fancy-select.is--disabled select,
.select-field.is--disabled:after,
.js--fancy-select.is--disabled:after {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field.has--error select,
.js--fancy-select.has--error select {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #faeceb;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #e74c3c;
  border-color: #e74c3c;
}
@media screen and (min-width: 48em) {
  /* Standard input fields. */
  .input--field {
    margin-bottom: 0.9375rem;
  }
  .input--field .input--field-zipcode {
    margin-right: 2%;
    width: 20%;
  }
  .input--field .input--field-city {
    width: 78%;
  }
}
@media screen and (min-width: 120rem) {
  .input--field {
    margin-bottom: 0.9375rem;
  }
}
/*
Icon set
============================================
######Shopware Icon set elements

Accessable with the `i` element and the `icon--` class.

Example: `<i class="icon--cart"></i>`

```
<table style="width: 80%;margin: 20px auto;text-align: center;">
    <tbody>
        <tr>
            <td><i class="icon--percent2"></i><br/>
                icon--percent2
            </td>

            <td><i class="icon--percent"></i><br/>
                icon--percent
            </td>

            <td><i class="icon--coupon"></i><br/>
                icon--coupon
            </td>

            <td><i class="icon--truck"></i><br/>
                icon--truck
            </td>

            <td><i class="icon--logout"></i><br/>
                icon--logout
            </td>

            <td><i class="icon--grid"></i><br/>
                icon--grid
            </td>

            <td><i class="icon--filter"></i><br/>
                icon--filter
            </td>

        </tr>
        <tr>
            <td><i class="icon--clock"></i><br/>
                icon--clock
            </td>

            <td><i class="icon--arrow-up"></i><br/>
                icon--arrow-up
            </td>

            <td><i class="icon--arrow-right"></i><br/>
                icon--arrow-right
            </td>

            <td><i class="icon--arrow-left"></i><br/>
                icon--arrow-left
            </td>

            <td><i class="icon--arrow-down"></i><br/>
                icon--arrow-down
            </td>

            <td><i class="icon--star"></i><br/>
                icon--star
            </td>

            <td><i class="icon--star-half"></i><br/>
                icon--star-half
            </td>
        </tr>

        <tr>
            <td><i class="icon--star-empty"></i><br/>
                icon--star-empty
            </td>

            <td><i class="icon--shopware"></i><br/>
                icon--shopware
            </td>

            <td><i class="icon--service"></i><br/>
                icon--service
            </td>

            <td><i class="icon--search"></i><br/>
                icon--search
            </td>

            <td><i class="icon--numbered-list"></i><br/>
                icon--numbered-list
            </td>

            <td><i class="icon--menu"></i><br/>
                icon--menu
            </td>

            <td><i class="icon--mail"></i><br/>
                icon--mail
            </td>
        </tr>

        <tr>
            <td><i class="icon--list"></i><br/>
                icon--list
            </td>

            <td><i class="icon--layout"></i><br/>
                icon--layout
            </td>

            <td><i class="icon--heart"></i><br/>
                icon--heart
            </td>

            <td><i class="icon--cross"></i><br/>
                icon--cross
            </td>

            <td><i class="icon--compare"></i><br/>
                icon--compare
            </td>

            <td><i class="icon--check"></i><br/>
                icon--check
            </td>

            <td><i class="icon--basket"></i><br/>
                icon--basket
            </td>
        </tr>

        <tr>
            <td><i class="icon--account"></i><br/>
                icon--account
            </td>

            <td><i class="icon--chain"></i><br/>
                icon--chain
            </td>

            <td><i class="icon--delicious"></i><br/>
                icon--delicious
            </td>

            <td><i class="icon--delicious2"></i><br/>
                icon--delicious2
            </td>

            <td><i class="icon--digg"></i><br/>
                icon--digg
            </td>

            <td><i class="icon--phone"></i><br/>
                icon--phone
            </td>

            <td><i class="icon--mobile"></i><br/>
                icon--mobile
            </td>
        </tr>

        <tr>
            <td><i class="icon--mouse"></i><br/>
                icon--mouse
            </td>

            <td><i class="icon--directions"></i><br/>
                icon--directions
            </td>

            <td><i class="icon--paperplane"></i><br/>
                icon--paperplane
            </td>

            <td><i class="icon--pencil"></i><br/>
                icon--pencil
            </td>

            <td><i class="icon--feather"></i><br/>
                icon--feather
            </td>

            <td><i class="icon--paperclip"></i><br/>
                icon--paperclip
            </td>

            <td><i class="icon--drawer"></i><br/>
                icon--drawer
            </td>
        </tr>

        <tr>
            <td><i class="icon--reply"></i><br/>
                icon--reply
            </td>

            <td><i class="icon--reply-all"></i><br/>
                icon--reply-all
            </td>

            <td><i class="icon--forward"></i><br/>
                icon--forward
            </td>

            <td><i class="icon--users"></i><br/>
                icon--users
            </td>

            <td><i class="icon--user-add"></i><br/>
                icon--user-add
            </td>

            <td><i class="icon--vcard"></i><br/>
                icon--vcard
            </td>

            <td><i class="icon--export"></i><br/>
                icon--export
            </td>
        </tr>

        <tr>
            <td><i class="icon--location"></i><br/>
                icon--location
            </td>

            <td><i class="icon--map"></i><br/>
                icon--map
            </td>

            <td><i class="icon--compass"></i><br/>
                icon--compass
            </td>

            <td><i class="icon--location2"></i><br/>
                icon--location2
            </td>

            <td><i class="icon--target"></i><br/>
                icon--target
            </td>

            <td><i class="icon--share"></i><br/>
                icon--share
            </td>

            <td><i class="icon--sharable"></i><br/>
                icon--sharable
            </td>
        </tr>

        <tr>
            <td><i class="icon--thumbsup"></i><br/>
                icon--thumbsup
            </td>

            <td><i class="icon--thumbsdown"></i><br/>
                icon--thumbsdown
            </td>

            <td><i class="icon--chat"></i><br/>
                icon--chat
            </td>

            <td><i class="icon--comment"></i><br/>
                icon--comment
            </td>

            <td><i class="icon--quote"></i><br/>
                icon--quote
            </td>

            <td><i class="icon--house"></i><br/>
                icon--house
            </td>

            <td><i class="icon--popup"></i><br/>
                icon--popup
            </td>
        </tr>

        <tr>
            <td><i class="icon--flashlight"></i><br/>
                icon--flashlight
            </td>

            <td><i class="icon--printer"></i><br/>
                icon--printer
            </td>

            <td><i class="icon--bell"></i><br/>
                icon--bell
            </td>

            <td><i class="icon--link"></i><br/>
                icon--link
            </td>

            <td><i class="icon--cog"></i><br/>
                icon--cog
            </td>

            <td><i class="icon--tools"></i><br/>
                icon--tools
            </td>

            <td><i class="icon--trophy"></i><br/>
                icon--trophy
            </td>
        </tr>

        <tr>
            <td><i class="icon--tag"></i><br/>
                icon--tag
            </td>

            <td><i class="icon--camera"></i><br/>
                icon--camera
            </td>

            <td><i class="icon--megaphone"></i><br/>
                icon--megaphone
            </td>

            <td><i class="icon--moon"></i><br/>
                icon--moon
            </td>

            <td><i class="icon--palette"></i><br/>
                icon--palette
            </td>

            <td><i class="icon--leaf"></i><br/>
                icon--leaf
            </td>

            <td><i class="icon--music"></i><br/>
                icon--music
            </td>
        </tr>

        <tr>
            <td><i class="icon--music2"></i><br/>
                icon--music2
            </td>

            <td><i class="icon--new"></i><br/>
                icon--new
            </td>

            <td><i class="icon--graduation"></i><br/>
                icon--graduation
            </td>

            <td><i class="icon--book"></i><br/>
                icon--book
            </td>

            <td><i class="icon--newspaper"></i><br/>
                icon--newspaper
            </td>

            <td><i class="icon--bag"></i><br/>
                icon--bag
            </td>

            <td><i class="icon--airplane"></i><br/>
                icon--airplane
            </td>
        </tr>

        <tr>
            <td><i class="icon--lifebuoy"></i><br/>
                icon--lifebuoy
            </td>

            <td><i class="icon--eye"></i><br/>
                icon--eye
            </td>

            <td><i class="icon--clock2"></i><br/>
                icon--clock2
            </td>

            <td><i class="icon--microphone"></i><br/>
                icon--microphone
            </td>

            <td><i class="icon--calendar"></i><br/>
                icon--calendar
            </td>

            <td><i class="icon--bolt"></i><br/>
                icon--bolt
            </td>

            <td><i class="icon--thunder"></i><br/>
                icon--thunder
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplet"></i><br/>
                icon--droplet
            </td>

            <td><i class="icon--cd"></i><br/>
                icon--cd
            </td>

            <td><i class="icon--briefcase"></i><br/>
                icon--briefcase
            </td>

            <td><i class="icon--air"></i><br/>
                icon--air
            </td>

            <td><i class="icon--hourglass"></i><br/>
                icon--hourglass
            </td>

            <td><i class="icon--gauge"></i><br/>
                icon--gauge
            </td>

            <td><i class="icon--language"></i><br/>
                icon--language
            </td>
        </tr>

        <tr>
            <td><i class="icon--network"></i><br/>
                icon--network
            </td>

            <td><i class="icon--key"></i><br/>
                icon--key
            </td>

            <td><i class="icon--battery"></i><br/>
                icon--battery
            </td>

            <td><i class="icon--bucket"></i><br/>
                icon--bucket
            </td>

            <td><i class="icon--magnet"></i><br/>
                icon--magnet
            </td>

            <td><i class="icon--drive"></i><br/>
                icon--drive
            </td>

            <td><i class="icon--cup"></i><br/>
                icon--cup
            </td>
        </tr>

        <tr>
            <td><i class="icon--rocket"></i><br/>
                icon--rocket
            </td>

            <td><i class="icon--brush"></i><br/>
                icon--brush
            </td>

            <td><i class="icon--suitcase"></i><br/>
                icon--suitcase
            </td>

            <td><i class="icon--cone"></i><br/>
                icon--cone
            </td>

            <td><i class="icon--earth"></i><br/>
                icon--earth
            </td>

            <td><i class="icon--keyboard"></i><br/>
                icon--keyboard
            </td>

            <td><i class="icon--browser"></i><br/>
                icon--browser
            </td>
        </tr>

        <tr>
            <td><i class="icon--publish"></i><br/>
                icon--publish
            </td>

            <td><i class="icon--progress-3"></i><br/>
                icon--progress-3
            </td>

            <td><i class="icon--progress-2"></i><br/>
                icon--progress-2
            </td>

            <td><i class="icon--progress-1"></i><br/>
                icon--progress-1
            </td>

            <td><i class="icon--progress-0"></i><br/>
                icon--progress-0
            </td>

            <td><i class="icon--sun"></i><br/>
                icon--sun
            </td>

            <td><i class="icon--sun2"></i><br/>
                icon--sun2
            </td>
        </tr>

        <tr>
            <td><i class="icon--adjust"></i><br/>
                icon--adjust
            </td>

            <td><i class="icon--code"></i><br/>
                icon--code
            </td>

            <td><i class="icon--screen"></i><br/>
                icon--screen
            </td>

            <td><i class="icon--infinity"></i><br/>
                icon--infinity
            </td>

            <td><i class="icon--light-bulb"></i><br/>
                icon--light-bulb
            </td>

            <td><i class="icon--creditcard"></i><br/>
                icon--creditcard
            </td>

            <td><i class="icon--database"></i><br/>
                icon--database
            </td>
        </tr>

        <tr>
            <td><i class="icon--voicemail"></i><br/>
                icon--voicemail
            </td>

            <td><i class="icon--clipboard"></i><br/>
                icon--clipboard
            </td>

            <td><i class="icon--box"></i><br/>
                icon--box
            </td>

            <td><i class="icon--ticket"></i><br/>
                icon--ticket
            </td>

            <td><i class="icon--rss"></i><br/>
                icon--rss
            </td>

            <td><i class="icon--signal"></i><br/>
                icon--signal
            </td>

            <td><i class="icon--thermometer"></i><br/>
                icon--thermometer
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplets"></i><br/>
                icon--droplets
            </td>

            <td><i class="icon--uniE680"></i><br/>
                icon--uniE680
            </td>

            <td><i class="icon--statistics"></i><br/>
                icon--statistics
            </td>

            <td><i class="icon--pie"></i><br/>
                icon--pie
            </td>

            <td><i class="icon--bars"></i><br/>
                icon--bars
            </td>

            <td><i class="icon--graph"></i><br/>
                icon--graph
            </td>

            <td><i class="icon--lock"></i><br/>
                icon--lock
            </td>
        </tr>

        <tr>
            <td><i class="icon--lock-open"></i><br/>
                icon--lock-open
            </td>

            <td><i class="icon--login"></i><br/>
                icon--login
            </td>

            <td><i class="icon--minus"></i><br/>
                icon--minus
            </td>

            <td><i class="icon--plus"></i><br/>
                icon--plus
            </td>

            <td><i class="icon--cross2"></i><br/>
                icon--cross2
            </td>

            <td><i class="icon--minus2"></i><br/>
                icon--minus2
            </td>

            <td><i class="icon--cross3"></i><br/>
                icon--cross3
            </td>
        </tr>

        <tr>
            <td><i class="icon--minus3"></i><br/>
                icon--minus3
            </td>

            <td><i class="icon--plus3"></i><br/>
                icon--plus3
            </td>

            <td><i class="icon--erase"></i><br/>
                icon--erase
            </td>

            <td><i class="icon--blocked"></i><br/>
                icon--blocked
            </td>

            <td><i class="icon--info"></i><br/>
                icon--info
            </td>

            <td><i class="icon--info2"></i><br/>
                icon--info2
            </td>

            <td><i class="icon--question"></i><br/>
                icon--question
            </td>
        </tr>

        <tr>
            <td><i class="icon--help"></i><br/>
                icon--help
            </td>

            <td><i class="icon--warning"></i><br/>
                icon--warning
            </td>

            <td><i class="icon--cycle"></i><br/>
                icon--cycle
            </td>

            <td><i class="icon--cw"></i><br/>
                icon--cw
            </td>

            <td><i class="icon--ccw"></i><br/>
                icon--ccw
            </td>

            <td><i class="icon--shuffle"></i><br/>
                icon--shuffle
            </td>

            <td><i class="icon--arrow"></i><br/>
                icon--arrow
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow2"></i><br/>
                icon--arrow2
            </td>

            <td><i class="icon--retweet"></i><br/>
                icon--retweet
            </td>

            <td><i class="icon--loop"></i><br/>
                icon--loop
            </td>

            <td><i class="icon--history"></i><br/>
                icon--history
            </td>

            <td><i class="icon--back"></i><br/>
                icon--back
            </td>

            <td><i class="icon--list2"></i><br/>
                icon--list2
            </td>

            <td><i class="icon--add-to-list"></i><br/>
                icon--add-to-list
            </td>
        </tr>

        <tr>
            <td><i class="icon--layout2"></i><br/>
                icon--layout2
            </td>

            <td><i class="icon--list3"></i><br/>
                icon--list3
            </td>

            <td><i class="icon--text"></i><br/>
                icon--text
            </td>

            <td><i class="icon--text2"></i><br/>
                icon--text2
            </td>

            <td><i class="icon--document"></i><br/>
                icon--document
            </td>

            <td><i class="icon--docs"></i><br/>
                icon--docs
            </td>

            <td><i class="icon--landscape"></i><br/>
                icon--landscape
            </td>
        </tr>

        <tr>
            <td><i class="icon--pictures"></i><br/>
                icon--pictures
            </td>

            <td><i class="icon--video"></i><br/>
                icon--video
            </td>

            <td><i class="icon--music3"></i><br/>
                icon--music3
            </td>

            <td><i class="icon--folder"></i><br/>
                icon--folder
            </td>

            <td><i class="icon--archive"></i><br/>
                icon--archive
            </td>

            <td><i class="icon--trash"></i><br/>
                icon--trash
            </td>

            <td><i class="icon--upload"></i><br/>
                icon--upload
            </td>
        </tr>

        <tr>
            <td><i class="icon--download"></i><br/>
                icon--download
            </td>

            <td><i class="icon--disk"></i><br/>
                icon--disk
            </td>

            <td><i class="icon--install"></i><br/>
                icon--install
            </td>

            <td><i class="icon--cloud"></i><br/>
                icon--cloud
            </td>

            <td><i class="icon--upload2"></i><br/>
                icon--upload2
            </td>

            <td><i class="icon--bookmark"></i><br/>
                icon--bookmark
            </td>

            <td><i class="icon--bookmarks"></i><br/>
                icon--bookmarks
            </td>
        </tr>

        <tr>
            <td><i class="icon--book2"></i><br/>
                icon--book2
            </td>

            <td><i class="icon--play"></i><br/>
                icon--play
            </td>

            <td><i class="icon--pause"></i><br/>
                icon--pause
            </td>

            <td><i class="icon--record"></i><br/>
                icon--record
            </td>

            <td><i class="icon--stop"></i><br/>
                icon--stop
            </td>

            <td><i class="icon--next"></i><br/>
                icon--next
            </td>

            <td><i class="icon--previous"></i><br/>
                icon--previous
            </td>
        </tr>

        <tr>
            <td><i class="icon--first"></i><br/>
                icon--first
            </td>

            <td><i class="icon--last"></i><br/>
                icon--last
            </td>

            <td><i class="icon--resize-enlarge"></i><br/>
                icon--resize-enlarge
            </td>

            <td><i class="icon--resize-shrink"></i><br/>
                icon--resize-shrink
            </td>

            <td><i class="icon--volume"></i><br/>
                icon--volume
            </td>

            <td><i class="icon--sound"></i><br/>
                icon--sound
            </td>

            <td><i class="icon--mute"></i><br/>
                icon--mute
            </td>
        </tr>


        <tr>
            <td><i class="icon--flow-cascade"></i><br/>
                icon--flow-cascade
            </td>

            <td><i class="icon--flow-branch"></i><br/>
                icon--flow-branch
            </td>

            <td><i class="icon--flow-tree"></i><br/>
                icon--flow-tree
            </td>

            <td><i class="icon--flow-line"></i><br/>
                icon--flow-line
            </td>

            <td><i class="icon--flow-parallel"></i><br/>
                icon--flow-parallel
            </td>

            <td><i class="icon--arrow-left2"></i><br/>
                icon--arrow-left2
            </td>

            <td><i class="icon--arrow-down2"></i><br/>
                icon--arrow-down2
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-up-upload"></i><br/>
                icon--arrow-up-upload
            </td>

            <td><i class="icon--arrow-right2"></i><br/>
                icon--arrow-right2
            </td>

            <td><i class="icon--arrow-left3"></i><br/>
                icon--arrow-left3
            </td>

            <td><i class="icon--arrow-down3"></i><br/>
                icon--arrow-down3
            </td>

            <td><i class="icon--arrow-up2"></i><br/>
                icon--arrow-up2
            </td>

            <td><i class="icon--arrow-right3"></i><br/>
                icon--arrow-right3
            </td>

            <td><i class="icon--arrow-left4"></i><br/>
                icon--arrow-left4
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-down4"></i><br/>
                icon--arrow-down4
            </td>

            <td><i class="icon--arrow-up3"></i><br/>
                icon--arrow-up3
            </td>

            <td><i class="icon--arrow-right4"></i><br/>
                icon--arrow-right4
            </td>

            <td><i class="icon--arrow-left5"></i><br/>
                icon--arrow-left5
            </td>

            <td><i class="icon--arrow-down5"></i><br/>
                icon--arrow-down5
            </td>

            <td><i class="icon--arrow-up4"></i><br/>
                icon--arrow-up4
            </td>

            <td><i class="icon--arrow-right5"></i><br/>
                icon--arrow-right5
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-left6"></i><br/>
                icon--arrow-left6
            </td>

            <td><i class="icon--arrow-down6"></i><br/>
                icon--arrow-down6
            </td>

            <td><i class="icon--arrow-up5"></i><br/>
                icon--arrow-up5
            </td>

            <td><i class="icon--arrow-right6"></i><br/>
                icon--arrow-right6
            </td>

            <td><i class="icon--menu2"></i><br/>
                icon--menu2
            </td>

            <td><i class="icon--ellipsis"></i><br/>
                icon--ellipsis
            </td>

            <td><i class="icon--dots"></i><br/>
                icon--dots
            </td>
        </tr>

        <tr>
            <td><i class="icon--dot"></i><br/>
                icon--dot
            </td>

            <td><i class="icon--cc"></i><br/>
                icon--cc
            </td>

            <td><i class="icon--cc-by"></i><br/>
                icon--cc-by
            </td>

            <td><i class="icon--cc-nc"></i><br/>
                icon--cc-nc
            </td>

            <td><i class="icon--cc-sa"></i><br/>
                icon--cc-sa
            </td>

            <td><i class="icon--cc-nd"></i><br/>
                icon--cc-nd
            </td>

            <td><i class="icon--cc-pd"></i><br/>
                icon--cc-pd
            </td>
        </tr>

        <tr>
            <td><i class="icon--cc-zero"></i><br/>
                icon--cc-zero
            </td>

            <td><i class="icon--cc-share"></i><br/>
                icon--cc-share
            </td>

            <td><i class="icon--cc-share2"></i><br/>
                icon--cc-share2
            </td>

            <td><i class="icon--danielbruce"></i><br/>
                icon--danielbruce
            </td>

            <td><i class="icon--danielbruce2"></i><br/>
                icon--danielbruce2
            </td>

            <td><i class="icon--github"></i><br/>
                icon--github
            </td>

            <td><i class="icon--github2"></i><br/>
                icon--github2
            </td>
        </tr>

        <tr>
            <td><i class="icon--flickr"></i><br/>
                icon--flickr
            </td>

            <td><i class="icon--flickr2"></i><br/>
                icon--flickr2
            </td>

            <td><i class="icon--vimeo"></i><br/>
                icon--vimeo
            </td>

            <td><i class="icon--vimeo2"></i><br/>
                icon--vimeo2
            </td>

            <td><i class="icon--twitter"></i><br/>
                icon--twitter
            </td>

            <td><i class="icon--twitter2"></i><br/>
                icon--twitter2
            </td>

            <td><i class="icon--facebook"></i><br/>
                icon--facebook
            </td>
        </tr>

        <tr>
            <td><i class="icon--facebook2"></i><br/>
                icon--facebook2
            </td>

            <td><i class="icon--facebook3"></i><br/>
                icon--facebook3
            </td>

            <td><i class="icon--googleplus"></i><br/>
                icon--googleplus
            </td>

            <td><i class="icon--googleplus2"></i><br/>
                icon--googleplus2
            </td>

            <td><i class="icon--pinterest"></i><br/>
                icon--pinterest
            </td>

            <td><i class="icon--pinterest2"></i><br/>
                icon--pinterest2
            </td>

            <td><i class="icon--tumblr"></i><br/>
                icon--tumblr
            </td>
        </tr>

        <tr>
            <td><i class="icon--tumblr2"></i><br/>
                icon--tumblr2
            </td>

            <td><i class="icon--linkedin"></i><br/>
                icon--linkedin
            </td>

            <td><i class="icon--linkedin2"></i><br/>
                icon--linkedin2
            </td>

            <td><i class="icon--dribbble"></i><br/>
                icon--dribbble
            </td>

            <td><i class="icon--dribbble2"></i><br/>
                icon--dribbble2
            </td>

            <td><i class="icon--stumbleupon"></i><br/>
                icon--stumbleupon
            </td>

            <td><i class="icon--stumbleupon2"></i><br/>
                icon--stumbleupon2
            </td>
        </tr>

        <tr>
            <td><i class="icon--lastfm"></i><br/>
                icon--lastfm
            </td>

            <td><i class="icon--lastfm2"></i><br/>
                icon--lastfm2
            </td>

            <td><i class="icon--rdio"></i><br/>
                icon--rdio
            </td>

            <td><i class="icon--rdio2"></i><br/>
                icon--rdio2
            </td>

            <td><i class="icon--spotify"></i><br/>
                icon--spotify
            </td>

            <td><i class="icon--spotify2"></i><br/>
                icon--spotify2
            </td>

            <td><i class="icon--qq"></i><br/>
                icon--qq
            </td>
        </tr>

        <tr>
            <td><i class="icon--instagram3"></i><br/>
                icon--instagram3
            </td>

            <td><i class="icon--dropbox"></i><br/>
                icon--dropbox
            </td>

            <td><i class="icon--evernote"></i><br/>
                icon--evernote
            </td>

            <td><i class="icon--flattr"></i><br/>
                icon--flattr
            </td>

            <td><i class="icon--skype"></i><br/>
                icon--skype
            </td>

            <td><i class="icon--skype2"></i><br/>
                icon--skype2
            </td>

            <td><i class="icon--renren"></i><br/>
                icon--renren
            </td>
        </tr>

        <tr>
            <td><i class="icon--sina-weibo"></i><br/>
                icon--sina-weibo
            </td>

            <td><i class="icon--paypal"></i><br/>
                icon--paypal
            </td>

            <td><i class="icon--picasa"></i><br/>
                icon--picasa
            </td>

            <td><i class="icon--soundcloud"></i><br/>
                icon--soundcloud
            </td>

            <td><i class="icon--mixi"></i><br/>
                icon--mixi
            </td>

            <td><i class="icon--behance"></i><br/>
                icon--behance
            </td>

            <td><i class="icon--circles"></i><br/>
                icon--circles
            </td>
        </tr>

        <tr>
            <td><i class="icon--vk"></i><br/>
                icon--vk
            </td>

            <td><i class="icon--smashing"></i><br/>
                icon--smashing
            </td>

            <td><i class="icon--feed"></i><br/>
                icon--feed
            </td>

            <td><i class="icon--feed2"></i><br/>
                icon--feed2
            </td>

            <td><i class="icon--instagram"></i><br/>
                icon--instagram
            </td>

            <td><i class="icon--instagram2"></i><br/>
                icon--instagram2
            </td>

            <td><i class="icon--xing"></i><br/>
                icon--xing
            </td>
        </tr>

        <tr>
            <td><i class="icon--xing2"></i><br/>
                icon--xing2
            </td>

            <td><i class="icon--youtube"></i><br/>
                icon--youtube
            </td>

            <td><i class="icon--youtube2"></i><br/>
                icon--youtube2
            </td>
        </tr>
    </tbody>
</table>
```
*/
@font-face {
  font-family: 'shopware';
  font-display: block;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff2?#479de8569edbfda49668ff79b9b57d7d') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff?e3f200dedf5ea4c4a0d2f492bbefa3de') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.ttf?8619f3889319f18dbb6473df252d04f1') format('truetype'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.svg?0d37967e9c4bf97e47e85bc17ca357e8') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"] {
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--percent2:before {
  content: "\e723";
}
.icon--percent:before {
  content: "\e722";
}
.icon--coupon:before {
  content: "\e71c";
}
.icon--truck:before {
  content: "\e71d";
}
.icon--logout:before {
  content: "\e614";
}
.icon--grid:before {
  content: "\e615";
}
.icon--filter:before {
  content: "\e616";
}
.icon--clock:before {
  content: "\e617";
}
.icon--arrow-up:before {
  content: "\e610";
}
.icon--arrow-right:before {
  content: "\e60f";
}
.icon--arrow-left:before {
  content: "\e611";
}
.icon--arrow-down:before {
  content: "\e612";
}
.icon--star:before {
  content: "\e600";
}
.icon--star-half:before {
  content: "\e71e";
}
.icon--star-empty:before {
  content: "\e601";
}
.icon--shopware:before {
  content: "\e602";
}
.icon--service:before {
  content: "\e603";
}
.icon--search:before {
  content: "\e604";
}
.icon--numbered-list:before {
  content: "\e605";
}
.icon--menu:before {
  content: "\e606";
}
.icon--mail:before {
  content: "\e607";
}
.icon--list:before {
  content: "\e608";
}
.icon--layout:before {
  content: "\e609";
}
.icon--heart:before {
  content: "\e60a";
}
.icon--cross:before {
  content: "\e60d";
}
.icon--compare:before {
  content: "\e60b";
}
.icon--check:before {
  content: "\e60c";
}
.icon--basket:before {
  content: "\e60e";
}
.icon--account:before {
  content: "\e613";
}
.icon--chain:before {
  content: "\f0c1";
}
.icon--delicious:before {
  content: "\f1a5";
}
.icon--delicious2:before {
  content: "\e721";
}
.icon--digg:before {
  content: "\f1a6";
}
.icon--phone:before {
  content: "\e619";
}
.icon--mobile:before {
  content: "\e61d";
}
.icon--mouse:before {
  content: "\e61e";
}
.icon--directions:before {
  content: "\e61f";
}
.icon--paperplane:before {
  content: "\e620";
}
.icon--pencil:before {
  content: "\e618";
}
.icon--feather:before {
  content: "\e621";
}
.icon--paperclip:before {
  content: "\e622";
}
.icon--drawer:before {
  content: "\e623";
}
.icon--reply:before {
  content: "\e624";
}
.icon--reply-all:before {
  content: "\e625";
}
.icon--forward:before {
  content: "\e626";
}
.icon--users:before {
  content: "\e627";
}
.icon--user-add:before {
  content: "\e628";
}
.icon--vcard:before {
  content: "\e629";
}
.icon--export:before {
  content: "\e62a";
}
.icon--location:before {
  content: "\e62b";
}
.icon--map:before {
  content: "\e62c";
}
.icon--compass:before {
  content: "\e62d";
}
.icon--location2:before {
  content: "\e62e";
}
.icon--target:before {
  content: "\e62f";
}
.icon--share:before {
  content: "\e630";
}
.icon--sharable:before {
  content: "\e631";
}
.icon--thumbsup:before {
  content: "\e632";
}
.icon--thumbsdown:before {
  content: "\e633";
}
.icon--chat:before {
  content: "\e634";
}
.icon--comment:before {
  content: "\e61a";
}
.icon--quote:before {
  content: "\e635";
}
.icon--house:before {
  content: "\e636";
}
.icon--popup:before {
  content: "\e637";
}
.icon--flashlight:before {
  content: "\e638";
}
.icon--printer:before {
  content: "\e639";
}
.icon--bell:before {
  content: "\e63a";
}
.icon--link:before {
  content: "\e63b";
}
.icon--flag:before {
  content: "\e63c";
}
.icon--cog:before {
  content: "\e63d";
}
.icon--tools:before {
  content: "\e63e";
}
.icon--trophy:before {
  content: "\e63f";
}
.icon--tag:before {
  content: "\e640";
}
.icon--camera:before {
  content: "\e641";
}
.icon--megaphone:before {
  content: "\e642";
}
.icon--moon:before {
  content: "\e643";
}
.icon--palette:before {
  content: "\e644";
}
.icon--leaf:before {
  content: "\e645";
}
.icon--music:before {
  content: "\e646";
}
.icon--music2:before {
  content: "\e647";
}
.icon--new:before {
  content: "\e648";
}
.icon--graduation:before {
  content: "\e649";
}
.icon--book:before {
  content: "\e64a";
}
.icon--newspaper:before {
  content: "\e64b";
}
.icon--bag:before {
  content: "\e64c";
}
.icon--airplane:before {
  content: "\e64d";
}
.icon--lifebuoy:before {
  content: "\e64e";
}
.icon--eye:before {
  content: "\e64f";
}
.icon--clock2:before {
  content: "\e650";
}
.icon--microphone:before {
  content: "\e651";
}
.icon--calendar:before {
  content: "\e652";
}
.icon--bolt:before {
  content: "\e653";
}
.icon--thunder:before {
  content: "\e654";
}
.icon--droplet:before {
  content: "\e655";
}
.icon--cd:before {
  content: "\e656";
}
.icon--briefcase:before {
  content: "\e657";
}
.icon--air:before {
  content: "\e658";
}
.icon--hourglass:before {
  content: "\e659";
}
.icon--gauge:before {
  content: "\e65a";
}
.icon--language:before {
  content: "\e65b";
}
.icon--network:before {
  content: "\e65c";
}
.icon--key:before {
  content: "\e65d";
}
.icon--battery:before {
  content: "\e65e";
}
.icon--bucket:before {
  content: "\e65f";
}
.icon--magnet:before {
  content: "\e660";
}
.icon--drive:before {
  content: "\e661";
}
.icon--cup:before {
  content: "\e662";
}
.icon--rocket:before {
  content: "\e663";
}
.icon--brush:before {
  content: "\e664";
}
.icon--suitcase:before {
  content: "\e665";
}
.icon--cone:before {
  content: "\e666";
}
.icon--earth:before {
  content: "\e667";
}
.icon--keyboard:before {
  content: "\e668";
}
.icon--browser:before {
  content: "\e669";
}
.icon--publish:before {
  content: "\e66a";
}
.icon--progress-3:before {
  content: "\e66b";
}
.icon--progress-2:before {
  content: "\e66c";
}
.icon--progress-1:before {
  content: "\e66d";
}
/*
    for backwards-compatibility
    @deprecated
*/
.icon--brogress-1:before {
  content: "\e66d";
}
.icon--progress-0:before {
  content: "\e66e";
}
.icon--sun:before {
  content: "\e66f";
}
.icon--sun2:before {
  content: "\e670";
}
.icon--adjust:before {
  content: "\e671";
}
.icon--code:before {
  content: "\e672";
}
.icon--screen:before {
  content: "\e673";
}
.icon--infinity:before {
  content: "\e674";
}
.icon--light-bulb:before {
  content: "\e675";
}
.icon--creditcard:before {
  content: "\e676";
}
.icon--database:before {
  content: "\e677";
}
.icon--voicemail:before {
  content: "\e678";
}
.icon--clipboard:before {
  content: "\e679";
}
.icon--box:before {
  content: "\e67a";
}
.icon--ticket:before {
  content: "\e67b";
}
.icon--rss:before {
  content: "\e67c";
}
.icon--signal:before {
  content: "\e67d";
}
.icon--thermometer:before {
  content: "\e67e";
}
.icon--droplets:before {
  content: "\e67f";
}
.icon--uniE680:before {
  content: "\e680";
}
.icon--statistics:before {
  content: "\e681";
}
.icon--pie:before {
  content: "\e682";
}
.icon--bars:before {
  content: "\e683";
}
.icon--graph:before {
  content: "\e684";
}
.icon--lock:before {
  content: "\e685";
}
.icon--lock-open:before {
  content: "\e686";
}
.icon--login:before {
  content: "\e687";
}
.icon--minus:before {
  content: "\e688";
}
.icon--plus:before {
  content: "\e689";
}
.icon--cross2:before {
  content: "\e68a";
}
.icon--minus2:before {
  content: "\e68b";
}
.icon--plus2:before {
  content: "\e68c";
}
.icon--cross3:before {
  content: "\e68d";
}
.icon--minus3:before {
  content: "\e68e";
}
.icon--plus3:before {
  content: "\e68f";
}
.icon--erase:before {
  content: "\e690";
}
.icon--blocked:before {
  content: "\e691";
}
.icon--info:before {
  content: "\e61b";
}
.icon--info2:before {
  content: "\e692";
}
.icon--question:before {
  content: "\e693";
}
.icon--help:before {
  content: "\e694";
}
.icon--warning:before {
  content: "\e695";
}
.icon--cycle:before {
  content: "\e696";
}
.icon--cw:before {
  content: "\e697";
}
.icon--ccw:before {
  content: "\e698";
}
.icon--shuffle:before {
  content: "\e699";
}
.icon--arrow:before {
  content: "\e69a";
}
.icon--arrow2:before {
  content: "\e69b";
}
.icon--retweet:before {
  content: "\e69c";
}
.icon--loop:before {
  content: "\e69d";
}
.icon--history:before {
  content: "\e69e";
}
.icon--back:before {
  content: "\e69f";
}
.icon--list2:before {
  content: "\e6a0";
}
.icon--add-to-list:before {
  content: "\e6a1";
}
.icon--layout2:before {
  content: "\e6a2";
}
.icon--list3:before {
  content: "\e6a3";
}
.icon--text:before {
  content: "\e6a4";
}
.icon--text2:before {
  content: "\e6a5";
}
.icon--document:before {
  content: "\e6a6";
}
.icon--docs:before {
  content: "\e6a7";
}
.icon--landscape:before {
  content: "\e6a8";
}
.icon--pictures:before {
  content: "\e6a9";
}
.icon--video:before {
  content: "\e6aa";
}
.icon--music3:before {
  content: "\e6ab";
}
.icon--folder:before {
  content: "\e6ac";
}
.icon--archive:before {
  content: "\e6ad";
}
.icon--trash:before {
  content: "\e6ae";
}
.icon--upload:before {
  content: "\e6af";
}
.icon--download:before {
  content: "\e6b0";
}
.icon--disk:before {
  content: "\e6b1";
}
.icon--install:before {
  content: "\e61c";
}
.icon--cloud:before {
  content: "\e6b2";
}
.icon--upload2:before {
  content: "\e6b3";
}
.icon--bookmark:before {
  content: "\e6b4";
}
.icon--bookmarks:before {
  content: "\e6b5";
}
.icon--book2:before {
  content: "\e6b6";
}
.icon--play:before {
  content: "\e6b7";
}
.icon--pause:before {
  content: "\e6b8";
}
.icon--record:before {
  content: "\e6b9";
}
.icon--stop:before {
  content: "\e6ba";
}
.icon--next:before {
  content: "\e6bb";
}
.icon--previous:before {
  content: "\e6bc";
}
.icon--first:before {
  content: "\e6bd";
}
.icon--last:before {
  content: "\e6be";
}
.icon--resize-enlarge:before {
  content: "\e6bf";
}
.icon--resize-shrink:before {
  content: "\e6c0";
}
.icon--volume:before {
  content: "\e6c1";
}
.icon--sound:before {
  content: "\e6c2";
}
.icon--mute:before {
  content: "\e6c3";
}
.icon--flow-cascade:before {
  content: "\e6c4";
}
.icon--flow-branch:before {
  content: "\e6c5";
}
.icon--flow-tree:before {
  content: "\e6c6";
}
.icon--flow-line:before {
  content: "\e6c7";
}
.icon--flow-parallel:before {
  content: "\e6c8";
}
.icon--arrow-left2:before {
  content: "\e6c9";
}
.icon--arrow-down2:before {
  content: "\e6ca";
}
.icon--arrow-up-upload:before {
  content: "\e6cb";
}
.icon--arrow-right2:before {
  content: "\e6cc";
}
.icon--arrow-left3:before {
  content: "\e6cd";
}
.icon--arrow-down3:before {
  content: "\e6ce";
}
.icon--arrow-up2:before {
  content: "\e6cf";
}
.icon--arrow-right3:before {
  content: "\e6d0";
}
.icon--arrow-left4:before {
  content: "\e6d1";
}
.icon--arrow-down4:before {
  content: "\e6d2";
}
.icon--arrow-up3:before {
  content: "\e6d3";
}
.icon--arrow-right4:before {
  content: "\e6d4";
}
.icon--arrow-left5:before {
  content: "\e6d5";
}
.icon--arrow-down5:before {
  content: "\e6d6";
}
.icon--arrow-up4:before {
  content: "\e6d7";
}
.icon--arrow-right5:before {
  content: "\e6d8";
}
.icon--arrow-left6:before {
  content: "\e6d9";
}
.icon--arrow-down6:before {
  content: "\e6da";
}
.icon--arrow-up5:before {
  content: "\e6db";
}
.icon--arrow-right6:before {
  content: "\e6dc";
}
.icon--menu2:before {
  content: "\e6dd";
}
.icon--ellipsis:before {
  content: "\e6de";
}
.icon--dots:before {
  content: "\e6df";
}
.icon--dot:before {
  content: "\e6e0";
}
.icon--cc:before {
  content: "\e6e1";
}
.icon--cc-by:before {
  content: "\e6e2";
}
.icon--cc-nc:before {
  content: "\e6e3";
}
.icon--cc-nc-eu:before {
  content: "\e6e4";
}
.icon--cc-nc-jp:before {
  content: "\e6e5";
}
.icon--cc-sa:before {
  content: "\e6e6";
}
.icon--cc-nd:before {
  content: "\e6e7";
}
.icon--cc-pd:before {
  content: "\e6e8";
}
.icon--cc-zero:before {
  content: "\e6e9";
}
.icon--cc-share:before {
  content: "\e6ea";
}
.icon--cc-share2:before {
  content: "\e6eb";
}
.icon--danielbruce:before {
  content: "\e6ec";
}
.icon--danielbruce2:before {
  content: "\e6ed";
}
.icon--github:before {
  content: "\e6ee";
}
.icon--github2:before {
  content: "\e6ef";
}
.icon--flickr:before {
  content: "\e6f0";
}
.icon--flickr2:before {
  content: "\e6f1";
}
.icon--vimeo:before {
  content: "\e6f2";
}
.icon--vimeo2:before {
  content: "\e6f3";
}
.icon--twitter:before {
  content: "\e6f4";
}
.icon--twitter2:before {
  content: "\e6f5";
}
.icon--facebook:before {
  content: "\e6f6";
}
.icon--facebook2:before {
  content: "\e6f7";
}
.icon--facebook3:before {
  content: "\e6f8";
}
.icon--googleplus:before {
  content: "\e6f9";
}
.icon--googleplus2:before {
  content: "\e6fa";
}
.icon--pinterest:before {
  content: "\e6fb";
}
.icon--pinterest2:before {
  content: "\e6fc";
}
.icon--tumblr:before {
  content: "\e6fd";
}
.icon--tumblr2:before {
  content: "\e6fe";
}
.icon--linkedin:before {
  content: "\e6ff";
}
.icon--linkedin2:before {
  content: "\e700";
}
.icon--dribbble:before {
  content: "\e701";
}
.icon--dribbble2:before {
  content: "\e702";
}
.icon--stumbleupon:before {
  content: "\e703";
}
.icon--stumbleupon2:before {
  content: "\e704";
}
.icon--lastfm:before {
  content: "\e705";
}
.icon--lastfm2:before {
  content: "\e706";
}
.icon--rdio:before {
  content: "\e707";
}
.icon--rdio2:before {
  content: "\e708";
}
.icon--spotify:before {
  content: "\e709";
}
.icon--spotify2:before {
  content: "\e70a";
}
.icon--qq:before {
  content: "\e70b";
}
.icon--instagram3:before {
  content: "\e70c";
}
.icon--dropbox:before {
  content: "\e70d";
}
.icon--evernote:before {
  content: "\e70e";
}
.icon--flattr:before {
  content: "\e70f";
}
.icon--skype:before {
  content: "\e710";
}
.icon--skype2:before {
  content: "\e711";
}
.icon--renren:before {
  content: "\e712";
}
.icon--sina-weibo:before {
  content: "\e713";
}
.icon--paypal:before {
  content: "\e714";
}
.icon--picasa:before {
  content: "\e715";
}
.icon--soundcloud:before {
  content: "\e716";
}
.icon--mixi:before {
  content: "\e717";
}
.icon--behance:before {
  content: "\e718";
}
.icon--circles:before {
  content: "\e719";
}
.icon--vk:before {
  content: "\e71a";
}
.icon--smashing:before {
  content: "\e71b";
}
.icon--feed:before {
  content: "\e71f";
}
.icon--feed2:before {
  content: "\e720";
}
.icon--instagram:before {
  content: "\e903";
}
.icon--instagram2:before {
  content: "\e902";
}
.icon--xing:before {
  content: "\e901";
}
.icon--xing2:before {
  content: "\e900";
}
.icon--youtube:before {
  content: "\e905";
}
.icon--youtube2:before {
  content: "\e904";
}
/*
Navigation list styling
=========================================
Defines a global component for navigation lists.

Navigation lists can be extended by custom styling declarations.

```
<ul class="navigation--list">
    <li class="navigation--entry is--active">
        <a class="navigation--link" href="">
            List entry
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
</ul>
```
*/
.navigation--list {
  list-style: none;
}
/*
Off-canvas menu
=======================================
The off-canvas menu is the default shopping cart menu in Shopware.

It is an expanding menu that displays the shopping cart at the right side of the screen.

It can be enabled/disabled inside the Shopware 5 backend.

The functionality is provided by the `jquery.off-canvas-menu.js` file.
*/
.off-canvas {
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 17.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
}
.off-canvas.is--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}
.off-canvas.is--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
}
.off-canvas.is--active {
  display: block;
}
.off-canvas.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas.is--full-screen {
  width: 100%;
}
.off-canvas.no--transitions {
  -webkit-transition: none;
  transition: none;
}
.off-canvas .buttons--off-canvas {
  display: block;
}
.off-canvas .close--off-canvas {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  display: block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.off-canvas .close--off-canvas:after {
  content: "";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas .icon--arrow-left {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.6875rem;
}
.off-canvas .link--go-main {
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  font-weight: 700;
  display: block;
  width: 100%;
}
.off-canvas .link--go-main .icon--menu {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  float: left;
}
.off-canvas .sidebar--navigation .navigation--link {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
  margin: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.buttons--off-canvas {
  display: none;
}
.page-wrap {
  -webkit-transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  position: relative;
  left: 0;
}
.navigation--smartphone .navigation--entry {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #fff;
}
.navigation--smartphone .navigation--link {
  display: block;
}
.navigation--smartphone .entry--close-off-canvas,
#cookie-consent .cookie-consent--header {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
}
.navigation--smartphone .entry--close-off-canvas .navigation--link,
#cookie-consent .cookie-consent--header {
  font-size: 0.875rem;
  color: #f8f8fa;
  font-weight: 700;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
  color: #f5f5f8;
}
.navigation--smartphone .entry--close-off-canvas .icon--arrow-right,
#cookie-consent .cookie-consent--header .icon--arrow-right {
  margin: 0.75rem 0rem 0rem 0rem;
  font-size: 0.6875rem;
  float: right;
}
.navigation--headline,
.sidebar--navigation {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.navigation--headline {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
  color: #3f4c58;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #dadae5;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #dadae5;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #5f7285;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .off-canvas {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    display: block;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .off-canvas .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    line-height: inherit;
  }
  .off-canvas .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    line-height: inherit;
  }
  .sidebar-main .entry--close-off-canvas {
    display: none;
  }
  .sidebar-main .icon--arrow-right,
  .sidebar-main .icon--arrow-left {
    display: none;
  }
}
/*
Panels
===================================================================
######Basic panel component for boxes and bordered containers.

The panel can be used with different content structures.

Styling options: `has--border` and `has--shadow`

```
<div class="panel">
    <div class="panel--body">
        Basic panel element
    </div>
</div>

<div class="panel has--border">
    <div class="panel--body">
        Basic panel with border
    </div>
</div>
```
*/
.panel {
  display: block;
  background: #ffffff;
}
.panel.has--shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.panel.has--border {
  border: 1px solid #dadae5;
}
/*
<h6>A header box for a panel.</h6>
<p>Can be used by adding the `panel--header`-element and `primary` or `secondary` classes.</p>
```
<div class="panel">
    <div class="panel--header primary">Panel header primary</div>
    <div class="panel--header secondary">Panel header secondary</div>
    <div class="panel--body">
        Panel body
    </div>
</div>
```
*/
.panel--header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  background: #f8f8fa;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #5f7285;
  border-bottom: 1px solid #dadae5;
}
.panel--header.secondary {
  color: #5f7285;
  background: #fff;
}
.panel--header.primary {
  color: #d9400b;
  background: #fff;
}
/*
<h6>A title heading for a panel.</h6>
<p>The `panel--title` can be used as an alternative to the `panel--header` element.</p>
<p>When using the `panel--title` element, make sure that the `panel--body` element has the class `is--wide` assigned in order to work properly. Also the `is--underline` class was added here.
```
<div class="panel">
    <h3 class="panel--title is--underline">Panel title</h3>
    <div class="panel--body is--wide">
        Panel body
    </div>
</div>
```
*/
.panel--title {
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #3f4c58;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #5f7285;
}
.panel--title.is--primary {
  color: #d9400b;
}
/*
<h6>The content body for a panel</h6>
<p>Styling options: `is--slim`, `is--wide`, `is--flat`, `is--embossed`.</p>

```
<div class="panel">
<div class="panel--body is--wide">Panel content ...</div>
</div>
```
*/
.panel--body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
}
.panel--body.has--border {
  border: 1px solid #dadae5;
}
.panel--body.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--body.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--body.is--flat {
  background: #f5f5f8;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
}
/*
######A container for action elements
```
<div class="panel--actions">
    <a href="" class="btn">Action Link</a>
    <a href="" class="btn">Action Link</a>
</div>
```
*/
.panel--actions {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 2.5rem;
  display: block;
}
.panel--actions.has--border {
  margin: 0.625rem 0rem 0rem 0rem;
  padding: 0.625rem 0rem 0rem 0rem;
  border-top: 1px solid #dadae5;
}
.panel--actions.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--actions.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--actions .btn {
  margin: 0rem 0.375rem 0rem 0rem;
}
/*
######A table inside a panel.
```
<div class="panel panel--table">
    <div class="panel--tr">
        <div class="panel--th">Column 1</div>
        <div class="panel--th">Column 2</div>
        <div class="panel--th">Column 3</div>
    </div>
    <div class="panel--tr">
        <div class="panel--td">Value 1</div>
        <div class="panel--td">Value 2</div>
        <div class="panel--td">Value 3</div>
    </div>
</div>
```
*/
.panel--table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.panel--table:after {
  content: "";
  display: table;
  clear: both;
}
.panel--table.has--border {
  border: 1px solid #dadae5;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dadae5;
}
.panel--tr:after {
  content: "";
  display: table;
  clear: both;
}
.panel--tr:last-child {
  border-width: 0;
}
.panel--tr.is--odd {
  background: #f5f5f5;
}
.panel--tr.is--secondary {
  background: #f5f5f5;
}
.panel--tr.is--primary {
  color: #d9400b;
}
.panel--th,
.panel--td {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  float: left;
}
.panel--th:after,
.panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.panel--th.has--border,
.panel--td.has--border {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dadae5;
}
.panel--th.has--border:last-child,
.panel--td.has--border:last-child {
  border-width: 0;
}
.panel--th p,
.panel--td p {
  margin: 0;
}
.panel--th {
  font-weight: 700;
  color: #3f4c58;
}
/*
######A small dot navigation for example for a slider panel.

```
<div class="panel--dot-nav">
    <a href=""></a>
    <a href="" class="is--active"></a>
    <a href=""></a>
</div>
```
*/
.panel--dot-nav {
  height: 0.6875rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  border-radius: 11px;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  border: 1px solid #dadae5;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #d9400b;
  background: #d9400b;
}
/*
######A paging navigation for pagination content.
```
<div class="panel--paging">
    <a href=""><i class="icon--arrow-left"></i></a>
    <a href="">1</a>
    <a href="">2</a>
    <a href="">...</a>
    <a href=""><i class="icon--arrow-right"></i></a>
</div>
```
*/
.panel--paging {
  line-height: 2rem;
  display: inline-block;
}
.panel--paging .paging--link {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.0625rem 0rem 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dadae5;
  color: #5f7285;
}
.panel--paging .paging--link [class^="icon--"] {
  font-size: 0.625rem;
}
.panel--paging .paging--link.is--active,
.panel--paging .paging--link.is--active:hover {
  line-height: 2rem;
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  color: #ffffff;
  border: 0 none;
  font-weight: 700;
  cursor: default;
}
.panel--paging .paging--link:hover {
  background: #ffffff;
  color: #d9400b;
  border-color: #d9400b;
}
/*
Form
============================

Contains the general layout and styling for the Shopware form elements and fieldsets.

The fieldset padding size is defined with the unitize mixin.

```
<fieldset>
    <form>
        <table>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
        <table>
    <form>
</fieldset>
```

*/
form,
#paypal-acdc-form {
  display: block;
}
form table {
  width: 100%;
}
form table td {
  padding: 10px;
}
fieldset {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #dadae5;
}
/*
Alerts
===================================================================
######Displays an alert box for status messages to the user.

Alerts always have to have the `.alert` class assigned, and in addition one of four color schemes.

Options: `is--success`, `is--info`, `is--warning`, `is--error`.
```
<p class="alert is--success">Success message</p>
<p class="alert is--info">Info message</p>
<p class="alert is--warning">Warning message</p>
<p class="alert is--error">Error message</p>
```
*/
.alert {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
  /*
######With an Icon inside of the box.</h6>
```
<div class="alert is--success is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--check"></i>
    </div>
    <div class="alert--content">
    Success message with Icon
    </div>
</div>

<div class="alert is--warning is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--warning"></i>
    </div>
    <div class="alert--content">
    Warning message with Icon
    </div>
</div>
```
*/
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert.is--success {
  color: #208e4e;
  background: #def2e7;
}
.alert.is--success .alert--icon {
  background: #2ecc71;
}
.alert.is--info {
  color: #217dbb;
  background: #e9f2f8;
}
.alert.is--info .alert--icon {
  background: #4aa3df;
}
.alert.is--warning {
  color: #ae8e0a;
  background: #fbf5db;
}
.alert.is--warning .alert--icon {
  background: #f1c40f;
}
.alert.is--error {
  color: #e74c3c;
  background: #faeceb;
}
.alert.is--error .alert--icon {
  background: #e74c3c;
}
.alert.no--cookies {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.alert.no--cookies a.close--alert {
  float: right;
}
.alert.no--cookies a.close--alert:hover {
  cursor: pointer;
  text-decoration: underline;
}
.alert .alert--close {
  position: absolute;
  top: 1.0625rem;
  right: 1.25rem;
  font-size: 0.625rem;
  color: #5f7285;
  cursor: pointer;
}
.alert .icon--element {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  margin-top: -9px;
}
.alert .alert--icon,
.alert .alert--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  float: left;
}
.alert .alert--icon p,
.alert .alert--content p {
  margin-bottom: 0rem;
}
.alert .alert--icon {
  font-size: 1.125rem;
  line-height: 1.625rem;
  width: 15%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding-bottom: 9999em;
  margin-bottom: -9999em;
}
.alert .alert--content {
  width: 85%;
}
.alert .alert--content.is--strong {
  font-weight: 700;
}
.alert .alert--list {
  list-style: none;
}
.alert .list--entry {
  display: block;
}
.container--ajax-cart:not(.off-canvas) .alert {
  margin: 0.625rem;
}
.container--ajax-cart .alert .alert--close {
  right: 0.9375rem;
}
.container--ajax-cart .alert .alert--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .alert .alert--icon,
  .alert .icon--element {
    width: 8%;
  }
  .alert .alert--content {
    width: 92%;
  }
}
/*
Counter Badges
==========================================
######Creates a badge to display counts.

The `span` can be modified with 3 different color schemes.

Options: `is--primary`, `is--secondary`, `is--minimal`


```
<p><span class="badge is--primary">1</span> Primary Badge</p>
<p><span class="badge is--secondary">2</span> Secondary Badge</p>
<p><span class="badge is--minimal">3</span> Minimal Badge</p>
```
*/
.badge {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  height: 1.25rem;
  min-width: 0.625rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 50px;
  background-clip: padding-box;
  box-sizing: content-box;
  display: inline-block;
  white-space: nowrap;
  z-index: 500;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #d9400b;
  border: 1px solid #dadae5;
}
.badge.is--primary {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--secondary {
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--minimal {
  border: 0 none;
}
/*
Labels
===================================================================
######Creates a label for displaying a status.

To work properly the `span`-element needs the general `label`-class and a color scheme option:

Options: `success`, `info`, `warning`, `error`.
```
<span class="label success">Success!</span>
<span class="label info">Info!</span>
<span class="label warning">Warning!</span>
<span class="label error">Error!</span>
```
*/
.label {
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #5f7285;
  background: #5f7285;
}
.label.success {
  background: #2ecc71;
}
.label.info {
  background: #4aa3df;
}
.label.warning {
  background: #f1c40f;
}
.label.error {
  background: #e74c3c;
}
/*
Collapse Box
================================================
A collapse box for panels and text elements.

Displays a folding box that responds if the content does not fit the element.

```

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content is--collapsed">
    This content will be shown by the is--collapsed class.
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

```
*/
.collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: block;
  position: relative;
  z-index: 1100;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.collapse--header .collapse--toggler {
  height: 1rem;
  top: 0.625rem;
  right: 1.25rem;
  font-size: 0.375rem;
  line-height: 1rem;
  position: absolute;
  font-weight: 500;
  font-family: 'shopware';
}
.collapse--header .collapse--toggler:before {
  content: "\e612";
}
.collapse--header:hover {
  color: #d9400b;
}
.collapse--header.is--active {
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
  color: #fff;
  font-weight: 700;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #adadc6;
  z-index: 1300;
}
.collapse--header.is--active .collapse--toggler:before {
  content: "\e610";
}
.collapse--content {
  padding: 0.3125rem 0rem 0rem 0rem;
  top: -0.3125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: none;
  position: relative;
  z-index: 1000;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dadae5;
}
.collapse--content.is--collapsed {
  display: block;
  z-index: 1200;
}
.js--collapse-target {
  display: none;
}
.js--collapse-target.is--collapsed {
  display: block;
}
/*
Product Slider
===================================================
######Shopware Product slider element
The Shopware product slider element displays a selection of articles the user chooses inside a slim slider element.

The product slider uses the product box component for displaying and sliding articles.

The slider has `is--vertical` and `is-horizontal` properties to set the layout of the element.

For initializing a product slider the outer `product-slider` wrapper has to have the attribute `data-product-slider="true"`.

```
<div class="product-slider" data-product-slider="true">

    <a class="product-slider--arrow arrow--next is--horizontal"></a>
    <a class="product-slider--arrow arrow--prev is--horizontal"></a>

    <div class="product-slider--container is--horizontal">

        <div class="product-slider--item">
            <!-- Product box will be placed here. -->
        </div>

    </div>

</div>
```
*/
.product-slider {
  display: block;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.product-slider--container {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.product-slider--container:after {
  content: "";
  display: table;
  clear: both;
}
.product-slider--container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-slider--container.is--vertical {
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: normal;
}
.product-slider--container.is--vertical .product-slider--item {
  display: block;
  width: 100%;
}
.product-slider--container.is--horizontal {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.product-slider--container.is--horizontal .product-slider--item {
  height: 100%;
  display: inline-block;
}
.is--ie .product-slider--container,
.is--firefox .product-slider--container,
.product-slider--container.is--no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
.product-slider--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.product-slider--arrow {
  width: 1.875rem;
  height: 3.75rem;
  margin: -1.875rem 0rem 0rem 0rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  z-index: 750;
  font-family: 'shopware';
  text-align: center;
  color: #5f7285;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.product-slider--arrow.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 0;
}
.product-slider--arrow.arrow--prev:before,
.product-slider--arrow.arrow--prev::before {
  content: "\e611";
}
.product-slider--arrow.arrow--next {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  right: 0;
}
.product-slider--arrow.arrow--next:before {
  content: "\e60f";
}
.product-slider--arrow:hover {
  color: #d9400b;
  border-color: #d9400b;
  background: rgba(255, 255, 255, 0.8);
}
.product-slider--arrow.is--vertical {
  width: 3.75rem;
  height: 1.875rem;
  margin: 0rem 0rem 0rem -1.875rem;
  line-height: 1.875rem;
  font-size: 0.375rem;
  left: 50%;
  top: auto;
}
.product-slider--arrow.is--vertical.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.product-slider--arrow.is--vertical.arrow--prev:before,
.product-slider--arrow.is--vertical.arrow--prev::before {
  content: "\e610";
}
.product-slider--arrow.is--vertical.arrow--next {
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.product-slider--arrow.is--vertical.arrow--next:before {
  content: "\e612";
}
@media screen and (min-width: 30em) {
  .product-slider--item {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .product-slider--item {
    width: 33.33%;
  }
}
@media screen and (min-width: 64em) {
  .product-slider--item {
    width: 25%;
  }
}
@media screen and (min-width: 120rem) {
  .product-slider--container.is--horizontal,
  .product-slider--container.is--vertical {
    overflow: hidden;
  }
}
/*
Modalbox
==============================================
Creates a transitioned fixed modalbox overlay that displays above all other elements.

The `sizing--content` class lets the modal window get its height from the inner content.

The inline styles are generated by the `jquery.modal.js` file.

```
<div class="js--modal sizing--content" style="width: 600px; height: auto; display: block; opacity: 1;">
    <div class="header">
        <div class="title">This is the header</div>
    </div>
    <div class="content">
        This is the content
    </div>

    <div class="btn icon--cross is--small btn--grey modal--close">
    </div>
</div>

<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```
*/
.js--modal {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  opacity: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: padding-box #ffffff;
  max-height: 100%;
  max-width: 100%;
  z-index: 7000;
  overflow-x: hidden;
  overflow-y: auto;
}
.js--modal .header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  border-bottom: 1px solid #dadae5;
}
.js--modal .header .title {
  font-size: 1rem;
  font-weight: 700;
}
.js--modal .modal--close {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.625rem;
  right: 0.625rem;
  top: 0.4375rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-align: center;
  position: absolute;
}
.js--modal .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js--modal .content .content--iframe {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
  border: 0 none;
  display: block;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.js--modal.sizing--content {
  position: fixed;
  bottom: auto;
  top: auto;
  height: auto;
}
.js--modal.no--header .header {
  display: none;
}
.js--modal.no--border-radius {
  border-radius: 0;
}
@media screen and (min-width: 48em) {
  .js--modal {
    border-radius: 3px;
    background-clip: padding-box;
  }
}
/*
Loading indicator
=============================================
Displays a spinning circle to indicate a loading status.

Can be imported by using the `i` tag with the `icon--loading-indicator` class.

`<i class="icon--loading-indicator"></i>`

The functionality is provided by the `jquery.loading-indicator.js` file.
*/
.js--is-loading {
  position: relative;
}
.js--loading-indicator {
  position: absolute;
  display: none;
  z-index: 6000;
  top: 50%;
  left: 50%;
}
body > .js--loading-indicator {
  position: fixed;
}
.js--loading-indicator.indicator--relative {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
}
.js--loading-indicator.indicator--absolute {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
  position: absolute;
  padding: 0;
  top: 50%;
}
.js--loading-indicator.indicator--absolute.js--loading-indicator {
  margin: -0.9375rem 0rem 0rem -0.9375rem;
}
.has--cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}
.has--cssanimations .js--loading-indicator .icon--default:before,
.has--cssanimations .js--loading-indicator .icon--default::before {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #8f8fb1;
}
.has--no-cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--no-cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.has--no-cssanimations .js--loading-indicator .icon--default {
  height: 1rem;
  width: 1rem;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?f9eaf93f98f1fdfb10ec6023ffc27692');
}
/*
Overlay
================================================
Creates a fixed full-screen overlay.

The `js--overlay` element is used when a modal window is shown.

The `js--overlay` element is empty while the html of the modal box will be created just before the closing body-tag.

The opacity of the full-screen overlay can be modified with javascript.

The functionality is provided by the `jquery.overlay.js` file.

```
<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```

default color:`#000000` default opacity (alpha):`0.7`
*/
.js--overlay-relative {
  position: relative;
}
.js--overlay {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
}
.js--overlay.theme--dark {
  background: rgba(0, 0, 0, 0.7);
}
.js--overlay.theme--light {
  background: rgba(255, 255, 255, 0.7);
}
.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.js--overlay.is--closable {
  cursor: pointer;
}
body > .js--overlay {
  position: fixed;
}
/*
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

en_GB: we need to use svg for en_GB, cause it's smaller than the CSS-Version
*/
.language--flag {
  height: 0.6875rem;
  width: 0.875rem;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.language--flag.de_DE {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #000000 33%, #dd0000 33%, #dd0000 66%, #ffce00 66%);
}
.language--flag.en_GB {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M-85 0h682v512H-85z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path='url%28%23a%29' transform='translate%2880%29 scale%28.94%29'%3E%3Cpath fill='%23006' d='M-256 0H768v512H-256z'%2F%3E%3Cpath fill='%23fff' d='M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z'%2F%3E%3Cpath fill='%23fff' d='M171 0v512h170V0H171zm-427 171v170H768V171H-256z'%2F%3E%3Cpath fill='%23c00' d='M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.language--flag.nl_NL {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #dd0000 33%, #ffffff 33%, #ffffff 66%, #21468b 66%);
}
.language--flag.fr_FR {
  background-position: 0 0;
  background-image: linear-gradient(to right, #21468b 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
.language--flag.es_ES {
  background-position: 0 0;
  background-image: linear-gradient(#dd0000 25%, #ffce00 25%, #ffce00 75%, #dd0000 75%);
}
.language--flag.it_IT {
  background-position: 0 0;
  background-image: linear-gradient(to right, #009246 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
/*
Tagcloud
=============================================
The tagcloud element shows recent keywords inside a box, ordered in importance by font-size.
```
<div class="panel has--border tagcloud--content">
    <div class="panel--body is--wide tagcloud">
        <a href="#" title="tagcloud-item" class="tag0">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag1">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag2">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag3">Tagcloud-Item</a>
    </div>
</div>
```
*/
.tagcloud a {
  color: #5f7285;
  margin: 0rem 0.625rem 0rem 0rem;
}
.tagcloud a:hover {
  color: #d9400b;
}
.tagcloud .tag0 {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}
.tagcloud .tag1 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.tagcloud .tag2 {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.tagcloud .tag3 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
}
/*
Last-seen products element
=======================================================
The Last-seen products element fetches the recently viewed articles of the user and displays them inside a slider-element.

The slider contains a title element and a product box with the article-image and price.
*/
.last-seen-products {
  margin: 0.625rem 0rem 0rem 0rem;
  clear: both;
}
.last-seen-products:after {
  content: "";
  display: table;
  clear: both;
}
.last-seen-products .last-seen-products--title {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #3f4c58;
}
.last-seen-products--slider {
  border-radius: 3px;
  background-clip: padding-box;
  height: auto;
}
.last-seen-products--slider .product--box .product--title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.last-seen-products--slider,
.last-seen-products--container {
  position: relative;
  overflow: hidden;
}
.last-seen-products--container {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.last-seen-products-item--image {
  line-height: 7.5rem;
  display: block;
}
.last-seen-products--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .last-seen-products {
    margin: 1.875rem 0rem 0rem 0rem;
  }
}
/*
Lightbox
=========================================
Defines the properties for the lightbox container and image elements.

The lightbox creates a fullscreen overlay to preview product images.

Both components are required in order to make the element work properly.
*/
.lightbox--container {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
.lightbox--image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
}
/*
Lists
===============================
Example of the default styling for an unordered list.

The `ul` element has to have the `list--unordered` class assigned in order to work properly.

In addition there are 8 list style types Shopware 5 provides that you can choose from.

**Example:**<br/>
`<ul class="list--unordered is--checked">`

```
<ul class="list--unordered">
    <li>Default list</li>
</ul>

<ul class="list--unordered is--checked">
    <li>is--checked</li>
</ul>

<ul class="list--unordered is--disc">
    <li>is--disc</li>
</ul>

<ul class="list--unordered is--arrow-right">
    <li>is--arrow-right</li>
</ul>

<ul class="list--unordered is--star">
    <li>is--star</li>
</ul>

<ul class="list--unordered is--cross">
    <li>is--cross</li>
</ul>

<ul class="list--unordered is--tag">
    <li>is--tag</li>
</ul>

<ul class="list--unordered is--plus">
    <li>is--plus</li>
</ul>
```
*/
.list--unordered {
  padding-left: 1.25rem;
  list-style-type: none;
}
.list--unordered li {
  position: relative;
  line-height: 1.5rem;
}
.list--unordered li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e6b9";
  position: absolute;
  top: 0;
}
.list--unordered.is--disc li {
  position: relative;
}
.list--unordered.is--disc li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e656";
  position: absolute;
  top: 0;
}
.list--unordered.is--checked li {
  position: relative;
}
.list--unordered.is--checked li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c";
  position: absolute;
  top: 0;
}
.list--unordered.is--arrow-right li {
  position: relative;
}
.list--unordered.is--arrow-right li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60f";
  position: absolute;
  top: 0;
}
.list--unordered.is--star li {
  position: relative;
}
.list--unordered.is--star li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e600";
  position: absolute;
  top: 0;
}
.list--unordered.is--cross li {
  position: relative;
}
.list--unordered.is--cross li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60d";
  position: absolute;
  top: 0;
}
.list--unordered.is--tag li {
  position: relative;
}
.list--unordered.is--tag li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e640";
  position: absolute;
  top: 0;
}
.list--unordered.is--plus li {
  position: relative;
}
.list--unordered.is--plus li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e689";
  position: absolute;
  top: 0;
}
.list--unstyled {
  list-style: none;
}
.list--inline {
  list-style: none;
}
.list--inline li {
  display: inline;
}
/*
Image slider element
============================================
Defines the styles for the image slider element that is a part of the basic Shopware 5 shopping world elements.

The element can be added by using the Shopware 5 backend shopping world editor.

The element contains thumbnail image previews, navigation dots and navigation arrows to change the current active image.

It contains the viewport specific styles inside media queries.
*/
.image-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1000;
  position: relative;
}
.image-slider:after {
  content: "";
  display: table;
  clear: both;
}
.force--3d {
  backface-visibility: hidden;
}
.image-slider--container {
  height: 12.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-slider--container .arrow {
  width: 1.875rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  line-height: 4.25rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #5f7285;
  cursor: pointer;
  display: none;
}
.image-slider--container .arrow.is--left {
  left: 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--left:before,
.image-slider--container .arrow.is--left::before {
  content: "\e611";
}
.image-slider--container .arrow.is--right {
  right: 0rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--right:before {
  content: "\e60f";
}
.image-slider--container .arrow:hover {
  color: #d9400b;
  border-color: rgba(217, 64, 11, 0.5);
}
.image-slider--container.is--dragging .image-slider--item {
  cursor: move;
}
.image-slider--slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -ms-touch-action: pan-y;
}
.image-slider--slide:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider--item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.image-slider--item .image--element {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.image-slider--item .image--media {
  margin: 0 auto;
  text-align: center;
}
.image-slider--item .image--media.image--svg img {
  height: 100%;
}
.image-slider--dots {
  padding: 0.625rem 0rem 0.625rem 0rem;
  text-align: center;
}
.image-slider--thumbnails {
  height: 4.375rem;
  top: 27.5rem;
  display: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.image-slider--thumbnails .image-slider--thumbnails-slide {
  position: absolute;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnail--link {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 0rem 0.625rem 0rem 0rem;
  line-height: 3.5625rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  border: 1px solid #dadae5;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  border-color: #d9400b;
}
.image-slider--thumbnails .thumbnail--image {
  display: inline;
  vertical-align: middle;
}
.image-slider--thumbnails .thumbnails--arrow {
  width: 1.25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #5f7285;
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow:hover {
  color: #d9400b;
  border-color: rgba(217, 64, 11, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  font-size: 0.5rem;
  width: 4.375rem;
  height: 1.5rem;
  padding: 0.125rem 0rem 0rem 0rem;
  line-height: 1.125rem;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top::before {
  content: "\e610";
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  bottom: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
  content: "\e612";
}
.image-slider--thumbnails .thumbnails--arrow.is--left {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--left::before {
  content: "\e611";
}
.image-slider--thumbnails .thumbnails--arrow.is--right {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  right: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--right::before {
  content: "\e60f";
}
.image-slider--thumbnails .thumbnails--arrow.is--active {
  display: block;
}
@media screen and (min-width: 48em) {
  .image-slider--container {
    height: 25rem;
  }
  .image-slider--container .arrow {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .image-slider--thumbnails {
    display: block;
  }
  .image-slider--container {
    height: 25rem;
    margin-bottom: 6.875rem;
  }
  .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 120rem) {
  .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 5.625rem;
    position: relative;
    top: auto;
    display: block;
  }
}
/*
Image-zoom
====================================================
Defines the styles for the Shopware 5 image-zoom element.

It displays a magnifying glass when hovering the article images on the product detail page.

The functionality is provided by the `jquery.image-zoom.js` file.
*/
.js--img-zoom--container {
  position: relative;
  top: 0;
  left: 0;
}
.js--img-zoom--lens {
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #dadae5;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.js--img-zoom--flyout {
  width: 28.75rem;
  height: 21.25rem;
  right: -30.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  position: absolute;
  top: 0;
  z-index: 2500;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #dadae5;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
/*
Menu scroller
==================================
Some styling rules can also be found in the hacks.less!
*/
.js--menu-scroller {
  position: relative;
}
.navigation--list-wrapper {
  position: relative;
  overflow: hidden;
}
.js--menu-scroller--list {
  max-width: none;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.js--menu-scroller--list::-webkit-scrollbar {
  display: none;
}
.js--menu-scroller--arrow {
  width: 1.375rem;
  height: 2.3125rem;
  line-height: 2.25rem;
  font-size: 0.75rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  top: 0.0625rem;
  border: 1px solid #dadae5;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  color: #5f7285;
  cursor: pointer;
  z-index: 750;
  display: none;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #d9400b;
  border-color: #d9400b;
  background: #ffffff;
}
.js--menu-scroller--arrow.left--arrow {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border-left: 0 none;
  left: 0;
}
.js--menu-scroller--arrow.right--arrow {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  border-right: 0 none;
  right: 0;
}
@media screen and (min-width: 120rem) {
  .js--menu-scroller--arrow.left--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #d9400b;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #d9400b;
  }
}
/*
Filter Panel
===========================================
Defines the styling of the filter panel element.

The styling includes the collapsed and expanded styling and the panel component properties.
```
<div class="filter-panel">
    <div class="filter-panel--flyout">

        <label class="filter-panel--title">
        Preis
        </label>

        <span class="filter-panel--icon"></span>

        <div class="filter-panel--content">
        test test
        </div>

    </div>
</div>
```
*/
.filter-panel {
  height: 2.375rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  border: 1px solid #dadae5;
}
.filter-panel:hover {
  border: 1px solid #d9400b;
  background: #FFF;
}
.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
  color: #d9400b;
}
.filter-panel.is--disabled {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  opacity: 0.5;
  border: 1px solid #dadae5;
  color: #5f7285;
}
.filter-panel.is--disabled:hover {
  border: 1px solid #dadae5;
  color: #5f7285;
}
.filter-panel.is--disabled:hover .filter-panel--icon,
.filter-panel.is--disabled:hover .filter-panel--title {
  color: #5f7285;
}
.filter-panel.is--disabled .filter-panel--title {
  color: #5f7285;
}
.filter-panel.is--collapsed {
  height: auto;
  border: 0 none;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: auto;
  border: 1px solid #d9400b;
  background: #FFF;
  overflow: visible;
  z-index: 800;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #d9400b;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #d9400b;
  content: "\e610";
}
.filter-panel .flatpickr-wrapper {
  position: relative;
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
  top: 2.8125rem;
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-rContainer {
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer {
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.filter-panel--flyout {
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 500;
}
.filter-panel--title {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0rem 1.875rem 0rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.filter-panel--icon {
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  right: 0.625rem;
  font-size: 0.375rem;
  line-height: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.filter-panel--icon:before {
  content: "\e612";
}
.filter-panel--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
}
.filter-panel--option-list {
  padding-bottom: 0.3125rem;
  list-style: none;
}
.filter-panel--option-list.sub-level {
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0rem 0rem 0rem 1.125rem;
  border-left: 1px solid #dadae5;
}
.filter-panel--option {
  display: block;
  position: relative;
}
.value-tree--option {
  margin: 0rem 0rem 0.625rem 0rem;
}
.sub-level .value-tree--option {
  margin: 0;
}
.filter-panel--label {
  padding: 0.25rem 0rem 0.25rem 1.875rem;
  line-height: 1.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-panel--range-info {
  padding: 0.625rem 0rem 0.3125rem 0rem;
  text-align: center;
}
.filter-panel--range-info .range-info--label {
  color: #3f4c58;
  font-weight: 700;
}
.filter--date .input-type--date .filter-panel--input {
  display: block;
  width: 100%;
}
.filter-panel--checkbox,
.filter-panel--radio {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #dadae5;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #d9400b;
}
.filter-panel--checkbox input[type="checkbox"],
.filter-panel--radio input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #d9400b;
  font-weight: 700;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #e9e9f0;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #8798a9;
}
.filter-panel--checkbox .input--state,
.filter-panel--radio .input--state,
.filter-panel--checkbox .checkbox--state,
.filter-panel--radio .checkbox--state,
.filter-panel--checkbox .radio--state,
.filter-panel--radio .radio--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.filter-panel--checkbox.filter-panel--radio,
.filter-panel--radio.filter-panel--radio {
  border-radius: 11px;
  background-clip: padding-box;
}
.filter-panel--checkbox input[type="radio"],
.filter-panel--radio input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="radio"]:checked ~ .input--state,
.filter-panel--radio input[type="radio"]:checked ~ .input--state,
.filter-panel--checkbox input[type="radio"]:checked ~ .radio--state,
.filter-panel--radio input[type="radio"]:checked ~ .radio--state {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #d9400b;
  font-weight: 700;
}
.filter-panel--checkbox input[type="radio"]:disabled .input--state,
.filter-panel--radio input[type="radio"]:disabled .input--state,
.filter-panel--checkbox input[type="radio"]:disabled .radio--state,
.filter-panel--radio input[type="radio"]:disabled .radio--state {
  background: #e9e9f0;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #5f7285;
}
.filter-panel--checkbox input[type="radio"] + .input--state,
.filter-panel--radio input[type="radio"] + .input--state,
.filter-panel--checkbox input[type="radio"] + .radio--state,
.filter-panel--radio input[type="radio"] + .radio--state {
  border-radius: 11px;
  background-clip: padding-box;
}
.input-type--media:after {
  content: "";
  display: table;
  clear: both;
}
.input-type--media .option--container {
  height: 2.8125rem;
  max-width: 2.8125rem;
  width: 18%;
  margin: 0 0 2% 2%;
  display: block;
  position: relative;
  float: left;
}
.input-type--media .option--container .filter-panel--label {
  padding: 0;
}
.input-type--media .option--container input.is--disabled ~ label {
  opacity: 0.2;
}
.input-type--media .option--container input[type="checkbox"],
.input-type--media .option--container input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.input-type--media .option--container input[type="checkbox"]:hover ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:hover ~ .filter-panel--label {
  border-color: #d9400b;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label {
  border-color: #d9400b;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label:after,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4375rem;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.input-type--media .option--container input[type="checkbox"]:disabled .filter-panel--label,
.input-type--media .option--container input[type="radio"]:disabled .filter-panel--label {
  opacity: 0.2;
}
.filter--multi-selection .option--container:hover .filter-panel--label,
.filter--value .option--container:hover .filter-panel--label,
.filter--value-tree .option--container:hover .filter-panel--label {
  color: #d9400b;
}
.filter--multi-selection .option--container:hover .filter-panel--input,
.filter--value .option--container:hover .filter-panel--input,
.filter--value-tree .option--container:hover .filter-panel--input {
  border-color: #d9400b;
}
.filter--multi-selection .option--container:hover .filter-panel--input.is--disabled,
.filter--value .option--container:hover .filter-panel--input.is--disabled,
.filter--value-tree .option--container:hover .filter-panel--input.is--disabled {
  border-color: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox,
.filter--value .filter-panel--checkbox,
.filter--value-tree .filter-panel--checkbox,
.filter--multi-selection .filter-panel--radio,
.filter--value .filter-panel--radio,
.filter--value-tree .filter-panel--radio {
  top: 0.3125rem;
  left: 0rem;
  position: absolute;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label {
  color: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled:hover,
.filter--value .filter-panel--checkbox.is--disabled:hover,
.filter--value-tree .filter-panel--checkbox.is--disabled:hover,
.filter--multi-selection .filter-panel--radio.is--disabled:hover,
.filter--value .filter-panel--radio.is--disabled:hover,
.filter--value-tree .filter-panel--radio.is--disabled:hover {
  border-color: #dadae5;
}
.filter-panel--star-rating {
  height: 5.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.filter-panel--star-rating:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container {
  width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.filter-panel--star-rating .rating-star--outer-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star,
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  font-size: 1.125rem;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star {
  color: #f1c40f;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix {
  margin-left: 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty {
  color: #5f7285;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
  font-weight: 700;
}
.filter-panel--star-rating .rating-star--outer-container.is--disabled {
  opacity: 0.3;
}
.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty {
  color: #5f7285;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #d9400b;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #5f7285;
}
.filter--set-title {
  margin: 1.875rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 1%;
  margin-right: 1%;
  border-bottom: 1px solid #dadae5;
  clear: both;
}
.filter--value {
  background: #fff;
}
.filter--value .filter-panel--input {
  top: 0.625rem;
  left: 0.625rem;
}
.filter--value .filter-panel--title {
  padding: 0rem 1.875rem 0rem 2.5rem;
}
.filter--value.is--disabled .filter-panel--input:hover {
  border-color: #dadae5;
}
.filter--range .filter-panel--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.filter--active-container {
  padding: 1.25rem 0rem 0rem 0rem;
}
.filter--active,
.search--cat-filter .cat-filter--reset {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #dadae5;
  color: #5f7285;
  background: #FFF;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter--active .filter--active-icon {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.5rem;
  top: -0.0625rem;
  position: relative;
  font-family: 'shopware';
  color: #5f7285;
}
.filter--active .filter--active-icon:before {
  content: "\e60d";
}
.filter--active .icon--star {
  color: #f1c40f;
}
.filter--active .icon--star-empty {
  color: #5f7285;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #d9400b;
  border-color: #d9400b;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #d9400b;
}
.action--filter-options.off-canvas.is--open .filter--active {
  max-width: 100%;
}
.filter--actions {
  padding: 0.625rem 0rem 0.625rem 0rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.filter--btn-apply {
  position: relative;
  font-weight: 700;
  width: 100%;
}
.filter--btn-apply.is--icon-right [class^="icon--"] {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: -0.5rem 0rem 0rem 0rem;
}
.filter--btn-apply.is--loading [class^="icon--"] {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}
.filter--btn-apply .filter--count {
  font-weight: 700;
}
.filter--facet-container {
  padding: 0.625rem 0rem 0rem 0rem;
}
.filter--facet-container:after {
  content: "";
  display: table;
  clear: both;
}
.action--filter-options.is--active-filter .filter--active-container {
  padding: 0.9375rem 0rem 0.3125rem 0rem;
  display: block;
}
.filter--active-container {
  display: none;
}
.listing--wrapper {
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .listing--paging {
  clear: both;
}
.listing--wrapper.has--sidebar-filter .action--filter-btn {
  display: block;
}
.listing--wrapper.has--sidebar-filter .action--sort {
  line-height: 2rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--label {
  display: none;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--select {
  width: 100%;
  vertical-align: top;
}
.listing--wrapper .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--wrapper.with--fullscreen-emotion .sidebar-main.off-canvas {
  padding-top: 0;
}
.listing--wrapper.with--fullscreen-emotion .listing--wrapper-inner {
  margin-left: 16.25rem;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    width: 49%;
    margin-left: 1%;
    float: left;
  }
  .filter-panel.is--collapsed {
    height: 2.375rem;
  }
  .filter-panel .flatpickr-wrapper {
    position: static;
  }
  .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 100%;
  }
  .is--no-sidebar .filter-panel {
    width: 32%;
  }
  .filter-panel--flyout {
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-panel--content {
    max-height: 12.5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .filter--active-container {
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]),
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover {
    color: #5f7285;
    border-color: #dadae5;
    cursor: default;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon {
    color: #5f7285;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon:before,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon:before {
    content: "\e60c";
  }
  .filter--actions {
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--btn-apply {
    width: auto;
  }
  .filter--facet-container,
  .filter--actions-bottom {
    display: none;
  }
  .filter--actions.filter--actions-top {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--filter-btn {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .filter-panel {
    width: 32%;
  }
}
@media screen and (min-width: 120rem) {
  .filter-panel--star-rating .rating-star--input {
    width: 1.25rem;
    height: 1.25rem;
  }
  .filter-panel--star-rating .rating-star--label {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
}
/*
Range Slider
==========================================
######Range Slider
The range slider element lets the user filter elements by a price-span they decide on.

The slider handlers can be dragged to the numeric value that the user intends. The value is displayed below the element.

The functionality is provided by the `jquery.range-slider.js` file.
```
<div class="range-slider" data-range-slider="true" data-startmin="37.99" data-startmax="349.99" data-rangemin="37.99" data-rangemax="349.99">
    <div class="range-slider--container">
        <div class="range-slider--range-bar" style="left: 0%; width: 100%;">
            <div class="range-slider--handle is--min"></div>
            <div class="range-slider--handle is--max"></div>
        </div>
    </div>
    <input type="hidden" id="min" name="min" data-range-input="min" value="37.99" disabled="disabled">
    <input type="hidden" id="max" name="max" data-range-input="max" value="349.99" disabled="disabled">
    <div class="range-slider--currency" data-range-currency="0,00&nbsp;€"></div>
    <div class="filter-panel--range-info">
        <span class="range-info--min">von</span>
        <label class="range-info--label" for="min" data-range-label="min">35,00&nbsp;€</label>
        <span class="range-info--max">bis</span>
        <label class="range-info--label" for="max" data-range-label="max">350,00&nbsp;€</label>
    </div>
</div>
```
*/
.range-slider {
  -webkit-touch-callout: none;
}
.range-slider--container {
  height: 0.75rem;
  border-radius: 6px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background: #e9e9f0;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #dadae5;
  -ms-touch-action: none;
}
.range-slider--range-bar {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 3px #d53f0b;
  height: 100%;
  width: 100%;
  position: relative;
  background: #d9400b;
}
.range-slider--handle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e9e9f0 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.range-slider--handle.is--min {
  left: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle.is--max {
  right: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle:hover,
.range-slider--handle.is--dragging {
  border-color: #d9400b;
}
.range-slider--format {
  display: none;
}
/*
Datepicker
=========================================
The datepicker is a calendar overlay tool that simplyfies the selection of dates for input elements.
It creates a calendar widget that simplifies the selection of dates for date input elements.

The datepicker is based on the jQuery Plugin [flatpickr](https://github.com/chmln/flatpickr).
*/
.flatpickr-calendar {
  width: 19.6875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #dadae5, -1px 0 0 #dadae5, 0 1px 0 #dadae5, 0 -1px 0 #dadae5, 0 3px 13px rgba(0, 0, 0, 0.2);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  max-height: 40rem;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 8100;
}
.flatpickr-calendar.inline {
  top: 0.125rem;
  display: block;
  position: relative;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  left: 1.375rem;
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  right: 1.375rem;
  left: auto;
}
.flatpickr-calendar:before {
  margin: 0rem -0.3125rem 0rem -0.3125rem;
  border-width: 5px;
}
.flatpickr-calendar:after {
  margin: 0rem -0.25rem 0rem -0.25rem;
  border-width: 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-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  height: 2.5rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  height: 1rem;
  line-height: 1rem;
  top: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 0.875rem;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  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,
.numInputWrapper input::-ms-expand {
  display: none;
}
.numInputWrapper span {
  width: 0.875rem;
  padding: 0rem 0.25rem 0rem 0.125rem;
  position: absolute;
  right: 0;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  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;
  top: 33%;
}
.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);
}
.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);
}
.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 {
  top: 0.625rem;
  font-size: 135%;
  line-height: inherit;
  font-weight: 500;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  display: inline-block;
  text-align: center;
}
.flatpickr-current-month span.cur-month {
  margin-right: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  padding: 0;
  max-width: 50%;
}
.flatpickr-current-month .numInputWrapper {
  width: 4.375rem;
  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;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.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-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}
.flatpickr-days,
.flatpickr-weeks {
  padding: 0.0625rem 0rem 0rem 0rem;
}
.flatpickr-days {
  width: 19.6875rem;
  padding: 0;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flatpickr-day {
  line-height: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: none;
  border: 0 none;
  margin: 0;
  box-sizing: border-box;
  color: #5f7285;
  cursor: pointer;
  font-weight: 500;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  display: inline-block;
  position: relative;
  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 {
  cursor: pointer;
  outline: 0;
  background: #f5f5f8;
  border-color: #f5f5f8;
}
.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: #f5f5f8;
  border-color: #f5f5f8;
}
.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: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: #d9400b;
  color: #fff;
  border-color: #d9400b;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #f5f5f8, 5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #f5f5f8;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.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;
}
span.flatpickr-weekday {
  line-height: 1.5rem;
  cursor: default;
  font-size: 90%;
  color: #3f4c58;
  height: 27.333333333333332px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: 700;
  padding-top: 3.333333333333333px;
}
.rangeMode .flatpickr-day {
  margin-top: 0.0625rem;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0.0625rem 0.75rem 0rem 0.75rem;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  line-height: 2.5rem;
  max-height: 2.5rem;
  -webkit-transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  display: flex;
  text-align: center;
  outline: 0;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  height: 2.5rem;
  flex: 1;
  width: 40%;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5f7285;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #5f7285;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  font-size: 0.875rem;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #5f7285;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.flatpickr-time input::-ms-clear,
.flatpickr-time input::-ms-expand {
  display: none;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 500;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  -webkit-user-select: none;
  user-select: none;
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #5f7285;
  font-weight: 700;
  width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hasWeeks .flatpickr-days {
  border-left: 0;
}
@media all and (-ms-high-contrast: none) {
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
.slideRight,
.slideLeft {
  display: none;
}
@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*
Collapse cart
=======================================
The collapse cart element is an alternative to the offcanvas shopping cart inside Shopware 5. The collapse cart displays a shopping cart dropdown element similar to the default Shopware 4 cart.

The Settings can be modified in the backend theme manager.

The collapse cart element contains the current items in the users shopping cart and the subtotal price amount.
*/
.container--ajax-cart {
  top: 3.125rem;
  margin-right: 0.625rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 3000;
  display: none;
}
.container--ajax-cart.off-canvas {
  width: 17.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  margin-right: 0;
  display: block;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  z-index: 8000;
}
.container--ajax-cart.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container--ajax-cart .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.container--ajax-cart .icon--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #CCC;
  border-top: 2px solid #333;
}
.container--ajax-cart .product--essential-features {
  margin-left: 3rem;
}
.ajax--cart {
  width: 28.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875rem;
  border: 1px solid #dadae5;
  position: relative;
  background: #fff;
}
.ajax--cart:after,
.ajax--cart:before {
  right: 0.625rem;
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ajax--cart:after {
  right: 0.6875rem;
  border-width: 0.5625rem;
  border-bottom-color: #fff;
}
.ajax--cart:before {
  border-width: 0.625rem;
  border-bottom-color: #dadae5;
}
.ajax--cart .content--loader {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.ajax--cart .item--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
  max-height: 22.0625rem;
  overflow-y: auto;
}
.ajax--cart .alert {
  border-radius: 0;
  margin-bottom: 0.625rem;
}
.ajax--cart .alert .alert--icon,
.ajax--cart .alert .icon--element {
  width: 15%;
}
.ajax--cart .alert .alert--icon .is--warning,
.ajax--cart .alert .icon--element .is--warning {
  color: #f1c40f;
  background: #f9f3dd;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #2ecc71;
  background: #def2e7;
}
.ajax--cart .alert .alert--content {
  width: 85%;
}
.ajax--cart .cart--item {
  padding: 0.625rem 0rem 0.625rem 0rem;
  line-height: 2.375rem;
  border-bottom: 1px solid #dadae5;
  overflow: hidden;
}
.ajax--cart .cart--item:last-child {
  border: 0 none;
}
.ajax--cart .cart--item.is--empty {
  padding-bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container {
  margin: 0rem 0.625rem 0rem 0rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  position: relative;
}
.ajax--cart .cart--item .thumbnail--container.has--image {
  border: 1px solid #dadae5;
  background: #FFFFFF;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 0.875rem;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9400b;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge {
  line-height: 2.3125rem;
  font-size: 0.75rem;
  border-radius: 100%;
  background-clip: padding-box;
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #5f7285;
  color: #fff;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right {
  font-size: 0.625rem;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon {
  font-size: 1.25rem;
  line-height: 2.3125rem;
}
.ajax--cart .cart--item .thumbnail--image {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ajax--cart .cart--item .item--link {
  color: #5f7285;
}
.ajax--cart .cart--item .item--quantity {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-weight: 700;
}
.ajax--cart .cart--item .item--price {
  font-weight: 700;
  float: right;
}
.ajax--cart .cart--item .action--container {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.625rem 0rem 0rem 0.625rem;
  line-height: 1;
  float: right;
}
.ajax--cart .cart--item .action--container .btn {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
  margin: 0;
  padding: 0;
}
.ajax--cart .prices--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #3f4c58;
  font-weight: 700;
}
.ajax--cart .prices--container .prices--tax {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.ajax--cart .button--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.ajax--cart .button--container *[class*="button--"] {
  width: 13.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.ajax--cart .button--container .button--checkout {
  float: right;
}
.ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: none;
}
.ajax--cart .small--information {
  font-size: 0.75rem;
}
.ajax--cart .small--information .small--prices {
  float: right;
}
.ajax--cart .context--shipping-costs {
  margin-left: 0.625rem;
}
.ajax--cart .table--shipping-costs-trigger {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.ajax--cart .table--shipping-costs-trigger-no-action {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.ajax--cart .table--shipping-costs {
  font-size: 0.75rem;
}
.ajax--cart .table--shipping-costs .select-field {
  max-height: 2.5rem;
  margin: 0.3125rem 0.625rem 0.3125rem 0rem;
}
.ajax--cart .table--shipping-costs label {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0.3125rem 6.25rem 0rem 0rem;
  float: left;
}
.off-canvas .ajax--cart {
  font-size: 0.875rem;
  background: #fff;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 0 none;
  min-height: 100%;
}
.off-canvas .ajax--cart .item--container {
  max-height: none;
}
.off-canvas .ajax--cart .cart--item {
  line-height: 1.1875rem;
}
.off-canvas .ajax--cart .cart--item .item--link {
  width: 9.3125rem;
  display: inline-block;
}
.off-canvas .ajax--cart .cart--item .item--price {
  float: none;
  display: block;
}
.off-canvas .ajax--cart .prices--container {
  background: #fff;
  border-bottom: 0 none;
}
.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
  width: 2.375rem;
  height: 2.375rem;
}
.off-canvas .ajax--cart .action--container {
  margin: 0;
}
.off-canvas .ajax--cart .action--container .action--remove {
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.off-canvas .ajax--cart .action--container .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.5625rem 0rem 0rem 0rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.off-canvas .ajax--cart .action--container *[class*="icon--"] {
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
.off-canvas .ajax--cart .button--container {
  text-align: left;
}
.off-canvas .ajax--cart .button--container *[class*="button--"] {
  margin: 0.625rem 0rem 0rem 0rem;
  width: 100%;
}
.off-canvas .ajax--cart .button--container .button--checkout {
  margin: 0;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
  padding-right: 1.875rem;
}
.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: block;
  right: 0.625rem;
}
.off-canvas .ajax--cart .product--essential-features {
  margin-top: 0.3125rem;
}
.product--essential-features {
  line-height: 1.125rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .container--ajax-cart.is--shown {
    display: block;
  }
}
@media screen and (min-width: 120rem) {
  .container--ajax-cart {
    margin-right: 0;
  }
}
/*
Table
=========================
Defines the basic table styles.
```
<table>
 <th>
    <tr>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
    </tr>
 </th>
 <tb>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
 </tb>
</table>
```
*/
table {
  border-collapse: separate;
  border-spacing: 1px;
}
table th,
table thead td {
  background: #5f7285;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
table td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  background: #ffffff;
  color: #5f7285;
  border: 1px solid #ffffff;
}
table tr:nth-child(even) td {
  background: #f5f5f5;
}
/*
Checkboxes
==========================================
######Checkboxes elements
Changes the default Checkboxes to custom-themed ones that contain the Shopware color variables.

The checkboxes can be used in a `span` element containing an `input` tag or inside a anchor element. (Example inside a panel element)

```

<div class="panel">
    <div class="panel--body">

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

    </div>
</div>

```
*/
.checkbox {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  line-height: 1rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.checkbox .checkbox--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #e9e9f0;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
}
.checkbox.is--active .checkbox--state:before,
a:hover .checkbox .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
/*
Off-canvas menu button
=======================================
Defines the styling of the off-canvas menu trigger button that is used for the shopping off-canvas cart.

The Shopware 5 off-canvas menu can be enabled/disabled inside the Shopware backend.

The functionality is provided by the `jquery.off-canvas-button.js` file.
*/
.js--off-canvas-button {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #dadae5;
  cursor: pointer;
  display: block;
}
.js--off-canvas-button .tab--header {
  margin-bottom: 0.625rem;
  position: relative;
}
.js--off-canvas-button .tab--title:after {
  font-size: 0.75rem;
  right: 0.3125rem;
  margin-top: -0.375rem;
  content: "\e60f";
}
.js--off-canvas-button .tab--preview {
  display: block;
}
.js--off-canvas-button .tab--preview p:last-child {
  margin-bottom: 0;
}
.js--off-canvas-button .tab--content {
  cursor: default;
}
.js--off-canvas-button:hover .tab--title {
  color: #d9400b;
}
/*
Tab-menu
==========================================
The Shopware tab-menu allows the creation of multiple tabs filled with content that the user can swtich between.

The functionality is provided by the `jquery.tab-menu.js` file.

    <div class="tab-menu--product js--tab-menu">

        <div class="tab--navigation">
            <a href="#" class="tab--link is--active" title="Tab-1">First Tab</a>
            <a href="#" class="tab--link" title="Tab-2">Second Tab</a>
        </div>

        <div class="tab--container-list">
            <div class="tab--container is--active">
            </div>
            <div class="tab--container">
            </div>
        </div>

    </div>
*/
.js--tab-menu .tab--navigation {
  list-style: none;
}
.js--tab-menu .tab--link {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  display: none;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #5f7285;
  border: 1px solid #dadae5;
  white-space: nowrap;
}
.js--tab-menu .tab--link:hover {
  color: #d9400b;
  background: #fff;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active {
  color: #3f4c58;
  border-bottom-color: #fff;
  background: #fff;
}
.js--tab-menu .tab--link.is--active:hover {
  color: #3f4c58;
}
.js--tab-menu .tab--link.has--content {
  display: inline-block;
}
.js--tab-menu.js--menu-scroller .tab--navigation {
  overflow: hidden;
}
.js--tab-menu.js--menu-scroller .tab--navigation .js--menu-scroller--item {
  top: 0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow {
  line-height: 2.875rem;
  height: 2.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
  border-color: #d9400b;
}
.js--tab-menu .tab--container-list .tab--container {
  border: 1px solid #dadae5;
  display: none;
}
.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
  display: block;
}
/*
Image gallery element
====================================================
Defines the styles for the image gallery element that shows thumbnails of the product pictures in a slim slider element.

It is displayed on the product detail page.
*/
.image--gallery .image-slider--container {
  bottom: 5.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0;
}
.image--gallery.no--thumbnails .image-slider--container {
  bottom: 0;
}
.image--gallery .image-slider--item {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}
.image--gallery .image-slider--item .image--element {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.image--gallery .image-slider--item .image--media,
.image--gallery .image-slider--item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image--gallery .image-slider--thumbnails {
  padding: 0.625rem 0rem 0.625rem 0rem;
  height: 5.625rem;
  background: #fff;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  display: block;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow {
  top: 0.625rem;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left {
  border-left: 0 none;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right {
  border-right: 0 none;
}
.image--gallery .image-slider--thumbnails-slide {
  margin: 0rem 0.625rem 0rem 0.625rem;
  left: auto;
  top: auto;
}
.image--gallery .thumbnail--link {
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
}
.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.25rem;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  position: absolute;
}
.image--gallery .button--zoom-in:hover,
.image--gallery .button--zoom-out:hover,
.image--gallery .button--zoom-reset:hover {
  z-index: 1;
}
.image--gallery .button--zoom-out {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image--gallery .button--zoom-reset {
  left: 2.6875rem;
  border-radius: 0;
}
.image--gallery .button--zoom-in {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 4.75rem;
}
.image-gallery--modal .modal--close {
  top: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2rem;
}
@media screen and (min-width: 120rem) {
  .js--image-gallery {
    width: 80%;
    height: 80%;
  }
}
/*
Product quick-view
======================================
Defines the styling of the product quick-view page.

The product quick-view is an element during the checkout process in Shopware 5 that displays the user the important information of his product without having to switch to the product detail page and interrupt the checkout.
*/
.product--quick-view {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.product--quick-view .quick-view--image {
  height: 12.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.25rem 0rem;
  border: 1px solid #dadae5;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.product--quick-view .quick-view--image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--quick-view .quick-view--title {
  font-size: 1.125rem;
  color: #3f4c58;
  display: block;
  font-weight: 700;
}
.product--quick-view .quick-view--title:hover {
  color: #d9400b;
}
.product--quick-view .quick-view--supplier {
  font-size: 0.875rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.product--quick-view .quick-view--description-title {
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  color: #3f4c58;
  border-bottom: 1px solid #dadae5;
  font-weight: 700;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #5f7285;
}
.product--quick-view .quick-view--description,
.product--quick-view .quick-view--description > p {
  margin: 0;
}
@media screen and (min-width: 30em) {
  .product--quick-view {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .product--quick-view .quick-view--image {
    width: 50%;
  }
  .product--quick-view .quick-view--header {
    padding-left: 1.25rem;
    width: 50%;
    float: right;
  }
  .product--quick-view .quick-view--description-title {
    margin-top: 0;
  }
}
/*
Hidden Captcha
======================================
Hides a form field so a human will omit it while
a bot still fills it in and thus identifies as bot.

Is used to hide the label as well.
*/
.c-firstname-confirmation {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
Modules
==================================================
The `modules.less` file contains the imports to all module elements of Shopware.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Global
==========================================
Defines the global styles of Shopware.

It contains the global modifier classes that help working with the Shopware elements and the typographic styles.

######Global modifier classes
Add a `is--` class to an element to easily change the properties.

`.is--rounded` - changes the border-radius to 3pxgi<br/>
`.is--block` - sets element to display: block<br/>
`.is--inline` - sets element to display: inline<br/>
`.is--inline-block` - sets element to display: inline-block<br/>
`.is--hidden` - sets element to display: none<br/>
`.is--invisible` - sets element to  visibility: none<br/>

`.is--align-left` - sets element to text-align: left;<br/>
`.is--align-right` - sets element to text-align: right<br/>
`.is--align-center` - sets element to text-align: center<br/>
`.is--underline` - sets element to text-decoration: underline<br/>
`.is--line-through` - sets element to text-decoration: line-through<br/>
`.is--uppercase` - sets element to text-transform: uppercase<br/>
`.is--strong` - sets element to font-weight: @font-bold-weight<br/>
`.is--bold` - sets element to font-weight: @font-bold-weight<br/>
`.is--italic` - sets element to font-style: italic<br/>
`.is--nowrap` - sets element to white-space: nowrap<br/>

`.is--dark` - changes color to @text-color-dark<br/>
`.is--light` - changes color to darken(@gray-dark, 20%)<br/>
`.is--soft` - changes color to @gray-dark<br/>
*/
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html.no--scroll {
  position: relative;
  overflow: hidden;
}
html.no--scroll body {
  overflow: hidden;
}
body {
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #5f7285;
  background: #e9e9f0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a {
  color: #d9400b;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.product--rating i[class^=icon] {
  color: #f1c40f;
}
.product--rating i.icon--star-empty {
  color: #dadae5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #3f4c58;
}
h1 {
  font-size: 0.1953125remrem;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  color: #3f4c58;
}
h2 {
  font-size: 0.1328125remrem;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.75rem;
}
p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
blockquote {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
  text-align: left;
  margin: 0;
}
.ajax-loader {
  display: none;
}
.is--rounded {
  border-radius: 3px;
  background-clip: padding-box;
}
.is--block {
  display: block !important;
}
.is--inline {
  display: inline !important;
}
.is--inline-block {
  display: inline-block !important;
}
.is--hidden {
  display: none !important;
}
.is--invisible {
  visibility: hidden !important;
}
.is--align-left {
  text-align: left !important;
}
.is--align-right {
  text-align: right !important;
}
.is--align-center {
  text-align: center !important;
}
.is--underline {
  text-decoration: underline !important;
}
.is--line-through {
  text-decoration: line-through !important;
}
.is--uppercase {
  text-transform: uppercase !important;
}
.is--strong {
  font-weight: 700 !important;
}
.is--bold {
  font-weight: 700 !important;
}
.is--italic {
  font-style: italic;
}
.is--nowrap {
  white-space: nowrap !important;
}
.is--dark {
  color: #3f4c58 !important;
}
.is--light {
  color: #9e9ebb !important;
}
.is--soft {
  color: #dadae5 !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
::-moz-placeholder {
  color: #8798a9;
}
::-webkit-input-placeholder {
  color: #8798a9;
}
:-ms-input-placeholder {
  color: #8798a9;
}
.page-wrap {
  min-width: 20rem;
}
.content-main:after,
.content--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.content-main--inner {
  padding: 0rem 0.625rem 1rem 0.625rem;
}
.content-main--inner:after {
  content: "";
  display: table;
  clear: both;
}
.content {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .content-main {
    box-shadow: 0 0 4px 1px #dadae5;
  }
  .content-main:not(.is--small) {
    min-height: 46.875rem;
  }
  .content-main--inner {
    padding: 0rem 1.875rem 1rem 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 120rem) {
  .content-main {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
  }
  .content-main:not(.is--small) {
    min-height: 43.75rem;
  }
  .content-main--inner {
    padding: 0rem 3.125rem 3.125rem 3.125rem;
  }
}
/*
Header
==========================================
Defines the styles of the Shopware storeview header and its components.

It contains the viewport specific styles inside media queries.

The header sizes are defined by the unitize mixin.

More precise designations are commented inside the document.
*/
.header-main {
  padding-bottom: 0.625rem;
  background: #fff;
  border-bottom: 1px solid #d9400b;
}
.header-main .top-bar {
  display: none;
}
.header-main .logo-main {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.header-main .logo-main .logo--link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.header-main .logo-main .logo--shop {
  height: 2.1875rem;
  width: 50%;
}
.header-main .logo-main .logo--supportinfo {
  display: none;
}
.header-main .header--navigation {
  position: relative;
}
.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
  border-bottom: 1px solid #d9400b;
}
.is--ctl-checkout.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
  width: 100%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
  width: 50%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
  display: none;
}
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  margin-top: 0.625rem;
  width: 40%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop--navigation {
  position: relative;
}
.shop--navigation .navigation--list {
  width: 100%;
  text-align: right;
}
.shop--navigation .navigation--entry {
  margin-right: 0.3125rem;
  display: inline-block;
}
.shop--navigation .navigation--entry .btn {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .cart--link {
  padding: 0.125rem 0.625rem 0.125rem 0.375rem;
}
.shop--navigation .navigation--entry .account--link {
  padding: 0.125rem 0.625rem 0.125rem 0.5rem;
}
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after {
  width: 1rem;
  height: 1rem;
  top: -0.3125rem;
  right: -0.3125rem;
  line-height: 1.125rem;
  font-size: 0.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  content: "\e60c";
  display: inline-block;
  position: absolute;
  background: #2ecc71;
  font-family: 'shopware';
  color: #fff;
}
.shop--navigation .navigation--entry .icon--basket,
.shop--navigation .navigation--entry .icon--account {
  font-size: 1.3125rem;
  display: inline;
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.shop--navigation .navigation--entry .icon--heart {
  font-size: 1.125rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
  top: -0.25rem;
  left: 1.4375rem;
  position: absolute;
  margin: 0;
}
.shop--navigation .entry--link {
  text-align: center;
  text-decoration: none;
}
.shop--navigation .main-search--form,
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount,
.shop--navigation .search--display {
  display: none;
}
.shop--navigation .entry--search .is--active.btn {
  background: #ffffff;
  color: #d9400b;
  border-color: #d9400b;
}
.shop--navigation .entry--account {
  position: relative;
}
.shop--navigation .entry--cart {
  margin-right: 0.75rem;
  position: relative;
}
.shop--navigation .entry--menu-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  font-weight: 700;
  text-align: left;
}
.shop--navigation .entry--menu-left .btn {
  padding-left: 3rem;
  line-height: 2.1875rem;
  font-size: 1.0625rem;
  height: 2.5rem;
  color: #5f7285;
  width: auto;
  background: 0 none;
  border: 0 none;
}
.shop--navigation .entry--menu-left .icon--menu {
  font-size: 1.25rem;
}
.main-search--form {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3000;
}
.main-search--form .main-search--field {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  height: 2.5rem;
  background: #fff;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.main-search--form .main-search--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #5f7285;
  outline: none;
}
.main-search--form .main-search--text {
  display: none;
}
.account--menu.is--personalized .navigation--logout-personalized {
  display: inline-block;
}
.account--menu.is--personalized .navigation--logout {
  display: block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized {
  padding-top: 0.5625rem;
  padding-left: 1.4375rem;
  padding-bottom: 0.5625rem;
  line-height: 1.25rem;
  position: relative;
  color: #5f7285;
  font-weight: 500;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before {
  width: 1rem;
  height: 1rem;
  left: 0.125rem;
  content: "\e614";
  font-family: 'shopware';
  position: absolute;
}
.account--menu.is--personalized .navigation--link.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized .icon--logout {
  position: relative;
  top: 0.625rem;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:hover {
  color: #d9400b;
}
.off-canvas .account--menu.is--personalized .navigation--signin {
  border-bottom: none;
}
.account--dropdown-navigation {
  display: none;
  text-align: left;
}
.account--dropdown-navigation .navigation--logout-personalized {
  display: inline-block;
}
.account--dropdown-navigation .navigation--logout {
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.4375rem;
  border-bottom: 1px solid #dadae5;
  display: block;
  text-align: center;
}
.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
  margin-bottom: 0.3125rem;
  width: 95%;
  text-align: center;
}
.account--dropdown-navigation .navigation--register {
  font-size: 0.8125rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized {
  line-height: 1.25rem;
  padding-left: 2.0625rem;
  color: #5f7285;
  font-weight: 500;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before {
  left: 0.625rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #d9400b;
}
.account--dropdown-navigation.off-canvas {
  background: #f5f5f8;
}
.account--dropdown-navigation.off-canvas .account--menu,
.account--dropdown-navigation.off-canvas .sidebar--navigation {
  text-align: left;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry {
  display: block;
  margin: 0;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"],
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--dropdown-navigation.off-canvas .account--close-off-canvas {
  color: #fff;
  font-weight: 700;
}
.has--csstransforms .entry--search .entry--trigger.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: 0.5rem;
  margin-left: 0.0625rem;
  background: #efeff4;
  content: '';
  display: block;
}
.entry--search.is--active .main-search--form {
  top: 3.125rem;
  background: #efeff4;
  left: 0;
  display: block;
  position: absolute;
}
.header-main.is--active-searchfield {
  padding-bottom: 4.375rem;
}
.has--cssanimations .form--ajax-loader {
  top: 1.25rem;
  right: 3.4375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .form--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  content: "";
}
.has--no-cssanimations .form--ajax-loader {
  top: 1.5rem;
  right: 3.4375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: none;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?f9eaf93f98f1fdfb10ec6023ffc27692');
}
.main-search--results {
  top: 6.875rem;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3500;
  display: none;
}
.main-search--results:after {
  content: "";
  display: table;
  clear: both;
}
.results--list {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-shadow: 0 10px 25px -15px #000000;
  border-top: 1px solid #dadae5;
  border-bottom: 1px solid #dadae5;
  background: #fff;
  -ms-touch-action: manipulation;
}
.results--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.75rem;
  height: 0.75rem;
  top: -0.375rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #dadae5;
  border-top: 0 none;
  border-right: 0 none;
}
.results--list .list--entry,
.results--list .entry--all-results {
  display: block;
}
.results--list .entry--all-results.is--active {
  font-weight: 700;
}
.results--list .entry--all-results.is--active .entry--all-results-number {
  font-weight: 700;
}
.results--list .list--entry {
  line-height: 1.875rem;
  border-bottom: 1px solid #dadae5;
}
.results--list .list--entry:last-child {
  border: 0 none;
}
.results--list .entry--no-results {
  width: 100%;
  text-align: center;
  list-style: none;
  font-weight: 500;
}
.results--list .is--active,
.results--list .list--entry:hover {
  color: #d9400b;
}
.results--list .is--active .entry--name,
.results--list .list--entry:hover .entry--name,
.results--list .is--active .entry--price,
.results--list .list--entry:hover .entry--price {
  color: #d9400b;
}
.results--list .search-result--link {
  padding: 0.375rem 0rem 0.375rem 0rem;
  display: block;
}
.results--list .search-result--link:after {
  content: "";
  display: table;
  clear: both;
}
.results--list .entry--name,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
  height: 1.875rem;
  line-height: 1.875rem;
  display: block;
}
.results--list .price--unit {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  float: right;
}
.results--list .entry--media {
  height: 1.875rem;
  width: 10%;
  min-width: 10%;
  position: relative;
  text-align: center;
}
.results--list .entry--media .media--image {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.results--list .entry--name {
  padding-left: 0.625rem;
  width: 60%;
  color: #5f7285;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results--list .entry--price,
.results--list .entry--all-results-number {
  width: 30%;
  text-align: right;
  color: #5f7285;
  white-space: nowrap;
}
.results--list .entry--all-results {
  padding: 0.375rem 0.3125rem 0.375rem 0.3125rem;
  font-weight: 500;
}
.results--list .entry--all-results-link {
  width: 70%;
  padding: 0;
}
.results--list .entry--all-results-link .icon--arrow-right {
  top: -0.0625rem;
  margin: 0rem 0.5rem 0rem 0rem;
  position: relative;
}
.results--list .entry--all-results-number {
  font-weight: 500;
  color: #d9400b;
}
.off-canvas .mobile--switches .navigation--entry {
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    width: auto;
  }
  .entry--search {
    display: inline-block;
    position: absolute;
    left: 26%;
    width: 40%;
  }
  .entry--search.is--active .main-search--form {
    top: 0;
    display: inline-block;
  }
  .entry--search .entry--trigger {
    display: none;
  }
  .entry--search .main-search--form {
    box-shadow: 0 0 0 transparent;
    border-bottom: 0 none;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .entry--search .main-search--form .main-search--field {
    background: #f8f8fa;
  }
  .entry--search .main-search--form .main-search--field:focus {
    background: #fff;
  }
  .entry--search .main-search--form .main-search--button {
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
  }
  .main-search--results {
    top: 3.125rem;
    width: 28.125rem;
    margin-left: -6.875rem;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .results--list {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #fff;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 0.625rem;
  }
  .has--cssanimations .form--ajax-loader {
    top: 0.625rem;
    right: 2.8125rem;
    position: absolute;
  }
  .has--no-cssanimations .form--ajax-loader {
    top: 0.875rem;
    right: 2.8125rem;
    position: absolute;
  }
}
@media screen and (min-width: 48em) {
  .header-main.is--active-searchfield {
    padding-bottom: 0;
  }
  .header-main {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .top-bar {
    padding: 0.25rem 0rem 0.25rem 0rem;
    display: block;
  }
  .header-main .top-bar--navigation {
    width: auto;
    float: right;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    line-height: 1.5625rem;
    float: left;
    display: block;
  }
  .header-main .top-bar--navigation .navigation--entry li {
    line-height: normal;
  }
  .header-main .top-bar--navigation .navigation--entry,
  .header-main .top-bar--navigation .navigation--link {
    color: #5f7285;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #d9400b;
  }
  .header-main .top-bar--navigation .field--select,
  .header-main .top-bar--navigation .navigation--entry {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .field--select {
    position: relative;
  }
  .header-main .top-bar--navigation .select-field {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .select-field select {
    border-radius: 0;
    padding: 0rem 1.125rem 0rem 0rem;
    line-height: 1.5625rem;
    background: none;
    border: 0 none;
  }
  .header-main .top-bar--navigation .select-field:after {
    height: 1.5625rem;
    line-height: 1.5rem;
    width: auto;
    border: 0 none;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field {
    width: 2rem;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field select {
    text-indent: -9999px;
  }
  .header-main .top-bar--navigation .top-bar--language .language--flag {
    margin-top: -0.375rem;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 0;
    pointer-events: none;
  }
  .header-main .top-bar--navigation .entry--service {
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service:after,
  .header-main .top-bar--navigation .entry--service::after {
    top: -0.1875rem;
    margin-left: 0.3125rem;
    content: "\e612";
    font-family: 'shopware';
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
    color: #d9400b;
  }
  .header-main .top-bar--navigation .service--list {
    min-width: 9.375rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2rem;
    right: 0.75rem;
    text-align: left;
    position: absolute;
    display: none;
    list-style: none;
    background: #fff;
    z-index: 3500;
    border: 1px solid #dadae5;
  }
  .header-main .top-bar--navigation .service--list::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    top: -0.3125rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #dadae5;
    border-width: 0 0 1px 1px;
    border-style: solid;
  }
  .header-main .top-bar--navigation .service--list .service--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    display: block;
    color: #5f7285;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #d9400b;
  }
  .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
    display: block;
  }
  .header-main .header--navigation {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .header-main .logo-main {
    padding: 0rem 0rem 0rem 0.625rem;
    width: 35%;
  }
  .header-main .logo-main .logo--link {
    height: 3.125rem;
  }
  .header-main .logo-main .logo--shop {
    height: 3.125rem;
    width: 82%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
  .logo-main,
  .shop--navigation {
    float: left;
  }
  .shop--navigation {
    width: 65%;
  }
  .shop--navigation .navigation--list {
    background-image: none;
    text-align: right;
  }
  .shop--navigation .navigation--entry {
    border-radius: 3px;
    background-clip: padding-box;
    border: 0 none;
    width: auto;
    float: none;
    display: inline-block;
  }
  .shop--navigation .entry--cart .entry--link {
    padding: 0;
    display: inline-block;
  }
  .shop--navigation .entry--link {
    font-weight: 500;
  }
  .shop--navigation .entry--menu-left {
    display: none;
  }
  .shop--navigation .cart--quantity,
  .shop--navigation .search--display,
  .shop--navigation .entry--account {
    display: inline-block;
  }
  .shop--navigation .entry--search {
    font-size: 0.875rem;
    position: absolute;
    left: 3%;
    margin-right: 10%;
    background: #fff;
    padding: 0;
    border: 0 none;
    width: 50%;
  }
  .shop--navigation .entry--search .entry--trigger {
    display: none;
  }
  .shop--navigation .main-search--form {
    box-shadow: 0 0 0 transparent;
    display: block;
    padding: 0;
    border: 0 none;
  }
  .main-search--form {
    left: auto;
  }
  .account--dropdown-navigation {
    min-width: 12.5rem;
    max-width: 15.625rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2.8125rem;
    display: none;
    position: absolute;
    right: 0;
    z-index: 3500;
    text-align: left;
  }
  .js--is--dropdown-active .account--dropdown-navigation {
    display: block;
  }
  .account--dropdown-navigation .navigation--signin {
    padding-bottom: 0.375rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem;
    padding-top: 0;
  }
  .account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
    width: 100%;
    margin-bottom: 0;
  }
  .account--dropdown-navigation .navigation--smartphone {
    display: none;
  }
  .account--dropdown-navigation .account--menu {
    text-align: left;
    background: #fff;
  }
  .account--dropdown-navigation .account--menu::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #dadae5;
    border-width: 0 0 1px 1px;
    border-style: solid;
    top: 0;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation {
    text-align: left;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--entry {
    display: block;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--link {
    padding: 0.1875rem 0rem 0.1875rem 0rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
    padding: 0.625rem 0rem 0rem 1.4375rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout:before {
    left: 0.125rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--abort {
    padding-top: 0rem;
    margin-top: 0rem;
    border-top: 0 none;
    white-space: nowrap;
  }
  .main-search--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .header-main .logo-main {
    width: 30%;
  }
  .header-main .shop--navigation {
    width: 70%;
  }
  .shop--navigation .entry--search {
    width: 40%;
    margin-right: 8%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .navigation--list .navigation--entry .btn {
    width: auto;
  }
  .navigation--list .entry--cart .cart--link {
    padding-left: 3.125rem;
  }
  .navigation--list .entry--cart .cart--link .cart--quantity {
    display: inline-block;
  }
  .navigation--list .entry--cart .cart--link .cart--amount {
    display: inline-block;
    color: #d9400b;
    font-weight: 700;
  }
  .navigation--list .entry--cart .icon--basket {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .entry--account .account--link {
    padding-left: 2.25rem;
  }
  .navigation--list .entry--account .account--link.account--user-loggedin:after {
    content: none;
    display: none;
  }
  .navigation--list .entry--account .icon--account {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .account--display {
    display: inline-block;
  }
  .navigation--list .account--display.navigation--personalized {
    line-height: 1rem;
    font-size: 0.75rem;
    max-width: 5.625rem;
    margin-top: 0.125rem;
    text-align: left;
  }
  .navigation--list .account--display.navigation--personalized .account--display-greeting {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
}
@media screen and (min-width: 120rem) {
  .header-main .top-bar {
    margin-bottom: 0.125rem;
  }
  .header-main .logo--shop {
    width: 75%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .shop--navigation {
    width: 75%;
  }
  .shop--navigation .navigation--link {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .shop--navigation .entry--link {
    font-size: 0.875rem;
  }
  .shop--navigation .entry--trigger {
    margin-right: 0.875rem;
  }
  .shop--navigation .entry--search {
    width: 40%;
  }
  .shop--navigation .entry--cart {
    margin-right: 0;
  }
  .account--menu.is--personalized .navigation--link.navigation--personalized {
    padding-bottom: 0;
  }
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
  .header-main .top-bar--navigation .navigation--entry:last-child {
    padding-right: 0;
  }
  .cart--display {
    margin: 0rem 1.5625rem 0rem 0.3125rem;
    font-weight: 700;
    color: #5f7285;
  }
}
@media screen and (max-width: 30em) {
  .account--dropdown-navigation .sidebar--navigation {
    display: block !important;
  }
}
/*
Main navigation
==========================================
Contains the styles of the main navigation of the Shopware storefront.

The main navigation is positioned above the content section.

It contains the viewport specific styles inside media queries.
*/
.navigation-main {
  background: #fff;
  display: none;
}
@media screen and (min-width: 48em) {
  .navigation-main {
    border-bottom: 1px solid #d9400b;
    display: block;
    position: relative;
  }
  .navigation-main .navigation--list {
    padding: 0rem 0.625rem 0rem 0.625rem;
    margin: 0;
    position: relative;
    white-space: nowrap;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--entry {
    display: inline-block;
    -ms-touch-action: none;
  }
  .navigation-main .navigation--link {
    -webkit-transition: none;
    transition: none;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #5f7285;
  }
  .navigation-main .navigation--link:hover {
    color: #d9400b;
  }
  .navigation-main .is--active .navigation--link {
    background-color: #fa5d27;
    background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
    font-weight: 700;
    color: #fff;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 120rem) {
  .navigation-main .navigation--list {
    padding: 0;
  }
}
/*
Breadcrumb
=================================
Defines the styling for the content breadcrumb elements that display the page location.

Every breadcrumb entry is followed by a breadcrumb separator list-entry with an arrow icon.

The main breadcrumb is positioned below the main navigation bar.

```
<nav class="content--breadcrumb">
    <ul class="breadcrumb--list" role="menu">
        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 1
                </span>
            </a>
        </li>

        <li class="breadcrumb--separator">
            <i class="icon--arrow-right"></i>
        </li>

        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 2
                </span>
            </a>
        </li>
    </ul>
</nav>
```
*/
.content--breadcrumb {
  font-size: 0.875rem;
  display: block;
  float: none;
  border-bottom: 1px solid #dadae5;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb .breadcrumb--list {
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry,
.content--breadcrumb .breadcrumb--separator {
  display: none;
  float: left;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry:last-child,
.content--breadcrumb .breadcrumb--separator:last-child {
  display: list-item;
}
.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
  line-height: 1.5rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.content--breadcrumb .breadcrumb--separator {
  font-size: 0.5625rem;
}
.content--breadcrumb .breadcrumb--link {
  display: block;
  color: #5f7285;
}
.content--breadcrumb .breadcrumb--link:hover {
  color: #d9400b;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #d9400b;
}
.content--breadcrumb .breadcrumb--button {
  padding: 0.625rem 0rem 0.625rem 0.625rem;
  display: inline-block;
  float: left;
  list-style: none;
}
.content--breadcrumb .breadcrumb--button .breadcrumb--title {
  padding-right: 1.25rem;
  border-right: 1px solid #dadae5;
}
.content--breadcrumb .breadcrumb--button .icon--arrow-left {
  font-size: 0.5625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
  .content--breadcrumb .breadcrumb--list {
    padding-left: 0;
  }
  .content--breadcrumb .breadcrumb--entry,
  .content--breadcrumb .breadcrumb--separator {
    display: list-item;
  }
  .content--breadcrumb .breadcrumb--button {
    margin-right: 0.625rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
  .content--breadcrumb .breadcrumb--button .breadcrumb--title {
    padding-right: 0rem;
    border-right: 0 none;
  }
}
@media screen and (min-width: 120rem) {
  .content--breadcrumb {
    padding: 0rem 2.5rem 0rem 2.5rem;
  }
}
/*
Detail
=======================================
Defines the styling for the Shopware 5 detail page elements.

It contains the product actions, the product information such as pictures and details and the user ratings of the product.
*/
.product--details .product--actions {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0rem 0rem 0.625rem 0rem;
  border-top: 0 none;
  border-bottom: 1px solid #dadae5;
}
.product--details .product--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--actions .js--off-canvas-button {
  display: inline-block;
}
.product--details .product--header {
  padding: 0.625rem 0rem 0.625rem 0rem;
  min-height: 4.375rem;
  box-sizing: content-box;
}
.product--details .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--header .product--title {
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #3f4c58;
}
.product--details .product--supplier,
.product--details .product--rating-container {
  width: 50%;
}
.product--details .product--rating-link {
  display: inline-block;
}
.product--details .product--rating {
  font-size: 1.1875rem;
  display: block;
  letter-spacing: -1px;
  color: #5f7285;
}
.product--details .product--rating:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--rating .rating--count-wrapper {
  font-size: 1rem;
  margin-left: 0.625rem;
  line-height: 1.5625rem;
  vertical-align: text-top;
  letter-spacing: 1px;
}
.product--details .product--supplier {
  height: 2.1875rem;
  text-align: right;
  float: right;
  margin: 0;
}
.product--details .product--supplier .product--supplier-link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.product--details .product--supplier.image--svg img {
  height: 100%;
}
.product--details .product--rating-container {
  margin: 0.3125rem 0rem 0rem 0rem;
  float: left;
}
.product--details .product--image-container {
  margin: 0rem 0rem 1.25rem 0rem;
  width: 100%;
}
.product--details .product--image-container .image-slider--slide {
  margin-right: -0.5px;
}
.product--details .alert {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--tax {
  font-size: 0.75rem;
  margin: 0;
}
.product--details .product--buybox {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.product--details .product--buybox .product--price {
  margin: 0;
}
.product--details .product--buybox .price--label {
  font-weight: 700;
}
.product--details .product--buybox .price--line-through {
  text-decoration: line-through;
}
.product--details .product--buybox .price--discount .price--content {
  color: #e74c3c;
}
.product--details .product--buybox .price--content {
  font-size: 1.75rem;
  white-space: nowrap;
  color: #3f4c58;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.product--details .product--buybox .content--discount {
  font-size: 0.875rem;
  padding: 0.25rem 0rem 0.25rem 0rem;
  white-space: nowrap;
  display: inline-block;
}
.product--details .product--buybox .price--discount-icon {
  padding: 0.375rem 0.4375rem 0.375rem 0.4375rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  background: #e74c3c;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.product--details .product--configurator .reset--configuration {
  margin: 0rem 0rem 1.25rem 0rem;
  white-space: nowrap;
}
.product--details .product--configurator .alert {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--details .buybox--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.product--details .buybox--quantity {
  margin: 0 2% 0 0;
  width: 35%;
}
.product--details .buybox--quantity .select-field select {
  font-size: 1rem;
  font-weight: 700;
}
.product--details .buybox--button {
  font-size: 1rem;
  white-space: nowrap;
  width: 63%;
}
.product--details .product--base-info {
  margin: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
}
.product--details .product--base-info .entry--label {
  margin: 0rem 0.5rem 0rem 0rem;
  width: 35%;
  display: inline-block;
}
.product--details .content--description,
.product--details .content--product-reviews,
.product--details .content--related-products,
.product--details .content--similar-products {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.product--details .product--properties {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--properties .product--properties-table {
  width: 100%;
  background: #ffffff;
}
.product--details .product--properties td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  width: 50%;
  border: 0 none;
}
.product--details .product--properties tr:nth-child(even) td {
  background: #f5f5f5;
}
.product--details .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #3f4c58;
}
.product--details .content--title.title--description-supplier {
  margin-top: 1.5625rem;
}
.product--details .content--link [class^=icon] {
  font-size: 0.625rem;
  margin: -0.125rem 0.5rem 0rem 0rem;
}
.product--details .block-prices--container {
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.product--details .block-prices--container .block-prices--table {
  width: 100%;
}
.product--details .block-prices--container .block-prices--table td,
.product--details .block-prices--container .block-prices--table th {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.product--details .block-prices--container .block-prices--table th {
  color: #fff;
  text-align: left;
}
.product--details .listing .product--box .panel--body {
  border-left: 1px solid #dadae5;
  border-right: 1px solid #dadae5;
}
.product--details .action--form {
  float: left;
}
.product--details .action--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  margin: 0rem 2.1875rem 0.3125rem 0rem;
  color: #5f7285;
  white-space: nowrap;
}
.product--details .action--link.action--compare {
  display: none;
}
.product--details .action--link:last-child {
  margin-right: 0;
}
.product--details .action--link:hover {
  color: #d9400b;
}
.product--details .action--link *[class^="icon"] {
  font-size: 0.75rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--link *[class="icon--star"] {
  font-size: 0.875rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--compare {
  display: none;
}
.product--details .link--notepad:focus {
  outline: none;
}
.product--details .link--notepad.js--is-saved {
  color: #2ecc71;
}
.product--details .price--unit {
  font-size: 0.75rem;
}
.product--details .delivery--text {
  font-size: 0.875rem;
}
.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .bought--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  min-height: 16.875rem;
}
.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--content .product-slider--arrow.arrow--prev,
.product--details .bought--content .product-slider--arrow.arrow--prev,
.product--details .related--content .product-slider--arrow.arrow--prev,
.product--details .product-streams--content .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.product--details .similar--content .product-slider--arrow.arrow--next,
.product--details .viewed--content .product-slider--arrow.arrow--next,
.product--details .bought--content .product-slider--arrow.arrow--next,
.product--details .related--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.product--navigation {
  display: none;
}
.review--form .review--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.review--form .review--field.select-field {
  max-width: 100%;
}
.review--form .review--notice {
  font-size: 0.75rem;
}
.product--description ol,
.product--description ul {
  margin: 0rem 1rem 1rem 1rem;
  padding: 0;
}
.product--description ol li,
.product--description ul li {
  margin: 0rem 0rem 0rem 0.375rem;
}
.review--entry {
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.5625rem 0rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #dadae5;
}
.review--entry.is--last {
  margin: 0rem 0rem 1.875rem 0rem;
}
.review--entry.has--answer {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0;
}
.review--entry .entry--header,
.review--entry .product--rating {
  margin-bottom: 0.625rem;
}
.review--entry .content--label {
  margin: 0rem 0.5rem 0rem 0rem;
  float: left;
}
.review--entry .content--field:after {
  content: "";
  display: table;
  clear: both;
}
.review--entry .content--title {
  font-size: 1rem;
}
.review--entry .review--content {
  font-size: 0.875rem;
  margin: 0;
}
.review--entry.is--answer {
  margin: 0rem 0.625rem 1.875rem 0.625rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  background: #f5f5f8;
  border-top: 0;
}
.review--entry.is--answer .entry--header {
  position: relative;
  border: 0 none;
}
.review--entry.is--answer .entry--header::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -0.5625rem;
  background: #f5f5f8;
}
.content--product-reviews .alert {
  margin: 0rem 0rem 1rem 0rem;
}
.content--product-reviews .captcha--notice {
  font-size: 0.75rem;
  line-height: 1.2;
}
.product--rating-count {
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem 0.125rem 0.4375rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: #5f7285;
  color: #fff;
  font-weight: 700;
}
.product--notification {
  margin: 0rem 0rem 1rem 0rem;
}
.product--notification .alert {
  margin: 0rem 0rem 0.5rem 0rem;
  word-wrap: break-word;
}
.product--notification .notification--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 80%;
}
.product--notification .notification--field:focus {
  z-index: 1;
}
.product--notification .notification--button {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin-left: -0.0625rem;
  position: relative;
  width: 20%;
}
.product--notification .notification--button .icon--mail {
  font-size: 0.75rem;
}
.product--notification .privacy-information {
  margin: 0rem 0rem 0rem 0rem;
}
.configurator--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.configurator--form .select-field {
  max-width: 100%;
}
.configurator--label {
  margin: 0.375rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.link--prev-button,
.link--next-button {
  display: none;
}
.base-info--entry {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.tab--navigation {
  display: none;
}
.tab--title {
  color: #5f7285;
  font-weight: 700;
}
.tab--title:hover {
  color: #d9400b;
}
.tab--title:after {
  right: 0.625rem;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content: "";
  font-family: 'shopware';
}
.tab-menu--cross-selling .tab--container {
  margin: 0rem 0rem 0.625rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
  display: none;
}
.tab-menu--cross-selling .tab--container.has--content {
  display: block;
}
.tab-menu--cross-selling .tab--container:last-child {
  margin: 0rem 0rem 0rem 0rem;
}
.tab-menu--cross-selling .tab--header.is--active {
  border-bottom: 1px solid #dadae5;
}
.tab-menu--cross-selling .tab--header.is--active .tab--title:after {
  content: "\e68e";
}
.tab-menu--cross-selling .tab--title {
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  line-height: 1.25rem;
  position: relative;
  display: block;
}
.tab-menu--cross-selling .tab--title:after {
  content: "\e68f";
}
@media screen and (min-width: 30em) {
  .product--details .configurator--form .select-field {
    height: 2.375rem;
    max-width: 80%;
  }
  .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 80%;
  }
  .tab-menu--product {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .tab-menu--product .tab--navigation {
    display: block;
  }
  .tab-menu--product .tab--header,
  .tab-menu--product .tab--preview {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .product--details .product--header {
    padding: 1.875rem 0rem 1.25rem 0rem;
  }
  .product--details .product--header .product--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    width: 80%;
    float: left;
    border: 0 none;
  }
  .product--details .product--supplier {
    height: 4.375rem;
    width: 20%;
    float: right;
  }
  .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .product--details .action--link.action--compare {
    display: inline-block;
  }
  .product--details .product--rating-container {
    width: 80%;
    float: left;
  }
  .product--details .product--image-container {
    width: 100%;
  }
  .product--details .product--base-info .entry--label {
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .product--details .content--description,
  .product--details .content--product-reviews {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .content--related-products,
  .product--details .content--similar-products {
    padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  }
  .product--details .product--properties {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
  .product--details .tab--navigation {
    display: block;
  }
  .product--details .tab--header,
  .product--details .tab--preview {
    display: none;
  }
  .product--details .review--entry {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .review--entry.is--answer {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .product--details .tab--container {
    margin: 0rem 0rem 0rem 0rem;
  }
  .product--details .tab-menu--product {
    margin: 0rem 0rem 1.875rem 0rem;
  }
  .product--details .tab-menu--cross-selling .tab--container {
    display: none;
  }
  .product--details .review--form-container {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .product--details .product--image-container {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
  .product--details .product--buybox {
    width: 38%;
  }
  .product--details .configurator--form {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .product--details .product--properties {
    width: 50%;
  }
  .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .product--details .review--form-container {
    width: 70%;
  }
  .product--details .product--actions {
    padding: 0rem 0rem 0.3125rem 0rem;
    border-bottom: 1px solid #dadae5;
  }
  .product--details .product--buybox {
    border-bottom: 0 none;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 100%;
  }
}
@media screen and (min-width: 120rem) {
  .is--ctl-detail .page-wrap {
    overflow-x: hidden;
  }
  .product--details .product--header {
    padding-top: 2.8125rem;
  }
  .product--details .review--form-container {
    width: 60%;
  }
  .product--navigation {
    display: block;
    position: relative;
  }
  .product--navigation .navigation--link {
    top: 8.75rem;
    display: none;
    position: absolute;
  }
  .product--navigation .link--prev-button,
  .product--navigation .link--next-button {
    width: 2.5rem;
    height: 15.9375rem;
    line-height: 15.9375rem;
    font-size: 1.5625rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: rgba(95, 114, 133, 0.1);
    text-align: center;
    color: #fff;
    display: block;
  }
  .product--navigation .link--prev-button .link--prev-inner,
  .product--navigation .link--next-button .link--prev-inner,
  .product--navigation .link--prev-button .link--next-inner,
  .product--navigation .link--next-button .link--next-inner {
    display: none;
  }
  .product--navigation .image--wrapper {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    width: 12.5rem;
    height: 15.9375rem;
    float: left;
    background: #fff;
    position: relative;
  }
  .product--navigation .image--container {
    -webkit-transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  .product--navigation .link--prev-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    float: left;
  }
  .product--navigation .link--prev-button:before {
    font-family: 'shopware';
    content: "\e611";
  }
  .product--navigation .link--next-button {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    float: right;
  }
  .product--navigation .link--next-button:before {
    font-family: 'shopware';
    content: "\e60f";
  }
  .product--navigation .link--prev,
  .product--navigation .link--next {
    -webkit-transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
  }
  .product--navigation .link--prev:hover .link--prev-button,
  .product--navigation .link--next:hover .link--prev-button,
  .product--navigation .link--prev:hover .link--next-button,
  .product--navigation .link--next:hover .link--next-button {
    background: rgba(95, 114, 133, 0.2);
  }
  .product--navigation .link--prev {
    left: -2.5rem;
  }
  .product--navigation .link--prev .image--container {
    left: 3.125rem;
  }
  .product--navigation .link--prev.can--slide:hover {
    left: -8.75rem;
  }
  .product--navigation .link--prev.can--slide:hover .image--container {
    left: 0;
  }
  .product--navigation .link--next {
    right: -2.5rem;
  }
  .product--navigation .link--next .image--container {
    right: 3.125rem;
  }
  .product--navigation .link--next.can--slide:hover {
    right: -8.75rem;
  }
  .product--navigation .link--next.can--slide:hover .image--container {
    right: 0;
  }
  .product--supplier {
    height: 4.375rem;
  }
  .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .content--description,
  .content--product-reviews {
    padding: 0.625rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .content--related-products,
  .content--similar-products {
    padding: 1.875rem 2.8125rem 1.25rem 2.8125rem;
  }
  .product--notification {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--notification .alert {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
/*
Footer
==========================================
Defines the styles for the storefront footer and its components.

Contains the footer columns, the navigation elements and the vat notice/logo at the bottom of the page.

It contains the viewport specific styles inside media queries.

The footer element sizes are defined with the unitize mixin.
*/
.footer-main {
  background: #fff;
}
.footer-main .footer--phone-link {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #5f7285;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.footer-main .footer--column.is--last {
  border-bottom: 1px solid #dadae5;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin: 0;
  font-weight: 700;
  color: #d9400b;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}
.footer-main .column--headline.is--active::after {
  content: "\e68e";
}
.footer-main .column--headline::after {
  font-size: 1.125rem;
  font-family: 'shopware';
  color: #5f7285;
  font-weight: 700;
  content: "\e68f";
  float: right;
}
.footer-main .column--content {
  display: none;
}
.footer-main .column--content.is--active {
  display: block;
}
.footer-main .footer--bottom {
  font-size: 0.75rem;
  padding: 1.33333333rem 1rem 0rem 1rem;
  text-align: center;
}
.footer-main .footer--copyright {
  font-size: 0.8125rem;
}
.footer-main .footer--logo {
  font-size: 1.75rem;
  color: #009fe3;
}
.footer-main .navigation--list {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .navigation--list .is--level1 {
  padding-bottom: 0.625rem;
}
.footer-main .navigation--list .is--level1 .navigation--entry {
  margin-left: 0.625rem;
}
.footer-main .navigation--link {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
  color: #5f7285;
  cursor: pointer;
}
.footer-main .navigation--link:hover {
  color: #d9400b;
}
.footer-main .newsletter--form {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .newsletter--form:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .newsletter--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 87.5%;
  float: left;
}
.footer-main .newsletter--field:focus {
  z-index: 1;
}
.footer-main .newsletter--button {
  box-shadow: 0 0 0 transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  margin-left: -0.0625rem;
  position: relative;
  width: 12.5%;
  text-align: center;
  float: left;
}
.footer-main .newsletter--button .icon--mail {
  font-size: 0.875rem;
  margin-right: 0rem;
}
.footer-main .newsletter--button .button--text {
  display: none;
}
.footer-main .footer--logo {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.footer-vat {
  margin-top: 0.625rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  background: transparent;
}
.footer--vat-info .vat-info--text {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.footer-minimal {
  font-size: 0.8125rem;
  padding: 2.5rem 0.625rem 1.25rem 0.625rem;
  background: transparent;
  text-align: center;
}
.footer-main .footer-minimal {
  padding: 0;
}
.footer-minimal .footer--service-menu .service--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-minimal .footer--service-menu .service--list .service--link {
  padding: 0.5rem 0.125rem 0.5rem 0.125rem;
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry {
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry:after {
  height: 0.625rem;
  width: 0.0625rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  border-left: 1px solid #bcbcd0;
  display: inline-block;
  content: '';
}
.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after {
  display: none;
}
.footer-minimal .footer--vat-info {
  margin: 0.9375rem 0rem 0.625rem 0rem;
}
.footer-minimal .footer--vat-info .vat-info--text {
  line-height: 1.125rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer-main .footer-minimal {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-main {
    border-top: 1px solid #dadae5;
  }
  .footer-main .column--headline {
    margin: 1.75rem 0rem 0.625rem 0rem;
    padding: 0;
    cursor: text;
  }
  .footer-main .column--headline::after {
    display: none;
  }
  .footer-main .footer--column {
    padding: 0rem 0.625rem 0rem 0rem;
    width: 25%;
    border: 0 none;
  }
  .footer-main .footer--column.is--last {
    padding-right: 0;
    border-bottom: 0 none;
  }
  .footer-main .footer--columns {
    padding: 0rem 1.875rem 0rem 1.875rem;
    border-bottom: 1px solid #dadae5;
  }
  .footer-main .column--content {
    display: block;
  }
  .footer-main .navigation--list .is--level1 {
    display: none;
  }
  .footer-main .navigation--entry {
    padding: 0;
  }
  .footer-main .navigation--link {
    line-height: 1.7;
    padding: 0;
  }
  .footer-main .newsletter--field {
    width: 80%;
  }
  .footer-main .newsletter--button {
    width: 20%;
  }
  .footer-main .newsletter--button .icon--mail {
    font-size: 0.75rem;
  }
  .footer-vat {
    padding: 0;
  }
  .footer--vat-info .vat-info--text {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  .footer-main .footer--columns {
    padding: 0rem 0rem 1.25rem 0rem;
  }
  .footer-main .footer--bottom {
    font-size: 0.9375rem;
  }
  .footer-minimal {
    padding-top: 0;
  }
}
/*
Sidebar
==============================================
Defines the styling of the storefront sidebar navigation and its components.

The sidebar is displayed inside the off-canvas menu on small devices.

```
<ul class="sidebar--navigation">
    <li class="navigation--entry is--active has--sub-categories has--sub-children">
        <a class="navigation--link is--active has--sub-categories">
            Sidebar Head
        </a>
        <ul class="sidebar--navigation is--level1">
            <li class="navigation--entry has--sub-children" role="menuitem">
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
            </li>
        </ul>
    </li>
</ul>
```
*/
body > .sidebar-main {
  padding-bottom: 1.25rem;
  border-right: #dadae5;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-main.off-canvas,
#cookie-consent {
  background: #f5f5f8;
}
.mobile--switches {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  height: 2.6875rem;
  display: block;
}
.mobile--switches:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches .navigation--entry {
  margin-right: 1.25rem;
  float: left;
}
.mobile--switches .field--select,
.mobile--switches .navigation--entry {
  height: 1.875rem;
}
.mobile--switches .field--select {
  position: relative;
}
.mobile--switches .select-field {
  height: 1.875rem;
}
.mobile--switches .select-field select {
  border-radius: 0;
  padding: 0rem 1.125rem 0rem 0rem;
  line-height: 1.75rem;
  font-size: 1rem;
  background: none;
  border: 0 none;
}
.mobile--switches .select-field:after {
  height: 1.5625rem;
  line-height: 1.75rem;
  width: auto;
  border: 0 none;
}
.mobile--switches .top-bar--language .select-field {
  width: 2rem;
}
.mobile--switches .top-bar--language .select-field select {
  text-indent: -9999px;
}
.mobile--switches .top-bar--language .language--flag {
  margin-top: -0.375rem;
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.campaign--box {
  display: none;
}
.sidebar--navigation {
  border-radius: 0;
  margin: 0;
  border-left: 0 none;
  border-right: 0 none;
}
.sidebar--navigation .navigation--entry {
  position: relative;
}
.sidebar--navigation .navigation--link {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.sidebar--navigation .navigation--link:hover {
  color: #d9400b;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #d9400b;
  font-weight: 700;
}
.offcanvas--overlay {
  width: 17.5rem;
  top: 2.625rem;
  background: #f5f5f8;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  padding: 0;
  z-index: 1200;
  bottom: 0;
}
.offcanvas--overlay.background {
  z-index: 1100;
}
.offcanvas--overlay .overlay--headline {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  background: #fff;
}
.offcanvas--overlay .overlay--category {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
}
.offcanvas--overlay .overlay--category .category--headline {
  font-size: 0.875rem;
  color: #3f4c58;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.offcanvas--overlay .is--icon-left {
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
}
.offcanvas--overlay .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.offcanvas--overlay .is--back-button {
  font-weight: 700;
}
.offcanvas--overlay .is--display-button {
  color: #d9400b;
  font-weight: 700;
}
.has--cssanimations .sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
}
.sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
}
.listing--sidebar {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-bottom: 1.25rem;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload {
  overflow: hidden;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--container {
  overflow: auto;
  position: absolute;
  top: 43px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--close-btn {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.listing--sidebar .sidebar-filter .action--filter-options {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
}
.listing--sidebar .sidebar-filter .filter--active {
  max-width: 100%;
}
.listing--sidebar .sidebar-filter .filter--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--container .filter-panel {
  margin: 0rem 0rem 0.625rem 0rem;
  float: none;
  width: auto;
}
.listing--sidebar .sidebar-filter .filter--actions {
  width: auto;
  padding: 0;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions .filter--btn-apply {
  width: 100%;
}
.listing--sidebar .sidebar-filter #filter {
  display: block;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .listing--sidebar {
    width: 14.375rem;
    height: auto;
    display: block;
    float: left;
  }
  .listing--sidebar + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--no-sidebar .listing--sidebar {
    display: none;
  }
  .is--no-sidebar .listing--sidebar + .content--wrapper {
    margin: 0;
  }
  .offcanvas--overlay {
    display: none;
  }
  .sidebar-main {
    width: 14.375rem;
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 1.875rem;
    display: none;
    float: left;
  }
  .is--ctl-listing .sidebar-main,
  .is--ctl-forms .sidebar-main,
  .is--ctl-tellafriend .sidebar-main,
  .is--ctl-newsletter .sidebar-main,
  .is--ctl-sitemap .sidebar-main,
  .is--ctl-custom .sidebar-main,
  .is--ctl-note.is--user .sidebar-main,
  .is--ctl-address .sidebar-main,
  .is--ctl-account.is--user .sidebar-main {
    display: block;
  }
  .is--ctl-listing .sidebar-main + .content--wrapper,
  .is--ctl-forms .sidebar-main + .content--wrapper,
  .is--ctl-tellafriend .sidebar-main + .content--wrapper,
  .is--ctl-newsletter .sidebar-main + .content--wrapper,
  .is--ctl-sitemap .sidebar-main + .content--wrapper,
  .is--ctl-custom .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user .sidebar-main + .content--wrapper,
  .is--ctl-address .sidebar-main + .content--wrapper,
  .is--ctl-account.is--user .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-blog .sidebar-main,
  .is--ctl-note .sidebar-main,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main,
  .is--ctl-index .sidebar-main,
  .is--ctl-detail .sidebar-main,
  .is--ctl-search .sidebar-main,
  .is--ctl-checkout .sidebar-main,
  .is--ctl-register .sidebar-main,
  .is--ctl-campaign .sidebar-main,
  .is--ctl-account.is--act-logout .sidebar-main,
  .is--ctl-account.is--act-abort .sidebar-main,
  .is--ctl-account.is--act-password .sidebar-main,
  .is--ctl-account.is--act-resetpassword .sidebar-main,
  .is--ctl-listing.is--no-sidebar .sidebar-main {
    display: none;
  }
  .is--ctl-blog .sidebar-main + .content--wrapper,
  .is--ctl-note .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper,
  .is--ctl-index .sidebar-main + .content--wrapper,
  .is--ctl-detail .sidebar-main + .content--wrapper,
  .is--ctl-search .sidebar-main + .content--wrapper,
  .is--ctl-checkout .sidebar-main + .content--wrapper,
  .is--ctl-register .sidebar-main + .content--wrapper,
  .is--ctl-campaign .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-abort .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper {
    margin: 0;
  }
  .is--ctl-note .sidebar-main .categories--headline,
  .is--ctl-address .sidebar-main .categories--headline,
  .is--ctl-account .sidebar-main .categories--headline,
  .is--ctl-note .sidebar-main .categories--navigation,
  .is--ctl-address .sidebar-main .categories--navigation,
  .is--ctl-account .sidebar-main .categories--navigation,
  .is--ctl-note .sidebar-main .shop-sites--container,
  .is--ctl-address .sidebar-main .shop-sites--container,
  .is--ctl-account .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main .mobile--switches,
  .sidebar-main .filter--container,
  .sidebar-main .navigation--smartphone {
    display: none;
  }
  .sidebar-main .sidebar--categories-wrapper {
    display: none !important;
  }
  .navigation--headline {
    margin: 1.25rem 0.625rem 0.625rem 0.625rem;
  }
  .campaign--box {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .categories--headline {
    display: none;
  }
  .categories--navigation.is--level0 .navigation--entry:first-child .navigation--link.is--active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
  }
  .categories--navigation.is--level1 .navigation--entry:first-child .navigation--link.is--active {
    border-radius: 0;
  }
  .sidebar--categories-navigation {
    margin-bottom: 1.25rem;
  }
  .sidebar--navigation {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
  }
  .sidebar--navigation .navigation--entry {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0.625rem 0rem 0.625rem;
  }
  .sidebar--navigation ul.sidebar--navigation {
    border-radius: 0;
  }
  .sidebar--navigation ul.sidebar--navigation .navigation--entry {
    margin: 0rem 0rem 0rem 0.625rem;
  }
  .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
  }
  .sidebar--navigation .navigation--link:hover {
    color: #d9400b;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #d9400b;
    font-weight: 700;
  }
  .sidebar--navigation .navigation--link .is--icon-right {
    display: none;
  }
  .sidebar--navigation .is--level1 {
    margin-bottom: 0.625rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--entry {
    margin: 0rem 0rem 0rem 0rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar--navigation .is--level1 .navigation--link.is--active {
    font-weight: 700;
    text-shadow: none;
    color: #d9400b;
    background: transparent;
    border: 0 none;
  }
  .sidebar--navigation .is--level2 {
    font-size: 0.75rem;
  }
  .sidebar--navigation .navigation--level-high {
    border: 0 none;
  }
  .shop-sites--container {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #dadae5;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #dadae5;
    color: #3f4c58;
    font-weight: 700;
  }
  .shop-sites--container .shop-sites--navigation,
  .shop-sites--container .navigation--entry {
    border: 0 none;
  }
  .shop-sites--container .shop-sites--navigation .navigation--link,
  .shop-sites--container .navigation--entry .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar-filter .filter--active-container {
    margin: 0;
    padding: 0;
  }
  .sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child {
    margin-bottom: 0;
  }
  .sidebar-filter .filter--facet-container,
  .sidebar-filter .filter--actions-bottom,
  .sidebar-filter .filter--active-container {
    display: block;
  }
  .sidebar-filter .filter--facet-container {
    padding: 0;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
    height: auto;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout {
    position: relative;
  }
  .listing--sidebar + .search--results {
    margin-left: 16.25rem;
  }
  .listing--sidebar + .search--results .listing--wrapper {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-forms .sidebar-main .sidebar--categories-navigation,
  .is--ctl-custom .sidebar-main .sidebar--categories-navigation {
    display: none;
  }
  .is--ctl-forms .sidebar-main .shop-sites--container,
  .is--ctl-custom .sidebar-main .shop-sites--container {
    display: block;
  }
  .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    background: transparent;
  }
}
@media screen and (min-width: 120rem) {
  .sidebar-main {
    padding-top: 2.8125rem;
    display: block;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
/*
Listing
==========================================
Contains the styles of the product listing and its components.

The styling defines the listing components such as the product filter element.

It contains the viewport specific styles inside media queries.
*/
.listing--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.banner--container {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser .hero--text {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.category--teaser .offcanvas--content {
  padding: 1.25rem;
}
.category--teaser .offcanvas--content .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.9375rem 0rem;
  font-weight: 700;
  color: #3f4c58;
}
.vendor--info {
  margin: 0rem 0rem 1.25rem 0rem;
}
.vendor--info:after {
  content: "";
  display: table;
  clear: both;
}
.vendor--info .vendor--image-wrapper {
  margin: 0rem 0rem 0.625rem 0rem;
  max-width: 12.5rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
}
.vendor--info .vendor--image {
  margin: 0 auto;
  height: 100%;
}
.vendor--info .vendor--text {
  margin: 0rem 0rem 1.25rem 0rem;
}
.listing--actions {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--wrapper.js--is-loading .js--loading-indicator {
  top: 9.375rem;
}
.listing {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.listing.is--loading {
  opacity: 0;
}
.action--filter-btn {
  margin-bottom: 0.625rem;
}
.action--filter-btn .filter--trigger {
  height: 2.125rem;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.action--filter-btn .filter--trigger .icon--filter {
  margin-right: 0.5rem;
}
.action--filter-btn .filter--trigger .action--collapse-icon {
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1.5rem;
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  float: right;
}
.action--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.action--filter-options .filter--close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.action--filter-options .filter--close-btn:hover {
  color: #fff;
}
.action--filter-options .filter--close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.action--filter-options .filter--btn-apply {
  clear: both;
}
.action--filter-options .filter--list {
  list-style: none;
}
.action--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #dadae5;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #5f7285;
}
.action--filter-options .filter--link:hover {
  color: #d9400b;
}
.action--sort {
  margin-bottom: 1.25rem;
  display: block;
}
.action--sort .sort--label {
  display: none;
}
.action--sort .sort--select {
  height: 2.125rem;
  max-width: 100%;
}
.action--sort .sort--select:after,
.action--sort .sort--select .sort--field {
  line-height: 2.125rem;
}
.action--per-page {
  display: none;
}
.listing--paging {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
}
.listing--paging:after {
  content: "";
  display: table;
  clear: both;
}
.listing--paging .paging--label {
  display: none;
}
.listing--paging .paging--display {
  line-height: 1.875rem;
  margin-left: 0.625rem;
}
.listing--bottom-paging {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.listing--container {
  overflow: hidden;
}
.listing {
  margin: -2% 0 0 -2%;
  padding: 0 0 2% 0;
}
.listing:after {
  content: "";
  display: table;
  clear: both;
}
.infinite--actions {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.infinite--actions .js--load-more,
.infinite--actions .js--load-previous {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .category--teaser .hero--headline {
    font-size: 0.1953125remrem;
    padding: 2.5rem 0rem 0rem 0rem;
    margin: 0rem 2.5rem 0rem 2.5rem;
  }
  .category--teaser .hero--text {
    padding: 1.5625rem 2.5rem 0.625rem 2.5rem;
  }
  .listing--content {
    margin: 1.875rem 0rem 1.875rem 0rem;
  }
  .listing--content:after {
    content: "";
    display: table;
    clear: both;
  }
  .vendor--info .vendor--image-wrapper {
    margin: 0rem 1.25rem 1.25rem 0rem;
    float: left;
  }
  .vendor--info .vendor--image-wrapper + .vendor--text {
    margin: 0rem 0rem 0rem 15.625rem;
  }
  .vendor--info .vendor--image-wrapper .vendor--image {
    margin: 0;
  }
  .listing--actions {
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0rem 0rem 1.25rem 0rem;
    padding-top: 0.625rem;
    border: 1px solid #dadae5;
    background: #f5f5f8;
  }
  .listing--actions .listing--paging {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    border-top: 1px solid #dadae5;
  }
  .listing--actions.without-facets.without-sortings.without-pagination {
    display: none;
  }
  .listing--actions.without-facets.without-sortings {
    padding-top: 0rem;
    border-top: none;
  }
  .action--per-page {
    line-height: 2rem;
    display: inline-block;
    width: 30%;
    text-align: right;
    float: right;
  }
  .action--per-page .per-page--label {
    display: none;
  }
  .action--per-page .per-page--select {
    width: 5rem;
    height: 2rem;
    vertical-align: top;
  }
  .action--per-page .per-page--select:after,
  .action--per-page .per-page--select .per-page--field {
    line-height: 1.875rem;
    text-align: center;
  }
  .action--sort {
    width: 12.5rem;
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
  }
  .action--filter-btn {
    width: 11.875rem;
    margin: 0rem 1.25rem 0.625rem 0.625rem;
    float: left;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    display: none;
  }
  .action--filter-btn .filter--trigger:before,
  .action--filter-btn .filter--trigger:after {
    -webkit-transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    width: 1rem;
    height: 1rem;
    right: 0.625rem;
    margin-top: -0.5rem;
    font-size: 0.375rem;
    line-height: 1rem;
    font-family: 'shopware';
    content: "\e612";
    position: absolute;
    text-align: center;
    background: none;
    color: inherit;
    top: 50%;
  }
  .action--filter-btn .filter--trigger:after {
    margin-top: -3rem;
    content: "\e610";
  }
  .action--filter-btn .filter--trigger.is--active {
    padding: 0.125rem 0.75rem 0.125rem 0.75rem;
    line-height: 2.125rem;
    background-color: #fa5d27;
    background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
    border: 0 none;
    color: #ffffff;
    /** State: Small button */
    /** State: Large button */
    background: #d9400b;
    background-image: none;
    transition: 0.2s all !important;
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    background: #d9400b;
    color: #ffffff;
  }
  .action--filter-btn .filter--trigger.is--active.is--small {
    line-height: 1.875rem;
  }
  .action--filter-btn .filter--trigger.is--active.is--large {
    line-height: 2.375rem;
  }
  .action--filter-btn .filter--trigger.is--active:before {
    margin-top: 2.5rem;
  }
  .action--filter-btn .filter--trigger.is--active:after {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    position: relative;
    background: #fff;
    border: 0 none;
    clear: both;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #dadae5;
  }
  .action--filter-options.is--active-filter .filter--active-container {
    display: block;
  }
  .action--filter-options.is--instant-filter-active .filter--active-container {
    display: block;
  }
  .action--filter-options .filter--close-btn {
    display: none;
  }
  .action--filter-options .filter--container {
    margin-left: -2%;
    padding-left: 3%;
  }
  .action--filter-options .filter--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options .filter--group {
    height: 2.375rem;
    width: 31%;
    margin: 0 2% 2% 0;
    position: relative;
    float: left;
  }
  .action--filter-options .filter--header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  .action--filter-options .filter--header.is--active {
    z-index: 1300;
  }
  .action--filter-options .filter--content {
    top: 2.375rem;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .action--filter-options #filter:after {
    content: "";
    display: table;
    clear: both;
  }
  .listing--bottom-paging {
    padding: 0rem 0.625rem 0rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f5f5f8;
  }
}
@media screen and (min-width: 120rem) {
  .listing--content {
    padding-top: 2.8125rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  .action--filter-btn {
    width: 20%;
    margin-right: 2%;
  }
  .action--filter-btn .filter--trigger {
    font-size: 0.875rem;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    background: #fff;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
  }
  .action--sort {
    line-height: 2rem;
    margin: 0rem 0.625rem 0.625rem 0rem;
    width: 40%;
  }
  .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
  .action--per-page .per-page--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .listing--paging {
    display: block;
    clear: both;
  }
  .listing--paging .paging--label {
    margin: 0rem 0.625rem 0rem 0rem;
    font-weight: 700;
  }
  .listing--paging .paging--display {
    line-height: 1.875rem;
  }
}
/*
Product-box
===============================
Defines the element styles of the Shopware product boxes.

Shopware provides 3 product box types:<br/>
`box-basic`<br/>
`box-minimal`<br/>
`box-image`

```
<div class="product--box">
    <div class="box--content is--rounded">
        <div class="product--info">

            <a href="" class="product--image">
                <!-- Article images -->
            </a>

            <div class="product--rating-container">
                <!-- Product rating stars -->
            </div>

            <a href="" class="product--title" title="">
                Product title
            </a>

            <div class="product--description">
                Dux texo propino, hic tres, casus Ubertas, pax Alumnus catena, ut,
                acer tero an, per edo in is arx Arma querul.
            </div>

            <div class="product--price-info">
                <div class="price--unit">
                </div>
                <div class="product--price">
                    <span class="price--default is--nowrap">
                        35,00 €
                    </span>
                </div>
            </div>

            <div class="product--btn-container"">
                <!-- Product buy button
            </div>

            <div class="product--actions">
                <!-- Product action links e.g. product compare
            </div>

        </div>
    </div>
</div>
```
*/
.product--box {
  display: block;
  width: 100%;
  padding: 2% 0 0 2%;
  float: left;
  /*
Product Badges
==========================================
Creates a corner product badge on a product-box.
```
<div class="product--box">
    <div class="product--badges">
        <div class="product--badge badge--discount">
            <i class="icon--percent2"></i>
        </div>
    </div>
</div>

```
*/
}
.product--box:after {
  content: "";
  display: table;
  clear: both;
}
.product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  border: 1px solid #dadae5;
  position: relative;
}
.product--box .product--image {
  height: 11.25rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  text-align: center;
}
.product--box .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.product--box .product--image .image--element img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.product--box .product--rating-container {
  height: 1.5625rem;
  display: block;
}
.product--box .product--title {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #3f4c58;
  font-weight: 700;
  overflow: hidden;
}
.product--box .product--title:hover {
  color: #d9400b;
}
.product--box .variant--description {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #3f4c58;
  overflow: hidden;
  font-weight: 500;
}
.product--box .variant--description .variant--groupName {
  font-weight: 700;
}
.product--box .variant--description .variant--description--line {
  white-space: nowrap;
}
.product--box .product--description {
  height: 4.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product--box .product--price-info {
  height: 2.5rem;
}
.product--box .product--price-info .price--unit {
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product--box .product--price-info .price--unit[title] {
  user-select: none;
}
.product--box .product--price-info .price--unit[title]:hover {
  user-select: auto;
}
.product--box .product--price {
  height: 1.25rem;
}
.product--box .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #3f4c58;
  font-weight: 700;
}
.product--box .product--price .price--default.is--discount {
  color: #e74c3c;
}
.product--box .product--price .price--pseudo {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.product--box .product--price .price--discount {
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
}
.product--box .buybox--form {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .buybox--form i.icon--basket {
  display: none;
}
.product--box .product--detail-btn {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .product--actions {
  margin: 0.9375rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: auto;
}
.product--box .product--actions form {
  display: inline-block;
}
.product--box .product--action {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin: 0rem 1.25rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #5f7285;
  word-break: keep-all;
  white-space: nowrap;
}
.product--box .product--action [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.product--box .product--action:hover {
  color: #d9400b;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .action--note.js--is-saved {
  color: #2ecc71;
}
.product--box .product--badges {
  top: 1.25rem;
  left: -0.0625rem;
  position: absolute;
  z-index: 750;
}
.product--box .product--badges .product--badge {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 700;
  clear: both;
}
.product--box .product--badges .badge--discount {
  color: #ffffff;
  background: #e74c3c;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #2ecc71;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #f1c40f;
}
.product--box .product--badges .badge--esd {
  background: #4aa3df;
  color: #ffffff;
}
.box--minimal {
  width: 50%;
}
.box--minimal .product--image {
  height: 7.5rem;
}
.box--minimal .product--price-info {
  height: 4.375rem;
}
.box--minimal .product--price-info .price--unit {
  height: 1.875rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  display: block;
}
.box--minimal .product--price-outer {
  height: 2.5rem;
  position: relative;
}
.box--minimal .product--price {
  line-height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.box--minimal .product--price .price--default {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  vertical-align: bottom;
  float: left;
}
.box--minimal .product--price .price--pseudo,
.box--minimal .product--price .price--discount {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.box--minimal .buybox--form .buy-btn--cart-text {
  display: none;
}
.box--minimal .buybox--form i.icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
.box--image .product--image {
  margin: 0rem 0rem 0.3125rem 0rem;
  width: auto;
  position: relative;
  height: 12.5rem;
}
.box--image .product--info {
  padding: 0;
}
.box--slider {
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  float: none;
}
.box--slider:hover .product--title {
  color: #d9400b;
}
.box--slider .box--content {
  border: 0 none;
  padding: 0;
}
.box--slider .product--price-info {
  height: auto;
}
.box--slider .product--price-info .price--unit {
  height: 0.875rem;
  font-size: 0.625rem;
}
.box--slider .product--price-info .price--default {
  font-size: 0.875rem;
}
.box--slider .product--price-info .is--discount {
  font-weight: 700;
}
.box--slider .product--image {
  height: 8.75rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.625rem;
  display: block;
  text-align: center;
  position: relative;
}
.box--slider .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.box--slider .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.box--slider .product--title {
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  color: #5f7285;
  font-weight: 500;
  white-space: normal;
}
.box--list .buybox--form {
  max-width: 17.5rem;
}
.box--list .product--detail-btn {
  max-width: 17.5rem;
}
@media screen and (min-width: 30em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--minimal {
    width: 33.3%;
  }
  .box--image .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .box--image .product--info {
    position: relative;
    padding-left: 52%;
  }
  .box--image .product--price-info {
    height: 3.75rem;
  }
  .box--image .product--price-info .price--unit {
    height: 2.5rem;
  }
  .box--list .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
  }
  .box--list .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  .product--box .action--compare {
    display: inline-block;
  }
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 15rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .box--image .product--price-info {
    height: 2.5rem;
  }
  .box--image .product--price-info .price--unit {
    height: 1.25rem;
  }
  .is--ctl-search .box--basic,
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 50%;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 25%;
  }
  .is--ctl-search .box--minimal .product--image,
  .is--ctl-listing.is--no-sidebar .box--minimal .product--image {
    height: 11.25rem;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 100%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 33.3%;
  }
}
@media screen and (min-width: 64em) {
  .box--basic {
    width: 50%;
  }
  .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .box--basic .product--info {
    padding: 0;
  }
  .box--minimal {
    width: 25%;
  }
  .box--image {
    width: 50%;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 17.5rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 33.3%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 25%;
  }
}
@media screen and (min-width: 120rem) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .box--basic .box--content {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  .box--minimal {
    width: 25%;
  }
  .box--minimal .buybox--form .buy-btn--cart-text {
    display: inline-block;
  }
  .box--minimal .buybox--form i.icon--basket {
    display: none;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 18.75rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
}
/*
Last-viewed
==============================================
Defines the styling of the `.viewlast` element.

The viewlast element displays the users recently viewed products inside a slim element that is usually displayed at the bottom of the listing and detail pages.

It contains a thumbnail image and the product name.
*/
.viewlast {
  clear: both;
}
/*
Tell-a-friend
==========================================
Contains the tell-a-friend element styling that can be used to share products.

The option can be enabled in the Shopware backend and is disabled by default.
*/
.tellafriend--content {
  padding-top: 0.625rem;
  width: 100%;
}
.tellafriend--content .tellafriend--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.tellafriend--content .tellafriend--buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tellafriend--content .captcha--placeholder {
  margin-bottom: 0.625rem;
}
.tellafriend--content .captcha--notice {
  margin-bottom: 0.625rem;
  display: block;
}
.tellafriend--content .alert {
  margin-top: 1.875rem;
}
.tellafriend--content .review--notice {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .tellafriend--content {
    padding-top: 1.25rem;
    width: 100%;
  }
  .tellafriend--content .tellafriend--field {
    margin-bottom: 0.9375rem;
  }
  .tellafriend--content .alert {
    margin: 0rem 0rem 1rem 0rem;
  }
}
@media screen and (min-width: 120rem) {
  .tellafriend--content {
    padding-top: 2.8125rem;
  }
}
/*
Topseller
=========================

The topseller element is a modified product slider that is used to display a selection of best selling articles inside a slim slider element.

*/
.topseller {
  margin: 0rem 0rem 1.25rem 0rem;
}
.topseller:after {
  content: "";
  display: table;
  clear: both;
}
.topseller .topseller--content {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.topseller .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.topseller .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.topseller--product {
  text-align: center;
}
.topseller--product:hover .badge {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  color: #fff;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #d9400b;
}
.topseller--number {
  margin: 0.625rem 0rem 0.3125rem 0rem;
}
/*
Register
==========================================
Contains the styles of the registration process form and its components.

The user can see the registration steps, advantages and required information.
*/
.register--message {
  margin-top: 1.25rem;
}
.register--content {
  margin: 0.625rem 0rem 0.625rem 0rem;
  width: 100%;
  display: none;
}
.register--content:after {
  content: "";
  display: table;
  clear: both;
}
.register--content.is--collapsed {
  display: block;
}
.register--content .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.register--content .register--check {
  padding-bottom: 0.5rem;
}
.register--content .register--action {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.register--content .register--action .register--submit {
  width: 100%;
  text-align: center;
}
.register--content .register--required-info {
  padding-bottom: 1.875rem;
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.register--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.register--content .register--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--content .register--customertype {
  display: block;
}
.register--content .register--zip-city .register--field-zipcode {
  width: 28%;
  float: left;
}
.register--content .register--zip-city .register--field-city {
  width: 70%;
  float: left;
}
.register--content .register--zip-city .register--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--spacer {
  margin-right: 2%;
}
.register--content .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.register--content .birthday--label:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--password-description {
  padding-bottom: 1.25rem;
}
.register--content .register--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .register--birthyear,
.register--content .register--birthdate .register--birthyear.select-field {
  margin-right: 0rem;
}
.register--content .register--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 0rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #dadae5;
}
.register--content .register--privacy input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.register--content .register--personal {
  padding-bottom: 0.625rem;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--login:after {
  content: "";
  display: table;
  clear: both;
}
.register--login .register--new-customer {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.register--login .register--new-customer .new-customer-btn {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.register--login .register--new-customer .new-customer-btn:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  font-size: 0.375rem;
  right: 0.625rem;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  content: "\e612";
  color: inherit;
  top: 50%;
}
.register--login .register--new-customer .new-customer-btn.is--active:after {
  content: "\e610";
}
.register--login .register--login-field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--login .register--login-description {
  padding-bottom: 1.25rem;
}
.register--login .register--login-lostpassword {
  padding-bottom: 1.25rem;
}
.register--login .register--login-btn {
  width: 100%;
  text-align: center;
}
.register--advantages {
  display: none;
}
.password--success {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.steps--container {
  background: transparent;
}
.steps--content {
  padding-top: 1rem;
  display: table;
  border-top: 1px solid #dadae5;
  width: 100%;
}
.steps--content .steps--list {
  display: table-row;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--entry {
  padding: 0rem 0.625rem 0rem 0.625rem;
  display: table-cell;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.steps--content .steps--spacer {
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .icon {
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0.625rem 1rem 0.625rem 1rem;
  width: 2.875rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.steps--content .is--active .icon {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  color: #fff;
}
.steps--content .steps--entry .text {
  margin: 0rem 0rem 0rem 0.625rem;
  height: 3.25rem;
  position: relative;
  top: -2px;
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .text::after {
  content: '';
  height: 100%;
}
.steps--content .is--active .text {
  color: #d9400b;
  display: inline-block;
  font-weight: 700;
}
.steps--content .steps--entry .text--inner,
.steps--content .steps--entry .text::after {
  display: inline-block;
  vertical-align: middle;
}
.account--change-payment .payment--method {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--change-payment .payment--selection-input {
  width: 2.5rem;
  float: left;
  text-align: center;
}
.account--change-payment .payment--selection-label,
.account--change-payment .payment--description,
.account--change-payment .payment--content {
  padding: 0rem 0rem 0rem 2.5rem;
  width: 100%;
}
.account--change-payment .payment--content input {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .register--message {
    margin-top: 2.8125rem;
  }
  .register--content {
    margin-top: 3.125rem;
    width: 64%;
    float: right;
    display: block;
  }
  .register--content .select-field {
    margin-bottom: 0.9375rem;
  }
  .register--content .select-field .register--birthday {
    margin-right: 2%;
  }
  .register--content .register--field {
    margin-bottom: 0.9375rem;
  }
  .register--content .register--check {
    padding-bottom: 0.5rem;
  }
  .register--content .select-field {
    max-width: 18.125rem;
  }
  .register--content .register--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
  .register--content .register--action {
    text-align: right;
  }
  .register--content .register--action .register--submit {
    width: 35%;
  }
  .steps--content {
    padding: 1.875rem 0rem 1.5rem 0rem;
    background: transparent;
    border: none;
  }
  .steps--content .steps--spacer {
    width: 5rem;
    display: table-cell;
    text-align: center;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0.625rem 0rem 0.625rem;
    display: inline-block;
    font-weight: 700;
  }
  .register--login {
    margin-top: 3.125rem;
    width: 34%;
    float: left;
  }
  .register--login .register--new-customer {
    display: none;
  }
  .register--login .register--login-field {
    margin-bottom: 0.9375rem;
  }
  .register--login .register--login-btn {
    width: auto;
    text-align: left;
  }
  .register--advantages {
    display: block;
    width: 34%;
    float: left;
  }
  .register--advantages:after {
    content: "";
    display: table;
    clear: both;
  }
  .register--advantages .panel--title {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 120rem) {
  .steps--content .steps--entry.step--payment {
    width: 30%;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0rem 0rem 0.625rem;
    width: 70%;
    text-align: left;
  }
  .steps--content .steps--spacer {
    width: 15%;
  }
}
/*
Shopping cart
==============================================
Defines the basic styling of the Shopware 5 shopping cart element.

Shopware offers two different shopping cart element options that can be selected in the Shopware backend.

**Shopping Cart options:**

[`off-canvas cart`](./_components-offcanvas-menu.html>)

[`collapse-cart`](./_components-collapse-cart.html>)

*/
.is--ctl-checkout .panel--body > .alert {
  margin: 1.875rem 0rem 1.875rem 0rem;
}
.is--ctl-checkout .basket--info-messages {
  margin-top: 0.625rem;
}
.is--ctl-checkout .account--billing-address.register--content,
.is--ctl-checkout .account--shipping-address.register--content,
.is--ctl-checkout .account--change-billing.register--content,
.is--ctl-checkout .account--change-shipping.register--content {
  float: none;
  width: 100%;
}
.is--act-shippingpayment .add-product--form {
  display: none;
}
.is--act-shippingpayment .product--table {
  margin-top: 0;
}
.is--act-shippingpayment .product--table .panel--body {
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.is--act-shippingpayment .payment--method-list {
  margin-top: 0.625rem;
}
.product--table {
  margin-top: 0.625rem;
}
.product--table .alert {
  margin-bottom: 0.625rem;
}
.product--table .is--no-star {
  margin-left: -0.375rem;
}
.product--table .panel {
  border: 0 none;
}
.product--table .panel--body {
  padding: 0;
}
.product--table .premium-product.panel {
  margin: 0.625rem 0rem 0rem 0rem;
  border: 1px solid #dadae5;
}
.product--table .delivery--status-icon {
  display: none;
}
.product--table .table--actions {
  margin-top: 0.625rem;
  position: relative;
}
.product--table .table--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--actions .btn--checkout-proceed,
.product--table .table--actions .btn--checkout-continue {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.product--table .actions--bottom .main--actions {
  margin-bottom: 0rem;
}
.product--table .table--header {
  display: none;
}
.product--table .table--tr {
  padding: 0.625rem 0rem 0.5rem 0rem;
  position: relative;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  height: 100%;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--media,
.product--table .table--content {
  float: left;
}
.product--table .column--product {
  padding-left: 0;
  width: 90%;
}
.product--table .column--product .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  width: 26%;
}
.product--table .table--media {
  width: 100%;
  position: relative;
}
.product--table .table--media .table--media-outer {
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 4.375rem;
  max-height: 4.375rem;
  border: 1px solid #dadae5;
  margin: 0 auto;
}
.product--table .table--media .table--media-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.product--table .table--media img {
  padding: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--table .table--content {
  font-size: 0.75rem;
  width: 70%;
}
.product--table .delivery--status-icon {
  font-size: 0.75rem;
  margin: 0;
}
.product--table .delivery--information {
  font-size: 0.875rem;
}
.product--table .content--title {
  font-size: 1rem;
  font-weight: 700;
  color: #5f7285;
}
.product--table .column--actions {
  padding-right: 0;
  position: absolute;
  width: 20%;
  top: 10px;
  right: 0;
  text-align: right;
}
.product--table .column--actions .column--actions-link {
  line-height: 2.5rem;
  padding: 0rem 0.875rem 0rem 0.9375rem;
}
.product--table .column--actions .icon--cross {
  font-size: 0.75rem;
}
.product--table .column--label {
  color: #3f4c58;
  text-align: left;
  margin: 0%;
  float: left;
  font-weight: 700;
}
.product--table .column--label.quantity--label {
  margin-top: 0.6875rem;
}
.product--table .row--rebate .column--label,
.product--table .row--premium-product .column--label,
.product--table .row--voucher .column--label {
  margin: 0;
}
.product--table .row--rebate .table--media,
.product--table .row--premium-product .table--media,
.product--table .row--voucher .table--media {
  width: 4.375rem;
  margin: 0 auto;
  float: none;
}
.product--table .row--rebate .column--image,
.product--table .row--premium-product .column--image,
.product--table .row--voucher .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 24%;
}
.product--table .row--rebate .table--content,
.product--table .row--premium-product .table--content {
  padding-top: 1.3125rem;
}
.product--table .column--total-price {
  font-weight: 700;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product .column--image {
  float: left;
  width: 24%;
}
.product--table .column--quantity .select-field {
  min-width: 6.25rem;
  max-width: 10rem;
  width: auto;
}
.product--table .column--quantity,
.product--table .column--unit-price,
.product--table .column--total-price,
.product--table .column--tax-price {
  padding: 0.3125rem 0rem 0.3125rem 0.625rem;
  margin-left: 22%;
  width: 78%;
}
.product--table .column--quantity {
  padding: 0rem 0rem 0rem 0.625rem;
}
.product--table .column--unit-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.product--table .product--delivery {
  margin: 0;
}
.product--table .cart--badge {
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9400b;
}
.product--table .cart--badge span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
}
.product--table .basket--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #5f7285;
  color: #fff;
}
.product--table .basket--badge .icon--arrow-right {
  font-size: 0.8125rem;
}
.product--table .basket--badge .icon--coupon {
  font-size: 1.75rem;
  line-height: 3.125rem;
}
.product--table .row--premium-product .basket--badge {
  font-size: 0.6875rem;
}
.product--table .table--actions + .alert {
  margin-top: 0.625rem;
}
.product--table .content {
  font-size: 0.875rem;
  margin: 0;
}
.product--table .add-product--form {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .add-product--field,
.product--table .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 90%;
}
.product--table .add-voucher--field {
  background: #fff;
}
.product--table .add-product--button,
.product--table .add-voucher--button {
  height: 2.375rem;
  padding: 0.1875rem 0rem 0.1875rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
}
.product--table .add-voucher--form {
  margin: 0rem 0rem 0.75rem 0rem;
}
.product--table .add-voucher--panel {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--table .table--aggregation {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8fa;
  border-color: #dadae5;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.product--table .table--shipping-costs label {
  font-weight: 700;
}
.product--table .table--shipping-costs .select-field {
  height: 2.375rem;
  line-height: 2.25rem;
  max-width: 100%;
}
.product--table .table--shipping-costs-trigger {
  font-weight: 700;
}
.product--table .main--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--footer {
  font-size: 0.875rem;
}
.product--table .table--footer .benefit--text {
  font-size: 0.875rem;
}
.product--table .benefit--headline {
  font-size: 0.875rem;
  color: #3f4c58;
  font-weight: 700;
}
.aggregation--list {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8fa;
  border-bottom: 1px solid #dadae5;
}
.aggregation--list .list--entry {
  list-style: none;
}
.aggregation--list .entry--label {
  width: 70%;
}
.aggregation--list .entry--value {
  width: 30%;
  text-align: right;
}
.aggregation--list .entry--total {
  font-weight: 700;
  color: #3f4c58;
}
.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
  font-size: 0.75rem;
}
.premium-product.panel {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product--content {
  height: 20rem;
}
.premium-product--content .product-slider--container {
  padding: 0;
}
.premium-product p {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product .premium-product--difference {
  border-color: #dadae5;
  display: block;
}
.premium-product .premium-product--difference .difference--price {
  font-size: 0.875rem;
}
.premium-product .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.premium-product .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.premium-product .product--inner {
  padding: 0.3125rem 1.875rem 0.3125rem 1.875rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.premium-product .product--inner .product--image {
  border-radius: 3px;
  background-clip: padding-box;
  height: 10.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  border: 1px solid #dadae5;
  position: relative;
  text-align: center;
}
.premium-product .product--inner .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.premium-product .product--inner .product--image .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.premium-product .product--inner .premium-product--badge {
  border-radius: 38px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
  top: -1.1875rem;
  right: -1.1875rem;
  background: #d9400b;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #2ecc71;
  font-weight: 700;
  text-align: left;
}
.premium-product .product--inner .btn {
  width: 100%;
}
.premium-product .product--inner .premium--variant:after {
  content: "";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant .premium--button {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 2.375rem;
  margin-left: -0.125rem;
  width: 20%;
}
.premium-product .product--inner .premium--variant .select-field {
  margin-right: 0.125rem;
  max-width: 80%;
  float: left;
}
.premium-product .product--inner .premium--variant .select-field .premium--selection {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  line-height: 2.375rem;
  height: 2.375rem;
  font-weight: 700;
}
.premium-product .product--inner .premium--variant .select-field:after {
  height: 2.25rem;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.js--modal .modal--checkout-add-article .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--article {
  padding: 1.25rem;
}
.js--modal .modal--checkout-add-article .article--info {
  margin-left: 5rem;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--image {
  padding: 0.3125rem;
  width: 5rem;
  height: 5rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  border: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .article--name {
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--name {
  margin-left: 0.9375rem;
}
.js--modal .modal--checkout-add-article .list--name .entry--name {
  margin-bottom: 0.625rem;
}
.js--modal .modal--checkout-add-article .list--name .link--name {
  color: #5f7285;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .article--price {
  margin: 0.9375rem 0rem 0rem 0.9375rem;
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--price .entry--price {
  margin-bottom: 0.625rem;
  color: #5f7285;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--actions {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0.625rem 1.25rem 0rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions .btn {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
  margin-top: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--actions .is--left {
  padding-left: 2.1875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--container {
  padding: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--image {
  padding-bottom: 0.625rem;
  height: 10.625rem;
  border-bottom: 1px solid #dadae5;
  margin: 0 auto;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image,
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image span {
  overflow: hidden;
  display: block;
  height: 100%;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image img {
  margin: 0 auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .image--slider-item,
.js--modal .modal--checkout-add-article .modal--cross-selling .image--no-picture {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--name {
  color: #3f4c58;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit {
  font-size: 0.6875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal {
  font-size: 1.0625rem;
  color: #3f4c58;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
  color: #e74c3c;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo {
  font-size: 0.625rem;
  text-decoration: line-through;
}
.content--confirm .alert {
  margin-top: 0.625rem;
}
.content--confirm .has--border {
  border: 1px solid #dadae5;
}
.content--confirm .confirm--actions .main--actions {
  text-align: center;
  width: 100%;
}
.content--confirm .payment--method-list,
.content--confirm .dispatch--method-list {
  margin-bottom: 0.625rem;
}
.content--confirm .payment--method,
.content--confirm .dispatch--method {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
}
.content--confirm .payment--method .method_last,
.content--confirm .dispatch--method .method_last {
  border: 0 none;
}
.content--confirm .payment--method.method_last,
.content--confirm .dispatch--method.method_last {
  border: 0 none;
}
.content--confirm .method--input {
  width: 2.5rem;
  text-align: center;
  float: left;
}
.content--confirm .method--label {
  padding-left: 2.5rem;
  width: 100%;
}
.content--confirm .method--description {
  padding-left: 2.5rem;
}
.content--confirm .payment--method-logo {
  margin-left: 2.5rem;
}
.content--confirm .method--bankdata {
  padding-left: 2.5rem;
}
.content--confirm .method--bankdata input[type="text"] {
  max-width: 100%;
}
.content--confirm .table--aggregation,
.content--confirm .add-product--form,
.content--confirm .add-product--field,
.content--confirm .add-product--button {
  display: none;
}
.content--confirm .aggregation--list {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0rem -0.625rem 0rem -0.625rem;
  border-top: 1px solid #dadae5;
}
@media screen and (min-width: 30em) {
  .product--table .column--label {
    text-align: right;
    width: 100%;
    margin: 0;
  }
  .product--table .table--tr {
    padding: 0.625rem 0rem 1.25rem 0rem;
  }
  .product--table .table--content {
    width: 85%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 49%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .column--product .column--image {
    width: 15%;
  }
  .product--table .column--quantity,
  .product--table .column--unit-price,
  .product--table .column--total-price {
    float: left;
    width: 28.83%;
  }
  .product--table .column--quantity {
    padding-right: 0.625rem;
    margin-left: 13.5%;
  }
  .product--table .column--quantity .quantity--label {
    margin: 0rem 0rem 0.1875rem 0rem;
    text-align: left;
  }
  .product--table .column--quantity .select-field {
    float: left;
    font-weight: 700;
  }
  .product--table .column--unit-price {
    padding-right: 0.625rem;
    margin: 0;
  }
  .product--table .column--unit-price .unit-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--total-price {
    padding: 0rem 0.625rem 0.3125rem 0.625rem;
    margin: 0;
  }
  .product--table .column--total-price .total-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--tax-price {
    margin: 0;
  }
  .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .row--rebate .column--label,
  .product--table .row--premium-product .column--label,
  .product--table .row--voucher .column--label {
    margin: 0;
  }
  .product--table .row--rebate .column--image,
  .product--table .row--premium-product .column--image,
  .product--table .row--voucher .column--image {
    width: 15%;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    float: right;
  }
  .product--table .add-product--field {
    width: 55%;
  }
  .product--table .actions--bottom .main--actions {
    margin-bottom: 0.625rem;
  }
  .js--modal .modal--checkout-add-article .article--name {
    width: 75%;
    float: left;
  }
  .js--modal .modal--checkout-add-article .article--price {
    width: 25%;
    float: right;
    margin: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    margin: 0rem 0rem 1.25rem 0rem;
    padding: 0.625rem 1.25rem 0rem 1.25rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 49%;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .is--left {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 1.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-checkout .account--change-billing.register--content,
  .is--ctl-checkout .account--change-shipping.register--content {
    width: 75%;
  }
  .is--act-shippingpayment .product--table .table--actions {
    margin-top: 1.25rem;
  }
  .is--act-shippingpayment .payment--method-list {
    margin-top: 0;
  }
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 1.25rem;
  }
  .product--table {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .product--table .alert {
    margin-bottom: 1.25rem;
  }
  .product--table .row--voucher,
  .product--table .row--premium-product {
    height: 100%;
  }
  .product--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #dadae5;
  }
  .product--table .premium-product--content {
    height: 20.625rem;
    border: 0 none;
  }
  .product--table .premium-product.panel {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .product--table .column--actions {
    position: static;
    bottom: auto;
    float: right;
  }
  .product--table .column--label {
    display: none;
  }
  .product--table .table--header {
    margin: 0rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #dadae5;
    display: block;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 700;
    color: #3f4c58;
  }
  .product--table .table--header .panel--th {
    padding: 0.3125rem 0.625rem 0.5625rem 0.625rem;
    font-size: 1rem;
  }
  .product--table .table--header .column--product {
    padding-left: 0;
    width: 52%;
  }
  .product--table .column--product {
    float: left;
    width: 52%;
  }
  .product--table .column--product .column--image {
    width: 8%;
  }
  .product--table .table--tr {
    padding: 0;
    border-bottom: 1px solid #dadae5;
  }
  .product--table .is--centered {
    display: inline-block;
    vertical-align: middle;
  }
  .product--table .column--actions {
    width: 8%;
    padding-right: 0;
  }
  .product--table .column--product .column--image {
    width: 20%;
  }
  .product--table .table--media,
  .product--table .table--content {
    float: left;
  }
  .product--table .table--media {
    width: 100%;
  }
  .product--table .table--media .table--media-outer {
    margin: 0;
  }
  .product--table .table--content {
    width: 74%;
  }
  .product--table .column--quantity {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    float: left;
    width: 11%;
    margin: 0;
  }
  .product--table .column--quantity .select-field {
    float: right;
    font-weight: 700;
    padding: 0rem 0rem 0rem 1rem;
  }
  .product--table .column--unit-price,
  .product--table .column--total-price {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    width: 14.5%;
  }
  .product--table .row--product .column--quantity {
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--unit-price,
  .product--table .row--product .column--total-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 1.625rem;
  }
  .product--table .content--title {
    font-size: 1rem;
    font-weight: 700;
    color: #5f7285;
  }
  .product--table .column--total-price {
    float: left;
    font-weight: 700;
  }
  .product--table .basket--badge {
    width: 3rem;
    margin: 0 auto;
  }
  .product--table .row--rebate .table--media,
  .product--table .row--premium-product .table--media,
  .product--table .row--voucher .table--media {
    float: left;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    margin-left: 25.5%;
    float: left;
  }
  .product--table .row--rebate .column--tax-price,
  .product--table .row--premium-product .column--tax-price,
  .product--table .row--voucher .column--tax-price {
    margin: 0;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 0.8125rem;
  }
  .product--table .row--rebate .table--content,
  .product--table .row--premium-product .table--content {
    padding-top: 1.3125rem;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--voucher .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 77.5%;
  }
  .product--table .row--premium-product .column--image,
  .product--table .row--rebate .column--image {
    width: 13.3%;
  }
  .product--table .row--premium-product .column--total-price,
  .product--table .row--rebate .column--total-price {
    margin-left: 0;
  }
  .product--table .add-product--form {
    margin: 0.9375rem 0rem 1.25rem 0rem;
    width: 35%;
  }
  .product--table .add-product--field {
    width: 80%;
  }
  .product--table .add-product--button {
    width: 16%;
  }
  .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
    border-top: 1px solid #dadae5;
    background: #f8f8fa;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .aggregation--list,
  .product--table .table--aggregation {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    padding-right: 11%;
    border: 0 none;
    background: transparent;
    margin: 0;
    float: left;
    width: 50%;
  }
  .product--table .table--actions {
    padding-bottom: 1.25rem;
    margin: 0;
  }
  .product--table .table--actions .is--secondary {
    margin-right: 1.25rem;
  }
  .product--table .table--actions .btn--inquiry {
    margin-left: -8.125rem;
    width: 16.25rem;
    top: 0;
    position: absolute;
    left: 50%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 25%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .actions--bottom .main--actions {
    margin-top: 1.25rem;
  }
  .product--table .table--footer {
    display: block;
  }
  .footer--benefit {
    font-size: 0.875rem;
    padding: 0rem 1.25rem 0rem 0rem;
    width: 33.33332%;
  }
  .footer--benefit.is--last {
    padding: 0;
  }
  .js--modal .modal--checkout-add-article .article--price {
    margin-top: 0;
    margin-left: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 35%;
    margin-bottom: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .content--confirm .alert {
    margin: 0;
  }
  .content--confirm .table--aggregation {
    visibility: hidden;
    display: block;
  }
  .content--confirm .confirm--inner-container .payment--method-list,
  .content--confirm .confirm--inner-container .dispatch--method-list {
    margin-bottom: 1.25rem;
  }
  .content--confirm .confirm--inner-container .panel--body {
    border: 0 none;
  }
  .content--confirm .confirm--inner-container .has--border {
    border: 1px solid #dadae5;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #dadae5;
    margin: 0;
  }
  .content--confirm .confirm--actions .main--actions {
    width: 25%;
  }
}
@media screen and (min-width: 64em) {
  .product--table .table--actions .btn--inquiry {
    left: 50%;
  }
  .product--table .column--product .column--image {
    width: 16%;
  }
  .product--table .column--product .table--content {
    width: 84%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 10.7%;
  }
  .product--table .add-product--form {
    width: 25%;
  }
  .product--table .aggregation--list {
    float: right;
    padding-right: 10.5%;
  }
  .product--table .table--aggregation {
    width: 45%;
  }
}
@media screen and (min-width: 120rem) {
  .is--ctl-checkout .basket--info-messages {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .is--act-shippingpayment .product--table {
    margin-top: 1.5625rem;
  }
  .product--table {
    margin-top: 2.8125rem;
  }
  .product--table .column--actions {
    width: 4%;
  }
  .product--table .table--header .column--product {
    width: 55%;
  }
  .product--table .column--product {
    width: 55%;
  }
  .product--table .column--product .column--image {
    width: 14%;
  }
  .product--table .column--product .table--content {
    width: 86%;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 1.3125rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 2.125rem;
  }
  .product--table .table--tr .column--actions .column--actions-link {
    line-height: 1.125rem;
    padding: 0rem 0.3125rem 0.125rem 0.3125rem;
  }
  .product--table .table--tr .column--actions .icon--cross {
    font-size: 0.5625rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 80.5%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 9.5%;
  }
  .product--table .aggregation--list {
    padding-right: 7.3%;
  }
}
/*
Checkout finish
==========================================
Contains the styles for the finish page.

It is displayed after the Shopware checkout process is finished and contains the important order information, the users information and option to print the order confirmation.
*/
.is--act-finish .content-main {
  margin-top: 1.25rem;
}
.finish--content {
  padding-top: 0.625rem;
}
.finish--content .information--panel-item {
  margin-bottom: 1.25rem;
}
.finish--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.finish--content .product--table {
  margin-top: 0;
}
.finish--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-back {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-print,
.teaser--btn-back {
  text-align: center;
  width: 100%;
}
.teaser--btn-print *[class^="icon--"],
.teaser--btn-back *[class^="icon--"] {
  margin: 0.25rem 0rem 0rem 0rem;
  float: left;
}
.finish--table .panel--body {
  border: 1px solid #dadae5;
}
.finish--table .table--tr {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.finish--table .column--quantity,
.finish--table .column--total-price {
  padding-right: 0;
}
.finish--table .table--aggregation {
  display: none;
}
.finish--table .aggregation--list {
  margin: 0;
  border-bottom: 0 none;
}
.finish--table .basket--footer {
  border-top: 1px solid #dadae5;
}
.finish--table .is--last-row {
  border-bottom: 0 none;
}
@media screen and (min-width: 30em) {
  .finish--table .table--tr .column--quantity {
    margin-left: 42.3%;
  }
  .finish--table .table--tr .column--quantity .column--label {
    margin-bottom: 0.75rem;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .teaser--btn-print {
    text-align: left;
    width: auto;
  }
  .is--act-finish .content-main {
    margin-top: 2.5rem;
  }
  .finish--content {
    padding-top: 1.25rem;
  }
  .finish--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing {
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .finish--content .information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
  .teaser--btn-back {
    margin: 0rem 1.25rem 0rem 0rem;
    width: auto;
  }
  .finish--table {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .finish--table .table--header .panel--th {
    padding-right: 0;
  }
  .finish--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .finish--table .column--total-price {
    width: 37%;
  }
  .finish--table .table--tr {
    padding: 0;
  }
  .finish--table .table--tr:last-child {
    border: 0 none;
  }
  .finish--table .table--tr .column--quantity {
    line-height: 2.625rem;
    margin: 0;
  }
  .finish--table .row--rebate .column--total-price,
  .finish--table .row--premium-product .column--total-price {
    width: 22.5%;
  }
  .finish--table .row--voucher .column--total-price {
    margin-left: 0;
    width: 48%;
  }
  .finish--table .table--aggregation {
    display: block;
    width: 50%;
  }
  .finish--table .aggregation--list {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .finish--content .information--panel-wrapper {
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing,
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
  .finish--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 120rem) {
  .finish--content {
    padding-top: 2.8125rem;
  }
  .finish--content .column--total-price {
    width: 34%;
  }
  .finish--content .finish--table .table--header .column--product {
    width: 55%;
  }
  .finish--content .finish--table .row--premium-product .column--total-price,
  .finish--content .finish--table .row--rebate .column--total-price {
    width: 19.5%;
  }
  .finish--content .finish--table .row--voucher .column--total-price {
    width: 45%;
  }
}
@media print {
  body {
    width: auto;
    height: auto;
    overflow: auto;
    background: #ffffff;
  }
  .container {
    max-width: none;
  }
  .is--act-finish .content-main {
    margin-top: 0;
  }
  .finish--teaser,
  .navigation-main,
  .footer--columns,
  .shop--navigation,
  .top-bar,
  .btn--back-top-shop,
  .header-main .container--ajax-cart {
    display: none;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .header-main {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .content-main {
    margin-bottom: 0;
  }
  .finish--table {
    clear: both;
  }
  .finish--table .table--tr {
    page-break-inside: avoid;
  }
  .finish--table .table--content {
    width: 85%;
  }
  .finish--table .column--product .column--image {
    width: 15%;
  }
  .finish--table .column--label.quantity--label {
    margin: 0;
  }
  .finish--table .column--product {
    width: 100%;
  }
  .finish--table .column--product:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--table .column--total-price,
  .finish--table .column--quantity {
    margin-left: 70%;
    width: 30%;
  }
  .footer-minimal .footer--service-menu,
  .footer-main .footer--service-menu,
  .footer-minimal .footer--copyright,
  .footer-main .footer--copyright,
  .footer-minimal .footer--logo,
  .footer-main .footer--logo {
    display: none;
  }
  .footer-minimal .vat-info--text,
  .footer-main .vat-info--text {
    font-size: 0.5625rem;
  }
  .footer-minimal a,
  .footer-main a {
    color: #5f7285;
  }
}
/*
Account
================================================
Defines the styles for the Shopware 5 user account page.

The my-account page displays a dashboard that shows an overview of the user information, payment methods, billing and shipping information inside panel elements.

It allows the user to directly see and change the important information of their account.
*/
.account--content {
  margin: 0.625rem 0rem 0rem 0rem;
}
.partner-statistic .panel--title {
  padding-bottom: 1.25rem;
}
.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
  content: "";
  display: table;
  clear: both;
}
.account--logout .logout--headline {
  font-size: 1.5rem;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.account--logout .logout--actions {
  margin-bottom: 0.625rem;
}
.account--logout .logout-back-to-shop {
  display: block;
}
.account--menu .link--logout {
  font-weight: 700;
  color: #d9400b;
}
.account--menu .navigation--logout-personalized {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account--box {
  margin: 0rem 0rem 1.25rem 0rem;
}
.account--password input[type="text"],
.account--email input[type="text"],
.account--password input[type="password"],
.account--email input[type="password"],
.account--password input[type="email"],
.account--email input[type="email"] {
  width: 100%;
}
.account--welcome {
  margin-bottom: 1.25rem;
}
.account--welcome .panel--body {
  padding: 0;
}
.account--welcome .panel--title {
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0;
}
.account--welcome .panel--actions {
  padding: 0;
}
.account--error,
.account--success {
  margin: 0rem 0rem 0.625rem 0rem;
}
.register--error-msg {
  color: #e74c3c;
}
.account--actions {
  margin: 0rem 1.25rem 1.25rem 1rem;
}
.account--actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--change-payment.register--content {
  display: block;
  width: 100%;
}
.account--newsletter fieldset {
  border: 0;
  padding: 0;
}
.account--newsletter fieldset input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.account--paging {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  background: #ffffff;
}
.account--paging:after {
  content: "";
  display: table;
  clear: both;
}
.account--paging .paging--display {
  float: right;
}
.account--orders-overview {
  border: 1px solid #dadae5;
}
.account--orders-overview p {
  font-size: 0.875rem;
}
.account--orders-overview .orders--table-header {
  display: none;
  background: #ffffff;
}
.account--orders-overview .orders--table-header .panel--th {
  color: #3f4c58;
}
.account--orders-overview .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--orders-overview .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--orders-overview .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--orders-overview .column--info-labels,
.account--orders-overview .column--info-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--info-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--summary-labels,
.account--orders-overview .column--summary-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--summary-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--label,
.account--orders-overview .column--value {
  width: 50%;
  float: left;
}
.account--orders-overview .column--label {
  font-weight: 700;
}
.is--act-partnerStatistic .content-main--inner {
  padding: 0rem 0rem 1rem 0rem;
}
.is--act-partnerStatistic .account--welcome {
  padding: 0rem 0rem 0rem 0.625rem;
}
.is--act-partnerStatistic .listing--actions {
  padding: 0.625rem 1.125rem 1.5rem 1.125rem;
  border-bottom: 1px solid #dadae5;
}
.is--act-partnerStatistic .date-filter {
  font-size: 0.875rem;
  height: 3.125rem;
  display: block;
  width: 100%;
}
.is--act-partnerStatistic .date-filter--label {
  padding: 0.5625rem 0rem 0.625rem 0rem;
  width: 2.5rem;
  display: block;
  float: left;
}
.is--act-partnerStatistic .date-filter--input {
  margin: 0rem 0rem 0rem 2.5rem;
  width: auto;
}
.is--act-partnerStatistic .datepicker {
  padding-right: 2.1875rem;
  width: 100%;
  float: left;
}
.is--act-partnerStatistic .ui-datepicker-trigger {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.625rem 0rem 0rem -1.875rem;
  display: inline;
  border: 0;
  background: transparent;
  text-align: center;
  color: #5f7285;
  padding: 0;
}
.is--act-partnerStatistic .btn--filter {
  width: 100%;
  text-align: center;
  margin: 0;
}
.is--act-partnerStatistic .chart--holder {
  display: none;
}
.is--act-partnerStatistic .panel--th,
.is--act-partnerStatistic .panel--td {
  padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  width: 25%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is--act-partnerStatistic .panel--th:first-child,
.is--act-partnerStatistic .panel--td:first-child {
  text-align: left;
}
.is--act-partnerStatistic .panel--th {
  padding: 0.1875rem 0.625rem 0.125rem 0.625rem;
  font-size: 0.75rem;
  color: #5f7285;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #dadae5;
}
.is--act-partnerStatistic .is--odd .column--price,
.is--act-partnerStatistic .is--odd .column--total {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.is--act-partnerStatistic .column--label {
  text-align: left;
}
.is--act-partnerStatistic .column--value {
  text-align: right;
}
.is--act-partnerStatistic .column--label,
.is--act-partnerStatistic .column--value {
  width: 50%;
  float: left;
}
.is--act-partnerStatistic .column--item-sum .column--label {
  display: block !important;
}
.order--status-icon {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  display: inline-block;
  position: relative;
}
.order--status-icon.status--0,
.order--status-icon.status--1,
.order--status-icon.status--3,
.order--status-icon.status--6 {
  background: #4aa3df;
}
.order--status-icon.status--2,
.order--status-icon.status--5,
.order--status-icon.status--7 {
  background: #2ecc71;
}
.order--status-icon.status--4,
.order--status-icon.status--8 {
  background: #e74c3c;
}
.order--name {
  color: #3f4c58;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--details .panel--tr {
  border-bottom: 1px solid #dadae5;
}
.order--repeat {
  text-align: center;
  background: #f5f5f8;
  border-bottom: 1px solid #dadae5;
}
.order--actions {
  text-align: center !important;
}
.order--user-comments,
.order--shop-comments {
  border-bottom: 1px solid #dadae5;
}
.account--downloads {
  border: 1px solid #dadae5;
}
.account--downloads p {
  font-size: 0.875rem;
}
.account--downloads .downloads--table-header {
  display: none;
}
.account--downloads .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--downloads .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--downloads .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--password-reset {
  margin-top: 0.625rem;
}
.account--password-reset p {
  margin: 0;
}
.account--password-reset .password-reset--input {
  margin: 0rem 0rem 1.875rem 0rem;
  width: 100%;
}
.account--password-reset .password-reset--link {
  width: 100%;
  margin: 0;
}
.account--password-reset .password-reset--link:first-child {
  margin: 0rem 0rem 0.625rem 0rem;
}
.account--password-new {
  margin-top: 0.625rem;
}
.account--password-new .password-new--input {
  margin-bottom: 0.9375rem;
  width: 100%;
}
.account--password-new .password-new--helptext {
  margin-bottom: 0;
}
.account--password-new .password-new--submit {
  display: block;
  width: 100%;
}
.account--profile {
  margin: 0rem;
  padding-top: 1.875rem;
}
.account--profile .profile--email-password-container:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile-password--container {
  float: right;
  width: 100%;
}
.account--profile .profile-email--container {
  float: left;
  width: 100%;
}
.account--profile .alert {
  margin-bottom: 1.25rem;
}
.account--profile .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
.account--profile .panel {
  margin-bottom: 1.25rem;
}
.account--profile .required-info {
  font-size: 0.875rem;
}
.account--profile .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.account--profile .profile--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--profile .profile--zip-city .profile--field-zipcode {
  width: 28%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city {
  width: 70%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.account--profile .profile--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .profile--birthyear,
.account--profile .profile--birthdate .profile--birthyear.select-field {
  margin-right: 0rem;
}
@media screen and (max-width: 48em) {
  .column--info-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 30em) {
  .account--password-reset {
    margin-top: 0.625rem;
  }
  .account--password-reset .password-reset--input {
    margin: 0.625rem 0rem 1.875rem 0rem;
  }
  .account--password-reset .password-reset--link {
    margin: 0rem 0rem 0.625rem 0rem;
    width: auto;
  }
  .account--password-reset .password-reset--link:first-child {
    margin: 0rem 0.625rem 0rem 0rem;
  }
  .account--password-new .password-new--submit {
    display: inline-block;
    width: auto;
  }
  .account--logout .logout-back-to-shop {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .account--content {
    margin: 1.875rem 0rem 0rem 0rem;
  }
  .account--content.is--wide {
    width: 100%;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 1.25rem;
  }
  .account--password-new .password-new--input {
    width: 20rem;
  }
  .account--menu {
    border: 1px solid #dadae5;
  }
  .account--menu .navigation--headline {
    padding: 1.25rem 0rem 0rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    color: #3f4c58;
    font-family: Poppins;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 1.25rem 0rem 0.625rem 0rem;
    text-decoration: none !important;
    border-bottom: 1px solid #dadae5;
  }
  .account--menu .navigation--headline.is--underline {
    padding: 1.25rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #dadae5;
    text-decoration: none !important;
  }
  .account--menu .navigation--headline.is--secondary {
    color: #5f7285;
  }
  .account--menu .navigation--headline.is--primary {
    color: #d9400b;
  }
  .account--menu .account--menu-container {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .account--menu .account--menu-container.has--border {
    border: 1px solid #dadae5;
  }
  .account--menu .account--menu-container.is--slim {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  }
  .account--menu .account--menu-container.is--wide {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--menu .account--menu-container.is--flat {
    background: #f5f5f8;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f8;
  }
  .account--menu .navigation--list {
    padding: 0;
    border: 0 none;
  }
  .account--menu .navigation--entry {
    margin: 0;
    border: 0 none;
  }
  .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
  }
  .account--menu .navigation--link.link--logout {
    margin: 0.625rem 0rem 0rem 0rem;
    padding: 0.625rem 0rem 0rem 0rem;
    border-top: 1px solid #dadae5;
    font-weight: 700;
    color: #d9400b;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .account--welcome .panel--title {
    font-size: 0.1953125remrem;
  }
  .account--orders-overview .orders--table-header {
    display: block;
  }
  .account--orders-overview .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--orders-overview .panel--tr.order--repeat {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--orders-overview .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--orders-overview .column--label {
    display: none;
  }
  .account--orders-overview .column--value {
    width: 100%;
    float: none;
  }
  .account--orders-overview .column--summary-labels,
  .account--orders-overview .column--summary-data {
    width: 20%;
    text-align: right;
  }
  .account--orders-overview .column--date,
  .account--orders-overview .column--id,
  .account--orders-overview .column--dispatch {
    width: 20%;
  }
  .account--orders-overview .column--status {
    width: 25%;
  }
  .account--orders-overview .column--actions {
    width: 15%;
  }
  .account--orders-overview .column--actions .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .account--orders-overview .column--name {
    width: 50%;
  }
  .account--orders-overview .column--quantity {
    width: 10%;
  }
  .account--orders-overview .column--price {
    width: 20%;
  }
  .account--orders-overview .column--total {
    width: 20%;
  }
  .account--orders-overview .column--info-labels {
    width: 20%;
  }
  .account--orders-overview .column--info-data {
    width: 40%;
  }
  .order--item {
    margin: 0;
  }
  .order--pseudo-price {
    font-size: 0.75rem;
  }
  .order--download,
  .order--price-unit,
  .order--current-price {
    display: block !important;
  }
  .order--download {
    margin: 0.625rem 0rem 0rem 0rem;
  }
  .order--quantity {
    text-align: center !important;
  }
  .order--actions,
  .order--price,
  .order--amount {
    text-align: right !important;
  }
  .account--downloads .downloads--table-header {
    display: block !important;
    background: #ffffff;
  }
  .account--downloads .downloads--table-header .panel--th {
    color: #3f4c58;
  }
  .account--downloads .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--downloads .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--downloads .column--date,
  .account--downloads .column--actions {
    width: 20%;
  }
  .account--downloads .column--info {
    width: 60%;
  }
  .column--label {
    display: none;
  }
  .column--date,
  .column--id,
  .column--dispatch {
    width: 20%;
  }
  .column--status {
    width: 25%;
  }
  .column--actions {
    width: 15%;
  }
  .column--name {
    width: 50%;
  }
  .column--quantity {
    width: 10%;
  }
  .column--price {
    width: 20%;
  }
  .column--total {
    width: 20%;
  }
  .column--info-labels {
    width: 20%;
  }
  .column--info-data {
    width: 40%;
  }
  .column--summary {
    width: 20%;
  }
  .account--password-reset .password-reset--input {
    width: 20rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 1.25rem 1rem 1.25rem;
  }
  .is--act-partnerStatistic .account--welcome {
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--act-partnerStatistic .listing--actions {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f8f8fa;
  }
  .is--act-partnerStatistic .date-filter {
    padding: 0rem 0.625rem 0rem 0.625rem;
    width: 40%;
    float: left;
    height: auto;
  }
  .is--act-partnerStatistic .date-filter--label {
    width: 10%;
  }
  .is--act-partnerStatistic .btn--filter {
    width: 20%;
    float: left;
    height: 40px;
  }
  .is--act-partnerStatistic .chart--holder {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .is--act-partnerStatistic .panel--th,
  .is--act-partnerStatistic .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .is--act-partnerStatistic .column--item-sum {
    width: 75% !important;
  }
  .is--act-partnerStatistic .column--item-sum .column--label,
  .is--act-partnerStatistic .column--item-sum .column--value {
    float: left;
    width: 50%;
  }
  .is--act-partnerStatistic .is--odd {
    border: 0;
    padding: 0;
  }
  .is--act-partnerStatistic .is--odd .column--total {
    width: 25%;
    float: left !important;
  }
  .is--act-partnerStatistic .is--odd .column--total .column--value {
    width: 100%;
  }
  .account--profile {
    margin: 0rem;
  }
  .account--profile .select-field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .profile--field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .select-field {
    max-width: 18.125rem;
  }
  .account--profile .profile--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 64em) {
  .account--info,
  .account--billing {
    width: 49%;
    float: left;
  }
  .account--payment,
  .account--shipping {
    width: 49%;
    float: right;
  }
  .account--email,
  .account--password,
  .account--userdata {
    display: none;
  }
  .account--email,
  .account--password,
  .account--userdata,
  .account--newsletter {
    clear: both;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--info .panel--body,
  .account--payment .panel--body {
    height: 7.5rem;
  }
  .account--profile .profile-password--container {
    float: right;
    width: 49%;
  }
  .account--profile .profile-email--container {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 120rem) {
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .account--profile {
    padding-top: 2.8125rem;
  }
  .account--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-reset {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 2.8125rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.partner-statistic .account--welcome {
  margin-bottom: 0;
}
.partner-statistic .partner-statistic-body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .date-filter {
  display: inline-block;
}
.partner-statistic .date-filter--input {
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .ui-datepicker-trigger {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #dadae5;
  color: #5f7285;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
  background-image: none;
  border-color: #ddd;
  border-radius: 0;
  border-radius: 5px;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  margin: 0rem 1.5625rem 0rem 0rem;
  line-height: 1.25rem;
}
.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
  font-size: 0.625rem;
}
.partner-statistic .ui-datepicker-trigger .is--large {
  font-size: 1rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right {
  padding-right: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left {
  padding-left: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger:disabled,
.partner-statistic .ui-datepicker-trigger:disabled:hover,
.partner-statistic .ui-datepicker-trigger.is--disabled,
.partner-statistic .ui-datepicker-trigger.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #dadae5;
  color: #5f7285;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:hover {
  background: #ffffff;
  color: #d9400b;
  border-color: #d9400b;
}
.partner-statistic .ui-datepicker-trigger:focus {
  outline: none;
}
.partner-statistic .ui-datepicker-trigger.is--small {
  line-height: 1.75rem;
}
.partner-statistic .ui-datepicker-trigger.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.partner-statistic .ui-datepicker-trigger.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.partner-statistic .ui-datepicker-trigger.is--full {
  display: block;
}
.partner-statistic .ui-datepicker-trigger.is--center {
  text-align: center;
}
/*
Note
==============================================
Contains the styling of the note page inside Shopware 5.

The users can add an article to their note list if they are interested in the product and the product will be saved inside the list if the user is logged in inside their account.

The articles are displayed inside a slim product box with an article thumbnail and the general item information.

The styling also contains the viewport specific styles inside media queries.
*/
.note--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.note--overview .panel--td {
  padding: 0;
}
.note--item {
  padding: 1.25rem 0rem 1.25rem 0rem;
  position: relative;
}
.note--info,
.note--sale {
  width: 80%;
}
.note--image-container {
  width: 4.6875rem;
  margin: 0rem 1.25rem 1.25rem 0rem;
  display: table-row;
  float: left;
}
.note--image-link {
  width: 4.6875rem;
  height: 4.6875rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 4.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dadae5;
}
.note--image {
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  margin: 0 auto;
}
.note--title {
  margin: 0rem 0rem 0.3125rem 5.9375rem;
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  color: #3f4c58;
}
.note--title:hover {
  color: #d9400b;
}
.note--rating {
  margin: 0rem 0rem 0.625rem 5.9375rem;
}
.note--rating [class^="icon--"] {
  color: #f1c40f;
}
.note--supplier {
  display: none;
}
.note--ordernumber,
.note--date,
.note--overview .product--rating {
  margin: 0rem 0rem 0rem 5.9375rem;
  display: block;
}
.note--delivery {
  margin: 0rem 0rem 0rem 5.9375rem;
}
.note--delivery .delivery--status-icon {
  display: none;
}
.note--delivery .delivery--text-available {
  display: block;
}
.note--compare {
  margin: 0.625rem 0rem 0rem 5.9375rem;
  display: none;
}
.note--compare .compare--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #5f7285;
}
.note--compare .compare--link:hover {
  color: #d9400b;
}
.note--compare [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.note--price-unit {
  margin: 0.3125rem 0rem 0rem 5.9375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: block;
}
.note--price {
  font-size: 1.125rem;
  margin: 0.9375rem 0rem 0rem 5.9375rem;
  color: #3f4c58;
  font-weight: 700;
}
.note--delete {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.625rem;
  line-height: 2.375rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  top: 1.25rem;
  right: 0;
  left: auto;
  display: block;
  position: absolute;
  border: 1px solid #dadae5;
  text-align: center;
  font-weight: 500;
  color: #5f7285;
}
.note--delete:hover {
  color: #d9400b;
  border-color: #d9400b;
}
@media screen and (min-width: 48em) {
  .note--overview .panel--table {
    padding: 0rem 1.25rem 0rem 1.25rem;
    border: 1px solid #dadae5;
  }
  .note--compare {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .note--info {
    padding-right: 1.25rem;
    width: 70%;
  }
  .note--sale {
    padding-right: 3.4375rem;
    width: 30%;
  }
  .note--zoom {
    font-size: 0.75rem;
    display: block;
    color: #5f7285;
    text-align: center;
  }
  .note--zoom:hover {
    color: #d9400b;
  }
  .note--title {
    margin: 0rem 0rem 0.3125rem 6.5625rem;
  }
  .note--supplier,
  .note--ordernumber,
  .note--date,
  .note--overview .product--rating {
    margin: 0rem 0rem 0rem 6.5625rem;
    display: block;
  }
  .note--delivery {
    margin: 0rem 0rem 0rem 6.5625rem;
  }
  .note--compare {
    margin: 0.3125rem 0rem 0rem 0rem;
  }
  .note--price {
    margin: 0;
  }
  .note--price-unit {
    padding-right: 3.125rem;
    margin: 0.3125rem 0rem 0rem 0rem;
  }
}
@media screen and (min-width: 120rem) {
  .note--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Forms
==========================================
Defines the general form element styles.

It contains the components as: `capacha`, `description`, `required information` etc.
*/
.forms--content {
  width: 100%;
}
.forms--content .forms--headline {
  margin-bottom: 1.25rem;
}
.forms--content .forms--headline .forms--title {
  margin-top: 0rem;
}
.forms--content .forms--headline .forms--text p {
  margin-bottom: 0.75rem;
}
.forms--content .alert {
  margin: 1.875rem 0rem 0rem 0rem;
}
.forms--content .forms--field {
  margin-bottom: 0.3125rem;
  width: 100%;
}
.forms--content input {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content input[type="checkbox"] {
  width: auto;
}
.forms--content textarea {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content .field--select {
  margin-bottom: 0.625rem;
}
.forms--content .btn {
  float: right;
}
.forms--content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .strasse {
  margin-right: 2%;
  width: 80%;
  float: left;
}
.forms--content .nr {
  width: 18%;
  float: left;
}
.forms--content .plz {
  margin-right: 2%;
  width: 28%;
  float: left;
}
.forms--content .ort {
  width: 70%;
  float: left;
}
.forms--content .ort:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .forms--required {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.forms--content .forms--description {
  margin: -0.5rem 0rem 0.625rem 0rem;
  clear: both;
}
.forms--content .forms--captcha strong.captcha--notice {
  margin-bottom: 0.5rem;
  display: block;
}
.forms--content .forms--checkbox label {
  top: -0.125rem;
  position: relative;
}
.forms--content .forms--checkbox input[type="checkbox"] {
  width: auto;
}
@media screen and (min-width: 48em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content input {
    margin-bottom: 0.9375rem;
  }
  .forms--content textarea {
    margin-bottom: 0.9375rem;
  }
  .forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content .alert {
    margin: 0rem 0rem 0rem 0rem;
  }
}
/*
Sitemap
==========================================
Contains the styles for the the Sitemap.

The sitemap page shows all categories and subpages of the shop in an overview.

The sitemap link is located in the footer information column.
*/
.sitemap--content {
  margin-top: 0.625rem;
}
.sitemap--content .sitemap--headline {
  margin-bottom: 0.625rem;
}
.sitemap--content .sitemap--headline .sitemap--title {
  margin-top: 0;
}
.sitemap--content .sitemap--headline .sitemap--headline-text {
  margin-bottom: 0rem;
}
.sitemap--content .sitemap--category {
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
  min-height: 3.75rem;
  background-color: #f8f8fa;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #5f7285;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #d9400b;
}
.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link {
  padding-left: 2.1875rem;
}
.sitemap--content .sitemap--navigation-head {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  margin-bottom: 0.5rem;
  background: #5f7285;
}
.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .sitemap--content {
    margin-top: 1.25rem;
  }
  .sitemap--content .sitemap--headline {
    margin-bottom: 1.25rem;
  }
  .sitemap--content .sitemap--category {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .sitemap--content .sitemap--category:last-child,
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .sitemap--content .sitemap--category {
    width: 24%;
    float: left;
    margin-right: 1.25%;
  }
  .sitemap--content .sitemap--category:last-child {
    margin-right: 0rem;
  }
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 1.25%;
  }
}
@media screen and (min-width: 120rem) {
  .sitemap--content {
    margin-top: 2.8125rem;
  }
}
/*
Search
==========================================
Contains the styles for the main search-box component of the Shopware storefront.

The styling defines the search result page layout and its components.

It contains the viewport specific styles inside media queries.
*/
.search--content {
  padding: 2.5rem 0rem 0rem 0rem;
}
.search--headline {
  margin: 0rem 0rem 2.5rem 0rem;
  text-align: center;
}
.search--cat-filter {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--headline {
  padding: 0rem 0rem 0.3125rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #dadae5;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #d9400b;
}
.search--cat-filter .cat-filter--reset [class^="icon--"] {
  top: -0.0625rem;
  margin-right: 0.625rem;
  font-size: 0.5rem;
  position: relative;
}
.search--cat-filter .cat-filter--active-path {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--label {
  margin: 0rem 0.625rem 0rem 0rem;
  font-weight: 700;
}
.search--cat-filter .cat-filter--path {
  white-space: nowrap;
}
.search--cat-filter .cat-filter--path [class^="icon--"] {
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 0.625rem;
}
.search--cat-filter .cat-filter--link,
.search--cat-filter .cat-filter--sub-cat {
  color: #5f7285;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #d9400b;
}
.search--cat-filter .cat-filter--link .checkbox,
.search--cat-filter .cat-filter--sub-cat .checkbox {
  margin: 0rem 0.3125rem 0rem 0rem;
  top: -0.0625rem;
  position: relative;
}
.search--cat-filter .cat-filter--sub-cat {
  width: 11.25rem;
  line-height: 1.5rem;
  margin: 0rem 0.625rem 0rem 0rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .search--cat-filter {
    margin: 0rem 0rem 2.5rem 0rem;
  }
}
@media screen and (min-width: 120rem) {
  .search--content {
    padding: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Custom pages
==============================================
Defines the layout for the custom pages.

The styling defines the basic layout of the Shopware 5 custom pages that can be created and customized for multiple purposes.
*/
.custom-page--content {
  margin-top: 0.625rem;
}
.custom-page--content ul,
.custom-page--content ol {
  padding-left: 1.25rem;
}
.custom-page--content .custom-page--tab-headline {
  margin-top: 0rem;
  font-size: 1.5rem;
}
.custom-page--content .content--custom.panel--body {
  padding: 1.25rem;
}
.custom-page--content .is--active-parent {
  display: block;
}
.ajax-modal--custom {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 48em) {
  .custom-page--content {
    margin-top: 1.875rem;
  }
  .custom-page--content .custom-page--tab-headline {
    margin-top: 0.625rem;
  }
  .ajax-modal--custom {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 120rem) {
  .ajax-modal--custom {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .custom-page--content {
    margin-top: 2.8125rem;
  }
}
/*
Confirm
================================
Defines the styles for the confirm page on the checkout process.

It is displayed as the third step of the checkout process of Shopware and shows the important checkout information and article details of the order.

*/
.confirm--content > .alert {
  margin: 0.5rem 0rem 0rem 0rem;
}
.confirm--content .body--revocation {
  font-weight: 700;
}
.confirm--content .panel {
  margin: 0.5rem 0rem 0.5rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.confirm--content .product--table {
  margin: 0;
}
.confirm--content .product--table .panel--body {
  background: #ffffff;
  color: #5f7285;
  padding-bottom: 0;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #dadae5;
}
.confirm--content .product--table .basket--footer {
  margin: 0rem -0.625rem 0rem -0.625rem;
  background: #f8f8fa;
  border-color: #dadae5;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  background: transparent;
  border-top: 1px solid #dadae5;
}
.confirm--content .product--table .basket--footer .table--aggregation {
  margin-left: 0;
  margin-right: 0;
}
.confirm--content .product--table .is--last-row {
  border-bottom: 0 none;
}
.confirm--content .column--unit-price {
  display: none;
}
.confirm--content .table--tr .column--tax-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.confirm--content .agb_info,
.confirm--content .list--checkbox {
  margin: 0rem 0rem 1.3125rem 0rem;
}
.confirm--content .list--checkbox .column--checkbox {
  width: 10%;
}
.confirm--content .list--checkbox .column--label {
  width: 90%;
}
.confirm--content .add-product--form {
  margin: 0.75rem 0rem 0.75rem 0rem;
}
.confirm--content .add-voucher--form:after,
.confirm--content .add-product--form:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .add-product--field,
.confirm--content .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 90%;
}
.confirm--content .add-product--button,
.confirm--content .add-voucher--button {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
  text-align: center;
}
.confirm--content .user-comment--field {
  width: 100%;
}
.confirm--content .table--actions .main--actions {
  margin: 1.25rem 0rem 0.625rem 0rem;
}
.confirm--content .table--actions .btn {
  width: 100%;
}
.confirm--content .table-footer--country-notice {
  margin: 0.6875rem 0rem 0rem 0rem;
}
.confirm--content .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.confirm--content .payment--panel .payment--method-info,
.confirm--content .payment--panel .shipping--method-info {
  margin-bottom: 0.625rem;
}
.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
  white-space: nowrap;
}
.confirm--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .alert {
  margin-bottom: 0;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
  display: none;
}
.confirm--content .set-default {
  margin-top: 0.9375rem;
}
.confirm--content .choose-different-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 30em) {
  .confirm--content .information--panel-item .information--panel-address .shipping--panel {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  .confirm--content .information--panel-item .information--panel-address .shipping--panel .btn {
    text-align: center;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--actions .choose-different-address {
    display: inline-block;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--body {
    padding-bottom: 0;
  }
  .confirm--content .information--panel-item .choose-different-address {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 30em) {
  .confirm--content .product--table .column--quantity {
    width: 26%;
  }
  .confirm--content .product--table .column--total-price {
    width: 28.5%;
  }
  .confirm--content .product--table .column--tax-price {
    padding-right: 0.625rem;
    float: left;
    width: 32%;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    margin-left: 39.5%;
  }
  .confirm--content .information--panel-address > .panel {
    margin: 0;
  }
  .confirm--content .information--panel-address > .panel .information--panel {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer {
    border-radius: 3px;
    background-clip: padding-box;
  }
  .confirm--content > .alert {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .confirm--content .panel {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .confirm--content .product--table .table--header {
    background: #ffffff;
    border-color: #dadae5;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #3f4c58;
  }
  .confirm--content .product--table .column--product {
    width: 47%;
  }
  .confirm--content .product--table .column--quantity {
    width: 11%;
  }
  .confirm--content .product--table .column--tax-price {
    width: 17%;
  }
  .confirm--content .product--table .column--total-price {
    width: 17%;
  }
  .confirm--content .product--table .column--actions {
    width: 7.5%;
  }
  .confirm--content .product--table .is--last-row {
    border-bottom: 0 none;
  }
  .confirm--content .product--table .row--product .column--tax-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .confirm--content .product--table .panel--body {
    padding-bottom: 1.25rem;
  }
  .confirm--content .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    padding-top: 1.3125rem;
    margin-left: 11%;
  }
  .confirm--content .product--table .row--rebate .column--total-price,
  .confirm--content .product--table .row--premium-product .column--total-price,
  .confirm--content .product--table .row--voucher .column--total-price {
    margin-left: 0;
  }
  .confirm--content .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
    margin: 0;
  }
  .confirm--content .row--premium-product .column--product,
  .confirm--content .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .row--premium-product .column--product .column--image,
  .confirm--content .row--rebate .column--product .column--image {
    width: 16.2%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .tos--panel .column--checkbox {
    margin-right: 0.75rem;
    width: auto;
  }
  .confirm--content .tos--panel .column--label {
    width: 95%;
    display: block;
  }
  .confirm--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
  }
  .confirm--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
  }
  .confirm--content .additional--features .feature--add-product {
    width: 40%;
    margin: -1% 2.5% 0 0;
  }
  .confirm--content .additional--features .feature--user-comment {
    width: 55%;
    margin: 0 0 0 2.5%;
  }
  .confirm--content .additional--features .user-comment--field {
    height: 5.9375rem;
  }
  .confirm--content .product--table .basket--footer .aggregation--list {
    float: right;
    padding-right: 10.4%;
    border-top: 0 none;
  }
  .confirm--content .main--actions .btn {
    width: auto;
    float: right;
  }
  .confirm--content .main--actions .btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .relevant--info {
    display: block;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing {
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
    display: none;
  }
  .confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
    display: inline-block;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 13%;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 10%;
  }
  .confirm--content .information--panel-wrapper .payment--panel .panel--actions {
    position: relative;
  }
  .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
    bottom: 1.25rem;
    position: absolute;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
}
@media screen and (min-width: 120rem) {
  .confirm--content {
    padding-top: 1.5625rem;
  }
  .confirm--content > .alert {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .confirm--content .product--table .row--premium-product .column--product,
  .confirm--content .product--table .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 11.3%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 9.6%;
  }
}
/*
Newsletter
==========================================
Contains the styles of the newsletter sign-up page and the form element inside it.

It contains the viewport specific styles inside media queries.
*/
.newsletter--content {
  padding-top: 0.625rem;
}
.newsletter--content:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--content .newsletter--error-messages {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--title {
  margin-top: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--info {
  margin: 0;
}
.newsletter--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.newsletter--content .newsletter--required-info {
  margin-bottom: 1rem;
}
.newsletter--content .newsletter--action:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-listing--content {
  margin-top: 0.625rem;
}
.newsletter-listing--content .newsletter-listing--headline {
  margin-bottom: 0.625rem;
}
.newsletter-listing--content .newsletter--title {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
  margin-top: 0.25rem;
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry:last-child {
  border: none;
}
.newsletter-detail--content {
  margin-top: 0.625rem;
}
.newsletter-detail--content .newsletter-detail--container:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe iframe {
  min-height: 31.25rem;
  width: 100%;
  border: none;
  outline: none;
}
.newsletter-detail--content .newsletter-detail--buttons {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink {
  width: 100%;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 20%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 20%;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink,
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .newsletter--content {
    padding-top: 1.25rem;
  }
  .newsletter--content .newsletter--error-messages {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .newsletter--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .select-field {
    margin-bottom: 0.9375rem;
    max-width: 18.125rem;
  }
  .newsletter-listing--content {
    margin-top: 1.25rem;
  }
  .newsletter-listing--content .newsletter-listing--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter-detail--content {
    margin-top: 1.25rem;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 120rem) {
  .newsletter--error-messages {
    padding-top: 0rem;
  }
  .newsletter--content {
    margin-top: 2.8125rem;
    padding: 0;
  }
  .newsletter--content .newsletter--headline .newsletter--title {
    margin-top: 0rem;
  }
  .newsletter-listing--content {
    margin-top: 2.8125rem;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 10%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 10%;
  }
  .newsletter-detail--content {
    margin-top: 2.8125rem;
  }
}
/*
Blog
================================================
Defines the styles for the blog page and its components.

It contains the sidebar selection, the comment section and the details.

More precise designations are commented inside the document.
*/
.blog--listing {
  margin-top: 1rem;
}
.blog--filter-btn {
  margin-bottom: 1.25rem;
}
.blog--filter-btn .filter--trigger {
  display: block;
}
.blog--filter-options {
  border-right: 1px solid #dadae5;
}
.blog--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.blog--filter-options .blog--filter-close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #5f7285;
  background-image: linear-gradient(to bottom, #5f7285 0%, #3f4c58 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.blog--filter-options .blog--filter-close-btn:hover {
  color: #fff;
}
.blog--filter-options .blog--filter-close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.blog--filter-options .blog--subscribe {
  display: none;
}
.blog--filter-options .filter--headline {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  font-weight: 700;
  color: #3f4c58;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #dadae5;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #5f7285;
}
.blog--filter-options .filter--link:hover {
  color: #d9400b;
}
.blog--sidebar {
  width: 100%;
}
.blog--sidebar .block-group {
  width: 100%;
}
.blog--sidebar .blog--navigation .has--border {
  border: none;
}
.blog--sidebar .blog--navigation .collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
  color: #5f7285;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #d9400b;
}
.blog--sidebar .blog--navigation .is--active {
  color: #fff;
  font-weight: 700;
}
.blog--sidebar .blog--navigation .is--active:hover {
  color: #fff;
}
.blog--sidebar .blog--navigation .collapse--content {
  padding: 0rem 0rem 0rem 0rem;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
  color: #5f7285;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #d9400b;
}
.blog--sidebar .blog--filter-content,
.blog--sidebar .blog--subscribe-content {
  display: none;
}
.blog--sidebar .blog--filter-content.is--active,
.blog--sidebar .blog--subscribe-content.is--active {
  display: block;
}
.blog--sidebar .blog--filter-tags:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box {
  margin-bottom: 1.25rem;
}
.blog--box:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box .blog--box-metadata {
  padding-bottom: 0.875rem;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid #dadae5;
}
.blog--box .blog--box-metadata .blog--metadata {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: 1px solid #dadae5;
}
.blog--box .blog--box-metadata .blog--metadata:last-child {
  border-right: 0 none;
}
.blog--box .blog--box-metadata .blog--metadata-rating {
  font-size: 0.875rem;
  color: #5f7285;
}
.blog--box .blog--box-headline {
  font-size: 1.125rem;
}
.blog--box .blog--box-link {
  color: #3f4c58;
}
.blog--box .blog--box-link:hover {
  color: #d9400b;
}
.blog--box .blog--box-picture {
  display: block;
  height: auto;
  width: 100%;
}
.blog--box .blog--picture-preview {
  width: 100%;
}
.blog--box .blog--box-description {
  margin-top: 1rem;
}
.blog--box .blog--box-description .blog--box-description-short {
  margin-bottom: 1rem;
  margin-top: -0.375rem;
}
.blog--box .blog--box-tags {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.blog--detail {
  margin-top: 0.625rem;
}
.blog--detail ul,
.blog--detail ol {
  padding-left: 1.875rem;
}
.blog--detail .listing {
  margin: 0;
}
.blog--detail .blog--box {
  margin-bottom: 0;
}
.blog--detail .blog--detail-header {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--detail-headline {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.blog--detail .blog--detail-headline,
.blog--detail .blog--detail-box-headline {
  font-size: 1.125rem;
}
.blog--detail .select-field {
  max-width: 100%;
}
.blog--detail .blog--rating-link {
  font-size: 0.875rem;
  color: #5f7285;
}
.blog--detail .blog--bookmarks-icons {
  margin-top: 0.625rem;
  float: right;
}
.blog--detail .blog--bookmark {
  font-size: 2.5rem;
}
.blog--detail .blog--detail-thumbnails {
  margin-bottom: 0.625rem;
}
.blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
  margin: 0 auto;
}
.blog--detail .blog--detail-thumbnails .block {
  height: 5rem;
  width: 23%;
}
.blog--detail .blog--image {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.blog--detail .blog--thumbnail {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 2% 1%;
  display: block;
  float: left;
}
.blog--detail .blog--thumbnail:first-child {
  margin-left: 0;
}
.blog--detail .blog--thumbnail:last-child {
  margin-right: 0;
}
.blog--detail .blog--comments-wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.blog--detail .blog--comments .comments--actions .btn--create-entry {
  width: 100%;
}
.blog--detail .blog--comments .comments--list {
  margin-top: 1.875rem;
}
.blog--detail .blog--comments .list--entry {
  margin-top: 0.625rem;
}
.blog--detail .blog--comments .list--entry:after {
  content: "";
  display: table;
  clear: both;
}
.blog--detail .blog--comments .entry--meta {
  width: 100%;
}
.blog--detail .blog--comments .entry--meta .meta--rating {
  margin-bottom: 0.3125rem;
}
.blog--detail .blog--comments .entry--content {
  width: 100%;
}
.blog--detail .blog--comments .content--headline {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
}
.blog--detail .blog--comments-headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-entry {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--comments-entry:last-child {
  margin: 0;
}
.blog--detail .blog--comments-entry-left {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #dadae5;
}
.blog--detail .blog--comments-entry-left::after {
  margin: 0rem 0rem 0rem -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  bottom: -0.5625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  border: 1px solid #dadae5;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #f1c40f;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #3f4c58;
  margin-top: 0;
}
.blog--detail .blog--comments-form .form--comment-add {
  margin-top: 20px;
}
.blog--detail .blog--comments-form-errors .alert {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-voting {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.blog--detail .collapse--soft-hidden {
  display: none;
}
.blog--detail .collapse--soft-show {
  display: block;
}
@media screen and (min-width: 48em) {
  .blog--listing {
    margin-top: 1rem;
  }
  .blog--listing .panel--title {
    margin: 0rem 1.25rem 0rem 1.25rem;
  }
  .blog--listing .panel--body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .blog--box .blog--box-metadata {
    font-size: 0.875rem;
  }
  .blog--box .blog--box-picture {
    width: 20%;
    float: left;
  }
  .blog--box .blog--box-description {
    padding-top: 0;
    margin-top: 0;
    width: 76%;
    float: right;
  }
  .blog--box .blog--box-tags {
    font-size: 0.875rem;
  }
  .blog--content {
    margin-top: 2.8125rem;
  }
  .blog--content .blog--navigation {
    padding: 0rem 0rem 0rem 0rem;
  }
  .blog--content .blog--navigation .has--border {
    border: 1px solid #dadae5;
  }
  .blog--content .blog--navigation .blog--sidebar-title {
    padding: 1.25rem 0rem 0.625rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    border-radius: 0;
    color: #3f4c58;
    border-color: #dadae5;
    border-width: 0 0 1px 0;
    display: block;
    font-weight: 700;
    background: none;
    box-shadow: none;
    cursor: default;
  }
  .blog--content .blog--navigation .blog--sidebar-body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .blog--content .blog--navigation .collapse--header:hover {
    color: #3f4c58;
  }
  .blog--content .blog--navigation .blog--subscribe {
    display: block;
  }
  .blog--content .blog--navigation .blog--subscribe-content,
  .blog--content .blog--navigation .blog--filter-content {
    display: block;
  }
  .blog--content .filter--container {
    padding: 0;
  }
  .blog--content .blog--filter-btn {
    display: none;
  }
  .blog--content .blog--filter-options {
    display: block;
    float: right;
    width: 20%;
    border: none;
    background: none;
  }
  .blog--content .blog--filter-options .filter--group {
    margin: 0rem 0rem 1rem 0rem;
    width: 100%;
    height: auto;
  }
  .blog--content .blog--filter-options .filter--entry {
    font-size: 0.875rem;
    padding: 0;
    border: 0 none;
  }
  .blog--content .blog--filter-options .blog--filter-close-btn {
    display: none;
  }
  .blog--content .blog--filter-options .filter--headline {
    display: none;
  }
  .blog--content .filter--expand-collapse {
    display: none;
  }
  .blog--content .blog--listing {
    margin-top: 0;
    width: 78%;
    float: left;
  }
  .blog--content .blog--box .blog--box-headline {
    font-size: 1.125rem;
  }
  .blog--content .blog--box .blog--box-link {
    color: #3f4c58;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #d9400b;
  }
  .blog--content .blog--box .blog--box-metadata {
    padding-top: 0.3125rem;
  }
  .blog--content .blog--box .blog--box-content .blog--box-description {
    width: 74%;
  }
  .blog--detail {
    margin-top: 1.875rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .blog--detail .blog--box-metadata,
  .blog--detail .panel--title {
    margin: 0;
  }
  .blog--detail .panel--body {
    padding-left: 0;
    padding-right: 0;
  }
  .blog--detail .blog--detail-thumbnails {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
    margin: 0 auto;
  }
  .blog--detail .blog--detail-thumbnails .block {
    width: 5rem;
    height: 5rem;
  }
  .blog--detail .blog--comments .entry--meta {
    width: 25%;
    text-align: left;
  }
  .blog--detail .blog--comments .entry--content {
    width: 75%;
    float: left;
  }
  .blog--detail .blog--comments .comments--actions .btn--create-entry {
    width: auto;
  }
  .blog--detail .blog--comments-name,
  .blog--detail .blog--comments-summary {
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .blog--detail .blog--comments-email,
  .blog--detail .blog--comments-voting {
    padding-left: 0.625rem;
    width: 50%;
    float: right;
  }
  .blog--detail .blog--comments-voting {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-opinion {
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-captcha:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    width: 50%;
  }
  .blog--detail .blog--comments-captcha .captcha--placeholder {
    padding-right: 0.625rem;
    width: 30%;
    float: left;
  }
  .blog--detail .blog--comments-captcha .captcha--code {
    padding-right: 0.625rem;
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .blog--detail .blog--detail-description {
    width: 100%;
  }
  .blog--detail .blog--detail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
}
@media screen and (min-width: 120rem) {
  .blog--listing .listing--actions {
    margin-top: 0.9375rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  .blog--listing .listing--paging {
    border: 0 none;
  }
  .blog--detail {
    margin-top: 3.125rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.3125rem;
  }
  .blog--detail .blog--bookmark {
    font-size: 2rem;
  }
}
/*
Configurator
==========================================
Defines the styles for the product configuration options element.

The configurator element allows the user to choose from different article variations on the Shopware product detail page and configure his product.
*/
.configurator--variant .variant--group {
  margin: 0rem 0rem 0.625rem 0rem;
}
.configurator--variant .variant--group:after {
  content: "";
  display: table;
  clear: both;
}
.configurator--variant .variant--name {
  margin: 0rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.configurator--variant .variant--option {
  height: 3.125rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: block;
  width: 23%;
  margin-right: 2%;
  position: relative;
  float: left;
}
.configurator--variant .option--input {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  /**
         * Checkbox/Radio Hack
         * Changes the styling of the next label element
         * based on the state of the radio element.
         */
}
.configurator--variant .option--input:hover ~ label {
  color: #d9400b;
  border-color: #d9400b;
}
.configurator--variant .option--input:hover ~ label.is--disabled {
  color: #5f7285;
  border-color: #dadae5;
}
.configurator--variant .option--input:checked ~ label {
  color: #d9400b;
  border-color: #d9400b;
}
.configurator--variant .option--input:disabled ~ label {
  opacity: 0.5;
}
.configurator--variant .option--input:disabled {
  cursor: not-allowed;
}
.configurator--variant .option--label {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 500;
  border: 1px solid #dadae5;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.configurator--variant .option--label.is--disabled img {
  opacity: 0.3;
}
.configurator--variant .option--label .image--media {
  line-height: 3.125rem;
  vertical-align: middle;
  text-align: center;
}
.configurator--variant .option--label img {
  margin: 0 auto;
}
/*
Compare
==============================================
Defines the styling of the comparison tool and its elements.

The comparision creates a fixed modalbox in that the user can compare multiple articles.

The user can open the tool inside the product detail section.
*/
.top-bar--navigation {
  position: relative;
}
.top-bar--navigation .entry--compare {
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.top-bar--navigation .entry--compare .compare--quantity {
  margin-left: 0.3125rem;
  font-weight: 700;
  display: inline-block;
  color: #d9400b;
}
.top-bar--navigation .entry--compare .icon--compare {
  font-size: 0.75rem;
}
.top-bar--navigation .compare--list {
  width: 17.5rem;
  padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
  top: 2rem;
  right: 0.75rem;
  text-align: left;
  position: absolute;
  display: none;
  list-style: none;
  background: #fff;
  z-index: 4000;
  border: 1px solid #dadae5;
}
.top-bar--navigation .compare--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  top: -0.3125rem;
  left: 1.5625rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border-color: #dadae5;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.top-bar--navigation .compare--list .btn--compare-delete {
  width: 100%;
}
.top-bar--navigation .js--is--dropdown-active .compare--list {
  display: block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry {
  cursor: default;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry form {
  display: inline-block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link {
  width: 14.375rem;
  padding: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  color: #5f7285;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #d9400b;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button {
  padding: 0.1875rem 0.25rem 0.1875rem 0.25rem;
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  margin: 0.5rem 0rem 0.5rem 0rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--compare {
  margin-top: 0.3125rem;
}
.compare--wrapper {
  display: block;
  overflow: auto;
}
.modal--compare {
  font-size: 0.875rem;
  letter-spacing: -0.25rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.modal--compare.is--fluid {
  width: 100%;
  overflow: hidden;
}
.modal--compare .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #5f7285;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #f8f8fa;
  font-weight: 700;
}
.modal--compare .compare--group {
  width: 12.5rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  letter-spacing: 0;
}
.modal--compare .group--small {
  width: 12.5rem;
}
.modal--compare .compare--group-list {
  margin: 0;
  padding: 0;
}
.modal--compare .list--entry {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  color: #5f7285;
  border-bottom: 1px solid #dadae5;
}
.modal--compare .entry--picture {
  height: 10rem;
  position: relative;
}
.modal--compare .entry--picture .image--element img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal--compare .entry--name {
  height: 7.8125rem;
}
.modal--compare .link--name {
  position: relative;
  display: block;
  height: 70px;
  color: #3f4c58;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #f1c40f;
}
.modal--compare .entry--description {
  height: 9.375rem;
  text-align: left;
  word-wrap: break-word;
}
.modal--compare .entry--price {
  height: 8.125rem;
}
.modal--compare .entry--price .price--pseudoprice {
  text-decoration: line-through;
}
.modal--compare .entry--price .price--normal {
  font-size: 1rem;
  color: #3f4c58;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #e74c3c;
}
.modal--compare .entry--property {
  height: auto;
}
@media screen and (min-width: 120rem) {
  .top-bar--navigation .compare--list {
    right: 0;
  }
}
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
.content--home {
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .content--home {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .content--home {
    margin-top: 3.125rem;
  }
}
/*
Payment
==============================================
Defines the styling of the payment-form elements.

The payment page allows the user to choose the prefered payment option and add his personal payment informations inside form elements.

The payment page is a part of the Shopware checkout process.
*/
.payment--form-group {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.payment--form-group .payment--field {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
.payment--form-group .register--required-info {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .payment--form-group .payment--field {
    width: 85%;
  }
}
/*
Address
================================
Defines the styles for the address pages and the modals.
*/
.address-manager--modal .header > .title {
  padding-left: 2%;
}
.address-manager--modal.address-manager--editor .address-editor--errors {
  padding: 1.25rem;
  padding-bottom: 0;
}
.address-manager--modal.address-manager--editor .address-editor--body {
  padding: 0;
}
.address-manager--modal.address-manager--selection .content:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container {
  margin: -2% 0 0 -2%;
}
.address-manager--modal.address-manager--selection .content .modal--container:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
  padding: 2% 0 0 2%;
  float: left;
  width: 100%;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn {
  width: 100%;
  text-align: center;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.account--address.account--content,
.address-manager--modal.account--content {
  margin: 0rem;
  padding-top: 2.8125rem;
}
.account--address .address--item-body .panel--title,
.address-manager--modal .address--item-body .panel--title {
  margin: 0rem 0rem 1.25rem 0rem;
  padding-top: 0;
}
.account--address .account--welcome,
.address-manager--modal .account--welcome {
  margin-bottom: 0;
}
.account--address.account--address-form .alert,
.address-manager--modal.account--address-form .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.account--address .address--form-actions:after,
.address-manager--modal .address--form-actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--form-actions .address--form-submit,
.address-manager--modal .address--form-actions .address--form-submit {
  margin-bottom: 0.625rem;
  width: 100%;
  text-align: center;
}
.account--address .address--actions-set-defaults,
.address-manager--modal .address--actions-set-defaults {
  margin-bottom: 0.625rem;
  line-height: normal;
}
.account--address .address--actions-set-defaults .btn,
.address-manager--modal .address--actions-set-defaults .btn {
  padding: 0;
  color: #5f7285;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #d9400b;
}
.account--address .address--required-info,
.address-manager--modal .address--required-info {
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.account--address .select-field,
.address-manager--modal .select-field {
  margin-bottom: 0.3125rem;
  max-width: 100%;
}
.account--address .address--field,
.address-manager--modal .address--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--address .address--customertype,
.address-manager--modal .address--customertype {
  display: block;
}
.account--address .address--zip-city .address--field-zipcode,
.address-manager--modal .address--zip-city .address--field-zipcode {
  width: 28%;
  float: left;
}
.account--address .address--zip-city .address--field-city,
.address-manager--modal .address--zip-city .address--field-city {
  width: 70%;
  float: left;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--spacer,
.address-manager--modal .address--zip-city .address--spacer {
  margin-right: 2%;
}
.account--address.address--delete .panel,
.address-manager--modal.address--delete .panel {
  margin-bottom: 1.25rem;
}
.account--address .address--delete-actions .btn.is--primary,
.address-manager--modal .address--delete-actions .btn.is--primary {
  float: right;
}
.account--address .address--content,
.address-manager--modal .address--content {
  margin: -2% 0 0 -2%;
}
.account--address .address--content:after,
.address-manager--modal .address--content:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--item-content,
.address-manager--modal .address--item-content {
  width: 100%;
  float: left;
  padding: 2%;
}
.account--address .address--item-content .panel--actions,
.address-manager--modal .address--item-content .panel--actions {
  display: table-cell;
  vertical-align: bottom;
}
.account--address .address--item-create .btn,
.address-manager--modal .address--item-create .btn {
  text-align: center;
}
.account--address .address--item-actions form,
.address-manager--modal .address--item-actions form {
  display: block;
}
.account--address .js--loading,
.address-manager--modal .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .account--address .address--form-actions .address--form-submit,
  .address-manager--modal .address--form-actions .address--form-submit {
    width: auto;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 50%;
  }
  .account--address.account--content .address--field {
    margin-bottom: 0.9375rem;
    width: 70%;
  }
  .account--address.account--content .select-field {
    max-width: 18.125rem;
  }
  .account--address.account--content .address--form-actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--item-content {
    width: 50%;
  }
  .account--address.account--content .address--zip-city .address--field-zipcode {
    width: 18%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city {
    width: 50%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--spacer {
    margin-right: 2%;
  }
}
@media screen and (min-width: 120rem) {
  .address-manager--modal.address-manager--selection {
    max-width: 71.5625rem;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 33.3%;
  }
}
.page-wrap--cookie-permission {
  padding: 0.625rem;
  z-index: 8000;
  border-top: 1px solid #dadae5;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-wrap--cookie-permission .cookie-permission--container {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
  margin: 0 auto;
  margin-top: 1.25rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
  margin-top: 0.625rem;
}
.cookie-removal--container {
  padding: 1.5625rem;
}
.cookie-removal--container .cookie-removal--list {
  margin-bottom: 1.25rem;
  list-style-position: inside;
}
.cookie-removal--container .cookie-removal--buttons {
  margin-top: 1.25rem;
}
.cookie-removal--container .cookie-removal--buttons .btn {
  margin-bottom: 0.375rem;
  display: inline-block;
  width: 48%;
  float: right;
}
.cookie-removal--container .cookie-removal--buttons .btn:last-child {
  margin-right: 2%;
}
@media screen and (min-width: 30em) {
  .cookie-removal--container .cookie-removal--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer .cookie-removal--buttons {
    float: right;
  }
  .cookie-removal--container .cookie-removal--buttons {
    min-width: 16.25rem;
    margin: 0;
  }
  .cookie-removal--container .privacy--notice {
    padding-top: 0.5rem;
    display: inline-block;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-wrap--cookie-permission .cookie-permission--container {
    width: 100%;
  }
  .page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    width: calc(100% - 240px);
    text-align: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content.cookie-permission--extra-button {
    width: calc(100% - 370px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
    width: 15rem;
    right: 0.3125rem;
    position: absolute;
    top: calc(50% - 21px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button {
    width: 23.125rem;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: 0.75rem;
    float: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: right;
  }
}
.content-type--head {
  overflow: hidden;
  margin: 1rem 0rem 1rem 0rem;
}
.content-type--head .head--picture {
  max-height: 30em;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--head .head--picture img {
  max-height: 30em;
  object-fit: scale-down;
  margin: 0 auto;
}
.content-type--field {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field:nth-child(odd) {
  background: #f8f8fa;
}
.field--full > .field--label {
  display: none;
}
.field--full > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.field--label,
.field--content {
  display: block;
  width: 50%;
  float: left;
}
.field--label > span {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--label-separator {
  display: none;
  float: right;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #dadae5;
}
.field--content {
  text-align: right;
}
.content-type--field-checkbox .icon--check {
  color: #2ecc71;
}
.content-type--field-checkbox .icon--cross {
  color: #e74c3c;
}
.content-type--field-media > .field--label,
.content-type--field-media-grid > .field--label {
  display: none;
}
.content-type--field-media > .field--content,
.content-type--field-media-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-media.content-type--field,
.content-type--field-media-grid.content-type--field {
  background: #ffffff;
}
.content-type--field-media picture,
.content-type--field-media-grid picture,
.content-type--field-media img,
.content-type--field-media-grid img {
  margin: 0 auto;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field-media-grid .image--gallery {
  min-height: 30em;
}
.content-type--field-textarea > .field--label {
  display: none;
}
.content-type--field-textarea > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-textarea.content-type--field {
  background: #ffffff;
}
.content-type--field-text > .field--label {
  display: none;
}
.content-type--field-text > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-text.content-type--field {
  background: #ffffff;
}
.content-type--field-product-field > .field--label {
  display: none;
}
.content-type--field-product-field > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-field .product--box {
  background-color: #fff;
  padding: unset;
}
.content-type--field-product-field .box--content {
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
}
.content-type--field-product-grid {
  overflow: hidden;
  padding: 1rem 0rem 1rem 0rem;
}
.content-type--field-product-grid > .field--label {
  display: none;
}
.content-type--field-product-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-grid .product-slider .product-slider--container {
  padding: 0rem 2rem 0rem 2rem;
}
.content-type--field-product-grid .product-slider .product--description {
  white-space: normal;
}
.content-type--field-product-grid .box--content {
  background-color: #ffffff;
}
.content-type--field-tinymce > .field--label {
  display: none;
}
.content-type--field-tinymce > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-aceeditor > .field--label {
  display: none;
}
.content-type--field-aceeditor > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
@media screen and (min-width: 30em) {
  .content-type--head .head--picture {
    max-width: 50%;
    float: left;
  }
  .content-type--head .head--picture img {
    max-height: 30em;
  }
}
@media screen and (min-width: 48em) {
  .field--label {
    max-width: 30%;
    width: 30%;
  }
  .field--label-separator {
    display: inline-block;
  }
  .field--content {
    max-width: 70%;
    width: 70%;
    text-align: unset;
  }
}
@media screen and (min-width: 64em) {
  .content-type {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 120rem) {
  .is--content-type .sidebar-main {
    display: none;
  }
}
/*
Hacks
====================================
The `hacks.less` contains all dirty hacks like !important or negative margins, so you get a single place to document and set them.

More precise designations are commented inside the document.
*/
.product--tax a {
  text-decoration: none !important;
}
.product--tax a:hover {
  text-decoration: underline !important;
}
.entry--all-results-link i {
  font-size: 8px;
}
.table--shipping-costs-trigger i {
  margin: -0.25rem 0rem 0rem 0rem;
  font-size: 8px;
}
.table--footer i,
.premium-product--product .btn i,
.compare--button i,
.modal--compare .btn i {
  font-size: 8px;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.is--inactive {
  overflow: hidden !important;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.is--ie .action--sort .sort--select:after {
  line-height: 34px;
}
.is--ie .register--login .register--new-customer .new-customer-btn::after {
  line-height: 16px;
}
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .checkbox--state::before {
  line-height: 12px;
}
@media screen and (min-width: 48em) {
  .top-bar--navigation .entry--service:after,
  .top-bar--navigation .entry--service::after {
    font-size: 5px;
  }
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active:before,
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active::before {
    font-size: 5px;
  }
  .is--ie .header-main .top-bar--navigation .select-field:after {
    line-height: 24px;
  }
  .is--ie .action--filter-btn .filter--trigger:before,
  .is--ie .action--filter-btn .filter--trigger:after {
    line-height: 16px;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select {
    font-size: 0;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select option,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select option {
    font-size: 0.875rem;
  }
}
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
@font-face {
  font-family: 'themify';
  src: url("../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/themify.eot?-fvbane");
  src: url("../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/themify.eot?#iefix-fvbane") format('embedded-opentype'), url("../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/themify.woff?-fvbane") format('woff'), url("../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/themify.ttf?-fvbane") format('truetype'), url("../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/themify.svg?-fvbane#themify") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.eot');
  src: local('Lato Light'), local('Lato-Light'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-300.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-regular.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.eot');
  src: local('Lato Bold'), local('Lato-Bold'), url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../engine/Shopware/Plugins/Community/Frontend/Pixe3Minimalist/Themes/Frontend/Minimalist/frontend/_public/src/fonts/lato-v14-latin-700.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
i.icon--account,
i.icon--basket,
i.icon--compare,
i.icon--filter,
i.icon--heart,
i.icon--menu,
i.icon--search,
i.icon--service,
i.icon--star,
i.icon--cycle,
i.icon--arrow-right,
i.icon--arrow-left {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.action--filter-btn .filter--trigger:after,
.action--filter-btn .filter--trigger:before,
.image-slider--container .arrow,
.js--fancy-select:after,
.product-slider--arrow.arrow--next::before,
.product-slider--arrow.arrow--next:before,
.product-slider--arrow.arrow--prev::before,
.product-slider--arrow.arrow--prev:before,
.select-field:after,
.filter-panel--icon {
  font-family: 'themify';
}
i.icon--compare:before {
  content: "\e619";
}
i.icon--menu:before {
  content: "\e68e";
}
i.icon--heart:before {
  content: "\e634";
}
i.icon--account:before {
  content: "\e602";
}
i.icon--basket:before {
  content: "\e60d";
}
i.icon--star:before {
  content: "\e60a";
}
i.icon--search:before {
  content: "\e610";
}
i.icon--service:before {
  content: "\e643";
}
i.icon--filter:before {
  content: "\e6a2";
}
i.icon--cycle:before {
  content: "\e619";
}
i.icon--arrow-right:before {
  content: "\e649";
}
i.icon--arrow-left:before {
  content: "\e64a";
}
.action--filter-btn .filter--trigger:after,
.action--filter-btn .filter--trigger:before,
.js--fancy-select:after,
.select-field:after,
.filter-panel--icon:before {
  content: "\e64b";
  font-size: 0.6rem;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  content: "\e648";
  font-size: 0.6rem;
}
.image-slider--container .arrow.is--right::before,
.image-slider--container .arrow.is--right:before,
.product-slider--arrow.arrow--next::before,
.product-slider--arrow.arrow--next:before {
  content: "\e649";
}
.image-slider--container .arrow.is--left::before,
.image-slider--container .arrow.is--left:before,
.product-slider--arrow.arrow--prev::before,
.product-slider--arrow.arrow--prev:before {
  content: "\e64a";
}
body {
  background: #fafafa;
}
.is--primary {
  background: #d9400b;
  background-image: none;
  transition: 0.2s all !important;
}
.is--primary:hover {
  background: #fa5d27;
}
.js--fancy-select select,
.select-field select {
  background: #fff;
  background-image: none;
}
.btn {
  background-image: none;
  border-color: #ddd;
  border-radius: 0;
}
.container.container-transparent {
  background: transparent;
}
.content--breadcrumb {
  min-height: 200px;
  padding-top: 55px;
  background: #555;
  font-size: 14px;
  border-bottom: none;
}
.content-main {
  margin-top: -3rem;
  box-shadow: none;
}
.content-main {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.content--breadcrumb * {
  color: #fff;
}
.entry--search .main-search--form .main-search--field {
  background: #fafafa;
  box-shadow: none;
  border-color: #ddd;
}
.product--details .product-streams--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--prev,
.product--details .related--content .product-slider--arrow.arrow--next,
.product--details .related--content .product-slider--arrow.arrow--prev,
.product--details .similar--content .product-slider--arrow.arrow--next,
.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--content .product-slider--arrow.arrow--next,
.product--details .viewed--content .product-slider--arrow.arrow--prev {
  border: none;
}
.product-slider--arrow {
  font-size: 1.25rem;
}
.image-slider--container .arrow {
  font-size: 1.35rem;
}
.note--image-link,
.panel--table {
  border-color: #ddd !important;
}
.account--menu,
.account--menu .navigation--headline,
.configurator--variant .option--label,
.product-slider--arrow {
  border-color: #ddd;
  border-radius: 0;
}
.product-slider--arrow.arrow--next,
.product-slider--arrow.arrow--next:hover,
.product-slider--arrow.arrow--prev,
.product-slider--arrow.arrow--prev:hover {
  border: none;
  background: none;
  transition: 0.2s all;
}
.last-seen-products .last-seen-products--title {
  font-size: 1.23rem;
  font-weight: 500;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
#paypal-acdc-form .field {
  background: #ffff;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: 0.2s all !important;
}
input[type="text"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
  border-color: #d9400b;
}
.navigation--smartphone .entry--close-off-canvas,
.action--filter-options .filter--close-btn,
#cookie-consent .cookie-consent--header {
  background-image: none;
  background: #444;
}
.badge.is--primary {
  background-image: none;
}
.js--fancy-select select,
.js--off-canvas-button,
.select-field select {
  border-color: #ddd;
  border-radius: 0;
}
.btn.is--disabled,
.btn.is--disabled:hover,
.btn:disabled,
.btn:disabled:hover {
  background-image: none;
  border: 1px solid #ddd;
}
.footer-main .footer--column,
.footer-main .footer--column.is--last {
  border-color: #ddd;
}
.note--overview .panel--table,
.note--delete {
  border-color: #ddd;
  background-image: none;
  transition: 0.2s all !important;
  border-radius: 0;
}
.content-main.is--fullscreen .emotion--wrapper,
.content-main.is--fullscreen .emotion--container {
  background: #fafafa;
}
.emotion--element .panel--title.is--underline {
  background: #fff;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
.emotion--container .image-slider--container .arrow {
  font-size: 5rem;
  opacity: 0.65;
  color: #fff;
  transition: 0.2s all !important;
}
.emotion--container .image-slider--container .arrow.is--left {
  left: 1rem;
}
.emotion--container .image-slider--container .arrow.is--right {
  right: 5rem;
}
.emotion--container .image-slider--container .arrow {
  background: transparent !important;
  border-color: transparent !important;
}
.amazon-pay-sidebar {
  float: left !important;
}
@media screen and (max-width: 48em) {
  .is--ctl-detail .page-wrap .content--breadcrumb,
  .is--ctl-listing .page-wrap .content--breadcrumb {
    background-attachment: scroll;
  }
}
/* Top Nav */
.header-main .top-bar {
  padding: 0.2rem 0;
}
.top-bar,
.top-bar .container {
  background: #fafafa;
}
.psmin-top-usp-list {
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
.psmin-top-usp-list ul {
  list-style: none;
  padding: 0;
}
.psmin-top-usp-list ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.psmin-top-usp-list ul li i {
  margin-right: 3px;
}
.psmin-top-usp-list,
.top-bar {
  font-size: 0.75rem;
}
.header-main .top-bar--navigation .entry--service {
  float: left;
  line-height: 2;
}
.header-main .top-bar--navigation .entry--service i {
  position: relative;
  top: 1px;
  right: 3px;
}
.header-main .top-bar--navigation .entry--service::after,
.header-main .top-bar--navigation .entry--service:after {
  font-family: 'themify';
  content: "\e64b";
  font-size: 0.45rem;
  position: relative;
  top: -1px;
}
ul.psmin-top-social-media {
  list-style: none;
  float: left;
  padding-left: 8px;
  border-left: 1px solid #ddd;
  margin-top: 4px;
  margin-right: 0;
}
ul.psmin-top-social-media li {
  display: inline-block;
  vertical-align: top;
}
ul.psmin-top-social-media li a {
  color: #565656;
  font-size: 0.75rem;
  padding: 0 5px;
  transition: 0.2s all;
}
ul.psmin-top-social-media li a:hover {
  color: #d9400b;
  transition: 0.2s all;
}
/* Logo & Shoplinks row */
.header-main {
  padding-bottom: 10px;
}
.header-main .header--navigation {
  margin-bottom: 10px;
  padding-top: 1.9rem;
}
.header-main .logo-main {
  width: 18%;
}
.header-main .logo-main .logo--shop {
  padding-top: 0.4rem;
  height: auto;
  width: 100%;
}
.header-main .logo-main .logo--link {
  height: auto;
  width: 100%;
}
.header-main .logo-main .logo--shop img {
  width: 200px;
}
.header-main .shop--navigation {
  width: 82%;
}
.shop--navigation .entry--search {
  margin-right: 0;
  margin-left: 15%;
  width: 50%;
}
.entry--search .main-search--form .main-search--field {
  border-radius: 0;
}
.navigation--list .entry--account .account--link {
  padding-left: 0.625rem;
}
nav.shop--navigation ul.navigation--list li.navigation--entry span.account--display {
  display: none;
}
.navigation--list .navigation--entry a.btn {
  border: none;
  background: none;
  color: #333;
  transition: 0.2s all;
}
.navigation-main .is--active .navigation--link:hover,
.navigation--list .navigation--entry a.btn:hover {
  color: #d9400b;
  transition: 0.2s all;
}
.navigation--list .navigation--entry a.btn i {
  font-size: 1.1rem;
}
.navigation--list .entry--cart .cart--link {
  padding-left: 0.625rem;
}
.navigation--list .entry--cart .cart--link .cart--amount {
  display: none;
}
/** Category Navigation **/
.navigation-main {
  border-bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
  font-family: Poppins;
  font-weight: 400;
}
.shop--navigation .navigation--entry .btn {
  width: 2rem;
}
.navigation-main .navigation--link {
  font-size: 0.9rem;
  padding: 1rem 0.875rem;
}
.navigation-main .is--active .navigation--link {
  background: transparent;
  color: #d9400b;
}
.navigation-main .navigation--list .navigation--entry.is--active,
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link,
.navigation-main .navigation--list .navigation--entry.is--hovered {
  background: #f0f0f0;
  color: #d9400b;
  border-radius: 0;
}
.advanced-menu .button-container {
  background: #d9400b;
}
.advanced-menu .menu--list {
  margin-left: 0;
}
.footer-main .footer--columns {
  border-bottom: none;
  margin-bottom: 2.5rem;
}
.footer-main .footer--column > .column--content:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #d9400b;
  display: block;
  margin-bottom: 0.625rem;
}
.footer-main .column--headline {
  font-size: 1.05rem;
  font-family: Poppins;
  font-weight: 500;
  color: #5f7285;
}
.footer-main .psmin-footer-contact-column ul.psmin-contact-column-data {
  list-style: none;
  padding: 0;
}
.footer-main .psmin-footer-contact-column ul.psmin-contact-column-data li {
  list-style: none;
  padding: 0;
  margin-bottom: 6px;
}
.footer-main .psmin-footer-contact-column ul.psmin-contact-column-data li i {
  margin-right: 5px;
}
.footer-main .psmin-social-media-footer {
  float: left;
}
.footer-main .psmin-social-media-footer ul.psmin-social-media-links {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.footer-main .psmin-social-media-footer ul.psmin-social-media-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5rem;
}
.footer-main .psmin-social-media-footer ul.psmin-social-media-links li a {
  color: #5f7285;
  font-size: 0.9rem;
  transition: 0.2s all !important;
}
.footer-main .psmin-social-media-footer ul.psmin-social-media-links li a:hover {
  color: #d9400b;
}
.footer-main .psmin-copyright {
  float: right;
}
.footer-main .psmin-copyright p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.footer-main .footer--bottom {
  clear: both;
  font-style: italic;
}
body.is--act-service .content-main,
body.is--ctl-index .content-main,
body.is--ctl-register .content-main {
  margin-top: 3rem;
}
body.is--ctl-index .navigation-main {
  border-bottom: 1px solid #ddd;
}
.panel--title.is--underline,
.sidebar--navigation,
.sidebar--navigation .navigation--entry,
.sidebar--navigation .navigation--entry {
  border-color: #f0f0f0;
  border-radius: 0;
}
.panel--title.is--underline {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 0.8rem 0 0.8rem 0.8rem;
  margin-right: 0;
  margin-left: 0;
}
.panel.has--border {
  border: none;
}
.listing--actions,
.sidebar--navigation,
.listing--sidebar .sidebar-filter .action--filter-options,
.filter-panel {
  border-color: #f0f0f0;
  border-radius: 0;
}
.product--box .box--content {
  border-color: #ddd;
  border-radius: 0;
}
.sidebar--categories-navigation,
.sidebar--categories-navigation *,
.listing--sidebar .sidebar-filter .action--filter-options {
  background: #fafafa;
}
.filter-panel {
  background: #fff;
  background-image: none;
  transition: 0.2s all !important;
}
.panel--title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 1.2rem;
}
.product--box .product--title {
  font-family: Poppins;
  font-weight: 500;
}
.listing--actions {
  background: #fafafa;
}
.is--ctl-detail .content-main--inner {
  padding-top: 5.5rem;
}
.is--ctl-detail .product--detail-upper .image-slider--container {
  min-height: 35rem;
}
.product--navigation .image--wrapper {
  z-index: -1;
}
.image-slider--thumbnails .thumbnail--link {
  border-color: #ddd;
}
.product--details .product--header {
  padding: 0;
}
.product--details .product--supplier .product--supplier-link {
  height: 1.89rem;
}
.product--details .product--header .product--title {
  font-size: 2.375rem;
  font-family: Poppins;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.psmin-shortdescription {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  font-family: Open Sans;
}
.psmin-shortdescription p {
  color: #565656;
  font-family: Open Sans;
}
.product--details .product--buybox .price--content {
  font-family: Poppins;
  font-weight: 600;
}
.product--details .product--actions {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-color: #ddd;
}
.product--details .product--base-info {
  margin-bottom: 1rem;
}
ul.share-icons {
  list-style: none;
}
ul.share-icons li {
  display: inline-block;
  vertical-align: top;
  color: #565656;
}
ul.share-icons li a {
  font-size: 1rem;
  padding: 0.4rem;
  display: block;
  color: #565656;
  transition: 0.2s all;
}
ul.share-icons li:first-child a {
  padding-left: 0;
}
ul.share-icons li a:hover {
  color: #d9400b;
  transition: 0.2s all;
}
.product--detail-upper {
  margin-bottom: 30px;
}
.product--details .tab--navigation {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.js--tab-menu .tab--link,
.js--tab-menu .tab--link.is--active,
.js--tab-menu .tab--link:hover {
  background-image: none;
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  font-weight: 600;
  transition: 0.2s all;
}
.js--tab-menu .tab--link {
  color: #999;
  font-family: Poppins;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: 0;
  background: transparent;
}
.js--tab-menu .tab--link:after {
  content: '';
  width: 0;
  position: absolute;
  top: 100%;
  margin-bottom: -2px;
  left: 0;
  height: 3px;
  transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  background-color: #d9400b;
}
.js--tab-menu .tab--link.is--active:after,
.js--tab-menu .tab--link:hover:after {
  width: 100%;
}
.js--tab-menu .tab--link.is--active,
.js--tab-menu .tab--link.is--active .product--rating-count,
.js--tab-menu .tab--link:hover,
.js--tab-menu .tab--link:hover .product--rating-count {
  color: #333;
}
.product--rating-count {
  background: #f0f0f0;
  color: #999;
}
.js--tab-menu .tab--container-list .tab--container {
  border-color: transparent;
}
.product--details .content--description,
.product--details .content--product-reviews {
  padding-right: 0;
  padding-left: 0;
}
.last-seen-products .last-seen-products--title {
  font-family: Poppins;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 40px;
}
.last-seen-products .last-seen-products--title,
.tab--navigation {
  border-bottom-color: #ddd;
  margin-bottom: 15px;
}
.content--title {
  font-family: Poppins;
}
.product--description,
.product--description p {
  font-family: Open Sans;
}
body.is--minimal-header .content-main,
body.is--minimal-header.is--ctl-checkout .content-main,
body.is--minimal-header.is--ctl-register .content-main {
  margin-top: 0;
}
.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
  border-bottom: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.steps--content .steps--entry .icon {
  background-image: none;
}
.product--table .panel--body,
.content--confirm .confirm--inner-container .basket--footer,
.content--confirm .confirm--inner-container .has--border,
.confirm--content .product--table .basket--footer,
.product--table .table--media .table--media-outer,
.confirm--content .product--table .table--header,
.finish--table .basket--footer,
.product--table .table--header {
  border-color: #f0f0f0;
  border-radius: 0;
}
.content--confirm .confirm--inner-container .panel--title {
  margin-right: 0;
  margin-left: 0;
}
.content--confirm .confirm--inner-container .basket--footer,
.confirm--content .product--table .basket--footer,
.finish--table .basket--footer {
  background: #fafafa;
}
.product--table .benefit--headline {
  font-family: Poppins;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625rem;
}
.product--table .table--tr .column--actions .column--actions-link {
  padding: 0.3rem 0.6rem;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
.blog--box-description,
.blog--box-description-short,
.blog--detail-description {
  font-family: Open Sans;
}
.emotion--html ul {
  padding-left: 10px;
}
.psmin-newsletter {
  background: #2c3e50;
  background-size: cover !important;
  padding: 100px 0 110px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.psmin-newsletter-container {
  max-width: 720px;
  padding: 50px 40px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.psmin-newsletter-icon {
  display: block;
  margin-bottom: 30px;
  font-size: 3rem;
  color: #ddd;
}
.psmin-newsletter-heading {
  font-family: Poppins;
  font-size: 41px;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
}
.psmin-newsletter-description {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: Open Sans;
}
.psmin-newsletter-container .newsletter--field {
  background: #fafafa;
  box-shadow: none;
  border-color: #ddd;
  border-radius: 0;
  transition: 0.2s all !important;
}
.psmin-newsletter-container .btn,
.psmin-newsletter-container .btn:hover {
  vertical-align: top;
  line-height: 2.15rem;
  transition: 0.2s all;
  border-radius: 0;
}
@media screen and (max-width: 120rem) {
  .image-slider--thumbnails {
    top: 35.5rem;
  }
}
@media screen and (max-width: 64em) {
  .navigation--list .entry--account .account--link {
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 48em) {
  .header-main .logo-main .logo--shop img {
    width: 180px;
    margin: 0 auto;
  }
  .header-main .shop--navigation {
    width: auto;
  }
  .psmin-newsletter-container {
    margin: 0 20px;
  }
  .shop--navigation .entry--search {
    margin-left: 5%;
    width: 40%;
  }
  .header-main .logo-main {
    width: 40%;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  .logo--shop.block {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .shop--navigation .navigation--entry {
    margin-right: 0;
  }
  .shop--navigation .navigation--entry .btn {
    width: 2rem;
  }
  .navigation--list .entry--cart .cart--link {
    padding-left: 0.775rem;
    margin-right: 10px;
  }
  .psmin-newsletter-container .newsletter--field {
    display: block;
    margin: 0 auto 10px;
  }
  .listing--actions,
  .sidebar--navigation {
    background: transparent;
  }
  .footer-main .psmin-footer-contact-column ul.psmin-contact-column-data li {
    margin: 20px 0;
  }
  .filter--trigger::before,
  .filter--trigger:before {
    content: '' !important;
  }
  .footer-main .footer--column.is--last {
    border-bottom: none;
  }
}
@media screen and (max-width: 30em) {
  .header-main .logo-main .logo--shop img {
    width: 120px;
    margin: 0 auto;
  }
  .header-main .logo-main {
    width: 70%;
    margin: 0 auto 10px;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 3.375rem;
  }
  ul.share-icons li a {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
  .psmin-newsletter-container .newsletter--field {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .psmin-newsletter-container {
    margin: 0 10px;
    padding: 40px 10px;
  }
  .image-slider--container {
    min-height: 32rem;
    margin-bottom: 1.5rem;
  }
  .is--ctl-detail .product--detail-upper .image-slider--container {
    min-height: 32rem;
  }
  .is--ctl-detail .content-main--inner {
    padding-top: 2.5rem;
  }
  .product--supplier {
    display: none;
  }
  .product--details .product--header .product--title {
    font-size: 30px;
  }
  .content--breadcrumb {
    min-height: 140px;
    padding-top: 25px;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    width: 60%;
    float: none;
    clear: both;
    margin: 30px auto 10px;
    display: block;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: none;
    padding-bottom: 0;
  }
  .header-main .header--navigation {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .steps--content {
    border-color: #f5f5f5;
  }
  .footer-main .psmin-copyright,
  .footer-main .psmin-social-media-footer {
    margin: 0 auto 10px;
    float: none;
    text-align: center;
  }
  .footer-main .psmin-social-media-footer ul.psmin-social-media-links li {
    margin-right: 0.6rem;
  }
  .footer-main .psmin-social-media-footer ul.psmin-social-media-links li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .header-main .shop--navigation {
    width: 77%;
    padding-top: 5px;
  }
  .header-main .logo-main {
    width: 23%;
    padding-top: 0;
  }
  .shop--navigation .entry--search {
    width: 70%;
    margin-left: 0;
  }
}
.advanced-menu {
  max-width: 78.75rem;
  box-shadow: 0 10px 25px -15px #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  position: absolute;
  color: #3f4c58;
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu .menu--list {
  list-style: none;
  display: block;
}
.advanced-menu .content--wrapper {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advanced-menu .menu--delimiter {
  content: "";
  width: 1px;
  background: #dadae5;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
.advanced-menu .menu--teaser {
  padding: 0.625rem 0.625rem 0rem 1.25rem;
  position: relative;
  float: left;
}
.advanced-menu .teaser--image {
  height: 15.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advanced-menu .teaser--image + .teaser--headline,
.advanced-menu .teaser--image + .teaser--text {
  margin-top: 2.5rem;
}
.advanced-menu .teaser--headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-weight: bold;
}
.advanced-menu .teaser--text-link {
  color: #d9400b;
}
.advanced-menu .teaser--text-link:hover {
  color: #d9400b;
}
.advanced-menu .menu--list-item {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: break-word;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #3f4c58;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #d9400b;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #3f4c58;
  color: #ffffff;
  font-weight: bold;
}
.advanced-menu .button-container .button--category {
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  color: #ffffff;
  position: relative;
}
.advanced-menu .button-container .button--category:hover {
  padding: 1.25rem 3.125rem 1.25rem 3.4375rem;
}
.advanced-menu .button-container .icon--arrow-right {
  font-size: 0.75rem;
  margin-top: -0.375rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
.advanced-menu .button-container .button--close {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-top: -1.25rem;
  float: right;
  cursor: pointer;
}
.advanced-menu .menu--container {
  display: none;
}
.advanced-menu .menu--container.menu--is-active {
  display: block;
}
.advanced-menu .menu--level-0 {
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .menu--level-0.columns--1 {
  -webkit-column-count: 1;
  column-count: 1;
}
.advanced-menu .menu--level-0.columns--2 {
  -webkit-column-count: 2;
  column-count: 2;
}
.advanced-menu .menu--level-0.columns--3 {
  -webkit-column-count: 3;
  column-count: 3;
}
.advanced-menu .menu--level-0.columns--4 {
  -webkit-column-count: 4;
  column-count: 4;
}
.advanced-menu .menu--level-1 {
  margin: 0.3125rem 0rem 0rem 1.25rem;
}
.advanced-menu .menu--level-2 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .item--level-0 .menu--list-item-link {
  font-weight: bold;
}
.advanced-menu .item--level-1:last-child {
  margin: 0;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #3f4c58;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #d9400b;
}
.advanced-menu .item--level-2 .menu--list-item-link {
  font-size: 0.875rem;
}
.advanced-menu .item--level-2 .menu--list-item-link + .menu--level-3 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-3 .menu--list-item-link {
  font-size: 0.75rem;
}
.navigation-main .navigation--list .navigation--entry.is--hovered {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #3f4c58;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #3f4c58;
  color: #ffffff;
}
@media screen and (min-width: 120rem) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-newsletterabmelden .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
}
#one-page-checkout #spbMarksContainer > div:last-child {
  display: none;
}
#one-page-checkout .paypal-unified-in-context--outer-button-container .paypal-unified--smart-payment-buttons {
  float: unset !important;
  width: 100% !important;
}
#one-page-checkout .pickup--panel {
  clear: both;
  border: 0;
}
#one-page-checkout .pickup--panel .pickup--box {
  width: 100%;
}
.is--ctl-premsonepagecheckout .steps--container,
.is--ctl-checkout .steps--container {
  display: none;
}
#one-page-checkout .cwbpowerpaycw-payment-form .cwbpowerpaycw-payment-form-visible.cwbpowerpaycw-form {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .cwbpowerpaycw-payment-form .cwbpowerpaycw-payment-form-visible.cwbpowerpaycw-form {
    margin-right: 39px;
  }
}
#one-page-checkout #postfinancecheckout_payment_method_form_container {
  clear: both;
}
#one-page-checkout #unzer-payment-frame .panel--body {
  border: none;
}
#one-page-checkout #heidelpay-frame .panel--body {
  border: none;
}
@media screen and (min-width: 48em) {
  #one-page-checkout #heidelpay-frame .panel--body {
    padding-right: 0;
  }
  #one-page-checkout #heidelpay-frame .panel--body #heidelpay--credit-card-test-data {
    max-width: 300px;
  }
}
#one-page-checkout .is--netiSocialLogin {
  position: relative !important;
  right: 0;
  bottom: 0;
  margin-top: 1.25rem;
  text-align: center;
  width: 100%;
}
#one-page-checkout .confirm--content {
  padding-top: 0;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .panel--body {
  border: none;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .cwbbraintreecwsw-payment-form-visible .control-group {
  margin-bottom: 0;
}
#one-page-checkout .cwbbraintreecwsw-payment-form .cwbbraintreecwsw-payment-form-visible .control-group .control-label {
  line-height: 1rem;
}
#one-page-checkout .cwbstripecwsw-payment-form .panel--body {
  border: none;
}
#one-page-checkout .cwbstripecwsw-payment-form .cwbstripecwsw-payment-form-visible .control-group {
  margin-bottom: 0;
}
#one-page-checkout .cwbstripecwsw-payment-form .cwbstripecwsw-payment-form-visible .control-group .control-label {
  line-height: 1rem;
}
#one-page-checkout .opc--spacer {
  height: 1.25rem;
}
#one-page-checkout .paypal--payment-selection #ppplus {
  padding-left: 0 !important;
}
#one-page-checkout .paypal--payment-selection #ppplus iframe {
  width: 100% !important;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .paypal--payment-selection .payment--method.is--active .method--description {
    padding-left: 1rem;
  }
  #one-page-checkout .paypal-unified-installments-notification--full .installment--wrapper {
    width: 100% !important;
  }
}
.is--act-shippingpayment #one-page-checkout .register--personal-data {
  display: none;
}
.is--act-shippingpayment #one-page-checkout .register--overview {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment #one-page-checkout .register--personal-data {
    display: block;
  }
  .is--act-shippingpayment #one-page-checkout .register--overview {
    display: block;
  }
}
.is--ctl-premsonepagecheckout .sidebar-main {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
}
@media screen and (min-width: 120rem) {
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo-main {
    padding-right: 0;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-premsonepagecheckout.is--minimal-header .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
}
/* Mobil Optimierung Artikelauflistung */
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--label {
    float: right;
  }
}
#one-page-checkout .product--table .column--label.quantity--label {
  float: left;
  text-align: left;
}
#one-page-checkout .product--table .column--quantity {
  margin-left: 0;
  margin-bottom: 0;
}
#one-page-checkout .product--table .column--label.total-price--label {
  float: left;
}
#one-page-checkout .product--table .column--unit-price {
  clear: both;
  margin-left: 0;
  width: 36%;
}
#one-page-checkout .product--table .column--total-price {
  width: 32%;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--unit-price {
    clear: none;
  }
  #one-page-checkout .product--table .column--quantity {
    margin-bottom: 1.25rem;
  }
}
#payengineCreditcardForm {
  width: 100% !important;
}
.register--personal-data .information--panel-item .content--confirm {
  display: none;
}
.is--act-shippingpayment #one-page-checkout span.panel--td {
  width: 12.5rem;
}
#opc-register .register--birthday .js--fancy-select {
  width: 6.25rem;
}
#opc-register .register--birthmonth .js--fancy-select {
  width: 6.25rem;
}
#opc-register .register--birthyear .js--fancy-select {
  width: 6.25rem;
}
#one-page-checkout .register--personal-data .bestit-amazon-pay--container2 {
  clear: both;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--personal-data .bestit-amazon-pay--container2 {
    /*clear: both;*/
    padding-top: 0rem;
    margin-top: 0rem;
  }
}
#one-page-checkout #moptEmpfaengerservicesWunschpaket {
  width: 100%;
  border: 0 none;
}
#one-page-checkout #moptEmpfaengerservicesWunschpaket + .payment--method-list {
  float: none;
  width: 100%;
}
@media screen and (min-width: 48em) {
  #one-page-checkout #moptEmpfaengerservicesWunschpaket + .payment--method-list {
    float: none;
    width: 100%;
  }
}
#one-page-checkout .not-logged-in .alert {
  display: none;
}
#one-page-checkout .agb--on-top .agb-and-revocation h2.panel--title {
  margin-top: 0;
}
#one-page-checkout .agb--on-top .agb-and-revocation #confirm--form {
  margin-top: 0;
}
#one-page-checkout .voucher--on-top .additional--features .panel--title {
  margin-top: 0;
  line-height: 1.75rem;
}
#one-page-checkout .voucher--on-top .additional--features .add-voucher--field {
  width: 16.25rem;
  height: 2.125rem;
  margin-top: 0.625rem;
}
#one-page-checkout .voucher--on-top .additional--features .add-voucher--button {
  width: 1.875rem;
  margin-top: 0.625rem;
}
#one-page-checkout .method--payolution .block-group.payolution-form--birthdate .block {
  width: 100%;
}
#one-page-checkout .method--payolution.method--payolution-installment {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
#one-page-checkout .payment--method .method--payolution.method--payolution-installment .block-group .block.payolution-installment--column {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
#one-page-checkout #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .payolutionInstallmentContainer--content {
  min-height: 28.75rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .payolution--privacyCheck .payolution--dataCheckboxLable {
  width: 82%;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthday {
  float: left;
  padding-right: 0.625rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthmonth {
  float: left;
  padding-right: 0.625rem;
}
#one-page-checkout #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft #payolutionInstallmentCheckout--payolutionInstallmentLeft2 .payolutionBirthdayForm .register--birthyear {
  float: left;
}
#one-page-checkout #payolutionInstallmentCheckout .oneuptwodown .oneuptwodown-left {
  width: 100%;
}
#sepaMandat {
  width: 18.75rem !important;
}
@media screen and (min-width: 120rem) {
  .is--act-shippingpayment #one-page-checkout .btn.main--actions {
    margin-right: 1.25rem;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .field--select {
    width: 80% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata select {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata input {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata input[data-crefopay="paymentInstrument.id"] {
    width: auto !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata span.panel--td {
    width: 100% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form input,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form input,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .StripeElement,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .StripeElement,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .saved-cards .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .saved-cards .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .country-selection .field--select,
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-sepa-form .country-selection .field--select {
    width: 80% !important;
  }
  .is--act-shippingpayment #one-page-checkout .method--bankdata .stripe-payment-card-form .saved-cards {
    width: 12.5rem;
  }
}
#apaShippingPaymentForm {
  display: none;
}
#ppplus {
  padding-left: 1rem !important;
}
#one-page-checkout {
  width: 100%;
  display: inline-block;
}
#one-page-checkout #AmazonLoginAndPayButton1 {
  margin-top: 0;
  clear: both;
}
#one-page-checkout #AmazonLoginAndPayButton1 #OffAmazonPaymentsWidgets2 {
  float: none;
}
#one-page-checkout .field--select {
  margin-bottom: 0;
}
#one-page-checkout .register--content .register--password-description {
  padding-bottom: 0;
}
#one-page-checkout .register--content .register--field {
  margin-bottom: 0;
}
#one-page-checkout .register--login-email.form-padding-bottom {
  padding-bottom: 0;
}
#one-page-checkout .register--street {
  clear: both;
  padding-top: 0.625rem;
}
#one-page-checkout .register--zip-city {
  min-height: 3.125rem;
}
#one-page-checkout .register--shipping-country,
#one-page-checkout .register--country {
  clear: both;
  padding-top: 0;
}
#one-page-checkout .register--shipping-country.field-select,
#one-page-checkout .register--country.field-select {
  clear: both;
  padding-top: 0;
}
#one-page-checkout .more--shipping-payment-link {
  float: right;
  display: none;
}
#one-page-checkout .payment--method-headline.panel--title,
#one-page-checkout h2.panel--title,
#one-page-checkout .panel--title.is--underline {
  font-size: 0.875rem;
  padding-bottom: 0;
  text-align: left;
}
#one-page-checkout .additional--features .feature--user-comment textarea {
  height: 80px;
}
#one-page-checkout .product--table .content--title {
  font-size: 0.875rem;
}
#one-page-checkout .product--table .content {
  font-size: 0.75rem;
}
#one-page-checkout .product--table .delivery--information {
  font-size: 0.75rem;
}
#one-page-checkout h2 {
  margin-top: 1.125rem;
  margin-bottom: 0;
}
#one-page-checkout h3.payment--method-headline {
  padding-top: 1.25rem;
  line-height: 1.125rem;
}
#one-page-checkout .panel--body.is--wide {
  padding-left: 0;
}
#one-page-checkout .shipping-payment--information .payment--method-list {
  width: 100% !important;
  margin-bottom: 0;
}
#one-page-checkout .shipping-payment--information .payment--method-list .panel--body.is--wide {
  padding-bottom: 0;
}
#one-page-checkout .register--content .register--privacy input[type="checkbox"] {
  margin: 0;
}
#one-page-checkout .bonus--basket-slider {
  height: 22.1875rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout {
    width: 100%;
  }
}
#one-page-checkout .register--login {
  margin-top: 0;
  width: 100%;
}
#one-page-checkout .register--content {
  display: block;
  width: 100%;
  margin-top: 0;
}
#one-page-checkout .register--content .field--select {
  width: 100%;
}
#one-page-checkout .register--content .register--privacy {
  border: none;
}
#one-page-checkout .agb--on-top {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .agb--on-top {
    width: 70.125rem;
  }
}
#one-page-checkout .agb--on-top .column--checkbox {
  margin-right: 0.75rem;
  width: auto;
}
#one-page-checkout .agb--on-top .column--label {
  display: block;
  font-weight: normal;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .agb--on-top.two--top-boxes {
    width: 34.75rem;
    min-height: 13.75rem;
    float: left;
  }
}
#one-page-checkout .voucher--on-top {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .voucher--on-top {
    width: 70.125rem;
  }
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .voucher--on-top.two--top-boxes {
    width: 34.75rem;
    min-height: 13.75rem;
    margin-right: 0.625rem;
    float: left;
  }
}
#one-page-checkout .two--top-boxes-clear {
  clear: both;
}
#one-page-checkout .bpy-checkout-container.bpy {
  margin-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .row.header-row {
  margin-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .terms-of-service-row.bpy-val.fv-form-bootstrap {
  padding-left: 0 !important;
}
#one-page-checkout .bpy-checkout-container.bpy .terms-of-service-row.bpy-val.fv-form-bootstrap .col-lg-11.col-md-11.col-sm-11.col-xs-12 {
  padding-left: 0 !important;
}
#one-page-checkout #opc-change-payment-area .confirm--actions {
  display: none;
}
#one-page-checkout .step-icon {
  background-clip: padding-box;
  background-color: #7e8083;
  background-image: linear-gradient(to bottom, #7e8083 0%, #6b6d6f 100%);
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.625rem 1rem;
  text-align: center;
  width: 2.875rem;
  margin-right: 10px;
}
#one-page-checkout .not-logged-in::after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#one-page-checkout .sidebar-main {
  display: none;
}
#one-page-checkout #opc-login .alert {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
#one-page-checkout #opc-login-link {
  margin-top: 0;
  cursor: pointer;
}
#one-page-checkout #opc-login-link::after {
  color: inherit;
  content: "";
  font-family: "shopware";
  font-size: 0.375rem;
  font-weight: normal;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  float: right;
}
#one-page-checkout #opc-login-link.is--active::after {
  content: "";
}
#one-page-checkout .register--personal .panel--body {
  padding-bottom: 0;
}
#one-page-checkout .register--personal #opc-register-link {
  margin-top: 0;
  cursor: pointer;
}
#one-page-checkout .register--personal #opc-register-link::after {
  color: inherit;
  content: "";
  font-family: "shopware";
  font-size: 0.375rem;
  font-weight: normal;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  float: right;
}
#one-page-checkout .register--personal #opc-register-link.is--active::after {
  content: "";
}
#one-page-checkout .register--personal .register-btn {
  margin-bottom: 1.25rem;
}
#one-page-checkout .register--address {
  clear: both;
}
#one-page-checkout .register--address .panel--body,
#one-page-checkout .register--shipping .panel--body,
#one-page-checkout .change-shipping-form .panel--body {
  padding-top: 0;
}
#one-page-checkout .register--address .panel--body .register--field-zipcode,
#one-page-checkout .register--shipping .panel--body .register--field-zipcode,
#one-page-checkout .change-shipping-form .panel--body .register--field-zipcode {
  width: 28%;
}
#one-page-checkout .register--address .panel--body .register--field-city,
#one-page-checkout .register--shipping .panel--body .register--field-city,
#one-page-checkout .change-shipping-form .panel--body .register--field-city {
  width: 70%;
}
#one-page-checkout .register--personal-data .panel--actions {
  padding-left: 0;
}
#one-page-checkout .panel--title.is--underline {
  margin-left: 0;
}
#one-page-checkout .panel--body.is--wide {
  margin-left: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .panel--body.is--wide {
    margin-left: 0;
  }
}
#one-page-checkout .form-padding-bottom {
  padding-bottom: 0.625rem;
}
#one-page-checkout .register--personal-data {
  position: relative;
  width: 100%;
  float: left;
  display: table;
  padding-left: 1.25rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--personal-data {
    width: 32%;
  }
}
#one-page-checkout .register--personal-data h3 {
  margin-bottom: 0;
  margin-top: 0.875rem;
}
#one-page-checkout .register--personal-data .select-billing-form {
  padding-top: 0;
}
#one-page-checkout .register--personal-data .select-shipping-form {
  padding-top: 0;
}
#one-page-checkout .register--shipment-and-payment {
  padding-left: 1.25rem;
  margin-right: 0.625rem;
  width: 100%;
  float: left;
  display: table;
  position: relative;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--shipment-and-payment {
    width: 32%;
  }
}
#one-page-checkout .register--shipment-and-payment .payment--method-list.has--border {
  border: none;
}
#one-page-checkout .register--shipment-and-payment .dispatch--method-list.has--border {
  border: none;
}
#one-page-checkout .register--shipment-and-payment .dispatch--method-list .dispatch--method-headline {
  border-top: 1px solid #000000;
}
#one-page-checkout .add-voucher--form .add-voucher--field {
  margin-bottom: 0.625rem;
}
#one-page-checkout .add-voucher--form .add-voucher--button {
  padding-left: 0.875rem;
}
#one-page-checkout .register--overview {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
  display: table;
  position: relative;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--overview {
    width: 31%;
  }
}
#one-page-checkout .register--overview .product--essential-features {
  overflow: hidden;
  width: 100%;
}
#one-page-checkout .register--overview .product--table {
  margin-top: 0rem;
}
#one-page-checkout .register--overview .product--table .basket--badge {
  display: none;
}
#one-page-checkout .register--overview .product--table .product--delivery {
  width: 100%;
}
#one-page-checkout .register--overview .product--table .column--label {
  display: block;
}
#one-page-checkout .register--overview .product--table .column--unit-price {
  margin-left: 22%;
  width: 78%;
  padding-top: 0;
  line-height: 1.375rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--unit-price {
    width: 30%;
    margin-left: 0;
  }
}
#one-page-checkout .register--overview .product--table .column--tax-price {
  display: none;
  width: 46%;
  padding-top: 0;
  line-height: 1.375rem;
}
#one-page-checkout .register--overview .product--table .column--product {
  width: 100%;
}
#one-page-checkout .register--overview .product--table .column--product .column--image {
  width: 20%;
}
#one-page-checkout .register--overview .product--table .column--product .table--content {
  width: 218px;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--product .table--content {
    width: 246px;
  }
}
#one-page-checkout .register--overview .product--table .column--quantity {
  padding-top: 0;
}
#one-page-checkout .register--overview .product--table .column--quantity .field--select {
  float: left;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--quantity {
    width: 32%;
  }
}
#one-page-checkout .register--overview .product--table .column--total-price {
  /*width: 26%;*/
  padding-top: 0;
  margin-left: 22%;
  width: 78%;
  line-height: 1.375rem;
  /**.column--label {
          width: 68%;
        }

        .column--label:after {
          content: ": ";
        }*/
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .column--total-price {
    margin-left: 0;
    width: 32%;
    float: right;
  }
}
#one-page-checkout .register--overview .product--table .column--actions {
  padding-top: 0.625rem;
  position: absolute;
  right: 0rem;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--overview .product--table .column--actions {
    right: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--overview .product--table .column--actions {
    padding-top: 0;
  }
}
#one-page-checkout .register--overview .product--table .row--product.is--last-row {
  border-bottom: 0;
}
#one-page-checkout .register--overview .product--table .table--aggregation {
  display: none;
}
#one-page-checkout .register--overview .product--table .aggregation--list {
  width: 100%;
  padding-right: 0.875rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0rem;
}
@media screen and (min-width: 48em) {
  #one-page-checkout .register--overview .product--table .aggregation--list {
    padding-right: 0.875rem;
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
#one-page-checkout .register--overview .product--table .table--actions {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .register--overview .product--table .table--actions {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 120rem) {
  #one-page-checkout .register--overview .product--table {
    margin-top: 1.625rem;
  }
}
#one-page-checkout .register--overview .feature--user-comment {
  margin-bottom: 0.625rem;
  width: 100%;
  margin-left: 0;
}
#one-page-checkout .register--overview .user-comment--field {
  width: 100%;
}
#one-page-checkout .register--overview .agb-and-revocation .panel--title {
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}
#one-page-checkout .register--overview .agb-and-revocation #confirm--form .column--checkbox {
  margin-right: 0.75rem;
  width: auto;
}
#one-page-checkout .register--overview .agb-and-revocation #confirm--form .column--label {
  display: block;
  width: 90%;
  font-weight: normal;
  text-align: left;
}
#one-page-checkout .register--overview .agb-and-revocation .row--tos {
  margin-bottom: 0.875rem;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation .body--revocation {
  font-weight: normal;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation .column--label {
  float: left;
  text-align: left;
  font-weight: normal;
}
#one-page-checkout .choose-different-address {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 120rem) {
  #one-page-checkout.only-vertical .register--personal-data,
  #one-page-checkout.only-vertical .register--shipment-and-payment,
  #one-page-checkout.only-vertical .register--overview {
    width: 100%;
  }
}
#one-page-checkout.only-vertical .agb--on-top {
  width: 100%;
}
#one-page-checkout.only-vertical .voucher--on-top {
  width: 100%;
}
#one-page-checkout.only-vertical .two--top-boxes {
  width: 100%;
  float: none;
}
/* Mobil Optimierung Artikelauflistung */
@media screen and (max-width: 48em) {
  #one-page-checkout .product--table .column--quantity .select-field {
    float: none;
  }
}
#one-page-checkout .product--table .column--quantity {
  margin-left: 22%;
  width: 78%;
}
@media screen and (min-width: 30em) {
  #one-page-checkout .product--table .column--quantity {
    margin-left: 0;
  }
}
/* Fix für /shippingPayment Mobile View */
.is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment {
  display: block;
  padding-bottom: 1.25rem;
}
.is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment .confirm--actions.table--actions {
  padding-right: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment {
    padding-bottom: 0;
    display: table;
  }
  .is--ctl-checkout.is--act-shippingpayment #one-page-checkout .register--shipment-and-payment .confirm--actions.table--actions {
    padding-right: 0;
  }
}
.account--info .coe-email-wrapper .panel--body.is--wide {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.account--info .coe-email-wrapper .panel--body.is--wide p {
  margin: 0;
}
span.coe-mail-error {
  color: #e74c3c;
}
.ecomf--blog-products {
  overflow: hidden;
  width: 100%;
}
.ecomf--blog-products .ecomf--blog-products-items {
  --columns: 3;
  --gap: 1.25rem;
  display: inline-flex;
  gap: var(--gap);
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.ecomf--blog-products .product--box.box--textimage {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  padding: 0;
  float: none;
}
.ecomf--blog-products .product--box.box--textimage .box--content {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.ecomf--blog-products .product--box.box--textimage .box--content > * {
  width: 100%;
}
.ecomf--blog-products .product--box.box--textimage .box--content .color-preview-container {
  margin-top: 15px;
  margin-bottom: 14px;
}
.ecomf--blog-products .product--box.box--textimage .box--content .color-preview-container .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: .5625rem;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.ecomf--blog-products .product--box.box--textimage .box--content .color-preview-container .color-wrapper .colorpreview {
  width: 25px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.ecomf--blog-products .product--box.box--textimage .box--content .space-container {
  height: 47px;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--titlearea .product--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: Lato, sans-serif;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.625rem;
  height: auto;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--titlearea .product--title a {
  color: #283533;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--titlearea .product--title a:hover {
  color: #6ac2bf;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: auto;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price {
  margin: 1rem 0;
  height: auto;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--line {
  display: flex;
  align-items: center;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--info-label {
  margin-top: .75rem;
  display: block;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 600;
  color: #283533;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--info {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #283533;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--info.price--info-special {
  color: #F37771;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--info-pseudo {
  font-size: 12px;
  color: #707070;
  font-weight: 600;
  line-height: 12px;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10000;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer {
  margin-left: 1.5rem;
  border: 1px solid #F37771;
  padding: 6px;
  font-weight: 600;
  font-size: 0.875rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper {
  display: flex;
  flex-direction: row;
  padding-right: 1.5rem;
  height: 100%;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #F37771;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-prefix {
  margin-left: 0.5rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-code {
  margin-left: 0.25rem;
  font-weight: bold;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .listing-copy--image {
  margin-left: 0.5rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .coupon-percent--wrapper {
  min-width: 9%;
  background: #f37771 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTAgMTMxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Y1NzY2ZTt9LmNscy0ye2lzb2xhdGlvbjppc29sYXRlO30uY2xzLTN7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPjxyZWN0IGlkPSJSZWNodGVja18xNDk1IiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDE0OTUiIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjExMCIgaGVpZ2h0PSIxMzEiLz48ZyBpZD0iXyIgZGF0YS1uYW1lPSIgIiBjbGFzcz0iY2xzLTIiPjxnIGNsYXNzPSJjbHMtMiI+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDguNTcsNTYuOTJxMCw5LTMuNDcsMTMuNVQzNC45LDc0LjkzYTExLjc4LDExLjc4LDAsMCwxLTEwLTQuNjNjLTIuMzQtMy4wOS0zLjUxLTcuNTQtMy41MS0xMy4zOHEwLTE3Ljg1LDEzLjQ3LTE3Ljg1LDYuNiwwLDEwLjE0LDQuNjNUNDguNTcsNTYuOTJaTTMxLjI3LDU3YTIzLjExLDIzLjExLDAsMCwwLC44OCw3LjRjLjU4LDEuNjMsMS41MywyLjQ0LDIuODMsMi40NHEzLjc1LDAsMy43NS05Ljg0VDM1LDQ3LjIzYy0xLjMsMC0yLjI1LjgxLTIuODMsMi40MUEyMi43NCwyMi43NCwwLDAsMCwzMS4yNyw1N1pNNzUuNDUsMzkuODksNDMuNzcsOTdIMzQuMzlMNjYuMDcsMzkuODlaTTg4LjU3LDc5LjczcTAsOS0zLjQ3LDEzLjQ2VDc0LjksOTcuN2ExMS43OCwxMS43OCwwLDAsMS0xMC00LjYzcS0zLjUxLTQuNjItMy41MS0xMy4zNCwwLTE3Ljg1LDEzLjQ3LTE3Ljg1LDYuNiwwLDEwLjE0LDQuNjNUODguNTcsNzkuNzNabS0xNy4zLjA4YTIzLjExLDIzLjExLDAsMCwwLC44OCw3LjRjLjU4LDEuNjMsMS41MywyLjQ1LDIuODMsMi40NXEzLjc1LDAsMy43NS05Ljg1VDc1LDcwLjA1Yy0xLjMsMC0yLjI1LjgtMi44MywyLjRBMjIuNzgsMjIuNzgsMCwwLDAsNzEuMjcsNzkuODFaIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==') no-repeat center;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions {
  width: fit-content;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .buybox--form {
  height: 2.75rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--addtocart {
  margin-bottom: 0px;
  margin-right: 0.675rem;
  width: 3rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6AC2BF;
  border-radius: 4px;
  background-color: white;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--addtocart svg {
  fill: #6AC2BF;
  width: 2.223375rem;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--addtocart:hover {
  background-color: #283533;
  border: none;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--addtocart:hover svg {
  fill: white;
  animation: moveRight 0.5s forwards;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--productlink {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 2.75rem;
  min-width: 16rem;
  height: 3.75rem;
  position: static;
  background-color: #6ac2bf;
  font-weight: normal;
  margin: 0;
  border-radius: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAYAAADHyrhzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNTYxMjA3Yi1lNmMwLTQ1ZTAtYWU2Yy1hODI0NWE3MjQzNTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg5NzVFNzBEQkUzMTFFQjk4QkZBNjQwRkIyRjY1MTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjg5NzVFNkZEQkUzMTFFQjk4QkZBNjQwRkIyRjY1MTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphOGJhZjg2Yi05YTBkLTQyYmEtOTgxOC1hMTk1YjY5NTM0YjMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0ZjYyOTQwZi04YjAyLTllNGEtYjUwMS1lOGRhMmQ4MjE4MWQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4R92vtAAABjElEQVR42uzZ7Q2CMBSFYegEjOAIruAIbiCT6QaO4AqO4AhugDWBoBKjxvae90JvckJI+gOe9OMmrbuuq8S1jjnGbGPOyg8JAIhTzKp/rpeKMUA0/XujBgkQiIoAEkAQcpAAg5CCKDCaL8eag1hjHGLaH8abgij2DCyI6jRBgij7DByIugNFgagxUCAEDAwIBQMBQsKQg9AwpCBEDBkIFUMCQsYwB6FjmIJ4wDAD8YJhAuIJIzuIN4ysIB4xsoF4xcgC4hkjOYh3jKQgdQe4eRbVNWZTPVx2h2q5NZkhS8aYgCx5mUyWTMEY61IwHmZGKA7jqRIKxHi8hgLx3GfUM0j7L8RcZsYuZv8vxBwwkkF4x0gK4RkjOYRXjCwQHjGyQXjDyArhCSM7hBcMEwgPGGYQdAxTCDKGOQQVQwJBxJBB0DCkECQMOQQFAwFBwMBAqDFQEEoMHIQKAwmhwMBCKDDO/Q/iIFQYmy9AzCFUe8YnEAmE8jR5ByKDUPcZryBSCEIHOoBc1BD3ugkwAG6btUaHrOMHAAAAAElFTkSuQmCC");
  background-size: 1rem 1rem;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
}
.ecomf--blog-products .product--box.box--textimage .box--content .product--actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 0.625rem center;
}
@media screen and (max-width: 48em) {
  .ecomf--blog-products .ecomf--blog-products-items {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .ecomf--blog-products .ecomf--blog-products-items {
    --columns: 1;
  }
}
.emz-recommended-articles-container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.emz-recommended-articles-container .buy--button {
  border: 0 none;
  background: 0 none;
}
.emz-recommended-articles-container .buy--button i {
  color: #d9400b;
  font-size: 1.625rem;
  line-height: 3.375rem;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item {
  display: flex;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link {
  width: 10rem;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link .emz-price-unit {
  font-size: 0.6875rem;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link .emz-price-unit .item--price.price--unit {
  float: left;
  padding-right: 0.125rem;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .buybox--form {
  align-self: center;
  margin-left: auto;
  order: 3;
}
.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .buy--button {
  padding: 0;
}
.jbc-accessories--title {
  font-weight: bold;
}
.jbc-accessories--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75%;
}
.jbc-accessories--container .jbc-accessories--item {
  display: flex;
  flex-direction: row;
  width: 50%;
}
.jbc-accessories--container .jbc-accessories--item .item--image {
  width: 85%;
}
.jbc-accessories--container .jbc-accessories--item .item--radio {
  height: 100%;
  width: 15%;
  display: table;
}
.jbc-accessories--container .jbc-accessories--item .item--radio .item--radio-button {
  display: table-cell;
  vertical-align: middle;
}
.jbc-accessories--container .jbc-accessories--item .item--radio .item--radio-button input[type=radio] {
  border: 2px solid #000;
  transform: scale(1.2);
}
.jbc-accessories--container .jbc-accessories--item .product--box .product--image {
  height: 75px;
}
.jbc-accessories--container .jbc-accessories--item .product--box .product--image .image--element img {
  margin: 0;
  position: relative;
}
.jbc-accessories--container .jbc-accessories--item .product--box .box--content {
  border: 0;
}
.jbc-accessories--container .jbc-accessories--item .product--box .box--content .product--info .product--title {
  text-align: center;
}
.jbc-accessories--cartinfo {
  font-weight: bold;
  font-size: 0.8em;
}
.jbc-sidebar-hidden nav.content--breadcrumb {
  display: none;
}
.jbc-sidebar-hidden aside.sidebar-main {
  display: none;
}
.jbc-sidebar-hidden section.content-main {
  box-shadow: none;
}
.jbc-sidebar-hidden section.content-main .content-main--inner {
  padding: 0;
}
.jbc-sidebar-hidden section.content-main .content-main--inner .content--wrapper {
  margin-left: 0;
}
.sidebar--ts-widget-wrapper {
  overflow: hidden;
  display: none;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .sidebar--ts-widget-wrapper {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--ctl-listing .sidebar--ts-widget-wrapper,
  .is--ctl-forms .sidebar--ts-widget-wrapper,
  .is--ctl-tellafriend .sidebar--ts-widget-wrapper,
  .is--ctl-newsletter .sidebar--ts-widget-wrapper,
  .is--ctl-sitemap .sidebar--ts-widget-wrapper,
  .is--ctl-custom .sidebar--ts-widget-wrapper,
  .is--ctl-note.is--user .sidebar--ts-widget-wrapper,
  .is--ctl-address .sidebar--ts-widget-wrapper,
  .is--ctl-account.is--user .sidebar--ts-widget-wrapper {
    display: block;
  }
}
@media screen and (min-width: 120rem) {
  .sidebar--ts-widget-wrapper {
    display: block;
  }
}
.sidebar--ts-widget-wrapper .ts-widget {
  position: relative;
  width: 100%;
}
.sidebar--ts-widget-wrapper .ts-widget .tooltip-wrapper {
  left: 0;
}
/*
 * ######################################################################
 * #     MANUELLE ANPASSUNGEN AN DIESER DATEI WERDEN ÜBERSCHRIEBEN!     #
 * ######################################################################
*/
.ajax--cart .add-voucher--form {
  margin: 1.25rem 0rem 1.25rem 0rem;
  border-top: 1px solid #dadae5;
}
.ajax--cart .add-voucher--form .block-group .block-title {
  font-weight: bold;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.tpo--jbc-modal .content {
  overflow: hidden;
}
.tpo--jbc-modal {
  height: 700px !important;
  padding: 3px;
}
.tpo--cj-dekorkachel {
  --columns: 5;
  --gap: 1.25rem;
  display: inline-flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding-top: 2em;
}
.tpo--cj-dekorkachel .tpo--dynamic-musterservice-kachel {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.tpo--cj-dekorkachel .tpo--dynamic-musterservice-kachel img {
  margin: auto;
}
.tpo--dynamic-dekor-kachel {
  flex: 25%;
  max-width: 25%;
}
.tpo--dynamic-dekor-kachel .tpo--cj-imagelink-container {
  padding-bottom: 30px;
}
.tpo--dynamic-dekor-kachel img {
  margin: auto;
}
.jbc--lp-staerken {
  position: absolute;
  top: 3%;
  right: 1px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.jbc--lp-staerken div {
  width: 177px;
  margin: auto;
}
.jbc--lp-staerken div ul {
  list-style-type: none;
}
.jbc--lp-staerken div ul li {
  float: right;
  clear: both;
  line-height: 18px;
  margin-top: 5px;
}
.jbc--lp-staerken div ul li a {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  width: 70px;
  color: #3E505E;
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
}
.tpo--dynamic-musterservice-kachel-imagecontainer {
  margin: 5px !important;
  cursor: pointer;
}
.tpo--cj-musterservice-imagedescription {
  font-size: 1em;
  color: darkslategrey;
  margin-bottom: 0.5rem;
  min-height: 25px;
  margin-top: 0px !important;
  max-width: 80%;
  margin: auto;
}
.tpo--cj-musterservice-info {
  font-size: 0.9em;
  text-align: center;
  color: #3e505e !important;
  margin-bottom: 2.5em;
}
.tpo--cj-musterservicelink {
  text-decoration: underline;
}
.tpo--cj-musterservicelink:hover {
  font-weight: bold;
}
@media screen and (max-width: 64em) {
  .tpo--cj-dekorkachel {
    --columns: 4;
  }
}
@media screen and (max-width: 30em) {
  .tpo--cj-dekorkachel {
    --columns: 2;
  }
}
.is--ctl-gamingkonfigurator,
.is--ctl-gamingavatar {
  overflow-x: hidden;
}
.is--ctl-gamingkonfigurator .ergowrapper,
.is--ctl-gamingavatar .ergowrapper {
  background: #1e005a;
}
.is--ctl-gamingkonfigurator .ergowrapper .content-main,
.is--ctl-gamingavatar .ergowrapper .content-main {
  padding-left: 2.5%;
  padding-right: 2.5%;
  background: #1e005a;
}
.is--ctl-gamingkonfigurator .ergowrapper .content-main .content-main--inner,
.is--ctl-gamingavatar .ergowrapper .content-main .content-main--inner {
  margin-top: 70px;
  max-width: 120rem;
}
.is--ctl-gamingkonfigurator .ergowrapper .content-main .content-main--inner #konfigurator-cart,
.is--ctl-gamingavatar .ergowrapper .content-main .content-main--inner #konfigurator-cart {
  display: none;
}
.is--ctl-gamingkonfigurator .ergowrapper .content-main .content-main--inner .deliverytime--warning,
.is--ctl-gamingavatar .ergowrapper .content-main .content-main--inner .deliverytime--warning {
  display: none;
}
.is--ctl-gamingkonfigurator .ergowrapper:after,
.is--ctl-gamingavatar .ergowrapper:after {
  content: "";
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  display: block;
  height: 12px;
  width: 100%;
  bottom: 0;
}
.is--ctl-gamingkonfigurator .footer-main,
.is--ctl-gamingavatar .footer-main {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingkonfigurator .ergowrapper .content-main,
  .is--ctl-gamingavatar .ergowrapper .content-main {
    padding-left: 1%;
    padding-right: 1%;
  }
  .is--ctl-gamingkonfigurator .ergowrapper .content-main .content-main--inner,
  .is--ctl-gamingavatar .ergowrapper .content-main .content-main--inner {
    margin-top: 60px;
  }
}
.is--ctl-gamingavatar .konfigurator-header,
.is--ctl-gamingkonfigurator .konfigurator-header {
  background: transparent;
  width: 100%;
  height: fit-content;
  z-index: 12;
  padding: 2.5rem 0px;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to bottom, #ffffff, transparent);
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper {
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5.625rem;
  padding-right: 2.625rem;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area {
  display: flex;
  flex-direction: row;
  pointer-events: all;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area svg,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area svg {
  width: 11.625rem;
  height: 3.9375rem;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .logo,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .logo {
  width: 248px;
  height: 50px;
  display: block;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn {
  height: 50px;
  background: 0;
  border: 2px solid #ffffff;
  border-radius: 4px;
  width: 100px;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn .mobile,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn .mobile {
  display: none;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn {
  margin-left: 1.25rem;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/back-svg.svg);
  background-position: left 28px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #33ccff;
  font-size: 1.25rem;
  padding-left: 15px;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn:hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn:hover {
  background: #33ccff url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/back-svg.svg);
  background-position: left 18px center;
  color: #ffffff;
  border: 2px solid #33ccff !important;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area {
  display: flex;
  flex-direction: row;
  padding-right: 1rem;
  pointer-events: all;
}
@media screen and (max-width: 48em) {
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt:first-child,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt:first-child {
    display: none;
  }
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
  color: #656565;
  font-size: 1.125em;
  border-radius: 0px;
  width: auto;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  text-transform: none;
  font-family: Lato, sans-serif;
  margin-left: 2rem;
  position: relative;
  margin-right: 2rem;
  font-weight: normal;
  background: none;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover {
  color: #BA0811;
  border-bottom: solid 2px #BA0811;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover .arrow-icon,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover .arrow-icon,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover .arrow-icon,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover .arrow-icon {
  display: none;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover .arrow-icon.hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover .arrow-icon.hover,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover .arrow-icon.hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover .arrow-icon.hover {
  display: block;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn .arrow-icon,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn .arrow-icon,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn .arrow-icon,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn .arrow-icon {
  padding-left: 0.5rem;
  height: 0.75rem;
  position: relative;
  left: 0px;
  transition: left 0.6s ease-in;
  display: block;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn .arrow-icon.hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn .arrow-icon.hover,
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn .arrow-icon.hover,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn .arrow-icon.hover {
  left: 0.3rem;
  display: none;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt {
  color: #ffffff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 0rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .priceinfo,
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .priceinfo {
  color: #35fd54;
  font-weight: bold;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .konf-btn .mobile {
  display: none;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .konfigurator-header,
  .is--ctl-gamingkonfigurator .konfigurator-header {
    height: 60px;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area {
    align-items: center;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .logo,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .logo {
    height: 50px;
    width: auto;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn {
    display: none !important;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
    width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .konfigurator-header,
  .is--ctl-gamingkonfigurator .konfigurator-header {
    height: 60px;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .konf-btn,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .konf-btn {
    padding-bottom: 7px !important;
    font-size: 1.125em !important;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .konf-btn .mobile,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .konf-btn .mobile {
    display: initial;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .konf-btn .default,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .konf-btn .default {
    display: none;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area {
    width: auto !important;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt {
    display: none;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt.priceinfo,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt.priceinfo {
    display: flex;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn,
  .is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
    display: none;
  }
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts > div,
.is--ctl-gamingavatar .konfigurator-wrapper .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts > div {
  z-index: 7;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts {
  /*z-index: 7;*/
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window {
  margin: 0 0 1.25em;
  box-shadow: 0px 3px 6px #000029;
  padding: 1.25rem 1rem;
  background: #07103b;
  display: block;
  width: 100%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window > .detail-window--meta:not(:first-child),
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window > .detail-window--meta:not(:first-child) {
  margin-top: 2rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text {
  display: flex;
  flex-direction: column;
  width: 85%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .header--title,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .header--title {
  display: flex;
  align-items: start;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .header--title .detail_iteminfo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .header--title .detail_iteminfo {
  line-height: 2.25rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.5rem;
  color: #35fd54;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .position_note,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .header--text .position_note {
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #fff;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .garantie-badge,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.frameselect .garantie-badge {
  width: 15%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing {
  margin-bottom: 0;
  margin-top: 1.5rem;
  align-items: baseline;
  justify-content: end;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price {
  text-align: end;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo .price--info-pseudo-old,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .delivery--information,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .delivery--information {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing {
  margin-bottom: 0;
  margin-top: 1.5rem;
  align-items: baseline;
  justify-content: end;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing .delivery--information,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing .delivery--information {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.surface .jbcpopup,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.surface .jbcpopup {
  margin-left: 0.5rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .title,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .title {
  opacity: 0.5;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .title.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .title.activated {
  opacity: 1;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item {
  padding: 0px;
  background-color: initial;
  border: none;
  opacity: 0.5;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item.activated {
  opacity: 1;
  border: none !important;
  background-color: initial !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .detail_img--item:hover {
  opacity: 0.75;
  background-color: initial !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item {
  padding-bottom: 1.25rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item {
  /* Button grau  */
  /* Button ausgewählt */
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover .itemName,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover .itemName {
  visibility: visible;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img {
  max-width: 100%;
  max-height: 100%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.invisible,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.invisible {
  display: none !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated {
  border: 2px solid #35fd54;
  cursor: default !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.pointer,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.pointer {
  cursor: pointer !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_headline,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_headline {
  line-height: 2.25rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #35fd54;
  display: flex;
  align-items: center;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_iteminfo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_iteminfo {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0 15px;
  display: flex;
  align-items: end;
  color: #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.25rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup:nth-child(1),
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup:nth-child(1) {
  margin-top: 0;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  --columns: 3;
  --gap: 1rem;
  gap: var(--gap);
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge {
  --columns: 9;
  --gap: 0.4rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge {
    --columns: 6;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item {
    height: 1.5rem !important;
  }
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item {
  height: .85rem;
  padding: 1px !important;
  border-radius: 3px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item.activated {
  border-radius: 3px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item.activated .white,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item.activated .white {
  border: none;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .color--container,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .color--container {
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .white,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .white {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .black,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .black {
  background-color: #000000;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .firered,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .firered {
  background-color: #e50000;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .sundown,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .sundown {
  background-color: #FF9D00;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .yellowcab,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .yellowcab {
  background-color: #F7CE00;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .acidgreen,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .acidgreen {
  background-color: #52D345;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .ocean,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .ocean {
  background-color: #1B9AFC;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .royalblue,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item .royalblue {
  background-color: #19367C;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .gaming-form-select,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .gaming-form-select {
  height: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .gaming-form-select .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.baseform .gaming-form-select .detail_img--item {
  width: 100%;
  height: 100%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item {
  height: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  border: 2px solid rgba(51, 204, 255, 0.5);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover {
  background-color: #e6e6e6;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover {
  border: 2px solid #8137f7;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img {
  border-radius: 4px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .active--icon,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .active--icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 0;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated {
  border: 1px solid #BA0811 !important;
  border-radius: 8px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemName,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemName {
  display: none;
  width: 100%;
  visibility: hidden;
  position: absolute;
  background-color: #8137f7;
  color: white;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemTooltip,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemTooltip {
  visibility: hidden;
  position: absolute;
  background-color: #000000;
  color: white;
  top: 0;
  left: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive {
  opacity: 0.6;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover {
  cursor: not-allowed !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemTooltip,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemTooltip {
  visibility: visible;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemName,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemName {
  visibility: hidden;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  --columns: 2;
  --gap: 1rem;
  gap: var(--gap);
  width: 100%;
  color: #33ccff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn.size-select,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn.size-select {
  --columns: 3;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  height: fit-content;
  min-height: 30px;
  border: none;
  background-color: #F5F5F5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 0.8rem;
  color: #656565;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item .active--icon,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item .active--icon {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.inactive,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.inactive {
  cursor: not-allowed !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.activated {
  border: 1px solid #BA0811;
  background-color: white;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item:hover {
  background-color: #e6e6e6;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li {
  margin: .5em 0;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artname,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artname {
  font-size: 18px;
  padding: 15px;
  line-height: 20px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artid,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artid {
  height: 22px !important;
  line-height: 16px !important;
  font-size: 14px;
  display: inline-block !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artprice,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artprice {
  float: right;
  padding-right: 15px;
  font-size: 16px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .wList {
  margin-top: 2rem;
  list-style: none;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .wList li {
  width: 100%;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listName,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listName {
  flex-grow: 2;
  font-size: 1.25rem;
  color: #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listSelect,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listSelect {
  flex-grow: 1;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listPrice,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listPrice {
  flex-grow: 1;
  font-size: 1.25rem;
  color: #fff;
  text-align: right;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn {
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  border: 1px solid #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn:hover {
  box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.29);
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn.activated,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn.activated {
  background-color: #33ccff;
  border: 0;
  color: #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_deliverytime,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_deliverytime {
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_priceinfo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_priceinfo {
  color: #35fd54;
  font-size: 1.875rem;
  padding-left: 1rem;
  font-weight: bold;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_pricetxt,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .detail_pricetxt {
  color: #ffffff;
  line-height: 40px;
  font-size: 0.90rem;
  font-weight: 600;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window hr,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window hr {
  margin-bottom: 2em;
  color: #ccc;
  width: 90%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .description,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .description {
  color: #ffffff;
  font-size: 1rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .meta--delivery,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .meta--delivery {
  flex-grow: 2;
  display: flex;
  justify-content: start;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information {
  margin-bottom: 0;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information .delivery--text,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information .delivery--text {
  color: #fff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
  margin-top: 1rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-label,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-label {
  flex-grow: 1;
  font-size: 0.90rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  width: 75%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-sum,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-sum {
  flex-grow: 1;
  font-size: 1.875rem;
  font-weight: bold;
  color: #35fd54;
  text-align: right;
  min-width: 5%;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink {
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
  height: 4.375rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-left: 2rem;
  font-family: Lato, sans-serif;
  margin-bottom: 0;
  margin-top: 1.25rem;
  position: relative;
  opacity: 1;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink::after,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink:hover,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink:hover {
  background: #33ccff;
  color: #ffffff;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink:hover::after,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink:hover::after {
  background-position: 100% center;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .product--title,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .product--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #35fd54;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .subtitle,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .subtitle {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #fff;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper,
  .is--ctl-gamingavatar .konfigurator-wrapper {
    max-height: 510px;
    overflow: scroll;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 450px !important;
    margin-top: -50px;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingkonfigurator .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window.sticky-cart,
  .is--ctl-gamingavatar .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window.sticky-cart,
  .is--ctl-gamingkonfigurator .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window.sticky-cart,
  .is--ctl-gamingavatar .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window.sticky-cart {
    position: fixed;
    top: 60px;
    z-index: 9 !important;
    left: 0;
    right: 0;
    width: 100%;
  }
  .is--ctl-gamingkonfigurator .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink,
  .is--ctl-gamingavatar .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink,
  .is--ctl-gamingkonfigurator .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink,
  .is--ctl-gamingavatar .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink {
    font-size: 1.4rem;
  }
  .is--ctl-gamingkonfigurator .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn,
  .is--ctl-gamingavatar .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn,
  .is--ctl-gamingkonfigurator .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn,
  .is--ctl-gamingavatar .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn {
    margin-bottom: 5px;
  }
}
.is--ctl-gamingkonfigurator .accessory-alert-icon,
.is--ctl-gamingavatar .accessory-alert-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  overflow: visible;
}
.is--ctl-gamingkonfigurator .featherlight,
.is--ctl-gamingavatar .featherlight {
  opacity: 1.0;
  top: 90px;
  margin-bottom: 3rem !important;
  /* Stylisierung des Scrollbalkens */
  /* Stylisierung des Daumens (Scrollbalken-Griff) */
  /* Ändern der Farbe des Daumens bei Hover */
}
.is--ctl-gamingkonfigurator .featherlight ::-webkit-scrollbar,
.is--ctl-gamingavatar .featherlight ::-webkit-scrollbar {
  width: 15px;
  /* Breite des Scrollbalkens */
}
.is--ctl-gamingkonfigurator .featherlight ::-webkit-scrollbar-thumb,
.is--ctl-gamingavatar .featherlight ::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Hintergrundfarbe des Daumens */
  border-radius: 5px;
  /* abgerundete Ecken */
}
.is--ctl-gamingkonfigurator .featherlight ::-webkit-scrollbar-thumb:hover,
.is--ctl-gamingavatar .featherlight ::-webkit-scrollbar-thumb:hover {
  background-color: #35fd54;
}
.is--ctl-gamingkonfigurator .featherlight:last-of-type,
.is--ctl-gamingavatar .featherlight:last-of-type {
  background-color: #1e005a;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content,
.is--ctl-gamingavatar .featherlight .featherlight-content {
  background-color: transparent !important;
  width: 100%;
  margin: 0px !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  box-shadow: 0 3px 6px #00000029;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .featherlight-close-icon,
.is--ctl-gamingavatar .featherlight .featherlight-content .featherlight-close-icon {
  font-size: 3rem;
  top: 10px;
  right: 10px;
  width: auto;
  line-height: normal;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .close-link,
.is--ctl-gamingavatar .featherlight .featherlight-content .close-link {
  width: 100%;
  display: block;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-right: 2.5rem;
  color: #fff;
  text-decoration: underline;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning {
  padding: 2rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning h2,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning h2 {
  margin-top: 0;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .contentwrapper p,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .contentwrapper p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper {
  margin-top: 1.25rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  background-image: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right {
  display: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right {
  display: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-image: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right {
  display: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right {
  display: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-image: none;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper {
  padding: 25px;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  color: #656565;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3.5rem;
  display: block;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #283533;
  padding-top: 1.25rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image {
  width: 30%;
  max-width: 250px;
  max-height: 250px;
  height: 250px;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details {
  width: 70%;
  padding-left: 5%;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title {
  color: black;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-description,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-description {
  color: #656565;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-attributes,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-attributes {
  color: #656565;
  list-style: none;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery {
  list-style: none;
  color: #707070;
  font-size: 1rem;
  font-weight: bold;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery li,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery li {
  line-height: 1.75rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #656565;
  padding-bottom: 1rem;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--articles-text,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--articles-text {
  font-weight: bold;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--tax,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--tax {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #656565;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .sumPrice,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .sumPrice {
  color: #656565;
  font-weight: bold;
  text-align: right;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum {
  margin-top: 1.5rem;
  font-size: 1.875rem;
  display: flex;
  justify-content: end;
  margin-bottom: 6rem;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum .sum--label,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum .sum--label {
  text-transform: uppercase;
  color: #656565;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart-msg-wrapper,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart-msg-wrapper {
  color: #656565;
  text-align: center;
  width: 100%;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: end;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button {
  width: 410px;
  color: #fff;
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
  border: 0;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  display: inline-block;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button::after,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button:hover {
  background: #33ccff;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button:hover::after,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button:hover::after {
  background-position: 100% center;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button {
  width: 410px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/arrow-right-black.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  background-position: right 30px center;
}
.is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button:hover,
.is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button:hover {
  background-color: #35fd54;
  background-position: right 20px center;
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingkonfigurator .featherlight,
  .is--ctl-gamingavatar .featherlight {
    top: 80px;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content,
  .is--ctl-gamingavatar .featherlight .featherlight-content {
    width: 100%;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image {
    width: 20%;
    height: auto;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details {
    width: 70%;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .is--ctl-gamingkonfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .closeCartBtn--wrapper,
  .is--ctl-gamingavatar .featherlight .featherlight-content #konfigurator-cart .action--buttons .closeCartBtn--wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.is--ctl-gamingkonfigurator .disableCart,
.is--ctl-gamingavatar .disableCart {
  cursor: not-allowed;
  opacity: 0.6;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper,
.is--ctl-gamingavatar .konfigurator-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #1e005a;
  justify-content: space-between;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene {
  position: sticky;
  top: 50px;
  width: 60%;
  margin-left: 5%;
  overflow: hidden;
  background: #1e005a;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
  border: 0;
  width: 100%;
  position: relative;
  height: 60rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  margin-top: 0;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevelDef,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevelDef {
  opacity: 0.4;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel20,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel20 {
  opacity: 0.2;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel30,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel30 {
  opacity: 0.3;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel40,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel40 {
  opacity: 0.4;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel50,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel50 {
  opacity: 0.5;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel60,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel60 {
  opacity: 0.6;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox .invisible,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox .invisible {
  display: none !important;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox {
  background: #fff;
  width: 80%;
  height: 150px;
  margin: 0 auto;
  box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.29);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 1.5rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .productinfo--title,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .productinfo--title {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin: 0;
  color: #283533;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .delivery--information,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .delivery--information {
  margin: 0;
  color: #283533;
  font-weight: 500;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--label,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
  margin-right: 1.5rem;
}
.is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--amount,
.is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--amount {
  font-size: 1.875rem;
  font-weight: bold;
  color: #6ac2bf;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories,
.is--ctl-gamingavatar .presenter-imgbox-accessories {
  margin-top: -75px;
  z-index: 5000;
  position: relative;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories span.heading,
.is--ctl-gamingavatar .presenter-imgbox-accessories span.heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  color: #35fd54;
  margin-bottom: 2rem;
  display: inline-block;
  font-weight: 600;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container {
  display: flex;
  --gap: 1.25rem;
  --columns: 3;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 85%;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container span:first-child span.text,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container span:first-child span.text {
  max-width: 65%;
  font-size: 1.625rem;
  color: #ffffff;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container .accessories-box,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container .accessories-box {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background: #8137f7 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  min-height: 36px;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.85rem;
  border-radius: 0.313rem;
  color: #fff;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.text,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container .accessories-box span.text {
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.25rem;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.icon,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  bottom: 0.188rem;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
  max-height: 5rem;
}
.is--ctl-gamingkonfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.close,
.is--ctl-gamingavatar .presenter-imgbox-accessories .accessories-container .accessories-box span.close {
  background: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/smallclose.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0.313rem;
  top: -1rem;
  cursor: pointer;
}
@media screen and (max-width: 75rem) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 45rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper,
  .is--ctl-gamingavatar .konfigurator-wrapper {
    /*flex-direction: column;*/
    /*height: 470px;
    overflow: scroll;*/
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene {
    width: 100%;
    z-index: 8;
    margin: 0;
    top: 20px;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img {
    margin-top: -5px;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-infobox {
    display: none;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts {
    width: 100%;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts .title-window,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts .title-window {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene {
    z-index: 11;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 95%;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 50%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene {
    z-index: 11;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 95%;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 60%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingkonfigurator .konfigurator-wrapper,
  .is--ctl-gamingavatar .konfigurator-wrapper {
    flex-direction: column;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 25rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 100%;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 60%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
  .is--ctl-gamingkonfigurator .konfigurator-wrapper .konfigurator-parts,
  .is--ctl-gamingavatar .konfigurator-wrapper .konfigurator-parts {
    padding-top: 0;
  }
}
.is--ctl-gamingkonfigurator .emotion--wrapper.is--fullscreen,
.is--ctl-gamingavatar .emotion--wrapper.is--fullscreen {
  max-width: none;
}
.is--ctl-gamingkonfigurator .emotion--wrapper.is--fullscreen .addtocartimage,
.is--ctl-gamingavatar .emotion--wrapper.is--fullscreen .addtocartimage {
  max-width: none;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element {
  padding-bottom: 0;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element.bgimg .addtocartimage,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element.bgimg .addtocartimage {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/ergo-gaming-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .image,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .image {
  border: 0;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .image .image--percent,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .image .image--percent {
  display: none;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper {
  justify-content: center;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink {
  position: relative;
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink::after,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingkonfigurator/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background: #33ccff;
  color: #ffffff;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover::after,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover::after {
  background-position: 100% center;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .titlearea .title a,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .titlearea .title a {
  color: #35fd54;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .description,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .description {
  color: #fff;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info-label,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info-label {
  color: #35fd54;
}
.is--ctl-gamingkonfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info,
.is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info {
  color: #fff;
}
.is--ctl-gamingkonfigurator .imageaddtocart,
.is--ctl-gamingavatar .imageaddtocart {
  background-color: #07013b;
}
.is--ctl-gamingkonfigurator .js--modal {
  background-color: #07013b;
}
.is--ctl-gamingkonfigurator .js--modal .panel--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  background-color: #07013b;
  color: #35fd54;
  border: 0;
  text-transform: uppercase;
}
.is--ctl-gamingkonfigurator .js--modal .panel--body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #fff;
}
.is--ctl-gamingavatar .emotion--wrapper.is--fullscreen {
  max-width: none;
}
.is--ctl-gamingavatar .emotion--wrapper.is--fullscreen .emotion--row .emotion--element.solidbg {
  background-color: #1e005a;
}
.is--ctl-gamingavatar .emotion--wrapper.is--fullscreen .emotion--row .emotion--element.nopaddings .emotion--banner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--container:has(.parallaxbg) {
  background: url(https://www.ergolutions.de/media/image/f0/0f/6e/Bild-66.png);
  background-position: right 25%;
  background-attachment: fixed;
  background-size: cover;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--container:has(.parallaxbg):after {
  content: "";
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  display: block;
  height: 11px;
  width: 100%;
  bottom: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--container--parallax {
  background: url(https://www.ergolutions.de/media/image/f0/0f/6e/Bild-66.png);
  background-position: right 25%;
  background-attachment: fixed;
  background-size: cover;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--container--parallax:after {
  content: "";
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  display: block;
  height: 11px;
  width: 100%;
  bottom: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--element--jbc-centeredimage {
  background-color: #01092e;
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area {
    width: 200px;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--container--parallax,
  .is--ctl-gamingavatar .emotion--wrapper .emotion--container:has(.parallaxbg) {
    background-attachment: scroll;
    background-position: center;
    background: #1e005a;
  }
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .ctawithlabel {
  max-width: none;
  background-color: #01092e;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .ctawithlabel .contentlink {
  position: relative;
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
  text-transform: uppercase;
  padding-right: 8rem;
  padding-left: 2rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .ctawithlabel .contentlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .ctawithlabel .contentlink:hover {
  background: #33ccff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .ctawithlabel .contentlink:hover::after {
  background-position: 100% center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .categoryteaser h2.categoryteaser--subtitle {
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .categoryteaser h1.categoryteaser--title {
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .categoryteaser .categoryteaser--teaser {
  color: #fff;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image {
  position: relative;
  width: 60%;
  /*border: 1px solid @ergolutions-grey-border;*/
  padding: 20px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-repeat: no-repeat;
  background-position: center center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image img {
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  text-align: center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-for .slick-track {
  margin-left: 0;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-for .slick-slide a {
  border: 2px solid #35FD54;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-for .slick-slide a img {
  display: inline-block;
  border: 0px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-track {
  margin-left: 0;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-prev {
  left: auto;
  right: 70px;
  top: 40px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-next {
  right: 20px;
  top: 40px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-prev:before {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/slider-arrow-left.png);
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-next:before {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/slider-arrow-right.png);
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-list {
  width: 360px;
  float: left;
  padding: 0 !important;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-list .slick-slide {
  padding: 5px;
  text-align: center;
  border: 2px solid #41fb64;
  margin: 10px;
  margin-left: 0;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-list .slick-slide img {
  display: inline-block;
  border: 0px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper {
  padding-top: 1rem;
  padding-right: 3%;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .titlearea {
  text-align: center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .titlearea .title a {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .titlearea .subtitle {
  font-size: 1.5rem;
  color: #6ac2bf;
  font-weight: 600;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: 1rem auto 3rem auto;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price .price--info-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price .price--info {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price .price--info.price--info-special {
  color: #f37771;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions {
  width: 320px;
  margin: 0 auto;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  margin-top: 1rem;
  min-width: 320px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  min-width: 320px;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart .icon--arrow-right {
  display: none;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart .icon--arrow-right {
  display: none;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--note {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .titlearea h3.title a {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #35FD54;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  text-align: center;
  width: 80%;
  margin: 1rem auto 3rem auto;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price span.price--info-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .price span.price--info {
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #283533;
  font-weight: bold;
  color: #fff;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions a.cta--addtocart {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 50px 0 25px 0;
  height: 45px;
  width: 70px;
  border-radius: 4px;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 20px 55px;
  min-width: 250px;
  font-weight: normal;
  height: auto;
  background-position: right 20px center;
  width: auto;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right-green.png);
  margin-top: 1rem;
  min-width: 320px;
  background-image: none;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  color: #000;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions a.cta--addtocart:hover {
  background-color: #35fd54;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right-black.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions a.cta--productlink {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 50px 0 25px 0;
  height: 45px;
  width: 70px;
  border-radius: 4px;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 20px 55px;
  min-width: 250px;
  font-weight: normal;
  height: auto;
  background-position: right 20px center;
  width: auto;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  position: static;
  min-width: auto;
  background-color: #fff;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right-green.png);
  margin-top: 1rem;
  min-width: 320px;
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  position: relative;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background: #33ccff;
}
.is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .emotion--element .addtocartimage {
    flex-wrap: wrap;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage.textimage {
    flex-direction: column-reverse;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper {
    width: 100%;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .emotion--element .addtocartimage {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage .text--wrapper {
    padding: 0 0px;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage .image {
    padding-right: 0px;
    padding: 0;
    border: 0;
  }
  .is--ctl-gamingavatar .emotion--element .addtocartimage .image .slider-nav .slick-list {
    width: 70%;
    float: left;
    padding: 0 !important;
  }
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element:has(.addtocartimage):after {
  content: "";
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image {
  width: 50%;
  border: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image .slick-slide {
  position: relative;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image .slick-slide .image--percent {
  display: none;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image .slick-slide .cta--note {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px #000000F7;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image .slick-slide .cta--note .cta--note--inner {
  display: flex;
  position: relative;
  justify-content: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image .slick-slide .cta--note .cta--note--inner .link--icon {
  border: none;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .image img {
  border: 2px solid #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper {
  width: 50%;
  justify-content: center;
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .titlearea {
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .titlearea .title a {
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #fff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description ul {
  padding-left: 2rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description h4 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights {
  position: relative;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights .highlights--details {
  font-size: 1rem;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights .highlights--details p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights .highlights--title {
  display: flex;
  text-align: center;
  text-transform: none;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #35fd54;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights .highlights--title .detail_iteminfo {
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights ul {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
  text-align: left;
  column-count: 2;
  list-style: none;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights ul li {
  margin-bottom: 0.75rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .description .highlights ul li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .price .price--info-label {
  color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .price .price--info {
  color: #fff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .price .price--info-pseudo {
  color: #33ccff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .cta--note {
  margin-top: 1.25rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .cta--note .cta--note--inner {
  display: flex;
  justify-content: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .cta--note .cta--note--inner .link--icon {
  padding-right: 1.25rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .cta--note .cta--note--inner .link--text {
  color: #fff;
  display: flex;
  align-items: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions {
  width: 420px;
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--addtocart {
  background-image: none;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  color: #000;
  width: 100%;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #35fd54;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--addtocart:hover::after {
  background-position: 100% center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--addtocart::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right-black.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--productlink {
  background: transparent linear-gradient(91deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%) 0% 0% no-repeat padding-box;
  position: relative;
  width: 100%;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--productlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: none;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background: #33ccff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartimage .text--wrapper .actions .cta--productlink:hover::after {
  background-position: 100% center;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage {
    flex-wrap: wrap;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage.textimage {
    flex-direction: column-reverse;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper {
    width: 100%;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions {
    padding-bottom: 1.25rem;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .image {
    width: 100%;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartimage .image .slick-slide .cta--note .cta--note--inner .link--icon {
    display: none;
  }
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .customimageaddtocart .image {
  width: 60%;
  border: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .customimageaddtocart .image img {
  border: none;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .customimageaddtocart .text--wrapper {
  width: 40%;
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .customimageaddtocart .text--wrapper .titlearea {
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .customimageaddtocart .text--wrapper .description {
  text-align: center;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .customimageaddtocart {
    flex-wrap: wrap;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .customimageaddtocart.textimage {
    flex-direction: column-reverse;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .customimageaddtocart .text--wrapper {
    width: 100%;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .customimageaddtocart .image {
    width: 100%;
  }
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartcustomimage .image {
  width: 60%;
  border: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartcustomimage .image img {
  border: none;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartcustomimage .text--wrapper {
  width: 40%;
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartcustomimage .text--wrapper .titlearea {
  text-align: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .addtocartcustomimage .text--wrapper .description {
  text-align: center;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartcustomimage {
    flex-wrap: wrap;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartcustomimage.textimage {
    flex-direction: column-reverse;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartcustomimage .text--wrapper {
    width: 100%;
  }
  .is--ctl-gamingavatar .emotion--wrapper .emotion--element .addtocartcustomimage .image {
    width: 100%;
  }
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta {
  max-width: none;
  background-color: #01092e;
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .image {
  position: relative;
  width: 100%;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .image img {
  width: 100%;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .image .ctawithlabel {
  width: 100%;
  background: none;
  position: absolute;
  bottom: 90px;
  margin-bottom: 0;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .contentlink {
  position: relative;
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
  text-transform: uppercase;
  padding-right: 8rem;
  padding-left: 2rem;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .contentlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .contentlink:hover {
  background: #33ccff;
}
.is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .contentlink:hover::after {
  background-position: 100% center;
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .ctawithlabel {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .emotion--wrapper .emotion--row .emotion--element .fullwidthimagecta .ctawithlabel {
    display: none;
  }
}
@font-face {
  font-family: 'Exo 2.0';
  src: url('../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/fonts/Exo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo 2.0 Bold';
  src: url('../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/fonts/Exo2-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gaming-content .gaming-fixed-container {
  max-width: 1920px;
  margin: auto;
}
.gaming-content .section-one {
  background-image: url('../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/section-one2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: calc(60.83333333vw);
  max-height: calc(1168px);
}
.gaming-content .section-one .main-title {
  position: absolute;
  top: 28%;
  left: 16.8%;
}
.gaming-content .section-one .main-title h1 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 4.0625rem;
  line-height: 4rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-one .subtitle-small {
  position: absolute;
  top: 18.1%;
  right: 17.4%;
}
.gaming-content .section-one .subtitle-small h4 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 1.25rem;
  line-height: 3.75rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-one .char-image {
  position: absolute;
  top: 28.4%;
  right: -23.2%;
  z-index: 5;
  pointer-events: none;
}
.gaming-content .section-one .char-image img {
  width: 66vw;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-one .char-image img {
    width: calc(1267.2px);
  }
}
.gaming-content .section-one .configurator-link {
  position: absolute;
  top: 72.2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gaming-content .section-one .configurator-link a {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0px;
  font-weight: normal;
  border: 1px solid #BA0811;
  border-radius: 5px;
  padding-bottom: 4px;
  padding-right: 1rem;
}
.gaming-content .section-two {
  background-image: url('../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/gamingavatar/_public/src/images/section-two2x.png');
  background-size: 135% 100%;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-color: #FAF9F7;
  position: relative;
  width: 100%;
  top: -7.4vw;
  margin-bottom: 7.4vw;
  height: 277.93vw;
  max-height: calc(5336.256px);
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two {
    top: calc(-142.08px);
    margin-bottom: calc(142.08px);
  }
}
.gaming-content .section-two .title {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 3.53%;
}
.gaming-content .section-two .title h2 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2.625rem;
  line-height: 2.635rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-two .subtitle {
  position: absolute;
  top: 6.72%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.gaming-content .section-two .subtitle p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.gaming-content .section-two .tables-images {
  position: absolute;
  top: 15.24%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.gaming-content .section-two .tables-images img {
  width: 84%;
  height: auto;
}
.gaming-content .section-two .background-title {
  position: absolute;
  top: 8.44%;
  left: -1.2rem;
}
.gaming-content .section-two .background-title h3 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 13.75rem;
  line-height: 12.5rem;
  color: #D5D5D5;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-two .features-group {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 68.5%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  flex-wrap: wrap;
  margin: auto;
}
.gaming-content .section-two .features-group .desktop {
  display: none;
}
.gaming-content .section-two .features-group .mobile {
  display: block;
}
.gaming-content .section-two .features-group .group-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  padding-right: 3.5rem;
  padding-top: 1.4rem;
}
.gaming-content .section-two .features-group .group-item h4 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2rem;
  line-height: 2.123rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-two .features-group .group-item p {
  font-size: 1.5rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  padding-top: .4rem;
  line-height: 1.875rem;
}
.gaming-content .section-two .before-animation {
  position: relative;
  height: 235.4vw;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .before-animation {
    height: calc(4519.68px);
  }
}
.gaming-content .section-two .after-animation {
  top: -235.4vw;
  position: relative;
  height: 234.4vw;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .after-animation {
    top: calc(-4519.68px);
    height: calc(4500.48px);
  }
}
.gaming-content .section-two .after-animation .spaceship-image {
  position: absolute;
  top: 59.66%;
  right: -3.5%;
  z-index: 5;
}
.gaming-content .section-two .after-animation .spaceship-image img {
  width: 31vw;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .after-animation .spaceship-image img {
    width: calc(595.2px);
  }
}
.gaming-content .section-two .after-animation .configurator-title {
  position: absolute;
  top: 69.44%;
  left: -1.2rem;
  z-index: 5;
  pointer-events: none;
}
.gaming-content .section-two .after-animation .configurator-title h3 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 13.75rem;
  line-height: 12.5rem;
  color: #D5D5D5;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.gaming-content .section-two .after-animation .background-fade {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100vw;
  height: 49vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #faf9f7 100%);
  z-index: 3;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .after-animation .background-fade {
    width: 1920px;
    height: calc(940.8px);
  }
}
.gaming-content .section-two .table-animation {
  position: absolute;
  top: 109.4vw;
  display: flex;
  height: 153.72vw;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation {
    top: calc(2100.48px);
    height: calc(2951.424px);
  }
}
.gaming-content .section-two .table-animation .table-animation-container {
  width: 83.33vw;
  height: 52.54vw;
  border-radius: 0 40px 40px 0;
  background-color: #4E4E4E;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation .table-animation-container {
    width: calc(1599.936px);
    height: calc(1008.768px);
  }
}
.gaming-content .section-two .table-animation .table-animation-container .arrow-icon {
  z-index: 15;
  position: absolute;
  top: 50%;
  pointer-events: all;
}
@media screen and (max-width: 30em) {
  .gaming-content .section-two .table-animation .table-animation-container .arrow-icon {
    display: none !important;
  }
}
.gaming-content .section-two .table-animation .table-animation-container .arrow-icon.arrow-icon-left {
  left: 5%;
}
.gaming-content .section-two .table-animation .table-animation-container .arrow-icon.arrow-icon-right {
  right: 4%;
}
.gaming-content .section-two .table-animation .table-animation-container .arrow-icon.hidden {
  display: none;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container {
  position: absolute;
  left: 43.85vw;
  top: 14.7vw;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation .table-animation-container .text-container {
    left: calc(841.92px);
    top: calc(282.24px);
  }
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .animated-text {
  transition: opacity 0.5s ease;
  opacity: 0;
  /* Start elements as hidden */
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container h3 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 9.375rem;
  line-height: 8.125rem;
  color: #D5D5D5;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: -0.6rem;
  color: #B7B7B7;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  color: #E6E6E6;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1rem;
  margin-left: -0.5rem;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .progress-bar {
  gap: 0.3125rem;
  margin-top: 2rem;
  display: flex;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .progress-bar.hidden {
  display: none;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .progress-bar .progress-bar-fill {
  width: 1.5625rem;
  height: 0.75rem;
  border-radius: 3px;
  background-color: #B1B1B1;
  cursor: pointer;
  pointer-events: all;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .progress-bar .progress-bar-fill.active {
  background-color: #F2F2F2;
}
.gaming-content .section-two .table-animation .table-animation-container .text-container .icon {
  position: absolute;
  transition: opacity 0.5s ease;
  opacity: 0;
  width: 16vw;
  top: 8vw;
  left: -47%;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation .table-animation-container .text-container .icon {
    width: calc(307.2px);
    top: calc(153.6px);
  }
}
.gaming-content .section-two .table-animation .table-animation-container .animated-image {
  position: absolute;
  top: 50%;
  width: 100vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation .table-animation-container .animated-image {
    width: calc(1920px);
  }
}
.gaming-content .section-two .table-animation .table-animation-container .animated-image img {
  transform: scale(1.3);
  position: relative;
  left: -15vw;
  display: block;
  max-width: 155vw;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-two .table-animation .table-animation-container .animated-image img {
    left: calc(-288px);
    max-width: calc(2976px);
  }
}
.gaming-content .content-reactive-container {
  position: relative;
  top: -155vw;
  margin-bottom: -155vw;
  height: fit-content;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  .gaming-content .content-reactive-container {
    top: calc(-2976px);
    margin-bottom: calc(-2976px);
  }
}
.gaming-content .content-reactive-container .gaming-configurator {
  position: relative;
  z-index: 4;
}
.gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container {
  position: relative;
  width: 67vw;
  height: fit-content;
  background-color: #FCFCFC;
  box-shadow: 0px 3px 15px #00000015;
  border-radius: 40px;
  z-index: 4;
}
@media screen and (min-width: 1920px) {
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container {
    width: calc(1286.4px);
  }
}
.gaming-content .content-reactive-container .char-model-two {
  position: absolute;
  bottom: -14%;
  left: 5%;
  z-index: 6;
}
.gaming-content .content-reactive-container .char-model-two img {
  width: 16vw;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .gaming-content .content-reactive-container .char-model-two img {
    width: calc(307.2px);
  }
}
.gaming-content .content-reactive-container .section-two-divider {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67vw;
  height: 0px;
  margin: 0px;
  border: 1px solid #D6D6D6;
  opacity: 0.5;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .gaming-content .content-reactive-container .section-two-divider {
    width: calc(1286.4px);
  }
}
.gaming-content .section-three {
  position: relative;
  background-color: #FAF9F7;
  height: fit-content;
  z-index: 3;
  top: -6vw;
  padding-top: 10vw;
  padding-bottom: 10vw;
  margin-bottom: -10vw;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three {
    top: calc(-115.2px);
    padding-top: calc(192px);
    padding-bottom: calc(192px);
    margin-bottom: calc(-192px);
  }
}
.gaming-content .section-three .accessory-one-title {
  position: relative;
  top: 6vw;
  margin-bottom: 6vw;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.gaming-content .section-three .accessory-one-title h2 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2.625rem;
  line-height: 2.635rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three .accessory-one-title {
    top: calc(115.2px);
    margin-bottom: calc(115.2px);
  }
}
.gaming-content .section-three .accessory-one-container {
  position: relative;
  top: 6vw;
  margin: auto;
  margin-bottom: 6vw;
  width: 67vw;
  min-height: 20.82vw;
  height: fit-content;
  display: flex;
  background: #4e4e4e 0% 0% no-repeat padding-box;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.gaming-content .section-three .accessory-one-container a img {
  margin-top: 0px;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three .accessory-one-container {
    width: calc(1286.4px);
    min-height: 399.744px !important;
    top: calc(115.2px);
    margin-bottom: calc(115.2px);
  }
}
.gaming-content .section-three .section-three-divider {
  position: relative;
  top: 4rem;
  margin: auto;
  margin-bottom: 4rem;
  width: 67vw;
  height: 0px;
  border: 1px solid #D6D6D6;
  opacity: 0.5;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three .section-three-divider {
    width: calc(1286.4px);
    top: calc(76.8px);
    margin-bottom: calc(76.8px);
  }
}
.gaming-content .section-three .accessory-two-title {
  position: relative;
  top: 6vw;
  margin-bottom: 6vw;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.gaming-content .section-three .accessory-two-title h2 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2.625rem;
  line-height: 2.635rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three .accessory-two-title {
    top: calc(115.2px);
    margin-bottom: calc(115.2px);
  }
}
.gaming-content .section-three .accessory-two-container {
  position: relative;
  top: 6vw;
  width: 67vw;
  margin: auto;
  margin-bottom: 6vw;
  height: 20.82vw;
  display: flex;
  border: 1px solid #707070;
  background: transparent;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .gaming-content .section-three .accessory-two-container {
    width: calc(1286.4px);
    height: calc(399.744px);
    top: calc(115.2px);
    margin-bottom: calc(115.2px);
  }
}
.gaming-content .section-three .accessory-two-container .accessory-item .left-container {
  margin-right: 3rem;
}
.gaming-content .section-three .accessory-two-container .accessory-item .accessory-title h3 {
  color: #656565;
}
.gaming-content .section-three .accessory-two-container .accessory-item .accessory-description {
  color: #656565;
}
.gaming-content .section-three .accessory-two-container .accessory-item a {
  color: #656565;
  border: 1px solid #656565;
}
.gaming-content .section-three .accessory-two-container .accessory-item a:hover {
  color: white;
}
.gaming-content .section-three .accessory-two-container .accessory-item a img {
  margin-top: 0px;
}
.gaming-content .section-three .accessory-two-container .accessory-item .right-container img {
  max-height: 115%;
  position: relative;
  top: -10%;
}
.gaming-content .gaming-configurator-btn {
  color: #656565;
  line-height: 1.75rem;
  font-size: 1.125em;
  width: auto;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  text-transform: none;
  font-family: Lato, sans-serif;
  padding-left: 2rem;
  position: relative;
  padding-right: 1rem;
  font-weight: normal;
  background: none;
  transition: background-position 300ms;
  will-change: background-position;
  align-self: center;
}
.gaming-content .gaming-configurator-btn:disabled {
  background-color: #C3C3C3 !important;
  color: white !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  border: none !important;
}
.gaming-content .gaming-configurator-btn:hover {
  color: white;
  background-color: #BA0811;
}
.gaming-content .gaming-configurator-btn:hover .arrow-icon.hover {
  display: block;
}
.gaming-content .gaming-configurator-btn:hover .arrow-icon.nohover {
  display: none;
}
.gaming-content .gaming-configurator-btn .arrow-icon {
  margin-left: 1rem;
  height: 0.9rem;
  margin-top: .2rem;
  padding-left: 0.5rem;
  height: 0.75rem;
  position: relative;
}
.gaming-content .gaming-configurator-btn .arrow-icon.hover {
  display: none;
}
.gaming-content .gaming-configurator-btn .arrow-icon.nohover {
  display: block;
}
@media screen and (max-width: 1280px) {
  .gaming-content .gaming-configurator-btn {
    height: 42px;
  }
}
@media screen and (max-width: 30em) {
  .gaming-content .gaming-configurator-btn {
    height: 38px;
    font-size: 1.275rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
  }
  .gaming-content .gaming-configurator-btn .nomobile {
    display: none;
  }
  .gaming-content .gaming-configurator-btn .arrow-icon {
    padding-left: 0px;
  }
}
.gaming-content .accessory-slider {
  display: flex;
  height: 100%;
}
.gaming-content .accessory-slider .accessory-item {
  display: none;
}
.gaming-content .accessory-slider .accessory-item[data-item="1"] {
  display: flex;
}
.gaming-content .accessory-slider .arrow-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  top: 9vw;
  z-index: 4000;
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  .gaming-content .accessory-slider .arrow-container {
    top: calc(172.8px);
    width: calc(38.4px);
    height: calc(38.4px);
  }
}
.gaming-content .accessory-slider .arrow-container .arrow .chev-icon {
  position: relative;
  width: 1.55rem;
}
.gaming-content .accessory-slider .arrow-container-left {
  display: none;
}
.gaming-content .accessory-slider .arrow-container-left .chev-icon {
  left: 2rem;
}
.gaming-content .accessory-slider .arrow-container-rigth {
  right: 0px;
}
.gaming-content .accessory-slider .arrow-container-rigth .chev-icon {
  right: 2rem;
}
.gaming-content .accessory-item {
  display: flex;
  height: 100%;
}
.gaming-content .accessory-item .left-container {
  flex: 0 0 50%;
  display: flex;
  padding: 3.125rem 6.25rem;
  padding-right: 0px;
  flex-wrap: wrap;
  align-content: space-between;
}
.gaming-content .accessory-item .left-container .accessory-title h3 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2rem;
  line-height: 2.123rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  color: #B7B7B7;
  margin-bottom: 5px;
}
.gaming-content .accessory-item .left-container .accessory-title .accessory-subtitle {
  font-size: 1.5rem;
  color: #656565;
  font-weight: normal;
  margin: 0px;
  color: #E6E6E6;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 12px;
}
.gaming-content .accessory-item .left-container .accessory-description {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  margin-bottom: 16px !important;
  color: #E6E6E6;
  width: 100%;
}
.gaming-content .accessory-item .left-container a {
  color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  width: fit-content;
}
.gaming-content .accessory-item .right-container {
  flex: 0 0 50%;
}
.body-no-scroll {
  overflow: hidden !important;
  margin-right: var(--scrollbar-width) !important;
}
@media screen and (max-width: 1280px) {
  .spaceship-image {
    display: none;
  }
  .char-model-two {
    display: none;
  }
  .char-image {
    display: none;
  }
  .gaming-content .section-one .main-title h1 {
    font-size: 3.0625rem;
    line-height: 3rem;
  }
  .gaming-content .section-one .configurator-link {
    top: 73.2%;
  }
  .gaming-content .section-one .configurator-link a {
    padding-bottom: 2px;
    height: 42px;
    font-size: 1.275rem;
  }
  .gaming-content .section-two .title {
    top: 3.53%;
  }
  .gaming-content .section-two .title h2 {
    font-size: 2.225rem;
    line-height: 2.235rem;
  }
  .gaming-content .section-two .subtitle {
    top: 7.22%;
  }
  .gaming-content .section-two .subtitle p {
    font-size: 1.2rem;
    line-height: 1.575rem;
  }
  .gaming-content .section-two .background-title h3 {
    font-size: 10.75rem;
    line-height: 10.5rem;
  }
  .gaming-content .section-two .features-group .group-item h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .gaming-content .section-two .features-group .group-item p {
    font-size: 1.2rem;
    line-height: 1.575rem;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container {
    top: 10.7vw;
    left: 39.85vw;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container h3 {
    font-size: 8.375rem;
    line-height: 7.125rem;
  }
  .gaming-content .section-two .configurator-title {
    top: 69.44%;
  }
  .gaming-content .section-two .configurator-title h3 {
    font-size: 11.75rem;
    line-height: 10.5rem;
  }
  .gaming-content .accessory-item .left-container {
    padding: 1.125rem 4.25rem;
    padding-right: 1rem;
    flex: 0 0 55%;
  }
  .gaming-content .accessory-item .left-container p.accessory-description {
    font-size: 1.35rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .konfigurator-header {
    padding-top: 3rem;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area {
    padding-right: 0px;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    font-size: 1rem;
  }
  .gaming-content .section-one {
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(73vw);
    top: 2rem;
  }
  .gaming-content .section-one .main-title {
    left: 10%;
  }
  .gaming-content .section-one .main-title h1 {
    font-size: 2.0625rem;
    line-height: 2rem;
  }
  .gaming-content .section-one .subtitle-small {
    right: 11.4%;
  }
  .gaming-content .section-one .subtitle-small h4 {
    font-size: .9rem;
    line-height: 2.75rem;
  }
  .gaming-content .section-one .configurator-link {
    top: 78.2%;
  }
  .gaming-content .section-two {
    top: 0px;
    margin-bottom: 1.4vw;
    height: fit-content;
    pointer-events: none;
  }
  .gaming-content .section-two .table-animation {
    pointer-events: all;
  }
  .gaming-content .section-two .title {
    margin: auto;
    top: 2rem;
    margin-bottom: 2rem;
    position: relative;
    left: 0%;
    transform: none;
  }
  .gaming-content .section-two .title h2 {
    font-size: 1.85rem;
    line-height: 1.85rem;
  }
  .gaming-content .section-two .subtitle {
    margin: auto;
    width: 80%;
    position: relative;
    left: 0%;
    transform: none;
    top: 2rem;
    margin-bottom: 2rem;
  }
  .gaming-content .section-two .subtitle p {
    font-size: 1.125rem;
    line-height: 1.4rem;
  }
  .gaming-content .section-two .features-group {
    position: relative;
    top: 0px;
    left: 0%;
    text-align: center;
    width: 100%;
    transform: none;
    justify-content: space-between;
  }
  .gaming-content .section-two .features-group .desktop {
    display: none;
  }
  .gaming-content .section-two .features-group .mobile {
    display: block;
  }
  .gaming-content .section-two .features-group .group-item {
    margin-bottom: 5vw;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }
  .gaming-content .section-two .features-group .group-item h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .gaming-content .section-two .features-group .group-item p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gaming-content .section-two .feature-title {
    position: relative;
    top: 2rem;
    margin-bottom: 4rem;
  }
  .gaming-content .section-two .background-title {
    position: relative;
    left: -.6rem;
  }
  .gaming-content .section-two .background-title h3 {
    font-size: 5.75rem;
    line-height: 4.5rem;
  }
  .gaming-content .section-two .tables-images {
    position: absolute;
    top: 0px;
    width: 60vw;
    left: 39vw;
    transform: none;
  }
  .gaming-content .section-two .before-animation {
    position: relative;
    height: fit-content;
    margin-bottom: 1rem;
  }
  .gaming-content .section-two .after-animation {
    display: none;
  }
  .gaming-content .section-two .table-animation {
    height: fit-content;
    position: relative;
    top: 0px;
  }
  .gaming-content .section-two .table-animation .table-animation-container {
    width: 100%;
    height: 85vw;
    border-radius: 0px !important;
    position: relative;
    top: 0px;
    transform: none;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }
  .gaming-content .section-two .table-animation .table-animation-container .animated-image {
    height: 100%;
  }
  .gaming-content .section-two .table-animation .table-animation-container .animated-image img {
    transform: scale(1.2) !important;
    position: relative !important;
    left: -152vw !important;
    top: -32vw !important;
    height: 100% !important;
    aspect-ratio: auto;
    max-width: none !important;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container {
    top: unset;
    bottom: 2.4rem;
    z-index: 500;
    position: relative;
    left: 6%;
    margin-right: 6%;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container h3 {
    font-size: 3.375rem;
    line-height: 3.5rem;
    margin-left: 0px;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container p {
    margin-right: 6vw;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-left: 0px;
    border-radius: 6px;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container .nomobile {
    display: none;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container .icon {
    width: 20vw;
    /* top: 50%; */
    right: 5vw;
    top: 0px;
    left: unset;
  }
  .gaming-content .section-two .table-animation .table-animation-container .text-container .progress-bar {
    margin-top: 1.4rem;
  }
  .gaming-content .section-two .configurator-title {
    top: 69.44%;
    left: -0.5rem;
    display: none;
  }
  .gaming-content .section-two .configurator-title h3 {
    font-size: 5.75rem;
    line-height: 4.5rem;
  }
  .gaming-content .content-reactive-container {
    top: 0px;
    margin-bottom: 0px;
  }
  .gaming-content .content-reactive-container .section-two-divider {
    bottom: -8vw;
    width: 92vw;
  }
  .gaming-content .section-three {
    padding-top: 20vw;
  }
  .gaming-content .section-three .accessory-one-title {
    top: 32%;
  }
  .gaming-content .section-three .accessory-two-title {
    top: 63.5%;
  }
  .gaming-content .section-three .section-three-divider {
    width: 92vw;
    top: 61%;
  }
  .gaming-content .section-three .accessory-one-container {
    height: fit-content;
    width: 92%;
    border-radius: 20px;
    top: 47%;
  }
  .gaming-content .section-three .accessory-one-container .accessory-item {
    flex-direction: column-reverse;
  }
  .gaming-content .section-three .accessory-one-container .accessory-item .left-container {
    padding: 1rem;
  }
  .gaming-content .section-three .accessory-one-container .accessory-item .left-container a {
    margin-bottom: 1vw;
  }
  .gaming-content .section-three .accessory-two-container {
    height: fit-content;
    width: 92%;
    border-radius: 20px;
    top: 81.4%;
  }
  .gaming-content .section-three .accessory-two-container .accessory-item {
    flex-direction: column-reverse;
  }
  .gaming-content .section-three .accessory-two-container .accessory-item .left-container {
    padding: 1rem;
  }
  .gaming-content .section-three .accessory-two-container .accessory-item .left-container a {
    margin-top: 2vw;
  }
  .gaming-content .section-three .accessory-two-container .accessory-item .right-container img {
    padding: 1.6rem;
  }
}
.main-configurator-container {
  padding: 5.875rem 4.375rem;
}
@media screen and (min-width: 1480px) {
  .main-configurator-container {
    padding: 5.875rem 6.375rem;
  }
}
.main-configurator-container[data-step="1"] .presenter-imgbox {
  background-color: #FCFCFC !important;
}
.main-configurator-container[data-step="4"] .presenter-imgbox img {
  width: 60% !important;
  height: auto !important;
  left: 0px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.main-configurator-container .presenter-imgbox-accessories {
  margin-top: 0px;
  position: absolute;
  width: 40%;
  right: 0px;
  top: 45% !important;
  transform: translateY(-50%);
}
.main-configurator-container .presenter-imgbox-accessories .heading {
  color: #BA0811 !important;
}
.main-configurator-container .presenter-imgbox-accessories .accessories-container {
  --gap: 1rem;
  --columns: 2;
}
.main-configurator-container .presenter-imgbox-accessories .accessories-container .accessories-box {
  margin-bottom: 0px;
  background-color: transparent;
  flex-direction: column;
  padding: 0px !important;
}
.main-configurator-container .presenter-imgbox-accessories .accessories-container .accessories-box img {
  position: relative;
  width: 100% !important;
  height: auto !important;
  border: 1px solid #C3C3C3 !important;
  border-radius: 8px;
  top: 0px !important;
  transform: none !important;
}
.main-configurator-container .presenter-imgbox-accessories .accessories-container .accessories-box .text {
  margin-top: .5rem;
  max-width: 100% !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  color: #656565 !important;
}
.main-configurator-container .steps-index {
  display: flex;
}
.main-configurator-container .steps-index .step {
  display: flex;
  align-items: center;
}
.main-configurator-container .steps-index .step h4 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 1,125rem;
  line-height: 2rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.main-configurator-container .steps-index .step .icon {
  padding-left: 1rem;
  padding-right: 1rem;
}
.main-configurator-container .steps-index .step.active h4 {
  color: #BA0811;
}
.main-configurator-container .steps-index .step.done {
  cursor: pointer;
}
.main-configurator-container .steps-index .step.done h4 {
  color: #C68185;
}
.main-configurator-container .main-configurator-title h3 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2.625rem;
  line-height: 2.635rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 2rem 0 3rem 0rem;
}
.main-configurator-container .konfigurator-wrapper {
  flex-wrap: wrap;
  background-color: transparent !important;
  display: flex;
  align-items: stretch;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts {
  display: flex;
  width: 27%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3rem !important;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .detail-window {
  margin: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
  background: none !important;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img--item {
  border: none !important;
  background-color: #F5F5F5;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .detail-window .detail-title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #656565;
  margin: 0px;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .price {
  margin-bottom: 3rem;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .price .price-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  font-size: 1.1875rem;
  color: #BA0811;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-parts .price .price-value {
  font-family: 'Exo 2.0 Bold';
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-scene {
  flex: 0 1 auto;
  margin: 0px !important;
  margin-bottom: 3rem !important;
  background-color: #F5F5F5 !important;
  border-radius: 10px;
  width: 70%;
  position: static !important;
}
.main-configurator-container .konfigurator-wrapper .konfigurator-scene .konfigurator-scene--inner {
  width: 100%;
}
.main-configurator-container .configurator-footer {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.main-configurator-container .configurator-footer .action--buttons {
  display: flex;
  flex-direction: row-reverse;
}
.main-configurator-container .configurator-footer .action--buttons .cart-btn {
  margin-right: 1rem;
  padding-right: 2rem !important;
}
.main-configurator-container .configurator-footer .action--buttons .checkout-btn {
  background-color: #BA0811 !important;
  color: white !important;
}
.main-configurator-container .configurator-footer .action--buttons .checkout-btn:hover {
  background-color: white !important;
  color: #BA0811 !important;
}
.main-configurator-container .configurator-footer .action--buttons .checkout-btn:disabled {
  background-color: #C3C3C3 !important;
  color: white !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  border: none !important;
}
.main-configurator-container .configurator-footer .section-btn {
  border-radius: 6px;
}
.main-configurator-container .configurator-footer .section-btn img {
  margin-top: 0px !important;
}
.main-configurator-container .configurator-footer .section-btn.back img {
  margin-right: 1rem;
  margin-left: 0px;
  transform: rotate(180deg);
}
.main-configurator-container .configurator-footer .section-btn:hover {
  background-color: white;
  color: #434343;
  border: 1px solid #434343 !important;
}
.main-configurator-container .configurator-footer .section-btn:hover,
.main-configurator-container .configurator-footer .section-btn.next {
  border: 1px solid #BA0811;
}
.main-configurator-container .configurator-footer .section-btn.next:hover {
  border: 1px solid #BA0811 !important;
  background-color: #BA0811;
  color: white;
}
.main-configurator-container .presenter-imgbox {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.38737758;
}
.main-configurator-container .presenter-imgbox img {
  width: auto !important;
  height: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.main-configurator-container .presenter-imgbox img.transparent {
  opacity: 0.5;
}
.gaming-configurator-cover {
  padding: 6.75rem 6.5625rem;
  overflow: hidden;
}
.gaming-configurator-cover .cover-title {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2.625rem;
  line-height: 2.635rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.gaming-configurator-cover .cover-subtitle {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  margin: 3rem 7%;
}
.gaming-configurator-cover .cover-image {
  display: flex;
  justify-content: center;
}
.gaming-configurator-cover .cover-image .arrow-container {
  position: relative;
  width: 2vw;
  height: 2vw;
  top: 9.5vw;
  z-index: 4000;
  cursor: pointer;
}
@media screen and (min-width: 1980px) {
  .gaming-configurator-cover .cover-image .arrow-container {
    top: calc(188.1px);
    width: calc(39.6px);
    height: calc(39.6px);
  }
}
.gaming-configurator-cover .cover-image .arrow-container.left {
  right: -5vw;
}
@media screen and (min-width: 1980px) {
  .gaming-configurator-cover .cover-image .arrow-container.left {
    right: calc(-99px);
  }
}
.gaming-configurator-cover .cover-image .arrow-container.rigth {
  left: -4.5vw;
}
@media screen and (min-width: 1980px) {
  .gaming-configurator-cover .cover-image .arrow-container.rigth {
    left: calc(-89.09999999999999px);
  }
}
.gaming-configurator-cover .cover-image .arrow-container .arrow .chev-icon {
  width: 1.15rem;
}
@media screen and (min-width: 1980px) {
  .gaming-configurator-cover .cover-image .arrow-container .arrow .chev-icon {
    width: calc(22.77px);
  }
}
.gaming-configurator-cover .cover-image .arrow-rigth {
  transform: rotate(180deg);
}
.gaming-configurator-cover .options {
  display: flex;
  gap: 1.25rem;
  margin-top: 3rem;
}
.gaming-configurator-cover .options .color-options {
  --columns: 9;
  --gap: 0.4rem;
  display: flex;
  margin-top: .6rem;
  gap: 0.4rem;
}
.gaming-configurator-cover .options .color-options .color-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  height: .9em;
  border-radius: 5px;
  padding: 1px;
  cursor: pointer;
}
.gaming-configurator-cover .options .color-options .color-container .color {
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.gaming-configurator-cover .options .color-options .color-container.white {
  border: 1px solid #C3C3C3;
}
.gaming-configurator-cover .options .color-options .color-container.white .color {
  background-color: white;
}
.gaming-configurator-cover .options .color-options .color-container.gray .color,
.gaming-configurator-cover .options .color-options .color-container.grey .color {
  background-color: gray;
}
.gaming-configurator-cover .options .color-options .color-container.black .color {
  background-color: black;
}
.gaming-configurator-cover .options .color-options .color-container.active {
  border: 1px solid #BA0811;
}
.gaming-configurator-cover .options .option {
  border: 1px solid #C3C3C3;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  width: 33.33%;
  flex-direction: column;
  justify-content: space-between;
}
.gaming-configurator-cover .options .option h4 {
  font-family: 'Exo 2.0';
  font-style: normal;
  font-size: 2rem;
  line-height: 2.123rem;
  color: #BA0811;
  margin: 0px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #656565;
}
.gaming-configurator-cover .options .option p {
  margin: 0px;
  margin-top: 0.75rem;
  font-size: 1.125rem;
}
.gaming-configurator-cover .options .option button.gaming-configurator-btn img {
  margin-top: 0px;
}
.gaming-configurator-cover .options .option .price .price-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
  font-size: 1.125rem;
  color: #BA0811;
}
.gaming-configurator-cover .options .option .price .price-value {
  font-family: 'Exo 2.0 Bold';
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.gaming-configurator-cover .options .option.active {
  border-color: #BA0811;
}
.gaming-configurator-cover .options .option.active h4 {
  color: #BA0811;
}
.gaming-configurator-cover .options .features {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.gaming-configurator-cover .options .features td {
  margin: 0px;
  padding: 0px;
  font-size: 1.125rem;
}
.gaming-configurator-cover .options .features td.name {
  font-weight: 600;
  margin-right: 1rem;
}
.gaming-configurator-cover .options .gaming-configurator-btn {
  border: 1px solid #BA0811;
  border-radius: 5px;
  margin-top: 2rem;
}
@media screen and (max-width: 1280px) {
  .gaming-configurator-cover {
    padding: 4.75rem 2.5625rem;
  }
  .gaming-configurator-cover .cover-image img {
    width: 48.3rem;
  }
}
@media screen and (max-width: 30em) {
  .main-configurator-container .configurator-footer {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .main-configurator-container .configurator-footer .action--buttons {
    flex-wrap: wrap;
    width: 100%;
  }
  .main-configurator-container .configurator-footer .action--buttons .gaming-configurator-btn {
    width: 100% !important;
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .main-configurator-container .configurator-footer .action--buttons .checkout-btn {
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 1.6rem !important;
  }
  .main-configurator-container .configurator-footer .action--buttons .cart-btn {
    justify-content: flex-end !important;
  }
  .accessories-box .text {
    display: none !important;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container {
    width: 96vw;
    border-radius: 20px;
    margin-bottom: 2rem;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .gaming-configurator-cover {
    padding: 2.75rem 1.5625rem;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .gaming-configurator-cover .cover-subtitle {
    margin: 1rem 1rem;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .gaming-configurator-cover .options {
    flex-direction: column;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .gaming-configurator-cover .options .option {
    width: 100%;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .main-configurator-container {
    padding: 1.875rem 2vw;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .main-configurator-container .konfigurator-wrapper .konfigurator-parts {
    margin-bottom: 0px;
    width: 100% !important;
    max-width: 18rem;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .main-configurator-container .konfigurator-wrapper .konfigurator-scene {
    width: 100% !important;
  }
  .gaming-content .content-reactive-container .gaming-configurator .gaming-configurator-container .main-configurator-container .steps-index {
    flex-wrap: wrap;
  }
}
.gaming-configurator-container .featherlight {
  background-color: #F5F5F5 !important;
  display: block !important;
  position: static !important;
}
.gaming-configurator-container .gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
  position: relative;
  height: 27vw;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .gaming-configurator-container .gallery {
    height: calc(518.4px);
  }
}
.gaming-configurator-container .gallery img {
  width: 10%;
  height: auto;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.gaming-configurator-container .gallery img.far-left {
  transform: translateX(-800%);
  top: 30%;
  opacity: 0;
}
.gaming-configurator-container .gallery img.left {
  transform: translateX(-400%);
  top: 30%;
  opacity: 1;
}
.gaming-configurator-container .gallery img.center {
  width: 60%;
  z-index: 2;
  opacity: 1;
}
.gaming-configurator-container .gallery img.right {
  transform: translateX(300%);
  top: 30%;
  opacity: 1;
}
.gaming-configurator-container .gallery img.far-right {
  transform: translateX(800%);
  top: 30%;
  opacity: 0;
}
.gaming-configurator-container .gallery img.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.is--ctl-primusconfigurator {
  overflow-x: visible;
}
.is--ctl-primusconfigurator .ergowrapper {
  background: #f5f5f5;
}
.is--ctl-primusconfigurator .ergowrapper .content-main {
  padding-left: 2.5%;
  padding-right: 2.5%;
  background: #f5f5f5;
}
.is--ctl-primusconfigurator .ergowrapper .content-main .content-main--inner {
  margin-top: 70px;
  max-width: 120rem;
}
.is--ctl-primusconfigurator .ergowrapper .content-main .content-main--inner #konfigurator-cart {
  display: none;
}
.is--ctl-primusconfigurator .ergowrapper .content-main .content-main--inner .deliverytime--warning {
  display: none;
}
.is--ctl-primusconfigurator .footer-main {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 64em) {
  .is--ctl-primusconfigurator .ergowrapper .content-main {
    padding-left: 1%;
    padding-right: 1%;
  }
  .is--ctl-primusconfigurator .ergowrapper .content-main .content-main--inner {
    margin-top: 60px;
  }
}
.is--ctl-primusconfigurator .konfigurator-header {
  box-shadow: 0 3px 6px #00000029;
  background: #fff;
  width: 100%;
  height: 90px;
  z-index: 12;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper {
  max-width: 120rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area {
  display: flex;
  flex-direction: row;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .logo {
  width: 248px;
  height: 50px;
  display: block;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn {
  height: 50px;
  background: 0;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100px;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn {
  margin-left: 4.25rem;
  width: 150px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/back.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #707070;
  font-size: 1.25rem;
  padding-left: 15px;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area {
  display: flex;
  flex-direction: row;
  padding-right: 1rem;
}
@media screen and (max-width: 48em) {
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt:first-child {
    display: none;
  }
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn,
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
  background-color: #6ac2bf;
  background-position: right 30px center;
  color: #fff;
  font-size: 1.125em;
  width: auto;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  text-transform: none;
  font-family: Lato, sans-serif;
  padding-left: 2rem;
  position: relative;
  padding-right: 4rem;
  font-weight: normal;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .buyBtn:hover,
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn:hover {
  background-color: #283533;
  background-position: right 20px center;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt {
  color: #283533;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 0rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}
.is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .priceinfo {
  color: #6ac2bf;
  font-weight: bold;
}
@media screen and (max-width: 64em) {
  .is--ctl-gamingavatar .konfigurator-header,
  .is--ctl-primusconfigurator .konfigurator-header {
    height: 60px;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area {
    align-items: center;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .logo,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .logo {
    height: 50px;
    width: auto;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .logo-area .konf-btn.backBtn {
    display: none !important;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
    width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-gamingavatar .konfigurator-header,
  .is--ctl-primusconfigurator .konfigurator-header {
    height: 60px;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt {
    display: none;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt.priceinfo,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .head-txt.priceinfo {
    display: flex;
  }
  .is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn,
  .is--ctl-primusconfigurator .konfigurator-header .konfigurator-header--wrapper .order-area .gamingBuyBtn {
    display: none;
  }
}
.is--ctl-primusconfigurator .konfigurator-wrapper .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts > div {
  z-index: 7;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts {
  position: relative;
  width: 35%;
  /*z-index: 7;*/
  padding-top: 2.25em;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window {
  margin: 0 0 1.25em;
  box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.29);
  padding: 1.25rem 1rem;
  background: #fff;
  display: block;
  width: 100%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window > .detail-window--meta:not(:first-child) {
  margin-top: 2rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .detail-window--meta {
  margin-bottom: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .header--text {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .header--text .header--title {
  display: flex;
  align-items: start;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .header--text .header--title .detail_iteminfo {
  line-height: 2.25rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.5rem;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .header--text .position_note {
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.55rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #283533;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .garantie-badge {
  width: 25%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.orientation {
  margin-top: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.orientation .subtitle {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.orientation .subtitle p {
  margin-top: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing {
  margin-bottom: 0;
  margin-top: 1.5rem;
  align-items: baseline;
  justify-content: end;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--sale {
  display: flex;
  justify-content: end;
  align-items: end;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--sale .detail_pricetxt {
  line-height: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--sale .detail_priceinfo {
  color: #f37771;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--sale .price--discount-icon {
  font-size: 1.2rem;
  background-color: #f37771;
  padding: 0 0.125rem;
  margin: 0 0.3125rem 0 0.3125rem;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo {
  line-height: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo .price--info-pseudo {
  font-size: 1rem;
  line-height: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .meta--price .meta--price--pseudo .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.frame-pricing .delivery--information {
  margin: 0;
  color: #283533;
  font-weight: 600;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing {
  margin-bottom: 0;
  margin-top: 1.5rem;
  align-items: baseline;
  justify-content: end;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.delivery-pricing .delivery--information {
  margin: 0;
  color: #283533;
  font-weight: 600;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail-window--meta.surface .jbcpopup {
  margin-left: 0.5rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.surfacecolor {
  margin-bottom: 1rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img.edge .detail_img--item {
  padding-bottom: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item {
  /* Button grau  */
  /* Button ausgewählt */
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover .itemName {
  visibility: visible;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img {
  max-width: 100%;
  max-height: 100%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.invisible {
  display: none !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated {
  border: 2px solid #6ac2bf !important;
  cursor: default !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.pointer {
  cursor: pointer !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_headline {
  line-height: 2.25rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #283533;
  display: flex;
  align-items: center;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_headline .secondary--title {
  font-size: 1rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_iteminfo {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0 15px;
  display: flex;
  align-items: end;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .subgroup:nth-child(1) {
  margin-top: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  --columns: 3;
  --gap: 1rem;
  gap: var(--gap);
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  border: 2px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.aspect_ratio_1 {
  aspect-ratio: 1;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item:hover {
  border: 2px solid #6ac2bf;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item img {
  border-radius: 4px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .active--icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.activated .active--icon {
  display: block;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemName {
  width: 100%;
  visibility: hidden;
  position: absolute;
  background-color: #6ac2bf;
  color: white;
  top: 0;
  left: 0;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item .itemTooltip {
  visibility: hidden;
  position: absolute;
  background-color: #000000;
  color: white;
  top: 0;
  left: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive {
  opacity: 0.6;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover {
  border-color: #000000;
  cursor: not-allowed !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemTooltip {
  visibility: visible;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_img .detail_img--item.inactive:hover .itemName {
  background-color: #000000;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  --columns: 2;
  --gap: 1rem;
  gap: var(--gap);
  width: 100%;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn.size-select {
  --columns: 3;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  height: 60px;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item .itemName {
  padding-top: 0.5rem;
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item .itemSubtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-bottom: 0.5rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item .active--icon {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.inactive {
  cursor: not-allowed !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item.activated .active--icon {
  display: block;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_btn .detail_btn--item:hover {
  border: 2px solid #6ac2bf;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li {
  margin: .5em 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artname {
  font-size: 18px;
  padding: 15px;
  line-height: 20px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artid {
  height: 22px !important;
  line-height: 16px !important;
  font-size: 14px;
  display: inline-block !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_list li .equipment--artprice {
  float: right;
  padding-right: 15px;
  font-size: 16px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList {
  margin-top: 2rem;
  list-style: none;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li {
  width: 100%;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listName {
  flex-grow: 2;
  font-size: 1.25rem;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listSelect {
  flex-grow: 1;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .wList li .listPrice {
  flex-grow: 1;
  font-size: 1.25rem;
  color: #283533;
  text-align: right;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn {
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  border: 1px solid #fff;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn:hover {
  box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.29);
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn.activated {
  background-color: #33ccff;
  border: 0;
  color: #fff;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_deliverytime {
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_priceinfo {
  color: #283533;
  font-size: 1.875rem;
  padding-left: 1rem;
  font-weight: bold;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .detail_pricetxt {
  color: #6ac2bf;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 600;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window hr {
  margin-bottom: 2em;
  color: #ccc;
  width: 90%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .description {
  color: #707070;
  font-size: 1rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .meta--delivery {
  flex-grow: 2;
  display: flex;
  justify-content: start;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information {
  margin-bottom: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .delivery--information .delivery--text {
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
  margin-top: 1rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-label {
  flex-grow: 1;
  font-size: 0.90rem;
  color: #6ac2bf;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  width: 75%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .cart-window--price .cart-window--price-sum {
  flex-grow: 1;
  font-size: 1.875rem;
  font-weight: bold;
  color: #283533;
  text-align: right;
  min-width: 5%;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink {
  height: 4.375rem;
  width: 100%;
  background-position: right 30px center;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-left: 2rem;
  font-family: Lato, sans-serif;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink:hover {
  background-position: right 20px center;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .product--title {
  font-family: Lato, sans-serif;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.title-window .subtitle {
  font-size: 1.125rem;
  line-height: 1.55rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #283533;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is--ctl-primusconfigurator .konfigurator-wrapper {
    max-height: 510px;
    overflow: scroll;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 450px !important;
    margin-top: -50px;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-primusconfigurator .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window.sticky-cart {
    position: fixed;
    top: 60px;
    z-index: 9 !important;
    left: 0;
    right: 0;
    width: 100%;
  }
  .is--ctl-primusconfigurator .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window.cart-window .contentlink {
    font-size: 1.4rem;
  }
  .is--ctl-primusconfigurator .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .detail-window .selectOverlay .selectBtn {
    margin-bottom: 5px;
  }
}
.is--ctl-primusconfigurator .featherlight {
  background-color: #f5f5f5;
  opacity: 1.0;
  top: 90px;
  /* Stylisierung des Scrollbalkens */
  /* Stylisierung des Daumens (Scrollbalken-Griff) */
}
.is--ctl-primusconfigurator .featherlight ::-webkit-scrollbar {
  width: 15px;
  /* Breite des Scrollbalkens */
}
.is--ctl-primusconfigurator .featherlight ::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Hintergrundfarbe des Daumens */
  border-radius: 5px;
  /* abgerundete Ecken */
}
.is--ctl-primusconfigurator .featherlight:last-of-type {
  background-color: #f5f5f5;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content {
  background: #fff;
  width: 55%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  box-shadow: 0 3px 6px #00000029;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .featherlight-close-icon {
  font-size: 3rem;
  top: 10px;
  right: 10px;
  width: auto;
  line-height: normal;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .close-link {
  width: 100%;
  display: block;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-right: 2.5rem;
  color: #283533;
  text-decoration: underline;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning {
  padding: 2rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning h2 {
  margin-top: 0;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .contentwrapper p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper {
  margin-top: 1.25rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  background-image: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right {
  display: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay .icon--arrow-right {
  display: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnOkay:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-image: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right {
  display: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel .icon--arrow-right {
  display: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content .deliverytime--warning .buttonwrapper .btnCancel:hover {
  background-image: none;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper {
  padding: 25px;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  color: #283533;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3.5rem;
  display: block;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #283533;
  padding-top: 1.25rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image {
  width: 30%;
  max-width: 250px;
  max-height: 250px;
  height: 250px;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details {
  width: 70%;
  padding-left: 5%;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-description {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-attributes {
  list-style: none;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery {
  list-style: none;
  color: #707070;
  font-size: 1rem;
  font-weight: bold;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-delivery li {
  line-height: 1.75rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
  padding-bottom: 1rem;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--articles-text {
  font-weight: bold;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .prices--tax {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .totals .sumPrice {
  color: #283533;
  font-weight: bold;
  text-align: right;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum {
  margin-top: 1.5rem;
  font-size: 1.875rem;
  display: flex;
  justify-content: end;
  margin-bottom: 6rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .item--sum .total-sum .sum--label {
  text-transform: uppercase;
  color: #283533;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart-msg-wrapper {
  color: red;
  text-align: center;
  width: 100%;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: end;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .checkout-button {
  width: 410px;
  color: #fff;
  background-color: #6ac2bf;
  border: 0;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/arrow-right.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  background-position: right 20px center;
  margin-bottom: 1rem;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .checkout-button:hover {
  background-color: #283533;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .cart-button {
  width: 410px;
  color: #6ac2bf;
  background-color: #fff;
  border: 1px solid #6ac2bf;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/arrow-right-green.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  background-position: right 20px center;
}
.is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .cart-button:hover {
  background-color: #283533;
  color: #fff;
  border: 1px solid #283533;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/arrow-right.png);
}
@media screen and (max-width: 30em) {
  .is--ctl-primusconfigurator .featherlight {
    top: 80px;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content {
    width: 100%;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--image {
    width: 20%;
    height: auto;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details {
    width: 70%;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .cart--wrapper .cart--item .item--details .item--details-title {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcart-button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .gcheckout-button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .is--ctl-primusconfigurator .featherlight .featherlight-content #konfigurator-cart .action--buttons .closeCartBtn--wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.is--ctl-primusconfigurator .disableCart {
  cursor: not-allowed;
  opacity: 0.6;
}
.is--ctl-primusconfigurator .konfigurator-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
  justify-content: space-between;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene {
  position: sticky;
  top: 50px;
  width: 60%;
  margin-left: 5%;
  overflow: hidden;
  background: #f5f5f5;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
  border: 0;
  width: 100%;
  position: relative;
  height: 60rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  margin-top: 0;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevelDef {
  opacity: 0.4;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel20 {
  opacity: 0.2;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel30 {
  opacity: 0.3;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel40 {
  opacity: 0.4;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel50 {
  opacity: 0.5;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img.transparency.lookthrough.translevel60 {
  opacity: 0.6;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox .invisible {
  display: none !important;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox {
  background: #fff;
  width: 80%;
  height: 150px;
  margin: 0 auto;
  box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.29);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 1.5rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .productinfo--title {
  text-transform: uppercase;
  font-size: 1.875rem;
  margin: 0;
  color: #283533;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--productinfo .delivery--information {
  margin: 0;
  color: #283533;
  font-weight: 500;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
  margin-right: 1.5rem;
}
.is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox .presenter-infobox--priceinfo .priceinfo--amount {
  font-size: 1.875rem;
  font-weight: bold;
  color: #6ac2bf;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories {
  margin-top: -75px;
  z-index: 5000;
  position: relative;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories span.heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  color: #35fd54;
  margin-bottom: 2rem;
  display: inline-block;
  font-weight: 600;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container {
  display: flex;
  --gap: 1.25rem;
  --columns: 3;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 85%;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container span:first-child span.text {
  max-width: 65%;
  font-size: 1.625rem;
  color: #ffffff;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container .accessories-box {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background: #8137f7 0% 0% no-repeat padding-box;
  position: relative;
  display: flex;
  min-height: 36px;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.85rem;
  border-radius: 0.313rem;
  color: #fff;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.text {
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.25rem;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  bottom: 0.188rem;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
  max-height: 5rem;
}
.is--ctl-primusconfigurator .presenter-imgbox-accessories .accessories-container .accessories-box span.close {
  background: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/smallclose.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0.313rem;
  top: -1rem;
  cursor: pointer;
}
@media screen and (max-width: 75rem) {
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 45rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-primusconfigurator .konfigurator-wrapper {
    /*flex-direction: column;*/
    /*height: 470px;
    overflow: scroll;*/
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene {
    width: 100%;
    z-index: 8;
    margin: 0;
    top: 20px;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox img {
    margin-top: -5px;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-infobox {
    display: none;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts {
    width: 100%;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts .title-window {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene {
    z-index: 11;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 95%;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-height: 50px;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 50%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene {
    z-index: 11;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 95%;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 60%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-primusconfigurator .konfigurator-wrapper {
    flex-direction: column;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox {
    height: 25rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container {
    max-width: 100%;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span:first-of-type {
    max-width: 60%;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon {
    right: 1rem;
    bottom: 0.8rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-scene .presenter-imgbox-accessories .accessories-container .accessories-box span.icon img {
    max-width: 3rem;
  }
  .is--ctl-primusconfigurator .konfigurator-wrapper .konfigurator-parts {
    padding-top: 0;
  }
}
.is--ctl-primusconfigurator .emotion--wrapper.is--fullscreen {
  max-width: none;
}
.is--ctl-primusconfigurator .emotion--wrapper.is--fullscreen .addtocartimage {
  max-width: none;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element {
  padding-bottom: 0;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .quarterimagetext .text .text--title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin-bottom: 0;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .quarterimagetext .text .text--subtitle {
  margin-top: 0.5rem;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .quarterimagetext .text ul {
  padding-left: 2rem;
  margin-bottom: 1.25rem;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element.bgimg .addtocartimage {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/ergo-gaming-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .image {
  border: 0;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .image .image--percent {
  display: none;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper {
  justify-content: center;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink {
  position: relative;
  background: transparent linear-gradient(101deg, #f7ac37 0%, #f79946 6%, #fa6970 18%, #fd359e 31%, #dc2dac 40%, #891ad2 60%, #861ad4 61%, #6333da 71%, #0c72e9 94%, #0479eb 97%, #0479eb 100%) 0% 0% no-repeat padding-box;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink::after {
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/src/images/arrow-right.png);
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background: #33ccff;
  color: #ffffff;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover::after {
  background-position: 100% center;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .titlearea .title a {
  color: #35fd54;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .description {
  color: #fff;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info-label {
  color: #35fd54;
}
.is--ctl-primusconfigurator .emotion--wrapper .emotion--element .addtocartimage .text--wrapper .price .price--info {
  color: #fff;
}
.is--ctl-primusconfigurator .imageaddtocart {
  background-color: #07013b;
}
.is--ctl-primusconfigurator .js--modal {
  background-color: #07013b;
}
.is--ctl-primusconfigurator .js--modal .panel--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  background-color: #07013b;
  color: #35fd54;
  border: 0;
  text-transform: uppercase;
}
.is--ctl-primusconfigurator .js--modal .panel--body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #fff;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .4s ease;
}
@media screen and (max-width: 64em) {
  .modal-mask {
    top: 60px;
  }
}
button {
  border: none;
  background: #F44336;
  color: #fff;
  padding: 10px;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-close .modal-x {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
  font-size: 3rem;
  top: 10px;
  right: 10px;
  width: auto;
  line-height: normal;
}
.modal-close .close-link {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-right: 2.5rem;
  color: #283533;
  text-decoration: underline;
  cursor: pointer;
}
.modal-container {
  position: relative;
  max-width: 55%;
  min-width: 330px;
  width: fit-content;
  margin: 15px auto;
  padding: 2rem;
  min-height: 80px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .2s ease;
  max-height: 95vh;
  overflow-y: auto;
}
@media screen and (max-width: 64em) {
  .modal-container {
    max-width: 75%;
  }
  .modal-container .checkout-button,
  .modal-container .cart-button {
    width: 100% !important;
  }
  .modal-container .action--buttons {
    padding: 0px !important;
  }
}
@media screen and (max-width: 30em) {
  .modal-container {
    width: 100vw;
    max-width: none;
  }
  .modal-container .item--details-title {
    font-size: 1.25rem;
  }
  .modal-container .item--details-description {
    font-size: 1.25rem;
  }
}
.modal-container .modal-content {
  margin-top: 25px;
  margin-bottom: 65px;
}
@media screen and (max-width: 64em) {
  .modal-container .modal-content {
    margin-bottom: 6rem;
  }
}
.modal-container .modal-content .chair_size_container {
  margin-top: 25px;
  margin-bottom: 35px;
}
.modal-container .modal-content .modal-power-content {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.modal-container .modal-content .modal-power-content > * {
  height: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.modal-container .modal-content .modal-power-content .jbckonfigurator--preview__canvas--wrapper {
  text-align: center;
}
.modal-container .modal-content .modal-power-content .jbckonfigurator--preview__canvas--wrapper canvas {
  width: 100%;
  height: 100%;
}
.modal-container .modal-content .modal-power-content table {
  height: 240px;
  border-spacing: 0;
  border-collapse: separate;
}
.modal-container .modal-content .modal-power-content table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.modal-container .modal-content .modal-power-content table tr:nth-child(odd) td {
  background-color: #F5F5F5;
}
.modal-container .modal-content .modal-power-content table > tr {
  vertical-align: middle;
}
.modal-container .modal-content .modal-power-content table > tr td.hole_label {
  font-weight: bold;
}
.modal-container .modal-content .modal-power-content table > tr td {
  border: none;
  padding: 0.75rem 0.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background: #ffffff;
  text-align: left;
}
.modal-container .modal-content .modal-power-content table > tr td input[type="checkbox"] {
  vertical-align: middle;
  transform: scale(1.75);
}
.modal-container .modal-content .modal-power-content table > tr td label {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.modal-container .modal-content .modal-power-content table > tr td select {
  padding: 0.25rem 0.35rem;
}
.modal-container .modal-content .modal-cart .cart--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  color: #283533;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3.5rem;
  display: block;
}
.modal-container .modal-content .modal-cart .cart--item {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #283533;
}
.modal-container .modal-content .modal-cart .cart--item .item--image {
  width: 30%;
  max-width: 250px;
  max-height: 250px;
  height: 250px;
}
.modal-container .modal-content .modal-cart .cart--item .item--details {
  width: 70%;
  padding-left: 5%;
}
.modal-container .modal-content .modal-cart .cart--item .item--details .item--details-title {
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.modal-container .modal-content .modal-cart .cart--item .item--details .item--details-description {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.modal-container .modal-content .modal-cart .cart--item .item--details .item--details-attributes {
  list-style: none;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.modal-container .modal-content .modal-cart .item--sum .totals {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  padding-bottom: 1rem;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.modal-container .modal-content .modal-cart .item--sum .totals .prices--articles-text {
  font-weight: bold;
}
.modal-container .modal-content .modal-cart .item--sum .totals .prices--tax {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
}
.modal-container .modal-content .modal-cart.action--buttons {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: end;
}
.modal-container .modal-content .modal-cart.action--buttons .checkout-button {
  width: 410px;
  color: #fff;
  background-color: #6ac2bf;
  border: 0;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/custom/project/RisErgolutionsKonfigurator/Resources/views/frontend/konfigurator/_public/src/images/arrow-right.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  background-position: right 20px center;
  margin-bottom: 1rem;
}
.modal-container .modal-content .modal-cart.action--buttons .checkout-button:hover {
  background-color: #283533;
}
.modal-container .modal-content .modal-cart.action--buttons .cart-button {
  width: 410px;
  color: #6ac2bf;
  background-color: #fff;
  border: 1px solid #6ac2bf;
  border-radius: 4px;
  height: auto;
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  background-image: url(../../custom/project/JbcErgolutionsConfigurator/Resources/views/frontend/primusconfigurator/_public/custom/project/RisErgolutionsKonfigurator/Resources/views/frontend/konfigurator/_public/src/images/arrow-right-green.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  background-position: right 20px center;
}
.modal-container .modal-content .modal-cart.action--buttons .cart-button:hover {
  background-color: #283533;
}
.modal-container h2 {
  margin-top: 0px;
}
.modal-container p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
}
.modal-actions button {
  min-width: 60px;
  border-radius: 4px;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.075rem;
  line-height: 1.75rem;
  display: inline-block;
  font-weight: normal;
  height: auto;
  background-position: right 20px center;
  width: auto;
  border: 1px solid #fff;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
  position: static;
  min-width: auto;
}
.modal-actions button:hover {
  background-color: #283533;
  color: #fff;
  border-color: #fff;
}
.modal-actions .btn-ok {
  background-color: #6ac2bf;
  color: #fff;
}
.modal-actions .btn-cancel {
  color: #6ac2bf;
  background-color: #fff;
  border-color: #6ac2bf;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (max-width: 30em) {
  .js--modal {
    top: 0 !important;
  }
}
.newsletterbox--wrapper {
  display: none;
}
.newsletterbox--wrapper--inner.no--mobile {
  display: none;
}
.newsletterbox--wrapper--inner.no--mobile:before {
  content: '';
  content: none;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  float: left;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .alert {
  display: none;
  margin-bottom: 1.25rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content #newsletterbox_email {
  margin: 0rem 0.625rem 0.625rem 0rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--privacy {
  margin-bottom: 1.25rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .privacy--content {
  display: none;
  overflow: auto;
  position: relative;
  border: 1px solid #dadae5;
  margin-top: 1.25rem;
  max-height: 18.75rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .privacy--content .privacy--content--more {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox_ajax {
  margin-top: 1.25rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox_ajax .form--ajax-loader {
  float: left;
  display: block;
  position: relative;
  top: inherit;
  right: inherit;
  margin-right: 0.625rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .privacy {
  float: left;
  margin: 0.9375rem 0rem 0.9375rem 0rem;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form #newsletterbox_email {
  width: 80%;
  float: left;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form input {
  display: none;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form input:first-child {
  display: inline-block;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .btn {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  float: left;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .button--text {
  display: none;
}
.newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .column--label {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .newsletterbox--wrapper {
    display: none;
  }
  .newsletterbox--wrapper--inner {
    display: block !important;
  }
  .newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content {
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
  }
  .newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form #newsletterbox_email {
    width: 15.625rem;
  }
  .newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .btn {
    padding: 0.125rem 0.75rem 0.125rem 2.25rem;
  }
  .newsletterbox--wrapper--inner .newsletterbox--wrapper--inner--content .newsletterbox--wrapper--inner--content--form .button--text {
    display: inherit;
  }
}
.paypal--sidebar .paypal--sidebar-inner {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.paypal--sidebar .logo--image {
  margin: auto;
}
@media screen and (min-width: 48em) {
  .paypal--sidebar {
    margin-bottom: 1.25rem;
    border: 1px solid #dadae5;
  }
  .paypal--sidebar .paypal--sidebar-inner {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
  .paypal--sidebar .paypal--sidebar-inner-returns {
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  }
}
.unified-instructions--table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
}
.unified-instructions--table tr {
  width: 100%;
}
.unified-instructions--table tr td {
  background: none;
  width: 50%;
  word-wrap: break-word;
}
.unified-instructions--table tr td.bolder {
  font-weight: bolder;
}
.unified--panel {
  margin: 1.25rem 0rem 1.25rem 0rem;
  width: 100%;
}
.unified--panel .unified--instruction {
  font-weight: bolder;
  text-align: center;
}
.unified--panel .unified-header--left-td {
  width: 45%;
  text-align: right;
}
.unified--panel .unified-header--left-td h3 {
  margin-top: 0.625rem;
}
.unified--panel .unified-header--center-td {
  min-width: 6.25rem;
  width: auto;
}
.unified--panel .unified-header--right-td {
  width: 45%;
}
.unified--panel .unified-legal--message {
  text-align: center;
}
.finish--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.finish--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #333 #CCC #CCC #CCC;
}
@media screen and (min-width: 30em) {
  .unified-instructions--container {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .unified-instructions--table {
    width: 80%;
    border: 1px solid #dadae5;
    border-radius: 3px;
  }
  .unified-instructions--table tr {
    width: 100%;
  }
  .unified-instructions--table tr td {
    font-size: inherit;
  }
  .unified-instructions--table tr td.bolder {
    font-size: inherit;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .unified-instructions--table {
    width: 50%;
  }
}
.paypal-unified--error {
  margin-bottom: 1.25rem;
}
.paypal--payment-selection .is--plus-container {
  border-bottom: 0;
}
.paypal--payment-selection .is--plus-container .method--label {
  display: none;
}
.paypal--payment-selection .is--plus-container #ppplus {
  padding: 0;
  margin: 0;
}
.paypal--payment-selection .is--plus-container #ppplus iframe {
  top: -1.625rem;
  position: relative;
}
.paypal--payment-selection .is--plus-container .method--description {
  position: relative;
  width: 100%;
  display: block;
}
.paypal--payment-selection .is--plus-container.payment--method {
  margin-bottom: -1.75rem;
  padding: 0;
  height: inherit;
}
.paypal--payment-selection .is--plus-container.payment--method:hover {
  background-color: white;
}
.paypal--payment-selection .is--plus-container.payment--method.js--is-active,
.paypal--payment-selection .is--plus-container.payment--method.is--active {
  background-color: white;
}
.paypal--payment-selection .is--plus-container.payment--method.js--is-active:after,
.paypal--payment-selection .is--plus-container.payment--method.is--active:after {
  display: none;
}
.paypal--payment-selection .method--input {
  display: none;
}
.paypal--payment-selection .payment--method {
  font-size: 0.6875rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  color: #3f3f3f;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  position: relative;
  cursor: pointer;
  height: inherit;
}
.paypal--payment-selection .payment--method:after {
  content: "";
  display: table;
  clear: both;
}
.paypal--payment-selection .payment--method:hover {
  background-color: #f9f9f9;
}
.paypal--payment-selection .payment--method.js--is-active,
.paypal--payment-selection .payment--method.is--active {
  cursor: default;
  background-color: #f9f9f9;
}
.paypal--payment-selection .payment--method.js--is-active .method--name,
.paypal--payment-selection .payment--method.is--active .method--name {
  font-weight: bold;
}
.paypal--payment-selection .payment--method.js--is-active .method--label,
.paypal--payment-selection .payment--method.is--active .method--label {
  width: 100%;
}
.paypal--payment-selection .payment--method.js--is-active .method--description,
.paypal--payment-selection .payment--method.is--active .method--description {
  padding-left: 0.5rem;
  display: block;
}
.paypal--payment-selection .payment--method.js--is-active:after,
.paypal--payment-selection .payment--method.is--active:after {
  height: 1.125rem;
  width: 1.4375rem;
  right: 0.5rem;
  top: 0.9375rem;
  content: '';
  position: absolute;
  background: url('https://www.paypalobjects.com/webstatic/ppplus/icons/checkmark.png') no-repeat;
}
.paypal--payment-selection .payment--method:last-child {
  border-bottom: 0;
}
.paypal--payment-selection .method--label {
  padding-left: 0.5rem;
  width: 17%;
  float: left;
}
.paypal--payment-selection .method--description {
  display: none;
  float: left;
  width: 65%;
}
.paypal--payment-selection .method--name {
  font-size: 0.75rem;
  color: #3f3f3f;
  font-weight: normal;
  cursor: pointer;
}
.paypal--payment-selection .method--bankdata {
  text-align: center;
  clear: both;
}
@media screen and (min-width: 48em) {
  .paypal--payment-selection .is--plus-container #ppplus {
    margin-bottom: -2.9375rem;
    padding: 0;
    width: 100%;
  }
  .paypal--payment-selection .is--plus-container #ppplus iframe {
    top: -2.875rem;
  }
  .paypal--payment-selection .payment--method.js--is-active .method--label,
  .paypal--payment-selection .payment--method.is--active .method--label {
    width: 17%;
  }
  .paypal--payment-selection .payment--method.js--is-active .method--description,
  .paypal--payment-selection .payment--method.is--active .method--description {
    width: 66%;
  }
  .paypal--payment-selection .payment--method:last-child {
    border-bottom: 1px solid #dadae5;
  }
}
.paypal-unified-installments-banner--product-detail {
  margin-bottom: 0.625rem;
}
.paypal-unified-installments-banner--cart {
  margin-top: 1.25rem;
}
.paypal-unified-ec--outer-button-container:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-unified-ec--button-container {
  margin-top: 0.625rem;
}
.product--table .paypal-unified-ec--button-container {
  margin-top: 0rem;
}
.register--login .paypal-unified-ec--outer-button-container {
  line-height: normal;
}
.paypal-unified-ec--button-placeholder {
  height: 2.1875rem;
}
.paypal-unified-ec--button-placeholder-has-pay-later-button {
  height: 4.375rem;
}
@media screen and (min-width: 30em) {
  .product--table .paypal-unified-ec--button-container {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .product--table .paypal-unified-ec--button-container {
    margin-top: -0.3125rem;
    margin-bottom: 0.625rem;
  }
}
.paypal-unified--error-message {
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3;
  background-clip: padding-box;
  width: 100%;
  border: 1px solid #dadae5;
}
.paypal-button-width--small {
  width: 9.375rem;
}
.paypal-button-width--medium {
  width: 15.625rem;
}
.paypal-button-width--large {
  width: 21.875rem;
  max-width: 100%;
}
.paypal-button-width--responsive {
  width: 100%;
  text-align: right;
}
.paypal-unified--smart-payment-buttons {
  float: right;
}
#paypal-acdc-form .paypal--acdc-submit-error {
  margin-bottom: 0.5rem;
}
#paypal-acdc-form .acdc-column-container {
  -webkit-column-count: 2;
  column-count: 2;
}
#paypal-acdc-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.5rem;
}
#paypal-acdc-form .field {
  height: 2.375rem;
  margin-bottom: 0.5rem;
  width: unset;
}
.swag-payment-paypal-unified-pay-upon-invoice-legal-text-container {
  width: 14.9375rem;
}
.swag-payment-paypal-unified-pay-upon-invoice-legal-text-container .swag-payment-paypal-unified-pay-upon-invoice-legal-text {
  font-size: 0.75rem;
  padding-bottom: 0.9375rem;
}
.pay-upon-invoice--extra-fields .pui-extra-field {
  margin-bottom: 0.5rem;
}
.pay-upon-invoice--extra-fields .pui--phone,
.pay-upon-invoice--extra-fields .pui--birthday {
  width: 16.5625rem;
}
.pay-upon-invoice--extra-fields .select-field,
.pay-upon-invoice--extra-fields .js--fancy-select {
  width: auto;
}
.chevron.green {
  background-color: #269178;
  display: inline-block;
}
.chevron.green::before {
  color: #fff;
}
.chevron.blue::before {
  color: #065289;
}
.chevron {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: none;
  position: relative;
  padding-top: 4px;
  padding-left: 2px;
  margin-left: 5px;
}
.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: 0;
  position: relative;
  top: 0;
  transform: rotate(135deg);
  vertical-align: top;
  width: 8px;
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.tpokonfigurator--panel-controls--dots .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  bottom: -8px;
  list-style-type: none;
}
.tpokonfigurator--panel-controls--dots .slick-dots li {
  margin: 0 0.25rem;
}
.tpokonfigurator--panel-controls--dots .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #88715A;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
.tpokonfigurator--panel-controls--dots .slick-dots li.slick-active button {
  background-color: #C7B8A8;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table {
  cursor: pointer;
  display: flex;
  margin-top: 10px;
  padding: 5px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  position: relative;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body h4,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body h4 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 1rem;
  color: #000000;
  font-weight: normal;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body table,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body table {
  font-size: 1.125rem;
  line-height: 1.2em;
  border-spacing: 0;
  width: 100%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body table tr:nth-child(even),
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body table tr:nth-child(even) {
  background-color: #ebebeb;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body table td,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body table td {
  border: 0;
  background-color: inherit;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body .innertable,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body .innertable {
  margin-bottom: 1rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body .innertable td,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body .innertable td {
  padding-left: 1rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__heading td,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__heading td {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__label,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__label {
  font-size: 1.125rem;
  color: #011127;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__value,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__body .innertable .tpokonfigurator--options-table__value {
  font-size: 1.125rem;
  color: #88715a;
  width: 66%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__pricewrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__pricewrapper {
  display: inline-block;
  text-align: right;
  line-height: 1.5;
  margin-right: 50px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__pricewrapper .tpokonfigurator--options-table__pricewrapper--title,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__pricewrapper .tpokonfigurator--options-table__pricewrapper--title {
  display: inline-block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__pricewrapper .tpokonfigurator--options-table__pricewrapper--total-price,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__pricewrapper .tpokonfigurator--options-table__pricewrapper--total-price {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__head,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__head {
  width: 65%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__body,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__body {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__pricewrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--closed .tpokonfigurator--options-table__pricewrapper {
  width: 29%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--open,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--open {
  flex-direction: column;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__head,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__head {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__body,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__body {
  display: block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__pricewrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table.toggle--open .tpokonfigurator--options-table__pricewrapper {
  display: block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__head--title,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__head--title {
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #03294d;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--options-table__head--title span,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--options-table__head--title span {
  color: #065289;
  text-decoration: underline;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--preview__canvas--wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--preview__canvas--wrapper {
  width: 100%;
  min-height: 300px;
  display: flex;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--preview__canvas--wrapper .tpokonfigurator--preview__canvas,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--preview__canvas--wrapper .tpokonfigurator--preview__canvas {
  width: 37vw !important;
  height: 37vw !important;
  min-width: 300px;
  min-height: 300px;
  margin: 0 auto;
  max-width: 1072px;
  max-height: 1072px;
}
.konfiguratorpanel .bulletpoint--wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--title {
  background-color: #dfd6ce;
  color: #897158;
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: row;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title {
  padding: 1.25rem 2rem;
  padding-top: 0;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title .product--type {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title .product--name {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  display: inline-block;
  color: #897158;
  margin-top: 0.25rem;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .description {
  font-size: 1.25rem;
  font-weight: bold;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets {
  margin-top: 2rem;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets ul {
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  list-style-type: none;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets ul li {
  background: url(../../custom/project/TpoKonfigurator/Resources/views/frontend/wunschtischplatte/_public/src/images/checkitem.svg) no-repeat 0 3px;
  background-size: 15px 15px;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  padding-left: 25px;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets .bullet--title {
  font-size: 1.5rem;
  color: #c7b8a8;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets .flags--wrapper {
  max-width: 40%;
  margin: 1.25rem auto;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets .flags--wrapper img {
  width: 100%;
  margin-bottom: 1.25rem;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .badges {
  margin-top: 2rem;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .badges .badge--title {
  font-size: 1.5rem;
  color: #c7b8a8;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .badges .badge--image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
.konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .badges .badge--description {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 64em) {
  .konfiguratorpanel + .konfiguratorpanel {
    flex-direction: column !important;
  }
  .konfiguratorpanel + .konfiguratorpanel .tpokonfigurator--options-table {
    width: 100% !important;
  }
  .konfiguratorpanel + .konfiguratorpanel .bulletpoint--wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--title {
    line-height: 2.25rem;
    padding: 0.5rem 2.5rem !important;
  }
  .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product {
    flex-direction: column;
  }
  .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--img {
    width: 50%;
    margin: 0 auto;
  }
  .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .usage-bullets ul {
    margin-left: 0;
  }
}
.tpokonfigurator--panel__holes table {
  border-spacing: 0;
}
.tpokonfigurator--panel__holes table tr:nth-child(odd) {
  background-color: #dfd6ce;
}
.tpokonfigurator--panel__holes table tr:nth-child(odd) td {
  background-color: #dfd6ce;
}
.tpokonfigurator--panel__holes table tr td {
  border: none;
  padding: 0.75rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: left;
}
.tpokonfigurator--panel__holes table tr td label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-left: 0.75rem;
}
.tpokonfigurator--panel__holes table tr td input[type="checkbox"] {
  vertical-align: middle;
  transform: scale(1.75);
}
.tpokonfigurator--panel__holes table tr td.hole_label {
  font-weight: bold;
}
.tpokonfigurator--panel__holes .tpokonfigurator--panel__holes-cover-size {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: flex;
  justify-content: start;
}
.tpokonfigurator--panel__holes .tpokonfigurator--panel__holes-cover-size .hole-size {
  width: 50%;
  display: flex;
}
.tpokonfigurator--panel__holes .tpokonfigurator--panel__holes-cover-size .hole-size .hole-size__text label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: bold;
  margin-left: 0.5rem;
}
@media (max-width: 64em) {
  .tpokonfigurator--panel__holes table tr td label {
    margin-left: 0;
  }
  .tpokonfigurator--panel__holes table tr td input[type="checkbox"] {
    transform: inherit;
  }
}
.tpokonfigurator--panel__holes-cover-6cm {
  margin-top: 2.5rem;
}
.tpokonfigurator--panel__holes-cover-6cm .cover-selection {
  margin-top: 1rem;
}
.tpokonfigurator--panel__holes-cover-6cm .cover-selection label {
  color: #283533;
  font-size: 1rem;
  font-weight: bold;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .none-container {
  display: none;
  width: 100%;
  margin-bottom: 1rem;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .none-container input {
  margin-left: 1px;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .cover-container {
  width: 20%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .cover-container.disabled img {
  opacity: 0.5;
  cursor: not-allowed;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .cover-container .cover-none {
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tpokonfigurator--panel__holes-cover-6cm .tpokonfigurator--panel__holes-cover--wrapper .cover-container .cover-none p {
  margin: 0px;
  font-size: 1rem;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-price-per-piece,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-price-per-piece {
  margin-top: 15px;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-price,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-price {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 5px;
  color: #065289;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-vat,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-vat {
  margin-bottom: 15px;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order ul.tpokonfigurator--panel__order--benefits,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order ul.tpokonfigurator--panel__order--benefits {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
  margin-top: 1.25rem;
  list-style-type: none;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order ul.tpokonfigurator--panel__order--benefits li,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order ul.tpokonfigurator--panel__order--benefits li {
  background: url(../../custom/project/TpoKonfigurator/Resources/views/frontend/wunschtischplatte/_public/src/images/checkitem_green.svg) no-repeat 0 0;
  background-size: 15px 15px;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  padding-left: 25px;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row {
  display: flex;
  margin-top: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .buybox--button,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .buybox--button {
  line-height: 1.75rem;
  margin: 0;
  margin-left: 1.25rem;
  color: #000;
  border: 2px solid #000;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .buybox--button:hover,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .buybox--button:hover {
  color: #fff;
  background-color: #065289;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity {
  display: inline-flex;
  border: 0;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity > div,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity > div {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 10px 10px;
  cursor: pointer;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity div.tpokonfigurator--panel__order--content-quantity-display-quantity,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity div.tpokonfigurator--panel__order--content-quantity-display-quantity {
  padding: 0;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity div.tpokonfigurator--panel__order--content-quantity-display-quantity input,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity div.tpokonfigurator--panel__order--content-quantity-display-quantity input {
  color: #6f6f6f;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
  position: relative;
  height: 3rem;
  text-align: center;
  width: 3rem;
  display: inline-block;
  resize: vertical;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity-decrement,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity-decrement,
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity-increment,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-quantity-increment {
  background-color: #ebebeb;
  height: 3rem;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-qty-and-add-tocart-line,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .addtocart-row .tpokonfigurator--panel__order--content-qty-and-add-tocart-line {
  margin-top: 15px;
  display: flex;
  justify-content: start;
}
.is--ctl-shelfes .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-product-number,
.is--ctl-wunschtischplatte .tpokonfigurator--panel .tpokonfigurator--panel__order .tpokonfigurator--panel__order--content-product-number {
  margin-top: 15px;
}
.is--ctl-shelfes .featherlight-content #edgingPreview,
.is--ctl-wunschtischplatte .featherlight-content #edgingPreview {
  display: initial;
}
.is--ctl-shelfes .featherlight-content #edgingPreview img,
.is--ctl-wunschtischplatte .featherlight-content #edgingPreview img {
  display: initial !important;
}
.is--ctl-shelfes .featherlight-content #edgingPreview .tpokonfigurator--panel__edging--material-zoom-title,
.is--ctl-wunschtischplatte .featherlight-content #edgingPreview .tpokonfigurator--panel__edging--material-zoom-title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  width: 100%;
  margin-top: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview {
  background-color: #ebebeb;
  border-radius: 8px;
  margin-top: 8px;
  padding: 5px;
  display: flex;
  padding-right: 2rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .edging--wrapper-subtitle,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .edging--wrapper-subtitle {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-wrapper {
  padding-top: 7px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-wrapper .tpokonfigurator--panel__edging--material-title,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-wrapper .tpokonfigurator--panel__edging--material-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-change,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-change {
  margin-top: auto;
  display: flex;
  justify-content: end;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-change a,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .edging--wrapper .tpokonfigurator--panel__edging--material-title-change a {
  text-decoration: underline;
  font-size: 0.85rem;
  color: #065289;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-preview-square,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-preview-square {
  width: 58px;
  height: 58px;
  border: 1px solid lightgrey;
  display: inline-block;
  margin: 5px 20px 5px 10px;
  position: relative;
  background-size: 58px 58px;
  background-color: #ffffff;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-preview-zoom,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-preview-zoom {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview #edgingSelector,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview #edgingSelector {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview #edgingPreview,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview #edgingPreview {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-subtitle,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__edging--material-preview .tpokonfigurator--panel__edging--material-subtitle {
  color: #88715a;
}
.is--ctl-shelfes .edging--body,
.is--ctl-wunschtischplatte .edging--body {
  text-align: center;
}
.is--ctl-shelfes .edging--body .edging--body__title,
.is--ctl-wunschtischplatte .edging--body .edging--body__title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.is--ctl-shelfes .edging--body .edging--body__slogan,
.is--ctl-wunschtischplatte .edging--body .edging--body__slogan {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
}
.is--ctl-shelfes .edging--body .edging--body__item-container,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container {
  display: inline-flex;
  justify-content: center;
  width: 80%;
  flex-wrap: wrap;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box {
  width: 19%;
  margin-right: 1%;
  margin-top: 1rem;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes {
  margin-top: 5px;
  display: flex;
  cursor: pointer;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes .edging--body__item-box--size,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes .edging--body__item-box--size {
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 33%;
  padding: 5px;
  margin-right: 3px;
  background-color: #ebebeb;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes .edging--body__item-box--size:last-child,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--sizes .edging--body__item-box--size:last-child {
  margin-right: 0;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__image-link,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__image-link {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #065289;
  cursor: pointer;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--image,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--image .edging--body__image,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--image .edging--body__image {
  width: 200px;
  height: 75px;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--title,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--title {
  margin-top: 10px;
  font-weight: 600;
}
.is--ctl-shelfes .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--price,
.is--ctl-wunschtischplatte .edging--body .edging--body__item-container .edging--body__item-box .edging--body__item-box--price {
  font-weight: lighter;
}
@media screen and (max-width: 30em) {
  .is--ctl-shelfes .edging .edging--body .edging--body__item-container,
  .is--ctl-wunschtischplatte .edging .edging--body .edging--body__item-container {
    width: 90%;
  }
  .is--ctl-shelfes .edging .edging--body .edging--body__item-container .edging--body__item-box,
  .is--ctl-wunschtischplatte .edging .edging--body .edging--body__item-container .edging--body__item-box {
    width: 45%;
  }
}
.producttype--local-menu__wrapper {
  display: flex;
}
.producttype--local-menu__wrapper .producttype--local-menu__button {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  display: inline-block;
  border: 1px solid #c7b8a8;
  background-color: #fff;
  color: #c7b8a8;
  margin-right: 15px;
  padding: 8px 40px;
  text-transform: uppercase;
  margin-top: 15px;
}
.producttype--local-menu__wrapper .producttype--local-menu__button a {
  color: #c7b8a8;
}
.producttype--local-menu__wrapper .producttype--local-menu__button.active {
  background-color: #065289;
  color: #fff;
  border: 1px solid #065289;
}
.producttype--local-menu__wrapper .producttype--local-menu__button.active a {
  color: #fff;
}
.producttype--local-menu__wrapper .producttype--local-menu__button:hover {
  background-color: #c7b8a8;
  color: #fff;
  border: 1px solid #c7b8a8;
}
.producttype--local-menu__wrapper .producttype--local-menu__button:hover a {
  color: #fff;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: flex;
  justify-content: start;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content .thickness-edge .thickness-edge__text label,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content .thickness-edge .thickness-edge__text label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  margin-left: 0.5rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content .thickness-edge.disabled label,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content .thickness-edge.disabled label {
  color: #707070;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 0 0;
  padding: 8px 10px;
  width: 110px;
  height: 40px;
  background-color: transparent;
  color: #88715a;
  border: 1px solid #c7b8a8;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.disabled,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.disabled {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  background-color: #fff;
  cursor: not-allowed;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.active,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.active {
  color: #fff;
  border-color: transparent;
  background-color: #065289;
  line-height: 1.5;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.active .chevron,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button.active .chevron {
  display: inline-block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button:hover,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel__thickness-edge .tpokonfigurator--panel__content a.thickness-edge__button:hover {
  color: #fff;
  background-color: #c7b8a8;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
[v-cloak] {
  display: none;
}
.is--ctl-shelfes .sidebar-main,
.is--ctl-wunschtischplatte .sidebar-main {
  display: none;
}
.is--ctl-shelfes .sidebar-main.is--open,
.is--ctl-wunschtischplatte .sidebar-main.is--open {
  display: block;
}
.is--ctl-shelfes .tpokonfigurator,
.is--ctl-wunschtischplatte .tpokonfigurator {
  max-width: 120rem;
  padding: 0 9rem;
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: flex-start;
  align-content: flex-start;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--options-table,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--options-table {
  width: 66%;
  margin-top: 0;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper {
  margin-left: 1.5rem;
  width: 33%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper h1.bulletpoint--title,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper h1.bulletpoint--title {
  background-color: #dfd6ce;
  color: #897158;
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: row;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .bulletpoint--wrapper .bulletpoint--content .bulletpoint--product .product--title {
  padding: 1.25rem 2rem;
  padding-top: 0;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .maintitle,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .maintitle {
  text-transform: uppercase;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .secondary--title,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .secondary--title {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview {
  width: 100%;
}
.is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview,
.is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview {
  padding-left: 0;
}
@media (max-width: 64em) {
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel {
    padding: 0 12px;
  }
}
@media (max-width: 30em) {
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel {
    flex-direction: column;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview {
    width: 100%;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview .tpokonfigurator--panel__producttype .tpokonfigurator--panel__surface--content .producttype--local-menu__wrapper .producttype--local-menu__button,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview .tpokonfigurator--panel__producttype .tpokonfigurator--panel__surface--content .producttype--local-menu__wrapper .producttype--local-menu__button {
    padding: 8px 25px;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--preview {
    padding-left: 0;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content {
    display: flex;
    flex-wrap: wrap;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image {
    -ms-flex: 48%;
    /* IE 10 */
    flex: 48%;
    max-width: 50%;
    margin-right: 0px;
    height: 110px;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image:hover,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image:hover {
    cursor: pointer;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content .tpokonfigurator--panel__thickness--button,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content .tpokonfigurator--panel__thickness--button {
    margin: 15px 7px 7px 0px;
    -ms-flex: 30%;
    /* IE 10 */
    flex: 30%;
    max-width: 33%;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content input[type="text"],
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content input[type="text"],
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content input[type="number"],
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content input[type="number"] {
    font-size: 16px;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content .tpokonfigurator--panel__content-prefix,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content .tpokonfigurator--panel__content-prefix {
    width: 100%;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content .tpokonfigurator--panel__content-form-subtitle,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__dimensions--content .tpokonfigurator--panel__content-form-subtitle {
    padding-left: 100px;
    text-align: left;
    padding-right: 0px;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__edging--content .tpokonfigurator--panel__edging--content-container,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__edging--content .tpokonfigurator--panel__edging--content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is--ctl-shelfes .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__edging--content .tpokonfigurator--panel__edging--content-container .tpokonfigurator--panel__edging-content-image,
  .is--ctl-wunschtischplatte .tpokonfigurator .konfiguratorpanel .tpokonfigurator--panel .tpokonfigurator--panel__edging--content .tpokonfigurator--panel__edging--content-container .tpokonfigurator--panel__edging-content-image {
    height: auto;
    margin: 5px 0px;
    -ms-flex: 32%;
    /* IE 10 */
    flex: 32%;
    max-width: 32%;
  }
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--preview,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--preview {
  width: 66%;
  display: inline-block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel {
  margin-left: 1.5rem;
  width: 33%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  color: #011127;
  font-weight: 700;
  border-top: 2px dashed #000000;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--dots,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--dots {
  margin-top: 1rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--dots .slick-dots li,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--dots .slick-dots li {
  width: 15px;
  height: 15px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__title,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__title {
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content {
  min-height: 80px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface {
  margin-bottom: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview {
  background-color: #ebebeb;
  border-radius: 8px;
  margin-top: 8px;
  padding: 5px;
  display: flex;
  padding-right: 2rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview .surface--wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview .surface--wrapper {
  width: 100%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview .surface--wrapper .surface--wrapper-subtitle,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview .surface--wrapper .surface--wrapper-subtitle {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__dimensions-paint,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__dimensions-paint {
  margin-bottom: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview-square,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview-square {
  width: 58px;
  height: 58px;
  border: 1px solid lightgrey;
  display: inline-block;
  margin: 5px 20px 5px 10px;
  position: relative;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview-zoom,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-preview-zoom {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel #materialPreview,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel #materialPreview {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-wrapper,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-wrapper {
  padding-top: 7px;
  width: 100%;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-subtitle,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-subtitle {
  color: #88715a;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-change,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-change {
  margin-top: auto;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-change a,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__surface--material-title-change a {
  text-decoration: underline;
  font-size: 0.85rem;
  color: #065289;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content {
  margin-top: 10px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image {
  display: inline-block;
  height: 50px;
  margin: 5px 20px 10px 0;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image:hover,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__baseform--content .tpokonfigurator--panel__baseform-content-image:hover {
  cursor: pointer;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content {
  display: flex;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 0 0;
  padding: 8px 10px;
  width: 110px;
  height: 40px;
  background-color: transparent;
  color: #88715a;
  border: 1px solid #c7b8a8;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button.active,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button.active {
  color: #fff;
  border-color: transparent;
  background-color: #065289;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button.active .chevron,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button.active .chevron {
  display: inline-block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button:hover,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__thickness--content a.tpokonfigurator--panel__thickness--button:hover {
  color: #fff;
  background-color: #c7b8a8;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content p,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content input[type="text"],
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content input[type="text"],
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content input[type="number"],
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content input[type="number"] {
  height: 40px;
  margin: 5px;
  text-align: end;
  border: 1px solid #88715a;
  color: #88715a;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .tpokonfigurator--panel__content-prefix,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .tpokonfigurator--panel__content-prefix {
  width: 120px;
  display: inline-block;
  padding: 0 5px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .tpokonfigurator--panel__content-form-subtitle,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .tpokonfigurator--panel__content-form-subtitle {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  width: 100%;
  text-align: right;
  padding-right: 86px;
  margin-bottom: 15px;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .drilling--position,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__content .drilling--position {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging--content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging--content {
  margin-top: 0.5rem;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging--content-text,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging--content-text,
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__paint--content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__paint--content,
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__order--content,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__order--content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging-content-image,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging-content-image {
  display: inline-block;
  height: 60px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}
.is--ctl-shelfes .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging-content-image.active,
.is--ctl-wunschtischplatte .tpokonfigurator .tpokonfigurator--panel .tpokonfigurator--panel__edging-content-image.active {
  border: 2px solid #03294d;
}
@media (max-width: 64em) {
  .is--ctl-shelfes .tpokonfigurator,
  .is--ctl-wunschtischplatte .tpokonfigurator {
    padding: 0 12px;
  }
}
@media (max-width: 30em) {
  .is--ctl-shelfes .tpokonfigurator,
  .is--ctl-wunschtischplatte .tpokonfigurator {
    padding: 0 12px;
  }
}
.is--ctl-shelfes .featherlight-content #materialPreview,
.is--ctl-wunschtischplatte .featherlight-content #materialPreview {
  display: initial;
}
.is--ctl-shelfes .featherlight-content #materialPreview img,
.is--ctl-wunschtischplatte .featherlight-content #materialPreview img {
  display: initial !important;
}
.is--ctl-shelfes .featherlight-content #materialPreview .tpokonfigurator--panel__surface--material-zoom-title,
.is--ctl-wunschtischplatte .featherlight-content #materialPreview .tpokonfigurator--panel__surface--material-zoom-title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  width: 100%;
  margin-top: 1.25rem;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .flex,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .flex {
  margin-top: 15px;
  display: flex;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .flex > div,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .flex > div {
  width: 50%;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .form-control,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .form-control {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"],
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"] {
  display: inline-grid;
  place-content: center;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 0.0125em solid #88715a;
  border-radius: 50%;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 10px 0 0;
  cursor: pointer;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"]::before,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #065289;
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"]:checked::before,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint .form-control input[type="radio"]:checked::before {
  transform: scale(1);
}
.is--ctl-shelfes .tpokonfigurator--panel__dimensions-paint label,
.is--ctl-wunschtischplatte .tpokonfigurator--panel__dimensions-paint label {
  display: inline-block;
}
.is--ctl-shelfes .featherlight #materialSelector,
.is--ctl-wunschtischplatte .featherlight #materialSelector {
  display: initial;
}
.is--ctl-shelfes .featherlight #coatingWarning,
.is--ctl-wunschtischplatte .featherlight #coatingWarning {
  display: initial;
}
.is--ctl-shelfes .featherlight #thicknessWarning,
.is--ctl-wunschtischplatte .featherlight #thicknessWarning {
  display: initial;
}
.is--ctl-shelfes .featherlight #thicknessWarning8mm,
.is--ctl-wunschtischplatte .featherlight #thicknessWarning8mm {
  display: initial;
}
.is--ctl-shelfes .featherlight #thicknessEdgeWarning,
.is--ctl-wunschtischplatte .featherlight #thicknessEdgeWarning {
  display: inline;
}
.is--ctl-shelfes .featherlight #thicknessEdgeUnavailableWarning,
.is--ctl-wunschtischplatte .featherlight #thicknessEdgeUnavailableWarning {
  display: inline;
}
.is--ctl-shelfes .featherlight #thicknessEdgeMelaminWarning,
.is--ctl-wunschtischplatte .featherlight #thicknessEdgeMelaminWarning {
  display: inline;
}
.is--ctl-shelfes .featherlight #thicknessEdgeMelaminWarning2,
.is--ctl-wunschtischplatte .featherlight #thicknessEdgeMelaminWarning2 {
  display: inline;
}
.is--ctl-shelfes .featherlight #thicknessEdgeEchtholzWarning,
.is--ctl-wunschtischplatte .featherlight #thicknessEdgeEchtholzWarning {
  display: inline;
}
.is--ctl-shelfes .featherlight #thicknessedgeunavailablewarning8mm,
.is--ctl-wunschtischplatte .featherlight #thicknessedgeunavailablewarning8mm {
  display: inline;
}
.is--ctl-shelfes #materialSelector,
.is--ctl-wunschtischplatte #materialSelector {
  display: none;
}
.is--ctl-shelfes #thicknessWarning,
.is--ctl-wunschtischplatte #thicknessWarning {
  display: none;
}
.is--ctl-shelfes #thicknessWarning8mm,
.is--ctl-wunschtischplatte #thicknessWarning8mm {
  display: none;
}
.is--ctl-shelfes #coatingWarning,
.is--ctl-wunschtischplatte #coatingWarning {
  display: none;
}
.is--ctl-shelfes #thicknessEdgeWarning,
.is--ctl-wunschtischplatte #thicknessEdgeWarning {
  display: none;
}
.is--ctl-shelfes #thicknessEdgeUnavailableWarning,
.is--ctl-wunschtischplatte #thicknessEdgeUnavailableWarning {
  display: none;
}
.is--ctl-shelfes #thicknessEdgeEchtholzWarning,
.is--ctl-wunschtischplatte #thicknessEdgeEchtholzWarning {
  display: none;
}
.is--ctl-shelfes #thicknessEdgeMelaminWarning,
.is--ctl-wunschtischplatte #thicknessEdgeMelaminWarning {
  display: none;
}
.is--ctl-shelfes #thicknessEdgeMelaminWarning2,
.is--ctl-wunschtischplatte #thicknessEdgeMelaminWarning2 {
  display: none;
}
.is--ctl-shelfes #thicknessedgeunavailablewarning8mm,
.is--ctl-wunschtischplatte #thicknessedgeunavailablewarning8mm {
  display: none;
}
.is--ctl-shelfes .tpokonfigurator--options-table.toggle--closed .left--bar,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table.toggle--closed .left--bar {
  transform: rotate(0deg);
  left: 4px;
  top: 8px;
}
.is--ctl-shelfes .tpokonfigurator--options-table.toggle--closed .right--bar,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table.toggle--closed .right--bar {
  transform: rotate(-90deg);
  top: 8px;
  left: 10px;
}
.is--ctl-shelfes .tpokonfigurator--options-table.toggle--open .left--bar,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table.toggle--open .left--bar {
  transform: rotate(90deg);
  left: 4px;
  top: 6px;
}
.is--ctl-shelfes .tpokonfigurator--options-table.toggle--open .right--bar,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table.toggle--open .right--bar {
  transform: rotate(0deg);
  top: 6px;
  left: 10px;
}
.is--ctl-shelfes .tpokonfigurator--options-table .tpokonfigurator--options-table__button-switch,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table .tpokonfigurator--options-table__button-switch {
  width: 25px;
  height: 25px;
  background-position-x: right;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 10px;
}
.is--ctl-shelfes .tpokonfigurator--options-table .tpokonfigurator--options-table__button-switch .tpokonfigurator--options-table__button-switch--bars,
.is--ctl-wunschtischplatte .tpokonfigurator--options-table .tpokonfigurator--options-table__button-switch .tpokonfigurator--options-table__button-switch--bars {
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 11px;
  transition: all 0.25s;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls {
  display: flex;
  justify-content: space-between;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--arrow-left,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--arrow-left,
.is--ctl-shelfes .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--arrow-right,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--arrow-right {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--single-dot,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--single-dot {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.833' height='9.833' viewBox='0 0 9.833 9.833'%3E%3Cg id='Rechteck_839' data-name='Rechteck 839' transform='translate(9.833 9.833) rotate(180)' fill='%23fff' stroke='%2388715a' stroke-width='1'%3E%3Crect width='9.833' height='9.833' rx='4.916' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='8.833' height='8.833' rx='4.416' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 2px;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--single-dot.active,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .tpokonfigurator--panel-controls--single-dot.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.833' height='9.833' viewBox='0 0 9.833 9.833'%3E%3Cg id='Rechteck_840' data-name='Rechteck 840' transform='translate(9.833 9.833) rotate(180)' fill='%23c7b8a8' stroke='%2388715a' stroke-width='1'%3E%3Crect width='9.833' height='9.833' rx='4.916' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='8.833' height='8.833' rx='4.416' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}
.is--ctl-shelfes .tpokonfigurator--panel-controls [class^=arr-],
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls [class^=arr-] {
  border: solid currentColor;
  border-width: 0 .1em .1em 0;
  display: inline-block;
  padding: .2em;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls .arrow-box-right,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .arrow-box-right {
  padding: 0 6px;
  display: inline-block;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin: 0 12px;
  background-image: url(../../custom/project/TpoKonfigurator/Resources/views/frontend/wunschtischplatte/_public/src/images/rechteck.png);
  background-size: 28px 28px;
}
.is--ctl-shelfes .tpokonfigurator--panel-controls .arrow-box-left,
.is--ctl-wunschtischplatte .tpokonfigurator--panel-controls .arrow-box-left {
  padding: 0 6px;
  display: inline-block;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  background-image: url(../../custom/project/TpoKonfigurator/Resources/views/frontend/wunschtischplatte/_public/src/images/rechteck.png);
  background-size: 28px 28px;
  transform: rotate(180deg);
}
@media screen and (max-width: 30em) {
  .is--ctl-shelfes .sidebar-main,
  .is--ctl-wunschtischplatte .sidebar-main {
    display: none;
  }
  .is--ctl-shelfes .sidebar-main.is--open,
  .is--ctl-wunschtischplatte .sidebar-main.is--open {
    display: block;
  }
}
@media screen and (min-width: 30em) {
  .is--ctl-shelfes .sidebar-main,
  .is--ctl-wunschtischplatte .sidebar-main {
    display: none !important;
  }
}
.is--ctl-oberflaeche .stage-media {
  height: 320px;
  background-color: #ebebeb;
  position: relative;
  background-size: cover !important;
}
.is--ctl-oberflaeche .stage-media .stage-infos {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17%;
  right: 4.75rem;
  max-width: 350px;
}
.is--ctl-oberflaeche .stage-media .stage-infos .stage-infos--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  color: #283533;
}
.is--ctl-oberflaeche .stage-media .stage-infos .stage-infos--divider {
  height: 15px;
  background: url(../../custom/project/TpoKonfigurator/Resources/views/frontend/oberflaeche/_public/src/images/listingheader.svg) no-repeat center;
  margin-bottom: 1.875rem;
  margin-top: 0.5rem;
}
.is--ctl-oberflaeche .stage-media .stage-infos .stage-infos--subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
}
.is--ctl-oberflaeche .surface {
  max-width: 120rem;
  margin-bottom: 9rem;
  width: 100%;
  border-top: none;
  border-bottom: none;
  padding-left: 9rem;
  padding-right: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (max-width: 64em) {
  .is--ctl-oberflaeche .surface {
    padding: 0 12px;
  }
}
.is--ctl-oberflaeche .surface .surface--header {
  background-color: #ebebeb;
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  padding: 30px;
}
@media (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--header {
    flex-direction: column;
  }
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__image-wrapper {
  text-align: center;
  width: 400px;
}
@media (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--header .surface--header__image-wrapper {
    width: 100%;
  }
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__image-wrapper img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--header .surface--header__image-wrapper img {
    width: 400px;
  }
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__title-wrapper {
  padding: 0 30px;
  text-align: center;
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__title-wrapper h2 {
  text-transform: uppercase;
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__title-wrapper img.surface--header__title-logo-image {
  width: 240px;
  display: inline-block;
}
.is--ctl-oberflaeche .surface .surface--header .surface--header__title-wrapper div.surface--header__title-slogan {
  margin-top: 15px;
}
.is--ctl-oberflaeche .surface .surface--local-menu__wrapper .surface--local-menu__button {
  display: inline-block;
  border: 1px solid #c7b8a8;
  background-color: #fff;
  color: #c7b8a8;
  margin-right: 15px;
  padding: 8px 40px;
  text-transform: uppercase;
  margin-top: 15px;
}
.is--ctl-oberflaeche .surface .surface--local-menu__wrapper .surface--local-menu__button a {
  color: #c7b8a8;
}
.is--ctl-oberflaeche .surface .surface--local-menu__wrapper .surface--local-menu__button.active {
  background-color: #c7b8a8;
  color: #fff;
}
.is--ctl-oberflaeche .surface .surface--local-menu__wrapper .surface--local-menu__button.active a {
  color: #fff;
}
.is--ctl-oberflaeche .surface .surface--body {
  text-align: center;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__title {
  margin-top: 2rem;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__slogan {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container {
  display: inline-flex;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box {
  width: 18%;
  margin-top: 1rem;
  margin-right: 0.2vw;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box .surface--body__item-box--sizes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box .surface--body__item-box--sizes .surface--body__item-box--size {
  cursor: pointer;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  width: 48%;
  padding: 5px;
  flex: 0 0  48%;
  background-color: #ebebeb;
}
@media (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box .surface--body__item-box--sizes .surface--body__item-box--size {
    margin-top: 10px;
  }
}
@media screen and (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box .surface--body__item-box--sizes .surface--body__item-box--size {
    padding: 10px;
  }
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box .surface--body__item-box--sizes .surface--body__item-box--size.disabled {
  background-color: white;
  border: solid 1px #ebebeb;
  color: #ebebeb;
  cursor: default;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__image-link {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #065289;
  cursor: pointer;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box--image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box--image a {
  width: 100%;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box--image a img {
  width: 100%;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box--title {
  margin-top: 10px;
  font-weight: 600;
}
.is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box--price {
  font-weight: lighter;
}
.is--ctl-oberflaeche .surface .surface--body__show-all-melamin {
  background-color: #ebebeb;
  margin: 60px 0;
  padding: 5px;
  width: 100%;
  text-align: center;
}
.is--ctl-oberflaeche .span-underline {
  text-decoration: underline;
}
.is--ctl-oberflaeche .span-bold {
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .is--ctl-oberflaeche .surface .surface--body .surface--body__item-container {
    width: 90%;
  }
  .is--ctl-oberflaeche .surface .surface--body .surface--body__item-container .surface--body__item-box {
    width: 45%;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-oberflaeche .stage-media {
    margin-top: 2.25rem;
    background: #ebebeb !important;
    padding-top: 1.25rem;
    height: 230px;
  }
  .is--ctl-oberflaeche .stage-media .stage-infos {
    position: static;
    margin: 1.25rem auto;
  }
  .is--ctl-oberflaeche .listing--content {
    padding: 0 1.5rem;
  }
}
.blog--detail .forms--headline.panel--body.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.blog--detail .forms--content .panel--title {
  margin: 0rem 1.25rem 0rem 1.25rem;
}
.blog--detail .forms--content .panel--body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.panel--body-inner-globalembeddedforms {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.globalembeddedforms.has--no-padding .forms--content .forms--container .panel--body .panel--body {
  padding-left: 0;
  padding-right: 0;
}
input[type="checkbox"].privacy-checkbox-globalembeddedforms {
  width: auto;
}
.form--off-canvas.off-canvas {
  width: 18.75rem;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  margin-right: 0;
  display: block;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  z-index: 8000;
}
.form--off-canvas.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.offcanvas-form .offcanvas--content .globalembeddedforms .forms--content.js--fancy-select-bugfix div.js--fancy-select.field--select {
  max-width: 100%;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../custom/project/JbcEmotionElements/Resources/frontend/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../custom/project/JbcEmotionElements/Resources/frontend/css/fonts/slick.eot');
  src: url('../../custom/project/JbcEmotionElements/Resources/frontend/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../custom/project/JbcEmotionElements/Resources/frontend/css/fonts/slick.woff') format('woff'), url('../../custom/project/JbcEmotionElements/Resources/frontend/css/fonts/slick.ttf') format('truetype'), url('../../custom/project/JbcEmotionElements/Resources/frontend/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* do we need FA?

@import "_fa/fontawesome";
@import "_fa/solid";

*/
h1 {
  font-family: Lato, sans-serif;
}
h2 {
  font-family: Lato, sans-serif;
}
h3 {
  font-family: Lato, sans-serif;
}
h4 {
  font-family: Lato, sans-serif;
}
h5 {
  font-family: Lato, sans-serif;
}
h6 {
  font-family: Lato, sans-serif;
}
body {
  height: auto;
}
.container {
  max-width: 120rem;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.content-main {
  margin-top: 0;
}
@media screen and (max-width: 1919px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 30em) {
  html {
    font-size: 12px;
  }
}
/*

remove gap on the homepage

*/
.content--home .banner--container {
  display: none;
}
/* style text on the homepage */
.homepage--maintext {
  text-align: center;
  /*
  Buttons: Bitte die Ecken etwas abrunden (5px) -
  Frage: Könnte man die noch etwas größer machen? Die Höhe passt ja eigentlich fast, aber bei der Schrift und der Breite wäre es schön, wenn da noch etwas mehr ginge ;)
  */
}
.homepage--maintext h1 {
  text-transform: uppercase;
  font-size: 30px;
}
.homepage--maintext h2 {
  color: #d9400b;
  font-size: 22px;
}
.homepage--maintext p {
  font-size: 16px;
}
.homepage--maintext .btn {
  font-size: 24px;
}
.homepage--maintext .btn.is--large {
  height: 52px;
  line-height: 50px;
  padding: 0 40px;
}
/*
Buttons: Bitte die Ecken etwas abrunden (5px) -
Frage: Könnte man die noch etwas größer machen? Die Höhe passt ja eigentlich fast, aber bei der Schrift und der Breite wäre es schön, wenn da noch etwas mehr ginge ;)
*/
.btn {
  border-radius: 5px;
}
/* padding im listing entfernen */
.listing .btn.is--large {
  padding: 0;
}
/* Hintergrundfarbe bei den Teasern bitte rausnehmen. Sprich das hellgrau bei den Teaserflächen bitte auf weiß setzen, damit der Tisch mit dem Display von der Display-Erklärung nicht optisch getrennt ist. */
body {
  background: white;
}
body.is--ctl-index .content-main {
  box-shadow: none;
  margin-top: 0;
}
.content-main.is--fullscreen .emotion--wrapper,
.content-main.is--fullscreen .emotion--container {
  background: white;
}
/* 2x to overwrite template assignment*/
.box--image .product--price-info {
  height: 52px;
  width: 40%;
  display: block;
  float: left;
}
@media screen and (min-width: 48em) {
  .box--image .product--price-info {
    height: 52px;
    width: 40%;
    display: block;
    float: left;
  }
}
.product--btn-container {
  width: 60%;
  display: block;
  margin-left: 40%;
}
.product--box .buybox--form,
.product--box .product--detail-btn {
  height: 52px;
  margin-top: 0;
}
.listing .btn {
  font-size: 18px;
}
.listing .product--actions {
  text-align: right;
}
.listing .product--title {
  text-transform: uppercase;
}
.listing .product--box .product--description {
  height: 54px;
}
.forms--text .column-left {
  float: left;
  width: 50%;
}
.forms--text ul {
  padding-left: 20px;
}
.for--businesses .forms--content .btn {
  float: none;
  border-radius: 5px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .for--businesses .forms--content .btn {
    font-size: 24px;
    height: 52px;
    line-height: 50px;
    padding: 0 40px;
  }
}
/* Tabs font */
.js--tab-menu .tab--link {
  line-height: 1.5rem;
  font-size: 1.375rem;
}
/* 5 Jahre Garantie Detail Page */
.guarantee-container {
  height: 96px;
  margin-top: 50px;
}
@media screen and (min-width: 48em) {
  .guarantee-container {
    height: 191px;
    margin-top: 100px;
  }
}
.guarantee-container .guarantee-bar {
  background: #d9400b;
  height: 40px;
  margin: 40px -10px;
}
@media screen and (min-width: 48em) {
  .guarantee-container .guarantee-bar {
    height: 80px;
    margin: 40px -30px;
  }
}
@media screen and (min-width: 120rem) {
  .guarantee-container .guarantee-bar {
    margin: 40px -50px;
  }
}
.guarantee-container .guarantee-bar ul {
  list-style: none;
  position: absolute;
  margin-left: 5%;
  margin-top: -27px;
}
@media screen and (min-width: 30em) {
  .guarantee-container .guarantee-bar ul {
    margin-left: 20%;
  }
}
@media screen and (min-width: 48em) {
  .guarantee-container .guarantee-bar ul {
    margin-top: -54px;
  }
}
.guarantee-container .guarantee-bar li {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 48em) {
  .guarantee-container .guarantee-bar li {
    font-size: 24px;
  }
}
.guarantee-container .guarantee-bar li:before {
  height: 96px;
  width: 96px;
  margin-right: 14px;
  vertical-align: middle;
  content: '';
  display: inline-block;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .guarantee-container .guarantee-bar li:before {
    height: 191px;
    width: 191px;
    margin-right: 24px;
  }
}
.guarantee-container .guarantee-bar li:before {
  background-image: url(/media/vector/f3/1f/48/ergolutions-5-jahre-garantie.svg);
}
/* remove dark background */
.is--ctl-detail nav.content--breadcrumb.block,
.is--ctl-listing nav.content--breadcrumb.block {
  background-color: transparent;
  background-attachment: scroll;
  background-position: top !important;
}
/* bitte die Schriftgröße für die Downloads an die oberen (Farbe,..) anpassen / verkleinern?. */
.product--buybox .entry--downloads {
  margin-bottom: 5px;
}
/* Stuhlmatrix */
@media screen and (min-width: 64em) {
  .jkb-listing-banner {
    width: 50%;
  }
}
/* inherited hacks */
.footer--column .shipping--wrapper {
  display: flex;
}
.product--description .product--row {
  position: relative;
  clear: both;
  overflow: hidden;
}
.product--description h1,
.product--description h2,
.product--description h3,
.product--description h4,
.product--description h5,
.product--description .navigation--list {
  text-transform: none !important;
  font-weight: bold;
  color: #6ac2bf;
  margin-bottom: 18px;
}
.product--details div.content--quote {
  margin-top: 2rem;
}
.product--details div.content--quote img {
  height: 25px;
  width: auto;
}
/* Versand & Zahlarten */
.content--custom div.zahlungsarten {
  font-weight: normal;
}
.content--custom div.zahlungsarten h3 {
  margin: 0 0 0.5rem 0;
}
.content--custom div.zahlungsart {
  clear: both;
  margin-top: 30px;
}
.content--custom div.z_logo {
  float: left;
  width: 15%;
  margin-right: 5%;
}
.content--custom div.z_text {
  float: left;
  width: 80%;
}
.content--custom div.zahlungsarten span.grau {
  color: #666;
}
.content--custom h1,
.content--custom h2,
.content--custom h3,
.content--custom h4,
.content--custom h5,
.content--custom .navigation--list {
  font-weight: normal;
  color: #d9400b;
}
/* hacks aus cart */
.footer--benefit .benefit--text img {
  max-height: 50%;
  max-width: 50%;
}
.account--address .alert {
  margin-bottom: 20px;
}
/*
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

en_GB: we need to use svg for en_GB, cause it's smaller than the CSS-Version
*/
.language--flag.de_AT {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #ed2939 33%, #ffffff 33%, #ffffff 66%, #ed2939 66%);
}
.alert.is--small {
  font-size: 12px;
}
.product--delivery .delivery--status-more-is-coming {
  background: #444;
}
.product--delivery .delivery--text-more-is-coming {
  color: #444;
}
.product--delivery .delivery--status-shipping-free {
  background: #444;
}
.product--delivery .delivery--text-shipping-free {
  color: #444;
}
.product--delivery .delivery--status-available {
  background: #444;
}
.product--delivery .delivery--text-available {
  color: #444;
  font-weight: bold;
}
.product--delivery .delivery--status-not-available {
  background: #444;
}
.product--delivery .delivery--text-not-available {
  color: #444;
  font-weight: bold;
}
table tr:nth-child(even) td {
  background: none;
}
.newsletter--content {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 64em) {
  .newsletter--content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.newsletter--content .input--field {
  border: 1px solid #c1c2c5;
  padding: 1.313rem;
  height: 70px;
  font-size: 1.375rem;
  line-height: 2.5rem;
  border-radius: 0;
  transition: 0.2s all !important;
  margin-bottom: 1.313rem !important;
  color: #000;
  max-width: 812px;
  width: 50.75rem;
}
@media screen and (max-width: 64em) {
  .newsletter--content .input--field {
    max-width: 100%;
  }
}
.newsletter--content .input--field::placeholder {
  color: #000;
  font-size: 1.375rem;
  line-height: 2rem;
}
.newsletter--content .field--select {
  border-color: #c1c2c5;
  border-radius: 0;
  padding: 0rem 2.5rem 0rem 0.625rem;
  line-height: 2.5rem;
  cursor: pointer;
  white-space: nowrap;
  padding-left: 1.25rem;
  font-size: 1.375rem;
  color: #000;
  max-width: 536px;
}
.newsletter--content .field--select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #070909;
  background: #fff;
}
.newsletter--content .select-field:after {
  border-left: 0;
  bottom: 0.25rem;
  top: unset;
  content: url('data:image/svg+xml;base64,CjxzdmcgaWQ9ImFycm93X2Rvd24iIGRhdGEtbmFtZT0iYXJyb3cgZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iOS40IiBoZWlnaHQ9IjYuMSIgdmlld0JveD0iMCAwIDkuNCA2LjEiPgogIDxwYXRoIGlkPSJQZmFkXzE5NDgiIGRhdGEtbmFtZT0iUGZhZCAxOTQ4IiBkPSJNNi43LDguMSwyLDMuNCwzLjQsMiw2LjcsNS4zLDEwLDJsMS40LDEuNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIgZmlsbD0iIzZhYzJiZiIvPgo8L3N2Zz4=');
}
.newsletter--content .newsletter--home-container p {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.newsletter--content .newsletter--title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.newsletter--content .newsletter--form {
  max-width: 812px !important;
  width: 812px !important;
  margin-top: 2rem !important;
}
@media screen and (max-width: 64em) {
  .newsletter--content .newsletter--form {
    max-width: 100% !important;
  }
}
.newsletter--content .newsletter--info {
  text-align: center;
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.newsletter--content .newsletter-subscription-button {
  margin-top: 0;
}
.newsletter--content .newsletter--action {
  margin-bottom: 4rem;
  margin-top: 0;
  text-align: center;
}
.newsletter--content .newsletter--action .btn.is--icon-right {
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  height: auto;
  background-position: right 2.5rem center;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  transition: background-position 300ms;
  will-change: background-position;
  width: 28.625rem;
  border: 0;
  white-space: nowrap;
}
.newsletter--content .newsletter--action .btn.is--icon-right:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
@media screen and (max-width: 64em) {
  .newsletter--content .newsletter--action .btn.is--icon-right {
    width: 25.625rem;
    padding: 1.25rem 2.4375rem;
  }
}
.newsletter--content .newsletter--form {
  max-width: 52.625rem;
  margin: 0 auto;
}
.newsletter--content .privacy-information {
  font-size: 1rem;
  line-height: 1.5rem;
}
.newsletter--header-image {
  margin-bottom: 2.5rem;
}
.newsletter--home-container {
  text-align: center;
}
.newsletter--home-container .newsletter--info {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.newsletter--home-button {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  height: auto;
  background-position: right 1.25rem center;
  width: auto;
  border: 0;
}
.newsletter--home-button:hover {
  transition: none;
}
.header-main .top-bar {
  padding: .5rem 0;
}
.header-main .top-bar--navigation {
  font-size: 1rem;
  color: #707070;
}
.header-main .top-bar--navigation i::before {
  color: #000;
  font-weight: 600;
}
.header-main .psmin-top-usp-list {
  font-size: 1rem;
  color: #707070;
}
.header-main .psmin-top-usp-list i::before {
  color: #000;
  font-weight: 600;
}
.header-main .header--navigation {
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation {
    padding-top: 10px;
  }
}
.header-main .header--navigation .shop--navigation {
  margin-top: 15px;
}
.header-main .header--navigation .shop--navigation .navigation--entry {
  margin-right: .75rem;
}
.header-main .header--navigation .shop--navigation .navigation--entry a.btn {
  color: #6ac2bf;
}
.header-main .header--navigation .shop--navigation .navigation--entry a.btn i {
  font-size: 1.5rem;
}
.header-main .header--navigation .shop--navigation .ergo-seal .ergo-seal--link {
  position: absolute;
  right: 0;
  top: -90px;
  width: 120px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .ergo-seal--link .ergo-seal--image {
  width: 120px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .igr-seal--link {
  position: absolute;
  right: 0;
  top: -90px;
  width: 120px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .igr-seal--link .igr-seal--image {
  width: 120px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .chip-seal--link {
  position: absolute;
  right: 0;
  top: -90px;
  width: 64px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .chip-seal--link .chip-seal--image {
  width: 64px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .handelsblatt-seal--link {
  position: absolute;
  right: 0;
  top: -90px;
  width: 55px;
}
.header-main .header--navigation .shop--navigation .ergo-seal .handelsblatt-seal--link .handelsblatt-seal--image {
  width: 55px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .ergo-seal .igr-seal--link {
    right: 511px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .ergo-seal--link {
    right: 365px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .chip-seal--link {
    right: 275px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .handelsblatt-seal--link {
    right: 190px;
    top: -15px;
  }
}
@media screen and (max-width: 1500px) {
  .header-main .header--navigation .shop--navigation .ergo-seal .igr-seal--link {
    right: 511px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .ergo-seal--link {
    right: 365px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .chip-seal--link {
    right: 275px;
    top: -6px;
  }
  .header-main .header--navigation .shop--navigation .ergo-seal .handelsblatt-seal--link {
    right: 190px;
    top: -15px;
  }
}
@media screen and (max-width: 48em) {
  .header-main .header--navigation .shop--navigation .ergo-seal {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .header-main .header--navigation .shop--navigation .ergo-seal {
    display: none;
  }
}
body.is--ctl-index .navigation-main {
  border-bottom: none;
}
.navigation-main {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 3rem;
  max-width: 120rem;
  border-top: none;
  border-bottom: none;
  margin-bottom: 15px;
  padding-left: 9rem;
  padding-right: 9rem;
  margin-left: auto;
  margin-right: auto;
}
.navigation-main .navigation--list-wrapper {
  overflow: visible;
  display: flex;
}
.navigation-main .navigation--list-wrapper .avatarmenu--list {
  overflow: visible;
  text-align: right;
  padding-right: 0;
}
@media screen and (max-width: 64em) {
  .navigation-main .navigation--list-wrapper .avatarmenu--list {
    text-align: center;
  }
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry {
  border: none !important;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu {
  background-color: #f5f5f5;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--hovered .navigation--link {
  color: #fff;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--active {
  background: #fff;
  color: #283533;
  font-weight: 400;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--active .navigation--link {
  border-bottom: 2px solid #6ac2bf;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--active.avatarmenu {
  background-color: #c1c2c5;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--active.avatarmenu .navigation--link {
  color: #fff;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry .navigation--link {
  color: #283533;
  font-weight: normal;
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu {
  border-radius: 6px;
  margin-right: 1rem;
  overflow: visible;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu.is--hovered .navigation--link {
  color: #fff;
  border-radius: 6px;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu .navigation--link {
  padding: 0.5rem .875rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu:last-child {
  margin-right: 0;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.gaming {
  position: relative;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.gaming a img {
  position: absolute;
  height: 3.6rem;
  right: -0.85rem;
  top: -1.25rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .mobile_only {
  display: none;
}
@media screen and (max-width: 30em) {
  .navigation-main .navigation--list-wrapper .navigation--list .mobile_only {
    display: inline-block;
  }
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #c1c2c5;
}
@media screen and (max-width: 64em) {
  .navigation-main .navigation--list-wrapper .navigation--list {
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .navigation-main .navigation--list-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.navigation-main .avatarmenu:last-child {
  margin-right: 0;
}
.navigation-main .advanced-menu {
  margin-top: -5px;
  z-index: 13000;
  max-width: 121rem;
  width: 103%;
  right: -1.5rem;
}
.navigation-main .advanced-menu .menu--delimiter {
  background: #c1c2c5;
  top: 1rem;
  bottom: 1rem;
}
@media screen and (max-width: 64em) {
  .navigation-main .advanced-menu .menu--delimiter {
    display: none;
  }
}
.navigation-main .advanced-menu .teaser--image {
  height: auto;
}
.navigation-main .advanced-menu .menu--container .content--wrapper {
  border: 8px solid rgba(193, 194, 197, 0.8);
  margin: 0;
  padding: 1rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list {
  column-count: 2;
  width: calc(100% - 520px);
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item.item--level-0 {
  padding-bottom: 1.5rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item.item--level-0 > .menu--list-item-link {
  font-size: 1.5rem;
  font-weight: 600;
  color: #283533;
  display: inline;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item.item--level-0 > .menu--list-item-link:hover {
  padding-left: 0;
  color: #6ac2bf;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item ul.menu--level-1 {
  list-style: none;
  list-style-image: url('../../themes/Frontend/ErgoMini/frontend/_public/src/images/Pfeilchen_Navi.svg');
  margin-left: 1.9rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item ul.menu--level-1 .menu--list-item-link {
  font-weight: 400;
  font-size: 1.125rem;
  color: #283533;
  display: inline-block;
}
.navigation-main .advanced-menu .menu--container .content--wrapper > .menu--list .menu--list-item ul.menu--level-1 .menu--list-item-link:hover {
  padding-left: 0;
  color: #6ac2bf;
}
@media screen and (max-width: 64em) {
  .navigation-main .advanced-menu .menu--container .content--wrapper .menu--list {
    column-count: 3;
    width: 100%;
  }
  .navigation-main .advanced-menu .menu--container .content--wrapper .menu--list .menu--list-item ul.menu--level-1 {
    column-count: 1;
  }
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper {
  display: flex;
  padding-top: 1rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser {
  padding: 0;
  float: none;
  box-shadow: none;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content {
  margin: 0 auto;
  width: 230px;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--headline {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--text {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  width: 200px;
  font-size: 1.135rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta .icon--arrow-right {
  display: none;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta .icon--arrow-right {
  display: none;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
@media screen and (min-width: calc(120rem - 1px)) {
  .navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper .menu--teaser .menu--teaser--content .teaser--cta {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 64em) {
  .navigation-main .advanced-menu .menu--container .content--wrapper .menu--teaser-wrapper {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .navigation-main .advanced-menu {
    margin-top: 0;
    max-width: 120rem;
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 30em) and (max-width: 64em) {
  .navigation-main {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 4.5rem;
  }
}
.ergolutions li.advertise {
  float: left;
  max-width: 60%;
}
.ergolutions li.advertise .advertise-container {
  text-align: left;
  display: flex;
}
.ergolutions li.advertise .advertise-container span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.ergolutions li.advertise .advertise-container .advertise-left span {
  font-size: 18px;
  margin-top: 4px;
}
.ergolutions li.advertise .advertise-container .advertise-right span {
  font-style: italic;
}
.ergolutions li.advertise .advertise-container .advertise-right span strong {
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 64em) {
  li.advertise {
    display: none;
  }
}
.product--details .product--header {
  min-height: auto;
  margin-bottom: 1rem;
}
.product--details .product--header .product--title {
  font-size: 1.875rem;
  font-weight: normal;
  color: #283533;
}
.product--details .product--configurator {
  margin-top: 1.25rem;
}
.product--details .product--configurator .configurator--label {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  text-transform: uppercase;
  font-weight: normal;
}
.product--details .product--configurator .configurator--label .jbcpopup_div {
  margin-left: 5px;
  display: inline-block;
}
.product--details .product--configurator .configurator--variant {
  margin-bottom: 20px;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--group-container {
  display: flex;
  flex-wrap: wrap;
  --columns: 3;
  --gap: 0.75rem;
  gap: var(--gap);
}
.product--details .product--configurator .configurator--variant .variant--group .variant--group-container.xlbox {
  --columns: 2;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option {
  height: initial;
  overflow: visible;
  position: relative;
  float: initial;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option input {
  height: initial !important;
  width: initial !important;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option .itemName {
  display: none;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.variant--disabled label {
  opacity: 0.5;
  cursor: not-allowed;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image {
  height: auto;
  width: 80px;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image img {
  text-align: center;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image .selected {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 1rem;
  height: 1rem;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image .option--input:checked + .option--label .selected {
  display: block;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image .option--label {
  padding: 0;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option.is--image:hover .itemName {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  text-align: center;
  width: 100%;
  line-height: 1.125rem;
  padding: 0.25rem 0;
  font-size: 0.95rem;
  color: white;
  background-color: #6ac2bf;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option .option--label {
  border-width: 2px;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option .option--input:checked ~ label {
  border-width: 2px;
  background: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/selected.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: right 5px bottom 5px;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.5rem;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--name.infogroup {
  display: flex;
  align-items: center;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--name.infogroup .jbcpopup_div {
  margin-left: 5px;
  display: inline-block;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--name.infogroup .jbcpopup_div_large {
  margin-left: 5px;
  margin-top: -1px;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin: 0;
  border-color: #c1c2c5;
}
.product--details .product--configurator .configurator--variant .variant--group .variant--option .option--label {
  line-height: 1.25rem;
  padding: .75rem;
  border-width: 1px;
  border-radius: 4px;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-weight: normal;
  color: #283533;
}
.product--details .product--configurator .reset--configuration {
  display: none;
}
.product--details .product--base-info .base-info--entry .entry--label {
  width: 38%;
}
.product--details .product--buybox {
  width: 33%;
  float: right;
}
.product--details .product--buybox .product--price {
  margin-top: 3rem;
}
.product--details .product--buybox .price--content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  color: #283533;
  font-weight: bold;
}
.product--details .product--buybox .price--discount .price--content {
  color: #f37771;
}
.product--details .product--buybox .price--discount .price--discount-icon {
  font-size: 1.2rem;
  background-color: #f37771;
}
.product--details .product--buybox .entry--downloads {
  margin-top: 1.25rem;
}
.product--details .product--buybox .coupon-message {
  background-color: #660033;
  color: white;
  margin-bottom: 1.25rem;
  padding: .5rem 2rem 1rem 2rem;
  text-align: center;
}
.product--details .product--buybox .coupon-message .upper {
  text-transform: uppercase;
  font-weight: bold;
  color: #f88599;
}
.product--details .product--buybox .coupon-message .code--wrapper {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  padding-right: 10px;
  padding-top: 1px;
}
.product--details .product--buybox .coupon-message .code--wrapper .coupon-code {
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}
.heptacom-youtube iframe.image--media {
  height: 271px;
  width: 480px;
}
@media screen and (max-width: 30em) {
  .heptacom-youtube iframe.image--media {
    height: 198px;
    width: 350px;
  }
}
.is--ctl-detail .ergowrapper {
  background-color: #f5f5f5;
}
.is--ctl-detail .ergowrapper .content-main.is--fullscreen {
  margin: 0 auto;
  max-width: 120rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper {
  background-color: #f5f5f5;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox {
  margin-top: 0.4rem;
  box-shadow: 0 3px 6px #00000029;
  background-color: #ffffff;
  height: 100%;
  padding: 2.5rem;
  position: relative;
  margin-bottom: 0;
  width: 30%;
  z-index: 1000;
  float: none;
  padding-bottom: 70px;
  min-height: 50rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--rating-container {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .psmin-shortdescription {
  border-bottom: 0;
  margin-bottom: 0;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .psmin-shortdescription p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.55rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #283533;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .variant--select {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--delivery {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--delivery .delivery--information {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--delivery .delivery--information .delivery--text {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #444;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--delivery .delivery--information .delivery--text .innertext {
  font-weight: bold;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .content--discount {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .tooltip {
  position: relative;
  display: flex;
  align-items: center;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 20000;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper {
  display: flex;
  flex-direction: row;
  max-height: 70px;
  width: 100%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer {
  display: flex;
  flex-direction: column;
  border: 1px solid #f37771;
  padding: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  justify-content: center;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper {
  display: flex;
  flex-direction: row;
  padding-right: 1.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-title {
  color: #f37771;
  font-size: 1.5rem;
  font-weight: bold;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-row {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  font-weight: 500;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-row .coupon-code {
  font-weight: bold;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-row .copy--image {
  margin-left: 0.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .coupon-help {
  color: #707070;
  font-size: 1rem;
  display: none;
  margin-bottom: 1.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (min-width: 64em) and (max-width: 75rem) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row {
    flex-wrap: wrap;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .buybox--button {
    margin-top: 1rem;
  }
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield {
  clear: both;
  position: relative;
  display: flex;
  flex-direction: row;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input::-webkit-outer-spin-button,
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input,
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield textarea {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input[type='button'] {
  color: #6ac2bf;
  background-color: #fff;
  min-width: 2.625rem;
  width: auto;
  transition: all 300ms ease;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .button-minus,
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .button-plus {
  font-weight: bold;
  height: 3.6rem;
  padding: 0;
  width: 2.625rem;
  position: relative;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .quantity-field {
  position: relative;
  height: 3.6rem;
  left: -6px;
  text-align: center;
  width: 3rem;
  display: inline-block;
  resize: vertical;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .button-plus {
  border-left: 0;
  left: -13px;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  font-size: 1.375rem;
  width: 100%;
  border: 1px solid #6ac2bf;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button .icon--arrow-right {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button .icon--arrow-right {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 1.375rem;
  width: 100%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator .icon--arrow-right {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator .icon--arrow-right {
  display: none;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.hasConfigurator:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container .buybox--button.is--disabled {
  cursor: not-allowed;
  background-color: #c1c2c5;
  color: #707070;
  background-image: none;
  border: 0;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .configuratorButton {
  width: 100%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--tax {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions {
  border-bottom: 0;
  bottom: 25px;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
}
@media (min-width: 64em) and (max-width: 75rem) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions * {
    padding: 5px !important;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .action--link.link--tell-a-friend {
    padding-top: 10px !important;
  }
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .action--form {
  background-color: #f5f5f5;
  padding: 5px 40px 5px 20px;
  margin: 0;
  margin-right: 1rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .action--form button {
  font-size: 1rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .action--form button i {
  color: #6ac2bf;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .link--tell-a-friend {
  background-color: #f5f5f5;
  padding: 5px 40px 5px 20px;
  margin: 0;
  display: block;
  font-size: 1rem;
  white-space: normal;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions .link--tell-a-friend i {
  color: #6ac2bf;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--base-info {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
  border-top: 1px solid #dadae5;
  padding-top: 1.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container {
  background-color: #f5f5f5;
  margin-bottom: 0;
  width: 70%;
  display: flex;
  flex-direction: row;
  float: none;
  margin-right: 0;
  z-index: 2000;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container {
  padding: 0 0 5.5rem 0;
  width: 87%;
  margin-bottom: 0;
  height: auto;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item {
  vertical-align: top;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element {
  display: flex;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container {
  position: relative;
  display: inline-block;
  height: fit-content;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container .product-badge {
  position: absolute;
  bottom: 7.5rem;
  right: 4.3625rem;
  width: 8.5rem;
  height: auto;
}
@media screen and (max-width: 1144px) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container .product-badge {
    bottom: 6.5rem;
    right: 4rem;
    width: 7.5rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container .product-badge {
    bottom: 8.25rem;
    right: 5.3625rem;
    width: 8.5rem;
  }
}
@media screen and (max-width: 48em) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container .product-badge {
    bottom: 5.25rem;
    right: 4.75rem;
    width: 7rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image-container .product-badge {
    bottom: 4.75rem;
    right: 3.3625rem;
    width: 5.15rem;
  }
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .image-slider--slide .image-slider--item .image--element .image--media {
  padding: 2.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container .arrow {
  display: block;
  top: 300px;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--thumbnails {
  width: 9.5rem;
  min-height: 50rem;
  box-shadow: 0 3px 6px #00000029;
  background-color: #ffffff;
  top: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-top: 0.4rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--thumbnails .image-slider--thumbnails-slide {
  padding: 10px;
  position: absolute;
  width: 9.5rem;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--thumbnails .image-slider--thumbnails-slide .thumbnail--link {
  margin: 15px 0;
  width: calc(9.5rem - 20px);
  height: calc(9.5rem - 20px);
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--thumbnails .thumbnails--arrow.is--bottom {
  color: #6ac2bf;
  left: 25%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--thumbnails .thumbnails--arrow.is--top {
  color: #6ac2bf;
  left: 25%;
}
.is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image--dots {
  display: none;
}
.product--details .configurator--form {
  padding-top: 0;
}
.product--details .product--detail-upper {
  padding-right: 9rem;
  padding-left: 9rem;
}
@media screen and (max-width: 64em) {
  .is--ctl-detail .ergowrapper .product--detail-upper {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container {
    width: 100%;
    height: auto;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox {
    width: 100%;
    padding: 1rem;
    min-height: auto;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .variant--select {
    width: 50%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .variant--select .js--fancy-select {
    width: 80%;
    max-width: 80%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--configurator {
    width: 50%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--configurator form {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container {
    width: 50%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--actions {
    margin-top: 2rem;
    position: static;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-detail .ergowrapper .product--detail-upper {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--image-container .image-slider--container {
    width: 100%;
    min-height: 32rem;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .variant--select {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .variant--select .js--fancy-select {
    width: 100%;
    max-width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .product--configurator {
    width: 100%;
  }
  .is--ctl-detail .ergowrapper .product--detail-upper .product--buybox .buybox--button-container {
    width: 100%;
  }
}
.is--ctl-checkout.is--act-cart .product--table .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .add-product--field {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--header .panel--th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--tr .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout.is--act-cart .product--table .panel--body .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--content {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--content .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--content .content--sku {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .panel--body .table--content .product--delivery .delivery--information {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .table--footer {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .product--table .table--footer .footer--benefit {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.is--ctl-checkout.is--act-cart .product--table .table--footer .footer--benefit .benefit--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity {
  margin-bottom: 1rem;
  margin-left: 0;
  width: 11%;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield {
  clear: both;
  position: relative;
  display: flex;
  flex-direction: row;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input::-webkit-outer-spin-button,
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input,
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield textarea {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input[type='button'] {
  color: #6ac2bf;
  background-color: #fff;
  min-width: 2.625rem;
  width: auto;
  transition: all 300ms ease;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield .button-minus,
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield .button-plus {
  font-weight: bold;
  height: 3.6rem;
  padding: 0;
  width: 2.625rem;
  position: relative;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield .quantity-field {
  position: relative;
  height: 3.6rem;
  left: -6px;
  text-align: center;
  width: 3rem;
  display: inline-block;
  resize: vertical;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield .button-plus {
  border-left: 0;
  left: -13px;
}
.is--ctl-checkout.is--act-cart .product--table .product--delivery .delivery--information {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-cart .product--table .product--delivery .delivery--information .delivery--text-available {
  font-weight: normal;
}
.is--ctl-checkout.is--act-cart .product--table .bogx--cart-config-select {
  margin-bottom: 1rem;
}
.is--ctl-checkout.is--act-cart .product--table .row--product .column--product .alert {
  display: none;
}
.is--ctl-checkout.is--act-cart .basket--footer .table--aggregation .coupon-limit--label {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: block;
  padding-left: 0.625rem;
}
.is--ctl-checkout.is--act-cart .config--item-title {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: bold;
}
.is--ctl-checkout.is--act-cart .config--item-title .config--item-option-label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.is--ctl-checkout.is--act-cart .config--item-title .config--item-option-value {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .add-product--field {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--header .panel--th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--tr .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout.is--act-confirm .product--table .panel--body .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--content {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--content .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--content .content--sku {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .panel--body .table--content .product--delivery .delivery--information {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .table--footer {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .product--table .table--footer .footer--benefit {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .product--table .table--footer .footer--benefit .benefit--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .product--table .product--delivery .delivery--information {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .product--table .product--delivery .delivery--information .delivery--text-available {
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .product--table .bogx--cart-config-select {
  margin-bottom: 1rem;
}
.is--ctl-checkout.is--act-confirm .config--item-title {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: bold;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-value {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.product--table .is--no-star {
  margin-left: 0;
}
.ajax--cart .config--item-title {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: bold;
}
.ajax--cart .config--item-title .config--item-option-label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.ajax--cart .config--item-title .config--item-option-value {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: normal;
}
.bogx--config-price-wrap .bogx--config-preis-content .bogx--surcharge-wrap {
  color: #444;
}
.bogx--config-axb-wrap .bogx--parametrix-results-wrap .bogx--parametrix-result-value,
.bogx--config-axb-wrap .bogx--parametrix-results-wrap .bogx--parametrix-surcharge-value,
.bogx--config-axb-wrap .bogx--parametrix-results-wrap .bogx--parametrix-surcharge-star {
  color: #444;
}
.is--ctl-index .content--home {
  margin-top: 0;
}
.is--ctl-index .content-main--inner {
  padding-left: 0;
  padding-right: 0;
}
.emotion--wrapper {
  max-width: 120rem;
}
.emotion--wrapper .emotion--row .emotion--element > * {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 75rem) {
  .emotion--wrapper .emotion--row .emotion--element > * {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.tischplatte-zubehoer .emotion--product-slider .product-slider--product {
  border-radius: 8px;
}
.emotion--overlay {
  display: none;
}
.emotion--loading-indicator {
  display: none;
}
.emotion--element .category-image-icons {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .category-image-icons .icons {
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center;
  padding: 2%;
  font-size: 1.1rem;
}
.emotion--element .category-image-icons .icons .icons--icon {
  margin-bottom: 50px;
}
.emotion--element .category-image-icons .icons .icons--icon img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
.emotion--element .category-image-icons .icons .icons--feature {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.emotion--element .category-image-icons .image {
  width: 75%;
}
@media screen and (max-width: 48em) {
  .emotion--element .category-image-icons {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .category-image-icons .image {
    width: 100%;
  }
  .emotion--element .category-image-icons .text {
    width: 100%;
  }
}
.emotion--element .category-image-text {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .category-image-text .text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  width: 40%;
  text-align: left;
  padding: 2% 5%;
}
.emotion--element .category-image-text .text .text--icon {
  text-align: left;
}
.emotion--element .category-image-text .text .text--icon img {
  width: auto;
  margin: 0 auto;
}
.emotion--element .category-image-text .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
}
.emotion--element .category-image-text .text .text--description {
  margin-top: 35px;
}
.emotion--element .category-image-text .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .category-image-text .image {
  width: 60%;
}
.emotion--element .category-image-text .image .img {
  aspect-ratio: 1.58333333;
}
@media screen and (max-width: 64em) {
  .emotion--element .category-image-text {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text .image {
    width: 100%;
  }
  .emotion--element .category-image-text .text {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .category-image-text {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text .image {
    width: 100%;
  }
  .emotion--element .category-image-text .text {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .category-image-text {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text .image {
    width: 100%;
  }
  .emotion--element .category-image-text .text {
    width: 100%;
  }
}
.emotion--element .category-image-text-icon {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .category-image-text-icon .text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  width: 40%;
  text-align: center;
  padding: 2% 5%;
}
.emotion--element .category-image-text-icon .text .text--icon {
  text-align: center;
}
.emotion--element .category-image-text-icon .text .text--icon img {
  width: auto;
  margin: 0 auto;
}
.emotion--element .category-image-text-icon .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
}
.emotion--element .category-image-text-icon .text .text--description {
  margin-top: 35px;
}
.emotion--element .category-image-text-icon .image {
  width: 60%;
}
.emotion--element .category-image-text-icon .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .category-image-text-icon {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .category-image-text-icon .image {
    width: 100%;
  }
  .emotion--element .category-image-text-icon .text {
    width: 100%;
  }
}
.emotion--element.centerdescription .category-text-image .text .text--description {
  justify-content: center;
}
.emotion--element.ratio5545 .category-text-image .image {
  width: 55%;
}
.emotion--element.ratio5545 .category-text-image .text {
  width: 45%;
}
.emotion--element.flip .category-text-image {
  flex-direction: row-reverse;
}
.emotion--element.flip .category-text-image .text {
  padding-left: 3.3rem !important;
}
.emotion--element.no-toppadding .category-text-image .text {
  padding-top: 0;
}
.emotion--element.no-toppadding .category-text-image .text .text--title {
  margin-top: 0;
}
.emotion--element.bordered .category-text-image .text {
  padding-top: 3.375rem;
  border: 1px solid #dcdcdc;
  border-right: none;
}
.emotion--element.bordered .category-text-image .image {
  border: 1px solid #dcdcdc;
  border-left: none;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  padding-right: 3.375rem;
}
.emotion--element.bordered.leftalign .category-text-image .text {
  padding-left: 3.375rem;
}
.emotion--element.bordered.flip .category-text-image .text {
  border-right: 1px solid #dcdcdc;
  border-left: none;
}
.emotion--element.bordered.flip .category-text-image .image {
  border-left: 1px solid #dcdcdc;
  border-right: none;
  padding-right: 0px;
  padding-left: 3.375rem;
}
.emotion--element.noratio .category-text-image .image img {
  aspect-ratio: auto;
}
.emotion--element.leftalign .category-text-image .text {
  text-align: left;
  padding-left: 0;
}
.emotion--element.leftalign .category-text-image .text .text--title {
  text-align: left;
}
.emotion--element.leftalign .category-text-image .text .text--description {
  text-align: left;
}
.emotion--element.biggerfont .category-text-image .text .text--title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
}
.emotion--element .category-text-image {
  padding: 3.125rem 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .category-text-image .text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  width: 44%;
  text-align: left;
  padding: 3.375rem;
}
.emotion--element .category-text-image .text .text--title {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  text-align: center;
}
.emotion--element .category-text-image .text .text--title a {
  color: #283533;
}
.emotion--element .category-text-image .text .text--description {
  margin-top: 2.175rem;
  text-align: center;
}
.emotion--element .category-text-image .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .category-text-image .text .text--cta {
  text-align: center;
}
.emotion--element .category-text-image .image {
  width: 56%;
}
.emotion--element .category-text-image .image img {
  width: 100%;
  aspect-ratio: 1.58333333;
}
.emotion--element .category-text-image-cta .text--cta {
  width: fit-content;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.emotion--element .category-text-image-cta .text--cta .contentlink {
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 3.75rem;
  min-width: 25rem;
  height: 3.75rem;
  background-size: 1.375rem 1.375rem;
  background-position: right 1.25rem center;
  font-weight: normal;
}
.emotion--element .category-text-image-cta .text--cta .contentlink:hover {
  background-position: right 1rem center;
}
.emotion--element.imgborder .category-text-image .image img {
  border: 1px solid #dcdcdc;
}
.emotion--element.image-left .category-text-image-cta {
  flex-direction: row-reverse;
  text-align: left;
}
.emotion--element.image-left .category-text-image-cta .text {
  padding-right: 0;
  padding-left: 3.375rem;
}
@media screen and (max-width: 30em) {
  .emotion--element .category-text-image {
    flex-direction: column-reverse;
  }
  .emotion--element .category-text-image .image {
    width: 100%;
  }
  .emotion--element .category-text-image .text {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element.flip .category-text-image,
  .emotion--element.image-left .category-text-image {
    flex-direction: column-reverse;
    padding-top: 3.215rem;
  }
  .emotion--element.flip .category-text-image .text,
  .emotion--element.image-left .category-text-image .text {
    width: 100%;
    padding-left: 3.3rem !important;
    padding-top: 1.25rem;
  }
  .emotion--element.flip .category-text-image .image,
  .emotion--element.image-left .category-text-image .image {
    width: 100%;
  }
  .emotion--element .category-text-image {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .category-text-image .image {
    width: 100%;
  }
  .emotion--element .category-text-image .text {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .category-text-image {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .category-text-image .image {
    width: 100% !important;
  }
  .emotion--element .category-text-image .text {
    width: 100% !important;
  }
  .emotion--element.bordered .category-text-image {
    padding-top: 3.375rem;
  }
  .emotion--element.bordered .category-text-image .image {
    border-left: 1px solid #dcdcdc !important;
    border-right: 1px solid #dcdcdc !important;
    border-bottom: none;
    padding-bottom: 0px !important;
    padding-right: 3.375rem !important;
    padding-left: 3.375rem !important;
  }
  .emotion--element.bordered .category-text-image .text {
    padding-top: 1.25rem !important;
    border-left: 1px solid #dcdcdc !important;
    border-right: 1px solid #dcdcdc !important;
    border-top: none;
  }
}
@media screen and (max-width: 30em) {
  .top-padding-M .category-text-image {
    padding-top: 3rem;
  }
}
.detail-general-container .categoryteaser {
  padding-bottom: 3rem;
}
.emotion--element.seoteaser .categoryteaser .categoryteaser--teaser,
.detail-general-container.seoteaser .categoryteaser .categoryteaser--teaser {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element.lessmargin .categoryteaser .categoryteaser--teaser,
.detail-general-container.lessmargin .categoryteaser .categoryteaser--teaser {
  margin-top: 1.25rem;
}
.emotion--element.leftaligned .categoryteaser,
.detail-general-container.leftaligned .categoryteaser {
  text-align: left;
}
.emotion--element.centered-headline .categoryteaser .categoryteaser--subtitle,
.detail-general-container.centered-headline .categoryteaser .categoryteaser--subtitle {
  text-align: center;
}
.emotion--element .categoryteaser,
.detail-general-container .categoryteaser {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .categoryteaser .categoryteaser--title,
.detail-general-container .categoryteaser .categoryteaser--title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .categoryteaser .categoryteaser--subtitle,
.detail-general-container .categoryteaser .categoryteaser--subtitle {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3.5rem;
}
.emotion--element .categoryteaser .categoryteaser--teaser,
.detail-general-container .categoryteaser .categoryteaser--teaser {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  width: 100%;
  margin: 3rem auto 0 auto;
}
.emotion--element .categoryteaser .categoryteaser--teaser p,
.detail-general-container .categoryteaser .categoryteaser--teaser p {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .categoryteaser .categoryteaser--teaser h2,
.detail-general-container .categoryteaser .categoryteaser--teaser h2 {
  font-family: Lato, sans-serif;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  color: #283533;
}
.emotion--element .categoryteaser .categoryteaser--teaser h3,
.detail-general-container .categoryteaser .categoryteaser--teaser h3 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #283533;
}
.emotion--element .categoryteaser .categoryteaser--subteaser,
.detail-general-container .categoryteaser .categoryteaser--subteaser {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.emotion--element.compactnotoppadding .categoryteaser,
.detail-general-container.compactnotoppadding .categoryteaser {
  padding-top: 3rem;
}
.emotion--element.compactnotoppadding .categoryteaser .categoryteaser--subtitle,
.detail-general-container.compactnotoppadding .categoryteaser .categoryteaser--subtitle {
  margin-top: 0;
}
.emotion--element.compactnotoppadding .categoryteaser .categoryteaser--title,
.detail-general-container.compactnotoppadding .categoryteaser .categoryteaser--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element.compactnotoppadding .categoryteaser .categoryteaser--teaser,
.detail-general-container.compactnotoppadding .categoryteaser .categoryteaser--teaser {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
  display: block;
}
.emotion--element.compact .categoryteaser,
.detail-general-container.compact .categoryteaser {
  padding-top: 3rem;
}
.emotion--element.compact .categoryteaser .categoryteaser--title,
.detail-general-container.compact .categoryteaser .categoryteaser--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element.compact .categoryteaser .categoryteaser--teaser,
.detail-general-container.compact .categoryteaser .categoryteaser--teaser {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
  display: block;
}
.emotion--element.narrow-padding .categoryteaser,
.detail-general-container.narrow-padding .categoryteaser {
  padding-left: 14.3125rem !important;
  padding-right: 14.3125rem !important;
}
@media screen and (max-width: 75rem) {
  .emotion--element.narrow-padding .categoryteaser,
  .detail-general-container.narrow-padding .categoryteaser {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element.main .categoryteaser,
  .detail-general-container.main .categoryteaser {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .emotion--element.main .categoryteaser .categoryteaser--teaser,
  .detail-general-container.main .categoryteaser .categoryteaser--teaser {
    color: #283533;
    font-family: 'Nunito', sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #897158;
    font-weight: 500;
    text-transform: uppercase;
  }
}
.narrow .categoryteaser > * {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media screen and (max-width: 30em) {
  .emotion--element.smaller-headline .categoryteaser .categoryteaser--subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .narrow .categoryteaser > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.emotion--element.reviews {
  display: flex !important;
  width: 100% !important;
}
.emotion--element .customer-reviews-section {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 75rem) {
  .emotion--element .customer-reviews-section {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .customer-reviews-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.emotion--element .review-title {
  text-align: center;
  width: 60%;
  margin: auto;
}
.emotion--element .review-title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.emotion--element .review-title .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
}
.emotion--element .review-title .subtitle .link-style {
  color: #6ac2bf;
  text-decoration: underline;
  cursor: pointer;
}
.emotion--element .customer-reviews {
  max-width: 120rem;
  margin: 0 auto;
  padding: 4.2rem 0 1.875rem 0;
}
.emotion--element .customer-reviews .review-slide {
  margin: 0 0.4vw;
}
@media screen and (max-width: 30em) {
  .emotion--element .customer-reviews .review-slide {
    margin: 0px;
  }
}
@media (min-width: 1920px) {
  .emotion--element .customer-reviews .review-slide {
    margin: 0 .625rem;
  }
}
.emotion--element .customer-reviews .review {
  height: fit-content;
  background-color: white;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.emotion--element .customer-reviews .review.blank {
  border: none;
}
.emotion--element .customer-reviews .review .review--stars {
  text-align: center;
  margin-top: 3.75rem;
}
.emotion--element .customer-reviews .review .review--stars svg {
  width: 2rem;
  height: 2rem;
  fill: #FFD30E;
}
.emotion--element .customer-reviews .review .review-date {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.emotion--element .customer-reviews .review .review-certification {
  display: flex;
  margin-left: 1.875rem;
  align-items: center;
  margin-bottom: 1.875rem;
}
.emotion--element .customer-reviews .review .review-certification img {
  margin-right: 1.25rem;
  height: 2.8125rem;
}
.emotion--element .customer-reviews .review .review-certification span {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-style: italic;
  font-weight: 600;
}
.emotion--element .customer-reviews .review .review-certification svg {
  margin-right: 1rem;
  height: 3rem;
}
.emotion--element .customer-reviews .review .review--quotesign {
  background-image: url("../../themes/Frontend/ErgoMini/frontend/_public/src/images/quote.svg");
  background-repeat: no-repeat;
  height: 32px;
  width: 35px;
  margin: 0 auto;
}
.emotion--element .customer-reviews .review .review-text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-style: italic;
  max-width: 1100px;
  margin: 2.5rem auto 0 auto;
  padding: 0 3.125rem;
  text-align: center;
}
.emotion--element .customer-reviews .review .review-details {
  text-align: left;
  margin-top: 2.5rem;
  width: 100%;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details--avatar {
  margin-right: 1.5625rem;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details--avatar .avataricon {
  width: 44px;
  height: 44px;
  background-image: url("../../themes/Frontend/ErgoMini/frontend/_public/src/images/avatar.svg");
  background-repeat: no-repeat;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta .review-details--user {
  font-weight: 700;
  font-size: 1.1rem;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta .review-details--date {
  color: #6ac2bf;
}
.emotion--element .customer-reviews .slick-dots {
  position: static;
  margin-top: 1.875rem;
}
.emotion--element .customer-reviews .slick-dots li {
  width: .1875rem;
}
.emotion--element .customer-reviews .slick-dots li button:before {
  color: #6ac2bf;
}
@media screen and (max-width: 64em) {
  .emotion--element .customer-reviews-section .review-title {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .main.emotion--element .customer-reviews-section {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 0px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .customer-reviews-section .customer-reviews .review {
    margin: 0px 15px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .customer-reviews-section .customer-reviews .slick-dots {
    margin-top: 1.5rem;
  }
  .emotion--element .customer-reviews-section .review-title {
    width: 100%;
    padding: 0 2rem;
  }
}
.emotion--element.whitebg {
  background-color: white;
}
.emotion--element.fullbg {
  background: #f5f5f5;
}
.emotion--element.fullbg.whitebg {
  background-color: white;
}
.emotion--element.fullbg.goldbg {
  background-color: #dfd6ce;
}
.emotion--element.nomargin > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
.emotion--element.nomargin.main > * {
  max-width: 120rem !important;
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
@media screen and (max-width: 30em) {
  .emotion--element.nomargin.main > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: none !important;
  }
}
.emotion--element.extra-padding > * {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
@media screen and (max-width: 75rem) {
  .emotion--element.extra-padding > * {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}
.fullbg .emotion--element {
  background: #f5f5f5;
}
.emotion--wrapper.is--fullscreen.fullbg {
  background-color: #f5f5f5;
}
.emotion--wrapper.is--fullscreen.fullbg .emotion--container {
  transform: scale(1) !important;
  margin: 0 auto;
  margin-left: 0 !important;
}
.emotion--wrapper.is--fullscreen.fullbg .emotion--container .emotion--element {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
body.tpo .emotion--wrapper.is--fullscreen.fullbg .emotion--container {
  transform: none !important;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .emotion--element .top-produkte--list {
    display: inline-block !important;
    width: 100% !important;
  }
  .emotion--element .top-produkte--list .produkt-entry {
    width: 47% !important;
    display: inline-block !important;
    margin: 10px 1% !important;
  }
}
.emotion--element .text-image-row {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}
.emotion--element .text-image-row .text {
  width: 100% !important;
}
.emotion--element .text-image-row .rightimage {
  width: 100% !important;
}
.emotion--element .homepagefeatures {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0 10px 10px 10px;
}
.emotion--element .homepagefeatures .feature {
  display: inline-flex;
  width: 100%;
  vertical-align: middle;
  align-items: center;
}
.emotion--element .homepagefeatures .feature .feature--image {
  flex: 30%;
}
.emotion--element .homepagefeatures .feature .feature--image .feature--image-vector {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 50px;
}
.emotion--element .homepagefeatures .feature .feature--detail {
  flex: 70%;
  padding-right: 25px;
}
.emotion--element .homepagefeatures .feature .feature--detail .feature--title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  text-transform: uppercase;
  font-weight: 600;
}
.emotion--element .homepagefeatures .feature .feature--detail .feature--description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
@media screen and (min-width: 30em) {
  .emotion--element .homepagefeatures {
    width: 90%;
    padding: 15px 0;
  }
  .emotion--element .homepagefeatures .feature {
    width: 33%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .emotion--element .homepagefeatures .feature .feature--image .feature--image-vector {
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .emotion--element .homepagefeatures .feature .feature--detail {
    padding-right: 0;
  }
  .emotion--element .homepagefeatures .feature .feature--detail .feature--title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .emotion--element .homepagefeatures .feature .feature--detail .feature--description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 15px auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    margin-top: 25px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures .feature {
    margin-bottom: 22px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures .feature .feature--detail h3.feature--title {
    margin-top: 0px;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures .feature .feature--detail .feature--description {
    font-family: 'open sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #283533;
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    line-height: 1.55rem;
    color: #011127;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures .feature .feature--image {
    height: 100%;
    padding-right: 2.5vw;
    padding-top: 12px;
    flex: 0 0 110px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .homepagefeatures .feature .feature--image .feature--image-vector {
    width: 60px;
    height: 100%;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--element .homepagefeatures .feature .feature--detail .feature--title {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
  .emotion--element .homepagefeatures .feature .feature--detail .feature--description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 15px auto;
    max-width: 300px;
  }
}
.emotion--element.disable-padding .image-text-row {
  padding-top: 0;
  padding-bottom: 0;
}
.emotion--element .image-text-row {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .image-text-row .text {
  width: 40%;
  text-align: center;
  padding: 5%;
}
.emotion--element .image-text-row .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.emotion--element .image-text-row .text p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .image-text-row .leftimage {
  width: 60%;
}
.emotion--element .image-text-row .leftimage img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .image-text-row {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .image-text-row .leftimage {
    width: 100%;
  }
  .emotion--element .image-text-row .text {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .image-text-row {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .image-text-row .leftimage {
    width: 100%;
  }
  .emotion--element .image-text-row .text {
    width: 100%;
  }
}
.emotion--wrapper .emotion--row .emotion--element.morepadding .parallax-cta .section {
  min-height: 500px;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-attachment: scroll;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 10px 50px 30px 50px;
  width: 50%;
  margin: 5rem 0;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay h1.overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink.image {
  background-color: white;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-black.png);
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink.image:hover {
  background-color: white;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink.image img {
  max-height: 4rem;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
    left: 0;
    width: 96%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
    left: 0;
    width: 94%;
  }
}
.emotion--element .twocolumntext {
  padding-bottom: 50px;
  padding-top: 50px;
}
.emotion--element .twocolumntext .twocolumntext--head {
  margin-bottom: 50px;
  text-align: center;
}
.emotion--element .twocolumntext .twocolumntext--head h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.125rem;
  font-weight: 600;
}
.emotion--element .twocolumntext .twocolumntext--head .subtitle {
  line-height: 1.75rem;
  margin-top: 20px;
  font-size: 1.25rem;
  color: #707070;
  display: block;
}
.emotion--element .twocolumntext .twocolumntext--body {
  column-count: 2;
  column-gap: 50px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .twocolumntext .twocolumntext--body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 48em) {
  .emotion--element .twocolumntext .twocolumntext--body {
    column-count: auto;
  }
}
.emotion--element .emotion--product-slider {
  max-width: 120rem;
  margin: 0 auto;
  padding: 50px 0;
  height: auto;
  background: none;
}
.emotion--element .emotion--product-slider .product-slider--title {
  background: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  height: auto;
  white-space: inherit;
  color: #283533;
}
.emotion--element .emotion--product-slider .product-slider--container {
  display: flex;
  flex-direction: column;
  white-space: normal;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product {
  width: 25%;
  padding: 20px;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  margin-bottom: 5px;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion {
  text-align: left;
  float: none;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--image {
  height: 15rem;
  max-width: 100%;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  height: auto;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  height: auto;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .product--price {
  flex-grow: 1;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .product--price .price--default {
  font-size: 1.5rem;
  font-weight: 700;
  color: #283533;
  line-height: 45px;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .product--price .price--default.is--discount {
  color: #f5766e;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .product--price .price--pseudo .price--discount {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .price--cta {
  flex-grow: 3;
  text-align: right;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--price-info .price--cta .contentlink {
  margin: 0;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--image .image--media {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--image .image--media picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .box--emotion .product--image .image--media picture img {
  width: auto;
  height: auto;
}
.emotion--element .emotion--product-slider .product-slider--container .slick-dots {
  position: static;
  color: #6ac2bf;
  margin-top: 30px;
}
.emotion--element .emotion--product-slider .product-slider--container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 3px;
  padding: 0;
  cursor: pointer;
}
.emotion--element .emotion--product-slider .product-slider--container .slick-dots li button:before {
  color: #6ac2bf;
}
.emotion--element .emotion--product-slider .product-slider--content {
  position: static;
  padding: 0;
}
.emotion--element .emotion--product-slider .product-slider--item {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-right: 10px;
}
.emotion--element .emotion--product-slider .product-slider--item:last-child {
  margin-right: 0;
}
.emotion--element .emotion--product-slider .panel--title.is--underline {
  border-bottom: 0;
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .main.emotion--element .emotion--product-slider {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .emotion--product-slider .product-slider--container .product-slider--product {
    margin-right: 15px;
    margin-left: 15px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .image--element img {
    position: relative;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .product--details a {
    font-family: Lato, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #283533;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .emotion--product-slider .product-slider--container .product-slider--product .product--details .product--description {
    height: fit-content;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #283533;
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    line-height: 1.55rem;
    color: #011127;
    font-weight: 600;
    font-family: Open Sans, Regular;
  }
  .emotion--element .emotion--product-slider {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .emotion--element .emotion--product-slider .product-slider--container .product-slider--product {
    margin-right: 0;
  }
}
.emotion--element.icon-3-75 .sixfeatures .feature:nth-child(3) .feature--image .feature--image-vector {
  background-size: 75% 75%;
}
.emotion--element .sixfeatures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  min-height: 50rem;
}
.emotion--element .sixfeatures .feature {
  text-align: center;
  width: 33%;
  padding: 0rem 3rem;
  margin-bottom: 2rem;
}
.emotion--element .sixfeatures .feature .feature--image .feature--image-vector {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .sixfeatures .feature .feature--image .feature--image-vector img {
  height: 50%;
  width: 50%;
}
.emotion--element .sixfeatures .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.emotion--element .sixfeatures .feature .feature--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  line-height: 1.75rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 30em) {
  .emotion--element .sixfeatures .feature {
    width: 100%;
  }
}
.category-tiles-container .category-tiles {
  flex-wrap: wrap;
  display: flex;
}
.category-tiles-container .category-tile,
.category-tiles-container .category-tile-bottom {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 0.625rem;
  position: relative;
}
.category-tiles-container .category-tile:hover .category-arrow,
.category-tiles-container .category-tile-bottom:hover .category-arrow {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-black.png);
  background-position: 1rem;
}
.category-tiles-container .category-tile img {
  width: 100%;
  height: auto;
}
.category-tiles-container .category-tile img.mobile {
  display: none;
}
.category-tiles-container .category-tile-content {
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  flex-direction: column;
  gap: 0.3125rem;
  max-width: 80%;
}
.category-tiles-container .category-tile-content h2 {
  line-height: 2.75rem;
  margin-bottom: 3px;
}
.category-tiles-container .category-tile-content h2 span {
  padding: 0.2rem;
}
.category-tiles-container .category-tile-content p {
  font-size: 1.15rem;
  line-height: 1.85rem;
  margin-bottom: 0px;
}
.category-tiles-container .category-tile-content p span {
  padding: 0 0.3125rem;
}
.category-tiles-container .category-arrow {
  position: absolute;
  bottom: 2rem;
  right: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  height: 24px;
  width: 4rem;
  background-size: 24px 24px;
  background-position: left;
  background-repeat: no-repeat;
  will-change: background-position;
  transition: background-position 300ms ease-in-out;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
}
.category-tiles-container .category-tile-content h2,
.category-tiles-container .category-tile-content p {
  width: fit-content;
}
.category-tiles-container .category-tile-content h2 span,
.category-tiles-container .category-tile-content p span {
  background: #fff;
  color: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  word-wrap: break-word;
}
.category-tiles-container .category-tiles-bottom {
  display: flex;
  flex: 1 1 100%;
}
.category-tiles-container .category-tile-bottom {
  flex: 1 1 33.33%;
  box-sizing: border-box;
  padding: 0.625rem;
  position: relative;
}
.category-tiles-container .category-tile-bottom img {
  width: 100%;
  height: auto;
}
.category-tiles-container .category-tile-bottom .category-tile-content {
  position: absolute;
  flex-direction: column;
  gap: 0.3125rem;
}
@media (min-width: 47rem) and (max-width: 75rem) {
  .category-tiles-container .category-tiles .category-tile-content,
  .category-tiles-container .category-tiles-bottom .category-tile-content {
    bottom: 1.35rem;
    left: 1.35rem;
  }
  .category-tiles-container .category-tiles .category-tile-content h2,
  .category-tiles-container .category-tiles-bottom .category-tile-content h2 {
    font-size: 1.25rem;
    line-height: 2.1rem;
    max-width: 70%;
  }
  .category-tiles-container .category-tiles .category-tile-content p,
  .category-tiles-container .category-tiles-bottom .category-tile-content p {
    font-size: 1rem;
    line-height: 1.65rem;
  }
  .category-tiles-container .category-arrow {
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
  }
}
@media (max-width: 46rem) {
  .category-tiles-container .category-tiles-bottom {
    flex-direction: column;
  }
  .category-tiles-container .category-tile,
  .category-tiles-container .category-tile-bottom {
    flex: 1 1 100%;
  }
  .category-tiles-container .category-tile img.mobile {
    display: block;
  }
  .category-tiles-container .category-tile img.desktop {
    display: none;
  }
}
.emotion--element .text-image-row {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .text-image-row .text {
  width: 40%;
  text-align: center;
  padding: 5%;
}
.emotion--element .text-image-row .text h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
.emotion--element .text-image-row .rightimage {
  width: 60%;
}
.emotion--element .text-image-row .rightimage img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .text-image-row {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .text-image-row .text {
    width: 100%;
  }
  .emotion--element .text-image-row .rightimage {
    width: 100%;
  }
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .emotion--element .text-image-row {
    padding: 50px 0;
    display: flex;
    flex-direction: column !important;
  }
  .emotion--element .text-image-row .text {
    width: 100% !important;
  }
  .emotion--element .text-image-row .rightimage {
    width: 100% !important;
  }
}
.emotion--element .top-produkte {
  background-color: #f5f5f5;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}
.emotion--element .top-produkte .top-produkte--wrapper {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--title {
  margin-bottom: 50px;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--title .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 1rem;
  color: #707070;
  display: block;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  gap: 1%;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry {
  width: 25%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--img img {
  width: 100%;
  object-fit: cover;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text {
  padding: 1.25rem;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text h3 a {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text .produkt-entry--description {
  margin: 0 0 25px 0;
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text .produkt-entry--cta {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 25px 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry {
    width: 45%;
  }
  .emotion--element .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry:first-child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element.main .top-produkte {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list {
    flex-wrap: wrap;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry {
    width: 100%;
    margin-top: 0px;
    background: none;
    border: none;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry:first-child {
    margin-left: 0;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text {
    padding: 20px 0px;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text h3 a {
    font-family: Lato, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    color: #283533;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text .produkt-entry--description {
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
  }
  .emotion--element.main .top-produkte .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text .produkt-entry--cta {
    width: 73px;
    height: 48px;
    background-size: 1.25rem 1.25rem;
    margin-bottom: 10px;
  }
}
.emotion--element .threefeatures {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 3rem 0;
  gap: 1%;
}
.emotion--element .threefeatures .feature {
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  width: 33%;
  padding: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
.emotion--element .threefeatures .feature .feature--icon .feature--image-vector {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .threefeatures .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.emotion--element .threefeatures .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 15px;
}
.emotion--element .threefeatures .feature .feature--cta {
  display: inline-block;
  font-weight: bold;
  margin: 25px 0 25px 0;
  padding: 12px 25px;
  border-radius: 5px;
}
@media screen and (max-width: 30em) {
  .emotion--element .threefeatures {
    flex-wrap: wrap;
  }
  .emotion--element .threefeatures .feature {
    margin-top: 1rem;
    width: 100%;
  }
}
.emotion--element .text-image-row {
  padding-top: 0;
  padding-bottom: 0;
}
.emotion--element .text-image-row.homepageavatare {
  padding-bottom: 3rem;
}
.emotion--element .text-image-row.homepageavatare .text {
  padding: 0;
}
.emotion--element .text-image-row.homepageavatare .text .tab {
  overflow: hidden;
}
.emotion--element .text-image-row.homepageavatare .text .tab button {
  font-size: 1rem;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  transition: 0.3s;
  border-radius: 4px;
  color: #c1c2c5;
}
.emotion--element .text-image-row.homepageavatare .text .tab button:hover {
  color: #283533;
}
.emotion--element .text-image-row.homepageavatare .text .tab button.active {
  color: #283533;
  background-color: #f5f5f5;
}
.emotion--element .text-image-row.homepageavatare .text .tabcontent {
  display: flex;
  padding: 3rem;
}
.emotion--element .text-image-row.homepageavatare .text .tabcontent h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.emotion--element .text-image-row.homepageavatare .text .tabcontent p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 30em) {
  .emotion--element .text-image-row.homepageavatare .text .tabcontent {
    padding: 2rem;
  }
  .emotion--element .text-image-row.homepageavatare .text .tabcontent p {
    max-width: 100%;
  }
}
.homepageavatare {
  flex-wrap: wrap;
  flex-direction: initial !important;
}
.homepageavatare .tab {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .homepageavatare .tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.homepageavatare .tab .tablinks {
  font-size: 1rem;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
  transition: 0.3s;
  border-radius: 4px;
  color: #c1c2c5;
}
@media (max-width: 991px) {
  .homepageavatare .tab .tablinks {
    margin-bottom: 5px;
  }
}
.homepageavatare .tab .tablinks.active {
  color: #283533;
  background-color: #f5f5f5;
}
.homepageavatare .tab .tablinks:hover {
  color: #283533;
}
.homepageavatare .content-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .homepageavatare .content-container {
    padding: 0 20px;
  }
}
.homepageavatare .content-container .left_sec,
.homepageavatare .content-container .right_sec {
  width: 50%;
}
@media (max-width: 991px) {
  .homepageavatare .content-container .left_sec,
  .homepageavatare .content-container .right_sec {
    width: 100%;
  }
}
.homepageavatare .content-container .left_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.homepageavatare .content-container .left_sec .tabcontent {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  max-width: 90%;
}
.homepageavatare .content-container .left_sec .tabcontent .contentlink {
  margin: 50px auto 25px auto;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button::before {
  color: #6ac2bf !important;
}
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
}
@media screen and (max-width: 48em) {
  .emotion--row .emotion--element .homepageavatare {
    flex-direction: column-reverse;
  }
  .emotion--row .emotion--element .homepageavatare .text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--row .emotion--element .homepageavatare {
    flex-direction: column-reverse;
  }
  .emotion--row .emotion--element .homepageavatare .text {
    margin-top: 1rem;
  }
  .emotion--row .emotion--element.main .content-container {
    flex-direction: column-reverse;
  }
}
.emotion--element.nobadge .videoelement .badge1 {
  display: none;
}
.emotion--element.smallervideo .videoelement {
  max-width: 96rem;
}
.emotion--element .videoelement {
  position: relative;
}
.emotion--element .videoelement video {
  max-width: 100%;
}
.emotion--element .videoelement .badge1 {
  position: absolute;
  bottom: 1.25rem;
  left: 10.25rem;
  height: 125px;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .videoelement {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .videoelement {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .videoelement video {
    width: auto;
    object-fit: cover;
  }
  .emotion--wrapper .emotion--row .emotion--element .videoelement img {
    display: none;
  }
}
.emotion--element.largewidth .twocta .twocta-column:first-child .twocta-column--img .feature--image-vector {
  width: 250px;
}
.emotion--element .twocta {
  max-width: 120rem;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  gap: 1rem;
}
.emotion--element .twocta .twocta-column {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
}
.emotion--element .twocta .twocta-column .twocta-column--img .feature--image-vector {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .twocta .twocta-column .twocta-column--title h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  color: #6ac2bf;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.emotion--element .twocta .twocta-column .twocta-column--description {
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 30em) {
  .emotion--element .twocta {
    flex-wrap: wrap;
  }
  .emotion--element .twocta .twocta-column {
    width: 100%;
  }
}
.emotion--element .categoryproducts--wrapper {
  padding-top: 80px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts-title {
  text-align: center;
  margin-bottom: 50px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts-title .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts-title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  padding: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img {
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 1rem;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .image {
  width: 75%;
  max-height: 390px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .iconlist {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
  width: 50%;
  max-height: 55px;
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--title a {
  color: #283533;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--title a:hover {
  color: #6ac2bf;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin: 0 0 25px 0;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--details {
  display: flex;
  flex-direction: row;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 45px;
}
.emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--details .jbcproduct--details-cta .contentlink {
  margin: 0 25px;
}
@media screen and (max-width: 30em) {
  .emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct {
    width: 100%;
  }
  .emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img {
    flex-wrap: wrap;
  }
  .emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .image {
    width: 100%;
  }
  .emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .iconlist {
    width: 100%;
    margin-top: 1.25rem;
  }
  .emotion--element .categoryproducts--wrapper .jbc-categoryproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
    width: 33%;
    min-height: 40px;
    margin-bottom: 1.5rem;
  }
}
.emotion--element .two-categoryproducts--wrapper {
  padding-top: 80px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts-title {
  text-align: center;
  margin-bottom: 50px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts-title .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts-title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  padding: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img {
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 1rem;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .image {
  width: 75%;
  max-height: 390px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .iconlist {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
  width: 50%;
  max-height: 55px;
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--title a {
  color: #283533;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--title a:hover {
  color: #6ac2bf;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin: 0 0 25px 0;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--details {
  display: flex;
  flex-direction: row;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 45px;
}
.emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--details .jbcproduct--details-cta .contentlink {
  margin: 0 25px;
}
@media screen and (max-width: 30em) {
  .emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct {
    width: 100%;
  }
  .emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img {
    flex-wrap: wrap;
  }
  .emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .image {
    width: 100%;
  }
  .emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .iconlist {
    width: 100%;
    margin-top: 1.25rem;
  }
  .emotion--element .two-categoryproducts--wrapper .jbc-two-categoryproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
    width: 33%;
    min-height: 40px;
    margin-bottom: 1.5rem;
  }
}
.emotion--element .teaserimagecta {
  padding-top: 80px;
  text-align: center;
}
.emotion--element .teaserimagecta .title-wrapper {
  margin-bottom: 50px;
}
.emotion--element .teaserimagecta .title-wrapper .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.emotion--element .teaserimagecta .title-wrapper .subtitle {
  font-size: 1.1rem;
  color: #707070;
}
.emotion--element .teaserimagecta .contentlink {
  padding: 20px 45px 20px 20px;
  font-size: 1.1rem;
  font-weight: normal;
  height: auto;
  width: auto;
  background-position: right 20px center;
}
.emotion--element .teaserimagecta .contentlink:hover {
  background-position: right 10px center;
}
.emotion--element .featuredcolumns {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .featuredcolumns .featuredcolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .featuredcolumns .featuredcolumns--title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.emotion--element .featuredcolumns .featuredcolumns--list {
  margin-top: 50px;
  display: flex;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry {
  padding: 35px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 15px;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2),
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2) ~ div {
  width: calc(50% - 15px);
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
  width: 33%;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:last-child {
  margin-right: 0;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--img img {
  width: 100%;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--text h3 {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 1.25rem 0 10px 0;
  font-weight: 600;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--text h3 a {
  color: #283533;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  margin: 0 0 25px 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .emotion--element .featuredcolumns .featuredcolumns--list {
    flex-wrap: wrap;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2),
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2) ~ div {
    width: 100%;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
    width: 100%;
  }
}
.emotion--element .text-video-row {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .text-video-row .text {
  width: 40%;
  text-align: left;
  padding: 5% 5% 5% 0;
}
.emotion--element .text-video-row .text h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}
.emotion--element .text-video-row .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.emotion--element .text-video-row .videoelement {
  width: 60%;
}
.emotion--element .text-video-row .videoelement iframe {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .text-image-row {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .text-image-row .text {
    width: 100%;
  }
  .emotion--element .text-image-row .videoelement {
    width: 100%;
  }
}
.emotion--element .category-image-text-banner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .category-image-text-banner .text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  width: 40%;
  text-align: left;
  padding: 0 2%;
}
.emotion--element .category-image-text-banner .text .text--icon {
  text-align: left;
}
.emotion--element .category-image-text-banner .text .text--icon img {
  width: auto;
  margin: 0 auto;
}
.emotion--element .category-image-text-banner .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
.emotion--element .category-image-text-banner .text .text--title a {
  color: #283533;
}
.emotion--element .category-image-text-banner .text .text--description {
  margin-top: 35px;
}
.emotion--element .category-image-text-banner .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .category-image-text-banner .text .text--banner {
  text-align: left;
  margin-top: 50px;
}
.emotion--element .category-image-text-banner .text .text--banner img {
  width: auto;
}
.emotion--element .category-image-text-banner .text .text--cta {
  width: fit-content;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.emotion--element .category-image-text-banner .text .text--cta .contentlink {
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 3.75rem;
  min-width: 20rem;
  height: 4rem;
  background-size: 1.375rem 1.375rem;
  background-position: right 1.25rem center;
  font-weight: normal;
}
.emotion--element .category-image-text-banner .text .text--cta .contentlink:hover {
  background-position: right 1rem center;
}
.emotion--element .category-image-text-banner .image {
  width: 60%;
}
@media screen and (max-width: 64em) {
  .emotion--element .category-image-text-banner {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text-banner .image {
    width: 100%;
  }
  .emotion--element .category-image-text-banner .text {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .category-image-text-banner {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text-banner .image {
    width: 100%;
  }
  .emotion--element .category-image-text-banner .text {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .category-image-text-banner {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .category-image-text-banner .image {
    width: 100%;
  }
  .emotion--element .category-image-text-banner .text {
    width: 100%;
  }
}
.emotion--element.nocta .category-text-image-banner .text .text--cta {
  display: none;
}
.emotion--element .category-text-image-banner .text {
  text-align: left;
  padding-left: 0;
}
.emotion--element .category-text-image-banner .text .text--title {
  text-align: left;
}
.emotion--element .category-text-image-banner .text .text--description {
  text-align: left;
}
.emotion--element .category-text-image-banner .text .text--cta {
  width: fit-content;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.emotion--element .category-text-image-banner .text .text--cta .contentlink {
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 3.75rem;
  min-width: 20rem;
  height: 4rem;
  background-size: 1.375rem 1.375rem;
  background-position: right 1.25rem center;
  font-weight: normal;
}
.emotion--element .category-text-image-banner .text .text--cta .contentlink:hover {
  background-position: right 1rem center;
}
.emotion--element .category-text-image-banner .text--banner img {
  margin-top: 50px;
}
.emotion--element .plattenform {
  margin: 0 auto;
}
.emotion--element .plattenform .top-produkte--wrapper {
  text-align: left;
}
.emotion--element .plattenform .top-produkte--wrapper .top-produkte--list .produkt-entry {
  border-radius: 8px;
}
.emotion--element .plattenform .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--img {
  padding-top: 8px;
}
.emotion--element .plattenform .top-produkte--wrapper .top-produkte--list .produkt-entry .produkt-entry--text h3 {
  text-transform: none;
}
.emotion--element .plattenform .top-produkte--wrapper .top-produkte--title {
  text-align: center;
}
.emotion--element .threeimagecolumns .featuredcolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.emotion--element .threeimagecolumns .featuredcolumns--title .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #707070;
}
.emotion--element .threeimagecolumns .featuredcolumns--list .feature-entry {
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
}
.emotion--element .threeimagecolumns .featuredcolumns--list .feature-entry .feature-entry--text {
  padding: 30px;
}
.emotion--element .threeimagecolumns .featuredcolumns--list .feature-entry .feature-entry--text h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2rem;
}
.emotion--element .threeimagecolumns .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .jbc-centeredimage {
  margin: 0 auto;
}
.emotion--element .jbc-centeredimage .image img {
  width: 100%;
}
.emotion--element.hockerBg .jbc-centeredimage {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/bg.png);
  background-repeat: repeat-x;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.emotion--element .jbc-simplecta {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .twoproducts--wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts-title {
  text-align: center;
  margin-bottom: 50px;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts-title .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts-title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  padding: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
  position: relative;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--img {
  margin-bottom: 30px;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--img .image--percent {
  position: absolute;
  top: 0;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.875rem;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--img img {
  max-height: 270px;
  margin: 0 auto;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #6ac2bf;
  text-align: center;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 0 0 25px 0;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  flex-grow: 1;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price.price--info-special {
  color: #f37771;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 2rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-cta {
  flex-grow: 3;
  text-align: right;
}
.emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--details .jbcproduct--details-cta .contentlink {
  margin: 0;
}
@media screen and (max-width: 30em) {
  .emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct {
    width: 100%;
  }
  .emotion--element .twoproducts--wrapper .jbc-twoproducts .jbcproduct .jbcproduct--img img {
    max-width: 100%;
  }
}
.emotion--element .tworectangleimageboxes--wrapper {
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox .imagebox--img img {
  width: 100%;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox .imagebox--inner {
  padding: 2rem;
  text-align: center;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox .imagebox--inner .imagebox--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #6ac2bf;
}
.emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox .imagebox--inner .imagebox--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 30em) {
  .emotion--element .tworectangleimageboxes--wrapper .jbc-tworectangleimageboxes .imagebox {
    width: 100%;
  }
}
.emotion--element .ctawithlabel {
  text-align: center;
  margin-bottom: 20px;
}
.emotion--element .ctawithlabel .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.emotion--element .ctawithlabel .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .ctawithlabel .contentlink .icon--arrow-right {
  display: none;
}
.emotion--element .ctawithlabel .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .ctawithlabel .contentlink .icon--arrow-right {
  display: none;
}
.emotion--element.jbc-kontaktform {
  max-width: 60%;
  margin: 0 auto !important;
  float: none !important;
}
.emotion--element.jbc-kontaktform .forms--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.emotion--element.jbc-kontaktform .forms--text {
  text-align: center;
}
.emotion--element.jbc-kontaktform .forms--text p {
  font-size: 1.125rem;
  color: #707070;
}
.emotion--element.jbc-kontaktform .forms--content {
  margin-top: 0;
}
.emotion--element.jbc-kontaktform .forms--content input {
  border: 1px solid #c1c2c5;
  padding: 20px;
}
.emotion--element.jbc-kontaktform .forms--content input::placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #c1c2c5;
}
.emotion--element.jbc-kontaktform .forms--content textarea {
  border: 1px solid #c1c2c5;
  padding: 20px;
  min-height: 240px;
}
.emotion--element.jbc-kontaktform .forms--content textarea::placeholder {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #c1c2c5;
}
.emotion--element.jbc-kontaktform .forms--content select {
  border: 1px solid #c1c2c5;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  color: #c1c2c5;
  font-size: 1.25rem;
  padding-left: 20px;
}
.emotion--element.jbc-kontaktform .forms--content .forms--checkbox label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.emotion--element.jbc-kontaktform .forms--content .fileupload-outer {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.emotion--element.jbc-kontaktform .forms--content .forms--required {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  text-align: right;
  color: #6ac2bf;
}
.emotion--element.jbc-kontaktform .forms--content .privacy-information label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.emotion--element.jbc-kontaktform .forms--content .buttons .btn.is--primary {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.emotion--element.jbc-kontaktform .forms--content .buttons .btn.is--primary:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element.jbc-kontaktform .forms--content .buttons .btn.is--primary .icon--arrow-right {
  display: none;
}
.emotion--element.jbc-kontaktform .forms--content .buttons .btn.is--primary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element.jbc-kontaktform .forms--content .buttons .btn.is--primary .icon--arrow-right {
  display: none;
}
@media screen and (max-width: 30em) {
  .emotion--element.jbc-kontaktform {
    max-width: 100%;
  }
}
.detail-general-container {
  max-width: 120rem;
  margin: 0 auto;
}
.detail-general-container > * {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 75rem) {
  .detail-general-container > * {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.emotion--element .detailhighlights,
.detail-general-container .detailhighlights {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}
.emotion--element .detailhighlights .highlight--video,
.detail-general-container .detailhighlights .highlight--video {
  width: 55%;
}
.emotion--element .detailhighlights .highlight--video video,
.detail-general-container .detailhighlights .highlight--video video {
  width: 100%;
  height: 100%;
}
.emotion--element .detailhighlights .highlight--image,
.detail-general-container .detailhighlights .highlight--image {
  width: 55%;
}
.emotion--element .detailhighlights .highlight--image img,
.detail-general-container .detailhighlights .highlight--image img {
  width: 100%;
}
.emotion--element .detailhighlights .highlight--details,
.detail-general-container .detailhighlights .highlight--details {
  padding-top: 1rem;
  padding-left: 4.5rem;
  width: 45%;
  display: flex;
  flex-direction: column;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image {
  width: auto;
  margin: 0 auto;
  border-top: 1px solid #cbcbcb;
  padding-top: 2.5rem;
  text-align: center;
  padding-left: 0;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image .highlight--list ul,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image .highlight--list ul {
  list-style-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/checkmark.png);
  list-style-position: inside;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image .highlight--list ul li,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image .highlight--list ul li:before,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image .highlight--list ul li:before {
  content: "";
}
.emotion--element .detailhighlights .highlight--details .highlight--list,
.detail-general-container .detailhighlights .highlight--details .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul {
  list-style-type: none;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul li,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 1.25rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes strong,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes strong {
  color: #283533;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes p,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes p strong,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes p strong {
  color: #283533;
}
@media screen and (max-width: 48em) {
  .emotion--element .detailhighlights,
  .detail-general-container .detailhighlights {
    flex-wrap: wrap;
  }
  .emotion--element .detailhighlights .highlight--video,
  .detail-general-container .detailhighlights .highlight--video {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details,
  .detail-general-container .detailhighlights .highlight--details {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 0;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list,
  .detail-general-container .detailhighlights .highlight--details .highlight--list {
    width: 49%;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
    padding-left: 2rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
    left: -0.25rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--attributes,
  .detail-general-container .detailhighlights .highlight--details .highlight--attributes {
    width: 49%;
    margin-top: 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--row .emotion--element .detailhighlights,
  .detail-general-container .detailhighlights {
    flex-wrap: wrap;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--video,
  .detail-general-container .detailhighlights .highlight--video {
    width: 100%;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--image,
  .detail-general-container .detailhighlights .highlight--image {
    width: 100%;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details,
  .detail-general-container .detailhighlights .highlight--details {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details .highlight--list,
  .detail-general-container .detailhighlights .highlight--details .highlight--list {
    width: 100%;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details .highlight--list ul,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul {
    list-style-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/checkmark.png);
    list-style-position: inside;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details .highlight--list ul li,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
    position: relative;
    padding-bottom: 1rem;
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
    content: "";
  }
  .emotion--row .emotion--element .detailhighlights .highlight--details .highlight--attributes,
  .detail-general-container .detailhighlights .highlight--details .highlight--attributes {
    width: 100%;
  }
}
.emotion--element.teaser .titlesubtitle .subtitle {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .titlesubtitle {
  padding-top: 75px;
  text-align: center;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.emotion--element .titlesubtitle .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
  display: block;
}
.emotion--element .titlesubtitle h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 30em) {
  .emotion--element.main .titlesubtitle h2 {
    font-size: 24px;
  }
  .emotion--element.main .titlesubtitle .subtitle {
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
    color: #707070;
    line-height: 28px;
  }
}
.emotion--element .imageaccordion {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}
.emotion--element .imageaccordion .image {
  width: 33%;
}
.emotion--element .imageaccordion .accordion--wrapper {
  padding-left: 3%;
  width: 66%;
  display: flex;
  flex-direction: column;
}
.emotion--element .imageaccordion .accordion--wrapper h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.emotion--element .imageaccordion .accordion--wrapper .accordion-body .accordion {
  line-height: 2rem;
  background-color: #fff;
  color: #283533;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
  transition: 0.4s;
}
.emotion--element .imageaccordion .accordion--wrapper .accordion-body .accordion:after {
  content: '\002B';
  color: #6ac2bf;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
.emotion--element .imageaccordion .accordion--wrapper .accordion-body .active:after {
  content: "\2212";
}
.emotion--element .imageaccordion .accordion--wrapper .accordion-body .panel {
  padding: 1.25rem;
  background-color: #f5f5f5;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.emotion--element .imageaccordion .accordion--wrapper .accordion-body .panel p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 64em) {
  .emotion--element .imageaccordion {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .emotion--element .imageaccordion .image {
    display: none;
  }
  .emotion--element .imageaccordion .accordion--wrapper {
    width: 100%;
    padding-left: 0;
  }
  .emotion--element .imageaccordion .accordion--wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .imageaccordion {
    flex-wrap: wrap;
  }
  .emotion--element .imageaccordion .image {
    display: block;
    width: 100%;
  }
  .emotion--element .imageaccordion .accordion--wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.emotion--element .badges-with-text-description .container {
  display: flex;
  flex-direction: row;
  padding: 0.625rem;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.emotion--element .badges-with-text-description .text {
  width: 75%;
  text-align: left;
  padding: 0 5%;
}
.emotion--element .badges-with-text-description .text h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .badges-with-text-description .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .badges-with-text-description .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .badges-with-text-description .text .text--description ul {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  list-style: none;
  margin-bottom: 1.25rem;
}
.emotion--element .badges-with-text-description .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .badges-with-text-description .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .badges-with-text-description .text .text--description ol li {
  margin-bottom: 0.5rem;
}
.emotion--element .badges-with-text-description .text .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .badges-with-text-description .text .highlight--list ul {
  list-style-type: none;
}
.emotion--element .badges-with-text-description .text .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .badges-with-text-description .text .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .badges-with-text-description .image {
  width: 25%;
}
.emotion--element .badges-with-text-description .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .badges-with-text-description {
    padding-top: 2.5rem;
  }
  .emotion--element .badges-with-text-description .container {
    flex-direction: column;
  }
  .emotion--element .badges-with-text-description .text {
    width: 100%;
  }
  .emotion--element .badges-with-text-description .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .badges-with-text-description {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .emotion--element .badges-with-text-description .image {
    margin-bottom: 1rem;
  }
}
.emotion--element .iconaccordion {
  margin-bottom: 50px;
}
.emotion--element .iconaccordion .accordion--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0rem 6rem;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion--header {
  display: flex;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion--header img {
  width: 10rem;
  height: 8.625rem;
  margin-right: 2.5rem;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion--header h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .accordion {
  line-height: 2rem;
  background-color: #fff;
  color: #283533;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
  transition: 0.4s;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .accordion:after {
  content: '\002B';
  color: #6ac2bf;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .active:after {
  content: "\2212";
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .panel {
  padding: 1.25rem;
  background-color: #f5f5f5;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .panel p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .iconaccordion .accordion--wrapper .accordion-body .panel ul {
  list-style-position: inside;
  margin-left: 1.25rem;
}
@media screen and (max-width: 64em) {
  .emotion--element .iconaccordion {
    flex-wrap: wrap;
  }
  .emotion--element .iconaccordion .accordion--wrapper {
    margin: 0rem;
  }
  .emotion--element .iconaccordion .accordion--wrapper .accordion--header img {
    display: none;
  }
  .emotion--element .iconaccordion .accordion--wrapper .accordion--header h2 {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .iconaccordion {
    flex-wrap: wrap;
  }
}
.emotion--element .accordionimage {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}
.emotion--element .accordionimage .image {
  width: 33%;
}
.emotion--element .accordionimage .accordion--wrapper {
  padding-right: 3%;
  width: 66%;
  display: flex;
  flex-direction: column;
}
.emotion--element .accordionimage .accordion--wrapper h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.emotion--element .accordionimage .accordion--wrapper .accordion-body .accordion {
  line-height: 2rem;
  background-color: #fff;
  color: #283533;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
  transition: 0.4s;
}
.emotion--element .accordionimage .accordion--wrapper .accordion-body .accordion:after {
  content: '\002B';
  color: #6ac2bf;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
.emotion--element .accordionimage .accordion--wrapper .accordion-body .active:after {
  content: "\2212";
}
.emotion--element .accordionimage .accordion--wrapper .accordion-body .panel {
  padding: 1.25rem;
  background-color: #f5f5f5;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.emotion--element .accordionimage .accordion--wrapper .accordion-body .panel p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 64em) {
  .emotion--element .accordionimage {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .emotion--element .accordionimage .image {
    display: none;
  }
  .emotion--element .accordionimage .accordion--wrapper {
    width: 100%;
    padding-right: 0;
  }
  .emotion--element .accordionimage .accordion--wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .accordionimage {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .emotion--element .accordionimage .image {
    display: block;
    width: 100%;
  }
  .emotion--element .accordionimage .accordion--wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.emotion--element .addtocartimage {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
}
.emotion--element .addtocartimage .image {
  position: relative;
  width: 60%;
  border: 1px solid #dcdcdc;
  padding: 20px;
}
.emotion--element .addtocartimage .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion--element .addtocartimage .image img {
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  text-align: center;
}
.emotion--element .addtocartimage .text--wrapper {
  padding-top: 1rem;
  padding-right: 3%;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.emotion--element .addtocartimage .text--wrapper .titlearea {
  text-align: center;
}
.emotion--element .addtocartimage .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.emotion--element .addtocartimage .text--wrapper .titlearea .title a {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.emotion--element .addtocartimage .text--wrapper .titlearea .subtitle {
  font-size: 1.5rem;
  color: #6ac2bf;
  font-weight: 600;
}
.emotion--element .addtocartimage .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: 1rem auto 3rem auto;
}
.emotion--element .addtocartimage .text--wrapper .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.emotion--element .addtocartimage .text--wrapper .price .price--info-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.emotion--element .addtocartimage .text--wrapper .price .price--info {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
}
.emotion--element .addtocartimage .text--wrapper .price .price--info.price--info-special {
  color: #f37771;
}
.emotion--element .addtocartimage .text--wrapper .price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.emotion--element .addtocartimage .text--wrapper .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.emotion--element .addtocartimage .text--wrapper .actions {
  width: 320px;
  margin: 0 auto;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  margin-top: 1rem;
  min-width: 320px;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  min-width: 320px;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart .icon--arrow-right {
  display: none;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart .icon--arrow-right {
  display: none;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .addtocartimage .text--wrapper .actions .cta--addtocart:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
@media screen and (max-width: 64em) {
  .emotion--element .addtocartimage {
    flex-wrap: wrap;
  }
  .emotion--element .addtocartimage.textimage {
    flex-direction: column-reverse;
  }
  .emotion--element .addtocartimage .text--wrapper {
    width: 100%;
  }
  .emotion--element .addtocartimage .image {
    width: 100%;
  }
}
.emotion--element.noborder .productdetails4columns .productdetails4columns-element {
  border: none;
  padding: 0rem;
}
.emotion--element.noborder .productdetails4columns .productdetails4columns-element h3 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
  text-transform: initial;
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.emotion--element.threecolumns .productdetails4columns {
  --columns: 3;
}
.emotion--element .productdetails4columns {
  --columns: 4;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
.emotion--element .productdetails4columns.three-columns {
  --columns: 3;
}
.emotion--element .productdetails4columns.three-columns .productdetails4columns-element {
  padding: 1.75rem;
}
.emotion--element .productdetails4columns .productdetails4columns-element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding: 1.5rem;
}
.emotion--element .productdetails4columns .productdetails4columns-element h3 {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5rem;
}
.emotion--element .productdetails4columns .productdetails4columns-element p,
.emotion--element .productdetails4columns .productdetails4columns-element .content {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  color: #283533;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .productdetails4columns {
    --columns: 4;
  }
  .emotion--element .productdetails4columns.three-columns {
    --columns: 4;
  }
  .emotion--element.threecolumns .productdetails4columns {
    --columns: 3;
  }
}
@media screen and (max-width: 75rem) {
  .emotion--element .productdetails4columns {
    --columns: 2;
  }
  .emotion--element .productdetails4columns.three-columns {
    --columns: 2;
  }
  .emotion--element.threecolumns .productdetails4columns {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .productdetails4columns {
    --columns: 1;
  }
  .emotion--element .productdetails4columns.three-columns {
    --columns: 1;
  }
  .emotion--element.threecolumns .productdetails4columns {
    --columns: 1;
  }
}
.emotion--element .functionalityinfo .inner-container {
  padding-left: 6rem;
  padding-right: 6rem;
}
.emotion--element .functionalityinfo .inner-container .headline h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.75rem;
  margin-top: 3.375rem;
}
.emotion--element .functionalityinfo .inner-container .functionalityinfo-element {
  padding: 0.625rem 0rem;
  display: flex;
  align-items: center;
}
.emotion--element .functionalityinfo .inner-container .functionalityinfo-element .img-container {
  height: 7.5rem;
  min-width: 7.5rem;
  background-color: white;
}
.emotion--element .functionalityinfo .inner-container .functionalityinfo-element .content {
  margin: 0rem 1rem;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  line-height: 2rem;
  color: #283533;
}
@media screen and (max-width: 75rem) {
  .emotion--element .functionalityinfo .inner-container .headline {
    text-align: center;
  }
  .emotion--element .functionalityinfo .inner-container .functionalityinfo-element {
    align-items: flex-start;
  }
  .emotion--element .functionalityinfo .inner-container .functionalityinfo-element .img-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .functionalityinfo .inner-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 22.75rem) {
  .emotion--element .functionalityinfo .inner-container .headline {
    text-align: left;
  }
}
.emotion--element .functionalityinfonew .inner-container {
  padding-left: 6rem;
  padding-right: 6rem;
  margin-bottom: 3.125rem;
}
.emotion--element .functionalityinfonew .inner-container .headline {
  text-align: center;
  text-transform: uppercase;
}
.emotion--element .functionalityinfonew .inner-container .headline h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.75rem;
  margin-top: 3.375rem;
}
.emotion--element .functionalityinfonew .inner-container .functionalityinfo-element {
  padding: 0.625rem 0rem;
  display: flex;
  align-items: center;
}
.emotion--element .functionalityinfonew .inner-container .functionalityinfo-element .img-container {
  height: 7.5rem;
  min-width: 7.5rem;
  background-color: white;
}
.emotion--element .functionalityinfonew .inner-container .functionalityinfo-element .content {
  margin: 0rem 1rem;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  line-height: 2rem;
  color: #283533;
}
@media screen and (max-width: 75rem) {
  .emotion--element .functionalityinfo .inner-container .headline {
    text-align: center;
  }
  .emotion--element .functionalityinfo .inner-container .functionalityinfo-element {
    align-items: flex-start;
  }
  .emotion--element .functionalityinfo .inner-container .functionalityinfo-element .img-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .functionalityinfonew .inner-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .functionalityinfonew {
    padding-left: 5%;
  }
  .emotion--wrapper .emotion--row .emotion--element .functionalityinfonew .inner-container .functionalityinfo-element {
    align-items: flex-start;
  }
  .emotion--wrapper .emotion--row .emotion--element .functionalityinfonew .inner-container .functionalityinfo-element .img-container {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 22.75rem) {
  .emotion--element .functionalityinfonew .inner-container .headline {
    text-align: left;
  }
}
.emotion--element .anchorlinks {
  --columns: 3;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding-top: 1.25em;
}
.emotion--element .anchorlinks .anchorlink-element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  height: 5rem;
  background-color: #F5F5F5;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.emotion--element .anchorlinks .anchorlink-element img {
  padding: .375rem 2.5rem .375rem 3.125rem;
}
.emotion--element .anchorlinks .anchorlink-element span {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-weight: bold;
  color: #283533;
  text-transform: uppercase;
}
.emotion--element .anchorlinks .anchorlink-element:hover span {
  text-decoration: underline;
}
.promotion .anchorlinks .anchorlink-element img {
  padding: 0rem 2.5rem 0rem 1.85rem;
  max-height: none;
  height: 6.5rem;
  margin-top: -1.8rem;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .anchorlinks {
    --columns: 3;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .anchorlinks {
    --columns: 1;
  }
  .promotion .anchorlinks {
    --gap: 3rem;
  }
}
.emotion--element .listing--flex-wrapper.anchorlist {
  --columns: 6;
  --gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  padding-top: 2em;
  margin-bottom: 1.25rem;
}
.emotion--element .anchorlist-element {
  display: flex;
  align-items: center;
  color: #283533;
}
.emotion--element .anchorlist-element span {
  margin-left: 0.5rem;
}
.emotion--element .anchorlist-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  height: 4.688rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.emotion--element .anchorlist-textlink {
  display: block;
  margin-top: .7rem;
  color: #283533;
  text-decoration: underline;
  font-size: 1.125;
  line-height: 1.5rem;
  font-weight: 600;
}
.emotion--element .anchorlist-textlink:hover {
  color: #6ac2bf;
}
.emotion--element .anchorlist-icon {
  width: 100%;
  max-width: 95px;
  max-height: 50px;
}
.emotion--element .anchorlist-icon-container {
  width: 100%;
  height: 7.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}
.emotion--element .anchorlist-icon-container:hover {
  box-shadow: none;
  background: linear-gradient(to bottom, transparent 95%, #6ac2bf 95%, #6ac2bf 100%);
}
.emotion--element .anchorlist-icon-container span {
  text-align: left;
  font-weight: bold;
  word-spacing: 9999999px;
  max-width: 100px;
}
@media screen and (max-width: 75rem) {
  .emotion--element .listing--flex-wrapper.anchorlist {
    --columns: 4;
  }
  .emotion--element .anchorlist-icon-container span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .listing--flex-wrapper.anchorlist {
    --columns: 2;
  }
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .anchorlist-icon-container span {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
.emotion--element .iconbenefitclaims {
  --columns: 3;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding-top: 1.25em;
}
.emotion--element .iconbenefitclaims.two-columns {
  --columns: 2;
}
.emotion--element .iconbenefitclaims.two-columns .iconbenefitclaims-element {
  min-height: 9.375rem;
  align-items: center;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #F5F5F5;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element img {
  width: 7.625rem;
  height: 7.625rem;
  margin: .375rem 1.5rem .375rem 0rem;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element .iconbenefitclaims-text {
  margin-right: .375rem;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element .iconbenefitclaims-text h3 {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #283533;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element .iconbenefitclaims-text p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.emotion--element .iconbenefitclaims .iconbenefitclaims-element:hover span {
  text-decoration: underline;
}
.emotion--element.nomargin .iconbenefitclaims {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .iconbenefitclaims {
    --columns: 2;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .iconbenefitclaims {
    --columns: 1;
  }
}
.emotion--element.more-padding .columnfeatures .columnfeatures-element {
  padding-top: 0.875rem;
  padding-bottom: .875rem;
}
.emotion--element.smaller-font .columnfeatures .columnfeatures-element .columnfeatures-text h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.emotion--element.smaller-font .columnfeatures .columnfeatures-element .columnfeatures-text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.emotion--element .columnfeatures {
  --columns: 3;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
.emotion--element .columnfeatures.two-columns {
  --columns: 2;
}
.emotion--element .columnfeatures.two-columns .columnfeatures-element {
  min-height: 9.375rem;
  align-items: center;
}
.emotion--element .columnfeatures .columnfeatures-element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #F5F5F5;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  padding-left: 1rem;
}
.emotion--element .columnfeatures .columnfeatures-element img {
  width: 7.625rem;
  height: 7.625rem;
  margin: .375rem 1.5rem .375rem 0rem;
}
.emotion--element .columnfeatures .columnfeatures-element .columnfeatures-text {
  margin-right: .375rem;
}
.emotion--element .columnfeatures .columnfeatures-element .columnfeatures-text h3 {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #283533;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.emotion--element .columnfeatures .columnfeatures-element .columnfeatures-text p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.emotion--element .columnfeatures .columnfeatures-element:hover span {
  text-decoration: underline;
}
.emotion--element.nomargin .columnfeatures {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .columnfeatures {
    --columns: 3;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .columnfeatures {
    --columns: 1 !important;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .main.emotion--element .twocolumntext {
    padding: 35px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .twocolumntext .twocolumntext--body {
    font-size: 16px;
    line-height: 24px;
    color: black;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .twocolumntext .twocolumntext--head {
    margin-bottom: 35px;
  }
  .emotion--wrapper .emotion--row .main.emotion--element .twocolumntext .twocolumntext--head .subtitle {
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
    color: #707070;
    font-size: 20px;
    line-height: 28px;
  }
}
.emotion--banner-slider .banner-slider--container {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 30em) {
  .emotion--banner-slider .banner-slider--container {
    min-height: auto;
  }
}
.bottom-padding-S > * {
  padding-bottom: 1.5rem;
}
.bottom-padding-M > * {
  padding-bottom: 3rem;
}
.bottom-padding-L > * {
  padding-bottom: 4.5rem;
}
.top-padding-S > * {
  padding-top: 1.5rem;
}
.top-padding-M > * {
  padding-top: 3rem;
}
.top-padding-L > * {
  padding-top: 4.5rem;
}
.longwidthtext h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.longwidthtext p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .videoandoverlay {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  justify-content: end;
}
.emotion--element .videoandoverlay .overlay {
  position: absolute;
  top: 0;
  left: 9rem;
  width: 30%;
  max-height: 630px;
  z-index: 5000;
}
.emotion--element .videoandoverlay .overlay img {
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .emotion--element .videoandoverlay .overlay {
    max-height: 470px;
  }
}
.emotion--element .videoandoverlay .video--wrapper {
  max-height: 630px;
  height: 630px;
  width: 100%;
  text-align: right;
  overflow: hidden;
}
.emotion--element .videoandoverlay .video--wrapper video {
  max-height: 630px;
  aspect-ratio: 1.77777778;
}
@media screen and (max-width: 1500px) {
  .emotion--element .videoandoverlay .video--wrapper {
    max-height: 470px;
    height: 470px;
  }
  .emotion--element .videoandoverlay .overlay img {
    max-height: 470px;
  }
}
@media screen and (max-width: 1200px) {
  .emotion--element .videoandoverlay .overlay {
    display: none;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .videoandoverlay .overlay {
    display: none;
  }
  .emotion--element .videoandoverlay .video--wrapper {
    height: auto;
    text-align: center;
  }
  .emotion--element .videoandoverlay .video--wrapper video {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .videoandoverlay .overlay {
    display: none;
  }
  .emotion--element .videoandoverlay .video--wrapper {
    height: auto;
    text-align: center;
  }
  .emotion--element .videoandoverlay .video--wrapper video {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .videoandoverlay .overlay {
    display: none;
  }
  .emotion--element .videoandoverlay .video--wrapper {
    height: auto;
    text-align: center;
  }
  .emotion--element .videoandoverlay .video--wrapper video {
    width: 100%;
  }
}
.emotion--element .imageandoverlay {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.emotion--element .imageandoverlay .overlay {
  position: absolute;
  top: 0;
  left: 9rem;
  max-height: 630px;
  z-index: 5000;
}
.emotion--element .imageandoverlay .overlay img {
  max-width: none;
  height: 100%;
}
.emotion--element .imageandoverlay .image--wrapper {
  width: 100%;
  max-height: 630px;
}
.emotion--element .imageandoverlay .image--wrapper img {
  max-height: 630px;
}
@media screen and (max-width: 48em) {
  .emotion--element .imageandoverlay .overlay {
    left: 2rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .imageandoverlay {
    display: none;
  }
}
.emotion--element .sixiconsbuehne {
  display: flex;
}
.emotion--element .sixiconsbuehne .buehne {
  width: 66%;
  padding: 1%;
}
.emotion--element .sixiconsbuehne .buehne img {
  aspect-ratio: 1.51944444;
}
.emotion--element .sixiconsbuehne .icons {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.emotion--element .sixiconsbuehne .icons .icons--wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.emotion--element .sixiconsbuehne .icons .icons--wrapper .iconentry {
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.emotion--element .sixiconsbuehne .icons .icons--wrapper .iconentry .iconentry--icon {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .sixiconsbuehne .icons .icons--wrapper .iconentry .iconentry--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 10px;
}
.emotion--element .sixiconsbuehne .icons .colorwrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 2rem;
}
.emotion--element .sixiconsbuehne .icons .colorwrapper .colorimg {
  margin: 0 auto;
}
.emotion--element .sixiconsbuehne .icons .colorwrapper .colorimg--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 64em) {
  .emotion--element .sixiconsbuehne {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .emotion--element .sixiconsbuehne .buehne {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons .icons--wrapper {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons .icons--wrapper .iconentry {
    width: 33%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .sixiconsbuehne {
    flex-wrap: wrap;
  }
  .emotion--element .sixiconsbuehne .buehne {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons .icons--wrapper {
    width: 100%;
  }
  .emotion--element .sixiconsbuehne .icons .icons--wrapper .iconentry {
    width: 50%;
  }
}
.emotion--element .threeiconsbuehne {
  display: flex;
}
.emotion--element .threeiconsbuehne .buehne {
  width: 66%;
  padding: 1%;
}
.emotion--element .threeiconsbuehne .icons--wrapper {
  width: 33%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.emotion--element .threeiconsbuehne .icons--wrapper .iconentry {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--icon {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--title {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 30em) {
  .emotion--element .threeiconsbuehne {
    flex-wrap: wrap;
  }
  .emotion--element .threeiconsbuehne .buehne {
    width: 100%;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper {
    width: 100%;
    flex-direction: row;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry {
    width: 33%;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--icon {
    width: 75px;
    height: 75px;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .threeiconsbuehne {
    flex-wrap: wrap;
  }
  .emotion--element .threeiconsbuehne .buehne {
    width: 100%;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper {
    width: 100%;
    flex-direction: row;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry {
    width: 33%;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--icon {
    width: 75px;
    height: 75px;
  }
  .emotion--element .threeiconsbuehne .icons--wrapper .iconentry .iconentry--title {
    font-size: 1rem;
  }
}
.emotion--element.no-toppadding .dynamic--textimage .text {
  padding-top: 0;
}
.emotion--element.no-toppadding .dynamic--textimage .text .text--title {
  margin-top: 1.25rem;
}
.emotion--element .dynamic--textimage {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.emotion--element .dynamic--textimage .text {
  width: 40%;
  text-align: center;
  padding: 0px 5%;
}
.emotion--element .dynamic--textimage .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.emotion--element .dynamic--textimage .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .dynamic--textimage .text .text--title a {
  color: #283533;
}
.emotion--element .dynamic--textimage .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .dynamic--textimage .image {
  width: 60%;
  display: flex;
  align-items: center;
}
.emotion--element .dynamic--textimage .image img {
  width: 100%;
}
.emotion--element.icon-L .dynamic--textimage .text .text--icon {
  width: 100px;
  height: 100px;
}
.emotion--element.mobile .dynamic--textimage .text {
  padding: 0px 7%;
}
.emotion--element.mobile .dynamic--textimage .text .text--title {
  margin-bottom: 1.5rem;
  margin-top: .5rem;
  font-size: 2rem;
  line-height: 2.625rem;
}
.emotion--element.mobile .dynamic--textimage .text .text--description {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.emotion--element.mobile .dynamic--textimage .text .contentlink {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 2.625rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.5rem;
  line-height: 1.375rem;
  padding: 1rem 3.75rem 1rem 0.75rem;
  min-width: 15.625rem;
  font-weight: normal;
  height: auto;
  background-position: right 1.25rem center;
  width: auto;
  border: 0;
  text-align: left;
}
@media screen and (max-width: 64em) {
  .emotion--element .dynamic--textimage {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .dynamic--textimage .text {
    width: 100%;
    margin-top: 1.25rem;
  }
  .emotion--element .dynamic--textimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .dynamic--textimage {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .dynamic--textimage .text {
    width: 100%;
  }
  .emotion--element .dynamic--textimage .image {
    width: 100%;
  }
}
.emotion--element.no-toppadding .dynamic--imagetext .text {
  padding-top: 0;
}
.emotion--element.no-toppadding .dynamic--imagetext .text .text--title {
  margin-top: 1.25rem;
}
.emotion--element.mainonly {
  display: none;
}
.emotion--element .dynamic--imagetext {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.emotion--element .dynamic--imagetext .mobile-title {
  display: none !important;
}
.emotion--element .dynamic--imagetext .text {
  width: 40%;
  text-align: center;
  padding: 0px 5%;
}
.emotion--element .dynamic--imagetext .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.emotion--element .dynamic--imagetext .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .dynamic--imagetext .text .text--title a {
  color: #283533;
}
.emotion--element .dynamic--imagetext .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .dynamic--imagetext .text .text--description ul {
  list-style-type: none;
}
.emotion--element .dynamic--imagetext .text .text--description ul li {
  position: relative;
  padding-bottom: 1rem;
  text-align: left;
}
.emotion--element .dynamic--imagetext .text .text--description ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .dynamic--imagetext .image {
  width: 60%;
  display: flex;
  align-items: center;
}
.emotion--element .dynamic--imagetext .image img {
  width: 100%;
}
.emotion--element.icon-L .dynamic--textimage .text .text--icon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 47rem) {
  .emotion--element .dynamic--imagetext {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .dynamic--imagetext .image {
    width: 100%;
  }
  .emotion--element .dynamic--imagetext .text {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element.main .dynamic--imagetext,
  .emotion--element.main .dynamic--textimage {
    padding-bottom: 0px;
  }
  .emotion--element.main .dynamic--imagetext .text.mobile-title,
  .emotion--element.main .dynamic--textimage .text.mobile-title {
    padding: 25px;
    padding-bottom: 0px;
    display: block !important;
  }
  .emotion--element.main .dynamic--imagetext .text.mobile-title a,
  .emotion--element.main .dynamic--textimage .text.mobile-title a {
    font-size: 24px;
  }
  .emotion--element.main .dynamic--imagetext .contentlink,
  .emotion--element.main .dynamic--textimage .contentlink {
    width: 73px;
    height: 48px;
    background-size: 1.25rem 1.25rem;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .emotion--element.main .dynamic--imagetext .text,
  .emotion--element.main .dynamic--textimage .text {
    padding: 35px;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .emotion--element.main .dynamic--imagetext .text .text--description,
  .emotion--element.main .dynamic--textimage .text .text--description {
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
    line-height: 28px;
  }
  .emotion--element.main .dynamic--imagetext .text .desktop-title,
  .emotion--element.main .dynamic--textimage .text .desktop-title {
    display: none;
  }
  .emotion--element.fullcta .text .contentlink {
    width: 96%;
    background-size: 1.25rem 1.25rem;
    font-size: 1.75rem;
    padding: 1.25rem 1.375rem 1.25rem 1.25rem;
  }
  .emotion--element.desktop-title .dynamic--imagetext .text.mobile-title,
  .emotion--element.desktop-title .dynamic--textimage .text.mobile-title {
    display: none !important;
  }
  .emotion--element.desktop-title .dynamic--imagetext .desktop-title,
  .emotion--element.desktop-title .dynamic--textimage .desktop-title {
    display: block !important;
  }
  .emotion--element.mainonly {
    display: block;
  }
}
.emotion--element .threehighlights {
  max-width: 120rem;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  gap: 1rem;
}
.emotion--element .threehighlights .threehighlights-column {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
}
.emotion--element .threehighlights .threehighlights-column .threehighlights-column--img .feature--image-vector {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .threehighlights .threehighlights-column .threehighlights-column--title h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  color: #6ac2bf;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}
.emotion--element .threehighlights .threehighlights-column .threehighlights-column--description {
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 30em) {
  .emotion--element .threehighlights {
    flex-wrap: wrap;
  }
  .emotion--element .threehighlights .threehighlights-column {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .imageaddtocart {
    flex-direction: column;
  }
  .emotion--element .imageaddtocart .text--wrapper {
    width: 100%;
  }
  .emotion--element .imageaddtocart .image {
    width: 100%;
  }
}
.emotion--element .smaller-dynamic--imagetext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .smaller-dynamic--imagetext .text {
  width: 60%;
  text-align: center;
  padding-left: 3%;
}
.emotion--element .smaller-dynamic--imagetext .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .smaller-dynamic--imagetext .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .smaller-dynamic--imagetext .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .smaller-dynamic--imagetext .image {
  width: 40%;
  border: 1px solid #dcdcdc;
  padding: 1.25rem;
}
.emotion--element .smaller-dynamic--imagetext .image img {
  width: 100%;
}
.emotion--element.icon-L .smaller-dynamic--textimage .text .text--icon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 48em) {
  .emotion--element .smaller-dynamic--imagetext {
    flex-direction: column;
    padding-top: 0;
  }
  .emotion--element .smaller-dynamic--imagetext .text {
    width: 100%;
  }
  .emotion--element .smaller-dynamic--imagetext .image {
    width: 100%;
  }
}
.emotion--element .smaller-dynamic--textimage {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .smaller-dynamic--textimage .text {
  width: 60%;
  text-align: center;
  padding-right: 3%;
}
.emotion--element .smaller-dynamic--textimage .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .smaller-dynamic--textimage .text .text--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .smaller-dynamic--textimage .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .smaller-dynamic--textimage .image {
  width: 40%;
  border: 1px solid #dcdcdc;
  padding: 1.25rem;
}
.emotion--element .smaller-dynamic--textimage .image img {
  width: 100%;
}
.emotion--element.icon-L .smaller-dynamic--textimage .text .text--icon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 64em) {
  .emotion--element .smaller-dynamic--textimage {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .smaller-dynamic--textimage .text {
    width: 100%;
  }
  .emotion--element .smaller-dynamic--textimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .smaller-dynamic--textimage {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .emotion--element .smaller-dynamic--textimage .text {
    width: 100%;
  }
  .emotion--element .smaller-dynamic--textimage .image {
    width: 100%;
  }
}
.buehne .image {
  width: 100%;
}
.buehne .image img {
  aspect-ratio: 2.5;
}
.avatarbuehne .image {
  width: 100%;
}
.avatarbuehne .image img {
  width: 100%;
  aspect-ratio: 2.73504274;
}
.emotion--element .quarterimagetext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .quarterimagetext .text {
  width: 75%;
  text-align: left;
  padding: 5%;
  padding-top: 0;
}
.emotion--element .quarterimagetext .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .quarterimagetext .text .text--title {
  text-align: left;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .quarterimagetext .text .text--subtitle {
  text-align: left;
  margin-bottom: 2rem;
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.emotion--element .quarterimagetext .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .quarterimagetext .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .quarterimagetext .image {
  width: 25%;
}
.emotion--element .quarterimagetext .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .quarterimagetext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .quarterimagetext .text {
    width: 100%;
  }
  .emotion--element .quarterimagetext .image {
    width: 100%;
  }
}
.emotion--element .textquarterimage {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .textquarterimage .text {
  width: 75%;
  text-align: left;
  padding: 5%;
  padding-top: 0;
}
.emotion--element .textquarterimage .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .textquarterimage .text .text--title {
  text-align: left;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .textquarterimage .text .text--subtitle {
  text-align: left;
  margin-bottom: 2rem;
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.emotion--element .textquarterimage .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .textquarterimage .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .textquarterimage .image {
  width: 25%;
}
.emotion--element .textquarterimage .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .textquarterimage {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--element .textquarterimage .text {
    width: 100%;
  }
  .emotion--element .textquarterimage .image {
    width: 100%;
  }
}
.emotion--element.largewidth .guaranteeblock .image img {
  width: 210px;
}
.emotion--element.vertical-layout .guaranteeblock {
  flex-direction: column-reverse;
}
.emotion--element.vertical-layout .guaranteeblock .text {
  width: 100%;
}
.emotion--element.vertical-layout .guaranteeblock .text .text--title {
  text-align: center;
}
.emotion--element.vertical-layout .guaranteeblock .text .text--description {
  text-align: center;
}
.emotion--element.vertical-layout .guaranteeblock .image {
  width: 100%;
}
.emotion--element.vertical-layout .guaranteeblock .image img {
  margin: 0 auto;
  height: initial;
}
.emotion--element .guaranteeblock {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .guaranteeblock .text {
  width: 75%;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}
.emotion--element .guaranteeblock .text .text--icon {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .guaranteeblock .text .text--title {
  text-align: left;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 2rem;
}
.emotion--element .guaranteeblock .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .guaranteeblock .image {
  width: 25%;
}
.emotion--element .guaranteeblock .image img {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 48em) {
  .emotion--element .guaranteeblock {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--element .guaranteeblock .text {
    width: 100%;
  }
  .emotion--element .guaranteeblock .text .text--title {
    text-align: center;
  }
  .emotion--element .guaranteeblock .text .text--description {
    text-align: center;
  }
  .emotion--element .guaranteeblock .image {
    width: 100%;
  }
  .emotion--element .guaranteeblock .image img {
    margin: 0 auto;
  }
}
.emotion--element.chairheight .imageseotext .image {
  width: 25%;
}
.emotion--element.chairheight .imageseotext .text {
  width: 75%;
}
.emotion--element.widerimage .imageseotext {
  padding-bottom: 0px;
}
.emotion--element.widerimage .imageseotext .image {
  width: 53%;
}
.emotion--element.widerimage .imageseotext .text {
  width: 47%;
  padding: 0 2.25rem;
  margin-bottom: -2.25rem;
}
.emotion--element .imageseotext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .imageseotext .text {
  width: 75%;
  text-align: left;
  padding: 0 5%;
}
.emotion--element .imageseotext .text h2 {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .imageseotext .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .imageseotext .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .imageseotext .text .text--description ul {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  list-style: none;
  margin-bottom: 1.25rem;
}
.emotion--element .imageseotext .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .imageseotext .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .imageseotext .text .text--description ol li {
  margin-bottom: 0.5rem;
}
.emotion--element .imageseotext .text .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .imageseotext .text .highlight--list ul {
  list-style-type: none;
}
.emotion--element .imageseotext .text .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .imageseotext .text .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .imageseotext .image {
  width: 25%;
}
.emotion--element .imageseotext .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .imageseotext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .imageseotext .text {
    width: 100%;
  }
  .emotion--element .imageseotext .image {
    width: 100%;
  }
  .emotion--element.widerimage .imageseotext .image {
    margin-bottom: 2rem;
    width: 100%;
  }
  .emotion--element.widerimage .imageseotext .text {
    width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .imageseotext {
    padding: 1rem 0px;
  }
  .emotion--element .imageseotext .image {
    margin-bottom: 1rem;
  }
}
.emotion--element.chairheight .seotextimage .image {
  width: 25%;
}
.emotion--element.chairheight .seotextimage .text {
  width: 75%;
}
.emotion--element .seotextimage {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .seotextimage .text {
  width: 75%;
  text-align: left;
  padding: 0 5%;
  padding-left: 0;
}
.emotion--element .seotextimage .text h2 {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .seotextimage .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.emotion--element .seotextimage .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .seotextimage .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .seotextimage .text .text--description ul {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  list-style: none;
  margin-bottom: 1.25rem;
}
.emotion--element .seotextimage .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .seotextimage .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .seotextimage .text .text--description ol li {
  margin-bottom: 0.5rem;
}
.emotion--element .seotextimage .image {
  width: 25%;
}
.emotion--element .seotextimage .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .seotextimage {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--element .seotextimage .text {
    width: 100%;
  }
  .emotion--element .seotextimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .seotextimage .text {
    padding-left: 5%;
  }
  .emotion--element .seotextimage .image {
    margin-bottom: 1rem;
  }
}
.emotion--element .seotextvideo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .seotextvideo .text {
  width: 60%;
  text-align: left;
  padding: 0 5%;
  padding-left: 0;
}
.emotion--element .seotextvideo .text h2 {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .seotextvideo .text .text--description {
  text-align: left;
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .seotextvideo .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .seotextvideo .video {
  width: 40%;
}
.emotion--element .seotextvideo .video video {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .seotextvideo {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--element .seotextvideo .text {
    width: 100%;
  }
  .emotion--element .seotextvideo .video {
    width: 100%;
  }
}
.emotion--element .videoseotext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .videoseotext .text {
  width: 60%;
  text-align: left;
  padding: 0 5%;
}
.emotion--element .videoseotext .text h2 {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .videoseotext .text .text--description {
  text-align: left;
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .videoseotext .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
}
.emotion--element .videoseotext .video {
  width: 40%;
}
.emotion--element .videoseotext .video video {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .videoseotext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .videoseotext .text {
    width: 100%;
  }
  .emotion--element .videoseotext .video {
    width: 100%;
  }
}
.emotion--element .couponfriends .form--inner {
  max-width: 50rem;
  margin: 0 auto;
}
.emotion--element .couponfriends .form--inner .input--wrapper {
  margin-bottom: 1.25rem;
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .couponfriends .form--inner .input--wrapper .messagebox {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  color: red;
}
.emotion--element .couponfriends .form--inner .input--wrapper .captcha-hint {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.emotion--element .couponfriends .form--inner .input--wrapper input[type=text] {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #c1c2c5;
  padding: 20px;
  font-size: 1.125rem;
}
.emotion--element .couponfriends .form--inner .input--wrapper input[type=text]::placeholder {
  font-size: 1.125rem;
  color: #c1c2c5;
}
.emotion--element .couponfriends h3 {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .couponfriends p {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .couponfriends label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.emotion--element .couponfriends .btn--wrapper {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.emotion--element .couponfriends .btn--wrapper .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.emotion--element .couponfriends .btn--wrapper .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .couponfriends .btn--wrapper .contentlink .icon--arrow-right {
  display: none;
}
.emotion--element .couponfriends .btn--wrapper .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .couponfriends .btn--wrapper .contentlink .icon--arrow-right {
  display: none;
}
.emotion--element .couponfriends .btn--wrapper .contentlink.disabled {
  background-color: grey;
}
@media screen and (max-width: 30em) {
  .emotion--element .couponfriends .form--inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.emotion--element .textimagesubtitle {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .textimagesubtitle .text {
  width: 55%;
  text-align: left;
  padding: 0 0 3rem 0;
  margin-right: 5%;
  font-weight: 600;
}
.emotion--element .textimagesubtitle .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--element .textimagesubtitle .text .cta {
  display: flex;
  align-items: center;
}
.emotion--element .textimagesubtitle .text .cta .brownarrow {
  margin-right: 2rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--element .textimagesubtitle .text .cta a,
.emotion--element .textimagesubtitle .text .cta a:visited,
.emotion--element .textimagesubtitle .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--element .textimagesubtitle .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #707070;
}
.emotion--element .textimagesubtitle .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.emotion--element .textimagesubtitle .text .text--description ul {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
.emotion--element .textimagesubtitle .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .textimagesubtitle .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
.emotion--element .textimagesubtitle .text .text--description ol li {
  margin-bottom: 0.5rem;
}
.emotion--element .textimagesubtitle .image {
  width: 40%;
}
.emotion--element .textimagesubtitle .image img {
  width: 100%;
}
.emotion--element .textimagesubtitle .image .subtitle {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2.125rem;
}
@media screen and (max-width: 48em) {
  .emotion--element .imageseotext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .imageseotext .text {
    width: 100%;
  }
  .emotion--element .imageseotext .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .textimagesubtitle {
    flex-direction: column-reverse;
  }
  .emotion--element .textimagesubtitle .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .textimagesubtitle .image {
    width: 100%;
  }
}
.emotion--element .imagesubtitletext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .imagesubtitletext .text {
  width: 55%;
  text-align: left;
  padding: 0 0 3rem 0;
  margin-right: 5%;
  font-weight: 600;
}
.emotion--element .imagesubtitletext .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--element .imagesubtitletext .text .cta {
  display: flex;
  align-items: center;
}
.emotion--element .imagesubtitletext .text .cta .brownarrow {
  margin-right: 2rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--element .imagesubtitletext .text .cta a,
.emotion--element .imagesubtitletext .text .cta a:visited,
.emotion--element .imagesubtitletext .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--element .imagesubtitletext .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #707070;
}
.emotion--element .imagesubtitletext .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.emotion--element .imagesubtitletext .text .text--description ul {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}
.emotion--element .imagesubtitletext .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .imagesubtitletext .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}
.emotion--element .imagesubtitletext .text .text--description ol li {
  margin-bottom: 0.5rem;
}
.emotion--element .imagesubtitletext .image {
  width: 40%;
}
.emotion--element .imagesubtitletext .image img {
  width: 100%;
}
.emotion--element .imagesubtitletext .image .subtitle {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2.125rem;
}
@media screen and (max-width: 48em) {
  .emotion--element .imageseotext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .imageseotext .text {
    width: 100%;
  }
  .emotion--element .imageseotext .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .imagesubtitletext {
    flex-direction: column;
  }
  .emotion--element .imagesubtitletext .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .imagesubtitletext .image {
    width: 100%;
  }
}
.emotion--element.lesspadding .featuredcolumns.threecolcta,
.emotion--element.lesspadding .featuredcolumns.fourcolcta {
  padding-left: 0;
  padding-right: 0;
}
.emotion--element.lesspadding .featuredcolumns.threecolcta .featuredcolumns--wrapper .featuredcolumns--list .feature-entry,
.emotion--element.lesspadding .featuredcolumns.fourcolcta .featuredcolumns--wrapper .featuredcolumns--list .feature-entry {
  padding: 0.5rem;
}
.emotion--element.lesspadding .featuredcolumns.threecolcta .featuredcolumns--wrapper .featuredcolumns--list .feature-entry .feature-entry--cta,
.emotion--element.lesspadding .featuredcolumns.fourcolcta .featuredcolumns--wrapper .featuredcolumns--list .feature-entry .feature-entry--cta {
  padding: 0.5rem 1.25rem;
}
.emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list .feature-entry {
  width: 25%;
}
.emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list .feature-entry .subtittle {
  font-size: 1rem;
  line-height: 1.25rem;
  color: black;
}
.emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list .feature-entry:hover .subtittle {
  color: #fff;
}
@media screen and (max-width: 48em) {
  .emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list .feature-entry {
    width: 50%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list .feature-entry {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .fourcolcta.featuredcolumns .featuredcolumns--list {
    flex-wrap: wrap;
  }
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay {
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 1rem 1.5rem;
  width: 55%;
  margin: 0;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay h1.overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .contentlink .icon--arrow-right {
  display: none;
}
.homepagemode .backgroundimagetextoverlay {
  height: fit-content !important;
}
.homepagemode .backgroundimagetextoverlay .section {
  min-height: 400px !important;
  height: fit-content;
}
.homepagemode .backgroundimagetextoverlay .overlay {
  padding: 2rem 0px !important;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay {
    left: 0;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section {
    min-height: 400px;
  }
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: 400px;
  }
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay {
    left: 0;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .backgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element.mainhide .backgroundimagetextoverlay {
    display: none;
  }
}
.emotion--element .counterelement .column--wrapper {
  display: flex;
  --gap: 1.25rem;
  --columns: 3;
  flex-wrap: wrap;
  gap: var(--gap);
  flex-direction: row;
}
.emotion--element .counterelement .column--wrapper .column {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  padding: 2.375rem;
  background-color: #fff;
}
.emotion--element .counterelement .column--wrapper .column .column--value {
  font-weight: bold;
  font-size: 5rem;
  line-height: 5.25rem;
  color: #283533;
  margin-bottom: 1.25rem;
}
.emotion--element .counterelement .column--wrapper .column .column--label {
  display: block;
  font-size: 1.25rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  line-height: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .emotion--element .counterelement .column--wrapper {
    --columns: 1;
  }
}
@media screen and (max-width: 776px) {
  .emotion--element .twocta.couponinfo {
    flex-direction: column;
  }
  .emotion--element .twocta.couponinfo .twocta-column {
    width: 100%;
  }
}
.emotion--element .twocta.couponinfo .twocta-column {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
}
.emotion--element .twocta.couponinfo .twocta-column:hover .contentlink {
  background-position: right 1rem center;
}
.emotion--element .twocta.couponinfo .twocta-column.right {
  background-color: #6ac2bf;
}
.emotion--element .twocta.couponinfo .twocta-column.right:hover {
  background-color: #0e355c;
}
.emotion--element .twocta.couponinfo .twocta-column.right:hover h3 {
  color: #6ac2bf !important;
}
.emotion--element .twocta.couponinfo .twocta-column.right:hover .contentlink {
  background-color: #0e355c;
}
.emotion--element .twocta.couponinfo .twocta-column.right .couponinfo-column--title h3 {
  color: #fff;
  white-space: break-spaces;
  word-break: break-word;
  padding-right: 0.5rem;
}
.emotion--element .twocta.couponinfo .twocta-column.right .couponinfo-column--description {
  color: #fff;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title {
  display: flex;
  margin-top: 3.375rem;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title img {
  margin-right: 3.125rem;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  color: #6ac2bf;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: .4375rem;
  margin-bottom: 0px;
  text-align: left;
  padding-right: 0.5rem;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--description {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  max-width: 80%;
  margin: 2.22125rem auto 0 auto;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--cta .contentlink.white {
  background-color: #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--cta .contentlink {
  transition: none;
  margin-top: 1.25rem;
  margin-bottom: 0;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 50px 0 25px 0px;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 976px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
    width: 80%;
  }
}
@media screen and (max-width: 776px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
    width: 70%;
  }
}
@media screen and (max-width: 624px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
    width: 80%;
  }
}
@media screen and (max-width: 464px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title img {
    margin: 0px !important;
  }
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title h3 {
    text-align: center;
    margin-top: 2.22125rem;
  }
}
@media screen and (max-width: 340px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title {
    width: 100%;
  }
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.left-title img {
  margin-left: 4.87rem;
  width: 5.5rem;
  height: 5.5rem;
}
.emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.right-title img {
  width: 14.625rem;
  height: 11.4375rem;
  margin-right: 0px;
  margin-left: 2.875rem;
  top: -2.125rem;
  position: relative;
  margin-bottom: -7.25rem;
}
@media screen and (max-width: 464px) {
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.right-title {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.right-title h3 {
    text-align: center;
  }
  .emotion--element .twocta.couponinfo .twocta-column .couponinfo-column--title.right-title img {
    position: static;
    margin: 0px !important;
  }
}
.emotion--element .checkfeatures {
  padding-top: 1.25em;
}
.emotion--element .checkfeatures .checkfeatures-container {
  --columns: 2;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding-left: 9rem;
  padding-right: 9rem;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-header {
  text-align: center;
  margin: 0 11.875rem;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-header h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-left: 2.125rem;
  margin-right: 7rem;
  margin-top: 0.625rem;
  color: #283533;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element .checkfeatures-title {
  padding: 0.5rem 1.0625rem 0.5rem 2.125rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element .checkfeatures-title h3 {
  margin: 0px;
  padding: 0px;
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element .checkfeatures-title .checkmark-container {
  background-color: #FFFFFF;
  border-radius: 100px;
  min-width: 2.75rem;
  height: 2.75rem;
}
.emotion--element .checkfeatures .checkfeatures-container .checkfeatures-element .checkfeatures-title .checkmark-container .checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 1.425rem;
  width: 0.9375rem;
  border-bottom: 0.2rem solid #6AC2BF;
  border-right: 0.2rem solid #6AC2BF;
  margin-left: 0.9375rem;
  margin-top: 0.385rem;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .checkfeatures .checkfeatures-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .checkfeatures .checkfeatures-container {
    --columns: 1;
  }
}
.emotion--element .fullwidthquiz {
  width: 100%;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 50%;
  padding: 1.875rem 3.625rem;
  margin: 7.75rem 5.25rem 4rem 4rem;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: .625rem;
  text-align: center;
  margin-top: 1.25rem;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0px;
  text-align: center;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link {
  display: flex;
  justify-content: center;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a {
  margin-top: 1rem !important;
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  height: 3rem;
  background-size: 1.1rem 1.1rem;
  width: 4.5625rem;
  background-position: center;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a .icon--arrow-right {
  display: none;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a .icon--arrow-right {
  display: none;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container .overlay--link a:hover {
  background-position: right 0.85rem center;
}
@media screen and (max-width: 48em) {
  .emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container {
    max-width: 80%;
    margin: 7.75rem auto 4rem auto;
  }
}
@media screen and (max-width: 22.75rem) {
  .emotion--element .fullwidthquiz .fullwidthquiz-background .fullwidthquiz-container {
    padding: 1.875rem .625rem;
  }
}
.emotion--element .twoimagecolumns--wrapper {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.emotion--element .twoimagecolumns--wrapper .twoimagecolumns--header {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 3.125rem auto;
}
.emotion--element .twoimagecolumns--wrapper .twoimagecolumns--header .twoimagecolumns--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.emotion--element .twoimagecolumns--wrapper .twoimagecolumns--header .twoimagecolumns--description {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.emotion--element .twoimagecolumns--wrapper .jbc-twoimagecolumns {
  display: flex;
  flex-wrap: wrap;
}
.emotion--element .twoimagecolumns--wrapper .jbc-twoimagecolumns .imagebox {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
}
.emotion--element .twoimagecolumns--wrapper .jbc-twoimagecolumns .imagebox .imagebox--img img {
  width: 100%;
  border-radius: 8px;
}
.emotion--element .twoimagecolumns--wrapper .twoimagecolumns--cta {
  text-align: center;
}
@media screen and (max-width: 30em) {
  .emotion--element .twoimagecolumns--wrapper .jbc-twoimagecolumns .imagebox {
    width: 100%;
  }
}
.emotion--element .companytwoctacolumns {
  max-width: 120rem;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  gap: 1rem;
}
.emotion--element .companytwoctacolumns .twocta-column {
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.emotion--element .companytwoctacolumns .twocta-column.left {
  background-repeat: no-repeat;
  background-position: bottom 0 left 1.875rem;
  cursor: pointer;
}
.emotion--element .companytwoctacolumns .twocta-column.left:hover .twocta-column--cta .contentlink {
  background-position: right 1rem center;
}
.emotion--element .companytwoctacolumns .twocta-column.left .twocta-column--title {
  max-width: 40%;
  margin: 0 auto;
}
.emotion--element .companytwoctacolumns .twocta-column.left .twocta-column--description {
  max-width: 55%;
  margin: 1.875rem auto 0 auto;
}
.emotion--element .companytwoctacolumns .twocta-column.left .twocta-column--cta .contentlink {
  background-color: #fff;
  background-image: url("../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png");
}
.emotion--element .companytwoctacolumns .twocta-column.right {
  background: #6ac2bf;
  color: #fff;
}
.emotion--element .companytwoctacolumns .twocta-column.right:hover {
  background: #0e355c;
  color: #6ac2bf;
  cursor: pointer;
}
.emotion--element .companytwoctacolumns .twocta-column.right:hover .twocta-column--title h3 {
  color: #6ac2bf;
}
.emotion--element .companytwoctacolumns .twocta-column.right:hover .twocta-column--description {
  color: #fff;
}
.emotion--element .companytwoctacolumns .twocta-column.right:hover .twocta-column--cta .contentlink {
  background-color: #0e355c;
  background-image: url("../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png");
  background-position: right 1rem center;
}
.emotion--element .companytwoctacolumns .twocta-column.right .twocta-column--title h3 {
  color: #fff;
}
.emotion--element .companytwoctacolumns .twocta-column.right .twocta-column--description {
  color: #fff;
  margin: 0 auto 0 auto;
}
.emotion--element .companytwoctacolumns .twocta-column.right .twocta-column--img {
  display: flex;
  justify-content: center;
}
.emotion--element .companytwoctacolumns .twocta-column .twocta-column--img .feature--image-vector {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .companytwoctacolumns .twocta-column .twocta-column--title h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  color: #6ac2bf;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--element .companytwoctacolumns .twocta-column .twocta-column--description {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  max-width: 80%;
  margin: 1.875rem auto 0 auto;
}
.emotion--element .companytwoctacolumns .twocta-column .twocta-column--cta .contentlink {
  transition: none;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .emotion--element .companytwoctacolumns .twocta-column {
    width: 100%;
  }
  .emotion--element .companytwoctacolumns .twocta-column.left {
    background-size: 25%;
    background-position: bottom 0 left 0.5rem;
  }
  .emotion--element .companytwoctacolumns .twocta-column.left .twocta-column--title {
    max-width: 60%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .companytwoctacolumns .twocta-column {
    width: 100%;
  }
  .emotion--element .companytwoctacolumns .twocta-column.left {
    background-size: 25%;
    background-position: bottom 0 left 0.5rem;
  }
  .emotion--element .companytwoctacolumns .twocta-column.left .twocta-column--title {
    max-width: 60%;
  }
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable {
  padding-left: 0;
  padding-right: 0;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table {
  border: none;
  border-collapse: collapse;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr:nth-of-type(even) {
  background-color: #F5F5F5;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr {
  height: 5rem;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr th {
  text-align: left;
  background-color: inherit;
  color: black;
  border-right: 3px solid white;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr th .normal {
  font-weight: 400;
  text-transform: none;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td {
  border-right: 3px solid white;
  border-left: 3px solid white;
  position: relative;
  padding: .3125rem 0.5rem 0.3125rem 0.5rem;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0px;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td p .normal {
  font-weight: 400;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td a {
  color: black;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td a .sub {
  font-size: 0.8rem;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td a img {
  margin: auto;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td .color-preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td .color-preview-container .color-wrapper {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td .color-preview-container .color-wrapper .colorpreview {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #011127;
  margin-right: 5px;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td.last {
  border-right: 0px;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta th,
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta td {
  background-color: #fff;
  text-align: center;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta th .contentlink,
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta td .contentlink {
  font-size: 1.135rem;
  color: #6ac2bf;
  border: 1px solid #6ac2bf;
  background: #fff;
  padding: 0.5rem 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-weight: normal;
  min-width: 10rem;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta th .contentlink:hover,
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta td .contentlink:hover {
  background: #283533;
  border: 1px solid #283533;
  color: #fff;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.price th,
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.price td {
  border-top: 5px solid #01284F;
}
.emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.price td p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #F37771;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .comparisontable {
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr th {
    padding: 0px 14px;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.title {
    display: none;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr.cta {
    display: none;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-left-width: 0px;
    border-right-width: 0px;
    min-height: 44px;
    align-items: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td > * {
    padding: 0 1.2rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline;
  }
  .emotion--wrapper .emotion--row .emotion--element .comparisontable table tr th {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 0px;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 700;
    padding: .3125rem 0.5rem 0.3125rem 0.5rem;
    min-height: 44px;
    align-items: center;
  }
}
.emotion--wrapper .emotion--row .emotion--element.haspadding .comparisontable {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 75rem) {
  .emotion--wrapper .emotion--row .emotion--element.haspadding .comparisontable {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.emotion--element .deskelement {
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding: 20px 0;
  margin: 0 !important;
  background-color: white;
}
.emotion--element .deskelement .deskelement-listing {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  --gap: 1.25rem;
  --columns: 4;
  gap: var(--gap);
  padding-bottom: 2rem;
}
.emotion--element .deskelement .deskelement-listing .element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .deskelement .deskelement-listing .element .content {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.emotion--element .deskelement .deskelement-listing .element .content .image {
  background-color: #f5f5f5;
}
.emotion--element .deskelement .deskelement-listing .element .content .title {
  margin-bottom: 1.25rem;
}
.emotion--element .deskelement .deskelement-listing .element .content .description {
  margin-bottom: 1.25rem;
}
.emotion--element .deskelement .deskelement-listing .element h2 {
  text-transform: uppercase;
  font-size: 1.35rem;
  margin-bottom: 1.15rem;
}
.emotion--element .deskelement .deskelement-listing .element p {
  font-size: 1.25rem;
}
.emotion--element .deskelement .deskelement-listing .element img {
  width: 100%;
}
.emotion--element .deskelement .deskelement-listing .element .price {
  line-height: 1.15rem;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info {
  font-size: 1.55rem;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info span {
  font-weight: bold;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info-label {
  display: block;
  margin-top: 0.5rem;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info-label,
.emotion--element .deskelement .deskelement-listing .element .price .price--info-pseudo {
  font-size: 0.85rem;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info-label a,
.emotion--element .deskelement .deskelement-listing .element .price .price--info-pseudo a {
  text-decoration: underline;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info-pseudo {
  padding-left: 0.5rem;
}
.emotion--element .deskelement .deskelement-listing .element .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.emotion--element .deskelement .deskelement-listing .element .price .discount {
  color: #f37771;
}
.emotion--element .deskelement .deskelement-listing .element .cta--product-link {
  line-height: 1.75rem;
  color: #283533;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  width: 70px;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.35rem;
  min-width: 250px;
  font-weight: normal;
  height: auto;
  background-position: right 20px center;
  width: auto;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 12px 20px;
  position: static;
  min-width: auto;
  width: 100%;
}
.emotion--element .deskelement .deskelement-listing .element .cta--product-link:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .deskelement .deskelement-listing .hidden {
  display: none;
}
.emotion--element .deskelement .deskelement-extend {
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 1.35rem;
  font-weight: bold;
  cursor: pointer;
}
.emotion--element .deskelement .deskelement-extend img {
  display: inline;
  position: relative;
  left: 25px;
}
.emotion--element .deskelement .deskelement-extend .close {
  display: none;
}
@media screen and (max-width: 75rem) {
  .emotion--element .deskelement .deskelement-listing {
    --columns: 4;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .deskelement .deskelement-listing {
    --columns: 3;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .deskelement .deskelement-listing {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .deskelement .deskelement-listing {
    padding-left: 0px;
    padding-right: 0px;
    --columns: 1;
  }
  .emotion--element .deskelement .deskelement-listing .element .content {
    margin-left: 2px;
    margin-right: 2px;
  }
  .emotion--element .deskelement .deskelement-listing .element .actions {
    padding: 0px 20px;
  }
}
.emotion--element.nomargin .toggleproductlisting {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
.emotion--element .head {
  justify-content: space-between !important;
  padding-bottom: 1rem !important;
}
.emotion--element .head .head-container h2 {
  line-height: 2.625rem;
}
.emotion--element .head .head-container .subtitle {
  font-size: 1.125rem;
}
.emotion--element .head a {
  margin-top: auto;
  height: fit-content;
  border: none;
  font-weight: normal;
  text-decoration: underline;
}
.emotion--element .toggleproductlisting {
  max-width: none !important;
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
  padding: 20px 0;
  margin: 0 !important;
  background-color: white;
}
.emotion--element .toggleproductlisting .deskelement-listing {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  --gap: 1.25rem;
  --columns: 4;
  gap: var(--gap);
  padding-bottom: 2rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content {
  border: 1px solid transparent;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content.active:hover img.hover {
  opacity: 1;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content.active:hover img.default {
  opacity: 0;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content:hover {
  border: 1px solid #707070;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content:hover .price {
  bottom: 0.55rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content .image {
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content .text {
  margin: 1.25rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .content .text .title {
  margin-bottom: 0.5rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element p {
  font-size: 1.25rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element img {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.emotion--element .toggleproductlisting .deskelement-listing .element img.hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price {
  position: absolute;
  transition: bottom 0.3s;
  bottom: 0px;
  left: 1.25rem;
  line-height: 1.15rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info {
  font-size: 1.55rem;
  padding: 0.25rem;
  background-color: white;
  font-weight: 600;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--discounted--amount {
  font-size: 1.55rem;
  padding: 0.25rem;
  color: white;
  width: fit-content;
  margin-bottom: 0.25rem;
  background-color: #f37771;
  font-weight: 600;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-label {
  display: block;
  margin-top: 0.5rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-label,
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-pseudo {
  font-size: 0.85rem;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-label a,
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-pseudo a {
  text-decoration: underline;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .price--info-pseudo {
  padding-left: 0.5rem;
  text-decoration: line-through;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .origin-price {
  font-size: 1.25rem;
  text-decoration: line-through;
  font-weight: normal;
}
.emotion--element .toggleproductlisting .deskelement-listing .element .price .discount .final-price {
  color: #f37771;
}
.emotion--element .toggleproductlisting .deskelement-listing .hidden {
  display: none;
}
@media screen and (max-width: 75rem) {
  .emotion--element .toggleproductlisting .deskelement-listing {
    --columns: 4;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .toggleproductlisting .deskelement-listing {
    --columns: 2;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .toggleproductlisting .deskelement-listing {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .toggleproductlisting .head {
    margin-left: 2px;
    margin-right: 2px;
  }
  .emotion--element .toggleproductlisting .deskelement-listing {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    --columns: 1;
  }
  .emotion--element .toggleproductlisting .deskelement-listing a {
    padding: 0px !important;
  }
  .emotion--element .toggleproductlisting .deskelement-listing .element .content {
    margin-left: 2px;
    margin-right: 2px;
  }
  .emotion--element .toggleproductlisting .deskelement-listing .element .actions {
    padding: 0px 20px;
  }
}
.emotion--element.no-toppadding .dynamic--imagetext.withhighlights .text {
  padding-top: 0;
}
.emotion--element.no-toppadding .dynamic--imagetext.withhighlights .text .text--title {
  margin-top: 0;
}
.emotion--element .dynamic--imagetext.withhighlights .text {
  padding: 3%;
  padding-right: 0;
  padding-bottom: 0;
}
.emotion--element .dynamic--imagetext.withhighlights .text .text--highlights {
  margin-top: 2.5rem;
  text-align: left;
}
.emotion--element .dynamic--imagetext.withhighlights .text .text--highlights ul {
  list-style-position: inside;
  margin-left: 4rem;
  list-style-type: none;
}
.emotion--element .dynamic--imagetext.withhighlights .text .text--highlights ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .dynamic--imagetext.withhighlights .text .text--highlights ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element.no-toppadding .dynamic--textimage.withhighlights .text {
  padding-top: 0;
}
.emotion--element.no-toppadding .dynamic--textimage.withhighlights .text .text--title {
  margin-top: 0;
}
.emotion--element .dynamic--textimage.withhighlights .text {
  padding: 3%;
  padding-left: 0;
  padding-bottom: 0;
}
.emotion--element .dynamic--textimage.withhighlights .text .text--highlights {
  margin-top: 2.5rem;
  text-align: left;
}
.emotion--element .dynamic--textimage.withhighlights .text .text--highlights ul {
  list-style-position: inside;
  margin-left: 4rem;
  list-style-type: none;
}
.emotion--element .dynamic--textimage.withhighlights .text .text--highlights ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .dynamic--textimage.withhighlights .text .text--highlights ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .dynamicproducts--wrapper {
  padding-top: 80px;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts-title {
  text-align: center;
  margin-bottom: 50px;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts-title .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts-title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct {
  background-color: #fff;
  box-sizing: border-box;
  width: calc(50% - 25px);
  padding: 2rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  column-gap: 25px;
  row-gap: 20px;
  flex: 1 1 auto;
  margin: 10px;
  max-width: calc(50% - 25px);
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct.custom--tile {
  border-color: #707070;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--tile {
  display: flex;
  flex-direction: column;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--tile h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--tile .jbcproduct--tile-description {
  text-align: center;
  margin-bottom: 1.25rem;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--tile .jbcproduct--tile-url {
  text-align: center;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img {
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 1rem;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .image {
  width: 75%;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .iconlist {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
  width: 50%;
  max-height: 55px;
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--title a {
  color: #283533;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--title a:hover {
  color: #6ac2bf;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--colorpreview {
  margin-bottom: 1.25rem;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--colorpreview .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--colorpreview .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin: 0 0 25px 0;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--details {
  display: flex;
  flex-direction: row;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--details .jbcproduct--details-price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 45px;
}
.emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--details .jbcproduct--details-cta .contentlink {
  margin: 0 25px;
}
@media screen and (max-width: 30em) {
  .emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct {
    width: 100%;
    max-width: 100%;
  }
  .emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img {
    flex-wrap: wrap;
  }
  .emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .image {
    width: 100%;
  }
  .emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .iconlist {
    width: 100%;
    margin-top: 1.25rem;
  }
  .emotion--element .dynamicproducts--wrapper .jbc-dynamicproducts .jbcproduct .jbcproduct--img .iconlist .iconentry {
    width: 33%;
    min-height: 40px;
    margin-bottom: 1.5rem;
  }
}
.emotion--element .fourproductcolumns {
  background-color: #f5f5f5;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper {
  text-align: left;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--title {
  margin-bottom: 50px;
  text-align: center;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--title .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 1rem;
  color: #707070;
  display: block;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  --gap: 1.25rem;
  --columns: 4;
  flex-wrap: wrap;
  gap: var(--gap);
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list.bigimg .mainimg--wrapper {
  padding: 0 1.5rem;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2rem;
  padding-bottom: 0;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .sizeimg--wrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .sizeimg--wrapper .sizeimg {
  width: 115px;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .mainimg--wrapper .main_img {
  width: 100%;
  object-fit: cover;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text {
  padding: 1.25rem 0;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text h3 a {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview {
  margin-bottom: 1.25rem;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--description {
  margin: 0 0 25px 0;
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--cta {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 25px 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list {
    flex-wrap: wrap;
    --columns: 2;
  }
  .emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list {
    flex-wrap: wrap;
    --columns: 1;
  }
  .emotion--element .fourproductcolumns .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
    margin-top: 1rem;
  }
}
.emotion--element .fourproductcolumnsordernumbers {
  background-color: #f5f5f5;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper {
  text-align: left;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--title {
  margin-bottom: 50px;
  text-align: center;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--title .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 1rem;
  color: #707070;
  display: block;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  --gap: 1.25rem;
  --columns: 4;
  flex-wrap: wrap;
  gap: var(--gap);
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list.bigimg .mainimg--wrapper {
  padding: 0 1.5rem;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2rem;
  padding-bottom: 0;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .sizeimg--wrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .sizeimg--wrapper .sizeimg {
  width: 115px;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--img .mainimg--wrapper .main_img {
  width: 100%;
  object-fit: cover;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text {
  padding: 1.25rem 0;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text h3 a {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview {
  margin-bottom: 1.25rem;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--colorpreview .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--description {
  margin: 0 0 1.5625rem 0;
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--details {
  margin: 0 0 1.5625rem 0;
  display: flex;
  align-items: center;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--details .product--details-price {
  margin-right: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 45px;
}
.emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry .produkt-entry--text .produkt-entry--details .produkt-entry--cta {
  margin: 0px;
  display: inline-block;
  font-weight: bold;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list {
    flex-wrap: wrap;
    --columns: 2;
  }
  .emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list {
    flex-wrap: wrap;
    --columns: 1;
  }
  .emotion--element .fourproductcolumnsordernumbers .fourproductcolumns--wrapper .fourproductcolumns--list .produkt-entry {
    margin-top: 1rem;
  }
}
.emotion--element .blueribbon {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: none !important;
}
.emotion--element .blueribbon .blueribbon--title {
  display: flex;
  background-color: #163C61;
  margin-top: 2.5rem;
  justify-content: center;
}
.emotion--element .blueribbon .blueribbon--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  margin: 1.5625rem 0;
  text-align: center;
}
.emotion--element .blueribbon .blueribbon--title .blueribbon--percentage {
  background-color: #F5766E;
  height: 7.625rem;
  width: 7.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  right: 25vw;
  top: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .emotion--element .blueribbon .blueribbon--title .blueribbon--percentage {
    right: 15vw;
  }
}
@media screen and (max-width: 764px) {
  .emotion--element .blueribbon .blueribbon--title .blueribbon--percentage {
    right: 5vw;
  }
}
@media screen and (max-width: 586px) {
  .emotion--element .blueribbon .blueribbon--title .blueribbon--percentage {
    left: 0px;
    display: none;
  }
}
.emotion--element .blueribbon .blueribbon--title .blueribbon--percentage img {
  width: 4.125rem;
}
.emotion--element .blueribbon .blueribbon--description {
  margin: 3.135rem auto;
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  text-align: center;
}
.emotion--element .blueribbon .blueribbon--description p {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0px;
}
.emotion--element .blueribbon .blueribbon--space {
  height: 1.5rem;
}
@media screen and (max-width: 30em) {
  .emotion--element .blueribbon .blueribbon--description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.emotion--element.centeredproducts .categoryproductlisting {
  justify-content: center;
}
.emotion--element.whitebg .categoryproductlisting .product-container {
  background-color: #fff;
}
.emotion--element.nopaddingtop .categoryproductlisting {
  padding-top: 0;
}
.emotion--element .categoryproductlistingslider .slick-track .category-product-slider {
  background-color: #fff;
}
.emotion--element .categoryproductlistingslider .slick-dots li {
  height: 1rem;
  width: 1rem;
}
.emotion--element .categoryproductlisting {
  display: flex;
  --columns: 3;
  --gap: 1.25rem;
  --columnwidth: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  gap: var(--gap);
  flex-wrap: wrap;
  padding-top: 2em;
}
.emotion--element .categoryproductlisting .fill-up-space {
  width: calc((2 * (100% / var(--columns))) - var(--gap) + ((var(--gap) / var(--columns)  * 2)));
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.emotion--element .categoryproductlisting .fill-up-space[data-modulus="0"] {
  width: 100%;
}
.emotion--element .categoryproductlisting .fill-up-space[data-modulus="2"] {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .categoryproductlisting .fill-up-space .filler-space-height {
  visibility: hidden;
  width: 100%;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 73%;
  padding: .875rem 3.625rem;
  margin: 4rem 0;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.625rem;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0px;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a {
  margin-top: 2rem !important;
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  height: 3rem;
  background-size: 1.1rem 1.1rem;
  width: 4.5625rem;
  background-position: center;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a .icon--arrow-right {
  display: none;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a .icon--arrow-right {
  display: none;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-position: right 0.85rem center;
}
.emotion--element .categoryproductlisting .product-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.emotion--element .categoryproductlisting .product-container > * {
  width: 100%;
}
.emotion--element .categoryproductlisting .product-container.hascoupon {
  padding-bottom: 1.75rem;
}
.emotion--element .categoryproductlisting .product-container.hascoupon .actions {
  margin: auto;
}
.emotion--element .categoryproductlisting .product-container.hascoupon .actions a {
  padding-right: 5.75rem;
}
.emotion--element .categoryproductlisting .product-container .color-preview-container {
  margin-top: 15px;
  margin-bottom: 14px;
}
.emotion--element .categoryproductlisting .product-container .color-preview-container .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: .5625rem;
  align-items: center;
  height: 100%;
  margin: 0px 1.875rem;
  flex-wrap: wrap;
}
.emotion--element .categoryproductlisting .product-container .color-preview-container .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .categoryproductlisting .product-container .space-container {
  height: 47px;
}
.emotion--element .categoryproductlisting .product-container .space-container .promo-title {
  margin: 0rem 1.875rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  width: 100%;
  text-transform: uppercase;
  color: #F4766E;
}
.emotion--element .categoryproductlisting .product-container .space-container.promo-container {
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .product-container .image {
  position: relative;
  margin: 1.5rem;
  margin-bottom: 0px;
  text-align: left;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container {
  position: absolute;
  z-index: 999;
  display: flex;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container .label {
  background: transparent;
  color: #fff;
  padding-left: 0;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container .coloer-wrapper {
  padding-right: 5px;
  display: flex;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container .coloer-wrapper .colorpreview {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #011127;
  margin-right: 5px;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container.ul {
  left: 3rem;
  bottom: 3rem;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container.ur {
  right: 3rem;
  bottom: 3rem;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container.ol {
  left: 3rem;
  top: 3rem;
}
.emotion--element .categoryproductlisting .product-container .image .color-preview-container.or {
  right: 3rem;
  top: 3rem;
}
.emotion--element .categoryproductlisting .product-container .image .savings-banner {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #f37771;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
}
.emotion--element .categoryproductlisting .product-container .image .image--percent {
  position: absolute;
  top: 0;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/less/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.875rem;
}
.emotion--element .categoryproductlisting .product-container .image .image--percent.em24-logo {
  height: 6rem;
  width: 6rem;
  top: 1rem;
  right: 1rem;
  background: none;
  background-color: transparent;
}
.emotion--element .categoryproductlisting .product-container .image .image--percent.easteregg-logo {
  height: 8.75rem;
  width: auto;
}
.emotion--element .categoryproductlisting .product-container .image a,
.emotion--element .categoryproductlisting .product-container .image .set-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .product-container .image a .gg-chevron,
.emotion--element .categoryproductlisting .product-container .image .set-img .gg-chevron {
  position: absolute;
}
.emotion--element .categoryproductlisting .product-container .image a .gg-chevron.gg-chevron-right,
.emotion--element .categoryproductlisting .product-container .image .set-img .gg-chevron.gg-chevron-right {
  right: 0;
  padding-left: 1.25rem;
}
.emotion--element .categoryproductlisting .product-container .image a .gg-chevron.gg-chevron-left,
.emotion--element .categoryproductlisting .product-container .image .set-img .gg-chevron.gg-chevron-left {
  padding-right: 1.25rem;
}
.emotion--element .categoryproductlisting .product-container .image a i.gg-chevron-icon,
.emotion--element .categoryproductlisting .product-container .image .set-img i.gg-chevron-icon {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 25px;
  /* Add or modify this line to set the width */
  height: 40px;
  border-radius: 100px;
  color: #6ac2bf;
  cursor: pointer;
}
.emotion--element .categoryproductlisting .product-container .image a i.gg-chevron-icon::after,
.emotion--element .categoryproductlisting .product-container .image .set-img i.gg-chevron-icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 17px;
  height: 17px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  transform: rotate(-45deg);
  top: 10px;
}
.emotion--element .categoryproductlisting .product-container .image a i.gg-chevron-left-icon::after,
.emotion--element .categoryproductlisting .product-container .image .set-img i.gg-chevron-left-icon::after {
  left: 16px;
  transform: rotate(135deg);
}
.emotion--element .categoryproductlisting .product-container .image a i.gg-chevron-right-icon::after,
.emotion--element .categoryproductlisting .product-container .image .set-img i.gg-chevron-right-icon::after {
  right: 16px;
}
.emotion--element .categoryproductlisting .product-container .image a img,
.emotion--element .categoryproductlisting .product-container .image .set-img img {
  margin: 0 auto;
  /*max-height: 350px;*/
  height: auto;
}
.emotion--element .categoryproductlisting .product-container .image a img.placeholder,
.emotion--element .categoryproductlisting .product-container .image .set-img img.placeholder {
  height: auto;
}
.emotion--element .categoryproductlisting .product-container .tooltip {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.emotion--element .categoryproductlisting .product-container .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 20000;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.emotion--element .categoryproductlisting .product-container .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.emotion--element .categoryproductlisting .product-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 1.875rem;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .titlearea .title a {
  color: #283533;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .titlearea .title a:hover {
  color: #6ac2bf;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .titlearea .subtitle {
  font-size: 1.5rem;
  color: #6ac2bf;
  font-weight: 600;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .description.set-description {
  color: #707070;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products .set-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products .set-products-list .set-product {
  flex: 0 0 100%;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products h3 {
  font-family: Open Sans;
  font-size: 19px;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 14px;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products .set-product a {
  color: #011127;
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products .set-product a .image-background {
  margin-right: 1.25rem;
  height: 3.125rem;
  min-width: 3.125rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .set-products .set-product a .image-background img {
  width: 3.125rem;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .coupon-help {
  color: #707070;
  font-size: 1rem;
  display: none;
  margin-bottom: 1.5rem;
  text-align: center;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .variants {
  display: flex;
  gap: 10px;
  margin: 1.25rem auto 0 auto;
}
.emotion--element .categoryproductlisting .product-container .text--wrapper .variants .variants--item {
  border: 2px solid #ddd;
}
.emotion--element .categoryproductlisting .product-container .price {
  margin: 1.875rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--line {
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .product-container .price .price--line.price--coupon {
  margin-top: 1rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--line.price--coupon .coupon-text {
  color: #283533;
  font-size: .875rem;
  line-height: 1rem;
  font-weight: bold;
  padding-left: .5rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--line.price--coupon .coupon-text .coupon-code {
  color: #6ac2bf;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-label {
  margin-top: .75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #283533;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-label.price--info-coupon {
  color: #707070;
  font-size: .825rem;
  line-height: 1rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--info {
  font-size: 24px;
  line-height: 29px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #283533;
}
.emotion--element .categoryproductlisting .product-container .price .price--info.price--info-special {
  color: #f37771;
}
.emotion--element .categoryproductlisting .product-container .price .price--info.price--info-coupon {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #283533;
  margin-top: .5rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--info.price--info-coupon .from {
  font-weight: normal;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-pseudo.price--info-coupon {
  margin-top: .5rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-pseudo.price--info-coupon .price--info-pseudo-old {
  font-size: .875rem;
}
.emotion--element .categoryproductlisting .product-container .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10000;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer {
  margin-left: 1.5rem;
  border: 1px solid #f37771;
  padding: 6px;
  font-weight: 600;
  font-size: 0.875rem;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper {
  display: flex;
  flex-direction: row;
  padding-right: 1.5rem;
  height: 100%;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #f37771;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-prefix {
  margin-left: 0.5rem;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-code {
  margin-left: 0.25rem;
  font-weight: bold;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .listing-copy--image {
  margin-left: 0.5rem;
}
.emotion--element .categoryproductlisting .product-container .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .coupon-percent--wrapper {
  min-width: 9%;
  background: #f37771 url(../../themes/Frontend/ErgoMini/frontend/_public/src/less/images/prozente.svg) no-repeat center;
}
.emotion--element .categoryproductlisting .product-container .actions {
  width: fit-content;
  margin: 0 1.875rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  color: #FFFFFF !important;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--addtocart {
  margin-bottom: 0px;
  margin-right: 0.875rem;
  width: 4.5625rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6AC2BF;
  border-radius: 4px;
  background-color: white;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--addtocart svg {
  fill: #6AC2BF;
  width: 2.223375rem;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--addtocart:hover {
  background-color: #283533;
  border: none;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--addtocart:hover svg {
  fill: white;
  animation: moveRight 0.5s forwards;
}
.emotion--element .categoryproductlisting .product-container .actions .cta--productlink {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #283533;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 3.75rem;
  min-width: 20rem;
  height: 4rem;
  background-size: 1.375rem 1.375rem;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .categoryproductlisting {
    --columns: 2;
  }
  .emotion--element .categoryproductlisting .fill-up-space {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    align-items: center;
  }
  .emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container {
    max-width: 88%;
  }
  .emotion--element .categoryproductlisting .fill-up-space[data-odd="0"] {
    width: 100%;
  }
  .emotion--element .categoryproductlisting .fill-up-space[data-odd="1"] {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  }
}
@media screen and (max-width: 75rem) {
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .categoryproductlisting {
    --columns: 1;
  }
  .emotion--element .categoryproductlisting .fill-up-space {
    width: 100%;
  }
  .emotion--element .categoryproductlisting .fill-up-space .fill-up-space-container {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 22.75rem) {
  .emotion--element .categoryproductlisting .product-container .actions .cta--productlink {
    min-width: 14rem;
    padding: 1rem;
  }
}
@keyframes moveRight {
  to {
    transform: translateX(0.2rem);
  }
}
.categoryproductlisting.related-products {
  justify-content: center;
}
.categoryproductlisting.related-products .product-container .image {
  height: 18.75rem;
  background-color: #f5f5f5;
}
.categoryproductlisting.related-products .product-container .image img {
  margin: 0 auto;
}
.categoryproductlisting.related-products .product-container .text--wrapper {
  margin-top: 1.25rem;
}
.categoryproductlisting.related-products.hidden {
  display: none;
}
.emotion--element .categoryproductlisting-section.slider {
  padding-left: 8.375rem;
  padding-right: 8.375rem;
}
.emotion--element .categoryproductlisting-section.slider .categoryproductlistingslider {
  visibility: hidden;
  height: 300px;
}
.emotion--element .categoryproductlisting-section.slider .categoryproductlistingslider.slick-initialized {
  visibility: visible;
  height: auto;
}
@media screen and (max-width: 75rem) {
  .emotion--element .categoryproductlisting-section.slider {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.emotion--element .categoryproductlisting-section.slider .category-product-slider {
  margin: 0px .5rem;
}
@media screen and (max-width: 30em) {
  .emotion--element .categoryproductlisting-section.slider .category-product-slider {
    margin: 0px 2.5vw;
  }
}
.emotion--element .categoryproductlisting-section.slider .category-product-slider .product-container {
  width: 100%;
}
.emotion--element .productslider.toggleproductlisting .slick-list {
  padding: 0 27% 0 0;
}
.emotion--element .productslider.toggleproductlisting .slick-list .slick-slide {
  margin-right: 0.5rem;
}
.emotion--element .productslider.toggleproductlisting .slick-dots {
  left: 0px !important;
  bottom: -20px !important;
}
.emotion--element .productslider.toggleproductlisting .slick-dots li {
  margin: 0px !important;
}
.emotion--element .productslider.toggleproductlisting .head {
  margin-bottom: 2rem;
}
.emotion--element .productslider.toggleproductlisting .head-container {
  text-align: center;
}
.emotion--element .productslider.toggleproductlisting .head-container h2 {
  font-size: 2rem;
}
.emotion--element .productslider.toggleproductlisting .head-container .subtitle {
  font-size: 1.35rem;
  line-height: 1.85rem;
  color: #707070;
}
.emotion--element .productslider.toggleproductlisting .btn {
  margin: auto;
  font-size: 1.35rem;
  line-height: 1.85rem;
  color: #707070;
}
.emotion--element .productslider.toggleproductlisting .deskelement-listing .element h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.emotion--element .productslider.toggleproductlisting .deskelement-listing .element p {
  font-size: 1.35rem;
}
.emotion--element [v-cloak] {
  display: none;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element {
  background-color: #6ac2bf;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .fill-up-space-container .overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .fill-up-space-container h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.875rem;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 2.25rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .fill-up-space-container .quizzChairIcon {
  width: 9rem;
  margin: -4rem auto 0px auto;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .fill-up-space-container p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .topbar-wrapper button {
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .topbar-wrapper button .icon {
  display: flex;
  align-items: center;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element .topbar-wrapper button span {
  white-space: nowrap;
  margin-left: 1rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="0"] {
  min-height: 590px;
}
@media screen and (min-width: 88.75rem) {
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="0"] .fill-up-space-container {
    margin: 4rem 22.5rem;
  }
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="0"] .products--container {
  --pcolumns: 3;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="2"] .products--container {
  --pcolumns: 1;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="2"] .topbar button span {
  display: none;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-modulus="2"] .topbar .progressbar {
  width: 60%;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active {
  align-items: flex-start;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active .fill-up-space-container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #6ac2bf;
  margin-top: 0px;
  margin: 0px;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active .fill-up-space-container .quizzChairIcon {
  width: 5.75rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-modulus="1"] .quizz-multiple-grid {
  grid-template-columns: 1fr 1fr;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-modulus="2"] .quizz-multiple-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-modulus="2"] .quizz-muliple--option button {
  min-height: 3.5rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-modulus="2"] .buttons-wrapper.button-option button {
  min-height: 3.5rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-completed .quizzResult {
  margin-bottom: 2rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-completed .fill-up-space-container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #6ac2bf;
  margin-top: 0px;
  margin: 0px;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-completed .topbar {
  margin-bottom: .75rem;
  margin-top: 1.5rem;
}
.emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-completed .topbar .topbar-reset {
  margin-left: 1.5rem;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper .multi-info-text {
  color: #283533;
  font-size: 0.875rem;
  margin-bottom: 2.1625rem;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper button {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #6ac2bf;
  min-height: 0px;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper button span {
  margin-right: 2rem;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper button svg {
  position: relative;
  left: 0px;
  transition: left 300ms;
}
.emotion--element .categoryproductlisting .multi-btn-wrapper button:hover svg {
  left: 8px;
}
.emotion--element .categoryproductlisting .quiz-btn {
  background-color: white;
  color: black;
  min-height: 5rem;
  border-radius: 5px;
  padding: 0.75rem 1.75rem;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}
.emotion--element .categoryproductlisting .quiz-btn:hover {
  background-color: #283533;
  color: white;
}
.emotion--element .categoryproductlisting .quiz-btn.selected {
  background-color: #283533;
  color: white;
}
.emotion--element .categoryproductlisting .quiz-btn.disabled {
  background-color: #666666 !important;
  opacity: 0.5 !important;
  color: white !important;
  cursor: not-allowed !important;
}
.emotion--element .categoryproductlisting .quizz-container {
  margin-bottom: 2.5rem;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-container--question {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-multiple-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option .quiz-btn {
  padding-right: 4.25rem;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option .quiz-btn svg {
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  left: 3.25rem;
  margin-left: -2.25rem;
  display: none;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option .quiz-btn.selected svg {
  display: block;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option button {
  background-color: white;
  color: black;
  padding: 0.75rem 1.5rem;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option button:hover {
  background-color: #283533;
  color: white;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option button.selected {
  background-color: #283533;
  color: white;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option.button-option {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.emotion--element .categoryproductlisting .quizz-container .quizz-muliple--option.button-option button {
  min-height: 5rem;
}
.emotion--element .categoryproductlisting .topbar {
  display: flex;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.emotion--element .categoryproductlisting .topbar .topbar-button {
  position: relative;
  background-color: transparent;
  height: 3rem;
  width: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.emotion--element .categoryproductlisting .topbar .topbar-button .icon svg {
  stroke: white;
}
.emotion--element .categoryproductlisting .topbar .progressbar {
  width: 50%;
  margin: auto;
  gap: 0.625rem;
  position: relative;
  height: 0.625rem;
  display: flex;
  justify-content: space-around;
}
.emotion--element .categoryproductlisting .topbar .progressbar .progressbar-fill {
  height: 0.25rem;
  background-color: black;
  border-radius: 4px;
  border: 1px solid black;
  transition: width 300ms ease-in-out;
}
.emotion--element .categoryproductlisting .topbar .progressbar .progress-block {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
}
.emotion--element .categoryproductlisting .topbar .progressbar .progress-block.active {
  opacity: 1;
}
.emotion--element .categoryproductlisting .topbar .progressbar.result {
  width: fit-content !important;
}
.emotion--element .categoryproductlisting .topbar .progressbar.result .progress-block {
  width: 1rem;
  height: 1rem;
  border: 1px solid white;
  border-radius: 100%;
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.emotion--element .categoryproductlisting .topbar .progressbar.result .progress-block.active {
  background-color: white;
}
.emotion--element .result-container {
  display: flex;
  overflow-x: hidden;
}
.emotion--element .products--container {
  flex: 0 0 100%;
  width: 100%;
  margin: 1rem 0px 2.5rem 0px;
  display: flex;
  justify-content: start;
  overflow-x: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  max-height: 100vh;
  pointer-events: auto;
  --pcolumns: 2;
  --pgap: 2rem;
  --pcolumnwidth: calc((100% / var(--pcolumns)) - var(--pgap) + (var(--pgap) / var(--pcolumns)));
  gap: var(--pgap);
}
.emotion--element .products--container.active {
  order: 0;
}
.emotion--element .products--container.inactive {
  order: 5;
  opacity: 0;
  transform: scaleX(1);
  pointer-events: none;
}
.emotion--element .products--container .box--emotion {
  height: auto;
  width: var(--pcolumnwidth);
  flex: 0 0 var(--pcolumnwidth);
}
.emotion--element .products--container .box--emotion .box--content {
  background-color: #f5f5f5;
  padding: 2rem;
}
.emotion--element .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--element .box--emotion .box--content {
  padding: 0;
  border: 0 none;
  border-radius: 5px;
}
.emotion--element .box--emotion .product--info {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  flex-wrap: wrap;
}
.emotion--element .box--emotion .product--info .product--price-info {
  margin-bottom: 0px;
  overflow: visible;
}
.emotion--element .box--emotion .product--image {
  margin: 0px;
  text-align: left;
  height: fit-content;
}
.emotion--element .box--emotion .product--details {
  width: 100%;
}
.emotion--element .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: normal;
  margin: 1rem 0px;
  text-transform: uppercase;
  overflow: visible;
}
.emotion--element .box--emotion .product--title.link {
  text-align: right;
  margin: 0px;
}
.emotion--element .box--emotion .product--title.link a {
  color: #283533;
}
.emotion--element .box--emotion .product--title.link a span {
  margin-right: 1rem;
}
.emotion--element .box--emotion .product--title.link a:hover svg {
  left: 8px;
}
.emotion--element .box--emotion .product--title.link a svg {
  position: relative;
  left: 0px;
  transform: left 300ms;
}
.emotion--element .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--element .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
.emotion--element .box--emotion {
  text-align: left;
  float: none;
}
.emotion--element .box--emotion .product--image {
  max-width: 100%;
}
.emotion--element .box--emotion .product--image .image--element {
  position: initial;
}
.emotion--element .box--emotion .product--image .image--element img {
  position: initial;
  width: 100%;
}
.emotion--element .box--emotion .product--title {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  height: auto;
}
.emotion--element .box--emotion .product--description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.emotion--element .box--emotion .product--price-info {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  height: auto;
  margin-bottom: 2rem;
}
.emotion--element .box--emotion .product--price-info .product--price {
  flex-grow: 1;
}
.emotion--element .box--emotion .product--price-info .product--price .price--default {
  font-size: 1.5rem;
  font-weight: 700;
  color: #283533;
  line-height: 2.8125rem;
}
.emotion--element .box--emotion .product--price-info .product--price .price--default.is--discount {
  color: #f5766e;
}
.emotion--element .box--emotion .product--price-info .product--price .price--pseudo .price--discount {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
.emotion--element .box--emotion .product--price-info .price--cta {
  flex-grow: 3;
}
.emotion--element .box--emotion .product--price-info .price--cta .contentlink {
  margin: 0;
}
@media screen and (max-width: 88.75rem) {
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element {
    min-height: 0px !important;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-odd="0"] .products--container {
    --pcolumns: 2;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-odd="0"] .topbar button span {
    display: block;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-odd="1"] .products--container {
    --pcolumns: 1;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-odd="1"] .topbar button span {
    display: none;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element[data-odd="1"] .topbar .progressbar {
    width: 60%;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-odd="0"] .quizz-multiple-grid {
    grid-template-columns: 1fr 1fr;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-odd="1"] .quizz-multiple-grid {
    grid-template-columns: 1fr;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-odd="1"] .quizz-muliple--option button {
    min-height: 3.5rem;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active[data-odd="1"] .buttons-wrapper.button-option button {
    min-height: 3.5rem;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .categoryproductlisting .topbar button span {
    display: none !important;
  }
  .emotion--element .categoryproductlisting .topbar .progressbar {
    width: 60%;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element .products--container {
    --pcolumns: 1 !important;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element.quizz-active .quizz-multiple-grid {
    grid-template-columns: 1fr !important;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element .box--emotion .product--info {
    flex-wrap: wrap;
  }
  .emotion--element .categoryproductlisting .fill-up-space.quizz-element .box--emotion .product--info .product--price-info .price--cta .contentlink {
    margin-left: 1.25rem;
  }
}
.quizz-element .quizzResult {
  margin-bottom: 2rem;
}
.quizz-element .quizzResult.one {
  display: none;
}
.quizz-element .quizzResult.two {
  display: none;
}
.quizz-element .quizzResult.three {
  display: block;
}
.quizz-element[data-modulus="1"] .quizzResult.one {
  display: none;
}
.quizz-element[data-modulus="1"] .quizzResult.two {
  display: block;
}
.quizz-element[data-modulus="1"] .quizzResult.three {
  display: none;
}
.quizz-element[data-modulus="2"] .quizzResult.one {
  display: block;
}
.quizz-element[data-modulus="2"] .quizzResult.two {
  display: none;
}
.quizz-element[data-modulus="2"] .quizzResult.three {
  display: none;
}
@media screen and (max-width: 88.75rem) {
  .quizz-element[data-odd="1"] .quizzResult.one {
    display: block;
  }
  .quizz-element[data-odd="1"] .quizzResult.two {
    display: none;
  }
  .quizz-element[data-odd="1"] .quizzResult.three {
    display: none;
  }
  .quizz-element[data-odd="0"] .quizzResult.one {
    display: none;
  }
  .quizz-element[data-odd="0"] .quizzResult.two {
    display: block;
  }
  .quizz-element[data-odd="0"] .quizzResult.three {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .quizz-element .quizzResult.one {
    display: block !important;
  }
  .quizz-element .quizzResult.two {
    display: none !important;
  }
  .quizz-element .quizzResult.three {
    display: none !important;
  }
}
.emotion--wrapper .emotion--row .emotion--element.parallax .autobackgroundimagetextoverlay .section {
  background-attachment: scroll;
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element.parallax .autobackgroundimagetextoverlay .section {
    background-attachment: unset;
  }
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper {
  max-width: 120rem;
  padding: 3.125rem 9rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 2.5rem 8%;
  width: 66%;
  margin: 0;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay h1.overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  line-height: 2rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .contentlink .icon--arrow-right {
  display: none;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay {
    left: 0;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-attachment: unset;
  }
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
    min-height: 400px;
  }
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay {
    left: 0;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .autobackgroundimagetextoverlay .section .wrapper .overlay .overlay--description {
    padding-top: 1rem;
  }
}
.emotion--element.icon-3-75 .compactfeatures .feature:nth-child(3) .feature--image .feature--image-vector {
  background-size: 75% 75%;
}
.emotion--element .compactfeatures {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  --gap: 1.25rem;
  --columns: 3;
  flex-wrap: wrap;
  gap: var(--gap);
}
.emotion--element .compactfeatures .feature {
  text-align: left;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  padding: 1.875rem 1rem;
}
.emotion--element .compactfeatures .feature .feature--image .feature--image-vector {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: 65% 65%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .compactfeatures .feature .feature--image .feature--image-vector img {
  height: 50%;
  width: 50%;
}
.emotion--element .compactfeatures .feature .feature--text-wrapper {
  display: flex;
  flex-direction: column;
}
.emotion--element .compactfeatures .feature .feature--text-wrapper .feature--title {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .compactfeatures .feature .feature--text-wrapper .feature--description {
  font-size: 1rem;
  line-height: 1.25rem;
  line-height: 1.5rem;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 64em) {
  .emotion--element .compactfeatures {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .compactfeatures {
    --columns: 1;
  }
}
.emotion--element .productwithcolorpreviewleftimage {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.emotion--element .productwithcolorpreviewleftimage .image {
  position: relative;
  width: 51%;
  aspect-ratio: 1.77777778;
  height: fit-content;
  background-color: #f5f5f5;
}
.emotion--element .productwithcolorpreviewleftimage .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion--element .productwithcolorpreviewleftimage .image img {
  margin: 0 auto;
  height: auto;
  text-align: left;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper {
  padding-top: 1rem;
  padding-right: 3%;
  width: 49%;
  display: flex;
  flex-direction: column;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .titlearea {
  text-align: left;
  margin-left: 4rem;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  margin-top: -0.5rem;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .colorpreview--wrapper {
  margin-bottom: 1.25rem;
  margin-left: 4rem;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .colorpreview--wrapper .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .colorpreview--wrapper .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .productwithcolorpreviewleftimage .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: left;
  width: 85%;
  margin: 1rem 4rem;
}
@media screen and (min-width: 64em) {
  .emotion--element .productwithcolorpreviewleftimage.basesetarticle .text--wrapper {
    padding-top: 0px;
  }
  .emotion--element .productwithcolorpreviewleftimage.basesetarticle .text--wrapper .title {
    margin-top: -0.5rem;
  }
  .emotion--element .productwithcolorpreviewleftimage.hidden {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .productwithcolorpreviewleftimage {
    flex-wrap: wrap;
  }
  .emotion--element .productwithcolorpreviewleftimage.textimage {
    flex-direction: column-reverse;
  }
  .emotion--element .productwithcolorpreviewleftimage .text--wrapper {
    width: 100%;
  }
  .emotion--element .productwithcolorpreviewleftimage .image {
    width: 100%;
  }
}
.emotion--element .pdpadditionaldescription {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
}
.emotion--element .pdpadditionaldescription .image {
  position: relative;
  width: 51%;
}
.emotion--element .pdpadditionaldescription .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion--element .pdpadditionaldescription .image img {
  margin: 0 auto;
  height: auto;
  text-align: left;
}
.emotion--element .pdpadditionaldescription .text--wrapper {
  padding-top: 0;
  padding-right: 3%;
  width: 49%;
  display: flex;
  flex-direction: column;
}
.emotion--element .pdpadditionaldescription .text--wrapper .titlearea {
  text-align: left;
  margin-left: 4rem;
}
.emotion--element .pdpadditionaldescription .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  margin-top: -5px;
}
.emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper {
  margin-bottom: 1.25rem;
  margin-left: 4rem;
}
.emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .pdpadditionaldescription .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: left;
  width: 85%;
  margin: 1rem 4rem;
}
@media screen and (max-width: 64em) {
  .emotion--element .pdpadditionaldescription {
    flex-wrap: wrap;
  }
  .emotion--element .pdpadditionaldescription.textimage {
    flex-direction: column-reverse;
  }
  .emotion--element .pdpadditionaldescription .text--wrapper {
    width: 100%;
  }
  .emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper .color-wrapper {
    justify-content: center;
  }
  .emotion--element .pdpadditionaldescription .text--wrapper .titlearea,
  .emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper,
  .emotion--element .pdpadditionaldescription .text--wrapper .description {
    margin-left: 0px;
  }
  .emotion--element .pdpadditionaldescription .text--wrapper .titlearea .title,
  .emotion--element .pdpadditionaldescription .text--wrapper .colorpreview--wrapper .title,
  .emotion--element .pdpadditionaldescription .text--wrapper .description .title {
    text-align: center;
    margin-top: 1rem;
  }
  .emotion--element .pdpadditionaldescription .text--wrapper .description {
    margin: 1rem 0px;
    text-align: center;
    width: 100%;
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
  }
  .emotion--element .pdpadditionaldescription .image {
    width: 100%;
  }
}
.emotion--element .detailtexthighlights {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}
.emotion--element .detailtexthighlights .highlight--description {
  width: 50%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .detailtexthighlights .highlight--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .detailtexthighlights .highlight--details {
  padding-top: 1rem;
  padding-left: 4.5rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.emotion--element .detailtexthighlights .highlight--details.no-highlight-image {
  width: auto;
  margin: 0 auto;
  border-top: 1px solid #cbcbcb;
  padding-top: 2.5rem;
  text-align: center;
  padding-left: 0;
}
.emotion--element .detailtexthighlights .highlight--details.no-highlight-image .highlight--list ul {
  list-style-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/checkmark.png);
  list-style-position: inside;
}
.emotion--element .detailtexthighlights .highlight--details.no-highlight-image .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .detailtexthighlights .highlight--details.no-highlight-image .highlight--list ul li:before {
  content: "";
}
.emotion--element .detailtexthighlights .highlight--details .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--list ul {
  list-style-type: none;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--attributes {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 1.25rem;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--attributes strong {
  color: #283533;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--attributes p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
}
.emotion--element .detailtexthighlights .highlight--details .highlight--attributes p strong {
  color: #283533;
}
@media screen and (max-width: 48em) {
  .emotion--element .detailhighlights {
    flex-wrap: wrap;
  }
  .emotion--element .detailhighlights .highlight--video {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 0;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list {
    width: 49%;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li {
    padding-left: 2rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li:before {
    left: -0.25rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--attributes {
    width: 49%;
    margin-top: 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .detailtexthighlights {
    flex-wrap: wrap;
  }
  .emotion--element .detailtexthighlights .highlight--video {
    width: 100%;
  }
  .emotion--element .detailtexthighlights .highlight--image {
    width: 100%;
  }
  .emotion--element .detailtexthighlights .highlight--description {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .emotion--element .detailtexthighlights .highlight--details {
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 1rem;
  }
  .emotion--element .detailtexthighlights .highlight--details .highlight--list {
    width: 100%;
  }
  .emotion--element .detailtexthighlights .highlight--details .highlight--list ul li {
    padding-left: 2rem;
  }
  .emotion--element .detailtexthighlights .highlight--details .highlight--list ul li:before {
    left: -0.25rem;
  }
  .emotion--element .detailtexthighlights .highlight--details .highlight--attributes {
    width: 100%;
  }
}
.emotion--element.chairheight .imageseoplaintext .image {
  width: 25%;
}
.emotion--element.chairheight .imageseoplaintext .text {
  width: 75%;
}
.emotion--element.widerimage .imageseoplaintext {
  padding-bottom: 0px;
}
.emotion--element.widerimage .imageseoplaintext .image {
  width: 53%;
}
.emotion--element.widerimage .imageseoplaintext .text {
  width: 47%;
  padding: 0 2.25rem;
  margin-bottom: -2.25rem;
}
.emotion--element.centered-text .imageseoplaintext .text h2 {
  text-align: center;
}
.emotion--element.centered-text .imageseoplaintext .text h3 {
  text-align: center;
}
.emotion--element.centered-text .imageseoplaintext .text p {
  text-align: center;
}
.emotion--element .imageseoplaintext {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .imageseoplaintext .text {
  width: 60%;
  text-align: left;
  padding: 0 5%;
  display: flex;
  align-items: center;
}
.emotion--element .imageseoplaintext .text h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .imageseoplaintext .text h2.large {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
  margin-bottom: 2rem;
}
.emotion--element .imageseoplaintext .text h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
  margin-bottom: 1.25rem;
}
.emotion--element .imageseoplaintext .text .text--description {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.emotion--element .imageseoplaintext .text .text--description p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #283533;
  line-height: 1.75rem;
}
.emotion--element .imageseoplaintext .text .text--description p.highlight {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #66cccc;
  font-weight: bold;
}
.emotion--element .imageseoplaintext .text .text--description ul {
  font-size: 1.125rem;
  line-height: 1.55rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #283533;
  list-style: none;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 2rem;
  -webkit-column-gap: 2rem;
}
.emotion--element .imageseoplaintext .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .imageseoplaintext .text .text--description ol li {
  line-height: 2.5rem;
}
.emotion--element .imageseoplaintext .text .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .imageseoplaintext .text .highlight--list ul {
  list-style-type: none;
}
.emotion--element .imageseoplaintext .text .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .imageseoplaintext .text .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .imageseoplaintext .image {
  width: 40%;
  display: flex;
  align-items: center;
}
.emotion--element .imageseoplaintext .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .imageseoplaintext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--element .imageseoplaintext .text {
    width: 100%;
  }
  .emotion--element .imageseoplaintext .image {
    width: 100%;
  }
  .emotion--element.widerimage .imageseoplaintext .image {
    margin-bottom: 2rem;
    width: 100%;
  }
  .emotion--element.widerimage .imageseoplaintext .text {
    width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .imageseoplaintext {
    padding: 1rem 0px;
  }
  .emotion--element .imageseoplaintext .image {
    margin-bottom: 1rem;
  }
  .emotion--element .imageseoplaintext .text {
    width: 100%;
  }
  .emotion--element .imageseoplaintext .text .text--description ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.emotion--element.chairheight .seoplaintextimage .image {
  width: 25%;
}
.emotion--element.chairheight .seoplaintextimage .text {
  width: 75%;
}
.emotion--element.centered-text .seoplaintextimage .text h2 {
  text-align: center;
}
.emotion--element.centered-text .seoplaintextimage .text h3 {
  text-align: center;
}
.emotion--element.centered-text .seoplaintextimage .text p {
  text-align: center;
}
.emotion--element .seoplaintextimage {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
.emotion--element .seoplaintextimage .text {
  width: 60%;
  text-align: left;
  padding: 0 5%;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.emotion--element .seoplaintextimage .text h2 {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  margin-top: 0;
}
.emotion--element .seoplaintextimage .text h2.large {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2rem;
}
.emotion--element .seoplaintextimage .text h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
  margin-bottom: 1.25rem;
}
.emotion--element .seoplaintextimage .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .seoplaintextimage .text .text--description p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  line-height: 1.75rem;
}
.emotion--element .seoplaintextimage .text .text--description p.highlight {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #66cccc;
  font-weight: bold;
}
.emotion--element .seoplaintextimage .text .text--description ul {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  color: #283533;
  list-style: none;
  margin-bottom: 1.25rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 2rem;
  -webkit-column-gap: 2rem;
}
.emotion--element .seoplaintextimage .text .text--description ul li {
  margin-bottom: 0.5rem;
}
.emotion--element .seoplaintextimage .text .text--description ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.emotion--element .seoplaintextimage .text .text--description ol li {
  line-height: 2.5rem;
}
.emotion--element .seoplaintextimage .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .seoplaintextimage .highlight--list ul {
  list-style-type: none;
  list-style-position: inside;
}
.emotion--element .seoplaintextimage .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .seoplaintextimage .highlight--list ul li:before {
  position: absolute;
  left: -2rem;
  font-family: 'themify';
  content: "\e64c";
  color: #6ac2bf;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.emotion--element .seoplaintextimage .image {
  width: 40%;
}
.emotion--element .seoplaintextimage .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .seoplaintextimage {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--element .seoplaintextimage .text {
    width: 100%;
  }
  .emotion--element .seoplaintextimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .seoplaintextimage .text {
    padding-left: 5%;
  }
  .emotion--element .seoplaintextimage .text .text--description ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .emotion--element .seoplaintextimage .image {
    margin-bottom: 1rem;
  }
}
.emotion--element.bodycopy .textelement p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  line-height: 1.75rem;
}
.emotion--element .sectionheadercta {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .sectionheadercta .sectionheadercta--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .sectionheadercta .sectionheadercta--title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.emotion--element .sectionheadercta .cta--wrapper {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
}
.emotion--element .sectionheadercta .cta--wrapper .maincta {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  color: #6ac2bf;
  margin-right: 2.25rem;
}
.emotion--element .sectionheadercta .cta--wrapper .arrow {
  height: 1.25rem;
}
.emotion--element .productwithcolorpreviewleftstaticimage {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.emotion--element .productwithcolorpreviewleftstaticimage .image {
  position: relative;
  width: 51%;
}
.emotion--element .productwithcolorpreviewleftstaticimage .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion--element .productwithcolorpreviewleftstaticimage .image img {
  margin: 0 auto;
  height: auto;
  text-align: left;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper {
  padding-top: 0;
  padding-right: 3%;
  width: 49%;
  display: flex;
  flex-direction: column;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .titlearea {
  text-align: left;
  margin-left: 4rem;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  margin-top: -0.5rem;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .colorpreview--wrapper {
  margin-bottom: 1.25rem;
  margin-left: 4rem;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .colorpreview--wrapper .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .colorpreview--wrapper .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: left;
  width: 85%;
  margin: 1rem 4rem;
}
@media screen and (min-width: 64em) {
  .emotion--element .productwithcolorpreviewleftstaticimage.basesetarticle .text--wrapper {
    padding-top: 0px;
  }
  .emotion--element .productwithcolorpreviewleftstaticimage.basesetarticle .text--wrapper .title {
    margin-top: 0px;
  }
  .emotion--element .productwithcolorpreviewleftstaticimage.hidden {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .productwithcolorpreviewleftstaticimage {
    flex-wrap: wrap;
  }
  .emotion--element .productwithcolorpreviewleftstaticimage.textimage {
    flex-direction: column-reverse;
  }
  .emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper {
    width: 100%;
  }
  .emotion--element .productwithcolorpreviewleftstaticimage .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .productwithcolorpreviewleftstaticimage .text--wrapper .title {
    padding-top: 1.25rem;
  }
}
.emotion--element .videocolumns {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .videocolumns .videocolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .videocolumns .videocolumns--title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.emotion--element .videocolumns .videocolumns--list {
  margin-top: 50px;
  display: flex;
  --columns: 3;
  --gap: 1.25rem;
  gap: var(--gap);
  flex-wrap: wrap;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--video video {
  width: 100%;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature--media {
  width: 100%;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature--media a {
  width: 100%;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature--media a img {
  width: 100%;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2.25rem;
  font-weight: 600;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text h3 a {
  color: #283533;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  padding: 1.25rem 3.4375rem 1.25rem 2rem;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta .icon--arrow-right {
  display: none;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta .icon--arrow-right {
  display: none;
}
.emotion--element .videocolumns .videocolumns--list .feature-entry .feature-entry--text .feature-entry--cta.phone {
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Lato, sans-serif;
  background: #DCDCDC;
  color: #283533;
  font-weight: 600;
  padding: 0.9rem 3.4375rem;
}
@media screen and (max-width: 30em) {
  .emotion--element .videocolumns .videocolumns--list {
    --columns: 1;
  }
  .emotion--element .videocolumns .videocolumns--list .feature-entry {
    margin-top: 1.25rem;
  }
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section {
  min-height: 230px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper {
  width: 75%;
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 2.5rem 1.5rem;
  width: 100%;
  margin: 0;
  display: flex;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  padding-left: 2rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text h1.overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text .overlay--description h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .text .overlay--description p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .rocket {
  flex-grow: 1;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .cta {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15rem;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .cta .ctalink {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  background-color: #6ac2bf;
  color: #fff;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  background-position: center;
  transition: background-position 300ms;
  will-change: background-position;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 25px 0;
  height: 3.75rem;
  width: 5.875rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
.emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .cta .ctalink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper {
    width: 90%;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay {
    left: 0;
    width: 100%;
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .rocket {
    display: none;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .overlay--description {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement {
    height: auto;
    margin-bottom: 1.25rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section {
    min-height: 400px;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: 400px;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay {
    left: 0;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .startupofferselement .section .wrapper .overlay .overlay--description {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element.mainhide .startupofferselement {
    display: none;
  }
}
.emotion--element.homepagemode .referencesliderwithtextandcta .inner--wrapper {
  border: 0;
}
.emotion--element.no-toppadding .referencesliderwithtextandcta .inner--wrapper .text--wrapper {
  padding-top: 0;
}
.emotion--element.noborder .referencesliderwithtextandcta .inner--wrapper {
  border: 0;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper {
  display: flex;
  flex-direction: row;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .image {
  position: relative;
  width: 60%;
  padding: 20px;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .image .image--percent {
  position: absolute;
  top: 0;
  right: 1.875rem;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .image img {
  margin: 0 auto;
  height: auto;
  max-height: 600px;
  text-align: center;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .image .slick-dots {
  bottom: -35px;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper {
  padding: 20px 3% 3% 3%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .titlearea {
  text-align: center;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .titlearea .title a {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .titlearea .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #6ac2bf;
  font-weight: 600;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: 1rem auto 3rem auto;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price .price--info-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price .price--info {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price .price--info.price--info-special {
  color: #f37771;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions {
  display: flex;
  margin: 0 auto;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  padding: 1.25rem 3.4375rem;
  margin-top: 1rem;
  min-width: 320px;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
@media screen and (max-width: 64em) {
  .emotion--element.mobile .referencesliderwithtextandcta .inner--wrapper {
    flex-direction: column !important;
  }
  .emotion--element.mobile .referencesliderwithtextandcta .inner--wrapper .text--wrapper {
    padding-top: 20px;
  }
  .emotion--element.mobile .referencesliderwithtextandcta .inner--wrapper .text--wrapper .description {
    display: none;
  }
  .emotion--element.mobile .referencesliderwithtextandcta .inner--wrapper .text--wrapper .actions {
    display: none;
  }
  .emotion--element.mobile .referencesliderwithtextandcta .inner--wrapper .image {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .emotion--element .referencesliderwithtextandcta .slick-dots li {
    margin: 0 0px;
  }
  .emotion--element .referencesliderwithtextandcta.textimage {
    flex-direction: column-reverse;
  }
  .emotion--element .referencesliderwithtextandcta .inner--wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .emotion--element .referencesliderwithtextandcta .inner--wrapper .text--wrapper {
    width: 100%;
  }
  .emotion--element .referencesliderwithtextandcta .inner--wrapper .image {
    width: 100%;
  }
}
.emotion--element .textwithbg {
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}
.emotion--element .textwithbg .text--wrapper {
  height: 100%;
  max-width: 38%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.emotion--element .textwithbg .text--wrapper .title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
  font-weight: bold;
}
.emotion--element .textwithbg .text--wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #fff;
  font-weight: 600;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 30em) {
  .emotion--element .textwithbg .text--wrapper {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.emotion--element .textaccordion .accordion--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0rem 6rem;
}
.emotion--element .textaccordion .accordion--wrapper .accordion--header {
  display: flex;
}
.emotion--element .textaccordion .accordion--wrapper .accordion--header img {
  width: 10rem;
  height: 8.625rem;
  margin-right: 2.5rem;
}
.emotion--element .textaccordion .accordion--wrapper .accordion--header h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .accordion {
  line-height: 2rem;
  background-color: #fff;
  color: #283533;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
  transition: 0.4s;
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .accordion:after {
  content: '\002B';
  color: #6ac2bf;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 2rem;
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .active:after {
  content: "\2212";
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .panel {
  padding: 1.25rem;
  background-color: #f5f5f5;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .panel p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .textaccordion .accordion--wrapper .accordion-body .panel ul {
  list-style-position: inside;
  margin-left: 1.25rem;
}
@media screen and (max-width: 64em) {
  .emotion--element .textaccordion {
    flex-wrap: wrap;
  }
  .emotion--element .textaccordion .accordion--wrapper {
    margin: 0rem;
  }
  .emotion--element .textaccordion .accordion--wrapper .accordion--header img {
    display: none;
  }
  .emotion--element .textaccordion .accordion--wrapper .accordion--header h2 {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .textaccordion {
    flex-wrap: wrap;
  }
}
.emotion--element .productpreview {
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding: 20px 0;
  margin: 0 !important;
  background-color: white;
}
.emotion--element .productpreview .productpreview-listing {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  --gap: 1.25rem;
  --columns: 4;
  gap: var(--gap);
  padding-bottom: 2rem;
}
.emotion--element .productpreview .productpreview-listing .element {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .productpreview .productpreview-listing .element .content {
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.emotion--element .productpreview .productpreview-listing .element .content .image {
  background-color: #f5f5f5;
}
.emotion--element .productpreview .productpreview-listing .element .content .title {
  margin-bottom: 1.25rem;
}
.emotion--element .productpreview .productpreview-listing .element .content .description {
  margin-bottom: 1.25rem;
}
.emotion--element .productpreview .productpreview-listing .element .content .arrow {
  height: 1.25rem;
}
.emotion--element .productpreview .productpreview-listing .element h2 {
  text-transform: uppercase;
  font-size: 1.35rem;
  margin-bottom: 1.15rem;
}
.emotion--element .productpreview .productpreview-listing .element p {
  font-size: 1.25rem;
}
.emotion--element .productpreview .productpreview-listing .element img {
  width: 100%;
}
.emotion--element .productpreview .productpreview-listing .element .price {
  line-height: 1.15rem;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info {
  font-size: 1.55rem;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info span {
  font-weight: bold;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info-label {
  display: block;
  margin-top: 0.5rem;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info-label,
.emotion--element .productpreview .productpreview-listing .element .price .price--info-pseudo {
  font-size: 0.85rem;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info-label a,
.emotion--element .productpreview .productpreview-listing .element .price .price--info-pseudo a {
  text-decoration: underline;
}
.emotion--element .productpreview .productpreview-listing .element .price .price--info-pseudo {
  padding-left: 0.5rem;
  text-decoration: line-through;
}
.emotion--element .productpreview .productpreview-listing .element .price .discount {
  color: #f37771;
}
.emotion--element .productpreview .productpreview-listing .element .cta--product-link {
  line-height: 1.75rem;
  color: #283533;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  width: 70px;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.35rem;
  min-width: 250px;
  font-weight: normal;
  height: auto;
  background-position: right 20px center;
  width: auto;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 12px 20px;
  position: static;
  min-width: auto;
  width: 100%;
}
.emotion--element .productpreview .productpreview-listing .element .cta--product-link:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--element .productpreview .productpreview-listing .hidden {
  display: none;
}
.emotion--element .productpreview .productpreview-extend {
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 1.35rem;
  font-weight: bold;
  cursor: pointer;
}
.emotion--element .productpreview .productpreview-extend img {
  display: inline;
  position: relative;
  left: 25px;
}
.emotion--element .productpreview .productpreview-extend img.arrow {
  height: 1.25rem;
}
.emotion--element .productpreview .productpreview-extend .close {
  display: none;
}
@media screen and (max-width: 75rem) {
  .emotion--element .productpreview .productpreview-listing {
    --columns: 4;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .productpreview .productpreview-listing {
    --columns: 3;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .productpreview .productpreview-listing {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .productpreview .productpreview-listing {
    padding-left: 0px;
    padding-right: 0px;
    --columns: 1;
  }
  .emotion--element .productpreview .productpreview-listing .element .content {
    margin-left: 2px;
    margin-right: 2px;
  }
  .emotion--element .productpreview .productpreview-listing .element .actions {
    padding: 0px 20px;
  }
}
.emotion--wrapper .emotion--row .emotion--element.morepadding .headerslider .section {
  min-height: 500px;
}
.emotion--wrapper .emotion--row .emotion--element.mobile .progressBarContainer {
  bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section {
    min-height: 186.5vw;
  }
  .emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .inner-container {
    align-items: flex-end;
    margin-bottom: 9rem;
  }
}
.emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .overlay {
  padding: 0.65rem 2rem;
}
.emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .overlay .overlay--title {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .overlay .contentlink.desktop {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .overlay .mobile-container {
  display: flex;
  justify-content: center;
}
.emotion--wrapper .emotion--row .emotion--element.mobile .headerslider .section .overlay .mobile-container .contentlink {
  min-width: 0px;
  width: 1rem;
  padding: 1.25em 3rem 1.25rem 1.5rem;
  background-position: center;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider.slick-initialized {
  visibility: visible !important;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-dots {
  bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-dots button:before {
  color: #fff !important;
  font-size: 12px !important;
  opacity: 0.6;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow {
  z-index: 1000;
  width: 32px;
  height: 32px;
  opacity: 0.75;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow:hover {
  opacity: 1;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow:before {
  color: rgba(0, 0, 0, 0.5) !important;
  content: '' !important;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow.slick-next {
  right: 50px;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow.slick-prev {
  left: 30px;
}
@media screen and (max-width: 1100px) {
  .emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow {
    top: 25%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow.slick-next {
    right: 3.5%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .slick-arrow.slick-prev {
    left: 3.5%;
  }
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-attachment: scroll;
  height: calc(31.25vw);
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section.left .inner-container {
  justify-content: flex-start;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section.left .overlay {
  margin-left: 9rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section.right .inner-container {
  justify-content: flex-end;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section.right .overlay {
  margin-right: 9rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .inner-container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left;
  padding: 0.65rem 3rem;
  width: 38%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
  border-radius: 10px;
  height: fit-content;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay div.overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.25rem;
  line-height: 4.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  padding: 1rem 2.5rem;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .mobile-container {
  display: none;
}
@media screen and (max-width: 1399px) {
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay {
    width: 58%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .overlay--title {
    word-break: break-word;
  }
}
@media screen and (max-width: 1100px) {
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section {
    height: fit-content !important;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .inner-container {
    justify-content: center !important;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay {
    margin: 3rem 0 !important;
    width: 94%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .overlay .overlay--title {
    word-break: break-word;
  }
  .emotion--wrapper .emotion--row .emotion--element .headerslider .section .progressBarContainer {
    padding-left: 3.5%;
  }
}
.emotion--wrapper .emotion--row .emotion--element .progressBarContainer {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .875rem;
  box-sizing: border-box;
  max-width: 100%;
}
.emotion--wrapper .emotion--row .emotion--element .progressBarContainer div {
  display: block;
  width: 31px;
  padding: 0;
  cursor: pointer;
  margin-right: 5px;
  color: white;
}
.emotion--wrapper .emotion--row .emotion--element .progressBarContainer div:last-child {
  margin-right: 0;
}
.emotion--wrapper .emotion--row .emotion--element .progressBarContainer div span.progressBar {
  width: 100%;
  height: 7px;
  background-color: #fff;
  display: block;
  border-radius: 5px;
}
.emotion--wrapper .emotion--row .emotion--element .progressBarContainer div span.progressBar .inProgress {
  background-color: #6AC1BF;
  width: 0%;
  min-width: 0%;
  max-width: 100%;
  height: 7px;
  border-radius: 5px;
}
.emotion--element .meetingboxicons {
  display: flex;
  flex-direction: row;
}
.emotion--element .meetingboxicons .image--wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emotion--element .meetingboxicons .image--wrapper img {
  padding: 2% 5% 2% 7%;
  width: 100%;
  height: auto;
}
.emotion--element .meetingboxicons .text--wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
  text-align: center;
}
.emotion--element .meetingboxicons .text--wrapper h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.emotion--element .meetingboxicons .text--wrapper h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.emotion--element .meetingboxicons .text--wrapper .text--description {
  margin-bottom: 2rem;
}
.emotion--element .meetingboxicons .text--wrapper .features {
  --columns: 2;
  --gap: 1rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
.emotion--element .meetingboxicons .text--wrapper .features .feature {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.emotion--element .meetingboxicons .text--wrapper .features .feature .feature--image .feature--image-vector {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .meetingboxicons .text--wrapper .features .feature .feature--image .feature--image-vector img {
  height: 50%;
  width: 50%;
}
.emotion--element .meetingboxicons .text--wrapper .features .feature .feature--title {
  margin-top: 1.25rem;
}
@media screen and (max-width: 48em) {
  .emotion--element .meetingboxicons {
    flex-direction: column;
  }
  .emotion--element .meetingboxicons .image--wrapper {
    width: 100%;
    margin-bottom: 1rem;
    order: 1;
  }
  .emotion--element .meetingboxicons .text--wrapper {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .meetingboxicons .text--wrapper .features {
    --columns: 1;
  }
}
.emotion--element .textimagewithtitlesubtitle {
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .textimagewithtitlesubtitle .text {
  width: 50%;
  text-align: center;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emotion--element .textimagewithtitlesubtitle .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--element .textimagewithtitlesubtitle .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.emotion--element .textimagewithtitlesubtitle .text .text--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .textimagewithtitlesubtitle .image {
  width: 50%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emotion--element .textimagewithtitlesubtitle .image img {
  width: 100%;
}
@media screen and (max-width: 48em) {
  .emotion--element .textimagewithtitlesubtitle {
    flex-direction: column;
  }
  .emotion--element .textimagewithtitlesubtitle .image {
    width: 100%;
  }
  .emotion--element .textimagewithtitlesubtitle .text {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .emotion--element .textimagewithtitlesubtitle {
    flex-direction: column;
  }
  .emotion--element .textimagewithtitlesubtitle .image {
    width: 100%;
  }
  .emotion--element .textimagewithtitlesubtitle .text {
    width: 100%;
  }
}
.emotion--element.trucksix .achthighlights .feature:nth-of-type(6) .feature--image .feature--image-vector {
  width: 7rem;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .emotion--element .top-produkte--list {
    display: inline-block !important;
    width: 100% !important;
  }
  .emotion--element .top-produkte--list .produkt-entry {
    width: 47% !important;
    display: inline-block !important;
    margin: 10px 1% !important;
  }
}
.emotion--element .text-image-row {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}
.emotion--element .text-image-row .text {
  width: 100% !important;
}
.emotion--element .text-image-row .rightimage {
  width: 100% !important;
}
.emotion--element .achthighlights {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  --columns: 6;
  --gap: 1.25rem;
  gap: var(--gap);
}
.emotion--element .achthighlights .feature {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .achthighlights .feature .feature--image .feature--image-vector {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.emotion--element .achthighlights .feature .feature--detail .feature--description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
@media screen and (max-width: 64em) {
  .emotion--element .achthighlights {
    --columns: 3;
  }
}
.emotion--element .achthighlights .feature {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .achthighlights .feature .feature--image .feature--image-vector {
  height: 5rem;
  width: 5rem;
  margin: 0 auto;
}
.emotion--element .achthighlights .feature .feature--detail {
  padding-right: 0;
}
.emotion--element .achthighlights .feature .feature--detail .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .emotion--element .achthighlights {
    --columns: 2;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    margin-top: 25px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights .feature {
    margin-bottom: 22px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights .feature .feature--detail h3.feature--title {
    margin-top: 0px;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights .feature .feature--detail .feature--description {
    font-family: 'open sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #283533;
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    line-height: 1.55rem;
    color: #011127;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights .feature .feature--image {
    height: 100%;
    padding-right: 2.5vw;
    padding-top: 12px;
    flex: 0 0 110px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .achthighlights .feature .feature--image .feature--image-vector {
    width: 60px;
    height: 100%;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (min-width: 120rem) {
  .emotion--element .achthighlights .feature .feature--detail .feature--title {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
  .emotion--element .achthighlights .feature .feature--detail .feature--description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 15px auto;
    max-width: 300px;
  }
}
.emotion--element .featuredcolumnscta {
  padding-top: 0;
}
.emotion--element .featuredcolumnscta .featuredcolumns--list {
  margin-top: 0;
}
.emotion--element .featuredcolumnscta .featuredcolumns--list .feature-entry {
  padding: 1.875rem;
}
.emotion--element .featuredcolumnscta .featuredcolumns--list .feature-entry .feature-entry--text h3 {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: left;
}
.emotion--element .featuredcolumnscta .featuredcolumns--list .feature-entry .feature-entry--text h3 a {
  color: #283533;
}
.emotion--element .featuredcolumnscta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  margin: 0 0 25px 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .emotion--element .top-produkte--list {
    display: inline-block !important;
    width: 100% !important;
  }
  .emotion--element .top-produkte--list .produkt-entry {
    width: 47% !important;
    display: inline-block !important;
    margin: 10px 1% !important;
  }
}
.emotion--element .text-image-row {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}
.emotion--element .text-image-row .text {
  width: 100% !important;
}
.emotion--element .text-image-row .rightimage {
  width: 100% !important;
}
.emotion--element .fouriconhighlights {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  --columns: 4;
  --gap: 1.25rem;
  gap: var(--gap);
}
.emotion--element .fouriconhighlights .feature {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.emotion--element .fouriconhighlights .feature .feature--image .feature--image-vector {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.emotion--element .fouriconhighlights .feature .feature--detail .feature--title {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
.emotion--element .fouriconhighlights .feature .feature--detail .feature--description {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
@media screen and (max-width: 64em) {
  .emotion--element .fouriconhighlights {
    --columns: 3;
  }
}
.emotion--element .fouriconhighlights .feature {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.emotion--element .fouriconhighlights .feature .feature--image .feature--image-vector {
  height: 5rem;
  width: 5rem;
  margin: 2rem auto;
}
.emotion--element .fouriconhighlights .feature .feature--detail {
  padding-right: 0;
}
.emotion--element .fouriconhighlights .feature .feature--detail .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
}
.emotion--element .fouriconhighlights .feature .feature--detail .feature--description {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 15px auto;
}
@media screen and (max-width: 30em) {
  .emotion--element .fouriconhighlights {
    --columns: 2;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    margin-top: 25px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights .feature {
    margin-bottom: 22px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights .feature .feature--detail h3.feature--title {
    margin-top: 0px;
    font-family: 'open sans', sans-serif;
    font-weight: bold;
    color: #283533;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #011127;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights .feature .feature--detail .feature--description {
    font-family: 'open sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #283533;
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    line-height: 1.55rem;
    color: #011127;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights .feature .feature--image {
    height: 100%;
    padding-right: 2.5vw;
    padding-top: 12px;
    flex: 0 0 110px;
  }
  .emotion--wrapper .emotion--row .emotion--element.main .fouriconhighlights .feature .feature--image .feature--image-vector {
    width: 60px;
    height: 100%;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
body {
  font-size: 1rem;
}
body div[id^="trustbadge-container-"] {
  z-index: 7999999 !important;
}
body p {
  font-size: 1rem;
}
body .highlight {
  color: #66cccc !important;
  font-weight: 600;
}
body .alert {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
body .alert.is--success .alert--icon {
  background: #67cf91;
}
body .alert.is--info .alert--icon {
  background: #1961a8;
}
body .alert.is--error .alert--icon {
  background: #ff4241;
}
body .field--select select {
  font-size: 1rem;
}
body .js--fancy-select select {
  font-size: 1rem;
}
body input[type="text"],
body input[type="search"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
body input[type="tel"],
body textarea {
  font-size: 1.125rem;
}
body body .field--select select,
body body .js--fancy-select select,
body body input[type="text"],
body body input[type="search"],
body body input[type="password"],
body body input[type="number"],
body body input[type="email"],
body body input[type="tel"],
body body textarea {
  font-size: 1.125rem;
}
body .btn {
  font-size: 1.125rem;
}
body .account--menu .account--menu-container {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
body .nowrap {
  white-space: nowrap;
}
section.content-main {
  box-shadow: none;
}
section.content-main .content-main--inner {
  padding: 0;
}
section.content-main .content-main--inner .content--wrapper {
  margin-left: 0;
}
.ergowrapper .content--breadcrumb {
  color: #707070;
  background-color: #ffffff !important;
  min-height: 0;
  padding-top: 0;
}
.ergowrapper .content--breadcrumb * {
  color: #707070;
  font-size: 1rem;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list {
  border-top: 1px solid #c1c2c5;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--entry.is--active {
  font-weight: bold;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--separator {
  padding-left: 0;
  padding-right: 0;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--separator .icon--arrow-right {
  color: #6ac2bf;
  font-weight: bold;
  font-size: 0.7rem;
}
.delivery--information .check-icon {
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dynamic--imagetext {
    flex-direction: column !important;
  }
  .dynamic--imagetext .image {
    width: 100% !important;
  }
  .dynamic--imagetext .text {
    width: 100% !important;
  }
}
@media screen and (max-width: 30em) {
  .ergowrapper .content--breadcrumb {
    display: none;
  }
  .shop--navigation.block-group {
    padding-bottom: 0 !important;
  }
}
html {
  scroll-behavior: smooth;
}
.demobanner {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #e65;
}
.content--breadcrumb .container {
  padding-left: 9rem;
  padding-right: 9rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.content--breadcrumb .breadcrumb--entry {
  display: list-item;
}
.content--breadcrumb .breadcrumb--separator {
  display: list-item;
}
.header-main .top-bar {
  background: #f5f5f5;
  padding-top: 0;
}
.header-main .top-bar .container {
  padding-left: 9rem;
  padding-right: 9rem;
  background: #f5f5f5;
}
.header-main .top-bar .container .psmin-top-usp-list {
  margin-left: 0;
}
.header-main .top-bar .container .top-bar--navigation .entry--service {
  padding-right: 0;
}
.header-main .top-bar .container .top-bar--navigation .service--list .service--entry:nth-child(even) {
  background-color: #f5f5f5;
}
.header-main .header--navigation {
  padding-left: 9rem;
  padding-right: 9rem;
}
.header-main .header--navigation .logo-main {
  padding-left: 1.5rem;
}
.header-main .header--navigation .list-logo-container {
  display: none;
}
@media screen and (max-width: 48em) {
  .header-main .header--navigation {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.header-main .navigation--list .navigation--entry.cancel-btn {
  display: none;
}
.header-main .navigation--list .navigation--entry .btn {
  width: auto;
}
.header-main .navigation--list .navigation--entry .btn .header-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 30em) {
  .content-main--inner {
    position: static !important;
  }
  .content--breadcrumb {
    display: none;
  }
  .content--breadcrumb .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-main.ergo-mobile-open .navigation--list .navigation--entry.cancel-btn {
    display: block;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  .header-main.ergo-mobile-open .navigation--list .navigation--entry.entry-cart-two {
    display: none;
  }
  .header-main.ergo-mobile-open .navigation--list .navigation--entry.entry--account {
    display: none;
  }
  .header-main.ergo-mobile-open .navigation--list .navigation--entry .entry--trigger i.icon--menu {
    background-color: #F5F5F5;
    border-radius: 5px;
  }
  .header-main {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .header-main .header--navigation {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-top: 20px;
  }
  .header-main .header--navigation > .logo-main {
    display: none;
  }
  .header-main .header--navigation.confirm > .logo-main {
    display: block;
  }
  .header-main .header--navigation .navigation--list {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
  }
  .header-main .header--navigation .navigation--list .list-logo-container {
    display: inline-block;
    width: fit-content;
    position: absolute;
    margin-bottom: 0px !important;
  }
  .header-main .header--navigation .navigation--list .list-logo-container .logo-main {
    padding: 0px;
    margin: 0px;
    width: fit-content;
  }
  .header-main .header--navigation .navigation--list .list-logo-container .logo-main .logo--shop {
    width: fit-content;
    padding: 0px;
    padding-top: 1px;
  }
  .header-main .header--navigation .navigation--list .list-logo-container .logo-main .logo--shop img {
    width: 132px !important;
  }
  .header-main .header--navigation .navigation--list .entry--menu-left.navigation--entry {
    margin-right: auto;
    position: initial !important;
  }
  .header-main .header--navigation .navigation--list .entry--notepad {
    display: none;
  }
  .header-main .header--navigation .navigation--list .navigation--entry {
    margin-right: 4px;
    margin-bottom: 6px;
  }
  .header-main .header--navigation .navigation--list .navigation--entry.entry--account {
    margin-right: 9px;
  }
  .header-main .header--navigation .navigation--list .navigation--entry.entry--account .btn .header-icon {
    height: 20px;
    width: 17px;
  }
  .header-main .header--navigation .navigation--list .navigation--entry .btn.cart--link .header-icon {
    height: 22px;
    width: 22px;
    margin-bottom: 1px;
  }
  .header-main .header--navigation .shop--navigation {
    margin-top: 0px;
  }
  .header-main .header--navigation .shop--navigation .navigation--entry .entry--trigger {
    padding-right: 0px;
  }
  .header-main .header--navigation .shop--navigation .navigation--entry .entry--trigger i.icon--menu {
    font-size: 26px;
    height: 32px;
    width: 34px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px 0rem 0rem -4px;
  }
  .header-main .header--navigation .shop--navigation .navigation--entry .entry--trigger .menu-left-text {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .content--breadcrumb .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-main .top-bar .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.product--box .product--badges .badge--discount {
  background: #f5766e;
}
.content-main .listing--content {
  padding-top: 0;
  padding-left: 9rem;
  padding-right: 9rem;
}
.content-main .listing--content .listing--wrapper {
  max-width: 100%;
}
.content-main .listing--content .listing--wrapper .listing--container .listing {
  max-width: 120rem;
  margin: 0 auto;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--flex-wrapper {
  --columns: 3;
  --gap: 1.25rem;
  display: inline-flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding-top: 2em;
  margin-bottom: 1.25rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space {
  width: calc((2 * (100% / var(--columns))) - var(--gap) + ((var(--gap) / var(--columns)*2) ));
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: flex-end;
  background-size: cover;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space[data-modulus="0"] {
  width: 100%;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space[data-modulus="2"] {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .filler-space-height {
  visibility: hidden;
  width: 100%;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 73%;
  padding: 2.875rem 3.625rem;
  margin: 4rem 0px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.625rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a {
  margin-top: 2rem !important;
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  height: 3rem;
  background-size: 1.1rem 1.1rem;
  width: 4.5625rem;
  background-position: center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a .icon--arrow-right {
  display: none;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a .icon--arrow-right {
  display: none;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container .overlay--link a:hover {
  background-position: right 0.85rem center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding-bottom: 2rem;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item > * {
  width: 100%;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .color-preview-container {
  margin-top: 15px;
  margin-bottom: 14px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .color-preview-container .color-wrapper {
  display: flex;
  flex-direction: row;
  gap: .5625rem;
  align-items: center;
  height: 100%;
  margin: 0px 1.875rem;
  flex-wrap: wrap;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .color-preview-container .color-wrapper .colorpreview {
  width: 30px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .space-container {
  height: 47px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image {
  position: relative;
  margin: 1.875rem;
  margin-bottom: 0px;
  text-align: left;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container {
  position: absolute;
  z-index: 999;
  display: flex;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container .label {
  background: transparent;
  color: #fff;
  padding-left: 0;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container .coloer-wrapper {
  padding-right: 5px;
  display: flex;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container .coloer-wrapper .colorpreview {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #011127;
  margin-right: 5px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container.ul {
  left: 3rem;
  bottom: 3rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container.ur {
  right: 3rem;
  bottom: 3rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container.ol {
  left: 3rem;
  top: 3rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .color-preview-container.or {
  right: 3rem;
  top: 3rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .image--percent {
  position: absolute;
  top: 0;
  width: 6.875rem;
  height: 8.125rem;
  background-color: #f37771;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 1.875rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .image--percent.em24-logo {
  height: 6rem;
  width: 6rem;
  top: 1rem;
  right: 0px;
  background: none;
  background-color: transparent;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a .gg-chevron,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img .gg-chevron {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 25px;
  /* Add or modify this line to set the width */
  height: 40px;
  border-radius: 100px;
  color: #6ac2bf;
  cursor: pointer;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a .gg-chevron::after,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img .gg-chevron::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 17px;
  height: 17px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  transform: rotate(-45deg);
  top: 10px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a .gg-chevron-left::after,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img .gg-chevron-left::after {
  left: 16px;
  transform: rotate(135deg);
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a .gg-chevron-right::after,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img .gg-chevron-right::after {
  right: 16px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a img,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img img {
  margin: 0 auto;
  /*max-height: 350px;*/
  height: auto;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image a img.placeholder,
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .image .set-img img.placeholder {
  height: auto;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 1.875rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .titlearea .title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .titlearea .title a {
  color: #283533;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .titlearea .title a:hover {
  color: #6ac2bf;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .titlearea .subtitle {
  font-size: 1.5rem;
  color: #6ac2bf;
  font-weight: 600;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .description.set-description {
  color: #707070;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .set-products .set-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .set-products .set-products-list .set-product {
  flex: 0 0 100%;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .set-products h3 {
  font-family: Open Sans;
  font-size: 19px;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 14px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .set-products a {
  display: flex;
  align-items: center;
  color: #011127;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .set-products a img {
  width: 50px;
  margin-right: 20px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .coupon-help {
  color: #707070;
  font-size: 1rem;
  display: none;
  margin-bottom: 1.5rem;
  text-align: center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .variants {
  display: flex;
  gap: 10px;
  margin: 1.25rem auto 0 auto;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .variants .variants--item {
  border: 2px solid #ddd;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price {
  margin: 1.875rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--line {
  display: flex;
  align-items: center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--info-label {
  margin-top: .75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #283533;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--info {
  font-size: 24px;
  line-height: 29px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #283533;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--info.price--info-special {
  color: #f37771;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--info-pseudo {
  font-size: 1rem;
  color: #707070;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: text-top;
  padding-left: 0.5rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .price--info-pseudo .price--info-pseudo-old {
  text-decoration: line-through;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 10000;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer {
  margin-left: 1.5rem;
  border: 1px solid #f37771;
  padding: 6px;
  font-weight: 600;
  font-size: 0.875rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper {
  display: flex;
  flex-direction: row;
  padding-right: 1.5rem;
  height: 100%;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #f37771;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-prefix {
  margin-left: 0.5rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-code {
  margin-left: 0.25rem;
  font-weight: bold;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .listing-copy--image {
  margin-left: 0.5rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .coupon-percent--wrapper {
  min-width: 9%;
  background: #f37771 url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/prozente.svg) no-repeat center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions {
  width: fit-content;
  margin: 0 1.875rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  color: #FFFFFF !important;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink .icon--arrow-right {
  display: none;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--addtocart {
  margin-bottom: 0px;
  margin-right: 0.875rem;
  width: 4.5625rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6AC2BF;
  border-radius: 4px;
  background-color: white;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--addtocart svg {
  fill: #6AC2BF;
  width: 2.223375rem;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--addtocart:hover {
  background-color: #283533;
  border: none;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--addtocart:hover svg {
  fill: white;
  animation: moveRight 0.5s forwards;
}
.content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #283533;
  display: flex;
  align-items: center;
  padding: .6875rem 2rem;
  padding-right: 3.75rem;
  min-width: 20rem;
  height: 3.75rem;
  background-size: 1.375rem 1.375rem;
}
@media screen and (max-width: 88.75rem) {
  .content-main .listing--content .listing--wrapper .listing--container .listing .listing--flex-wrapper {
    --columns: 2;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    align-items: center;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container {
    max-width: 88%;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space[data-odd="0"] {
    width: 100%;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space[data-odd="1"] {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .filler-space-height {
    visibility: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 75rem) {
  .content-main .listing--content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space .fill-up-space-container {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 48em) {
  .content-main .listing--content .listing--wrapper .listing--container .listing .listing--flex-wrapper {
    --columns: 1;
  }
  .content-main .listing--content .listing--wrapper .listing--container .listing .fill-up-space {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .listing--content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .price .ergo-coupon--wrapper {
    justify-content: center;
    flex-direction: column;
  }
  .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .price .ergo-coupon--wrapper .ergo-coupon--pricing {
    padding-bottom: 0.5rem;
    justify-content: center;
  }
  .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper {
    justify-content: center;
  }
  .listing--content .listing--wrapper .listing--container .listing .listing--item .text--wrapper .price .ergo-coupon--wrapper .ergo-coupon--offer--wrapper .ergo-coupon--offer .coupon-title--wrapper .coupon-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 22.75rem) {
  .content-main .listing--content .listing--wrapper .listing--container .listing .listing--item .actions .cta--productlink {
    min-width: 14rem;
    padding: 1rem;
  }
}
@keyframes moveRight {
  to {
    transform: translateX(0.2rem);
  }
}
.footer--vat-info .vat-info--text {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.footer-minimal {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.footer-main {
  min-height: 45rem;
}
@media screen and (max-width: 48em) {
  .footer-main {
    min-height: 0px;
  }
}
.footer-main .container .footer--columns {
  padding-left: 9rem;
  padding-right: 9rem;
}
.footer-main .container .footer--columns .column--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.footer-main .container .footer--columns .column--content p {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
@media screen and (max-width: 75rem) {
  .footer-main .container .footer--columns {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 1600px) {
  .footer-main {
    font-size: 1.25rem;
  }
  .footer-main p {
    font-size: 1.25rem;
  }
  .footer-main .column--headline {
    font-size: 1.25rem;
  }
  .footer-main .column--content {
    font-size: 1.25rem;
  }
  .footer-main .column--content .column--desc {
    font-size: 1.25rem;
  }
}
.social-icons {
  display: flex;
  justify-content: flex-start;
  margin-top: 2.125rem;
  gap: 1.25rem;
}
.social-icons svg {
  height: 2.125rem;
}
.stage-media--container.custom-page {
  position: relative;
  text-align: center;
}
.stage-media--container.custom-page .text {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: white;
}
.ergowrapper.about-us h1.custom-page--tab-headline {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.ergowrapper.about-us .custom-page--content {
  margin-top: -0.5rem;
}
.ergowrapper.about-us .custom-page--content .content--custom {
  margin-left: 10%;
  margin-right: 10%;
}
.ergowrapper.about-us .custom-page--content .content--custom h1 {
  margin-bottom: 2rem;
}
.ergowrapper.about-us .custom-page--content .content--custom .lowercase {
  text-transform: lowercase;
  text-transform: capitalize;
}
.ergowrapper.about-us .custom-page--content .content--custom .section-a {
  color: #283533;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  text-align: center;
  margin: 0 1rem;
  margin-bottom: 4rem;
}
.ergowrapper.about-us .custom-page--content .content--custom .section-a .header {
  font-weight: bold;
  font-family: Lato, sans-serif;
}
.ergowrapper.about-us .custom-page--content .content--custom .section-b {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.ergowrapper.about-us .custom-page--content .content--custom .section-b h2 {
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 2rem;
}
.ergowrapper.about-us .custom-page--content .content--custom .section-c {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.ergowrapper.about-us .custom-page--content .content-align-center {
  text-align: center;
}
.ergowrapper.about-us .custom-page--content .half-container {
  margin-bottom: 30px;
}
.ergowrapper.about-us .custom-page--content .half-container .content-with-grey-bg {
  padding: 0 7rem;
}
.ergowrapper.about-us .custom-page--content .i-container {
  margin-top: 4rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.ergowrapper.about-us .custom-page--content .i-container .content-with-grey-bg {
  margin-bottom: 3.75rem;
  background: #f5f5f5;
  padding: 10px;
}
.ergowrapper.about-us .custom-page--content .i-container .content-with-grey-bg p {
  margin-top: 20px;
}
.ergowrapper.about-us .custom-page--content .i-container .content-with-grey-bg i {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media screen and (max-width: 75rem) {
  .ergowrapper.about-us .custom-page--content .i-container {
    width: 100%;
  }
}
.ergowrapper.about-us .custom-page--content .i-container:before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/icon-info.png);
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  margin-top: -25px;
  background-repeat: no-repeat;
}
.content-main .content-main--inner .content--wrapper {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.content-main .content-main--inner .content--wrapper .custom-page--content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.content-main .content-main--inner .content--wrapper .custom-page--content h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-main .content-main--inner .content--wrapper .custom-page--content h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.content-main .content-main--inner .content--wrapper .custom-page--content h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.content-main .content-main--inner .content--wrapper .custom-page--content ul {
  list-style-position: inside;
  margin-bottom: 1.25rem;
}
.content-main .content-main--inner .content--wrapper .custom-page--content ul li {
  margin-bottom: 3px;
}
.content-main .content-main--inner .content--wrapper .custom-page--content .highlightbox {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  margin-top: 1.25rem;
}
.content-main .content-main--inner .content--wrapper .custom-page--content .highlightbox p {
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .ergowrapper.about-us h1.custom-page--tab-headline {
    margin-top: 1.25rem;
  }
}
.is--ctl-account .content-main .content-main--inner {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-account .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block !important;
}
.is--ctl-account .content-main .content-main--inner .panel--th,
.is--ctl-account .content-main .content-main--inner .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--body {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--body p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--body label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-account .content-main .content-main--inner .required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-account .content-main .content-main--inner .account--orders-overview .panel--table .column--tracking {
  width: 20%;
}
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--122,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--123,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--124,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--125,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--126,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--127,
.is--ctl-account .content-main .content-main--inner .order--status-icon.status--128 {
  background: #4aa3df;
}
@media screen and (max-width: 30em) {
  .is--ctl-account .content-main .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-register .steps--container {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-register .steps--container .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body select,
.is--ctl-register .content-main--inner .content--wrapper .panel--body textarea,
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="text"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="search"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="password"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="number"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="email"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="tel"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body .register--check .chklabel {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  min-width: 200px;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit .icon--arrow-right,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn .icon--arrow-right {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit .icon--arrow-right,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn .icon--arrow-right {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--password-description {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--email {
  margin-top: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype label {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin-left: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-left: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
.is--ctl-register .content-main--inner .content--wrapper .coe-billing-mail {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper div > p {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.is--ctl-register .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-register .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-register .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-register .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-register .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-register .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-register .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-register .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-register .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-register .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-register .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-account .content-main .content-main--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-checkout .page-wrap > .steps--container {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-checkout .page-wrap > .steps--container .steps--content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .page-wrap .header-main .btn {
  font-size: 1rem;
  line-height: 2rem;
}
.is--ctl-checkout .page-wrap .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .page-wrap .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-cart .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  padding: 15px 0;
  margin: 2rem auto;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper {
    padding-top: 0;
  }
}
.is--ctl-checkout.is--act-confirm .product--table .row--product .column--product .alert {
  display: none;
}
.is--ctl-checkout.is--act-confirm .config--item-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: bold;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-value {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal select,
.is--ctl-checkout.is--act-confirm .address-manager--modal textarea,
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="text"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="search"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="password"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="number"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="email"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="tel"],
.is--ctl-checkout.is--act-confirm .address-manager--modal label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal .address--required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .panel--body {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-confirm .address--actions-change .existing-address--actions {
  margin-bottom: 1.25rem;
}
.is--ctl-checkout.is--act-confirm .address--actions-change .existing-address--actions .select-address--link {
  margin-top: 0.5rem;
  display: inline-block;
}
.is--ctl-checkout.is--act-finish .product--table .row--product .column--product .alert {
  display: none;
}
.is--ctl-checkout.is--act-finish .config--item-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: bold;
}
.is--ctl-checkout.is--act-finish .config--item-title .config--item-option-label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-finish .config--item-title .config--item-option-value {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-finish .finish--teaser .teaser--text {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout.is--act-shippingpayment input:focus {
  outline: none !important;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper {
    padding-top: 0;
  }
}
.is--ctl-checkout .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .infoicon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.is--ctl-checkout .content-main--inner .content--wrapper .feature--user-comment {
  margin: 0;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .shipping--method-info,
.is--ctl-checkout .content-main--inner .content--wrapper .payment--method-info {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body textarea,
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="text"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="search"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="password"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="number"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="email"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="tel"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body .btn.choose-different-address {
  font-size: 1rem;
  line-height: 2rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions .btn--change-payment {
  font-size: 1rem;
  line-height: 2rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions .address--actions-change .btn {
  font-size: 1rem;
  line-height: 2rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .add-product--field {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--header .panel--th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--tr .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .content--sku {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .product--delivery .delivery--information {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer .footer--benefit {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer .footer--benefit .benefit--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions {
  display: flex;
  justify-content: end;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .continue-link {
  display: block;
  padding: 20px 55px;
  min-width: 200px;
  color: #283533;
  text-decoration: underline;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn .icon--arrow-right {
  display: none;
}
@media screen and (max-width: 64em) {
  .is--ctl-checkout .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .continue-link {
    padding: 5px 55px;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .continue-link {
    display: none;
  }
}
.is--ctl-note .content-main .content-main--inner {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-note .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block;
}
@media screen and (max-width: 30em) {
  .is--ctl-note .content-main .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-note .content-main .content-main--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-note .content-main .content-main--inner .content--wrapper {
    margin-left: 0;
  }
}
.is--ctl-address .content-main .content-main--inner {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-address .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block;
}
.is--ctl-address .content-main .content-main--inner .content--wrapper {
  margin-left: 16.25rem;
}
.is--ctl-address .content-main .content-main--inner .content--wrapper .panel--body {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
@media screen and (max-width: 30em) {
  .is--ctl-address .content-main .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-address .content-main .content-main--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-address .content-main .content-main--inner .content--wrapper {
    margin-left: 0;
  }
}
.is--ctl-tellafriend .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-tellafriend .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-blog {
  /*.header-main{
      .header--navigation{
          .logo-main {
              padding: 0;
          }
      }
  }*/
  /*nav.navigation-main {
      width: calc(100% + 20px);
      margin-left: -20px;
  }*/
}
.is--ctl-blog .page-wrap {
  /*
    .header-main {
      .top-bar {
        max-width: 120rem;
        margin: 0 auto;
      }

      .header--navigation {
        max-width: 120rem;
        padding-left: 9rem;
        padding-right: 9rem;
        margin: 0 auto;
      }
    }*/
}
.is--ctl-blog .page-wrap .ergowrapper nav.content--breadcrumb.block {
  max-width: 120rem;
  padding: 0;
  margin: 0 auto;
}
.is--ctl-blog .page-wrap .ergowrapper .container {
  max-width: 100%;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper {
  padding-bottom: 5rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--filter-options {
  width: 33%;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .blog--filter-btn {
  display: none;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin: 0 auto 2.5rem;
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-description h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-title h1 {
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 {
  border-top: 10px solid;
  border-color: #f5f5f5;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner {
  max-width: 120rem;
  display: flex;
  padding-left: 9rem;
  padding-right: 9rem;
  padding-top: 60px;
  margin: 0 auto;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 {
  width: 33.33%;
  padding: 0 8px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title {
  margin-bottom: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title h3 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-details-btn a {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 15px;
  width: 200px;
  margin-top: 20px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-short-desc {
  min-height: 125px;
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-details-btn {
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-1 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title h3 {
    font-size: 1.4rem;
    line-height: 1.625rem;
  }
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 {
  background: #f5f5f5;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner {
  display: flex;
  max-width: 120rem;
  padding: 60px 9rem;
  margin: 80px auto;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 {
  width: 50%;
  padding: 0 8px;
  display: flex;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left {
  width: 30%;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right {
  width: 70%;
  padding: 0 10px 0 25px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right h3 {
  font-family: Lato, sans-serif;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  color: #283533;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right .magazin-short-desc {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right .magazin-details-btn {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .magazin-details-btn a {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 15px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 20px;
    gap: 1.25rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left {
    width: 100%;
    text-align: center;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left img {
    display: inline-block;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left .magazin-details-btn {
    text-align: center;
    display: none;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right .magazin-details-btn {
    display: block;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1.25rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 {
    padding: 0;
    margin-bottom: 0px;
    flex-direction: column;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left {
    width: 100%;
    text-align: center;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left img {
    display: inline-block;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-left .magazin-details-btn {
    text-align: center;
    display: none;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right h3 {
    font-size: 1.4rem;
    line-height: 1.625rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-2 .magazin-page-listing--wrapper--inner .columns-2 .column-right .magazin-details-btn {
    display: block;
  }
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 {
  background-color: #f5f5f5;
  margin-top: 80px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner {
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  max-width: 120rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner .pagination ul {
  display: flex;
  justify-content: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner .pagination ul li {
  list-style: none;
  display: inline-block;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner .pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 8px 6px;
  color: #c1c2c5;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner .pagination ul li a:hover {
  background-color: #283533;
  border-color: #283533;
  color: #ffffff;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-4 .magazin-page-listing--wrapper--inner .pagination ul li a.active {
  background-color: #6ac2bf;
  border-color: #6ac2bf;
  color: #ffffff;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner {
  display: flex;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  max-width: 120rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 {
  width: 33.33%;
  padding: 0 8px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title h3 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #283533;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 95px;
  display: flex;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 .magazin-details-btn a {
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 15px;
  width: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 .magazin-details-btn {
    text-align: center;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title h3 {
    min-height: auto;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .magazin-page-listing--wrapper.row-3 .magazin-page-listing--wrapper--inner .columns-3 .magazin-title h3 {
    font-size: 1.4rem;
    line-height: 1.625rem;
  }
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .teaser--text-short {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .hero--headline {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .blog--box .blog--box-header .blog--box-headline {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--content .blog--listing .blog--box .blog--box-content .blog--box-description {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper {
  display: flex;
  flex-direction: row;
  /*max-width: 85.25rem;*/
  /*padding-left: 9rem;
                padding-right: 9rem;*/
  max-width: 1364px;
  margin: 0 auto;
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content {
  margin-top: 20px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .margin-top-3 {
  margin-top: 3rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .bigger-content {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .fat-ruler {
  height: 10px;
  background: #f5f5f5;
  margin: 3.75rem 0;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 20px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .question-ans-wrapper p.answer {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .question-ans-wrapper p.answer:before {
  width: 1.875rem;
  height: 1.875rem;
  content: '';
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 5px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content p.question {
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content p.hyphen:before {
  content: '-';
  margin-right: 5px;
  font-size: 18px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .align-center {
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .header-with-bg-color {
  background: #0d355c;
  color: #6ac2bf;
  padding: 7px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .content-align-center {
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .half-container > * {
  width: 600px;
  display: inline-block;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .half-container {
  margin-bottom: 30px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .half-container .content-with-grey-bg {
  padding: 0 7rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .i-container {
  margin-top: 4rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .i-container .content-with-grey-bg {
  margin-bottom: 3.75rem;
  padding: 0 4rem;
  padding-top: 10px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .i-container .content-with-grey-bg i {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .i-container:before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/icon-info.png);
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  margin-top: -25px;
  background-repeat: no-repeat;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .blue-background {
  background: #0d355c;
  padding: 5px;
  color: #fff;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content p.small-text {
  font-size: 1.1rem !important;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .content-with-grey-bg {
  background: #f5f5f5;
  padding: 10px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure {
  margin: 10px 0 30px;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .table-heading {
  background: #0d355c;
  color: #6ac2bf;
  padding: 7px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .table-heading.heading-column-2 {
  width: 66.66%;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .columns-wrapper {
  display: flex;
  justify-content: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .columns-wrapper .column {
  width: 33.33%;
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .columns-wrapper .column .column-heading {
  background: #71869f;
  padding: 7px;
  color: #fff;
  border: 1px solid #fff;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .columns-wrapper .column .column-content p {
  margin-bottom: 0;
  padding: 7px;
  margin-top: 0;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog-content .table-structure .columns-wrapper .column .column-content p:nth-of-type(even) {
  background: #f7f7f7;
  border: 1px solid #fff;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content {
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .half-container > * {
  width: 100%;
  display: inline-block;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .half-container .content-with-grey-bg {
  padding: 0 1rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .i-container .content-with-grey-bg {
  padding: 0 1rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content ul,
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content ol {
  margin-bottom: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 3.75rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content h4 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content h5 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .blog--detail-header .blog--detail-headline {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-fact {
  width: 60%;
  margin: 2.5rem auto;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-fact .highlighted-fact--title {
  color: #6ac2bf;
  font-weight: bold;
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-fact .highlighted-fact--content {
  font-style: italic;
  text-align: center;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list {
  width: 80%;
  background-color: #f5f5f5;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list h2 {
  background-color: #0e355c;
  color: #fff;
  padding: 0.625rem 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list .highlighted-list--inner {
  padding: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list .highlighted-list--inner ol {
  list-style-type: none;
  counter-reset: list-counter;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list .highlighted-list--inner ol li {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list .highlighted-list--inner ol li::before {
  content: counter(list-counter) ". ";
  counter-increment: list-counter;
  color: #6ac2bf;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlightbox {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  margin-top: 1.25rem;
}
.is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlightbox p {
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper h2 {
    font-size: 18px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper h1 {
    font-size: 22px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .table-structure .columns-wrapper .column .column-heading {
    font-size: 12px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .table-structure .columns-wrapper .column .column-content p {
    font-size: 12px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content {
    width: 100%;
    padding-right: 1rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-fact {
    width: 100%;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list {
    width: 100%;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content .highlighted-list .highlighted-list--inner {
    padding: 0.75rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper h2 {
    font-size: 18px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper h1 {
    font-size: 22px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .table-structure .columns-wrapper .column .column-heading {
    font-size: 12px;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-content {
    width: 100%;
    padding-right: 1rem;
  }
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper .blog--detail .blog-detail--wrapper .blog--detail-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-blog .page-wrap .ergowrapper .container .content-main--inner .content--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.is--ctl-campaign .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-campaign .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-compare .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-compare .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-custom .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-custom .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-error .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-forms .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-forms .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-media .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-media .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-newsletter .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-newsletter .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-payment .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-payment .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-search .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-search .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-sitemap .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-sitemap .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-tracking .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 30em) {
  .is--ctl-tracking .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap label {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap input {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-minmax {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-minmax-error {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-result-label,
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-result-value {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-result-baseprice {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-surcharge-label,
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--parametrix-surcharge-value {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--surcharge-wrap {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper .product--buybox .bogx--configurator-wrap .bogx--config-pricehint {
  font-size: 0.85rem;
}
.cookie-permission--container .cookie-permission--content {
  font-size: 1.25rem;
}
.cookie-permission--container .cookie-permission--button .btn {
  font-size: 1.25rem;
}
.content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: none;
}
@media screen and (max-width: 30em) {
  .content-main--inner .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
}
.container--ajax-cart.off-canvas {
  width: 25rem;
  z-index: 12000;
}
.container--ajax-cart.off-canvas .ajax--cart {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .alert {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .alert {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .alert {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .item--container {
  padding: 0 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--link {
  width: 15rem;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .close--off-canvas {
  background-color: #fff;
  color: #283533;
  font-weight: normal;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  width: 100%;
  margin-top: 1rem;
  padding: .625rem 1.25rem;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  width: 100%;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item .thumbnail--container.has--image {
  border: 0;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item {
  border-bottom: 1px solid #dadae5;
  padding: 1rem 0;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .thumbnail--container {
  width: 4rem;
  height: 4rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link {
  width: 15rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link .emz-price-unit {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item:last-child {
  border-bottom: 0;
}
.container--ajax-cart.off-canvas .close--off-canvas {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-decoration: underline;
  background-image: none;
  color: #283533;
  font-weight: normal;
  background: none;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.contentlink {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
}
.contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.contentlink-withlabel {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  display: inline-block;
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  height: auto;
  background-position: right 1.25rem center;
  width: auto;
  border: 0;
  text-align: left;
  margin: 0;
}
.contentlink-withlabel:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.contentlink-withlabel .icon--arrow-right {
  display: none;
}
.button--smaller-main {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
}
.button--smaller-main:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.button--smaller-main .icon--arrow-right {
  display: none;
}
.button--smaller-main:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.button--smaller-main .icon--arrow-right {
  display: none;
}
.button--smaller-secondary {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  background-color: #fff;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
}
.button--smaller-secondary:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.button--smaller-secondary .icon--arrow-right {
  display: none;
}
.button--smaller-secondary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.button--smaller-secondary .icon--arrow-right {
  display: none;
}
.button--smaller-secondary:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.is--ctl-moptpaymentpayone .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-moptpaymentpayone .content-main--inner .content--wrapper h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.is--ctl-moptpaymentpayone .content-main--inner .content--wrapper p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-moptpaymentpayone .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-checkout.is--act-confirm .header-main {
  box-shadow: 0 3px 6px #00000029;
  margin-bottom: 5px;
}
#one-page-checkout .form-padding-bottom {
  padding-bottom: 0;
}
#one-page-checkout .register--personal-data {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--personal-data .select-field {
  max-width: unset;
  height: auto;
}
#one-page-checkout .register--personal-data .select-field:after {
  color: #6ac2bf;
  font-size: 0.7rem;
}
#one-page-checkout .register--personal-data select {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  color: #283533;
}
#one-page-checkout .register--personal-data input[type=radio] {
  display: table-cell;
  vertical-align: middle;
  appearance: none;
  box-shadow: inset 0px 0px 0 3px white;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #707070;
  width: 1em;
  height: 1em;
  border: 1px solid #707070;
  border-radius: 50%;
}
#one-page-checkout .register--personal-data input[type=radio]:checked {
  background-color: #6ac2bf;
}
#one-page-checkout .register--personal-data input[type=text],
#one-page-checkout .register--personal-data input[type=email],
#one-page-checkout .register--personal-data input[type=tel],
#one-page-checkout .register--personal-data input[type=password] {
  margin-bottom: 1.25rem;
  height: 3rem;
  font-size: 1.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
}
#one-page-checkout .register--personal-data .register--customertype {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
#one-page-checkout .register--personal-data .register--customertype label {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin-left: 1rem;
}
#one-page-checkout .register--personal-data .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
#one-page-checkout .register--personal-data .register--billingemail {
  display: none;
}
#one-page-checkout .register--personal-data .register--email {
  margin-top: 1.25rem;
}
#one-page-checkout .register--personal-data .address--actions-add .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding: 1rem;
}
#one-page-checkout .register--personal-data .address--actions-change {
  margin-top: 1.25rem;
}
#one-page-checkout .register--personal-data .address--actions-change .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding: 1rem;
}
#one-page-checkout .register--personal-data .register--shipping h3 {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  text-transform: uppercase;
  background-color: unset;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #707070;
  padding-top: 1.25rem;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
#one-page-checkout .register--personal-data .register-btn,
#one-page-checkout .register--personal-data .register--login-btn {
  padding: 1rem 4rem;
  background-position: right 20px center;
  border-radius: 4px;
  height: auto;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
#one-page-checkout .register--personal-data .register-btn .icon--arrow-right,
#one-page-checkout .register--personal-data .register--login-btn .icon--arrow-right {
  display: none;
}
#one-page-checkout .register--personal-data .register-btn .textlabel,
#one-page-checkout .register--personal-data .register--login-btn .textlabel {
  text-transform: uppercase;
  margin-left: -20px;
}
#one-page-checkout .register--personal-data .register-btn:hover,
#one-page-checkout .register--personal-data .register--login-btn:hover {
  background-color: #283533;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem 1rem;
}
#one-page-checkout .register--personal-data .information--panel-address .information--panel {
  padding-bottom: 0;
}
#one-page-checkout .register--personal-data .at-billing-note,
#one-page-checkout .register--personal-data .at-shipping-note {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #f37771;
  margin-bottom: 1.25rem;
}
#one-page-checkout .register--personal-data .at-billing-note.top-margin,
#one-page-checkout .register--personal-data .at-shipping-note.top-margin {
  margin-top: 1.25rem;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--personal-data {
    width: 31%;
    margin-right: 1rem;
  }
}
#one-page-checkout .register--personal-data .billing--panel p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
#one-page-checkout .register--personal-data .billing--panel .address--phone {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
#one-page-checkout .register--personal-data .shipping--panel p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
#one-page-checkout .register--personal-data .shipping--panel .address--phone {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
#one-page-checkout .register--shipment-and-payment {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--shipment-and-payment #mopt_payone__cc_cardtype_wrap {
  max-width: none;
  width: 80%;
}
#one-page-checkout .register--shipment-and-payment #mopt_payone__cc_cardholder {
  box-shadow: #dadae5 0px 1px 1px inset;
  background: #f8f8fa;
  border-width: 1px;
  border-style: solid;
  border-color: #dadae5;
  border-image: initial;
  line-height: 19px;
  font-size: 14px;
  width: 80% !important;
  padding: 0.625rem 0.625rem 0.5625rem;
  color: #8798a9;
  border-radius: 3px;
  margin-left: 2px;
}
#one-page-checkout .register--shipment-and-payment input[type=radio] {
  display: table-cell;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0px 0px 0 3px white;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #707070;
  width: 1em;
  height: 1em;
  border: 1px solid #707070;
  border-radius: 50%;
}
#one-page-checkout .register--shipment-and-payment input[type=radio]:checked {
  background-color: #6ac2bf;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method.even {
  background-color: #f5f5f5;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .method--description {
  padding-top: 1.25rem;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .payment--method-logo {
  margin-left: 30%;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .payment--method-logo img {
  height: 34px;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--shipment-and-payment {
    width: 31%;
    margin-right: 1rem;
  }
}
#one-page-checkout .register--overview {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--overview .product--table .content {
  font-size: 1rem;
}
#one-page-checkout .register--overview .product--table .feature--voucher {
  margin-top: 1.25rem;
}
#one-page-checkout .register--overview .product--table .feature--voucher .add-voucher--form {
  margin-bottom: 0;
}
#one-page-checkout .register--overview .product--table .feature--voucher .add-voucher--field {
  margin-bottom: 0;
}
#one-page-checkout .register--overview .product--table .coupon-limit--label {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: block;
  padding-left: 0.625rem;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation label {
  font-size: 1rem;
}
#one-page-checkout .register--overview .product--table .vaterror {
  font-size: 1rem;
  color: #de5165;
}
#one-page-checkout .register--overview .product--table .additional--features {
  margin-top: 1.25rem;
}
#one-page-checkout .register--overview .product--table .table--tr {
  margin-top: 1.25rem;
  border-bottom: 1px solid #707070;
}
#one-page-checkout .register--overview .product--table .table--tr.row--rebate {
  display: flex;
}
#one-page-checkout .register--overview .product--table .table--tr.row--rebate .column--product .table--content {
  padding-top: 0;
  width: 100%;
  padding-bottom: 1.25rem;
}
#one-page-checkout .register--overview .product--table .table--tr.row--rebate .column--total-price {
  font-size: 1.5rem;
  font-weight: normal;
  width: 25%;
}
#one-page-checkout .register--overview .product--table .table--tr.is--last-row {
  border-bottom: 1px solid #707070;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .delivery--information {
  font-size: 1rem;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: normal;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .table--media img {
  padding: 0 5%;
  margin: 0;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .table--media .table--media-outer {
  border: 0;
  max-width: unset;
  max-height: unset;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity {
  margin-bottom: 1rem;
  margin-left: 0;
  width: 40%;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield {
  clear: both;
  position: relative;
  display: flex;
  flex-direction: row;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input::-webkit-outer-spin-button,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield textarea {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input[type='button'] {
  color: #6ac2bf;
  background-color: #fff;
  min-width: 2.625rem;
  width: auto;
  transition: all 300ms ease;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-minus,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-plus {
  font-weight: bold;
  height: 3.6rem;
  padding: 0;
  width: 2.625rem;
  position: relative;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .quantity-field {
  position: relative;
  height: 3.6rem;
  left: -6px;
  text-align: center;
  width: 3rem;
  display: inline-block;
  resize: vertical;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-plus {
  border-left: 0;
  left: -13px;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price {
  width: 50%;
  margin-left: 0;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price .item-price--label {
  font-size: 1rem;
  color: #6ac2bf;
  margin-right: 0.5rem;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price .item-price--sum {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--overview {
    width: 31%;
  }
}
#one-page-checkout .step-icon {
  background-clip: unset;
  background-color: unset;
  background-image: none;
  border-radius: unset;
  padding-left: 0;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
#one-page-checkout .step-icon::after {
  content: '.';
}
#one-page-checkout .panel {
  padding-bottom: 2rem;
}
#one-page-checkout .panel .register--password-description {
  margin: 0.5rem 0 1.25rem 0;
}
#one-page-checkout .panel.register--personal p {
  margin-top: 1.25rem;
}
#one-page-checkout .panel.register--personal input[type=text],
#one-page-checkout .panel.register--personal input[type=email],
#one-page-checkout .panel.register--personal input[type=tel],
#one-page-checkout .panel.register--personal input[type=password] {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
}
#one-page-checkout .panel h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
#one-page-checkout .panel .panel--title {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  text-transform: uppercase;
  background-color: unset;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #707070;
  padding-top: 1.25rem;
  padding-bottom: 5px;
}
#one-page-checkout .panel #opc-login-link::after {
  color: #6ac2bf;
  font-weight: bold;
}
#one-page-checkout .panel #opc-register-link::after {
  color: #6ac2bf;
  font-weight: bold;
}
.js--modal {
  z-index: 50000;
}
.js--modal .ajax-modal--custom ol li {
  font-size: 1rem;
}
.ergo-mobile {
  display: none;
}
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .ergolutions .ergo-desktop {
    display: none;
  }
  .ergolutions aside.sidebar-main.off-canvas.ergo-mobile {
    background-color: rgba(10, 31, 52, 0.7);
  }
  .ergolutions .ergo-mobile {
    position: absolute;
    height: 100vh;
    top: 190px;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    z-index: 10000;
  }
  .ergolutions .mobile-menu-logo {
    padding-left: 12px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .ergolutions .mobile-menu-logo img {
    display: inline-block;
  }
  .ergolutions .mobile-menu-logo span.menu-back-button {
    font-size: 0;
    position: absolute;
    left: 14px;
    top: 35px;
    transform: rotate(180deg);
  }
  .ergolutions .mobile-menu-logo span.menu-back-button:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\e649';
    font-size: 18px;
  }
  .ergolutions .user-links {
    margin-top: 30px;
    padding-left: 12px;
  }
  .ergolutions .user-links p {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    font-style: italic;
  }
  .ergolutions .user-links p span.mobile-user-icon {
    float: left;
    margin-right: 5px;
  }
  .ergolutions .user-links p span.mobile-user-icon img {
    width: 16px;
  }
  .ergolutions div.submenu.nodisplay {
    display: none;
    background-color: #ffffff;
    /*height: 100vh;*/
    overflow-y: scroll;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 2;
    transition: right 0.3s ease-in 0s;
  }
  .ergolutions .mobile-menu-container {
    margin-bottom: 30vh;
    background-color: white;
    /*ul.navigation--list {
          padding-top: 30px;
      }*/
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .menu-header {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .menu-header img {
    width: 100px;
    height: auto;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.sets .menu-header {
    background: #ffdbdb;
    background: radial-gradient(circle, rgba(255, 219, 219, 0.84001523) 35%, #f28f8f 100%);
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.sets .menu-header .is--icon-right {
    color: #000;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.sets .menu-header .is--icon-right svg {
    fill: black;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.is--sale .menu-header {
    background: #ffdbdb;
    background: radial-gradient(circle, rgba(255, 219, 219, 0.84001523) 35%, #f28f8f 100%);
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.is--sale .menu-header .is--icon-right {
    color: #000;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.is--sale .menu-header .is--icon-right svg {
    fill: black;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .category--name {
    color: #283533;
    color: #011127;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .main-image {
    margin-right: 27px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .category-name {
    display: flex;
    align-items: center;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 70%;
    text-transform: uppercase;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .category-name .main-image {
    margin-right: 16px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li span.is--icon-right {
    float: right;
    margin-top: 3px;
    margin-left: auto;
    margin-right: 26px;
    color: #6ac2bf;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li span.is--icon-right svg {
    fill: #6ac2bf;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu {
    top: 0px;
    left: 0px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu .category-link {
    width: 100%;
    margin-bottom: 12px;
    text-decoration: underline;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    margin-left: 26px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul {
    width: 100%;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li {
    min-height: 120px;
    background-color: #F5F5F5;
    margin-bottom: 2px;
    display: flex;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    color: #000;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li img {
    height: 100%;
    padding: 5px 0px;
    width: 110px;
    margin-left: 23px;
    margin-right: 11px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li .text-container {
    padding: 12px 5px;
    height: 100%;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li div {
    padding: 0 5px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li div span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li div span:first-child {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li .submenu ul li .is--icon-right {
    display: block;
    color: #6ac2bf;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu .menu-header {
    border-bottom: 0;
    position: relative;
    padding: 12px 16px;
    height: 80px;
    border-top: 1px solid #d2d2d2;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu .main-image {
    display: none;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu .menu-back-button {
    display: block !important;
    transform: rotate(180deg);
    margin-bottom: 4px;
    margin-left: 12px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu .category-name {
    font-family: Lato, sans-serif;
    font-family: 'Nunito', sans-serif;
    font-size: 1.875rem;
    line-height: 2.625rem;
    color: #011127;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #283533;
    font-weight: bold;
    margin-left: 15px;
    text-transform: uppercase;
    margin-right: 0px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu div.submenu.nodisplay {
    display: flex !important;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu div.submenu.nodisplay.text-only {
    display: block !important;
    padding: 0px;
  }
  .ergolutions .mobile-menu-container ul.navigation--list > li.active-menu span.is--icon-right {
    display: none;
  }
  .ergolutions aside.sidebar-main.off-canvas {
    width: 100%;
    background-color: transparent;
  }
  .header-main .header--navigation .logo-main {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header-main .header--navigation .logo-main img {
    width: 180px !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--list {
    border-top: none !important;
  }
  .breadcrumb--list .breadcrumb--entry,
  .breadcrumb--list .breadcrumb--separator {
    display: none;
  }
  .breadcrumb--list .is--active {
    display: block;
  }
}
.ergowrapper .content-main--inner .sidebar-main.off-canvas {
  z-index: 12000;
}
@media screen and (max-width: 667px) {
  .ergolutions .ergo-mobile {
    top: 174px;
  }
}
@media screen and (max-width: 568px) {
  .ergolutions .ergo-mobile {
    top: 167px;
  }
}
@media screen and (max-width: 30em) {
  .ergolutions aside.sidebar-main.off-canvas.ergo-mobile {
    top: 76px;
  }
  ul.navigation--list > li:first-child .ergolutions .mobile-menu-container ul.navigation--list > li:first-child .menu-header {
    border-top: none !important;
  }
  .ergo-mobile-open .header--navigation {
    border-bottom: 1px solid #d2d2d2;
    height: 76px;
  }
}
.ttest {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.ttest .ttes2 {
  width: 100%;
  height: 5000px;
  z-index: 1500;
  background-color: red;
}
@media screen and (max-width: 340px) {
  .ergolutions .mobile-menu-container ul.navigation--list > li .menu-header img {
    width: 72px;
    margin-right: 15px;
  }
}
.temp .js--overlay.is--closable {
  border: 1px solid #000;
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  top: 32px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 9999 !important;
  background: none !important;
}
.temp .js--overlay.is--closable:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\e646';
  font-size: 12px;
  top: 0px;
  position: relative;
  right: 0px;
  color: #000;
}
.main--menu .js--overlay {
  display: none !important;
}
.loading-overlay .js--overlay {
  pointer-events: none !important;
}
.loading-overlay .js--overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-main .banner {
  background-color: #f88599;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10000;
  padding: 0.5rem;
  height: 2.5rem;
}
.header-main .banner .coupon-code {
  white-space: nowrap;
}
.header-main .banner .highlightcolor {
  color: #660033;
}
.header-main .banner .banner--content {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
  align-items: center;
  font-size: 1rem;
  flex-direction: column;
  text-align: center;
}
.header-main .banner .banner--content .title {
  font-size: 1.25rem;
  display: inline-block;
}
.header-main .banner .banner--content .title .title--lead {
  color: #FFF;
  display: inline-block;
}
.header-main .banner .banner--content .title .title--lead a {
  color: #fff;
  text-decoration: underline;
}
.header-main .banner .banner--content .title .title--lead .mark {
  color: #FF6600;
}
.header-main .banner .banner--content .title .title--lead .bold-text {
  font-weight: bold;
}
.header-main .banner .banner--content .title .title--lead .upper {
  font-weight: bold;
  text-transform: uppercase;
}
.header-main .banner .banner--content .title .title--lead .code--wrapper {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  padding-right: 10px;
  padding-top: 1px;
}
.header-main .banner .banner--content .title .title--lead .code--wrapper .coupon-code {
  font-weight: bold;
  padding-left: 10px;
}
.header-main .banner .banner--content .title #valid_to {
  color: #660033;
  font-style: italic;
}
.header-main .banner .banner--content .title a {
  color: #FF6600;
  text-decoration: underline;
}
.header-main .banner .banner--content .subtitle {
  font-size: .8rem;
}
.header-main .banner .banner--content .tooltip {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.header-main .banner .banner--content .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 20000;
  top: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.header-main .banner .banner--content .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 64em) {
  .header-main .banner .banner--content {
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .header-main .banner {
    position: relative;
    height: auto;
    flex-direction: column;
  }
  .header-main .banner .banner--content {
    font-size: 1.25rem;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
  }
}
.gamingbannerstyles .banner {
  background-color: #07013b;
  color: #ffffff;
  width: 100%;
  z-index: 10000;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.gamingbannerstyles .banner .banner--content {
  max-width: 120rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  align-items: center;
  font-size: 1rem;
  flex-direction: column;
  text-align: center;
}
.gamingbannerstyles .banner .banner--content .title {
  font-size: 1.25rem;
}
.gamingbannerstyles .banner .banner--content .title .highlight-gaming {
  color: #35fd54;
}
.gamingbannerstyles .banner .banner--content .title .title--lead {
  color: #ffffff;
}
.gamingbannerstyles .banner .banner--content .title .title--lead.upper {
  text-transform: uppercase;
}
.gamingbannerstyles .banner .banner--content .title #valid_to {
  color: #ffffff;
  font-style: italic;
}
.gamingbannerstyles .banner .banner--content .title a {
  color: #ffffff;
  text-decoration: underline;
}
.gamingbannerstyles .banner .banner--content .subtitle {
  font-size: .8rem;
}
.gamingbannerstyles .konfigurator-header {
  height: auto;
}
.gamingbannerstyles .konfigurator-header .konfigurator-header--wrapper {
  padding: 1.25rem;
  padding-top: 0.5rem;
}
.is--ctl-gamingkonfigurator .banner {
  background-color: #07013b;
  color: #ffffff;
  width: 100%;
  z-index: 10000;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.is--ctl-gamingkonfigurator .banner .banner--content {
  max-width: 120rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  align-items: center;
  font-size: 1rem;
  flex-direction: column;
  text-align: center;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title {
  font-size: 1.25rem;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title .highlight-gaming {
  color: #35fd54;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title .title--lead {
  color: #ffffff;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title .title--lead.upper {
  text-transform: uppercase;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title #valid_to {
  color: #ffffff;
  font-style: italic;
}
.is--ctl-gamingkonfigurator .banner .banner--content .title a {
  color: #ffffff;
  text-decoration: underline;
}
.is--ctl-gamingkonfigurator .banner .banner--content .subtitle {
  font-size: .8rem;
}
.is--ctl-gamingkonfigurator .konfigurator-header {
  height: auto;
}
.is--ctl-gamingkonfigurator .konfigurator-header .konfigurator-header--wrapper {
  padding: 1.25rem;
  padding-top: 0.5rem;
}
.is--ctl-gamingavatar .banner {
  background-color: #07013b;
  color: #ffffff;
  width: 100%;
  z-index: 10000;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.is--ctl-gamingavatar .banner .banner--content {
  max-width: 120rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  align-items: center;
  font-size: 1rem;
  flex-direction: column;
  text-align: center;
}
.is--ctl-gamingavatar .banner .banner--content .title {
  font-size: 1.25rem;
}
.is--ctl-gamingavatar .banner .banner--content .title .highlight-gaming {
  color: #35fd54;
}
.is--ctl-gamingavatar .banner .banner--content .title .title--lead {
  color: #ffffff;
}
.is--ctl-gamingavatar .banner .banner--content .title .title--lead.upper {
  text-transform: uppercase;
}
.is--ctl-gamingavatar .banner .banner--content .title #valid_to {
  color: #ffffff;
  font-style: italic;
}
.is--ctl-gamingavatar .banner .banner--content .title a {
  color: #ffffff;
  text-decoration: underline;
}
.is--ctl-gamingavatar .banner .banner--content .subtitle {
  font-size: .8rem;
}
.is--ctl-gamingavatar .konfigurator-header {
  height: auto;
}
.is--ctl-gamingavatar .konfigurator-header .konfigurator-header--wrapper {
  padding: 1.25rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 64em) {
  .header-main .banner .banner--content {
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .is--ctl-gamingavatar .banner .banner--content {
    padding-left: 0;
    padding-right: 0;
  }
  .header-main .banner {
    position: relative;
    height: auto;
    flex-direction: column;
  }
  .header-main .banner .banner--content {
    font-size: 1.25rem;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
  }
}
.add-to-top-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #6ac2bf;
  border: 1px solid #6ac2bf;
  border-radius: 5px;
  z-index: 1000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="800px" width="800px" viewBox="0 0 330 330" xml:space="preserve"><rect width="100%" height="100%" fill="%236ac2bf"/><path fill="%23fff" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.add-to-top-link.show {
  display: block;
  opacity: 1;
}
.details--features ul {
  list-style: none;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .details--features ul {
    width: 80%;
    -moz-column-count: 2;
    -moz-column-gap: 70px;
    -webkit-column-count: 2;
    -webkit-column-gap: 70px;
    column-count: 2;
    column-gap: 70px;
  }
}
.details--features li {
  padding: 20px 0;
  font-size: 14px;
}
@media screen and (min-width: 30em) {
  .details--features li {
    font-size: 22px;
  }
}
.details--features li:before {
  vertical-align: middle;
  height: 48px;
  width: 96px;
  content: '';
  display: inline-block;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  float: left;
}
.details--features li.geschwindigkeit:before {
  background-image: url(/media/vector/4c/05/f8/icon-geschwindigkeit.svg);
}
.details--features li.sound:before {
  background-image: url(/media/vector/20/6b/f1/icon-sound.svg);
}
.details--features li.gewicht:before {
  background-image: url(/media/vector/d1/ab/73/icon-gewicht.svg);
}
.details--features li.ueberlastung:before {
  background-image: url(/media/vector/14/9e/20/icon-ueberlastung.svg);
}
.details--features li.memoryfunktion:before {
  background-image: url(/media/image/e8/fe/09/icon-memoryfunktion.png);
}
.details--features li.ueberhitzung:before {
  background-image: url(/media/vector/39/cf/09/icon-ueberhitzung.svg);
}
.details--features li.reminder:before {
  background-image: url(/media/vector/55/61/85/icon-reminder.svg);
}
.details--features li.gewicht-150:before {
  background-image: url(/media/vector/fe/01/2a/icon-gewicht-150.svg);
}
.details--features li.gasdruckfeder:before {
  background-image: url(/media/vector/74/27/0b/icon-glasspiral.svg);
}
.details--features li.monitorgroesse:before {
  background-image: url(/media/vector/91/5d/f3/icon-monitorgroesse.svg);
}
.details--features li.schwenkbereich:before {
  background-image: url(/media/vector/50/d2/51/icon-schwenkbereich.svg);
}
.details--features li.max-gewicht:before {
  background-image: url(/media/vector/fc/f5/b7/icon-max-gewicht.svg);
}
.details--features li.max-gewicht-klein:before {
  background-image: url(/media/image/19/0d/01/icon-max-gewicht-klein.png);
}
.details--features li.monitordrehung:before {
  background-image: url(/media/vector/69/e6/88/icon-monitordrehung.svg);
}
.details--features li.neigungsbereich:before {
  background-image: url(/media/vector/08/59/23/icon-neigungsbereich.svg);
}
.details--features li.klemm-lochbefestigung:before {
  background-image: url(/media/vector/09/6b/af/icon-klemm-lochbefestigung.svg);
}
.details--features li.zertifikat:before {
  background-image: url(/media/vector/fd/ec/39/Icon_Zertifikat.svg);
}
.details--features li.hochwertig:before {
  background-image: url(/media/vector/dd/d5/27/Icon_MelaminZuschnitt.svg);
}
.details--features li.vesa:before {
  background-image: url(/media/image/88/1b/7a/icon-VESA.png);
}
/*

The Images are currently in the Media Manager. Maybe it will be possible in the future to use the files in the theme

find media/vector/ -name *.svg
*/
.tpo-link-desk {
  top: 75px !important;
}
/* headlines */
.fontclass-h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
}
.fontclass-h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.fontclass-h2-small {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #283533;
}
.fontclass-h2-medium {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
}
.fontclass-h2-large {
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #283533;
}
.fontclass-category-view-title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
}
.fontclass-cateogory-btn {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #283533;
}
.fontclass-h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #283533;
}
.fontclass-subline {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.fontclass-subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.fontclass-itemtitle {
  color: #283533;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
/* bodycopy */
.fontclass-categoryteaser {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #283533;
}
.fontclass-bodycopy {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
}
.fontclass-bodycopy-smaller {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
}
.fontclass-bodycopy-xsmall {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.fontclass-description-medium {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #707070;
}
.fontclass-description-small {
  font-size: 1rem;
  line-height: 1.25rem;
}
.fontclass-description-small-highline {
  font-size: 1rem;
  line-height: 1.5rem;
}
.fontclass-description-xsmall-highline {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.fontclass-ajaxcart-medium {
  font-size: 1.125rem;
  line-height: 1.55rem;
}
@media screen and (max-width: 1600px) {
  .fontclass-ajaxcart-medium {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.fontclass-metainfo {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #283533;
}
.fontclass-ajaxcart-smaller {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .fontclass-ajaxcart-smaller {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.fontclass-ajaxcart-extrasmall {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.fontclass-optionstable-subhead {
  font-size: 1.25rem;
  font-weight: bold;
}
.fontclass-optionstable-content {
  font-size: 1.125rem;
}
.fontclass-optionstable-headline {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.fontclass-review-content {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.fontclass-review-subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
}
.fontclass-footer {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #011127;
}
.fontclass-button-xl {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
}
.fontclass-category-view-price-info {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
.fontclass-percentage-symbols {
  font-family: Lato-Black, Lato, sans-serif;
  font-weight: 800;
  line-height: 1.25rem;
  font-size: 5rem;
  color: white;
}
.main-btn {
  width: 73px;
  height: 48px;
  background-size: 1.25rem 1.25rem;
}
/* Variablen für wiederverwendbare Werte */
/* Mixins für die Schriftstile */
/* Headline-Stile */
.fontclass-h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
}
.fontclass-h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.fontclass-h2-small {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #283533;
}
.fontclass-h2-medium {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #283533;
}
.styleclass-basketfooter .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-basketfooter .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.styleclass-basketfooter .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-basketfooter .aggregation--list .entry--totalnet,
.styleclass-basketfooter .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.styleclass-carttable .panel--body .add-product--field {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.styleclass-carttable .panel--body .table--header .panel--th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.styleclass-carttable .panel--body .table--tr .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.styleclass-carttable .panel--body .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body .basket--footer .aggregation--list .entry--totalnet,
.styleclass-carttable .panel--body .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body .table--content {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.styleclass-carttable .panel--body .table--content .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.styleclass-carttable .panel--body .table--content .content--sku {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .panel--body .table--content .product--delivery .delivery--information {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .table--footer {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.styleclass-carttable .table--footer .footer--benefit {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.styleclass-carttable .table--footer .footer--benefit .benefit--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.d-none {
  display: none !important;
}
.fontclass-family {
  font-family: 'Nunito', sans-serif;
}
.fontclass-mainnav {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fontclass-subnav {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fontclass-h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.fontclass-h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.fontclass-h2-small {
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.fontclass-h2-large {
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
.fontclass-h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.fontclass-h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
.fontclass-button-xl {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
}
.fontclass-subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.fontclass-itemtitle {
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
/* bodycopy */
.fontclass-categoryteaser {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
}
.fontclass-bodycopy {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.fontclass-bodycopy-smaller {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.fontclass-bodycopy-xsmall {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
}
.fontclass-subtext-produktuebersicht {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #6f6f6f;
}
.fontclass-subline {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
.fontclass-description-medium {
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.fontclass-description-small {
  font-size: 1rem;
  line-height: 1.25rem;
}
.fontclass-ajaxcart-medium {
  font-size: 1.125rem;
  line-height: 1.55rem;
}
@media screen and (max-width: 1600px) {
  .fontclass-ajaxcart-medium {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.fontclass-metainfo {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.fontclass-ajaxcart-smaller {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .fontclass-ajaxcart-smaller {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.fontclass-ajaxcart-extrasmall {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.fontclass-optionstable-subhead {
  font-size: 1.25rem;
  font-weight: bold;
}
.fontclass-optionstable-content {
  font-size: 1.125rem;
}
.fontclass-optionstable-headline {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.fontclass-footer {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #011127;
}
/* Nunito

- light
- medium
- semibold
- bold
- regular
*/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Light.ttf');
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Regular.ttf');
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Medium.ttf');
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-SemiBold.ttf');
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Bold.ttf');
  src: url('../../themes/Frontend/TpoNew/frontend/_public/src/fonts/Nunito-Bold.ttf') format('truetype');
}
body {
  font-family: 'Nunito', sans-serif;
}
body h1 {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
body h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
body h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
body p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
body a {
  color: #065289;
}
body .is--primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  background-image: none;
}
body .is--primary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
body .is--primary:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
body .is--secondary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: auto;
  background-image: none;
}
body .is--secondary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
body .badge {
  background-color: #fa5d27;
  background-image: linear-gradient(to bottom, #fa5d27 0%, #d9400b 100%);
  color: #fff;
  border-color: #fff;
}
body .highlightbutton {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
body .highlightbutton:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
body .highlightbutton:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
body .subline {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
body .js--modal .panel--title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
body .js--modal .panel--body ul {
  list-style-position: inside;
}
body .js--modal .panel--body table {
  margin-bottom: 1.25rem;
}
body .js--modal .panel--body table tr td {
  text-align: center;
  background: #f5f5f5;
}
body .js--modal .panel--body table tr th {
  padding: 0.5rem 1rem;
}
body .js--tab-menu .tab--link {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
body .js--tab-menu .tab--link:after {
  background-color: #065289;
}
body .alert {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
body .alert.is--success {
  color: #269178;
}
body .alert.is--success .alert--icon {
  background: #269178;
}
body .alert.is--info .alert--icon {
  background: #1961a8;
}
body .alert.is--error {
  color: #DE5165;
}
body .alert.is--error .alert--icon {
  background: #DE5165;
}
.normalbuttonhover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
body .ergowrapper .contentlink {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
body .ergowrapper .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.contentlink-withlabel {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.contentlink-withlabel:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.contentlink-withlabel .icon--arrow-right {
  display: none;
}
.button--smaller-main {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.button--smaller-main:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.button--smaller-main:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.button--smaller-main:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.button--smaller-secondary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.button--smaller-secondary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.button--smaller-secondary:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.ctabutton {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.ctabutton:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.ctabutton.active {
  background-color: #c7b8a8;
  color: #fff;
}
.ctabutton.active a {
  color: #fff;
}
.ctabutton:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.highlightbutton-colors {
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.highlightbutton-colors:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.highlightbutton {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.highlightbutton:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.highlightbutton:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.emotion--element .featuredcolumns {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.emotion--element .featuredcolumns .featuredcolumns--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
}
.emotion--element .featuredcolumns .featuredcolumns--title .subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
}
.emotion--element .featuredcolumns .featuredcolumns--list {
  display: flex;
  margin-top: 0;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry {
  padding: 35px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 15px;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2),
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2) ~ div {
  width: calc(50% - 15px);
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
  width: 33%;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:last-child {
  margin-right: 0;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--img img {
  width: 100%;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--text h3 {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .featuredcolumns .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  margin: 0 0 25px 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .emotion--element .featuredcolumns .featuredcolumns--list {
    flex-wrap: wrap;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2),
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(2) ~ div {
    width: 100%;
  }
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
  .emotion--element .featuredcolumns .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
    width: 100%;
  }
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry {
  padding: 2.25rem 0;
  border: 4px solid #fff;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry .feature-entry--text,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry .feature-entry--text {
  margin-top: 2.375rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry .feature-entry--text h3,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry .feature-entry--text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--description {
  margin-bottom: 1.25rem;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--cta,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--cta {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  display: inline-block;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--cta:hover,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry .feature-entry--text .feature-entry--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry:hover,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry:hover {
  border: 4px solid #ebebeb;
}
.emotion--element .threecolcta .featuredcolumns--list .feature-entry:hover .feature-entry--cta,
.emotion--element .fourcolcta .featuredcolumns--list .feature-entry:hover .feature-entry--cta {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
  position: relative;
  text-align: center;
  padding: 10px 50px 30px 50px;
  width: 50%;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .overlay--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .overlay--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 3rem;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay .contentlink .icon--arrow-right {
  display: none;
}
@media screen and (max-width: 64em) {
  .emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
    left: 0;
    width: 96%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .parallax-cta .section .overlay {
    left: 0;
    width: 94%;
  }
}
.emotion--element .tpofourcol {
  background-color: #dfd6ce;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}
.emotion--element .tpofourcol .tpofourcol--wrapper {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--title {
  margin-bottom: 50px;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--title .subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-top: 1rem;
  color: #707070;
  display: block;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--title h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  gap: 1%;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry {
  width: 25%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029;
  padding: 2.375rem;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--img {
  display: flex;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--img img {
  margin: 0 auto;
  max-height: 100px;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--text {
  padding: 1.25rem;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--text h3 {
  color: #283533;
  color: #011127;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--text .produkt-entry--description {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
@media screen and (max-width: 48em) {
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry {
    /*width: 45%;*/
    width: 47% !important;
    display: inline-block !important;
    margin: 10px 1% !important;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry:first-child {
    margin-left: 15px;
  }
}
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list {
    display: inline-block !important;
    width: 100% !important;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry {
    width: 47% !important;
    display: inline-block !important;
    margin: 10px 1% !important;
    min-height: 300px;
    float: left;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list {
    flex-wrap: wrap;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry:first-child {
    margin-left: 0;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--text {
    padding: 1.2rem 0;
  }
  .emotion--element .tpofourcol .tpofourcol--wrapper .tpofourcol--list .produkt-entry .produkt-entry--text h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.emotion--wrapper .emotion--row .emotion--html .tpo--fliesstext {
  text-align: center;
}
.emotion--wrapper .emotion--row .emotion--html .tpo--fliesstext.twothirds {
  width: 66%;
}
.emotion--wrapper .emotion--row .emotion--html .tpo--cj-imagecontainer img {
  margin: 0 auto;
}
.emotion--wrapper .emotion--row .emotion--html .tpo--cj-imagecontainer p {
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--html .tpo--fliesstext {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--html .tpo--fliesstext.twothirds {
    width: 100%;
  }
}
.tpo--cj-imagedescription {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.tpo--cj-musterservice-imagedescription {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .customer-reviews {
  max-width: 120rem;
  margin: 0 auto;
  padding: 100px 0 30px 0;
}
.emotion--element .customer-reviews .review {
  padding: 3.125rem 0;
  margin: 0 0.4vw;
}
@media screen and (max-width: 30em) {
  .emotion--element .customer-reviews .review {
    margin: 0px;
  }
}
@media (min-width: 1920px) {
  .emotion--element .customer-reviews .review {
    margin: 0 .625rem;
  }
}
.emotion--element .customer-reviews .review .review--quotesign {
  background-image: url("../../themes/Frontend/TpoNew/frontend/_public/src/images/quote.svg");
  background-repeat: no-repeat;
  height: 32px;
  width: 42px;
  margin: 0 auto;
}
.emotion--element .customer-reviews .review .review-text {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 48em) {
  .emotion--element .customer-reviews .review .review-text {
    font-size: 1.2rem;
    padding: 15px;
  }
}
.emotion--element .customer-reviews .review .review-details {
  text-align: left;
  margin-top: 2.25rem;
  width: 100%;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details--avatar {
  margin-right: 25px;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details--avatar .avataricon {
  width: 44px;
  height: 44px;
  background-image: url("../../themes/Frontend/TpoNew/frontend/_public/src/images/avatar.svg");
  background-repeat: no-repeat;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta .review-details--user {
  font-weight: 700;
  font-size: 1.125rem;
  color: #011127;
}
.emotion--element .customer-reviews .review .review-details .review-details--inner .review-details-meta .review-details--date {
  color: #c7b8a8;
  font-size: 1rem;
}
.emotion--element .customer-reviews .slick-dots {
  position: static;
  margin-top: 30px;
}
.emotion--element .customer-reviews .slick-dots li {
  width: 3px;
}
.emotion--element .customer-reviews .slick-dots li button:before {
  color: #897158;
}
.emotion--row.shadowbg--padding {
  padding: 2rem 0 5rem 0;
}
.emotion--element.shadowbg {
  background: #fff;
  box-shadow: 0px 3px 30px #00000029;
}
.shadowbg .emotion--element {
  box-shadow: 0px 3px 30px #00000029;
  background: #fff;
}
.emotion--wrapper.is--fullscreen.shadowbg {
  background-color: #fff;
  box-shadow: 0px 3px 30px #00000029;
}
.emotion--wrapper.is--fullscreen.shadowbg .emotion--container {
  transform: scale(1) !important;
  margin: 0 auto;
}
.emotion--wrapper.is--fullscreen.shadowbg .emotion--container .emotion--element {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.emotion--element .categoryteaser,
.detail-general-container .categoryteaser {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
}
.emotion--element .categoryteaser .categoryteaser--title,
.detail-general-container .categoryteaser .categoryteaser--title {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.emotion--element .categoryteaser .categoryteaser--subtitle,
.detail-general-container .categoryteaser .categoryteaser--subtitle {
  font-family: Lato, sans-serif;
  color: #283533;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1rem;
}
.emotion--element .categoryteaser .categoryteaser--teaser,
.detail-general-container .categoryteaser .categoryteaser--teaser {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  color: #011127;
  width: 90%;
  margin: 2rem auto 0 auto;
}
.emotion--element .categoryteaser .categoryteaser--teaser p,
.detail-general-container .categoryteaser .categoryteaser--teaser p {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  color: #011127;
}
.emotion--element .categoryteaser .categoryteaser--teaser ul,
.detail-general-container .categoryteaser .categoryteaser--teaser ul {
  list-style-position: inside;
}
.emotion--element .categoryteaser .categoryteaser--teaser ul li,
.detail-general-container .categoryteaser .categoryteaser--teaser ul li {
  padding-bottom: 1rem;
}
.emotion--element .categoryteaser .categoryteaser--teaser h2,
.detail-general-container .categoryteaser .categoryteaser--teaser h2 {
  font-family: Lato, sans-serif;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  color: #283533;
}
.emotion--element .categoryteaser .categoryteaser--teaser h3,
.detail-general-container .categoryteaser .categoryteaser--teaser h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  color: #283533;
}
.emotion--element .categoryteaser .categoryteaser--subteaser,
.detail-general-container .categoryteaser .categoryteaser--subteaser {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.emotion--element.compact .categoryteaser,
.detail-general-container.compact .categoryteaser {
  padding-top: 75px;
}
.emotion--element.compact .categoryteaser .categoryteaser--title,
.detail-general-container.compact .categoryteaser .categoryteaser--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.emotion--element.compact .categoryteaser .categoryteaser--teaser,
.detail-general-container.compact .categoryteaser .categoryteaser--teaser {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  margin-top: 1rem;
  display: block;
}
.emotion--wrapper .emotion--row .emotion--element .formselement {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.emotion--wrapper .emotion--row .emotion--element .formselement .formselement--imagecontainer {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .formselement .formselement--imagecontainer img {
  margin: 0 auto;
}
.emotion--wrapper .emotion--row .emotion--element .formselement .formselement--formname {
  width: 100%;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .formselement .formselement--cta {
  width: 100%;
  margin-bottom: 1.25rem;
}
.emotion--wrapper .emotion--element .headlinesubline {
  text-align: center;
}
.emotion--wrapper .emotion--element .headlinesubline .headlinesubline--subline {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
.emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes .checkmarkbox {
  width: 33%;
  text-align: center;
  padding: 2rem;
  border: 4px solid #ebebeb;
  margin-right: 1rem;
  position: relative;
}
.emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes .checkmarkbox .checkmarkbox--checkmark {
  position: absolute;
  top: -40px;
  left: calc(50% - 30px);
}
.emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes .checkmarkbox .checkmarkbox--content {
  margin-top: 0.5rem;
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes {
    flex-direction: column;
  }
  .emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes .checkmarkbox {
    width: 100%;
    margin-top: 45px;
  }
  .emotion--wrapper .emotion--row .emotion--element .threecheckmarkboxes .checkmarkbox:first-child {
    margin-top: 1.25rem;
  }
}
.emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
.emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes .checkmarkbox {
  width: 50%;
  text-align: center;
  padding: 2rem;
  border: 4px solid #ebebeb;
  margin-right: 1rem;
  position: relative;
}
.emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes .checkmarkbox .checkmarkbox--checkmark {
  position: absolute;
  top: -40px;
  left: calc(50% - 30px);
}
.emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes .checkmarkbox .checkmarkbox--content {
  margin-top: 0.5rem;
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes {
    flex-direction: column;
  }
  .emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes .checkmarkbox {
    width: 100%;
    margin-top: 45px;
  }
  .emotion--wrapper .emotion--row .emotion--element .twocheckmarkboxes .checkmarkbox:first-child {
    margin-top: 1.25rem;
  }
}
.emotion--element .threesubtitleicons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.emotion--element .threesubtitleicons .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.emotion--element .threesubtitleicons .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.emotion--element .threesubtitleicons .feature .feature--label {
  max-width: 60%;
  margin: 1.25rem auto;
}
@media screen and (max-width: 30em) {
  .emotion--element .threesubtitleicons .feature {
    width: 100%;
    padding: 0;
  }
  .emotion--element .threesubtitleicons .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .threesubtitleicons {
    padding-top: 0;
  }
}
.emotion--wrapper .emotion--row .emotion--element.noheadlinepadding .imgheadlinetext .text {
  padding-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element.imgmargin .imgheadlinetext .image img {
  margin: 2.5rem auto;
  max-width: 80%;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text {
  width: 65%;
  text-align: left;
  padding: 1rem 0 0 3rem;
  margin-right: 5%;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .image {
  width: 30%;
}
.emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .image img {
  max-height: 200px;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .imgheadlinetext {
    flex-direction: column;
  }
  .emotion--element .imgheadlinetext .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .imgheadlinetext .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text {
    padding: 1rem 0;
    margin-right: 0;
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgheadlinetext .image img {
    margin: 0 auto;
  }
}
.emotion--wrapper .emotion--row .emotion--element.noimgmargin .headlinetextctaimg .image img {
  margin: 0 auto;
  max-width: 80%;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text {
  width: 65%;
  text-align: left;
  padding: 0 3rem 0 0;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 2%;
  margin-bottom: 3%;
  border-bottom: 1px solid #707070;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .cta {
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .cta .brownarrow {
  margin-right: 1rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .cta a,
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .cta a:visited,
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .image {
  width: 30%;
  margin-right: 5%;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .image img {
  width: 80%;
  margin: 2.5rem auto;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg {
    flex-direction: column-reverse;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text {
    margin-top: 1.25rem;
    width: 100%;
    padding-right: 0;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimg .image {
    width: 100%;
  }
}
.emotion--wrapper .emotion--row .emotion--element.noimgmargin .headlinetextctaimgtitle .image img {
  margin: 0 auto;
  max-width: 80%;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text {
  width: 65%;
  text-align: left;
  padding: 0 3rem 0 0;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 2%;
  margin-bottom: 3%;
  border-bottom: 1px solid #707070;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller {
  --gap: 1.25rem;
  --columns: 4;
  flex-wrap: wrap;
  gap: var(--gap);
  display: flex;
  flex-direction: row;
  padding-bottom: 2%;
  margin-bottom: 3%;
  border-bottom: 1px solid #707070;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller .topseller--item {
  display: flex;
  flex-direction: column;
  width: 125px;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller .topseller--item img {
  width: 125px;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller .topseller--item .topseller--item-title {
  margin-top: 1rem;
  text-align: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .cta {
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .cta .brownarrow {
  margin-right: 1rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .cta a,
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .cta a:visited,
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .image {
  width: 30%;
  margin-right: 5%;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .image img {
  width: 80%;
  margin: 2.5rem auto;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle {
    flex-direction: column-reverse;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text {
    margin-top: 1.25rem;
    width: 100%;
    padding-right: 0;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller .topseller--item {
    width: 45%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextctaimgtitle .text .topseller .topseller--item img {
    width: 100%;
  }
}
.emotion--wrapper .emotion--row .emotion--element.nolimitimgheight .headlinetextimg .image img {
  max-height: none;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text {
  width: 65%;
  text-align: left;
  padding: 0 3rem 0 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .text--description .highlightedlist {
  color: #897158;
  padding-left: 0;
  counter-reset: li;
  list-style: none;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .text--description .highlightedlist li {
  position: relative;
  counter-increment: li;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .text--description .highlightedlist li::before {
  content: counter(li);
  background-color: #065289;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .cta {
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .cta .brownarrow {
  margin-right: 1rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .cta a,
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .cta a:visited,
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .image {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: start;
}
.emotion--wrapper .emotion--row .emotion--element .headlinetextimg .image img {
  max-height: 200px;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text {
    width: 100%;
    padding-right: 0;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg {
    flex-direction: column-reverse;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .image {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .headlinetextimg .image img {
    margin: 0 auto;
  }
}
.emotion--wrapper .emotion--row .tpodivider {
  background-color: #ebebeb;
  width: 100%;
  margin: 4rem 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.emotion--wrapper .emotion--row .emotion--element .textimg {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .textimg .text {
  width: 60%;
  text-align: left;
  padding: 0;
}
.emotion--wrapper .emotion--row .emotion--element .textimg .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
.emotion--wrapper .emotion--row .emotion--element .textimg .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .textimg .image {
  width: 35%;
  display: flex;
  justify-content: end;
  padding-left: 5%;
  align-items: start;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .textimg {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .textimg .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .textimg .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .textimg {
    flex-direction: column-reverse;
  }
  .emotion--element .textimg .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .textimg .image {
    width: 100%;
  }
}
.emotion--wrapper .emotion--row .emotion--element .imgtext {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text {
  width: 60%;
  text-align: left;
  padding: 0;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-bottom: 2%;
  margin-bottom: 3%;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text .text--description .highlightedlist {
  color: #897158;
  padding-left: 0;
  counter-reset: li;
  list-style: none;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text .text--description .highlightedlist li {
  position: relative;
  counter-increment: li;
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .text .text--description .highlightedlist li::before {
  content: counter(li);
  background-color: #065289;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.emotion--wrapper .emotion--row .emotion--element .imgtext .image {
  width: 35%;
  display: flex;
  justify-content: end;
  padding-right: 5%;
  align-items: start;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .imgtext {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgtext .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .imgtext .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .imgtext {
    flex-direction: column;
  }
  .emotion--element .imgtext .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .imgtext .image {
    width: 100%;
  }
  .emotion--element .imgtext .image img {
    margin: 0 auto;
  }
}
.emotion--element .threecoltpoaccessories {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list {
  display: flex;
  margin-top: 0;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry {
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #88715a;
  margin-right: 1rem;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
  width: 33%;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry:last-child {
  margin-right: 0;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry .feature-entry--img {
  margin-bottom: 1.25rem;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry .feature-entry--img img {
  width: 100%;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry .feature-entry--cta {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  display: inline-block;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry .feature-entry--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry .feature-entry--cta:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
@media screen and (max-width: 30em) {
  .emotion--element .threecoltpoaccessories .featuredcolumns--list {
    flex-wrap: wrap;
  }
  .emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry:first-child:nth-last-child(3),
  .emotion--element .threecoltpoaccessories .featuredcolumns--list .feature-entry:first-child:nth-last-child(3) ~ div {
    width: 100%;
  }
}
.detail-general-container {
  width: 100%;
  max-width: none;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding-top: 3rem;
}
.detail-general-container > * {
  max-width: 120rem;
  padding-left: 9rem;
  padding-right: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 75rem) {
  .detail-general-container > * {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.emotion--element .detailhighlights,
.detail-general-container .detailhighlights {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}
.emotion--element .detailhighlights .highlight--video,
.detail-general-container .detailhighlights .highlight--video {
  width: 55%;
}
.emotion--element .detailhighlights .highlight--video video,
.detail-general-container .detailhighlights .highlight--video video {
  width: 100%;
  height: 100%;
}
.emotion--element .detailhighlights .highlight--image,
.detail-general-container .detailhighlights .highlight--image {
  width: 55%;
}
.emotion--element .detailhighlights .highlight--image img,
.detail-general-container .detailhighlights .highlight--image img {
  width: 100%;
}
.emotion--element .detailhighlights .highlight--details,
.detail-general-container .detailhighlights .highlight--details {
  padding-top: 1rem;
  padding-left: 4.5rem;
  width: 45%;
  display: flex;
  flex-direction: column;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image {
  width: auto;
  margin: 0 auto;
  border-top: 1px solid #cbcbcb;
  padding-top: 2.5rem;
  text-align: center;
  padding-left: 0;
}
.emotion--element .detailhighlights .highlight--details.no-highlight-image .highlight--list ul,
.detail-general-container .detailhighlights .highlight--details.no-highlight-image .highlight--list ul {
  list-style-image: url(../../themes/Frontend/TpoNew/frontend/_public/src/images/checkmark.png);
}
.emotion--element .detailhighlights .highlight--details.no-highlight-text,
.detail-general-container .detailhighlights .highlight--details.no-highlight-text {
  border-top: none;
  padding-top: 0;
}
.emotion--element .detailhighlights .highlight--details .highlight--list,
.detail-general-container .detailhighlights .highlight--details .highlight--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul {
  list-style-image: url(../../themes/Frontend/TpoNew/frontend/_public/src/images/checkmark.png);
  list-style-position: inside;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul li,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
  position: relative;
  padding-bottom: 1rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
.detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
  content: "";
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 1.25rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes strong,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes strong {
  color: #283533;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes p,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  line-height: 2.5rem;
}
.emotion--element .detailhighlights .highlight--details .highlight--attributes p strong,
.detail-general-container .detailhighlights .highlight--details .highlight--attributes p strong {
  color: #283533;
}
@media screen and (max-width: 48em) {
  .emotion--element .detailhighlights,
  .detail-general-container .detailhighlights {
    flex-wrap: wrap;
  }
  .emotion--element .detailhighlights .highlight--video,
  .detail-general-container .detailhighlights .highlight--video {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details,
  .detail-general-container .detailhighlights .highlight--details {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 0;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list,
  .detail-general-container .detailhighlights .highlight--details .highlight--list {
    width: 49%;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
    padding-left: 2rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
    left: -0.25rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--attributes,
  .detail-general-container .detailhighlights .highlight--details .highlight--attributes {
    width: 49%;
    margin-top: 0;
  }
}
@media screen and (max-width: 30em) {
  .emotion--element .detailhighlights,
  .detail-general-container .detailhighlights {
    flex-wrap: wrap;
  }
  .emotion--element .detailhighlights .highlight--video,
  .detail-general-container .detailhighlights .highlight--video {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--image,
  .detail-general-container .detailhighlights .highlight--image {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details,
  .detail-general-container .detailhighlights .highlight--details {
    flex-direction: column-reverse;
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list,
  .detail-general-container .detailhighlights .highlight--details .highlight--list {
    width: 100%;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li {
    padding-left: 2rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--list ul li:before,
  .detail-general-container .detailhighlights .highlight--details .highlight--list ul li:before {
    left: -0.25rem;
  }
  .emotion--element .detailhighlights .highlight--details .highlight--attributes,
  .detail-general-container .detailhighlights .highlight--details .highlight--attributes {
    width: 100%;
  }
}
.emotion--wrapper .emotion--row .emotion--element.noheadlinepadding .surfacetopseller .text {
  padding-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element.imgmargin .surfacetopseller .image img {
  margin: 2.5rem auto;
  max-width: 80%;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text {
  width: 65%;
  text-align: left;
  padding: 1rem 0 0 3rem;
  margin-right: 5%;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller {
  --gap: 1.25rem;
  --columns: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller .topseller--item {
  display: flex;
  flex-direction: column;
  width: 85px;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller .topseller--item img {
  width: 85px;
  height: 85px;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller .topseller--item .topseller--item-title {
  margin-top: 1rem;
  text-align: center;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .image {
  width: 30%;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopseller .image img {
  max-height: 200px;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller {
    flex-direction: column;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--element .surfacetopseller {
    flex-direction: column;
  }
  .emotion--element .surfacetopseller .text {
    margin-top: 1.25rem;
    width: 100%;
  }
  .emotion--element .surfacetopseller .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text {
    padding: 1rem 0;
    margin-right: 0;
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text p {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller {
    --columns: 3;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller .topseller--item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .text .topseller .topseller--item img {
    margin: 0 auto;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopseller .image img {
    margin: 0 auto;
  }
}
.emotion--wrapper .emotion--row .emotion--element.noimgmargin .surfacetopsellercta .image img {
  margin: 0 auto;
  max-width: 80%;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta {
  display: flex;
  flex-direction: row;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text {
  width: 65%;
  text-align: left;
  padding: 0 3rem 0 0;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h3 {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .text--description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .text--description p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller {
  --gap: 1.25rem;
  --columns: 5;
  flex-wrap: wrap;
  gap: var(--gap);
  display: flex;
  flex-direction: row;
  padding-bottom: 2%;
  margin-bottom: 3%;
  border-bottom: 1px solid #707070;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller .topseller--item {
  display: flex;
  flex-direction: column;
  width: 85px;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller .topseller--item img {
  width: 85px;
  height: 85px;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller .topseller--item .topseller--item-title {
  margin-top: 1rem;
  text-align: center;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .cta {
  display: flex;
  align-items: center;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .cta .brownarrow {
  margin-right: 1rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .cta a,
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .cta a:visited,
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .cta a:active {
  color: #000000;
  font-weight: 600;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .image {
  width: 30%;
  margin-right: 5%;
}
.emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .image img {
  width: 80%;
  margin: 2.5rem auto;
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text {
    width: 100%;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .image {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta {
    flex-direction: column-reverse;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text {
    margin-top: 1.25rem;
    width: 100%;
    padding-right: 0;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .image {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text {
    padding: 1rem 0;
    margin-right: 0;
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text p {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h2 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text h3 {
    text-align: center;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller {
    --columns: 3;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller .topseller--item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .text .topseller .topseller--item img {
    margin: 0 auto;
  }
  .emotion--wrapper .emotion--row .emotion--element .surfacetopsellercta .image img {
    margin: 0 auto;
  }
}
.emotion--container .emotion--row .emotion--element.is--fullscreen {
  width: 100%;
  max-width: none;
}
.emotion--container .emotion--row .emotion--element .html--content h1 {
  word-break: break-all;
}
.header-main .top-bar {
  padding-top: 0;
}
.header-main .header--navigation {
  display: flex;
  flex-direction: row;
}
.header-main .header--navigation .container--left {
  width: 33%;
}
.header-main .header--navigation .logo-main {
  width: 33%;
}
.header-main .header--navigation .logo-main .logo--shop {
  text-align: center;
}
.header-main .header--navigation .logo-main .logo--shop .logo--link {
  width: auto;
}
.header-main .header--navigation .shop--navigation {
  width: 33%;
}
@media (max-width: 30em) {
  .header-main {
    border-bottom: 1px solid #88715a;
  }
  .header-main .header--navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header-main .header--navigation .container--left {
    width: 0%;
  }
  .header-main .header--navigation .logo-main {
    width: 100%;
  }
  .header-main .header--navigation .logo-main .logo--shop {
    text-align: center;
  }
  .header-main .header--navigation .logo-main .logo--shop .logo--link {
    width: auto;
  }
  .header-main .header--navigation .shop--navigation {
    width: 100%;
    padding-bottom: 0px;
  }
}
@media (max-width: 64em) {
  .header-main .header--navigation .container--left .banner--img {
    display: none;
  }
}
@media (max-width: calc(48em - 1px)) {
  .header-main .header--navigation .container--left {
    display: none;
  }
  .header-main .header--navigation > .logo-main.block-group {
    display: none;
  }
  .header-main .header--navigation .shop--navigation.block-group {
    width: 100%;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list .entry--menu-left {
    margin-right: auto;
    position: initial !important;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list .list-logo-container {
    display: inline-block;
    width: fit-content;
    position: absolute;
    margin-bottom: 0px !important;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list .list-logo-container .logo-main {
    padding: 0px;
    margin: 0px;
    width: fit-content;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list .list-logo-container .logo-main .logo--shop {
    width: fit-content;
    padding: 0px;
    padding-top: 1px;
  }
  .header-main .header--navigation .shop--navigation.block-group .navigation--list .list-logo-container .logo-main .logo--shop .logo--link {
    width: auto;
  }
}
.header-main .shop--navigation .navigation--list .navigation--entry {
  margin-right: .75rem;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.header-main .shop--navigation .navigation--list .navigation--entry a.btn {
  color: #c7b8a8;
}
.header-main .shop--navigation .navigation--list .navigation--entry a.btn i {
  font-size: 1.5rem;
}
.header-main .shop--navigation .navigation--list .navigation--entry .navigation--headline {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.header-main .shop--navigation .navigation--list .navigation--entry .navigation--link {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
}
.navigation-main {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.navigation-main .navigation--list-wrapper {
  overflow: visible;
}
.navigation-main .navigation--list-wrapper .js--menu-scroller--list {
  overflow-x: visible;
}
.navigation-main .navigation--list-wrapper .navigation--list {
  border-bottom: 1px solid #88715a;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation-sublist {
  background-color: yellow;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry {
  position: relative;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.is--active .navigation--link {
  border-bottom: none;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .navigation--link {
  text-decoration: underline;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 {
  z-index: 13000;
  display: block;
  list-style-type: none;
  margin-left: 1.25rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 .item--level-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  color: #88715a;
  font-weight: 600;
  position: relative;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 .item--level-1:before {
  content: '';
  border-bottom: 1px solid #88715a;
  position: absolute;
  width: 20%;
  left: 7%;
  bottom: 0;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 .item--level-1:last-child:before {
  content: '';
  border-bottom: none;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 a {
  color: #88715a;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 a:active {
  color: #88715a;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:hover .menu--level-1 a:hover {
  color: #03294d;
  padding-left: 0.5rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry .menu--level-1 {
  position: absolute;
  display: none;
  z-index: 5000;
  min-width: 200px;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry .menu--level-2 {
  margin-left: 1.5rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu {
  background-color: unset;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu .navigation--link {
  text-transform: none;
  font-size: 1.125rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry.avatarmenu:nth-child(1) .navigation--link {
  padding-left: 0.875rem;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry .navigation--link {
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.navigation-main .navigation--list-wrapper .navigation--list .navigation--entry:nth-child(1) .navigation--link {
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .navigation-main .navigation--list-wrapper .navigation--list {
    padding: 0;
  }
}
.ergowrapper .content--breadcrumb {
  color: #88715a;
  background-color: #ffffff !important;
  min-height: 0;
  padding-top: 0;
}
.ergowrapper .content--breadcrumb * {
  color: #88715a;
  font-size: 1.125rem;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list {
  border-top: none;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--entry:nth-child(1) .breadcrumb--link {
  padding-left: 0;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--entry.is--active {
  font-weight: bold;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--separator {
  padding-left: 0;
  padding-right: 0;
}
.ergowrapper .content--breadcrumb .container .breadcrumb--list .breadcrumb--separator .icon--arrow-right {
  color: #03294d;
  font-weight: bold;
  font-size: 0.7rem;
}
@media screen and (max-width: 64em) {
  .ergowrapper .content--breadcrumb {
    padding: 0;
  }
  .ergowrapper .content--breadcrumb .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.is--ctl-checkout .tpo--cart-config-wrap {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .page-wrap > .steps--container {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-checkout .page-wrap > .steps--container .steps--content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .page-wrap .header-main .header--navigation .container--left {
  display: none;
}
.is--ctl-checkout .page-wrap .header-main .logo-main .logo--shop {
  text-align: center;
}
.is--ctl-checkout .page-wrap .header-main .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: 400;
}
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout .page-wrap .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: 400;
}
.is--ctl-checkout.is--act-cart .header-main .header--navigation .container--left {
  display: block;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .column--product .tpo--cart-config-wrap {
  margin-top: 1.25rem;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions .main--actions .continue-link {
  padding: 5px 55px;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout.is--act-cart .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-checkout.is--act-cart .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  padding: 15px 0;
  margin: 2rem auto;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-checkout.is--act-cart .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-cart .features--wrapper {
    padding-top: 0;
  }
}
.is--ctl-checkout.is--act-confirm .content-main--inner .content--wrapper .product--table .row--product .column--product .alert {
  display: none;
}
.is--ctl-checkout.is--act-confirm .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
}
.is--ctl-checkout.is--act-confirm .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout.is--act-confirm .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-checkout.is--act-confirm .config--item-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: bold;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .config--item-title .config--item-option-value {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal select,
.is--ctl-checkout.is--act-confirm .address-manager--modal textarea,
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="text"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="search"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="password"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="number"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="email"],
.is--ctl-checkout.is--act-confirm .address-manager--modal input[type="tel"],
.is--ctl-checkout.is--act-confirm .address-manager--modal label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal .address--required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout.is--act-confirm .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-confirm .address-manager--modal p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-finish .product--table .row--product .column--product .alert {
  display: none;
}
.is--ctl-checkout.is--act-finish .config--item-title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: bold;
}
.is--ctl-checkout.is--act-finish .config--item-title .config--item-option-label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-finish .config--item-title .config--item-option-value {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: normal;
}
.is--ctl-checkout.is--act-finish .finish--teaser .teaser--text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-shippingpayment input:focus {
  outline: none !important;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout.is--act-shippingpayment .features--wrapper {
    padding-top: 0;
  }
}
.is--ctl-checkout .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .feature--user-comment {
  margin: 0;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .shipping--method-info,
.is--ctl-checkout .content-main--inner .content--wrapper .payment--method-info {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body textarea,
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="text"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="search"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="password"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="number"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="email"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body input[type="tel"],
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--body .btn.choose-different-address {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions .btn--change-payment {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .panel--actions .address--actions-change .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .add-product--field {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--header .panel--th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--tr .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .table--aggregation .add-voucher--label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .table--shipping-costs-trigger {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  color: #6ac2bf;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list .entry--totalnet,
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .basket--footer .aggregation--list .entry--taxes {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .content--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .content--sku {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .panel--body .table--content .product--delivery .delivery--information {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer .footer--benefit {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--footer .footer--benefit .benefit--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  width: auto;
  height: auto;
  text-align: center;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions .main--actions .checkout-btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn .icon--arrow-right {
  display: none;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-checkout .content-main--inner .content--wrapper .product--table .table--actions.confirm--actions .btn .icon--arrow-right {
  display: none;
}
@media screen and (max-width: 64em) {
  .is--ctl-checkout .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-checkout .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-checkout .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer-main {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #011127;
  min-height: unset;
}
.footer-main .navigation--link {
  color: #011127;
}
.footer-main .footer--phone-link {
  color: #011127;
}
.footer-main .container .footer--columns .column--headline {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: bold;
}
.is--ctl-listing {
  font-family: 'Nunito', sans-serif;
}
.is--ctl-listing .stage-media--mobile {
  display: none;
}
.is--ctl-listing .stage-media {
  height: 320px;
  background-color: #ebebeb;
  position: relative;
  background-size: cover !important;
  background-position: right !important;
}
.is--ctl-listing .stage-media .stage-infos {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 17%;
  right: 4.75rem;
  max-width: 350px;
}
.is--ctl-listing .stage-media .stage-infos .stage-infos--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  color: #283533;
}
.is--ctl-listing .stage-media .stage-infos .stage-infos--divider {
  height: 15px;
  background: url(../../themes/Frontend/TpoNew/frontend/_public/src/images/listingheader.svg) no-repeat center;
  margin-bottom: 1.875rem;
  margin-top: 0.5rem;
}
.is--ctl-listing .stage-media .stage-infos .stage-infos--subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
}
.is--ctl-listing .listing--content {
  font-family: 'Nunito', sans-serif;
  max-width: 120rem;
  padding: 0 9rem;
}
.is--ctl-listing .listing--content .listing--actions {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-listing .listing--content .listing--container .listing {
  --gap: 1.25rem;
  --columns: 4;
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.is--ctl-listing .listing--content .listing--container .listing .product--box {
  padding: 0;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content {
  padding: 1.875rem 1.75rem;
  border-radius: 9px;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container {
  width: auto;
  margin-left: 0px;
  text-align: right;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container .product--detail-btn {
  margin-bottom: 0.125rem;
  height: auto;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container .product--detail-btn .ctabutton {
  line-height: 1.75rem;
  color: #283533;
  font-size: 1.125rem;
  line-height: 1.55rem;
  background-color: #fff;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #011127;
  font-weight: 600;
  color: #88715a;
  margin-top: 0;
  width: 100%;
  padding: 0.5rem 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container .product--detail-btn .ctabutton:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .price--info-label {
  margin-top: .25rem;
  margin-bottom: 1.75rem;
  color: #88715a;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container {
  position: absolute;
  z-index: 999;
  display: flex;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container .label {
  background: transparent;
  color: #fff;
  padding-left: 0;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container .coloer-wrapper {
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container .coloer-wrapper .colorpreview {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #011127;
  margin-right: 3px;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container.ul {
  left: 1.25rem;
  bottom: 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container.ur {
  right: 1.25rem;
  bottom: 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container.ol {
  left: 1.25rem;
  top: 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .color-preview-container.or {
  right: 1.25rem;
  top: 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .image--element {
  position: relative;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .product--image .image--element .image--media img {
  position: relative;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper {
  padding: 1.25rem 0rem 0rem 0rem;
  width: 100%;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .price--info-container {
  display: flex;
  flex-direction: column;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .price--info-container .price--pseudo {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .price--info-container .price--pseudo .price--discount {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-decoration: line-through;
  font-weight: bold;
  margin-right: .125rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .price--info-container .price--pseudo .price--percentage-difference {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #88715a;
  text-decoration: none;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--title {
  height: auto;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: none;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--description {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #6f6f6f;
  height: auto;
  margin-bottom: 1.25rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .price--unit {
  margin-bottom: 2rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--price-info {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--price-info .product--price {
  height: auto;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--price-info .product--price .price--default {
  font-family: Lato, sans-serif;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  text-transform: none;
  color: #283533;
  margin-right: 1rem;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--price-info .product--price .price--default.is--discount {
  color: #de5165;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--actions {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
}
.is--ctl-listing .listing--content .listing--container .listing .product--box .box--content .box--content-inner .productbox--wrapper .product--info .product--actions .product--action {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
}
.is--ctl-listing .listing--content.is--fullscreen {
  max-width: none;
}
@media screen and (max-width: 75rem) {
  .is--ctl-listing .stage-media--mobile {
    margin-top: 1.25rem;
    display: none;
  }
  .is--ctl-listing .stage-media {
    margin-top: 0;
    background: #ebebeb !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: auto !important;
  }
  .is--ctl-listing .stage-media .stage-infos {
    position: static;
    margin: 1.25rem auto;
  }
  .is--ctl-listing .stage-media.no-mobile-stage {
    margin-top: 1.25rem;
  }
  .is--ctl-listing .listing--content {
    padding: 0 1.5rem;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing {
    --columns: 2;
  }
}
@media screen and (max-width: 48em) {
  .is--ctl-listing .stage-media--mobile {
    margin-top: 1.25rem;
    display: block;
  }
  .is--ctl-listing .stage-media {
    margin-top: 0;
    background: #ebebeb !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: auto !important;
  }
  .is--ctl-listing .stage-media .stage-infos {
    position: static;
    margin: 1.25rem auto;
  }
  .is--ctl-listing .stage-media.no-mobile-stage {
    margin-top: 1.25rem;
  }
  .is--ctl-listing .listing--content {
    padding: 0 1.5rem;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing {
    --columns: 2;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-listing .stage-media {
    margin-top: 0;
    display: block;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing {
    --columns: 1;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container {
    margin-left: 0;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--btn-container .product--detail-btn .ctabutton {
    width: 100%;
  }
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--info .product--price-info {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 120rem) {
  .listing--content .listing--wrapper .listing--container .listing {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 30em) {
  .box--image .product--info {
    position: relative;
    padding-left: initial !important;
  }
  .box--image .product--image {
    position: relative;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-listing .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--info .product--price-info {
    justify-content: initial !important;
    width: initial !important;
  }
}
.is--ctl-detail {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-detail .ergowrapper {
  background-color: #fff;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext {
  text-align: center;
  padding: 1.25rem 9rem;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext .headline {
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  line-height: 3rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #011127;
  margin-top: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext .description {
  padding-left: 9rem;
  padding-right: 9rem;
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  margin-top: 1.25rem;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext .description p {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper {
  background-color: #fff;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--image-container {
  background-color: #fff;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--image-container .image-slider--container {
  padding-top: 0;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--image-container .thumbnails--arrow.is--bottom {
  color: #88715a;
  left: 25%;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--image-container .thumbnails--arrow.is--top {
  color: #88715a;
  left: 25%;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox {
  box-shadow: 0 3px 6px #00000029;
  margin-left: 5px;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .configurator--variant .variant--group .variant--option .itemName {
  display: none;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .configurator--variant .variant--group .variant--option.is--image:hover .itemName {
  display: block;
  background-color: #88715a;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .configurator--variant .option--input:checked ~ label {
  color: #88715a;
  border-color: #88715a;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .quantity-field {
  height: 3rem;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .button-plus,
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield .button-minus {
  height: 3rem;
  background-color: #f5f5f5;
  color: #000;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .qtyfield input[type='button'] {
  color: #03294d;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .buybox--button {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .buybox--button:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
@media screen and (min-width: 1374px) {
  .is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .buybox--button {
    margin-top: 0px;
  }
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .product--header .product--title {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #897158;
  font-weight: 500;
  text-transform: uppercase;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .product--price .price--content {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #065289;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .product--delivery .delivery--information {
  display: block;
}
.is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .product--delivery .delivery--information .delivery--text {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #011127;
}
.is--ctl-detail .content--detail-emotions {
  margin-top: 4rem;
}
.is--ctl-detail .tab-menu--product {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.is--ctl-detail .tab-menu--product .tab--navigation {
  padding-left: 9rem;
  padding-right: 9rem;
  text-align: center;
}
.is--ctl-detail .tab-menu--product .tab--container-list {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 88.75rem) {
  .is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .product--details .product--detail-upper .product--buybox .buybox--button-container .addtocart-row .buybox--button {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext {
    padding: 1.25rem 1rem;
  }
  .is--ctl-detail .ergowrapper .content-main--inner .content--wrapper .headertext .description {
    padding-left: 0;
    padding-right: 0;
  }
}
.is--ctl-checkout.is--act-confirm .page-wrap .header-main {
  box-shadow: 0 3px 6px #00000029;
  margin-bottom: 5px;
}
.is--ctl-checkout.is--act-confirm .page-wrap .header-main .header--navigation .btn {
  position: absolute;
  right: 0;
}
.is--ctl-checkout.is--act-confirm .page-wrap .header-main .header--navigation .logo-main {
  position: relative;
  padding-left: 0;
}
.is--ctl-checkout.is--act-confirm .page-wrap .header-main .header--navigation .logo-main .logo--supportinfo {
  display: none !important;
}
.is--ctl-checkout.is--act-confirm .page-wrap .header-main .header--navigation .logo-main .logo--shop {
  width: 100%;
}
#one-page-checkout .form-padding-bottom {
  padding-bottom: 0;
}
#one-page-checkout .register--personal-data {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--personal-data .select-field {
  max-width: unset;
  height: auto;
}
#one-page-checkout .register--personal-data .select-field:after {
  color: #065289;
  font-size: 0.7rem;
}
#one-page-checkout .register--personal-data select {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  color: #000000;
}
#one-page-checkout .register--personal-data input[type=radio] {
  display: table-cell;
  vertical-align: middle;
  appearance: none;
  box-shadow: inset 0px 0px 0 3px white;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #707070;
  width: 1em;
  height: 1em;
  border: 1px solid #707070;
  border-radius: 50%;
}
#one-page-checkout .register--personal-data input[type=radio]:checked {
  background-color: #065289;
}
#one-page-checkout .register--personal-data input[type=text],
#one-page-checkout .register--personal-data input[type=email],
#one-page-checkout .register--personal-data input[type=tel],
#one-page-checkout .register--personal-data input[type=password] {
  margin-bottom: 1.25rem;
  height: 3rem;
  font-size: 1.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
}
#one-page-checkout .register--personal-data .register--customertype {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
#one-page-checkout .register--personal-data .register--customertype label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-left: 1rem;
}
#one-page-checkout .register--personal-data .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
#one-page-checkout .register--personal-data .register--billingemail {
  display: none;
}
#one-page-checkout .register--personal-data .register--email {
  margin-top: 1.25rem;
}
#one-page-checkout .register--personal-data .address--actions-change {
  margin-top: 2rem;
}
#one-page-checkout .register--personal-data .address--actions-change .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
#one-page-checkout .register--personal-data .register--shipping h3 {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  text-transform: uppercase;
  background-color: unset;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #707070;
  padding-top: 1.25rem;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
#one-page-checkout .register--personal-data .checkoutbtn {
  margin-top: 1.25rem;
}
#one-page-checkout .register--personal-data .register-btn,
#one-page-checkout .register--personal-data .register--login-btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  margin-top: 1.25rem;
}
#one-page-checkout .register--personal-data .register-btn:hover,
#one-page-checkout .register--personal-data .register--login-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
#one-page-checkout .register--personal-data .register-btn:hover,
#one-page-checkout .register--personal-data .register--login-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--personal-data {
    width: 31%;
    margin-right: 1rem;
  }
}
#one-page-checkout .register--shipment-and-payment {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--shipment-and-payment #mopt_payone__cc_cardtype_wrap {
  max-width: none;
  width: 80%;
}
#one-page-checkout .register--shipment-and-payment #mopt_payone__cc_cardholder {
  box-shadow: #dadae5 0px 1px 1px inset;
  background: #f8f8fa;
  border-width: 1px;
  border-style: solid;
  border-color: #dadae5;
  border-image: initial;
  line-height: 19px;
  font-size: 14px;
  width: 80% !important;
  padding: 0.625rem 0.625rem 0.5625rem;
  color: #8798a9;
  border-radius: 3px;
  margin-left: 2px;
}
#one-page-checkout .register--shipment-and-payment input[type=radio] {
  display: table-cell;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0px 0px 0 3px white;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #707070;
  width: 1em;
  height: 1em;
  border: 1px solid #707070;
  border-radius: 50%;
}
#one-page-checkout .register--shipment-and-payment input[type=radio]:checked {
  background-color: #065289;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method.even {
  background-color: #f5f5f5;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .method--description {
  padding-top: 1.25rem;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .payment--method-logo {
  margin-left: 30%;
}
#one-page-checkout .register--shipment-and-payment .shipping-payment--information .payment--method .payment--method-logo img {
  height: 34px;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--shipment-and-payment {
    width: 31%;
    margin-right: 1rem;
  }
}
#one-page-checkout .register--overview {
  box-shadow: 0 3px 6px #00000029;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#one-page-checkout .register--overview .product--table .content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
#one-page-checkout .register--overview .product--table .feature--voucher {
  margin-top: 1.25rem;
}
#one-page-checkout .register--overview .product--table .agb-and-revocation label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-weight: 500;
}
#one-page-checkout .register--overview .product--table .additional--features {
  margin-top: 1.25rem;
}
#one-page-checkout .register--overview .product--table .table--tr {
  margin-top: 1.25rem;
  border-bottom: 1px solid #707070;
}
#one-page-checkout .register--overview .product--table .table--tr.is--last-row {
  border-bottom: 1px solid #707070;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .delivery--information {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .content--title {
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  font-size: 1.25rem;
  font-weight: normal;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .table--media img {
  padding: 0 5%;
  margin: 0;
}
#one-page-checkout .register--overview .product--table .table--tr .column--product .table--media .table--media-outer {
  border: 0;
  max-width: unset;
  max-height: unset;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity {
  margin-bottom: 1rem;
  margin-left: 0;
  width: 40%;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield {
  clear: both;
  position: relative;
  display: flex;
  flex-direction: row;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input::-webkit-outer-spin-button,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield textarea {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield input[type='button'] {
  color: #065289;
  background-color: #fff;
  min-width: 2.625rem;
  width: auto;
  transition: all 300ms ease;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-minus,
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-plus {
  font-weight: bold;
  height: 3.6rem;
  padding: 0;
  width: 2.625rem;
  position: relative;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .quantity-field {
  position: relative;
  height: 3.6rem;
  left: -6px;
  text-align: center;
  width: 3rem;
  display: inline-block;
  resize: vertical;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}
#one-page-checkout .register--overview .product--table .table--tr .column--quantity .qtyfield .button-plus {
  border-left: 0;
  left: -13px;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price {
  width: 50%;
  margin-left: 0;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price .item-price--label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  color: #6ac2bf;
  margin-right: 0.5rem;
}
#one-page-checkout .register--overview .product--table .table--tr .column--total-price .item-price--sum {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 78.75rem) {
  #one-page-checkout .register--overview {
    width: 31%;
  }
}
#one-page-checkout .step-icon {
  background-clip: unset;
  background-color: unset;
  background-image: none;
  border-radius: unset;
  padding-left: 0;
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
}
#one-page-checkout .step-icon::after {
  content: '.';
}
#one-page-checkout .panel {
  padding-bottom: 2rem;
}
#one-page-checkout .panel .register--password-description {
  margin: 0.5rem 0 1.25rem 0;
}
#one-page-checkout .panel.register--personal p {
  margin-top: 1.25rem;
}
#one-page-checkout .panel.register--personal input[type=text],
#one-page-checkout .panel.register--personal input[type=email],
#one-page-checkout .panel.register--personal input[type=tel],
#one-page-checkout .panel.register--personal input[type=password] {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
}
#one-page-checkout .panel h2 {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
#one-page-checkout .panel .panel--title {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  text-transform: uppercase;
  background-color: unset;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #707070;
  padding-top: 1.25rem;
  padding-bottom: 5px;
}
#one-page-checkout .panel #opc-login-link::after {
  color: #6ac2bf;
  font-weight: bold;
}
#one-page-checkout .panel #opc-register-link::after {
  color: #6ac2bf;
  font-weight: bold;
}
.jbc--lp-zoom-button {
  background: #ffffff url(../../themes/Frontend/TpoNew/frontend/_public/src/images/Zoom.png) no-repeat;
  background-color: transparent;
  position: absolute;
  bottom: 3%;
  right: 12%;
  height: 50px;
  width: 50px;
  background-position: center;
  border: none;
}
.is--ctl-account .content-main .content-main--inner {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-account .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block;
}
.is--ctl-account .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper .account--menu .navigation--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-account .content-main .content-main--inner .panel--th,
.is--ctl-account .content-main .content-main--inner .panel--td {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-account .content-main .content-main--inner .panel--body {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--body p {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-account .content-main .content-main--inner .panel--body label {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-account .content-main .content-main--inner .required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-account .content-main .content-main--inner .account--orders-overview .panel--table .column--tracking {
  width: 20%;
}
@media screen and (max-width: 30em) {
  .is--ctl-account .content-main .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-register .steps--container {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-register .steps--container .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper {
  padding-left: 9rem;
  padding-right: 9rem;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body select,
.is--ctl-register .content-main--inner .content--wrapper .panel--body textarea,
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="text"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="search"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="password"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="number"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="email"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body input[type="tel"],
.is--ctl-register .content-main--inner .content--wrapper .panel--body label {
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
.is--ctl-register .content-main--inner .content--wrapper .panel--body .register--check .chklabel {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  text-align: center;
  min-width: 200px;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit .icon--arrow-right,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn .icon--arrow-right {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit .icon--arrow-right,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn .icon--arrow-right {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--submit:hover,
.is--ctl-register .content-main--inner .content--wrapper .register--login-btn:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--required-info {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--password-description {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .content-main--inner .content--wrapper .register--email {
  margin-top: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype label {
  font-size: 1.125rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55rem;
  color: #011127;
  margin-left: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin-left: 1rem;
}
.is--ctl-register .content-main--inner .content--wrapper .register--customertype .label--customertype.customer--b2c {
  margin-right: 1.5rem;
}
.is--ctl-register .content-main--inner .content--wrapper .coe-billing-mail {
  display: none;
}
.is--ctl-register .content-main--inner .content--wrapper div > p {
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #011127;
}
.is--ctl-register .features--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  background-color: #f5f5f5;
}
.is--ctl-register .features--wrapper .feature {
  text-align: center;
  width: 33%;
  padding: 2rem 2rem 2rem 2rem;
}
.is--ctl-register .features--wrapper .feature .feature--image .feature--image-vector {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto;
}
.is--ctl-register .features--wrapper .feature .feature--title {
  font-family: Lato, sans-serif;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 30em) {
  .is--ctl-register .features--wrapper .feature .feature--title {
    margin-top: 0;
  }
}
.is--ctl-register .features--wrapper .feature .feature--description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  margin: 15px auto;
  max-width: 300px;
}
@media screen and (max-width: 30em) {
  .is--ctl-register .features--wrapper .feature {
    width: 100%;
    padding: 0;
  }
  .is--ctl-register .features--wrapper .feature .feature--image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 64em) {
  .is--ctl-register .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-register .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-register .page-wrap > .steps--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-register .content-main--inner .content--wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .is--ctl-account .content-main .content-main--inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is--ctl-address .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block !important;
}
.is--ctl-note .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block !important;
}
.container--ajax-cart.off-canvas {
  width: 25rem;
}
.container--ajax-cart.off-canvas .ajax--cart {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .alert {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .alert {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .alert {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .item--container {
  padding: 0 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .item--container .item--link {
  width: 15rem;
  color: #011127;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .prices--container .prices--tax {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .close--off-canvas {
  background-image: none;
  color: #283533;
  font-weight: normal;
  background-color: #fff;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket {
  background-color: #6ac2bf;
  color: #fff;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  border: 1px solid #6ac2bf;
  color: #6ac2bf;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right-green.png);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  width: 100%;
  margin-top: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  border: 1px solid #fff;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-color: #283533;
  color: #fff;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--open-basket:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout {
  background-color: #6ac2bf;
  font-weight: bold;
  margin: 3.125rem 0 1.5rem 0;
  height: 2.815rem;
  width: 4.375rem;
  border-radius: 4px;
  background-image: url(../../themes/Frontend/ErgoMini/frontend/_public/src/images/arrow-right.png);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 300ms;
  will-change: background-position;
  font-size: 1.375rem;
  padding: 1.25rem 3.4375rem;
  min-width: 15.625rem;
  font-weight: normal;
  background-position: right 1.25rem center;
  border: 0;
  text-align: left;
  margin: 0;
  padding: 1rem 1.25rem;
  position: static;
  min-width: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
  background-color: #065289;
  border: 2px solid #065289;
  color: #fff;
  width: 100%;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #283533;
  background-position: right 1rem center;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout .icon--arrow-right {
  display: none;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.container--ajax-cart.off-canvas .ajax--cart .button--container .button--checkout:hover {
  background-color: #011127;
  border: 2px solid #011127;
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #283533;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1600px) {
  .container--ajax-cart.off-canvas .ajax--cart .cart--item .emz-price-unit {
    font-size: 1.125rem;
    line-height: 1.55rem;
  }
}
.container--ajax-cart.off-canvas .ajax--cart .cart--item .thumbnail--container.has--image {
  border: 0;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container {
  padding: 1rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item {
  border-bottom: 1px solid #dadae5;
  padding: 1rem 0;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .thumbnail--container {
  width: 4rem;
  height: 4rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link {
  width: 15rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item .item--link .emz-price-unit {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.container--ajax-cart.off-canvas .ajax--cart .emz-recommended-articles-container .cart--item:last-child {
  border-bottom: 0;
}
.is--ctl-address .content-main--inner .content--wrapper .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-address .content-main--inner .sidebar-main .sidebar--categories-wrapper {
  display: block;
}
.is--ctl-address .content-main--inner .sidebar-main .sidebar--categories-wrapper .account--menu .navigation--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-checkout.is--act-cart .product--table .column--quantity .qtyfield input[type='button'] {
  color: #065289;
}
.bottom-padding-S > * {
  padding-bottom: 1.5rem !important;
}
.bottom-padding-M > * {
  padding-bottom: 3rem !important;
}
.bottom-padding-L > * {
  padding-bottom: 4.5rem !important;
}
.top-padding-S > * {
  padding-top: 1.5rem !important;
}
.top-padding-M > * {
  padding-top: 3rem !important;
}
.top-padding-L > * {
  padding-top: 4.5rem !important;
}
.centertext {
  text-align: center;
}
.defaultpadding {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.highlightext {
  color: #897158;
}
@media screen and (max-width: 30em) {
  .defaultpadding {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 64em) {
  .defaultpadding {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom {
  padding-bottom: 2rem;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom table {
  margin-bottom: 1.25rem;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom table tr td {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
  text-align: center;
  background: #f5f5f5;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom table tr th {
  padding: 0.5rem 1rem;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.is--ctl-custom .content--wrapper .custom-page--content .content--custom h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #011127;
  font-weight: 500;
  text-transform: uppercase;
}
.cookie-permission--container .cookie-permission--content {
  font-size: 1.25rem;
}
.cookie-permission--container .cookie-permission--button .btn {
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  body .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content.cookie-permission--extra-button {
    width: calc(100% - 420px);
  }
  body .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--accept-button {
    line-height: 2.5rem;
    height: auto;
  }
  body .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button {
    width: 27rem;
    top: calc(20%);
  }
}
@media screen and (max-width: 64em) {
  body .page-wrap--cookie-permission .cookie-permission--accept-button {
    line-height: 2.5rem;
    height: auto;
  }
}
.is--ctl-note .content-main .content-main--inner .sidebar-main .sidebar--categories-wrapper .account--menu .navigation--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.is--ctl-note .content-main .content-main--inner .panel--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  font-weight: 600;
}
.shoppingworldsform-widget .globalembeddedforms .buttons .btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.shoppingworldsform-widget .globalembeddedforms .buttons .btn:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.shoppingworldsform-widget .globalembeddedforms .buttons .btn .icon--arrow-right {
  display: none;
}
.bw-image {
  display: none;
}
.is--ctl-index .stage-media--mobile {
  display: none;
}
.is--ctl-index .stage-media--mobile .bw-image {
  display: block;
  margin-bottom: 1.25rem;
}
.is--ctl-index .stage-media {
  height: 100%;
  background-color: #ebebeb;
  position: relative;
  background-size: cover !important;
  display: flex;
  justify-content: end;
  background-position: 50%;
  padding: 4rem;
}
.is--ctl-index .stage-media .stage-infos {
  text-align: center;
  display: flex;
  flex-direction: column;
  right: 4.75rem;
  max-width: 350px;
  justify-content: center;
  margin-right: 2rem;
}
.is--ctl-index .stage-media .stage-infos .stage-infos--title {
  font-family: Lato, sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-family: 'Nunito', sans-serif;
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #011127;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  color: #283533;
}
.is--ctl-index .stage-media .stage-infos .stage-infos--divider {
  height: 15px;
  background: url(../../themes/Frontend/TpoNew/frontend/_public/src/images/listingheader.svg) no-repeat center;
  margin-bottom: 1.875rem;
  margin-top: 0.5rem;
}
.is--ctl-index .stage-media .stage-infos .stage-infos--subtitle {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.75rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #011127;
  font-weight: 600;
  color: #283533;
}
@media screen and (max-width: 75rem) {
  .is--ctl-index .stage-media--mobile {
    margin-top: 1.25rem;
    display: none;
  }
  .is--ctl-index .stage-media {
    margin-top: 0;
    background: #ebebeb !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: auto !important;
  }
  .is--ctl-index .stage-media .stage-infos {
    position: static;
    margin: 1.25rem auto;
  }
  .is--ctl-index .stage-media.no-mobile-stage {
    margin-top: 1.25rem;
  }
  .is--ctl-index .listing--content {
    padding: 0 1.5rem;
  }
  .is--ctl-index .listing--content .listing--wrapper .listing--container .listing {
    --columns: 2;
  }
}
@media screen and (max-width: 47rem) {
  .is--ctl-index .stage-media--mobile {
    margin-top: 1.25rem;
    display: block;
  }
  .is--ctl-index .stage-media {
    margin-top: 0;
    background: #ebebeb !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: auto !important;
  }
  .is--ctl-index .stage-media .stage-infos {
    position: static;
    margin: 1.25rem auto;
  }
  .is--ctl-index .listing--content {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 30em) {
  .is--ctl-index .stage-media {
    margin-top: 0;
    display: block;
  }
  .is--ctl-index .listing--content .listing--wrapper .listing--container .listing {
    --columns: 1;
  }
  .is--ctl-index .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--info .product--price-info {
    width: 100%;
    justify-content: center;
  }
  .is--ctl-index .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--info .product--btn-container {
    margin-left: 0;
  }
  .is--ctl-index .listing--content .listing--wrapper .listing--container .listing .product--box .box--content .box--content-inner .product--info .product--btn-container .product--detail-btn .ctabutton {
    width: 100%;
  }
}
@media screen and (min-width: 120rem) {
  .listing--content .listing--wrapper .listing--container .listing {
    padding-left: 0;
    padding-right: 0;
  }
}
.product--box .product--badges .badge--discount {
  background: #de5165;
}
.header-main .banner .banner--content {
  font-size: 1rem;
  justify-content: center;
  align-items: center;
}
.header-main .banner .banner--content .highlightcolor {
  color: #ff6666;
}
.header-main .banner .banner--content .subtitle {
  font-size: 1rem;
}
.header-main .banner .banner--content .title #valid_to {
  color: #ff6666;
}
.header-main .banner .banner--content .tooltip {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.header-main .banner .banner--content .tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 20000;
  top: 150%;
  left: 50%;
  margin-left: -70px;
  transition: opacity 0.3s;
}
.header-main .banner .banner--content .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 30em) {
  .header-main .banner .banner--content {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.newsletter--content .newsletter--action .btn.is--icon-right {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #283533;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55rem;
  color: #011127;
  background-color: #fff;
  color: #88715a;
  text-transform: uppercase;
  border: 2px solid #c7b8a8;
  padding: 0.5rem 1.75rem;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  background-image: none;
  text-align: center;
  width: auto;
  height: auto;
}
.newsletter--content .newsletter--action .btn.is--icon-right:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.newsletter--content .newsletter--action .btn.is--icon-right:hover {
  background-color: #c7b8a8;
  color: #fff;
  background-image: none;
  border: 2px solid #c7b8a8;
}
.newsletter--content .input--field {
  background: #ffff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0;
  transition: 0.2s all !important;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  color: #8798a9;
  text-align: left;
  height: auto;
}
.newsletter--content .input--field::placeholder {
  color: #8798a9;
}
.newsletter--content .input--field:hover,
.newsletter--content .input--field:focus {
  border-color: #000;
}
.newsletter--content .field--select {
  padding-left: 0.625rem;
  border: 0;
}
.newsletter--content .select-field select {
  border: 1px solid #000;
  color: #8798a9;
}
.newsletter--content .select-field select:hover,
.newsletter--content .select-field select:focus {
  border: 1px solid #000;
  color: #8798a9;
}
.newsletter--content .select-field:after {
  content: url('data:image/svg+xml,<svg id="arrow_down" data-name="arrow down" xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path id="Pfad_1948" data-name="Pfad 1948" d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(-2 -2)" fill="%23c7b8a8"/></svg>');
}
.jbc--student-img img {
  margin: auto !important;
}
.jbc--student-img .emotion--html {
  overflow: hidden !important;
}
.jbc--student-form .forms--title {
  display: none;
}
.jbc--student-form .forms--headline {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.jbc--student-form input,
.jbc--student-form textarea {
  border-color: #000 !important;
}
.jbc--student-form .panel--title {
  display: none;
}
.jbc--student-form .review--captcha {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.jbc--student-form .captcha--placeholder .captcha--placeholder {
  width: 30% !important;
  float: left !important;
}
.jbc--student-form .captcha--notice {
  width: 70% !important;
  float: right !important;
  margin-bottom: 0 !important;
  padding-left: 6% !important;
}
.jbc--student-form .captcha--code {
  width: 100% !important;
  margin-top: 2% !important;
}
.jbc--student-form .privacy-information {
  width: 80% !important;
  float: left !important;
}
.jbc--student-hr hr {
  border: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
}
.jbc--student-formheader .panel--body {
  padding-top: 0 !important;
}
.jbc--student-formheader .panel {
  overflow: hidden !important;
}
.jbc--student-form .forms--content {
  margin-top: 0 !important;
}
.details--features li:before {
  vertical-align: middle;
  height: 48px;
  width: 90px;
  content: '';
  display: inline-block;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  float: left;
  position: absolute;
  left: 0;
}
.details--features li {
  font-size: 22px;
  display: flex;
  width: 100%;
  padding-left: 90px;
  position: relative;
  height: 107px !important;
  align-items: center;
}
.details--features ul {
  width: 86%;
}
@media (max-width: 1024px) {
  .details--features li {
    font-size: 18px !important;
  }
}
.bogx--cart-config-select,
.bogx--ajaxcart-config-select {
  color: #283533;
}
.bogx--order-config-select {
  color: #000 !important;
}
#jbc--head-stoerer {
  width: 50%;
  position: absolute;
  top: 20%;
  left: 26%;
  background-image: url('https://www.ergolutions.de/media/image/21/62/44/Januar-Stoerer_desktop.png');
  height: 66%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 823px) {
  #jbc--head-stoerer {
    left: 25%;
  }
}
@media (max-width: 768px) {
  #jbc--head-stoerer {
    top: 24%;
    left: 25%;
    height: 34%;
  }
}
@media (max-width: 766px) {
  #jbc--head-stoerer {
    width: 100%;
    position: absolute;
    top: 76%;
    left: 0;
    background-image: url('https://www.ergolutions.de/media/image/21/62/44/Januar-Stoerer_desktop.png');
    height: 35%;
    background-position: left;
  }
  .shop--navigation.block-group {
    padding-bottom: 53px;
  }
}
@media (max-width: 736px) {
  #jbc--head-stoerer {
    width: 100%;
    position: absolute;
    top: 78%;
    left: 0;
    height: 32%;
  }
}
@media (max-width: 667px) {
  #jbc--head-stoerer {
    top: 80%;
    height: 30%;
  }
  .shop--navigation.block-group {
    padding-bottom: 50px;
  }
}
@media (max-width: 568px) {
  #jbc--head-stoerer {
    top: 82%;
    height: 28%;
  }
  .shop--navigation.block-group {
    padding-bottom: 34px;
  }
}
@media (max-width: 414px) {
  #jbc--head-stoerer {
    top: 82%;
    height: 24%;
  }
  .shop--navigation.block-group {
    padding-bottom: 19px;
  }
}
@media (max-width: 400px) {
  #jbc--head-stoerer {
    height: 36%;
    top: 70%;
    background-image: url('https://www.ergolutions.de/media/image/9b/fe/9c/Januar-Stoerer_mobil.png');
  }
  .shop--navigation.block-group {
    padding-bottom: 48px;
  }
}
@media (max-width: 320px) {
  #jbc--head-stoerer {
    height: 34%;
    top: 73%;
  }
  .shop--navigation.block-group {
    padding-bottom: 36px;
  }
}
.bogx--cart-config-select br:first-of-type {
  display: none;
}
.tab--content .details--benefits li {
  margin-bottom: 15px;
}
.jbc--tischplatten-hr {
  border-top: 1px solid #f5f5f5;
  clear: both;
}
.jbc--lp-formen {
  float: left;
  align-items: center;
  margin: 3% 3% 10% 3%;
}
.jbc--tischplatten-hr {
  margin-top: 10%;
}
#fileupload {
  display: none;
}
.fileupload-outer {
  padding-bottom: 3%;
}
#labelfileupload {
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.fileupload--left {
  background-color: #293533;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 6px 0px 0px 6px;
}
.fileupload--right {
  padding-right: 2%;
  padding-left: 2%;
  background-color: #fff;
  color: #000;
  border-radius: 0px 6px 6px 0px;
}
#labelfileupload span {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}
.fileupload--filename {
  padding-left: 10px;
}
.fileupload--label {
  display: flex;
  align-items: center;
}
.fileupload--label img {
  float: left;
  cursor: pointer;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  border: 0;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
