html {
    box-sizing: border-box;
    font-size: 62.5%;
    background: #fff;
    overflow-x: hidden;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    font-size: 1.4rem;
    font-display: swap;
}
button,
input,
select,
textarea {
    font-family: inherit;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .cs-hide-laptop {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-hide-tablet {
        display: none !important;
    }
}
.cs-no-display {
    display: none !important;
}
.cs-aspect-ratio {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.cs-aspect-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
body,
html {
    height: 100%;
    max-width: 100vw;
}
.no-scroll {
    position: fixed;
    width: 100vw;
    height: 100vh;
}
.no-scroll-child {
    overflow-y: hidden !important;
}
#maincontent {
    flex: 1 0 auto;
}
.page-wrapper {
    display: block !important;
    min-height: 100%;
}
@media (min-width: 48em) {
    .page-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }
}
.columns .column.main {
    width: auto;
    padding: 4rem 0 0;
    max-width: 100%;
    min-height: 10rem;
}
.page-layout-1column .product-info-wrapper {
    width: 100%;
}
@media (min-width: 48em) {
    .page-layout-1column .product-info-wrapper {
        position: absolute;
        right: 0;
        height: 100%;
        width: 40%;
    }
}
@media (min-width: 64em) {
    .page-layout-1column .product-info-wrapper {
        width: 30%;
    }
}
@media (min-width: 48em) {
    .page-layout-2columns-left .sidebar-additional,
    .page-layout-2columns-left .sidebar-main {
        width: 22.5%;
        padding-right: 40px;
        border-right: 1px solid #f0f0f0;
    }
}
.ie11 .page-wrapper {
    display: block !important;
}
a,
a:visited {
    color: #324dcf;
}
a:hover {
    color: #142b9e;
}
.gift-options-cart-item {
    display: none;
}
@media (min-width: 48em) {
    .paypal-express-review .page-title-wrapper {
        padding: 0 1.5rem;
    }
}
@media (max-width: 63.99em) {
    .paypal-review.view .cs-cart-item__price {
        padding-left: 0 !important;
    }
    .paypal-review.view .cs-cart-item__subtotal {
        padding-right: 0 !important;
    }
}
@media (min-width: 48em) {
    .paypal-review.view {
        padding: 0 1.5rem;
    }
}
.paypal-express-in-context-mini-cart-container {
    margin-top: 1rem;
}
.paypal-review-discount {
    border-bottom: none;
}
.amazon-button-container {
    max-width: 25rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 303;
}
@media (min-width: 48em) {
    .amazon-button-container {
        max-width: 32rem;
    }
}
.amazon-button-container img {
    margin-left: auto;
    margin-right: auto;
}
.amazon-button-container__cell:nth-child(2) {
    position: absolute;
    min-width: 3rem;
    left: calc(100% + 0.6rem);
    top: 1.9rem;
}
@media (max-width: 23.115em) {
    .amazon-button-container__cell:nth-child(2) {
        left: calc(100% + 0.8rem);
    }
}
.amazon-button-container__cell .field-tooltip-content {
    width: 25rem;
    box-sizing: border-box;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.17);
    border: none;
    font-size: 1.3rem;
    padding: 0.8rem;
}
@media (min-width: 30em) {
    .amazon-button-container__cell .field-tooltip-content {
        width: 28rem;
    }
}
.amazon-button-container__cell .field-tooltip-content:before {
    border-right-color: #888;
}
.amazon-minicart-container
    .amazon-button-container__cell
    .field-tooltip-content,
.cs-cart-summary .amazon-button-container__cell .field-tooltip-content {
    top: auto;
    bottom: 42px;
    left: -210px;
    right: auto;
}
@media (min-width: 48em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content,
    .cs-cart-summary .amazon-button-container__cell .field-tooltip-content {
        left: -250px;
    }
}
@media (min-width: 64em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content,
    .cs-cart-summary .amazon-button-container__cell .field-tooltip-content {
        left: -232px;
    }
}
.amazon-minicart-container
    .amazon-button-container__cell
    .field-tooltip-content:after,
.amazon-minicart-container
    .amazon-button-container__cell
    .field-tooltip-content:before,
.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:after,
.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before {
    top: calc(100% + 2rem);
    left: 210px;
    transform: rotate(-180deg);
}
@media (min-width: 48em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:before,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        bottom: -10px;
        top: 100%;
        left: 250px;
        transform: rotate(-90deg);
    }
}
@media (min-width: 64em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:before,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        left: 232px;
    }
}
.amazon-minicart-container
    .amazon-button-container__cell
    .field-tooltip-content:before,
.cs-cart-summary .amazon-button-container__cell .field-tooltip-content:before {
    left: 210px;
}
@media (max-width: 47.99em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:before,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        border-right-color: transparent;
    }
}
@media (min-width: 48em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:before,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        left: 251px;
        transform: rotate(-90deg);
    }
}
@media (min-width: 64em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:before,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        left: 233px;
    }
}
@media (min-width: 64em) {
    .amazon-minicart-container
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:after {
        transform: rotate(-90deg);
    }
}
@media (min-width: 48em) {
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:after,
    .cs-cart-summary
        .amazon-button-container__cell
        .field-tooltip-content:before {
        top: calc(100% + 2rem);
        transform: rotate(180deg);
    }
}
.ie11 source {
    height: 0 !important;
}
.cs-authorization-link {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0.9rem;
    padding: 0 0 0 0.3rem;
}
@media (min-width: 64em) {
    .cs-authorization-link {
        padding: 0 0 0 1.3rem;
        margin-left: 1.7rem;
    }
}
.cs-authorization-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-left: 0.2rem solid #fff;
    transform: skew(-18deg);
}
.cs-authorization-link__link {
    display: flex;
    align-items: center;
    color: #324dcf;
}
.cs-authorization-link__link:active,
.cs-authorization-link__link:focus,
.cs-authorization-link__link:hover,
.cs-authorization-link__link:visited {
    color: #142b9e;
}
.cs-authorization-link__link:hover .cs-authorization-link__icon path {
    fill: #888;
}
.cs-authorization-link__icon {
    width: 1.8rem;
    height: 1rem;
    padding-right: 0.5rem;
}
.cs-authorization-link__icon path {
    fill: #888;
}
.cs-addtocart__wrapper {
    overflow: hidden;
}
@supports (
    (-webkit-clip-path: inset(0 0 0 0 round 3px)) or
        (clip-path: inset(0 0 0 0 round 3px))
) {
    .cs-addtocart__wrapper {
        -webkit-clip-path: inset(0 0 0 0 round 3px);
        clip-path: inset(0 0 0 0 round 3px);
    }
}
.cs-addtocart__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-addtocart__button:active,
.cs-addtocart__button:focus,
.cs-addtocart__button:hover {
    background-color: #324dcf !important;
}
.cs-addtocart__button:after,
.cs-addtocart__button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-addtocart__button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-addtocart__button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-addtocart__button:hover:after {
    width: calc(100% + 2px);
}
.cs-addtocart__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-addtocart__button,
.cs-addtocart__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-addtocart__button *,
.cs-addtocart__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-addtocart__button:active:not([disabled]),
.cs-addtocart__button:focus:not([disabled]),
.cs-addtocart__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-addtocart__button:active:not([disabled]) *,
.cs-addtocart__button:focus:not([disabled]) *,
.cs-addtocart__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-addtocart__button[disabled] {
    opacity: 0.65;
    cursor: auto;
    opacity: 1;
}
.cs-addtocart__button .cs-addtocart__success-label,
.cs-addtocart__button:active .cs-addtocart__success-label,
.cs-addtocart__button:focus .cs-addtocart__success-label,
.cs-addtocart__button:hover .cs-addtocart__success-label {
    color: #fff;
}
.cs-addtocart__button .cs-addtocart__success-icon *,
.cs-addtocart__button:active .cs-addtocart__success-icon *,
.cs-addtocart__button:focus .cs-addtocart__success-icon *,
.cs-addtocart__button:hover .cs-addtocart__success-icon * {
    fill: #fff;
}
.cs-addtocart__button .cs-addtocart__fail-label,
.cs-addtocart__button:active .cs-addtocart__fail-label,
.cs-addtocart__button:focus .cs-addtocart__fail-label,
.cs-addtocart__button:hover .cs-addtocart__fail-label {
    color: #fff;
}
.cs-addtocart__button .cs-addtocart__fail-icon *,
.cs-addtocart__button:active .cs-addtocart__fail-icon *,
.cs-addtocart__button:focus .cs-addtocart__fail-icon *,
.cs-addtocart__button:hover .cs-addtocart__fail-icon * {
    fill: #fff;
}
.cs-addtocart__button-label,
.cs-addtocart__fail-label,
.cs-addtocart__success-label {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
    white-space: nowrap;
}
.cs-addtocart__button-icon,
.cs-addtocart__configure-icon,
.cs-addtocart__fail-icon,
.cs-addtocart__success-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
    max-width: none;
    max-height: none;
    width: 2.2rem;
    height: 2.2rem;
    right: 0.8em;
}
.cs-addtocart__fail-icon {
    transition: none;
}
.cs-addtocart__button-label,
.cs-addtocart__success-label {
    transition: opacity 0.15s linear,
        transform 1s cubic-bezier(0, 0.77, 0.18, 1);
}
.cs-addtocart__button-label {
    display: inline-block;
    transform: translateZ(0);
}
.cs-addtocart__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0) translate3d(-50%, -50%, 0);
    width: 40px;
    height: 10px;
    opacity: 0;
    transition: opacity 0.15s linear,
        transform 1s cubic-bezier(0, 0.77, 0.18, 1);
    transition-delay: 0.2s;
}
.cs-addtocart__loading-ball {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
}
.cs-addtocart__loading-ball--1 {
    left: 0;
}
.cs-addtocart__loading-ball--2 {
    left: 15px;
    -webkit-animation-delay: 0.15s !important;
    animation-delay: 0.15s !important;
}
.cs-addtocart__loading-ball--3 {
    left: 30px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.cs-addtocart__feedback-bg,
.cs-addtocart__feedback-bg:after {
    content: "";
    position: absolute;
    left: -1em;
    top: -1px;
    bottom: -1px;
    width: calc(100% + 2.5em);
    transform: skew(-18deg) translate3d(-100%, 0, 0);
    transform-origin: 0 0;
    transition: transform 0.45s cubic-bezier(0.01, 0.65, 0.38, 1);
    background: #31a43a;
}
.cs-addtocart--no-transitions .cs-addtocart__feedback-bg,
.cs-addtocart--no-transitions .cs-addtocart__feedback-bg:after {
    transition: none;
}
.cs-addtocart--fail .cs-addtocart__feedback-bg,
.cs-addtocart--fail .cs-addtocart__feedback-bg:after {
    background: #cc1c10;
}
.cs-addtocart__feedback-bg:after {
    background: #37b841;
    z-index: 2;
    left: 0;
    width: 100%;
    transform: translate3d(-100%, 0, 0);
    transition-delay: 0.3s;
}
.cs-addtocart--fail .cs-addtocart__feedback-bg:after {
    background: #e41f12;
}
.cs-addtocart__fail-icon,
.cs-addtocart__fail-label,
.cs-addtocart__success-icon,
.cs-addtocart__success-label {
    opacity: 0;
}
.cs-addtocart__fail-icon,
.cs-addtocart__success-icon {
    height: 1.725em;
    transition-delay: 0.2s;
}
.cs-addtocart__fail-label,
.cs-addtocart__success-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) translateX(-2em);
    transition-delay: 0.2s;
    white-space: nowrap;
    padding-right: 3.5rem;
}
.cs-addtocart__minicart {
    width: 100%;
    text-align: center;
}
.cs-addtocart__minicart--sticky,
.cs-addtocart__minicart--unstick {
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 400;
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.cs-addtocart__minicart--sticky .ui-dialog,
.cs-addtocart__minicart--unstick .ui-dialog {
    right: 0 !important;
}
.cs-addtocart__minicart--sticky .block-minicart:after,
.cs-addtocart__minicart--unstick .block-minicart:after {
    right: 3.2rem !important;
}
.cs-addtocart__minicart--sticky .cs-addtocart__minicart-link,
.cs-addtocart__minicart--unstick .cs-addtocart__minicart-link {
    text-align: center;
    padding: 2.5rem 1rem;
    background: #fff;
    box-shadow: 1px 3px 4.5rem 0 rgba(30, 48, 67, 0.34);
    -webkit-animation: minicart-in 1s cubic-bezier(0, 0.77, 0.18, 1);
    animation: minicart-in 1s cubic-bezier(0, 0.77, 0.18, 1);
    position: relative;
}
.cs-addtocart__minicart--unstick .cs-addtocart__minicart-link {
    -webkit-animation: minicart-out 0.5s cubic-bezier(0.55, 0.2, 0.89, 0.45);
    animation: minicart-out 0.5s cubic-bezier(0.55, 0.2, 0.89, 0.45);
}
.cs-addtocart__minicart-link:before {
    content: none !important;
}
.cs-addtocart__minicart-qty-badge-wrapper {
    position: absolute;
    opacity: 0;
    z-index: 600;
    transition: top 0.9s cubic-bezier(0.42, 0.31, 0.34, 0.93),
        left 0.9s cubic-bezier(0.42, 0.31, 0.34, 0.93);
    pointer-events: none;
}
.cs-addtocart__minicart-qty-badge-wrapper--animating {
    -webkit-animation: move-qty-badge 1.2s cubic-bezier(0.42, 0.31, 0.34, 0.93);
    animation: move-qty-badge 1.2s cubic-bezier(0.42, 0.31, 0.34, 0.93);
    position: fixed;
    top: 0.5rem;
}
@media (min-width: 48em) {
    .cs-addtocart__minicart-qty-badge-wrapper--animating {
        top: 1.3rem;
    }
}
@media (min-width: 64em) {
    .cs-addtocart__minicart-qty-badge-wrapper--animating {
        position: absolute;
        top: 5.3rem;
    }
}
.cs-addtocart__minicart-qty-badge-wrapper--animating.cs-addtocart__minicart-qty-badge-wrapper--minicart-sticky {
    position: fixed;
    top: 1.8rem;
}
.cs-addtocart__minicart-qty-badge-wrapper .cs-addtocart__minicart-qty-badge {
    position: static;
    visibility: visible;
}
.cs-addtocart--done .cs-addtocart__button-label,
.cs-addtocart--loading .cs-addtocart__button-label {
    opacity: 0;
    transform: translate3d(2em, 0, 0);
}
.cs-addtocart--loading .cs-addtocart__loading {
    opacity: 1;
    transform: scale(1) translate3d(-50%, -50%, 0) translateX(-1.25em);
}
.cs-addtocart--loading .cs-addtocart__loading-ball {
    -webkit-animation: ball-in 1s infinite;
    animation: ball-in 1s infinite;
}
.cs-addtocart--done .cs-addtocart__button-icon {
    opacity: 0;
}
.cs-addtocart--done .cs-addtocart__feedback-bg {
    transform: skew(-18deg) translateZ(0);
}
.cs-addtocart--done .cs-addtocart__feedback-bg:after {
    transform: translate3d(-5.3rem, 0, 0);
}
.cs-addtocart--success .cs-addtocart__success-icon {
    opacity: 1;
}
.cs-addtocart--success .cs-addtocart__success-label {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}
.cs-addtocart--fail .cs-addtocart__fail-icon {
    opacity: 1;
}
.cs-addtocart--fail .cs-addtocart__fail-label {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}
.cs-addtocart--animation-done .cs-addtocart__button-icon,
.cs-addtocart--animation-done .cs-addtocart__button-label {
    transition-delay: 0.5s;
}
.cs-addtocart--animation-done .cs-addtocart__feedback-bg {
    transition-delay: 0.2s;
}
.cs-addtocart--animation-done .cs-addtocart__feedback-bg,
.cs-addtocart--animation-done .cs-addtocart__feedback-bg:after {
    transition: transform 0.4s cubic-bezier(0.86, 0.01, 0.83, 0.51);
}
.cs-addtocart--animation-done .cs-addtocart__feedback-bg:after {
    transition-delay: 0;
}
.cs-addtocart--animation-done .cs-addtocart__fail-icon,
.cs-addtocart--animation-done .cs-addtocart__success-label {
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.86, 0.01, 0.83, 0.51);
    transition-delay: 0;
}
.cs-addtocart--animation-done .cs-addtocart__fail-icon,
.cs-addtocart--animation-done .cs-addtocart__success-icon {
    transition-delay: 0;
}
@-webkit-keyframes ball-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes ball-in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes minicart-in {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes minicart-in {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@-webkit-keyframes minicart-out {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes minicart-out {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes move-qty-badge {
    0% {
        opacity: 1;
    }
    15% {
        transform: scale(1);
    }
    80% {
        opacity: 1;
        transform: scale(1.5);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes move-qty-badge {
    0% {
        opacity: 1;
    }
    15% {
        transform: scale(1);
    }
    80% {
        opacity: 1;
        transform: scale(1.5);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
.cs-addtocart .block-minicart {
    margin-bottom: 0;
}
.cs-autocomplete {
    width: 100%;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    z-index: 200;
    margin-top: -1px;
}
.cs-autocomplete .autocomplete-list dd,
.cs-autocomplete__item {
    background: #fff;
    padding: 0.5rem 1rem;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    transition: background-color 0.15s linear;
    font-size: 1.29rem;
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-autocomplete .autocomplete-list dd,
    .cs-autocomplete__item {
        padding: 1rem;
    }
}
.cs-autocomplete .autocomplete-list dd.selected,
.cs-autocomplete .autocomplete-list dd:hover,
.cs-autocomplete__item.selected,
.cs-autocomplete__item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.cs-autocomplete .autocomplete-list dd:last-child,
.cs-autocomplete__item:last-child {
    border-bottom: none;
}
.cs-autocomplete .autocomplete-list dd-image-container,
.cs-autocomplete__item-image-container {
    padding: 0;
    margin-right: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-autocomplete .autocomplete-list dd-image,
.cs-autocomplete__item-image {
    width: 4.5rem;
    height: 4.5rem;
}
.cs-autocomplete .autocomplete-list dd-details,
.cs-autocomplete__item-details {
    flex: 1 1 100%;
    margin: 0;
}
.cs-autocomplete .autocomplete-list dd-details .f-fix,
.cs-autocomplete__item-details .f-fix {
    height: 5.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cs-autocomplete .autocomplete-list dd-details img,
.cs-autocomplete__item-details img {
    display: block;
}
.cs-autocomplete .autocomplete-list dd-brand,
.cs-autocomplete__item-brand {
    font-size: 1.2rem;
    color: #888;
}
.cs-autocomplete .autocomplete-list dd-name,
.cs-autocomplete__item-name {
    font-size: 1.29rem;
    color: #000;
    font-weight: 700;
}
.cs-autocomplete .autocomplete-list dd-price,
.cs-autocomplete__item-price {
    margin: 0.3rem 0 0;
}
.cs-autocomplete .price-box {
    display: flex;
}
.cs-autocomplete .price-box > .price {
    color: #324dcf;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 0;
}
.cs-autocomplete .price-box .old-price > .price {
    text-decoration: line-through;
    color: #696969;
    font-size: 1.5rem;
    font-weight: 700;
}
.cs-autocomplete .price-box .special-price > .price {
    color: #e41f12;
    font-size: 1.5rem;
    font-weight: 700;
}
.cs-autocomplete .price-box .minimal-price-link {
    display: none;
}
.cs-autocomplete .price-box .old-price {
    order: -1;
}
.cs-autocomplete .price-box .old-price .price {
    margin-right: 0;
}
.cs-autocomplete__badges {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 1rem;
}
.cs-autocomplete__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: skew(-15deg);
    background-color: #324dcf;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 0 0.7rem 0 0.3rem;
    font-size: 1.1rem;
    font-weight: 700;
    min-height: 2em;
    text-transform: uppercase;
}
.cs-autocomplete__badge:before {
    content: "";
    width: 1rem;
    position: absolute;
    min-height: inherit;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    transform: skew(15deg);
    border-radius: 3px 0 0 3px;
    border: inherit;
    border-right: 0;
    transform-origin: bottom left;
}
.ie11 .cs-autocomplete__badge:after {
    content: "";
    min-height: auto;
    font-size: 0;
}
.cs-autocomplete__badge + .cs-autocomplete__badge {
    margin-top: 0.5rem;
}
.cs-autocomplete__badge--popular {
    background-color: #37b841;
    color: #fff;
}
.cs-autocomplete__badge--popular .cs-autocomplete__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-autocomplete__badge--popular
    .cs-autocomplete__badge-text
    + .cs-autocomplete__badge--popular
    .cs-autocomplete__badge-text {
    margin-left: 0.5rem;
}
.cs-autocomplete__badge--free-shipping {
    background-color: #37b841;
    color: #fff;
}
.cs-autocomplete__badge--free-shipping .cs-autocomplete__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-autocomplete__badge--free-shipping
    .cs-autocomplete__badge-text
    + .cs-autocomplete__badge--free-shipping
    .cs-autocomplete__badge-text {
    margin-left: 0.5rem;
}
.cs-autocomplete__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-autocomplete__badge-text + .cs-autocomplete__badge-text {
    margin-left: 0.5rem;
}
@media (min-width: 23.125em) {
    .cs-autocomplete__badge-text {
        white-space: nowrap;
    }
}
.autocomplete-list {
    margin: -1px 0 1rem;
    border-top: 1px solid #dcdcdc;
}
.autocomplete-list:first-child {
    border-top: 0;
}
.autocomplete-list:last-child {
    margin-bottom: 0;
}
.autocomplete-list .amount {
    color: #888;
    font-size: 1.29rem;
    font-weight: 700;
    margin-left: 0.5rem;
}
.autocomplete-list .amount:not(:empty):after {
    content: ")";
}
.autocomplete-list .amount:not(:empty):before {
    content: "(";
}
.autocomplete-list-title {
    padding: 1.2rem 3rem 1rem 1rem;
    border-bottom: none;
    color: #888;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.29rem;
    letter-spacing: 1px;
    margin: 0;
}
.autocomplete-list-title.selected,
.autocomplete-list-title:hover {
    background-color: transparent;
}
.autocomplete-list-title:not(:empty):first-child {
    border-top: transparent;
}
.cs-breadcrumbs {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-weight: 400;
}
.cs-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-breadcrumbs__item {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 1.95em 0 0;
    cursor: pointer;
    font-size: 1.2rem;
}
.cs-breadcrumbs__item:last-child {
    padding: 0;
    color: #212121;
    cursor: default;
}
.cs-breadcrumbs__item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    content: "⁄";
    transform: translateY(-50%);
    line-height: 1;
    color: #888;
}
.cs-breadcrumbs__link {
    position: relative;
    display: inline-block;
    color: #888;
}
.cs-breadcrumbs__link:visited {
    color: #888;
}
.cs-breadcrumbs__link:hover {
    text-decoration: none;
    color: #212121;
}
.cs-breadcrumbs__separator-icon {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    fill: #888;
}
.cs-container--breadcrumbs {
    max-width: none;
    display: none;
    background: #f0f0f0;
}
@media (min-width: 48em) {
    .cs-container--breadcrumbs {
        display: block;
        background: #f0f0f0 url(../images/breadcrumbs.png) no-repeat 100% / auto
            6.8rem;
    }
}
.cs-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-button:active,
.cs-button:focus,
.cs-button:hover {
    background-color: #324dcf !important;
}
.cs-button:after,
.cs-button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-button:hover:after {
    width: calc(100% + 2px);
}
.cs-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-button,
.cs-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-button *,
.cs-button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-button:active:not([disabled]),
.cs-button:focus:not([disabled]),
.cs-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-button:active:not([disabled]) *,
.cs-button:focus:not([disabled]) *,
.cs-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-button__span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-button__icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-button-component {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.275em;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    margin: 0 0 3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cs-button-component:active,
.cs-button-component:focus,
.cs-button-component:hover {
    background-color: #324dcf !important;
}
.cs-button-component:after,
.cs-button-component:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-button-component:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-button-component:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-button-component:hover:after {
    width: calc(100% + 2px);
}
.cs-button-component::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-button-component,
.cs-button-component:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-button-component *,
.cs-button-component:visited * {
    color: #fff;
    fill: #fff;
}
.cs-button-component:active:not([disabled]),
.cs-button-component:focus:not([disabled]),
.cs-button-component:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-button-component:active:not([disabled]) *,
.cs-button-component:focus:not([disabled]) *,
.cs-button-component:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-button-component[disabled] {
    opacity: 0.65;
    cursor: auto;
}
@media (min-width: 48em) {
    .cs-button-component {
        margin: 0 0 4rem;
    }
}
.cs-button-component--skip-spacing {
    margin: 0;
}
.cs-button-component__span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-button-component__icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-button-component__amount:before {
    content: "(";
}
.cs-button-component__amount:after {
    content: ")";
}
.cs-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.cs-container__inner,
.cs-container__reviews {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.cs-container__inner:after,
.cs-container__inner:before,
.cs-container__reviews:after,
.cs-container__reviews:before {
    content: "";
    display: table;
    clear: both;
}
.cs-container__inner--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 48em) {
    .cs-container__inner--flex {
        flex-wrap: nowrap;
    }
}
.cs-container__inner--flex:after {
    display: none;
}
.cs-container__aside {
    width: 100%;
}
@media (min-width: 48em) {
    .cs-container__aside {
        width: 40%;
    }
}
@media (min-width: 64em) {
    .cs-container__aside {
        width: 32%;
    }
}
@media (min-width: 90em) {
    .cs-container__aside {
        width: 30%;
    }
}
.cs-container__main-column {
    width: 56%;
    position: relative;
}
@media (min-width: 64em) {
    .cs-container__main-column {
        width: 65%;
    }
}
@media (min-width: 90em) {
    .cs-container__main-column {
        width: 67%;
    }
}
@media (max-width: 47.99em) {
    .cs-container__main-column {
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .page-product-bundle .cs-container__main-column {
        width: 100%;
        margin-right: 0;
    }
}
@media (min-width: 64em) {
    .cs-container__main-column--space-top {
        padding-top: 3rem;
    }
}
.cs-container__reviews {
    padding-bottom: 2rem;
}
@media (min-width: 48em) {
    .cs-container__reviews {
        background: #fff;
        margin-top: 3rem;
        padding: 0 2rem;
    }
}
@media (min-width: 90em) {
    .cs-container__reviews {
        padding: 2rem 0 0;
    }
}
.cs-container__reviews:after {
    content: "";
    display: table;
    clear: both;
}
.cs-container__cart-coupons {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 64em) {
    .cs-container__cart-coupons {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.cs-container--contrast {
    background-color: #f0f0f0;
}
@media (min-width: 64em) {
    .cs-container--contrast {
        background-image: url(../images/background.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.cs-container--top-bar {
    background-color: #f0f0f0;
    max-width: none;
}
.cs-container--spacious {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 64em) {
    .cs-container--spacious {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 48em) {
    .catalog-category-view .cs-container--spacious,
    .catalogsearch-result-index .cs-container--spacious {
        padding-top: 0;
    }
}
.cs-container--image-teaser-window-width,
.cs-container--store-locator {
    padding-left: 0;
    padding-right: 0;
}
.cs-container--grid-teaser {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.cs-container--hero-teaser {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.cs-container--noscroll {
    overflow: hidden;
}
@media (min-width: 64em) {
    .cs-container--pdp {
        padding-top: 0;
    }
}
.cs-container--usps .cs-container--headline {
    padding: 0;
}
.cs-container--create-account-page,
.cs-container--login-page,
.cs-container--logout-page,
.cs-container--success-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 64em) {
    .cs-container--create-account-page,
    .cs-container--login-page,
    .cs-container--logout-page,
    .cs-container--success-page {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-container--my-account-page {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.cs-container--ontop {
    z-index: 301;
}
.cs-container--viewport-width {
    max-width: none;
}
@media (max-width: 47.99em) {
    .cs-container--page-pdp-details-aw_pq_ajax_container {
        padding: 0;
    }
}
.cs-container--cart-page .cs-container--headline,
.cs-container--cart-page .cs-container--products-carousel {
    padding-left: 0;
    padding-right: 0;
}
.cs-container--cms-teaser {
    margin-top: 2rem;
}
@supports (display: grid) and (grid-auto-flow: row) {
    .cs-container--grid-teaser {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        overflow: visible;
    }
}
.cs-cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.2rem;
    background-color: #fff;
    color: #000;
    box-shadow: 0 -0.3rem 0.5rem 0 rgba(0, 0, 0, 0.15);
    font-size: 85%;
    z-index: 98;
    transform: translate3d(0, 110%, 0);
    opacity: 0;
    transition: transform 0.25s ease-out, opacity 0.18s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-cookie-message--shown {
    z-index: 99;
    transform: translateZ(0);
    opacity: 1;
}
.cs-cookie-message__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-left: 8rem;
}
@media (min-width: 48em) {
    .cs-cookie-message__inner {
        flex-direction: row;
    }
}
.cs-cookie-message__button-wrapper {
    align-self: flex-start;
}
@media (min-width: 48em) {
    .cs-cookie-message__button-wrapper {
        align-self: unset;
    }
}
.cs-cookie-message__text {
    position: relative;
    margin: 0;
}
.cs-cookie-message__text .block-cms-link.widget,
.cs-cookie-message__text p {
    margin: 0;
    display: inline;
}
.cs-cookie-message__text a {
    color: #324dcf;
}
.cs-cookie-message__text a:active,
.cs-cookie-message__text a:focus,
.cs-cookie-message__text a:hover,
.cs-cookie-message__text a:visited {
    color: #142b9e;
}
.cs-cookie-message__icon {
    position: absolute;
    left: 0.5rem;
    width: 5.5rem;
    height: 5.5rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 48em) {
    .cs-cookie-message__icon {
        top: -3.5rem;
        transform: translateY(0);
    }
}
.cs-cookie-message__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    white-space: nowrap;
    margin: 1.2rem 0 0;
}
.cs-cookie-message__button:active,
.cs-cookie-message__button:focus,
.cs-cookie-message__button:hover {
    background-color: #324dcf !important;
}
.cs-cookie-message__button:after,
.cs-cookie-message__button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-cookie-message__button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-cookie-message__button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-cookie-message__button:hover:after {
    width: calc(100% + 2px);
}
.cs-cookie-message__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-cookie-message__button,
.cs-cookie-message__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-cookie-message__button *,
.cs-cookie-message__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-cookie-message__button:active:not([disabled]),
.cs-cookie-message__button:focus:not([disabled]),
.cs-cookie-message__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-cookie-message__button:active:not([disabled]) *,
.cs-cookie-message__button:focus:not([disabled]) *,
.cs-cookie-message__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-cookie-message__button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
@media (min-width: 48em) {
    .cs-cookie-message__button {
        margin-top: 0;
        margin-left: 1.2rem;
    }
}
.cs-cookie-message__button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-cookie-message__button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
@media (max-width: 47.99em) {
    .cs-display-controller--hidden-mobile {
        display: none;
    }
}
@media (min-width: 48em) {
    .cs-display-controller--hidden-desktop {
        display: none;
    }
}
.cs-dropdown-switcher {
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}
@media (min-width: 64em) {
    .cs-dropdown-switcher .mage-dropdown-dialog {
        position: absolute;
        top: 100%;
        right: -1rem;
        left: 1rem;
    }
}
.cs-dropdown-switcher--currency .mage-dropdown-dialog {
    right: -1rem;
}
@media (min-width: 64em) {
    .cs-dropdown-switcher {
        position: relative;
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }
    .cs-dropdown-switcher:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1.3rem;
        content: "";
        border-left: 0.2rem solid #fff;
        transform: skew(-18deg);
        display: block;
    }
}
@media (min-width: 64em) {
    .cs-dropdown-switcher--stores:before {
        display: none;
    }
}
.cs-dropdown-switcher__option-icon {
    min-width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
    display: inline-block;
}
@media (min-width: 64em) {
    .cs-dropdown-switcher--language .cs-dropdown-switcher__option-icon {
        width: 1.5rem;
    }
}
@media (min-width: 64em) {
    .cs-dropdown-switcher .switcher-options {
        display: flex;
    }
}
.cs-dropdown-switcher__trigger {
    padding: 2.4rem 2rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.cs-dropdown-switcher__trigger:after,
.cs-dropdown-switcher__trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.1rem;
    left: auto;
    background-color: #324dcf;
    transition: transform 0.15s linear, right 0.15s linear,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-dropdown-switcher__trigger:before {
    transform: rotate(45deg) translateZ(0);
    right: 3rem;
}
.cs-dropdown-switcher__trigger:after {
    transform: rotate(-45deg) translateZ(0);
    right: 2.5rem;
}
.cs-dropdown-switcher__trigger.active:before {
    transform: rotate(-45deg);
}
.cs-dropdown-switcher__trigger.active:after {
    transform: rotate(45deg);
}
@media (min-width: 64em) {
    .cs-dropdown-switcher__trigger {
        height: 100%;
        display: inline-flex;
        align-items: center;
        margin-left: 2rem;
        font-size: 1.1rem;
        font-weight: 400;
        padding: 0 1.5rem 0 0;
        border-bottom: none;
        position: relative;
    }
    .cs-dropdown-switcher__trigger:after,
    .cs-dropdown-switcher__trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 0.7rem;
        height: 0.1rem;
        left: auto;
        background-color: #000;
        transition: transform 0.15s linear, right 0.15s linear,
            background-color 0.15s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cs-dropdown-switcher__trigger:before {
        transform: rotate(45deg) translateZ(0);
        right: 0.5rem;
    }
    .cs-dropdown-switcher__trigger:after {
        transform: rotate(-45deg) translateZ(0);
        right: 0;
    }
    .cs-dropdown-switcher__trigger.active:before {
        transform: rotate(-45deg);
    }
    .cs-dropdown-switcher__trigger.active:after {
        transform: rotate(45deg);
    }
}
.cs-dropdown-switcher__trigger.active {
    background: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
    position: relative;
    width: 100%;
}
@media (max-width: 63.99em) {
    .cs-dropdown-switcher__trigger.active {
        padding: 2.4rem 2rem;
        border-style: none;
    }
}
.cs-dropdown-switcher__trigger-span {
    display: flex;
    align-items: center;
}
.cs-dropdown-switcher__list {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    font-size: 1.1rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #f0f0f0;
    border-top: 0 solid #f0f0f0;
    width: 100%;
}
@media (min-width: 64em) {
    .cs-dropdown-switcher__list {
        background: #fff;
        min-width: 100%;
    }
}
.cs-dropdown-switcher__list-item {
    margin: 0;
    white-space: nowrap;
}
.cs-dropdown-switcher__list-item-link {
    width: 100%;
    color: #212121 !important;
    display: flex;
    align-items: center;
}
.cs-dropdown-switcher__list-item-link:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}
@media (max-width: 63.99em) {
    .cs-dropdown-switcher__list-item-link {
        padding: 1.4rem 2rem;
        font-size: 1.4rem;
    }
}
@media (min-width: 64em) {
    .cs-dropdown-switcher__list-item-link {
        padding: 0.6rem 1.8rem;
        font-size: 1.1rem;
    }
}
.cs-field,
.cs-input {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.cs-field__control,
.cs-input__control {
    width: 100%;
}
.cs-field__label,
.cs-input__label {
    font-weight: 700;
    font-size: 0.85em;
    width: 100%;
    text-transform: none;
    color: inherit;
}
.required .cs-field__label:after,
.required .cs-input__label:after {
    content: " *";
    color: #e41f12;
}
.cs-field__input,
.cs-field__textarea,
.cs-input__input,
.cs-input__textarea {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    margin: 0 0 0.2em;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
}
.cs-field__input:focus:not([disabled]),
.cs-field__input:hover:not([disabled]),
.cs-field__textarea:focus:not([disabled]),
.cs-field__textarea:hover:not([disabled]),
.cs-input__input:focus:not([disabled]),
.cs-input__input:hover:not([disabled]),
.cs-input__textarea:focus:not([disabled]),
.cs-input__textarea:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-field__input::-webkit-input-placeholder,
.cs-field__textarea::-webkit-input-placeholder,
.cs-input__input::-webkit-input-placeholder,
.cs-input__textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-field__input::-moz-placeholder,
.cs-field__textarea::-moz-placeholder,
.cs-input__input::-moz-placeholder,
.cs-input__textarea::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-field__input:-ms-input-placeholder,
.cs-field__textarea:-ms-input-placeholder,
.cs-input__input:-ms-input-placeholder,
.cs-input__textarea:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-field__input::-ms-input-placeholder,
.cs-field__textarea::-ms-input-placeholder,
.cs-input__input::-ms-input-placeholder,
.cs-input__textarea::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-field__input::placeholder,
.cs-field__textarea::placeholder,
.cs-input__input::placeholder,
.cs-input__textarea::placeholder {
    opacity: 1;
    color: #888;
}
.cs-field__input[disabled],
.cs-field__textarea[disabled],
.cs-input__input[disabled],
.cs-input__textarea[disabled] {
    opacity: 0.65;
}
.cs-field__input.mage-error,
.cs-field__input.mage-error:hover:not(:focus),
.cs-field__textarea.mage-error,
.cs-field__textarea.mage-error:hover:not(:focus),
.cs-input__input.mage-error,
.cs-input__input.mage-error:hover:not(:focus),
.cs-input__textarea.mage-error,
.cs-input__textarea.mage-error:hover:not(:focus) {
    border: 1px solid #e41f12;
}
.cs-field__select,
.cs-input__select {
    display: block;
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 2.3em 0.75em 1em;
    color: #212121;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.2em;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
    background-repeat: no-repeat, repeat;
    background-position: right 0.8em top 52%, 0 0;
    background-size: 0.7em auto, 100%;
    transition: border-color 0.5s;
}
.cs-field__select:-moz-focusring,
.cs-field__select::-moz-focus-inner,
.cs-input__select:-moz-focusring,
.cs-input__select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.cs-field__select::-ms-expand,
.cs-input__select::-ms-expand {
    display: none;
}
.cs-field__select:focus:not([disabled]),
.cs-field__select:hover:not([disabled]),
.cs-input__select:focus:not([disabled]),
.cs-input__select:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
}
.ie11 .cs-field__select:focus:not([disabled]),
.ie11 .cs-field__select:hover:not([disabled]),
.ie11 .cs-input__select:focus:not([disabled]),
.ie11 .cs-input__select:hover:not([disabled]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
}
.cs-field__select[disabled],
.cs-input__select[disabled] {
    opacity: 0.65;
}
.cs-field__select option,
.cs-input__select option {
    font-weight: 500;
    padding: 0;
    color: initial;
}
.ie11 .cs-field__select,
.ie11 .cs-input__select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
    background-size: 0.7em 0.7em, 100%;
}
.cs-field__radio,
.cs-input__radio {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: -0.0625em calc(0.5em + 1px) 0 0;
    font-size: 1em;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1em 1em;
    outline: 0;
    border-radius: 50%;
    transition: background-color 0.5s, border-color 0.5s;
}
.cs-field__radio::-ms-check,
.cs-input__radio::-ms-check {
    color: transparent;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1em 1em;
    outline: 0;
    border-radius: 50%;
    -ms-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    background-color: transparent;
}
.cs-field__radio:-moz-focusring,
.cs-field__radio::-moz-focus-inner,
.cs-input__radio:-moz-focusring,
.cs-input__radio::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.cs-field__radio:focus:not([disabled]),
.cs-field__radio:hover:not([disabled]),
.cs-input__radio:focus:not([disabled]),
.cs-input__radio:hover:not([disabled]) {
    border: 1px solid #142b9e;
    box-shadow: none;
    background-color: transparent;
}
.cs-field__radio:checked,
.cs-input__radio:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='7' cx='7'/%3E%3C/svg%3E");
}
.cs-field__radio:checked::-ms-check,
.cs-input__radio:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='6.5' cx='6.5'/%3E%3C/svg%3E");
}
.cs-field__radio:checked,
.cs-field__radio:checked:focus,
.cs-field__radio:checked:hover,
.cs-input__radio:checked,
.cs-input__radio:checked:focus,
.cs-input__radio:checked:hover {
    border: 1px solid #324dcf;
    background-color: transparent;
    box-shadow: none;
}
.cs-field__radio[disabled],
.cs-field__radio[disabled] + .cs-input__label,
.cs-field__radio[disabled] + .label,
.cs-input__radio[disabled],
.cs-input__radio[disabled] + .cs-input__label,
.cs-input__radio[disabled] + .label {
    opacity: 0.65;
}
.cs-field__checkbox,
.cs-input__checkbox {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: -0.0625em calc(0.5em + 1px) 0 0;
    font-size: 1em;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    transition: background-color 0.5s, border-color 0.5s;
    border-radius: 3px;
    background-size: 1em 1em;
}
.cs-field__checkbox::-ms-check,
.cs-input__checkbox::-ms-check {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    -ms-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    background-color: transparent;
}
.cs-field__checkbox:-moz-focusring,
.cs-field__checkbox::-moz-focus-inner,
.cs-input__checkbox:-moz-focusring,
.cs-input__checkbox::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.cs-field__checkbox:focus:not([disabled]),
.cs-field__checkbox:hover:not([disabled]),
.cs-input__checkbox:focus:not([disabled]),
.cs-input__checkbox:hover:not([disabled]) {
    border: 1px solid #142b9e;
    box-shadow: none;
    background-color: transparent;
}
.cs-field__checkbox:checked,
.cs-input__checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='7' cx='7'/%3E%3C/svg%3E");
}
.cs-field__checkbox:checked::-ms-check,
.cs-input__checkbox:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='6.5' cx='6.5'/%3E%3C/svg%3E");
}
.cs-field__checkbox:checked,
.cs-field__checkbox:checked:focus,
.cs-field__checkbox:checked:hover,
.cs-input__checkbox:checked,
.cs-input__checkbox:checked:focus,
.cs-input__checkbox:checked:hover {
    border: 1px solid #324dcf;
    background-color: transparent;
    box-shadow: none;
}
.cs-field__checkbox[disabled],
.cs-field__checkbox[disabled] + .cs-input__label,
.cs-field__checkbox[disabled] + .label,
.cs-input__checkbox[disabled],
.cs-input__checkbox[disabled] + .cs-input__label,
.cs-input__checkbox[disabled] + .label {
    opacity: 0.65;
}
.cs-field__checkbox::-ms-check,
.cs-input__checkbox::-ms-check {
    color: transparent;
    border-radius: 3px;
    background-size: 1em 1em;
}
.cs-field__checkbox:checked,
.cs-input__checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.cs-field__checkbox:checked::-ms-check,
.cs-input__checkbox:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.cs-field__checkbox.mage-error,
.cs-field__checkbox.mage-error:hover:not(:focus),
.cs-input__checkbox.mage-error,
.cs-input__checkbox.mage-error:hover:not(:focus) {
    border: 1px solid #e41f12;
}
.cs-field__icon,
.cs-input__icon {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    right: 0.8em;
    top: 0.8em;
    display: none;
}
.cs-field__note,
.cs-input__note {
    display: block;
    font-size: 0.85em;
    padding: 0.3em 0 0;
    color: #696969;
}
.cs-field__error,
.cs-input__error {
    display: block;
    font-size: 0.85em;
    padding: 0.3em 0 0;
    color: #696969;
    color: #e41f12;
}
.field {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.field._success:not(._warn) .control {
    position: relative;
}
.field._success:not(._warn) .control:after {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    right: 0.8em;
    top: 0.8em;
    display: none;
    background: url(../images/check-green.svg) no-repeat 50% / contain;
    content: "";
}
.field .control {
    width: 100%;
}
.field .control > textarea {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    margin: 0 0 0.2em;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
}
.field .control > textarea:focus:not([disabled]),
.field .control > textarea:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.field .control > textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .control > textarea::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.field .control > textarea:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .control > textarea::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .control > textarea::placeholder {
    opacity: 1;
    color: #888;
}
.field .control > textarea[disabled] {
    opacity: 0.65;
}
.field .label {
    font-weight: 700;
    font-size: 0.85em;
    width: 100%;
    text-transform: none;
    color: inherit;
}
.field._required > .label:after,
.field.required > .label:after {
    content: " *";
    color: #e41f12;
}
.field.required ._required > .label:after {
    display: none;
}
.field .input-text {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    margin: 0 0 0.2em;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
}
.field .input-text:focus:not([disabled]),
.field .input-text:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.field .input-text::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .input-text::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.field .input-text:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .input-text::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.field .input-text::placeholder {
    opacity: 1;
    color: #888;
}
.field .input-text[disabled] {
    opacity: 0.65;
}
.field .input-text.mage-error,
.field .input-text.mage-error:hover:not(:focus) {
    border: 1px solid #e41f12;
}
.field .input-text.required-entry {
    margin-bottom: 1rem;
}
.field .select {
    display: block;
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 2.3em 0.75em 1em;
    color: #212121;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.2em;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
    background-repeat: no-repeat, repeat;
    background-position: right 0.8em top 52%, 0 0;
    background-size: 0.7em auto, 100%;
    transition: border-color 0.5s;
}
.field .select:-moz-focusring,
.field .select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.field .select::-ms-expand {
    display: none;
}
.field .select:focus:not([disabled]),
.field .select:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
}
.ie11 .field .select:focus:not([disabled]),
.ie11 .field .select:hover:not([disabled]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
}
.field .select[disabled] {
    opacity: 0.65;
}
.field .select option {
    font-weight: 500;
    padding: 0;
    color: initial;
}
.ie11 .field .select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
    background-size: 0.7em 0.7em, 100%;
}
.field .checkbox {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: -0.0625em calc(0.5em + 1px) 0 0;
    font-size: 1em;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    transition: background-color 0.5s, border-color 0.5s;
    border-radius: 3px;
    background-size: 1em 1em;
}
.field .checkbox::-ms-check {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    -ms-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    background-color: transparent;
}
.field .checkbox:-moz-focusring,
.field .checkbox::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.field .checkbox:focus:not([disabled]),
.field .checkbox:hover:not([disabled]) {
    border: 1px solid #142b9e;
    box-shadow: none;
    background-color: transparent;
}
.field .checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='7' cx='7'/%3E%3C/svg%3E");
}
.field .checkbox:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='6.5' cx='6.5'/%3E%3C/svg%3E");
}
.field .checkbox:checked,
.field .checkbox:checked:focus,
.field .checkbox:checked:hover {
    border: 1px solid #324dcf;
    background-color: transparent;
    box-shadow: none;
}
.field .checkbox[disabled],
.field .checkbox[disabled] + .cs-input__label,
.field .checkbox[disabled] + .label {
    opacity: 0.65;
}
.field .checkbox::-ms-check {
    color: transparent;
    border-radius: 3px;
    background-size: 1em 1em;
}
.field .checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.field .checkbox:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.field .checkbox.mage-error,
.field .checkbox.mage-error:hover:not(:focus) {
    border: 1px solid #e41f12;
}
.field .radio {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: -0.0625em calc(0.5em + 1px) 0 0;
    font-size: 1em;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1em 1em;
    outline: 0;
    border-radius: 50%;
    transition: background-color 0.5s, border-color 0.5s;
}
.field .radio::-ms-check {
    color: transparent;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1em 1em;
    outline: 0;
    border-radius: 50%;
    -ms-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    background-color: transparent;
}
.field .radio:-moz-focusring,
.field .radio::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.field .radio:focus:not([disabled]),
.field .radio:hover:not([disabled]) {
    border: 1px solid #142b9e;
    box-shadow: none;
    background-color: transparent;
}
.field .radio:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='7' cx='7'/%3E%3C/svg%3E");
}
.field .radio:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='6.5' cx='6.5'/%3E%3C/svg%3E");
}
.field .radio:checked,
.field .radio:checked:focus,
.field .radio:checked:hover {
    border: 1px solid #324dcf;
    background-color: transparent;
    box-shadow: none;
}
.field .radio[disabled],
.field .radio[disabled] + .cs-input__label,
.field .radio[disabled] + .label {
    opacity: 0.65;
}
.field.customer-name-prefix select {
    display: block;
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 2.3em 0.75em 1em;
    color: #212121;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.2em;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
    background-repeat: no-repeat, repeat;
    background-position: right 0.8em top 52%, 0 0;
    background-size: 0.7em auto, 100%;
    transition: border-color 0.5s;
}
.field.customer-name-prefix select:-moz-focusring,
.field.customer-name-prefix select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.field.customer-name-prefix select::-ms-expand {
    display: none;
}
.field.customer-name-prefix select:focus:not([disabled]),
.field.customer-name-prefix select:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E"),
        linear-gradient(0deg, transparent, transparent);
}
.ie11 .field.customer-name-prefix select:focus:not([disabled]),
.ie11 .field.customer-name-prefix select:hover:not([disabled]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23324dcf'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
}
.field.customer-name-prefix select[disabled] {
    opacity: 0.65;
}
.field.customer-name-prefix select option {
    font-weight: 500;
    padding: 0;
    color: initial;
}
.ie11 .field.customer-name-prefix select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='%23dcdcdc'%3E%3Cpath d='M0 1.2C0 .5.6 0 1.2 0c.3 0 .6.1.8.3l6 5.9 6-5.9c.5-.4 1.2-.3 1.7.1.4.4.4 1.1 0 1.5L8.9 8.7c-.5.4-1.2.4-1.7 0L.4 2a.9.9 0 01-.4-.8z'/%3E%3C/svg%3E");
    background-size: 0.7em 0.7em, 100%;
}
.field._error .checkbox,
.field._error .checkbox:hover:not(:focus),
.field._error .input-text,
.field._error .input-text:hover:not(:focus) {
    border: 1px solid #e41f12;
}
.field .control._with-tooltip input {
    width: 100%;
    margin-right: 0;
}
.field .field-tooltip {
    position: static;
}
.field .field-tooltip .field-tooltip-action,
.field .field-tooltip .label {
    display: none;
}
.field .field-tooltip .field-tooltip-content {
    position: static;
    background: none;
    border: none;
    display: block;
    font-size: 0.85em;
    padding: 0.3em 0 0;
    color: #696969;
}
.field .field-tooltip .field-tooltip-content:after,
.field .field-tooltip .field-tooltip-content:before {
    display: none;
}
.field .note {
    color: #696969;
}
.field .note,
div.field-error,
div.mage-error {
    display: block;
    font-size: 0.85em;
    padding: 0.3em 0 0;
}
div.field-error,
div.mage-error {
    color: #696969;
    color: #e41f12;
}
.cs-footer {
    font-size: 1rem;
    color: #fff;
    background: #000;
    overflow: hidden;
    padding: 0 0 2rem;
}
@media (min-width: 48em) {
    .cs-footer {
        padding: 0 1.5rem;
    }
}
.cs-footer__content {
    padding: 0;
}
@media (min-width: 48em) {
    .cs-footer__content {
        display: flex;
        flex-wrap: wrap;
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
}
@media (min-width: 64em) {
    .cs-footer__content {
        flex-wrap: nowrap;
    }
}
@media (min-width: 64em) {
    .cs-footer__item {
        flex: 1 1;
    }
}
.cs-footer__item--promo {
    flex-basis: 100%;
}
@media (max-width: 47.99em) {
    .cs-footer__item--promo {
        display: none;
    }
}
@media (max-width: 63.99em) {
    .cs-footer__item--promo {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 64em) {
    .cs-footer__item--promo {
        flex-basis: auto;
        flex-grow: 1;
    }
}
@media (min-width: 48em) {
    .cs-footer__item--links {
        display: flex;
        flex-basis: 100%;
        margin-top: 2em;
        margin-top: 0;
    }
}
@media (min-width: 64em) {
    .cs-footer__item--links {
        flex-basis: auto;
        flex-grow: 5;
    }
}
@media (min-width: 48em) {
    .cs-footer__item--extras {
        display: flex;
        flex-basis: 100%;
    }
}
@media (min-width: 64em) {
    .cs-footer__item--extras {
        display: block;
        flex-basis: 25%;
        flex-grow: 2;
    }
}
@media (min-width: 48em) {
    .cs-footer__section {
        flex: 1 1;
    }
}
@media (min-width: 48em) {
    .cs-footer__section--newsletter {
        flex-grow: 2;
    }
}
@media (min-width: 64em) {
    .cs-footer__section--socials {
        margin-top: 4rem;
    }
}
@media (min-width: 64em) {
    .cs-footer__section--stores-switcher {
        margin-top: 4rem;
        max-width: 20rem;
    }
}
.cs-footer [data-role="title"],
.cs-footer__section-title {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.5rem;
    color: #212121;
    font-weight: 700;
    position: relative;
    margin: 0;
    border-top: 1px solid #888;
    padding: 2em 1.5rem;
    color: #888;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
@media (max-width: 47.99em) {
    .cs-footer__section[data-collapsible] .cs-footer [data-role="title"],
    .cs-footer__section[data-collapsible] .cs-footer__section-title,
    .cs-footer__section[data-mage-init] .cs-footer [data-role="title"],
    .cs-footer__section[data-mage-init] .cs-footer__section-title {
        cursor: pointer;
        position: relative;
    }
    .cs-footer__section[data-collapsible] .cs-footer [data-role="title"]:after,
    .cs-footer__section[data-collapsible] .cs-footer [data-role="title"]:before,
    .cs-footer__section[data-collapsible] .cs-footer__section-title:after,
    .cs-footer__section[data-collapsible] .cs-footer__section-title:before,
    .cs-footer__section[data-mage-init] .cs-footer [data-role="title"]:after,
    .cs-footer__section[data-mage-init] .cs-footer [data-role="title"]:before,
    .cs-footer__section[data-mage-init] .cs-footer__section-title:after,
    .cs-footer__section[data-mage-init] .cs-footer__section-title:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 1.2rem;
        height: 0.2rem;
        left: auto;
        background-color: #888;
        transition: transform 0.3s ease-out, opacity 0.15s ease-out,
            background-color 0.15s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        right: 1.5rem;
        transform: translate3d(0, -50%, 0) !important;
    }
    .cs-footer__section[data-collapsible] .cs-footer [data-role="title"]:after,
    .cs-footer__section[data-collapsible] .cs-footer__section-title:after,
    .cs-footer__section[data-mage-init] .cs-footer [data-role="title"]:after,
    .cs-footer__section[data-mage-init] .cs-footer__section-title:after {
        transform: translate3d(0, -50%, 0) rotate(90deg) !important;
    }
    .cs-footer__section[data-collapsible]
        .cs-footer
        [data-role="title"][aria-expanded="true"]:before,
    .cs-footer__section[data-collapsible]
        .cs-footer__section-title[aria-expanded="true"]:before,
    .cs-footer__section[data-mage-init]
        .cs-footer
        [data-role="title"][aria-expanded="true"]:before,
    .cs-footer__section[data-mage-init]
        .cs-footer__section-title[aria-expanded="true"]:before {
        transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
        opacity: 0;
    }
    .cs-footer__section[data-collapsible]
        .cs-footer
        [data-role="title"][aria-expanded="true"]:after,
    .cs-footer__section[data-collapsible]
        .cs-footer__section-title[aria-expanded="true"]:after,
    .cs-footer__section[data-mage-init]
        .cs-footer
        [data-role="title"][aria-expanded="true"]:after,
    .cs-footer__section[data-mage-init]
        .cs-footer__section-title[aria-expanded="true"]:after {
        transform: translate3d(0, -50%, 0) rotate(0) !important;
    }
    .cs-footer__section--socials .cs-footer [data-role="title"],
    .cs-footer__section--socials .cs-footer__section-title {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }
}
@media (min-width: 48em) {
    .cs-footer [data-role="title"],
    .cs-footer__section-title {
        border-top: none;
        padding-left: 0;
    }
}
@media (min-width: 64em) {
    .cs-footer [data-role="title"],
    .cs-footer__section-title {
        padding-top: 0;
        padding-right: 0;
    }
}
.cs-footer [data-role="content"],
.cs-footer__section-content {
    padding: 0 1.5rem 1.5rem;
    font-size: 1.2em;
}
@media (max-width: 47.99em) {
    .cs-footer__section[data-collapsible] .cs-footer [data-role="content"],
    .cs-footer__section[data-collapsible] .cs-footer__section-content,
    .cs-footer__section[data-mage-init] .cs-footer [data-role="content"],
    .cs-footer__section[data-mage-init] .cs-footer__section-content {
        display: none;
    }
}
@media (min-width: 48em) {
    .cs-footer [data-role="content"],
    .cs-footer__section-content {
        padding-left: 0;
    }
}
@media (min-width: 64em) {
    .cs-footer [data-role="content"],
    .cs-footer__section-content {
        padding-right: 0;
        padding-bottom: 0;
    }
}
.cs-footer__shop-logo {
    display: block;
    width: 13.5em;
    height: 2.3em;
    min-width: 13.5em;
    max-width: 100%;
    max-height: 100%;
}
.cs-container--footer {
    max-width: none;
}
.cs-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-footer-links__item {
    margin: 0 0 0.3em;
}
.cs-footer-links a,
.cs-footer-links a:visited {
    display: block;
    padding: 0.5em 0;
    font-size: inherit;
    color: #fff;
}
.cs-footer-links a:hover,
.cs-footer-links a:visited:hover {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 48em) {
    .cs-footer-links a,
    .cs-footer-links a:visited {
        padding: 0.35em 0;
        display: inline-block;
    }
}
.cs-grid-layout {
    position: relative;
    width: 100%;
}
.cs-grid-layout__grid {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-grid-layout__grid:after {
    content: "";
    display: table;
    clear: both;
}
.cs-grid-layout__teaser {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cs-grid-layout__teaser-content-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}
.cs-grid-layout__teaser-figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.cs-grid-layout__teaser-image {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.cs-grid-layout__teaser-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    line-height: 1.15;
}
.cs-grid-layout__teaser-content--variant-1 {
    justify-content: center;
    align-items: flex-start;
}
.cs-grid-layout__teaser-content--variant-2 {
    justify-content: flex-end;
    align-items: flex-start;
}
.cs-grid-layout__teaser-content--variant-3 {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cs-grid-layout__teaser-content--variant-4 {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.cs-grid-layout__teaser-content-inner {
    max-width: 100%;
}
.cs-grid-layout__teaser-headline {
    margin: 0 0 0.2em;
    color: #212121;
    font-weight: 600;
    text-transform: none;
    font-size: 1.8rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__teaser-headline {
        font-size: calc(1.13636vw + 1.43636rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__teaser-headline {
        font-size: 2.8rem;
    }
}
.cs-grid-layout__brick--x2 .cs-grid-layout__teaser-headline {
    margin: 0 0 0.2em;
    font-size: 1.8rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-headline {
        font-size: calc(2.5vw + 1rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-headline {
        font-size: 4rem;
    }
}
.cs-grid-layout__teaser--scheme-light .cs-grid-layout__teaser-headline {
    color: #fff;
}
.cs-grid-layout__teaser-subheadline {
    display: block;
    margin: 0 0 0.6em;
    color: #212121;
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__teaser-subheadline {
        font-size: calc(0.22727vw + 1.52727rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__teaser-subheadline {
        font-size: 1.8rem;
    }
}
.cs-grid-layout__brick--x2 .cs-grid-layout__teaser-subheadline {
    margin: 0 0 0.6em;
    font-size: 1.6rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-subheadline {
        font-size: calc(1.02273vw + 1.27273rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-subheadline {
        font-size: 2.5rem;
    }
}
.cs-grid-layout__teaser--scheme-light .cs-grid-layout__teaser-subheadline {
    color: #fff;
}
.cs-grid-layout__teaser-text {
    margin: 0 0 1em;
    color: #212121;
    font-weight: 400;
    text-transform: none;
    font-size: 1.3rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__teaser-text {
        font-size: calc(0.11364vw + 1.26364rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__teaser-text {
        font-size: 1.4rem;
    }
}
.cs-grid-layout__brick--x2 .cs-grid-layout__teaser-text {
    margin: 0 0 1em;
    font-size: 1.3rem;
}
@media (min-width: 32rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-text {
        font-size: calc(0.34091vw + 1.19091rem);
    }
}
@media (min-width: 120rem) {
    .cs-grid-layout__brick--x2 .cs-grid-layout__teaser-text {
        font-size: 1.6rem;
    }
}
.cs-grid-layout__teaser--scheme-light .cs-grid-layout__teaser-text {
    color: #fff;
}
.cs-grid-layout__teaser-cta-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-grid-layout__teaser-cta-button:active,
.cs-grid-layout__teaser-cta-button:focus,
.cs-grid-layout__teaser-cta-button:hover {
    background-color: #324dcf !important;
}
.cs-grid-layout__teaser-cta-button:after,
.cs-grid-layout__teaser-cta-button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-grid-layout__teaser-cta-button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-grid-layout__teaser-cta-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-grid-layout__teaser-cta-button:hover:after {
    width: calc(100% + 2px);
}
.cs-grid-layout__teaser-cta-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-grid-layout__teaser-cta-button,
.cs-grid-layout__teaser-cta-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-grid-layout__teaser-cta-button *,
.cs-grid-layout__teaser-cta-button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-grid-layout__teaser-cta-button:active:not([disabled]),
.cs-grid-layout__teaser-cta-button:focus:not([disabled]),
.cs-grid-layout__teaser-cta-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-grid-layout__teaser-cta-button:active:not([disabled]) *,
.cs-grid-layout__teaser-cta-button:focus:not([disabled]) *,
.cs-grid-layout__teaser-cta-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-grid-layout__teaser-cta-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-grid-layout__teaser-cta-button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-grid-layout__teaser-cta-button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-grid-layout__brick {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.cs-grid-layout__brick:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 170%;
}
.cs-grid-layout__brick .cs-product-tile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 23.125em) {
    .cs-grid-layout__brick {
        width: calc(100% / 2);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 2 * 2);
    }
}
@media (min-width: 30em) {
    .cs-grid-layout__brick {
        width: calc(100% / 2);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 2 * 2);
    }
}
@media (min-width: 48em) {
    .cs-grid-layout__brick {
        width: calc(100% / 3);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 3 * 2);
    }
}
@media (min-width: 64em) {
    .cs-grid-layout__brick {
        width: calc(100% / 4);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 4 * 2);
    }
}
@media (min-width: 80em) {
    .cs-grid-layout__brick {
        width: calc(100% / 4);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 4 * 2);
    }
}
@media (min-width: 90em) {
    .cs-grid-layout__brick {
        width: calc(100% / 4);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 4 * 2);
    }
}
@media (min-width: 120em) {
    .cs-grid-layout__brick {
        width: calc(100% / 4);
    }
    .cs-grid-layout__brick--x2 {
        width: calc(100% / 4 * 2);
    }
}
.cs-grid-layout__brick--x2:not(.cs-grid-layout__brick--y2):before {
    padding-top: 85%;
}
@media (max-width: 29.99em) {
    .cs-grid-layout__brick--x2:not(
            .cs-grid-layout__brick--y2
        ).cs-grid-layout__brick--teaser:before {
        padding-top: 0;
    }
}
.cs-grid-layout__brick--y2.cs-grid-layout__brick--left {
    float: left;
}
.cs-grid-layout__brick--y2:not(.cs-grid-layout__brick--x2):before {
    padding-top: 340%;
}
@media (max-width: 29.99em) {
    .cs-grid-layout__brick--y2.cs-grid-layout__brick--teaser:before {
        padding-top: 0;
    }
}
.cs-grid-layout__brick--right {
    float: right;
}
.cs-grid-layout__brick--hidden {
    display: none !important;
}
.cs-grid-layout__brick--teaser {
    display: none;
}
@media (max-width: 29.99em) {
    .cs-grid-layout__brick--teaser:before {
        padding-top: 0;
    }
}
.cs-grid-layout__brick--teaser-ready {
    display: block;
}
@media (min-width: 23.125em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 2);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 2 * 2);
    }
}
@media (min-width: 30em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 2);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 2 * 2);
    }
}
@media (min-width: 48em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 2);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 2 * 2);
    }
}
@media (min-width: 64em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 3);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 3 * 2);
    }
}
@media (min-width: 80em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 3);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 3 * 2);
    }
}
@media (min-width: 90em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 3);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 3 * 2);
    }
}
@media (min-width: 120em) {
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick {
        width: calc(100% / 3);
    }
    .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
        width: calc(100% / 3 * 2);
    }
}
.cs-grid-layout:after,
.cs-grid-layout__brick:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #f0f0f0;
}
.cs-grid-layout {
    margin-bottom: -1px;
}
.cs-grid-layout:after {
    background: #fff;
}
@supports (display: grid) and (grid-auto-flow: row) {
    .cs-grid-layout__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    @media (min-width: 23.125em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (min-width: 64em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    @media (min-width: 80em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    @media (min-width: 90em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    @media (min-width: 120em) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    @media (min-width: 23.125em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (min-width: 64em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (min-width: 80em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (min-width: 90em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (min-width: 120em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    .cs-grid-layout__grid:after {
        display: none;
    }
    .cs-grid-layout__brick {
        position: relative;
    }
    .cs-grid-layout__brick:before {
        content: none;
    }
    .cs-grid-layout__brick .cs-product-tile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    @media (min-width: 23.125em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 64em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 80em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 90em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 120em) {
        .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
    }
    @media (min-width: 23.125em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 64em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 80em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 90em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 120em) {
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout:not(.cs-grid-layout--with-sidebar)
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    .cs-grid-layout__brick--x2:not(.cs-grid-layout__brick--y2):before,
    .cs-grid-layout__brick--y2:not(.cs-grid-layout__brick--x2):before {
        padding-top: 0;
    }
    .cs-grid-layout__brick,
    .cs-grid-layout__brick--teaser-ready {
        width: 100% !important;
        display: block;
    }
    @media (max-width: 23.115em) {
        .cs-grid-layout__brick--teaser-ready {
            grid-column-start: 1 !important;
        }
    }
    .cs-grid-layout__brick--right {
        float: none;
    }
    @media (min-width: 23.125em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 64em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 80em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 90em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
    @media (min-width: 120em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--x2 {
            grid-column-end: span 2;
        }
        .cs-grid-layout--with-sidebar .cs-grid-layout__brick--y2 {
            grid-row-end: span 2;
        }
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick--x2
            .cs-image-teaser__aspect-ratio,
        .cs-grid-layout--with-sidebar
            .cs-grid-layout__brick:not(.cs-grid-layout__brick--x2)
            .cs-image-teaser__aspect-ratio {
            padding-top: unset !important;
        }
    }
}
.cs-headline {
    font-size: 1rem;
    clear: both;
    padding: 0;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-headline {
        margin: 0 0 4rem;
    }
}
.cs-headline--skip-spacing {
    margin: 0;
}
.cs-headline__title {
    display: block;
    text-align: center;
    align-items: center;
    margin: 0;
    font-size: 2.6em;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .cs-headline__title {
        display: flex;
    }
}
.cs-headline__title:after,
.cs-headline__title:before {
    content: "";
    display: none;
    height: 1px;
    flex-grow: 1;
    background-color: #dcdcdc;
}
@media (min-width: 48em) {
    .cs-headline__title:after,
    .cs-headline__title:before {
        display: flex;
    }
}
.cs-headline__title:before {
    margin-right: 0.6em;
}
.cs-headline__title:after {
    margin-left: 0.6em;
}
.cs-headline__subtitle {
    color: #888;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    display: none;
    text-align: center;
}
@media (min-width: 48em) {
    .cs-headline__subtitle {
        display: block;
    }
}
.cs-header {
    font-size: 1rem;
    height: 5rem;
}
@media (min-width: 48em) {
    .cs-header {
        height: 8.3rem;
    }
}
@media (min-width: 80em) {
    .cs-header {
        height: 11rem;
    }
}
.cs-header__content {
    height: 5rem;
    z-index: 300;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    will-change: z-index, height, position;
    background-color: #fff;
    position: relative;
    max-width: 100vw;
}
@media (max-width: 63.99em) {
    .cs-header__content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 48em) {
    .cs-header__content {
        height: 8.3rem;
    }
}
@media (min-width: 80em) {
    .cs-header__content {
        height: 11rem;
    }
}
@media (min-width: 64em) {
    .cs-header__content {
        border-bottom: 1px solid #f0f0f0;
        flex-wrap: nowrap;
    }
}
.cs-header__offcanvas-toggle {
    height: 100%;
    flex: 0 1 4rem;
}
@media (min-width: 64em) {
    .cs-header__offcanvas-toggle {
        display: none;
    }
}
.cs-header__logo {
    display: flex;
    flex: 1 1;
    margin-bottom: 0;
    height: 100%;
}
@media (min-width: 30em) {
    .cs-header__logo {
        flex: 0 1 auto;
    }
}
@media (max-width: 47.99em) {
    .cs-header__logo {
        padding: 0.7rem 0;
    }
}
.page-print .cs-header__logo {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 2rem 0;
}
.page-print .cs-header__logo:after {
    content: "";
    display: table;
    clear: both;
}
.cs-header__search {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 300;
}
@media (min-width: 64em) {
    .cs-header__search {
        flex-grow: 1;
        width: auto;
        padding: 0;
        position: static;
        margin-left: 2rem !important;
        justify-content: center;
    }
    .ie11 .cs-header__search {
        position: inherit;
        top: inherit;
    }
}
.cs-header__search--active {
    display: flex;
}
@media (min-width: 64em) {
    .cs-header__search {
        display: flex;
        position: relative;
        padding: 0;
        top: auto;
    }
}
.cs-header__user-nav {
    display: flex;
    justify-content: flex-end;
    flex: 0 1 30%;
}
@media (min-width: 64em) {
    .cs-header__user-nav {
        flex: 0 1 25%;
    }
}
.cs-header-search {
    width: 100%;
}
@media (min-width: 64em) {
    .cs-header-search {
        width: 50%;
    }
}
.cs-header-search__field {
    position: relative;
}
.cs-header-search__field:after,
.cs-header-search__field:before {
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    left: -0.5rem;
    right: -0.5rem;
    background: #fff;
}
.cs-header-search__field:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    top: -0.5rem;
    bottom: -0.5rem;
    border-radius: 5px 5px 0 0;
}
.cs-header-search__field:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    top: 100%;
    z-index: 209;
}
.active-popup .cs-header-search__field:after,
.active-popup .cs-header-search__field:before {
    opacity: 1;
}
.cs-header-search__input {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    font-size: 1.4rem;
    position: relative;
    z-index: 210;
    margin: 0;
    -webkit-appearance: none;
}
.cs-header-search__input:focus:not([disabled]),
.cs-header-search__input:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-header-search__input::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-header-search__input::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-header-search__input:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-header-search__input::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-header-search__input::placeholder {
    opacity: 1;
    color: #888;
}
.cs-header-search__input[disabled] {
    opacity: 0.65;
}
.ajax-loading
    .cs-header-search__input:focus
    + .cs-header-search__action
    .cs-header-search__button-container--search {
    transform: translateX(100%);
    opacity: 0;
}
.ajax-loading
    .cs-header-search__input:focus
    + .cs-header-search__action
    .cs-header-search__button-container--loader {
    transform: translateX(0);
    opacity: 1;
}
.cs-header-search__action {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 220;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cs-header-search__close-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    display: block;
    opacity: 0.6;
    transition: opacity 0.3s linear;
}
.cs-header-search__close-icon:hover {
    cursor: pointer;
    opacity: 1;
}
@media (min-width: 64em) {
    .cs-header-search__close-icon {
        display: none;
    }
}
.cs-header-search__close-icon path {
    fill: #888;
}
.cs-header-search__close-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-header-search__button-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0, 0.66, 0.32, 0.99),
        opacity 0.15s linear;
}
.cs-header-search__button-container--search {
    transform: translateX(0);
}
.cs-header-search__button-container--loader {
    transform: translateX(100%);
}
.cs-header-search__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    width: 5rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: skew(-18deg) translateX(0.7rem);
}
.cs-header-search__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-header-search__button,
.cs-header-search__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-header-search__button *,
.cs-header-search__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-header-search__button:active:not([disabled]),
.cs-header-search__button:focus:not([disabled]),
.cs-header-search__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-header-search__button:active:not([disabled]) *,
.cs-header-search__button:focus:not([disabled]) *,
.cs-header-search__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-header-search__button[disabled] {
    opacity: 0.65;
    cursor: auto;
    opacity: 1;
}
.cs-header-search__button-icon {
    transform: skew(18deg) translateX(-0.3rem);
}
.cs-header-search__button-icon--search {
    width: 2rem;
    height: 2rem;
}
.cs-header-search__button-icon--search path {
    fill: #fff;
}
.cs-header-search__button-icon--loader {
    stroke: #fff;
    width: 3.2rem;
    height: 3.2rem;
}
.cs-header-search__button-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-header-search__autocomplete {
    width: calc(100% - 1rem);
    left: 0.5rem;
    right: 0.5rem;
}
@media (max-width: 47.99em) {
    .cs-header-search__autocomplete {
        max-height: calc(100vh - 5rem - 1.275em - 7rem);
        overflow-y: auto;
    }
}
@media (min-width: 64em) {
    .cs-header-search__autocomplete {
        margin-top: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.17);
        border: 0;
        width: 100%;
    }
}
.cs-header-user-nav {
    list-style: none;
    margin: 0;
    padding: 0 1rem;
    height: 100%;
}
.cs-header-user-nav__item {
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 1 1 25%;
}
@media (min-width: 64em) {
    .cs-header-user-nav__item {
        flex: 1 1 33.33333%;
    }
}
@media (min-width: 64em) {
    .cs-header-user-nav__item--search {
        display: none;
    }
}
.cs-header-user-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 1rem;
}
.cs-header-user-nav__link:hover {
    text-decoration: none;
}
.cs-header-user-nav__link:hover .cs-header-user-nav__icon path {
    fill: #324dcf;
}
.cs-header-user-nav__link:hover .cs-header-user-nav__label {
    color: #696969;
}
.cs-header-user-nav__link--search:hover {
    cursor: pointer;
}
.cs-header-user-nav__icon-wrapper {
    position: relative;
}
.cs-header-user-nav__icon {
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    margin: 0 auto;
}
.cs-header-user-nav__icon path {
    fill: #324dcf;
}
.cs-header-user-nav__label {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.3rem;
    color: #696969;
    text-decoration: none;
    display: none;
}
@media (min-width: 48em) {
    .cs-header-user-nav__label {
        display: block;
    }
}
.cs-header-user-nav__qty-counter {
    display: inline-flex;
    background-color: #324dcf;
    color: #fff;
    transform: skew(-15deg);
    border: 0;
    border-radius: 0.2rem;
    padding: 0 0.6rem;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 700;
    height: 1.8em;
    background-clip: padding-box;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    opacity: 0;
    transition: opacity 0.3s;
}
@media (min-width: 48em) {
    .cs-header-user-nav__qty-counter {
        right: -1rem;
    }
}
.cs-header-user-nav__qty-counter--wishlist {
    background-color: #fed400;
    color: #000;
}
.cs-header-user-nav__qty-counter--minicart {
    background-color: #e41f12;
    color: #fff;
}
.cs-header-user-nav__qty-counter--have-items {
    opacity: 1;
}
.cs-header-user-nav__qty-counter-span {
    transform: skew(15deg);
    min-width: 1ch;
}
.lazyload,
.lazyloading,
.swiper-lazy {
    opacity: 0.001;
}
.lazyloaded,
.swiper-lazy-loaded {
    opacity: 1;
    transition: opacity 0.2s;
}
.cs-links-block-addto {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.page-product-bundle .cs-links-block-addto {
    margin-top: 1rem;
}
.cs-product-tile__addon .cs-links-block-addto {
    padding-top: 0;
}
.cs-links-block-addto--centered {
    justify-content: center;
}
.cs-links-block-addto__item {
    margin: 0;
}
.cs-links-block-addto__item + .cs-links-block-addto__item {
    margin-top: 0.5rem;
}
.cs-links-block-addto__item:nth-child(2n) {
    text-align: right;
}
.cs-links-block-addto__item:nth-child(2n) .cs-links-block-addto__icon {
    order: 2;
    margin-left: 0.5rem;
}
.cs-links-block-addto__link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #142b9e;
    transition: color 0.15s linear;
}
.cs-links-block-addto__link:hover {
    color: #142b9e;
    text-decoration: none;
}
.cs-links-block-addto__icon {
    width: 1.375em;
    height: 1.375em;
    margin-right: 0.4rem;
}
.cs-links-block-addto__icon path {
    fill: #888;
}
.cs-links-block-addto__icon--wishlist path {
    fill: #e41f12;
}
.cs-links-block-addto__icon--compare path {
    fill: #324dcf;
}
.cs-logo,
.cs-logo__image {
    height: 100%;
}
.messages {
    max-width: 120rem;
    margin: 0 auto;
}
.cs-messages__message,
.message {
    margin: 1rem 0;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 1.2rem;
    background-size: 2rem 2rem;
    padding: 1.2rem 1rem 1rem 4.3rem;
}
.cs-messages__message--success,
.message.success {
    background-color: #d5efd7;
    background-image: url(../images/icons/messages/icon-success.svg);
    border: none;
}
.cs-messages__message--notice,
.message.warning {
    background-color: #fdf4ca;
    background-image: url(../images/icons/messages/icon-warning.svg);
    border: none;
}
.cs-messages__message--info,
.message.info,
.message.notice {
    background-color: #fdf4ca;
    background-image: url(../images/icons/messages/icon-info.svg);
    border: none;
}
.cs-messages__message--error,
.message.error {
    background-color: #f8d0ce;
    background-image: url(../images/icons/messages/icon-error.svg);
    border: none;
}
.cs-messages__text,
.message span {
    color: #696969;
    font-size: 1.4rem;
}
.cs-messages--space-top {
    margin-top: 1.5rem;
}
.cs-minicart__close {
    display: inline-block;
    background: none;
    box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: -1.5rem;
    width: 5rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.cs-minicart__close:active,
.cs-minicart__close:focus,
.cs-minicart__close:hover {
    background: transparent;
    border: none;
    color: inherit;
}
.cs-minicart__close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: 3rem;
    color: inherit;
    content: "\e616";
    font-family: icons-blank-theme;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cs-minicart__close-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cs-minicart__title-wrapper {
    position: relative;
    padding: 2rem 0;
    display: flex;
    color: #212121;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
}
.cs-minicart__items-total {
    margin-left: 0.5rem;
}
.cs-minicart__items-total:before {
    content: "(";
}
.cs-minicart__items-total:after {
    content: ")";
}
.cs-minicart__edit-link {
    font-weight: 700;
}
.cs-minicart__edit-link .cs-link__icon {
    padding: 0 0 0 1rem;
}
.cs-minicart__content {
    height: auto !important;
    background-color: #fff;
    position: relative;
}
.cs-minicart__content .load.indicator:before {
    height: unset;
}
.cs-minicart__list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.cs-minicart__list--scroll {
    height: auto !important;
    max-height: calc(100vh - 36rem);
    overflow-y: auto;
}
@media (min-width: 48em) {
    .cs-minicart__list--scroll {
        max-height: calc(100vh - 38rem);
    }
    .is-tablet .cs-minicart__list--scroll {
        max-height: calc(100vh - 43rem);
    }
}
.cs-minicart__list-item {
    padding: 1.5rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
}
.cs-minicart__list-item:last-child {
    border-bottom: none;
}
.cs-minicart__actions-wrapper {
    padding: 2rem 0;
    position: relative;
}
.cs-minicart__actions {
    margin-top: 1rem;
}
.cs-minicart__actions:first-child {
    margin-top: 0;
}
.cs-minicart__empty {
    padding: 2rem 0;
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
}
.cs-minicart__subtotal {
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
}
.cs-minicart__subtotal-price .price {
    font-weight: 700;
    font-size: 1.5rem !important;
}
.cs-minicart__button-checkout {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    width: 100%;
}
.cs-minicart__button-checkout:active,
.cs-minicart__button-checkout:focus,
.cs-minicart__button-checkout:hover {
    background-color: #324dcf !important;
}
.cs-minicart__button-checkout:after,
.cs-minicart__button-checkout:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-minicart__button-checkout:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-minicart__button-checkout:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-minicart__button-checkout:hover:after {
    width: calc(100% + 2px);
}
.cs-minicart__button-checkout::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-minicart__button-checkout,
.cs-minicart__button-checkout:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-minicart__button-checkout *,
.cs-minicart__button-checkout:visited * {
    color: #fff;
    fill: #fff;
}
.cs-minicart__button-checkout:active:not([disabled]),
.cs-minicart__button-checkout:focus:not([disabled]),
.cs-minicart__button-checkout:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-minicart__button-checkout:active:not([disabled]) *,
.cs-minicart__button-checkout:focus:not([disabled]) *,
.cs-minicart__button-checkout:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-minicart__button-checkout[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-minicart__button-checkout-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-minicart__button-checkout-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-minicart__button-viewcart {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    width: 100%;
}
.cs-minicart__button-viewcart::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-minicart__button-viewcart,
.cs-minicart__button-viewcart:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-minicart__button-viewcart *,
.cs-minicart__button-viewcart:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-minicart__button-viewcart:active:not([disabled]),
.cs-minicart__button-viewcart:focus:not([disabled]),
.cs-minicart__button-viewcart:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-minicart__button-viewcart:active:not([disabled]) *,
.cs-minicart__button-viewcart:focus:not([disabled]) *,
.cs-minicart__button-viewcart:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-minicart__button-viewcart[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-minicart__button-viewcart-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-minicart__button-viewcart-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-minicart__button-carousel {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-minicart__button-carousel-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    margin: 3rem 0;
    border-top: 1px solid #dcdcdc;
}
.cs-minicart__button-carousel::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-minicart__button-carousel,
.cs-minicart__button-carousel:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-minicart__button-carousel *,
.cs-minicart__button-carousel:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-minicart__button-carousel:active:not([disabled]),
.cs-minicart__button-carousel:focus:not([disabled]),
.cs-minicart__button-carousel:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-minicart__button-carousel:active:not([disabled]) *,
.cs-minicart__button-carousel:focus:not([disabled]) *,
.cs-minicart__button-carousel:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-minicart__button-carousel[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-minicart__button-carousel-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-minicart__button-carousel-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-minicart__messages {
    padding: 0 2rem;
}
.cs-minicart-offcanvas__wrapper {
    padding: 0;
}
.cs-minicart__carousel-spinner {
    display: none;
}
.minicart-wrapper .ui-dialog {
    position: absolute;
    top: 100%;
    right: 0.5rem;
    z-index: 99999;
}
@media (min-width: 64em) {
    .minicart-wrapper .ui-dialog {
        right: -1rem;
    }
}
@media (min-width: 80em) {
    .minicart-wrapper .ui-dialog {
        top: calc(100% - ((11rem - 8.3rem) / 2));
    }
}
.minicart-wrapper .block-minicart {
    background: #f0f0f0;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.27);
    border: none;
    width: 31rem;
    right: 0;
    margin: 0;
    padding: 0 2rem;
    position: relative;
}
@media (min-width: 30em) {
    .minicart-wrapper .block-minicart {
        width: 40rem;
    }
}
.minicart-wrapper .block-minicart:before {
    display: none;
}
.minicart-wrapper .block-minicart:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #f0f0f0;
    transform: rotate(45deg);
    top: -0.8rem;
    right: 1.5rem;
    left: auto;
}
@media (min-width: 64em) {
    .minicart-wrapper .block-minicart:after {
        right: 4.5rem;
    }
}
.cs-minicart-product {
    display: flex;
}
.cs-minicart-product__image-container {
    flex-shrink: 0;
    margin-right: 1rem;
}
.cs-minicart-product__image-container img {
    width: auto !important;
    height: auto !important;
}
.cs-minicart-product__image {
    max-height: 100%;
    width: auto;
}
.cs-minicart-product__overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.cs-minicart-product__details {
    width: 100%;
}
.cs-minicart-product__brand-wrapper {
    text-align: left;
}
.cs-minicart-product__brand {
    font-size: 1.2rem;
    color: #888;
}
.cs-minicart-product__name-wrapper {
    flex-basis: 55%;
    padding-bottom: 1.2rem;
    text-align: left;
    font-size: 1.3rem;
}
@media (min-width: 30em) {
    .cs-minicart-product__name-wrapper {
        flex-basis: 70%;
    }
}
.cs-minicart-product__name {
    width: 100%;
    padding: 0;
    margin-top: 0;
    font-size: inherit;
    font-weight: 600;
}
.cs-minicart-product__name,
.cs-minicart-product__name:hover,
.cs-minicart-product__name:visited {
    text-decoration: none;
    color: #212121;
}
.cs-minicart-product__price .price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212121;
}
.cs-minicart-product__options-subtitle,
.cs-minicart-product__price-label {
    display: none;
}
.cs-minicart-product__options-title {
    font-size: 1.2rem;
    color: #484848;
    cursor: pointer;
}
.cs-minicart-product__options-title[aria-expanded="true"]
    > .cs-minicart-product__options-title-svg {
    transform: rotate(180deg);
    vertical-align: initial;
}
.cs-minicart-product__options-title-svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s cubic-bezier(0, 0.66, 0.32, 0.99);
    vertical-align: middle;
}
.cs-minicart-product__options-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: -0.4rem;
    flex-basis: 100%;
}
.cs-minicart-product__options-group {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.cs-minicart-product__options-group--qty {
    margin-top: 0.5rem;
}
.cs-minicart-product__options-wrapper
    + .cs-minicart-product__options-group--qty {
    margin-top: 1.5rem;
}
.cs-minicart-product__options-content {
    width: 100%;
}
.cs-minicart-product__options-label {
    font-size: 1.2rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    padding-right: 0.5rem;
}
.cs-minicart-product__options-label:after {
    content: ":";
}
.cs-minicart-product__options-value {
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 0;
    width: 100%;
}
.cs-minicart-product__options-value__value {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cs-minicart-product__options-value__value .price {
    color: #212121;
}
.cs-minicart-product__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.2rem;
}
.cs-minicart-product__action-wrapper {
    margin-left: 1rem;
}
.cs-minicart-product .cs-qty-increment,
.cs-minicart-product__qty {
    display: flex;
    flex: 1 0 9rem;
    flex-wrap: nowrap;
}
.cs-minicart-product__qty-label {
    display: none;
}
.cs-minicart-product__qty-input {
    font-size: 1em;
    line-height: 1.275em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    height: 3rem;
    width: 4rem;
    max-width: 4rem;
    font-size: 1.2rem;
}
.cs-minicart-product__qty-input:focus:not([disabled]),
.cs-minicart-product__qty-input:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-minicart-product__qty-input::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-minicart-product__qty-input::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-minicart-product__qty-input:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-minicart-product__qty-input::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-minicart-product__qty-input::placeholder {
    opacity: 1;
    color: #888;
}
.cs-minicart-product__qty-input[disabled] {
    opacity: 0.65;
}
.cs-minicart-product__qty-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    text-transform: none;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    padding: 0;
    width: 3rem;
    height: 3rem;
    margin: 0 0 0 0.5rem;
}
.cs-minicart-product__qty-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-minicart-product__qty-button,
.cs-minicart-product__qty-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-minicart-product__qty-button *,
.cs-minicart-product__qty-button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-minicart-product__qty-button:active:not([disabled]),
.cs-minicart-product__qty-button:focus:not([disabled]),
.cs-minicart-product__qty-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-minicart-product__qty-button:active:not([disabled]) *,
.cs-minicart-product__qty-button:focus:not([disabled]) *,
.cs-minicart-product__qty-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-minicart-product__qty-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-minicart-product__qty-button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    display: none;
}
.cs-minicart-product__qty-button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: relative;
    top: 0.1em;
}
.cs-minicart-product__action:hover .cs-minicart-product__action-icon *,
.cs-minicart-product__action:hover .cs-minicart-product__options-title-svg *,
.cs-minicart-product__options-title:hover .cs-minicart-product__action-icon *,
.cs-minicart-product__options-title:hover
    .cs-minicart-product__options-title-svg
    * {
    fill: #142b9e;
}
.cs-minicart-product__action-icon {
    width: 1.6rem;
    height: 1.6rem;
}
.cs-minicart-product__action-icon *,
.cs-minicart-product__options-title-svg * {
    fill: #324dcf;
}
.cs-minicart-product__action-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-free-shipping-indicator__content {
    border-top: 1px solid #dcdcdc;
    padding: 1.5rem 2rem 2rem;
    color: #696969;
    font-size: 1.4rem;
    text-align: left;
}
.cs-free-shipping-indicator__cell {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-right: 0 !important;
}
.cs-free-shipping-indicator__total-left-text span {
    font-weight: 700;
}
.cs-free-shipping-indicator__total-fulfilled {
    padding-left: 2.8rem;
    background: url(../images/icons/messages/icon-success.svg) 0 50% no-repeat;
    background-size: 2rem;
}
.cs-free-shipping-indicator__bar-wrapper {
    display: flex;
    align-items: center;
}
.cs-free-shipping-indicator__bar-label {
    flex-shrink: 0;
    color: #37b841;
    font-weight: 700;
}
.cs-free-shipping-indicator__bar-label--start {
    margin-right: 1rem;
}
.cs-free-shipping-indicator__bar-label--end {
    margin-left: 1rem;
}
.cs-free-shipping-indicator__bar {
    width: 100%;
    height: 2rem;
    padding: 0.4rem;
    border: 1px solid #b0b0b0;
    border-radius: 4.2px;
}
.cs-free-shipping-indicator__bar-progress-wrapper {
    height: 100%;
    background: transparent;
    border-radius: 3px;
}
.cs-free-shipping-indicator__bar-progress {
    height: 100%;
    width: 0;
    background: #37b841;
    border-radius: 3px;
    transition: width 0.55s cubic-bezier(0, 0.66, 0.32, 0.99);
}
.cs-free-shipping-indicator__icon {
    flex-shrink: 0;
    width: 3.4rem;
    height: 2rem;
    margin: 0 0 0 2.5rem;
    fill: #888;
    transition: fill 0.3s;
}
.cs-free-shipping-indicator__bar-wrapper--free-shipping-active
    .cs-free-shipping-indicator__icon {
    fill: #37b841;
}
.modal-custom.confirm .modal-inner-wrap,
.modal-popup.confirm .modal-inner-wrap,
.modal-slide.confirm .modal-inner-wrap {
    max-width: 50rem;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
    background: #fff;
    box-shadow: 1px 3px 3rem 0 rgba(33, 33, 33, 0.28);
    border-radius: 0;
    border: none;
}
.modal-custom .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
}
.modal-custom .modal-header,
.modal-popup .modal-header,
.modal-slide .modal-header {
    padding: 0;
    margin: 0;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1.5rem;
    background-image: url(../images/icons/close.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1rem 1rem;
    width: 3rem;
    height: 3rem;
}
.ie11 .modal-custom .action-close,
.ie11 .modal-popup .action-close,
.ie11 .modal-slide .action-close {
    background-size: 10px 10px;
}
.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.modal-custom .modal-footer,
.modal-popup .modal-footer,
.modal-slide .modal-footer {
    padding: 2rem;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 29.99em) {
    .modal-custom .modal-footer,
    .modal-popup .modal-footer,
    .modal-slide .modal-footer {
        flex-wrap: wrap;
    }
}
.modal-custom .modal-footer .action-primary,
.modal-custom .modal-footer .primary,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .primary,
.modal-slide .modal-footer .action-primary,
.modal-slide .modal-footer .primary {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    min-width: 12rem;
}
.modal-custom .modal-footer .action-primary::-moz-focus-inner,
.modal-custom .modal-footer .primary::-moz-focus-inner,
.modal-popup .modal-footer .action-primary::-moz-focus-inner,
.modal-popup .modal-footer .primary::-moz-focus-inner,
.modal-slide .modal-footer .action-primary::-moz-focus-inner,
.modal-slide .modal-footer .primary::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.modal-custom .modal-footer .action-primary,
.modal-custom .modal-footer .action-primary:visited,
.modal-custom .modal-footer .primary,
.modal-custom .modal-footer .primary:visited,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-primary:visited,
.modal-popup .modal-footer .primary,
.modal-popup .modal-footer .primary:visited,
.modal-slide .modal-footer .action-primary,
.modal-slide .modal-footer .action-primary:visited,
.modal-slide .modal-footer .primary,
.modal-slide .modal-footer .primary:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.modal-custom .modal-footer .action-primary *,
.modal-custom .modal-footer .action-primary:visited *,
.modal-custom .modal-footer .primary *,
.modal-custom .modal-footer .primary:visited *,
.modal-popup .modal-footer .action-primary *,
.modal-popup .modal-footer .action-primary:visited *,
.modal-popup .modal-footer .primary *,
.modal-popup .modal-footer .primary:visited *,
.modal-slide .modal-footer .action-primary *,
.modal-slide .modal-footer .action-primary:visited *,
.modal-slide .modal-footer .primary *,
.modal-slide .modal-footer .primary:visited * {
    color: #fff;
    fill: #fff;
}
.modal-custom .modal-footer .action-primary:active:not([disabled]),
.modal-custom .modal-footer .action-primary:focus:not([disabled]),
.modal-custom .modal-footer .action-primary:hover:not([disabled]),
.modal-custom .modal-footer .primary:active:not([disabled]),
.modal-custom .modal-footer .primary:focus:not([disabled]),
.modal-custom .modal-footer .primary:hover:not([disabled]),
.modal-popup .modal-footer .action-primary:active:not([disabled]),
.modal-popup .modal-footer .action-primary:focus:not([disabled]),
.modal-popup .modal-footer .action-primary:hover:not([disabled]),
.modal-popup .modal-footer .primary:active:not([disabled]),
.modal-popup .modal-footer .primary:focus:not([disabled]),
.modal-popup .modal-footer .primary:hover:not([disabled]),
.modal-slide .modal-footer .action-primary:active:not([disabled]),
.modal-slide .modal-footer .action-primary:focus:not([disabled]),
.modal-slide .modal-footer .action-primary:hover:not([disabled]),
.modal-slide .modal-footer .primary:active:not([disabled]),
.modal-slide .modal-footer .primary:focus:not([disabled]),
.modal-slide .modal-footer .primary:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.modal-custom .modal-footer .action-primary:active:not([disabled]) *,
.modal-custom .modal-footer .action-primary:focus:not([disabled]) *,
.modal-custom .modal-footer .action-primary:hover:not([disabled]) *,
.modal-custom .modal-footer .primary:active:not([disabled]) *,
.modal-custom .modal-footer .primary:focus:not([disabled]) *,
.modal-custom .modal-footer .primary:hover:not([disabled]) *,
.modal-popup .modal-footer .action-primary:active:not([disabled]) *,
.modal-popup .modal-footer .action-primary:focus:not([disabled]) *,
.modal-popup .modal-footer .action-primary:hover:not([disabled]) *,
.modal-popup .modal-footer .primary:active:not([disabled]) *,
.modal-popup .modal-footer .primary:focus:not([disabled]) *,
.modal-popup .modal-footer .primary:hover:not([disabled]) *,
.modal-slide .modal-footer .action-primary:active:not([disabled]) *,
.modal-slide .modal-footer .action-primary:focus:not([disabled]) *,
.modal-slide .modal-footer .action-primary:hover:not([disabled]) *,
.modal-slide .modal-footer .primary:active:not([disabled]) *,
.modal-slide .modal-footer .primary:focus:not([disabled]) *,
.modal-slide .modal-footer .primary:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.modal-custom .modal-footer .action-primary[disabled],
.modal-custom .modal-footer .primary[disabled],
.modal-popup .modal-footer .action-primary[disabled],
.modal-popup .modal-footer .primary[disabled],
.modal-slide .modal-footer .action-primary[disabled],
.modal-slide .modal-footer .primary[disabled] {
    opacity: 0.65;
    cursor: auto;
}
@media (max-width: 29.99em) {
    .modal-custom .modal-footer .action-primary,
    .modal-custom .modal-footer .primary,
    .modal-popup .modal-footer .action-primary,
    .modal-popup .modal-footer .primary,
    .modal-slide .modal-footer .action-primary,
    .modal-slide .modal-footer .primary {
        width: 100%;
    }
}
.modal-custom .modal-footer .action-primary span,
.modal-custom .modal-footer .primary span,
.modal-popup .modal-footer .action-primary span,
.modal-popup .modal-footer .primary span,
.modal-slide .modal-footer .action-primary span,
.modal-slide .modal-footer .primary span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.modal-custom .modal-footer .action-secondary,
.modal-custom .modal-footer .secondary,
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .secondary,
.modal-slide .modal-footer .action-secondary,
.modal-slide .modal-footer .secondary {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    min-width: 12rem;
}
.modal-custom .modal-footer .action-secondary::-moz-focus-inner,
.modal-custom .modal-footer .secondary::-moz-focus-inner,
.modal-popup .modal-footer .action-secondary::-moz-focus-inner,
.modal-popup .modal-footer .secondary::-moz-focus-inner,
.modal-slide .modal-footer .action-secondary::-moz-focus-inner,
.modal-slide .modal-footer .secondary::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.modal-custom .modal-footer .action-secondary,
.modal-custom .modal-footer .action-secondary:visited,
.modal-custom .modal-footer .secondary,
.modal-custom .modal-footer .secondary:visited,
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-secondary:visited,
.modal-popup .modal-footer .secondary,
.modal-popup .modal-footer .secondary:visited,
.modal-slide .modal-footer .action-secondary,
.modal-slide .modal-footer .action-secondary:visited,
.modal-slide .modal-footer .secondary,
.modal-slide .modal-footer .secondary:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.modal-custom .modal-footer .action-secondary *,
.modal-custom .modal-footer .action-secondary:visited *,
.modal-custom .modal-footer .secondary *,
.modal-custom .modal-footer .secondary:visited *,
.modal-popup .modal-footer .action-secondary *,
.modal-popup .modal-footer .action-secondary:visited *,
.modal-popup .modal-footer .secondary *,
.modal-popup .modal-footer .secondary:visited *,
.modal-slide .modal-footer .action-secondary *,
.modal-slide .modal-footer .action-secondary:visited *,
.modal-slide .modal-footer .secondary *,
.modal-slide .modal-footer .secondary:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.modal-custom .modal-footer .action-secondary:active:not([disabled]),
.modal-custom .modal-footer .action-secondary:focus:not([disabled]),
.modal-custom .modal-footer .action-secondary:hover:not([disabled]),
.modal-custom .modal-footer .secondary:active:not([disabled]),
.modal-custom .modal-footer .secondary:focus:not([disabled]),
.modal-custom .modal-footer .secondary:hover:not([disabled]),
.modal-popup .modal-footer .action-secondary:active:not([disabled]),
.modal-popup .modal-footer .action-secondary:focus:not([disabled]),
.modal-popup .modal-footer .action-secondary:hover:not([disabled]),
.modal-popup .modal-footer .secondary:active:not([disabled]),
.modal-popup .modal-footer .secondary:focus:not([disabled]),
.modal-popup .modal-footer .secondary:hover:not([disabled]),
.modal-slide .modal-footer .action-secondary:active:not([disabled]),
.modal-slide .modal-footer .action-secondary:focus:not([disabled]),
.modal-slide .modal-footer .action-secondary:hover:not([disabled]),
.modal-slide .modal-footer .secondary:active:not([disabled]),
.modal-slide .modal-footer .secondary:focus:not([disabled]),
.modal-slide .modal-footer .secondary:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.modal-custom .modal-footer .action-secondary:active:not([disabled]) *,
.modal-custom .modal-footer .action-secondary:focus:not([disabled]) *,
.modal-custom .modal-footer .action-secondary:hover:not([disabled]) *,
.modal-custom .modal-footer .secondary:active:not([disabled]) *,
.modal-custom .modal-footer .secondary:focus:not([disabled]) *,
.modal-custom .modal-footer .secondary:hover:not([disabled]) *,
.modal-popup .modal-footer .action-secondary:active:not([disabled]) *,
.modal-popup .modal-footer .action-secondary:focus:not([disabled]) *,
.modal-popup .modal-footer .action-secondary:hover:not([disabled]) *,
.modal-popup .modal-footer .secondary:active:not([disabled]) *,
.modal-popup .modal-footer .secondary:focus:not([disabled]) *,
.modal-popup .modal-footer .secondary:hover:not([disabled]) *,
.modal-slide .modal-footer .action-secondary:active:not([disabled]) *,
.modal-slide .modal-footer .action-secondary:focus:not([disabled]) *,
.modal-slide .modal-footer .action-secondary:hover:not([disabled]) *,
.modal-slide .modal-footer .secondary:active:not([disabled]) *,
.modal-slide .modal-footer .secondary:focus:not([disabled]) *,
.modal-slide .modal-footer .secondary:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.modal-custom .modal-footer .action-secondary[disabled],
.modal-custom .modal-footer .secondary[disabled],
.modal-popup .modal-footer .action-secondary[disabled],
.modal-popup .modal-footer .secondary[disabled],
.modal-slide .modal-footer .action-secondary[disabled],
.modal-slide .modal-footer .secondary[disabled] {
    opacity: 0.65;
    cursor: auto;
}
@media (max-width: 29.99em) {
    .modal-custom .modal-footer .action-secondary,
    .modal-custom .modal-footer .secondary,
    .modal-popup .modal-footer .action-secondary,
    .modal-popup .modal-footer .secondary,
    .modal-slide .modal-footer .action-secondary,
    .modal-slide .modal-footer .secondary {
        width: 100%;
        margin-bottom: 1.5rem !important;
    }
}
.modal-custom .modal-footer .action-secondary span,
.modal-custom .modal-footer .secondary span,
.modal-popup .modal-footer .action-secondary span,
.modal-popup .modal-footer .secondary span,
.modal-slide .modal-footer .action-secondary span,
.modal-slide .modal-footer .secondary span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
body.checkout-index-index .modal-custom .modal-footer .action-secondary,
body.checkout-index-index .modal-custom .modal-footer .secondary,
body.checkout-index-index .modal-popup .modal-footer .action-secondary,
body.checkout-index-index .modal-popup .modal-footer .secondary,
body.checkout-index-index .modal-slide .modal-footer .action-secondary,
body.checkout-index-index .modal-slide .modal-footer .secondary {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    min-width: 12rem;
}
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary::-moz-focus-inner,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary::-moz-focus-inner,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary::-moz-focus-inner,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary::-moz-focus-inner,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary::-moz-focus-inner,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
body.checkout-index-index .modal-custom .modal-footer .action-secondary,
body.checkout-index-index .modal-custom .modal-footer .action-secondary:visited,
body.checkout-index-index .modal-custom .modal-footer .secondary,
body.checkout-index-index .modal-custom .modal-footer .secondary:visited,
body.checkout-index-index .modal-popup .modal-footer .action-secondary,
body.checkout-index-index .modal-popup .modal-footer .action-secondary:visited,
body.checkout-index-index .modal-popup .modal-footer .secondary,
body.checkout-index-index .modal-popup .modal-footer .secondary:visited,
body.checkout-index-index .modal-slide .modal-footer .action-secondary,
body.checkout-index-index .modal-slide .modal-footer .action-secondary:visited,
body.checkout-index-index .modal-slide .modal-footer .secondary,
body.checkout-index-index .modal-slide .modal-footer .secondary:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
body.checkout-index-index .modal-custom .modal-footer .action-secondary *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:visited
    *,
body.checkout-index-index .modal-custom .modal-footer .secondary *,
body.checkout-index-index .modal-custom .modal-footer .secondary:visited *,
body.checkout-index-index .modal-popup .modal-footer .action-secondary *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:visited
    *,
body.checkout-index-index .modal-popup .modal-footer .secondary *,
body.checkout-index-index .modal-popup .modal-footer .secondary:visited *,
body.checkout-index-index .modal-slide .modal-footer .action-secondary *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:visited
    *,
body.checkout-index-index .modal-slide .modal-footer .secondary *,
body.checkout-index-index .modal-slide .modal-footer .secondary:visited * {
    color: #324dcf;
    fill: #324dcf;
}
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:active:not([disabled]),
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:hover:not([disabled]),
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:active:not([disabled]),
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:hover:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:active:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:hover:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:active:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:hover:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:active:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:hover:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:active:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:focus:not([disabled]),
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary:hover:not([disabled])
    *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-custom
    .modal-footer
    .secondary:hover:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary:hover:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-popup
    .modal-footer
    .secondary:hover:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary:hover:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:active:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:focus:not([disabled])
    *,
body.checkout-index-index
    .modal-slide
    .modal-footer
    .secondary:hover:not([disabled])
    * {
    color: #fff;
    fill: #fff;
}
body.checkout-index-index
    .modal-custom
    .modal-footer
    .action-secondary[disabled],
body.checkout-index-index .modal-custom .modal-footer .secondary[disabled],
body.checkout-index-index
    .modal-popup
    .modal-footer
    .action-secondary[disabled],
body.checkout-index-index .modal-popup .modal-footer .secondary[disabled],
body.checkout-index-index
    .modal-slide
    .modal-footer
    .action-secondary[disabled],
body.checkout-index-index .modal-slide .modal-footer .secondary[disabled] {
    opacity: 0.65;
    cursor: auto;
}
body.checkout-index-index .modal-custom .modal-footer .action-secondary span,
body.checkout-index-index .modal-custom .modal-footer .secondary span,
body.checkout-index-index .modal-popup .modal-footer .action-secondary span,
body.checkout-index-index .modal-popup .modal-footer .secondary span,
body.checkout-index-index .modal-slide .modal-footer .action-secondary span,
body.checkout-index-index .modal-slide .modal-footer .secondary span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.modal-custom .modal-footer button:only-child,
.modal-popup .modal-footer button:only-child,
.modal-slide .modal-footer button:only-child {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    min-width: 12rem;
}
.modal-custom .modal-footer button:only-child::-moz-focus-inner,
.modal-popup .modal-footer button:only-child::-moz-focus-inner,
.modal-slide .modal-footer button:only-child::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.modal-custom .modal-footer button:only-child,
.modal-custom .modal-footer button:only-child:visited,
.modal-popup .modal-footer button:only-child,
.modal-popup .modal-footer button:only-child:visited,
.modal-slide .modal-footer button:only-child,
.modal-slide .modal-footer button:only-child:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.modal-custom .modal-footer button:only-child *,
.modal-custom .modal-footer button:only-child:visited *,
.modal-popup .modal-footer button:only-child *,
.modal-popup .modal-footer button:only-child:visited *,
.modal-slide .modal-footer button:only-child *,
.modal-slide .modal-footer button:only-child:visited * {
    color: #fff;
    fill: #fff;
}
.modal-custom .modal-footer button:only-child:active:not([disabled]),
.modal-custom .modal-footer button:only-child:focus:not([disabled]),
.modal-custom .modal-footer button:only-child:hover:not([disabled]),
.modal-popup .modal-footer button:only-child:active:not([disabled]),
.modal-popup .modal-footer button:only-child:focus:not([disabled]),
.modal-popup .modal-footer button:only-child:hover:not([disabled]),
.modal-slide .modal-footer button:only-child:active:not([disabled]),
.modal-slide .modal-footer button:only-child:focus:not([disabled]),
.modal-slide .modal-footer button:only-child:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.modal-custom .modal-footer button:only-child:active:not([disabled]) *,
.modal-custom .modal-footer button:only-child:focus:not([disabled]) *,
.modal-custom .modal-footer button:only-child:hover:not([disabled]) *,
.modal-popup .modal-footer button:only-child:active:not([disabled]) *,
.modal-popup .modal-footer button:only-child:focus:not([disabled]) *,
.modal-popup .modal-footer button:only-child:hover:not([disabled]) *,
.modal-slide .modal-footer button:only-child:active:not([disabled]) *,
.modal-slide .modal-footer button:only-child:focus:not([disabled]) *,
.modal-slide .modal-footer button:only-child:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.modal-custom .modal-footer button:only-child[disabled],
.modal-popup .modal-footer button:only-child[disabled],
.modal-slide .modal-footer button:only-child[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.modal-custom .modal-footer button:only-child span,
.modal-popup .modal-footer button:only-child span,
.modal-slide .modal-footer button:only-child span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.modal-custom .modal-title,
.modal-popup .modal-title,
.modal-slide .modal-title {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2rem;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
}
@media (max-width: 47.99em) {
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #fff;
    }
}
@media (max-width: 29.99em) {
    .modal-slide .modal-footer {
        flex-wrap: wrap;
    }
}
@media (max-width: 29.99em) {
    .modal-slide .modal-footer .action-primary,
    .modal-slide .modal-footer .primary {
        width: 100%;
    }
}
@media (max-width: 29.99em) {
    .modal-slide .modal-footer .action-secondary,
    .modal-slide .modal-footer .secondary {
        width: 100%;
        margin-bottom: 1.5rem !important;
    }
}
.ie11 .modal-popup:not(.cs-video-player__modal) .modal-content {
    max-height: calc(100vh - 33rem);
}
.page-layout-checkout .modal-popup {
    pointer-events: auto;
}
@media (min-width: 48em) {
    .page-layout-checkout .modal-slide {
        width: 80%;
        max-width: 65rem;
        left: 50%;
        transform: translateX(-50%);
    }
}
.cs-navigation-teaser__figure {
    display: block;
    max-height: 100%;
    overflow: hidden;
}
.cs-navigation-teaser__image {
    display: block;
}
.cs-navigation-teaser__content-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6rem 3rem;
}
.cs-navigation-teaser__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #212121;
    text-align: center;
}
.cs-navigation-teaser__headline {
    margin: 0 0 1rem;
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
    color: #212121;
}
@media (min-width: 64em) {
    .cs-navigation-teaser__headline {
        font-size: 4.3rem;
        line-height: 1;
    }
}
.cs-navigation-teaser__subheadline {
    margin: 0 0 1rem;
    font-size: 1.65rem;
    line-height: 1.15;
    font-weight: 400;
    color: #212121;
}
@media (min-width: 64em) {
    .cs-navigation-teaser__subheadline {
        font-size: 2.8rem;
        line-height: 1.25;
    }
}
.cs-navigation-teaser__text {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 300;
    color: #212121;
}
@media (min-width: 64em) {
    .cs-navigation-teaser__text {
        font-size: 1.4rem;
    }
}
.cs-navigation-teaser__cta {
    margin-top: 2rem;
}
.cs-navigation-teaser__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-navigation-teaser__button:active,
.cs-navigation-teaser__button:focus,
.cs-navigation-teaser__button:hover {
    background-color: #324dcf !important;
}
.cs-navigation-teaser__button:after,
.cs-navigation-teaser__button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-navigation-teaser__button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-navigation-teaser__button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-navigation-teaser__button:hover:after {
    width: calc(100% + 2px);
}
.cs-navigation-teaser__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-navigation-teaser__button,
.cs-navigation-teaser__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-navigation-teaser__button *,
.cs-navigation-teaser__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-navigation-teaser__button:active:not([disabled]),
.cs-navigation-teaser__button:focus:not([disabled]),
.cs-navigation-teaser__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-navigation-teaser__button:active:not([disabled]) *,
.cs-navigation-teaser__button:focus:not([disabled]) *,
.cs-navigation-teaser__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-navigation-teaser__button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-navigation-teaser__button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-navigation-teaser__button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-navigation {
    box-sizing: border-box;
    font-size: 1rem;
}
.cs-navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-navigation__list--main {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cs-navigation__list--all-categories,
.cs-navigation__list--level_1 {
    width: 100%;
    -moz-columns: auto 1;
    columns: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    flex: 1 0 auto;
}
.cs-navigation__list--level_2 {
    flex-wrap: wrap;
}
.cs-navigation__list--hidden,
.cs-navigation__list--hidden + .cs-navigation__extras {
    display: none;
}
.cs-navigation__list .cs-navigation__item--no-children:nth-child(2) {
    padding-top: 1rem;
}
.cs-navigation__list .cs-navigation__item--no-children:last-of-type {
    padding-bottom: 1rem;
}
.cs-navigation__item {
    font-size: 0.9em;
    margin: 0;
    width: 100%;
}
.cs-navigation__item--active:not([data-category-identifier="all-categories"])
    > .cs-navigation__link,
.cs-navigation__item.active:not([data-category-identifier="all-categories"])
    > .cs-navigation__link,
.cs-navigation__item:hover:not([data-category-identifier="all-categories"])
    > .cs-navigation__link {
    color: #324dcf;
}
.cs-navigation__item--main {
    width: auto;
    font-size: 1.4em;
}
.cs-navigation__item--main:first-of-type > .cs-navigation__link {
    padding-left: 0;
}
.cs-navigation__item--main:last-of-type > .cs-navigation__link {
    padding-right: 0;
}
.cs-navigation__item--all-categories,
.cs-navigation__item--level_1 {
    padding: 1rem;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}
.cs-navigation__item--hidden {
    display: none;
}
.cs-navigation__link {
    display: block;
    text-transform: uppercase;
    padding: 0.9em 1.05em;
    width: 100%;
}
.cs-navigation__link,
.cs-navigation__link:visited {
    color: #484848;
}
.cs-navigation__link:hover {
    text-decoration: none;
    color: #324dcf;
}
.cs-navigation__link--main {
    font-weight: 700;
}
.cs-navigation__link--all-categories,
.cs-navigation__link--level_1 {
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1.55em;
}
.cs-navigation__link--level_2 {
    text-transform: none;
    font-size: 1.25em;
}
.cs-navigation__link--with-icon {
    position: relative;
    padding-left: 2.8rem;
}
.cs-navigation__link-icon-wrapper {
    position: absolute;
    width: 2rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cs-navigation__link-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-height: 1.8rem;
}
.cs-navigation__link--category .cs-navigation__link-icon {
    margin-top: -0.5rem;
}
.cs-navigation__link-products-qty:before {
    content: "(";
}
.cs-navigation__link-products-qty:after {
    content: ")";
}
.cs-navigation .cs-navigation__item--no-children {
    padding: 0;
}
.cs-navigation
    .cs-navigation__item--no-children
    > .cs-navigation__link--level_1 {
    text-transform: none;
    font-size: 1.12em;
    font-weight: 400;
    padding: 0.9em 1.5em;
    border: none;
    color: #484848;
}
.cs-navigation__flyout {
    position: absolute;
    display: none;
    background: #fff;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1001;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
}
.cs-navigation__flyout--visible {
    display: flex;
}
.cs-navigation__flyout svg {
    pointer-events: none;
}
@supports (-ms-ime-align: auto) {
    .cs-navigation__flyout li {
        list-style: none;
        list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
        list-style-type: none;
    }
}
.cs-navigation__teaser {
    position: relative;
    max-height: 100%;
    padding: 1em 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.cs-navigation__teaser--hidden {
    display: none;
}
.cs-navigation__teaser .cs-image-teaser__figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cs-navigation__products {
    padding: 0.5em 1em;
    min-width: 24rem;
}
.cs-navigation__products-header {
    display: block;
    color: #484848;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 1.1em 1.05em 1.55em;
    font-size: 0.9em;
}
.cs-navigation__products-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-navigation__product {
    position: relative;
}
.cs-navigation__product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 170%;
}
.cs-navigation__product .cs-product-tile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cs-navigation__overlay {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #000;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 0;
    transform: translate3d(0, 3rem, 0);
    transition: opacity 0.15s linear,
        transform 0.2s cubic-bezier(0, 0.97, 0.05, 0.99);
}
.cs-navigation__overlay--visible {
    opacity: 0.8;
    transform: translateZ(0);
}
.page-print .cs-navigation {
    display: none;
}
@supports (display: grid) and (grid-auto-flow: row) {
    .cs-navigation__product {
        position: relative;
    }
    .cs-navigation__product:before {
        content: none;
    }
    .cs-navigation__product .cs-product-tile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}
.cs-container--navigation {
    display: none;
}
@media (min-width: 64em) {
    .cs-container--navigation {
        display: block;
    }
}
.cs-newsletter {
    margin: 0;
    width: 100%;
}
@media (max-width: 47.99em) {
    .cs-newsletter {
        padding: 0 1.5rem;
    }
}
.cs-newsletter__form {
    position: relative;
    display: flex;
    overflow: hidden;
}
@media (min-width: 48em) {
    .cs-newsletter__form {
        max-width: 34rem;
    }
}
@media (min-width: 64em) {
    .cs-newsletter__form {
        max-width: 100%;
    }
}
.cs-newsletter__field {
    flex-basis: 100%;
}
.cs-newsletter__input {
    margin-top: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.cs-newsletter__actions {
    display: flex;
    align-items: stretch;
    height: 4rem;
}
.cs-newsletter__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.cs-newsletter__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-newsletter__button,
.cs-newsletter__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-newsletter__button *,
.cs-newsletter__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-newsletter__button:active:not([disabled]),
.cs-newsletter__button:focus:not([disabled]),
.cs-newsletter__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-newsletter__button:active:not([disabled]) *,
.cs-newsletter__button:focus:not([disabled]) *,
.cs-newsletter__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-newsletter__button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-newsletter__button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: relative;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0;
}
.cs-offcanvas-toggle {
    position: relative;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    align-self: stretch;
    height: 100%;
    width: 100%;
}
.cs-offcanvas-toggle,
.cs-offcanvas-toggle:active,
.cs-offcanvas-toggle:focus,
.cs-offcanvas-toggle:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.cs-offcanvas-toggle:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    transform: scale(0);
    background: #324dcf;
    transition: transform 0.3s;
    bottom: 0;
    left: 0;
    transform-origin: left;
}
.cs-offcanvas-toggle--active,
.cs-offcanvas-toggle--active:active,
.cs-offcanvas-toggle--active:focus,
.cs-offcanvas-toggle--active:hover {
    background: #324dcf;
}
.cs-offcanvas-toggle--active:after {
    transform: scale(1);
}
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon {
    transform: rotate(-45deg);
}
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon,
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:after,
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:before {
    background: #fff;
}
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:after,
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon:before {
    transform: rotate(90deg);
}
.cs-offcanvas-toggle__icon {
    padding: 0;
    margin: 0;
    position: relative;
}
.cs-offcanvas-toggle__icon,
.cs-offcanvas-toggle__icon:after,
.cs-offcanvas-toggle__icon:before {
    width: 1.8rem;
    height: 0.2rem;
    background: #324dcf;
    transition: background-color 0.3s, transform 0.3s;
}
.cs-offcanvas-toggle__icon:after,
.cs-offcanvas-toggle__icon:before {
    content: "";
    display: block;
    position: absolute;
}
.cs-offcanvas-toggle__icon:before {
    transform: translateY(-250%);
    transform: translate3d(0, -250%, 0);
}
.cs-offcanvas-toggle__icon:after {
    transform: translateY(250%);
    transform: translate3d(0, 250%, 0);
}
.cs-offcanvas-toggle__text {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #212121;
    text-transform: uppercase;
    transition: color 0.3s;
}
.cs-offcanvas-toggle--active .cs-offcanvas-toggle__text {
    color: #fff;
}
@media (min-width: 48em) {
    .cs-offcanvas-toggle__text {
        bottom: 2rem;
    }
}
.cs-offcanvas-navigation {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.cs-offcanvas-navigation__list {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.cs-offcanvas-navigation__list--current {
    overflow-y: auto;
}
.cs-offcanvas-navigation__list .cs-offcanvas-navigation__list {
    position: absolute;
    left: 105%;
    height: 100%;
    top: 0;
    transition: transform 0.3s;
}
.cs-offcanvas-navigation__list .cs-offcanvas-navigation__list--active {
    transform: translateX(-105%);
    transform: translate3d(-105%, 0, 0);
}
.cs-offcanvas-navigation__item {
    width: 100%;
    display: flex;
    overflow: hidden;
    margin: 0;
}
.cs-offcanvas-navigation__item + .cs-offcanvas-navigation__item {
    border-top: 1px solid #dcdcdc;
}
.cs-offcanvas-navigation__item:last-of-type {
    border-bottom: 1px solid #dcdcdc;
}
.cs-offcanvas-navigation__item--with-icon .cs-offcanvas-navigation__text {
    position: relative;
    padding-left: 2rem;
}
.cs-offcanvas-navigation__link {
    min-width: 100%;
    width: 100%;
    display: flex;
    padding: 2.4rem 2rem;
    font-size: 1.4rem;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.cs-offcanvas-navigation__link,
.cs-offcanvas-navigation__link:hover,
.cs-offcanvas-navigation__link:visited {
    color: #212121;
}
.cs-offcanvas-navigation__link--sign-in,
.cs-offcanvas-navigation__link--sign-out {
    padding-right: 5rem;
}
.cs-offcanvas-navigation__link--sign-in,
.cs-offcanvas-navigation__link--sign-in:hover,
.cs-offcanvas-navigation__link--sign-in:visited,
.cs-offcanvas-navigation__link--sign-out,
.cs-offcanvas-navigation__link--sign-out:hover,
.cs-offcanvas-navigation__link--sign-out:visited {
    color: #324dcf;
}
.cs-offcanvas-navigation__link--sign-in:hover
    .cs-offcanvas-navigation__icon
    path,
.cs-offcanvas-navigation__link--sign-out:hover
    .cs-offcanvas-navigation__icon
    path {
    fill: #324dcf;
}
.cs-offcanvas-navigation__link--sign-in .cs-offcanvas-navigation__icon,
.cs-offcanvas-navigation__link--sign-out .cs-offcanvas-navigation__icon {
    width: 2.3rem;
    height: 2.7rem;
    right: 2rem;
}
.cs-offcanvas-navigation__link--sign-in .cs-offcanvas-navigation__icon path,
.cs-offcanvas-navigation__link--sign-out .cs-offcanvas-navigation__icon path {
    fill: #324dcf;
}
.cs-offcanvas-navigation__link--parent .cs-offcanvas-navigation__icon,
.cs-offcanvas-navigation__link--return .cs-offcanvas-navigation__icon {
    width: 0.7rem;
    height: 0.7rem;
}
.cs-offcanvas-navigation__link--parent {
    padding-right: 5rem;
}
.cs-offcanvas-navigation__link--parent .cs-offcanvas-navigation__icon {
    right: 2rem;
}
.cs-offcanvas-navigation__link--return {
    padding-left: 5rem;
}
.cs-offcanvas-navigation__link--return .cs-offcanvas-navigation__icon {
    left: 2rem;
}
.cs-offcanvas-navigation__link--next {
    position: relative;
}
.cs-offcanvas-navigation__link--next:after,
.cs-offcanvas-navigation__link--next:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.1rem;
    left: auto;
    background-color: #324dcf;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-offcanvas-navigation__link--next[aria-expanded="true"]:after,
.cs-offcanvas-navigation__link--next[aria-expanded="true"]:before {
    background-color: #888;
}
.cs-offcanvas-navigation__link--next:before {
    transform: rotate(135deg) translate3d(50%, 0, 0);
    right: 2rem;
}
.cs-offcanvas-navigation__link--next:after {
    right: 2rem;
    transform: rotate(-135deg) translate3d(50%, 0, 0);
}
.cs-offcanvas-navigation__link--next[aria-expanded="true"]:before {
    transform: rotate(225deg) translateZ(0);
    right: 0;
}
.cs-offcanvas-navigation__link--next[aria-expanded="true"]:after {
    transform: rotate(-45deg) translateZ(0);
    right: 2rem;
}
.cs-offcanvas-navigation__link--prev {
    position: relative;
}
.cs-offcanvas-navigation__link--prev:after,
.cs-offcanvas-navigation__link--prev:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.1rem;
    left: auto;
    background-color: #324dcf;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-offcanvas-navigation__link--prev[aria-expanded="true"]:after,
.cs-offcanvas-navigation__link--prev[aria-expanded="true"]:before {
    background-color: #888;
}
.cs-offcanvas-navigation__link--prev:before {
    transform: rotate(45deg) translate3d(50%, -50%, 0);
    right: 0;
}
.cs-offcanvas-navigation__link--prev:after {
    right: 0;
    transform: rotate(-45deg) translate3d(50%, 50%, 0);
}
.cs-offcanvas-navigation__link--prev[aria-expanded="true"]:before {
    transform: rotate(-45deg) translateZ(0);
    right: auto;
}
.cs-offcanvas-navigation__link--prev[aria-expanded="true"]:after {
    transform: rotate(-135deg) translateZ(0);
    right: 0;
}
.cs-offcanvas-navigation__link--prev:after,
.cs-offcanvas-navigation__link--prev:before {
    left: 2rem;
}
.cs-offcanvas-navigation .active > .cs-offcanvas-navigation__link {
    color: #324dcf;
}
.cs-offcanvas-navigation__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cs-offcanvas-navigation__icon path {
    fill: #324dcf;
}
.cs-offcanvas-navigation__category-icon-wrapper {
    position: absolute;
    width: 2rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cs-offcanvas-navigation__category-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    max-height: 2rem;
}
.cs-offcanvas-navigation__product-qty {
    font-weight: 400;
    color: #696969;
}
.cs-offcanvas-navigation__product-qty:before {
    content: "(";
}
.cs-offcanvas-navigation__product-qty:after {
    content: ")";
}
.cs-offcanvas {
    position: relative;
    z-index: 300;
}
.cs-offcanvas__drawer,
.cs-offcanvas__overlay {
    position: fixed;
    left: 0;
    top: 5rem;
}
@media (min-width: 48em) {
    .cs-offcanvas__drawer,
    .cs-offcanvas__overlay {
        top: 8.3rem;
    }
}
@media (min-width: 64em) {
    .cs-offcanvas__drawer,
    .cs-offcanvas__overlay {
        display: none;
    }
}
.cs-offcanvas--mini-cart .cs-offcanvas__drawer,
.cs-offcanvas--mini-cart .cs-offcanvas__overlay {
    display: block;
    top: 0;
}
.cs-offcanvas__overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s, transform 1ms 0.3s;
    transform: scale(0);
    cursor: pointer;
}
.cs-offcanvas .overlay--visible {
    transform: scale(1);
    background: rgba(0, 0, 0, 0.7);
    transition: background-color 0.3s;
}
.cs-offcanvas__drawer {
    position: fixed;
    bottom: 0;
    background: #fff;
    transition: transform 0.3s;
    width: 90%;
    max-width: 40rem;
}
.cs-offcanvas--side_left .cs-offcanvas__drawer {
    left: 0;
    right: auto;
    transform: translate3d(-105%, 0, 0);
}
.cs-offcanvas--side_right .cs-offcanvas__drawer {
    left: auto;
    right: 0;
    transform: translate3d(105%, 0, 0);
}
.cs-offcanvas .drawer--visible {
    transform: translateZ(0) !important;
}
.cs-offcanvas__spinner {
    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 50%;
    top: 20%;
    margin-left: -3rem;
}
.page-title {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 2.6rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
    padding-bottom: 1rem;
    text-transform: none;
    font-weight: 600;
}
.page-title__headline {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: inline;
}
.page-title__span {
    color: #696969;
    font-weight: 300;
    padding: 0;
}
.cs-page-bottom {
    padding: 1.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 48em) {
    .cs-page-bottom {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.page-print .cs-page-bottom {
    display: none;
}
.cs-page-bottom__image {
    height: 3rem;
    width: auto;
}
.cs-page-bottom__image--circle {
    width: 4.7rem;
    height: 4.7rem;
    min-width: 4.7rem;
    min-height: 4.7rem;
    margin-right: 1rem;
}
.cs-page-bottom__text {
    font-size: 1.2rem;
    color: #696969;
    margin-bottom: 0;
    margin-right: 0.6rem;
}
.cs-page-bottom__text--small {
    font-size: 1rem;
}
.cs-page-bottom__group {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: space-between;
}
@media (min-width: 48em) {
    .cs-page-bottom__group {
        width: 100%;
        padding: 1rem 0;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom__group {
        width: auto;
        padding: 0;
    }
}
.cs-page-bottom__group--info {
    display: none;
    flex-direction: row-reverse;
}
@media (min-width: 48em) {
    .cs-page-bottom__group--info {
        display: flex;
        flex-basis: 40%;
        justify-content: flex-end;
        padding-right: 1.5rem;
    }
    .cs-page-bottom__group--info .cs-page-bottom__text {
        max-width: 20rem;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom__group--info {
        flex-basis: 17%;
        padding-right: 0;
    }
    .cs-page-bottom__group--info .cs-page-bottom__text {
        max-width: 100%;
    }
}
.cs-page-bottom__group--shipping {
    display: none;
}
@media (min-width: 48em) {
    .cs-page-bottom__group--shipping {
        display: flex;
        flex-basis: 55%;
        padding-left: 1.5rem;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom__group--shipping {
        flex-basis: 33%;
        padding-left: 4rem;
    }
}
.cs-page-bottom__group--payment {
    flex-basis: 50%;
}
@media (max-width: 47.99em) {
    .cs-page-bottom__group--payment .cs-page-bottom__text {
        display: none;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-page-bottom__group--payment {
        flex-basis: 100%;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom__group--payment {
        padding-left: 4rem;
    }
}
@media (min-width: 64em) {
    .cs-page-bottom__group--payment,
    .cs-page-bottom__group--shipping {
        position: relative;
    }
    .cs-page-bottom__group--payment:before,
    .cs-page-bottom__group--shipping:before {
        margin: 0 1rem;
        content: "";
        position: absolute;
        left: 1rem;
        top: 50%;
        width: 0.2rem;
        height: 2rem;
        background: #dcdcdc;
        transform: translateY(-50%);
    }
}
.cs-page-bottom__logo {
    display: flex;
    flex-shrink: 1;
    height: 2rem;
}
@media (max-width: 63.99em) {
    .cs-page-bottom__logo {
        width: auto;
    }
}
.cs-page-bottom__logo--hermes {
    width: 12.2rem;
}
.cs-page-bottom__logo--dhl {
    height: auto;
    max-height: 2rem;
    min-width: 8.6rem;
    padding-left: 10px;
}
.cs-page-bottom__logo--paypal {
    width: 6.2rem;
}
.cs-page-bottom__logo--visa {
    height: auto;
    max-height: 2rem;
    min-width: 5.5rem;
}
.cs-page-bottom__logo--mastercard {
    width: 3.3rem;
}
.cs-page-bottom__logo--klarna-sofort {
    height: auto;
    max-height: 2.5rem;
    min-height: 2.5rem;
}
.cs-page-bottom__logo--klarna {
    width: 7rem;
}
.cs-page-bottom__logo--gls {
    width: 5rem;
}
.cs-page-bottom__logo--giropay {
    width: 4.8rem;
}
.cs-page-bottom__logo--ec {
    width: 1.8rem;
}
.cs-page-bottom__logo--paydirekt {
    width: 6rem;
}
.cs-page-bottom__logo--lastschrift {
    width: 6.15rem;
}
.cs-page-bottom__logo--vorkasse {
    width: 8.3rem;
}
.cs-page-bottom__logo--rechnung {
    width: 6.15rem;
}
.cs-page-bottom__logo + .cs-page-bottom__logo {
    margin-left: 0.5rem;
}
.cs-container--page-bottom {
    max-width: none;
}
.price-box {
    display: inline-block;
}
.price-box .price {
    white-space: nowrap;
}
.price-box .old-price .price {
    font-size: 0.65rem;
}
.price-box .old-price.no-display {
    display: none;
}
.price-box .special-price .price {
    padding-left: 0.4em;
}
.price-box .price {
    color: #324dcf;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
.price-box .price-label {
    color: #324dcf;
    display: none;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0.3rem 0.3rem 0;
}
.price-box .price-label:after {
    content: ":";
}
body p .price-box .price-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.price-box .price-wrapper {
    display: flex;
}
.price-box .price-from,
.price-box .price-to {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.price-box .price-from > .price-container,
.price-box .price-to > .price-container {
    font-size: 1.1rem;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
    display: inline-block;
    padding: 0;
}
.price-box .old-price .price {
    text-decoration: line-through;
    color: #696969;
    font-size: 1.5rem;
    font-weight: 700;
}
.price-box .special-price .price {
    padding-left: 0;
    color: #e41f12;
    font-size: 1.5rem;
    font-weight: 700;
}
.price-box .special-price.active .price {
    color: #e41f12;
}
.price-box .price-from {
    margin-right: 1rem;
}
.cs-price--pdp_dailydeal-countdown
    .price-box:not(.price-final_price_without_daily_deal) {
    display: none;
}
.price-box .price-container.price-final_price:not(:only-child) .price {
    color: #e41f12;
}
.cs-bundle-box__add .price-as-configured {
    margin: 1rem 0 0;
}
.minimal-price-link {
    margin-top: 0 !important;
    margin-right: 1.5rem;
    position: relative;
}
.minimal-price-link:after {
    color: #324dcf;
    display: block;
    content: "-";
    right: -1rem;
    top: 0;
    position: absolute;
}
.cs-product-tile {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
}
@media (min-width: 64em) {
    .cs-product-tile:hover {
        z-index: 5;
        transition: z-index 0.1ms;
    }
}
.cs-product-tile--clickable:hover {
    cursor: pointer;
}
.cs-product-tile--hidden .cs-product-tile__addons,
.cs-product-tile--hidden .cs-product-tile__main {
    visibility: hidden !important;
}
.cs-product-tile--grid.cs-product-tile--static .cs-product-tile__addons {
    display: none;
}
.cs-product-tile__container {
    display: flex;
    height: 100%;
    width: 100%;
}
.cs-product-tile--grid .cs-product-tile__container {
    flex-direction: column;
    padding: 1.5rem;
}
.cs-product-tile--list .cs-product-tile__container {
    flex-direction: row;
    padding: 1.5rem 0;
}
.cs-product-tile--list .cs-product-tile__link {
    display: flex;
    width: 100%;
}
.cs-product-tile--grid .cs-product-tile__link {
    display: block;
    height: 100%;
}
.cs-product-tile__thumbnail {
    padding: 0;
    display: flex;
}
.cs-product-tile__thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.cs-product-tile--grid .cs-product-tile__thumbnail-link {
    width: 100%;
}
.cs-product-tile--list .cs-product-tile__thumbnail-link {
    padding: 0 1.5rem 0 0;
    height: 100%;
    flex-grow: 0;
}
@media (min-width: 48em) {
    .cs-product-tile--list .cs-product-tile__thumbnail-link {
        padding: 0;
    }
}
.cs-products-list--with-sidebar
    .cs-product-tile--list
    .cs-product-tile__thumbnail-link {
    padding: 0 1.5rem 0 0;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar
        .cs-product-tile--list
        .cs-product-tile__thumbnail-link {
        padding: 0;
    }
}
.cs-product-tile__thumbnail-link:hover,
.cs-product-tile__thumbnail-link:visited {
    color: inherit;
    text-decoration: inherit;
}
.cs-product-tile__figure {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.cs-product-tile--grid .cs-product-tile__figure {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    position: relative;
}
.cs-product-tile--grid .cs-product-tile__figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.71429%;
}
.cs-product-tile--grid
    .cs-product-tile__figure
    .cs-product-tile__thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cs-product-tile--list .cs-product-tile__figure {
    width: 10rem;
    justify-content: center;
    align-items: flex-start;
}
@media (max-width: 29.99em) {
    .cs-product-tile--list .cs-product-tile__figure {
        width: 5rem;
    }
}
.cs-product-tile--list .cs-product-tile__figure:before {
    content: none;
}
.cs-product-tile__image {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.cs-product-tile--grid .cs-product-tile__image {
    position: absolute;
    top: 0;
    left: 0;
}
.cs-product-tile--list .cs-product-tile__image {
    max-height: 100%;
    position: relative !important;
    margin-top: 0;
}
.cs-product-tile__badges {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.cs-product-tile--grid .cs-product-tile__badges--list,
.cs-product-tile--list .cs-product-tile__badges--grid {
    display: none;
}
.cs-product-tile--grid .cs-product-tile__badges {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0.3rem;
    flex-direction: column;
}
.cs-product-tile--list .cs-product-tile__badges {
    margin: 0 0 0 0.3rem;
    justify-content: flex-start;
}
.cs-product-tile__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: skew(-15deg);
    background-color: #324dcf;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 0 0.7rem 0 0.3rem;
    font-size: 1.1rem;
    font-weight: 700;
    min-height: 2em;
    text-transform: uppercase;
}
.cs-product-tile__badge:before {
    content: "";
    width: 1rem;
    position: absolute;
    min-height: inherit;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    transform: skew(15deg);
    border-radius: 3px 0 0 3px;
    border: inherit;
    border-right: 0;
    transform-origin: bottom left;
}
@media (min-width: 23.125em) and (max-width: 29.99em) {
    .cs-product-tile__badge {
        font-size: 0.9rem;
    }
}
.cs-product-tile__badge--discount {
    background-color: #e41f12;
    color: #fff;
}
.cs-product-tile__badge--discount .cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge--discount
    .cs-product-tile__badge-text
    + .cs-product-tile__badge--discount
    .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile__badge--new {
    background-color: #fed400;
    color: #000;
}
.cs-product-tile__badge--new .cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge--new
    .cs-product-tile__badge-text
    + .cs-product-tile__badge--new
    .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile__badge--free-shipping {
    background-color: #37b841;
    color: #fff;
}
.cs-product-tile__badge--free-shipping .cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge--free-shipping
    .cs-product-tile__badge-text
    + .cs-product-tile__badge--free-shipping
    .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile__badge--popular {
    background-color: #37b841;
    color: #fff;
}
.cs-product-tile__badge--popular .cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge--popular
    .cs-product-tile__badge-text
    + .cs-product-tile__badge--popular
    .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile__badge--dailydeal {
    background-color: #e41f12;
    color: #fff;
}
.cs-product-tile__badge--dailydeal .cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge--dailydeal
    .cs-product-tile__badge-text
    + .cs-product-tile__badge--dailydeal
    .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile__badge-item {
    display: flex;
}
.cs-product-tile--grid .cs-product-tile__badge-item {
    margin: 0 0 0.5rem;
    width: 100%;
}
.cs-product-tile--list .cs-product-tile__badge-item {
    margin: 0 1rem 0.3rem 0;
}
.cs-product-tile__badge-item:empty {
    display: none;
}
.cs-product-tile__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-product-tile__badge-text + .cs-product-tile__badge-text {
    margin-left: 0.5rem;
}
.cs-product-tile--list .cs-product-tile__gallery {
    display: none !important;
}
.cs-product-tile__content {
    padding: 0;
    display: flex;
    align-items: stretch;
}
.cs-product-tile--grid .cs-product-tile__content {
    flex-direction: column;
    flex: 1 1;
}
.cs-product-tile--list .cs-product-tile__content {
    position: relative;
    flex: 1 1 auto;
    flex-direction: column-reverse;
}
@media (min-width: 48em) {
    .cs-product-tile--list .cs-product-tile__content {
        flex-direction: row-reverse;
    }
}
.cs-products-list--with-sidebar
    .cs-product-tile--list
    .cs-product-tile__content {
    flex-direction: column-reverse;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar
        .cs-product-tile--list
        .cs-product-tile__content {
        flex-direction: row-reverse;
    }
}
.cs-product-tile__addons {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
}
.cs-product-tile--list .cs-product-tile__addons {
    padding: 0;
    margin: 1rem 0 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
    transform: none;
    overflow: visible;
}
@media (min-width: 48em) {
    .cs-product-tile--list .cs-product-tile__addons {
        flex: 0 0 25rem;
        padding: 0 0 0 1.5rem;
        margin: 0;
        flex-direction: column;
        border-left: 1px solid #f0f0f0;
    }
}
.cs-products-list--with-sidebar
    .cs-product-tile--list
    .cs-product-tile__addons {
    padding: 0;
    margin: 1rem 0 0;
    flex: 1 0 auto;
    flex-direction: row;
    border-left: none;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar
        .cs-product-tile--list
        .cs-product-tile__addons {
        padding: 0 0 0 1.5rem;
        margin: 0;
        flex: 0 0 25rem;
        flex-direction: column;
        border-left: 1px solid #f0f0f0;
    }
}
.cs-product-tile--grid .cs-product-tile__addons {
    align-items: flex-end;
    opacity: 0;
    top: 0;
    padding: calc(130% + 10rem) 1.5rem 1.5rem;
    box-shadow: 1px 3px 3rem 0 rgba(33, 33, 33, 0.28);
    transform: translate3d(0, -3rem, 0);
}
@media (min-width: 64em) {
    .cs-product-tile:hover .cs-product-tile__addons {
        opacity: 1;
        transform: translateZ(0);
        transition: opacity 0.1s linear,
            transform 0.33s cubic-bezier(0, 0.66, 0.32, 0.99);
    }
}
@media (min-width: 64em) and (pointer: coarse) {
    .cs-product-tile:hover .cs-product-tile__addons {
        opacity: 0;
        transform: none;
    }
}
.cs-product-tile--static .cs-product-tile:hover .cs-product-tile__addons,
.cs-product-tile:hover .cs-product-tile__addons .cs-product-tile.no-transition {
    transition: none;
}
.cs-product-tile__addons-top {
    width: 100%;
}
.cs-product-tile--list .cs-product-tile__addons-top {
    flex: 1 1;
}
.cs-product-tile__addons-sides {
    display: flex;
    width: 100%;
}
.cs-product-tile__addons-right {
    padding-left: 1rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.ie11 .cs-product-tile__addons-right {
    width: 30%;
}
.cs-product-tile--grid .cs-product-tile__addons-right {
    align-items: flex-end;
}
.cs-product-tile--list .cs-product-tile__addons-right {
    align-items: flex-start;
    padding-left: 0;
    order: -1;
}
.cs-product-tile__addons-bottom {
    width: 100%;
}
.cs-product-tile--list .cs-product-tile__addons-bottom {
    display: none;
}
@media (min-width: 48em) {
    .cs-product-tile--list .cs-product-tile__addons-bottom {
        display: block;
    }
}
.cs-products-list--with-sidebar
    .cs-product-tile--list
    .cs-product-tile__addons-bottom {
    display: none;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar
        .cs-product-tile--list
        .cs-product-tile__addons-bottom {
        display: block;
    }
}
.cs-product-tile__addons-left {
    padding-right: 1rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.ie11 .cs-product-tile__addons-left {
    width: 70%;
}
.cs-product-tile--grid .cs-product-tile__addons-left {
    align-items: flex-start;
}
.cs-product-tile--list .cs-product-tile__addons-left {
    align-items: flex-end;
    padding-right: 0;
    order: 2;
}
.cs-product-tile__review--grid {
    margin: 1rem 0 0;
}
.cs-product-tile--list .cs-product-tile__review--grid {
    display: none;
}
.cs-product-tile__review--list {
    margin: 0 0 1rem;
}
@media (min-width: 48em) {
    .cs-product-tile__review--list {
        position: absolute;
        top: 0;
        right: 2rem;
    }
    .cs-product-tile--list
        .cs-product-tile__review--list
        + .cs-product-tile__name {
        padding-right: 12rem;
    }
}
.cs-products-list--with-sidebar .cs-product-tile__review--list {
    position: relative;
    top: auto;
    right: auto;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar .cs-product-tile__review--list {
        position: absolute;
        top: 0;
        right: 2rem;
        margin: 0 0 1rem;
    }
    .cs-product-tile--list
        .cs-products-list--with-sidebar
        .cs-product-tile__review--list
        + .cs-product-tile__name {
        padding-right: 12rem;
    }
}
.cs-product-tile--grid .cs-product-tile__review--list {
    display: none;
}
.cs-product-tile__review:empty {
    margin: 0 !important;
}
.cs-product-tile__stock {
    display: inline-block;
    white-space: nowrap;
    font-size: 1.3rem;
}
.cs-product-tile__stock--in {
    color: #37b841;
}
.cs-product-tile__stock--out {
    color: #e41f12;
}
.cs-product-tile--grid .cs-product-tile__stock {
    margin: 0;
}
.cs-product-tile--list .cs-product-tile__stock {
    margin: 0 1rem 0 0;
}
.cs-product-tile--list .cs-product-tile__dailydeal--grid {
    display: none !important;
}
.cs-product-tile__dailydeal--list {
    position: relative;
    width: auto;
    margin-bottom: 0;
}
.cs-product-tile--grid .cs-product-tile__dailydeal--list {
    display: none !important;
}
.cs-product-tile__dailydeal--list.cs-dailydeal--tile {
    position: relative;
    width: auto;
    bottom: 0;
}
.cs-product-tile--grid .cs-product-tile__dailydeal {
    margin: 0;
}
.cs-product-tile--list .cs-product-tile__dailydeal {
    margin: 1rem 0 0;
}
.cs-product-tile__qty {
    margin-bottom: 1rem;
    width: 11rem;
    margin-left: auto;
}
.cs-product-tile__main {
    position: relative;
    display: flex;
    align-items: stretch;
}
.cs-product-tile--grid .cs-product-tile__main {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.cs-product-tile--list .cs-product-tile__main {
    flex-direction: row;
    flex: 1 1 100%;
}
@media (min-width: 48em) {
    .cs-product-tile--list .cs-product-tile__main {
        padding: 0 2rem;
    }
}
.cs-products-list--with-sidebar .cs-product-tile--list .cs-product-tile__main {
    padding: 0;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar
        .cs-product-tile--list
        .cs-product-tile__main {
        padding: 0 2rem;
    }
}
.cs-product-tile__details {
    flex-shrink: 0;
}
.cs-product-tile--list .cs-product-tile__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1;
    padding: 0;
}
.cs-product-tile__swatches {
    display: flex;
}
.cs-product-tile--grid .cs-product-tile__swatches {
    margin: 1.5rem 0 1rem;
    min-height: 2.6rem;
}
.cs-product-tile--grid .cs-product-tile__swatches,
.cs-product-tile--grid .cs-product-tile__swatches .swatch-attribute-options {
    justify-content: center;
}
.cs-product-tile--list .cs-product-tile__swatches {
    width: 100%;
    margin: 0 0 0.5rem;
}
.cs-product-tile--list .cs-product-tile__swatches:empty {
    margin: 0;
}
.cs-product-tile--list .cs-product-tile__swatches,
.cs-product-tile--list .cs-product-tile__swatches .swatch-attribute-options {
    justify-content: flex-start;
}
.cs-product-tile__swatches--list:empty {
    margin: 0 !important;
}
.ie11 .cs-product-tile__swatches {
    width: 100%;
}
.cs-product-tile__brand {
    height: 2rem;
    margin-top: 1.5rem;
    text-align: center;
}
.cs-product-tile__brand--empty {
    height: 0;
}
.cs-product-tile--list .cs-product-tile__brand {
    margin: 0;
    order: -2;
    text-align: left;
}
.cs-product-tile__brand-text {
    font-size: 1.2rem;
    color: #888;
}
.cs-product-tile__name {
    line-height: 1.8rem;
    font-weight: 400;
    font-size: 1.5rem;
    overflow: hidden;
    width: 100%;
}
.cs-product-tile--grid .cs-product-tile__name {
    height: 3.8rem;
    margin: 0 0 1.5rem;
    text-align: center;
}
.cs-product-tile--grid .cs-product-tile__details > .cs-product-tile__name {
    margin-top: 1.5rem;
}
.cs-product-tile--grid
    .cs-product-tile__details
    > .cs-product-tile__brand
    + .cs-product-tile__name {
    margin-top: 0;
}
.cs-product-tile--grid
    .cs-product-tile__details
    > .cs-product-tile__brand--empty
    + .cs-product-tile__name {
    height: 5.8rem;
}
.cs-product-tile--list .cs-product-tile__name {
    margin: 0 0 1rem;
    text-align: left;
    order: -1;
}
.cs-product-tile__name-link {
    color: #212121;
    transition: color 0.15s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-width: 100%;
}
.cs-product-tile__name-link:visited {
    color: #212121;
}
.cs-product-tile__name-link:hover {
    color: #142b9e;
    text-decoration: none;
}
.cs-product-tile__description {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: #696969;
    margin: 0 0 1rem;
}
.cs-product-tile--grid .cs-product-tile__description {
    display: none;
}
.cs-product-tile--list .cs-product-tile__description {
    width: 100%;
    text-align: left;
}
.cs-product-tile__description:empty {
    margin: 0 !important;
}
.cs-product-tile__additional--list {
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
@media (min-width: 48em) {
    .cs-product-tile__additional--list {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}
.cs-products-list--with-sidebar .cs-product-tile__additional--list {
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 64em) {
    .cs-products-list--with-sidebar .cs-product-tile__additional--list {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}
.ie11 .cs-product-tile__addto {
    width: 100%;
}
.cs-product-tile--grid .cs-product-tile__addto--list,
.cs-product-tile--list .cs-product-tile__addto--grid {
    display: none;
}
.cs-product-tile--grid .cs-product-tile__addto,
.cs-product-tile--list .cs-product-tile__addto {
    margin: 1rem 0 0;
}
.cs-product-tile__addto .cs-links-block-addto__link {
    font-size: 1.3rem;
}
.cs-dashboard__bottom-wishlist .cs-product-tile__addto,
.cs-dashboard__wishlist-products-grid .cs-product-tile__addto {
    display: none;
}
.cs-product-tile__addto:empty {
    margin: 0 !important;
}
.ie11 .cs-product-tile__addto .cs-links-block-addto--grid,
.ie11 .cs-product-tile__addto .cs-links-block-addto__item--wishlist {
    width: 100%;
}
.cs-product-tile--grid .cs-product-tile__addtocart {
    margin: 1rem 0 0;
}
.cs-product-tile--list .cs-product-tile__addtocart {
    margin: 0.5rem 0 0;
}
.cs-product-tile__addtocart-button {
    width: 100%;
}
.cs-product-tile__wishlist-remove-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}
@media (pointer: fine) {
    .cs-product-tile__wishlist-remove-icon {
        display: none;
    }
}
.cs-product-tile__wishlist-remove-icon-image {
    width: 1.2rem;
    height: 1.2rem;
    fill: #888;
}
.cs-product-tile--list .cs-product-tile__wishlist-comment,
.cs-product-tile__wishlist-comment {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-product-tile__wishlist-actions {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
}
.cs-product-tile__price {
    line-height: 1.2;
}
.cs-product-tile--grid .cs-product-tile__price--list,
.cs-product-tile--list .cs-product-tile__price--grid {
    display: none;
}
.cs-product-tile__price .price-box {
    display: block;
    text-align: center;
}
.cs-product-tile__price .price-box .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #324dcf;
}
.cs-product-tile__price .price-box .old-price .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #696969;
    text-decoration: line-through;
}
.cs-product-tile__price .price-box .special-price .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e41f12;
}
.cs-product-tile__price .price-box .minimal-price {
    margin: 0;
    /*display: flex;*/
}
.cs-product-tile--grid .cs-product-tile__price .price-box {
    margin: 0;
    align-items: center;
    justify-content: center;
}
.cs-product-tile--grid .cs-product-tile__price .price-box .old-price {
    order: -1;
}
.cs-product-tile--grid .cs-product-tile__price .price-box .minimal-price {
    align-items: center;
}
.cs-product-tile--grid .cs-product-tile__price .price-box .old-price .price {
    margin-right: 0;
}
.cs-product-tile--list .cs-product-tile__price .price-box {
    justify-content: flex-end;
    margin: 0;
    text-align: right;
    flex-direction: column;
}
.cs-product-tile--list .cs-product-tile__price .price-box .price-wrapper {
    justify-content: flex-end;
}
.cs-product-tile--list .cs-product-tile__price .price-box .old-price {
    order: -1;
}
.cs-product-tile--list .cs-product-tile__price .price-box .price-from {
    margin-right: 0;
}
.cs-product-tile--list .cs-product-tile__price .price-box .minimal-price {
    flex-direction: column;
}
.cs-product-tile__price--dailydeal-countdown
    .price-box:not(.price-final_price_without_daily_deal) {
    display: none;
}
.cs-product-tile__price--dailydeal-countdown .price-box.price-box--visible {
    display: flex;
}
.cs-pwa-notification-panel {
    display: none;
}
@media (min-width: 48em) {
    .cs-pwa-notification-panel {
        flex-wrap: nowrap;
    }
}
.cs-pwa-notification-panel--request .cs-pwa-notification-panel__icon--request {
    display: block;
}
.cs-pwa-notification-panel--request
    .cs-pwa-notification-panel__message--request {
    display: flex;
}
.cs-pwa-notification-panel--browser .cs-pwa-notification-panel__icon--browser,
.cs-pwa-notification-panel--request
    .cs-pwa-notification-panel__action--request {
    display: block;
}
.cs-pwa-notification-panel--browser
    .cs-pwa-notification-panel__message--browser {
    display: flex;
}
.cs-pwa-notification-panel--browser .cs-pwa-notification-panel__action--browser,
.cs-pwa-notification-panel--enabled .cs-pwa-notification-panel__icon--enabled {
    display: block;
}
.cs-pwa-notification-panel--enabled
    .cs-pwa-notification-panel__message--enabled {
    display: flex;
}
.cs-pwa-notification-panel__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 2rem 1.5rem;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0;
}
.cs-pwa-notification-panel__icon-wrapper {
    margin: 0 1.5rem;
}
@media (max-width: 29.99em) {
    .cs-pwa-notification-panel__icon-wrapper {
        display: none;
    }
}
.cs-pwa-notification-panel__icon {
    display: none;
    width: 3.5rem;
    height: 3.5rem;
}
.cs-pwa-notification-panel__icon--animate {
    -webkit-animation: ringing 6s infinite;
    animation: ringing 6s infinite;
}
.cs-pwa-notification-panel__message-wrapper {
    margin: 0 1.5rem;
    flex: 1 1;
}
@media (max-width: 47.99em) {
    .cs-pwa-notification-panel__message-wrapper {
        padding-right: 3rem;
    }
}
.cs-pwa-notification-panel__message {
    display: none;
    flex-direction: column;
}
.cs-pwa-notification-panel__message--browser
    .cs-pwa-notification-panel__message-title,
.cs-pwa-notification-panel__message--request
    .cs-pwa-notification-panel__message-title {
    color: #000;
}
.cs-pwa-notification-panel__message--enabled
    .cs-pwa-notification-panel__message-title {
    color: #31a43a;
}
.cs-pwa-notification-panel__message-title {
    font-size: 2rem;
    font-weight: 700;
}
.cs-pwa-notification-panel__message-description {
    font-size: 1.4rem;
    font-weight: 400;
    color: #888;
}
.cs-pwa-notification-panel__actions {
    margin: 0 1.5rem;
}
@media (max-width: 47.99em) {
    .cs-pwa-notification-panel__actions {
        display: flex;
        justify-content: center;
        flex: 1 1 100%;
        margin-top: 2rem;
    }
}
.cs-pwa-notification-panel__action {
    display: none;
}
.cs-pwa-notification-panel__action--browser {
    width: 30rem;
}
@media (max-width: 47.99em) {
    .cs-pwa-notification-panel__action--browser {
        width: 100%;
        max-width: 30rem;
    }
}
@media (max-width: 29.99em) {
    .cs-pwa-notification-panel__button {
        width: 100%;
    }
}
.cs-pwa-notification-panel__button:first-of-type {
    margin: 0 0 0.5rem;
}
@media (min-width: 30em) {
    .cs-pwa-notification-panel__button:first-of-type {
        margin: 0 1.5rem;
    }
}
.cs-pwa-notification-panel__button--accept {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-pwa-notification-panel__button--accept::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-pwa-notification-panel__button--accept,
.cs-pwa-notification-panel__button--accept:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-pwa-notification-panel__button--accept *,
.cs-pwa-notification-panel__button--accept:visited * {
    color: #fff;
    fill: #fff;
}
.cs-pwa-notification-panel__button--accept:active:not([disabled]),
.cs-pwa-notification-panel__button--accept:focus:not([disabled]),
.cs-pwa-notification-panel__button--accept:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-pwa-notification-panel__button--accept:active:not([disabled]) *,
.cs-pwa-notification-panel__button--accept:focus:not([disabled]) *,
.cs-pwa-notification-panel__button--accept:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-pwa-notification-panel__button--accept[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-pwa-notification-panel__button--accept
    .cs-pwa-notification-panel__button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.cs-pwa-notification-panel__button--accept
    .cs-pwa-notification-panel__button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    display: none;
}
.cs-pwa-notification-panel__button--decline {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-pwa-notification-panel__button--decline::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-pwa-notification-panel__button--decline,
.cs-pwa-notification-panel__button--decline:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-pwa-notification-panel__button--decline *,
.cs-pwa-notification-panel__button--decline:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-pwa-notification-panel__button--decline:active:not([disabled]),
.cs-pwa-notification-panel__button--decline:focus:not([disabled]),
.cs-pwa-notification-panel__button--decline:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-pwa-notification-panel__button--decline:active:not([disabled]) *,
.cs-pwa-notification-panel__button--decline:focus:not([disabled]) *,
.cs-pwa-notification-panel__button--decline:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-pwa-notification-panel__button--decline[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-pwa-notification-panel__button--decline
    .cs-pwa-notification-panel__button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.cs-pwa-notification-panel__button--decline
    .cs-pwa-notification-panel__button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    display: none;
}
.cs-pwa-notification-panel__permission {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -2px -2px 5px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    color: #888;
    padding: 1rem 2rem;
}
.cs-pwa-notification-panel__permission-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
}
.cs-pwa-notification-panel__permission-button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
.cs-pwa-notification-panel__permission-button {
    padding: 0.2rem 2rem;
    margin: 0 0.2rem;
    border: 1px solid #000;
    color: #000;
    font-size: 1.1rem;
}
.cs-pwa-notification-panel__permission-button--block {
    opacity: 0.3;
}
.cs-pwa-notification-panel__close {
    margin: 0 1.5rem;
}
@media (max-width: 47.99em) {
    .cs-pwa-notification-panel__close {
        position: absolute;
        top: 2rem;
        right: 1.5rem;
    }
}
.cs-pwa-notification-panel__close-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #888;
}
.cs-pwa-notification-panel__close:hover .cs-pwa-notification-panel__close-icon {
    fill: #000;
}
@-webkit-keyframes ringing {
    0%,
    12% {
        transform: scale(1) rotate(0deg);
    }
    3%,
    7% {
        transform: scale(1.3) rotate(27deg);
    }
    5%,
    9% {
        transform: scale(1.3) rotate(-27deg);
    }
}
@keyframes ringing {
    0%,
    12% {
        transform: scale(1) rotate(0deg);
    }
    3%,
    7% {
        transform: scale(1.3) rotate(27deg);
    }
    5%,
    9% {
        transform: scale(1.3) rotate(-27deg);
    }
}
.cs-qty-increment {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.cs-qty-increment--wishlist {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-qty-increment__input {
    font-size: 1em;
    line-height: 1.275em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    font-size: inherit;
    text-align: center;
    margin: 0;
    padding: 0.75em 0.5em;
    border-radius: 0;
    width: 0;
    min-width: 2ch;
    flex: 1 1;
    order: 2;
}
.cs-qty-increment__input:focus:not([disabled]),
.cs-qty-increment__input:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-qty-increment__input::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-qty-increment__input::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-qty-increment__input:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-qty-increment__input::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-qty-increment__input::placeholder {
    opacity: 1;
    color: #888;
}
.cs-qty-increment__input[disabled] {
    opacity: 0.65;
}
.ie11 .cs-qty-increment__input {
    flex-basis: auto;
}
.cs-qty-increment__input,
.cs-qty-increment__input:focus:not([disabled]),
.cs-qty-increment__input:hover:not([disabled]) {
    border-left-width: 0;
    border-right-width: 0;
    border-color: #dcdcdc;
}
.cs-qty-increment__input.mage-error,
.cs-qty-increment__input.mage-error ~ .cs-qty-increment__button {
    border-color: #e41f12 !important;
}
.cs-qty-increment__input + .mage-error {
    order: 3;
    width: 100%;
}
.cs-qty-increment__button {
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s;
    will-change: transform, background-color, border-color, fill;
    max-width: 3rem;
    background-color: transparent;
    flex: 1 1 2rem;
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 3px;
}
.cs-qty-increment__button,
.cs-qty-increment__button:focus,
.cs-qty-increment__button:visited {
    background-color: transparent;
    border: 1px solid #dcdcdc;
}
.cs-qty-increment__button *,
.cs-qty-increment__button:focus *,
.cs-qty-increment__button:visited * {
    fill: #324dcf;
}
.cs-qty-increment__button:active,
.cs-qty-increment__button:hover {
    background-color: #324dcf;
    border: 1px solid #324dcf;
    cursor: pointer;
}
.cs-qty-increment__button:active *,
.cs-qty-increment__button:hover * {
    fill: #fff;
}
.cs-qty-increment__button--decrement {
    order: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cs-qty-increment__button--increment {
    order: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cs-qty-increment__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cs-qty-increment__icon--decrement {
    width: 1.2rem;
    height: 0.3rem;
}
.cs-qty-increment__icon--increment {
    width: 1.2rem;
    height: 1.2rem;
}
.ui-slider-horizontal {
    background: #dcdcdc;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    border-radius: 1rem;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 1rem;
    height: 1rem;
    background: #324dcf;
    transition: transform 0.3s, background 0.3s;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    margin-left: -0.5rem;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-active,
.ui-slider-horizontal .ui-slider-handle.ui-state-focus,
.ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    transform: scale(1.5);
    background: #142b9e;
}
.cs-social-media-list {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 1.5rem 0;
    justify-content: center;
    align-items: center;
}
@media (min-width: 48em) {
    .cs-social-media-list {
        justify-content: flex-start;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.cs-social-media-list__item {
    margin: 0 0.4em;
    padding: 0;
}
.cs-social-media-list__link {
    display: flex;
    position: relative;
    height: 3.5em;
    min-width: 4em;
    background: #212121;
    color: inherit;
    border-radius: 3px;
    transform: skew(-18deg);
    transition: background-color 0.15s linear;
}
.cs-social-media-list__link:hover {
    background: #142b9e;
}
.cs-social-media-list__icon {
    position: absolute;
    fill: #fff;
    transform: translate3d(-55%, -55%, 0) skew(18deg);
    transition: fill 0.15s linear;
    top: 50%;
    left: 55%;
}
.cs-social-media-list__item--fb .cs-social-media-list__icon {
    width: 0.9em;
    height: 1.8em;
}
.cs-social-media-list__item--tw .cs-social-media-list__icon {
    width: 2.5em;
    height: 2em;
}
.cs-social-media-list__item--yt .cs-social-media-list__icon {
    width: 1.8em;
    height: 2.1em;
}
.cs-social-media-list__item--gp .cs-social-media-list__icon {
    width: 2em;
    height: 2em;
    margin-top: 0.1em;
}
.cs-star-rating {
    display: flex;
    align-items: center;
}
.cs-star-rating__stars {
    display: inline-flex;
    padding: 0;
    width: 7.2rem;
    justify-content: space-between;
}
.cs-star-rating--summary .cs-star-rating__stars {
    width: 10rem;
    padding: 0;
}
.cs-star-rating--review .cs-star-rating__stars {
    width: 7.2rem;
    padding: 0;
}
.cs-star-rating__star {
    display: flex;
    width: 1.5rem;
    height: 100%;
    fill: #888;
}
.cs-star-rating__star--active,
.cs-star-rating__star--half-active .star-left {
    fill: #fcb739;
}
.cs-star-rating__star--half-active .star-rigth {
    fill: #888;
}
.cs-star-rating--summary .cs-star-rating__star {
    width: 2rem;
}
.ie11 .cs-star-rating--summary .cs-star-rating__star {
    height: calc(2rem / 1.05);
}
.cs-star-rating--review .cs-star-rating__star {
    width: 1.5rem;
}
.ie11 .cs-star-rating--review .cs-star-rating__star {
    height: calc(1.5rem / 1.05);
}
.cs-star-rating__star path {
    fill-opacity: 1;
    fill: inherit;
}
.ie11 .cs-star-rating__star {
    height: calc(1.5rem / 1.05);
}
.cs-star-rating img {
    width: 1.5rem;
    height: 100%;
}
.cs-star-rating__form-stars {
    display: inline-flex;
    padding: 0;
}
.cs-star-rating__form-star {
    opacity: 1;
    fill: #888;
    width: 100%;
}
.cs-star-rating__form-star--active {
    fill: #fcb739;
}
.cs-star-rating__form-star path {
    fill-opacity: 1;
    fill: inherit;
}
.cs-star-rating__form-star:nth-last-of-type() {
    padding-right: 0;
}
.cs-star-rating__form-stars:hover .cs-star-rating__form-star {
    fill: #fcb739;
}
.cs-star-rating__form-stars label:hover ~ label .cs-star-rating__form-star {
    fill: #888;
}
.ie11 .cs-star-rating__form-star {
    height: calc(2rem / 1.05);
}
.cs-star-rating__text {
    display: inline-block;
    color: #696969;
    padding-left: 0.5em;
    line-height: 1;
    padding-top: calc(1.5rem * 0.1);
}
.cs-star-rating__text--count:before {
    content: "(";
}
.cs-star-rating__text--count:after {
    content: ")";
}
.cs-star-rating__text-annotation {
    display: inline;
    line-height: 1;
}
.cs-product-tile .cs-star-rating__text-annotation {
    display: none;
}
.cs-star-rating__label {
    color: #212121;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: calc(1.5rem * 0.2);
}
.review-control-vote .rating-1:before,
.review-control-vote .rating-2:before,
.review-control-vote .rating-3:before,
.review-control-vote .rating-4:before,
.review-control-vote .rating-5:before,
.review-control-vote:before {
    content: none;
}
.review-control-vote label {
    position: static;
    width: 3rem;
    padding-right: 1rem;
    line-height: 0;
}
@media (min-width: 48em) {
    .review-control-vote label {
        width: 2.6rem;
        padding-right: 0.6rem;
    }
}
.review-control-vote label:last-child {
    width: 2rem;
    padding-right: 0;
}
[class^="swatch-opt-"] {
    font-size: 0.45em;
    min-height: calc(1 * (2.8em + 8px));
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: none;
}
@media (min-width: 48.01em) {
    [class^="swatch-opt-"] {
        pointer-events: auto;
    }
}
[class^="swatch-opt-"]:empty {
    opacity: 0;
}
.ie11 [class^="swatch-opt-"] {
    width: 100%;
}
.swatch-opt {
    font-size: 0.9em;
}
.swatch-opt .mage-error {
    font-size: 1em;
    width: 100%;
    margin-left: calc(10rem + 1.5rem);
}
@media (min-width: 64em) {
    .swatch-opt .mage-error {
        margin-left: calc(11rem + 1.5rem);
    }
}
.swatch-attribute {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center !important;
    flex-wrap: wrap;
}
.swatch-attribute.swatch-layered {
    font-size: 0.8em;
}
.swatch-attribute + .swatch-attribute {
    margin-top: 0.8em;
}
.swatch-attribute-label {
    text-transform: uppercase;
    line-height: calc(2.8em - 6px + 0.1em);
    font-weight: 700;
    font-size: 1.1em;
    width: 10rem;
    margin-right: 1.5rem;
}
@media (min-width: 64em) {
    .swatch-attribute-label {
        width: 11rem;
    }
}
.swatch-attribute-label:after {
    content: ": ";
    line-height: calc(2.8em - 6px + 0.1em);
}
.swatch-attribute-selected-option {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.2em;
    margin-bottom: -0.4em;
    min-width: 100%;
    justify-content: center;
}
.swatch-attribute-options:focus {
    box-shadow: none;
}
.swatch-opt .swatch-attribute-options {
    min-width: 0;
    justify-content: flex-start;
    max-width: calc(100% - 1.5rem - 10rem);
}
@media (min-width: 64em) {
    .swatch-opt .swatch-attribute-options {
        max-width: calc(100% - 1.5rem - 11rem);
    }
}
.swatch-option-link-layered {
    font-size: 1em;
}
.swatch-option-link-layered:hover {
    text-decoration: none;
}
.swatch-option {
    font-weight: 400;
    position: relative;
    min-width: 3.2em;
    height: 2.8em;
    padding: 0 0.35em;
    margin: 1px calc(1px + 0.2em) calc(1px + 0.4em);
    border-radius: 3px;
    background-color: #f0f0f0;
    border: 3px solid #f0f0f0;
    color: #696969;
    cursor: pointer;
    line-height: calc(2.8em - 6px + 0.1em);
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s, opacity 0.3s,
        color 0.3s;
    display: block !important;
}
.swatch-option:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    transition: border-color 0.3s;
}
.swatch-option:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: url(../images/icons/swatches/disabled.svg)
        hsla(0, 0%, 86.3%, 0.5) 50% no-repeat;
    transform: translate(-50%, -50%);
    width: calc(2.8em - 1.4em);
    height: calc(2.8em - 1.4em);
    background-size: 0.6em;
    transition: opacity 0.3s;
    opacity: 0;
}
.swatch-option:not(.disabled):not(.selected):not([disabled]):hover {
    border: 3px solid #fff;
    background: #fff;
}
.swatch-option:not(.disabled):not(.selected):not([disabled]):hover:before {
    border: 1px solid #324dcf;
}
.swatch-option.selected {
    border: 3px solid #fff;
    background: #fff;
}
.swatch-option.selected:before {
    border: 1px solid #142b9e;
}
.swatch-option.disabled,
.swatch-option[disabled] {
    cursor: not-allowed;
}
.swatch-option.disabled.text,
.swatch-option[disabled].text {
    opacity: 0.65;
    color: #888;
    background: #fff;
}
.swatch-option.disabled.text:before,
.swatch-option[disabled].text:before {
    border: 1px solid #dcdcdc;
}
.swatch-option.disabled.color:after,
.swatch-option.disabled.image:after,
.swatch-option[disabled].color:after,
.swatch-option[disabled].image:after {
    opacity: 1;
}
.swatch-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
.swatch-more {
    display: none;
}
.swatch-option-tooltip,
.swatch-option-tooltip-layered {
    display: none;
    position: absolute;
    margin: 0;
    z-index: 999;
    background: #fff;
    border-radius: 0.5rem;
    color: #888;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.5rem;
    text-align: center;
    min-width: 2rem;
    border: 0.1rem solid #dcdcdc;
}
.swatch-option-tooltip-layered .image,
.swatch-option-tooltip .image {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
}
.swatch-option-tooltip-layered .corner:after,
.swatch-option-tooltip .corner:after {
    content: "";
    position: absolute;
    top: 100%;
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 0.1rem solid #dcdcdc;
    border-right: 0.1rem solid #dcdcdc;
    margin-top: calc(-0.5rem + 0.1rem);
}
.swatch-option-tooltip {
    pointer-events: none;
}
.cs-tile-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.15s linear;
}
@media (min-width: 64em) {
    .cs-tile-gallery {
        display: flex;
    }
}
.touch-device .cs-tile-gallery {
    display: none !important;
}
@media (min-width: 64em) {
    .cs-product-tile:hover .cs-tile-gallery.active {
        opacity: 1;
    }
}
.cs-tile-gallery__item {
    margin: 0 0.3rem 0 0;
    padding: 0;
    cursor: pointer;
}
.cs-tile-gallery__thumbnail {
    display: block;
    width: 4rem;
    height: 4rem;
    border: 1px solid #888;
    transition: border-color 0.15s linear;
    overflow: hidden;
    position: relative;
    background-image: url(../images/icons/tile-gallery/tile-gallery-spinner.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
}
.cs-tile-gallery__item--active .cs-tile-gallery__thumbnail {
    border-color: #142b9e;
}
.cs-tile-gallery__thumbnail > img,
.cs-tile-gallery__thumbnail > source {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cs-product-tile__image--animatable {
    opacity: 0;
    transform: scale(2.5);
    transition: transform 0.5s cubic-bezier(0, 0.66, 0.32, 0.99),
        opacity 0.45s linear;
}
.cs-product-tile__image--animate {
    opacity: 1;
    transform: scale(1);
}
.cs-topbar {
    background: transparent;
    display: none;
    width: 100%;
    font-size: 1.1rem;
    transform: translateY(0);
    transition: transform 0.3s;
}
@media (min-width: 64em) {
    .cs-topbar {
        display: flex;
        z-index: 302;
    }
}
.cs-topbar--hidden {
    transform: translateY(-105%);
}
.page-print .cs-topbar {
    display: none;
}
.cs-topbar__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    height: 2.7rem;
}
@media (min-width: 64em) {
    .cs-topbar__wrapper {
        flex-wrap: nowrap;
    }
}
.cs-topbar__item {
    color: #212121;
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    height: 100%;
}
.cs-topbar__item--usps {
    margin-right: auto;
}
@media (max-width: 79.99em) {
    .cs-topbar__item--usps {
        display: none !important;
    }
}
.page-wrapper--checkout .cs-topbar__item--usps {
    display: none !important;
}
.cs-topbar__item--hotline {
    align-items: center;
}
@media (max-width: 79.99em) {
    .cs-topbar__item--hotline {
        flex: 1 1;
        justify-content: flex-end;
    }
}
.cs-topbar__item--language {
    height: 100%;
}
.cs-topbar__item > ul,
.cs-topbar__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs-topbar__list-item {
    margin-bottom: 0;
    height: 2.7rem;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.9rem;
    padding: 0 0.3rem 0 0;
}
@media (min-width: 64em) {
    .cs-topbar__list-item {
        padding: 0 1.3rem 0 0;
        margin-right: 1.7rem;
    }
}
.cs-topbar__list-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-right: 0.2rem solid #fff;
    transform: skew(-18deg);
}
.cs-topbar__list-item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.cs-topbar__list-item:last-child:before {
    content: none;
}
.cs-topbar__text {
    color: #212121;
}
.cs-topbar__link {
    margin-right: 0.9rem;
    color: #324dcf;
}
.cs-topbar__link:active,
.cs-topbar__link:focus,
.cs-topbar__link:hover,
.cs-topbar__link:visited {
    color: #142b9e;
}
.cs-topbar__link:hover {
    color: #000;
}
@media (max-width: 63.99em) {
    .cs-topbar__link {
        display: none;
    }
}
.cs-topbar__hotline {
    display: flex;
    align-items: center;
}
.cs-topbar__phone-number {
    color: #000;
    font-weight: 700;
    margin-right: 0.9rem;
}
.cs-topbar__phone-number:hover {
    color: #000;
}
h1,
h2 {
    font-size: 2.6rem;
}
h1,
h2,
h3 {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1.5rem;
}
h4,
h5 {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}
a,
a:visited {
    color: #324dcf;
    text-decoration: none;
}
a:focus,
a:hover,
a:visited:focus,
a:visited:hover {
    color: #142b9e;
    text-decoration: none;
}
ol,
ul {
    margin: 0 0 2.5rem;
    padding: 0 0 0 4rem;
}
ol > li,
ul > li {
    margin: 0 0 1rem;
}
.cs-image-teaser--usps .cs-image-teaser__slides {
    align-items: flex-start;
}
.cs-image-teaser--usps .cs-image-teaser__slide {
    margin: 0;
}
.cs-image-teaser--usps:not(.cs-image-teaser--slider) .cs-image-teaser__slides {
    flex-wrap: nowrap;
}
.cs-image-teaser--usps .cs-image-teaser__image {
    max-width: 80%;
    max-height: 6.5rem;
    margin: 0 auto 1rem;
}
.ie11 .cs-image-teaser--usps .cs-image-teaser__image {
    height: 100%;
}
.cs-image-teaser--usps .cs-image-teaser__text {
    display: block;
}
.cs-image-teaser--usps .cs-image-teaser__nav {
    display: none !important;
}
.cs-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-select {
    min-width: 0.5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 100%;
    padding: 0;
    opacity: 0;
    border: none;
}
.cs-select--mobile {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 4;
}
.cs-html-select {
    position: relative;
    display: block;
    min-width: 15rem;
    box-sizing: border-box;
    z-index: 2;
}
.cs-html-select.open {
    z-index: 99;
}
.cs-html-select__trigger {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    min-width: 13rem;
    text-align: left;
    z-index: 3;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0.75em 2.3em 0.75em 1em;
    border-radius: 3px;
    box-shadow: none;
    font-size: 1em;
}
.cs-html-select__trigger--disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.cs-html-select--error .cs-html-select__trigger {
    border-color: #f46667;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cs-html-select--open .cs-html-select__trigger,
.cs-html-select.open .cs-html-select__trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #324dcf;
    border-bottom-color: #dcdcdc;
}
.cs-html-select__trigger-text {
    color: #212121;
    line-height: 1.275em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    margin-right: 2rem;
}
.cs-html-select__trigger-caret {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cs-html-select__trigger-caret-arrow {
    display: block;
    position: relative;
}
.cs-html-select__trigger-caret-arrow:after,
.cs-html-select__trigger-caret-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 1px;
    left: auto;
    background-color: #dcdcdc;
    transition: transform 0.15s linear, right 0.15s linear,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-html-select__trigger-caret-arrow:hover:after,
.cs-html-select__trigger-caret-arrow:hover:before {
    background-color: #888;
}
.cs-html-select--open .cs-html-select__trigger-caret-arrow:after,
.cs-html-select--open .cs-html-select__trigger-caret-arrow:before {
    background-color: #324dcf;
}
.cs-html-select__trigger-caret-arrow:before {
    transform: rotate(45deg) translateZ(0);
    right: 1.7rem;
}
.cs-html-select__trigger-caret-arrow:after {
    transform: rotate(-45deg) translateZ(0);
    right: 1.2rem;
}
.cs-html-select--open .cs-html-select__trigger-caret-arrow:before {
    transform: rotate(-45deg);
}
.cs-html-select--open .cs-html-select__trigger-caret-arrow:after {
    transform: rotate(45deg);
}
.cs-html-select__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    border: 1px solid #324dcf;
    border-top-color: #dcdcdc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 hsla(0, 0%, 39.2%, 0.2);
    margin-top: -1px;
    min-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateZ(0);
}
.cs-html-select--open .cs-html-select__menu {
    display: block;
    opacity: 1;
}
.cs-html-select--autosuggest:not(.cs-html-select--open) .cs-html-select__menu {
    padding: 0;
    border: none;
}
.cs-html-select__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-html-select__menu-item {
    margin: 0;
    padding: 0;
    border-top: none;
}
.cs-html-select__menu-item--hidden {
    display: none;
}
.cs-html-select__menu-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1em;
    height: 2.8em;
    color: #212121;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.15s linear, color 0.15s linear;
}
.cs-html-select__menu-item--selected .cs-html-select__menu-link {
    color: #fff;
    background-color: #324dcf;
}
.cs-html-select__menu-item--focused .cs-html-select__menu-link,
.cs-html-select__menu-link:focus,
.cs-html-select__menu-link:hover {
    background-color: #324dcf;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.cs-html-select__menu-item-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-html-select__text-image-wrapper {
    display: flex;
    align-items: center;
}
.cs-html-select__thumbnail {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin-right: 1rem;
}
.cs-html-select--autosuggest {
    padding: 0;
}
.cs-html-select--autosuggest .cs-html-select__menu {
    overflow-y: hidden;
    max-height: 220px;
}
.cs-html-select--autosuggest .cs-html-select__menu-list {
    max-height: 220px;
}
.cs-html-select--autosuggest:not(.cs-html-select--animate)
    .cs-html-select__menu {
    padding: 0;
    border: none;
}
.cs-ie11-modal.modal-slide {
    left: 0;
    width: 100%;
}
.cs-ie11-modal.modal-slide .modal-inner-wrap {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    max-width: 78rem;
    background-color: #fff;
    margin: auto;
}
.cs-ie11-modal.modal-slide .modal-inner-wrap .modal-content {
    padding: 0;
}
.cs-ie11-modal.modal-slide .action-close {
    background-size: 1.8rem 1.8rem;
    margin: 2.5rem;
}
.cs-ie11-modal.modal-slide .modal-footer {
    padding: 2rem 0;
    margin: 0 3rem;
    border-top: 0;
    display: flex;
    justify-content: center;
}
.cs-ie11-modal._show .cs-ie11-modal__inner {
    display: flex;
}
.cs-ie11-modal__inner {
    display: none;
    padding: 0 3rem;
    font-size: 1.4rem;
    color: #212121;
    height: 100%;
}
.cs-ie11-modal__body,
.cs-ie11-modal__header {
    padding: 2rem 0;
}
.cs-ie11-modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cs-ie11-modal__header-icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 2rem;
}
.cs-ie11-modal__header-title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    max-width: 100%;
}
.cs-ie11-modal__body {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.cs-ie11-modal__paragraph {
    text-align: center;
    margin-bottom: 2rem;
}
.cs-ie11-modal__paragraph--title {
    font-size: 2rem;
    font-weight: 700;
}
.cs-ie11-modal__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.cs-ie11-modal__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 130%;
    margin: 0;
}
.cs-ie11-modal__item-logo {
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 1rem;
    border: 0;
}
.ie11 .cs-ie11-modal__item-logo {
    width: 4rem;
    height: 4rem;
}
.cs-ie11-modal__item-name {
    font-weight: 700;
}
.ie11 .modal-popup:not(.cs-vide-player__modal) .modal-content {
    max-height: 100%;
}
.cs-pwa-notification._show {
    position: fixed;
    bottom: 0;
    top: auto;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow-y: visible;
}
.cs-pwa-notification._show .modal-inner-wrap {
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 -0.3rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.cs-pwa-notification__title {
    margin: 0;
    padding: 2rem;
    font-size: 1.8rem;
}
.cs-pwa-notification__content {
    padding: 0.5rem 2rem 1rem;
}
.cs-pwa-notification__footer {
    padding: 0.5rem 2rem 2rem;
    display: flex;
    justify-content: flex-end;
}
.cs-pwa-notification__button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-pwa-notification__button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-pwa-notification__button,
.cs-pwa-notification__button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-pwa-notification__button *,
.cs-pwa-notification__button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-pwa-notification__button:active:not([disabled]),
.cs-pwa-notification__button:focus:not([disabled]),
.cs-pwa-notification__button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-pwa-notification__button:active:not([disabled]) *,
.cs-pwa-notification__button:focus:not([disabled]) *,
.cs-pwa-notification__button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-pwa-notification__button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-pwa-notification__button span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
}
.cs-pwa-notification + .modals-overlay {
    display: none;
}
.loading-mask[data-role="main-css-loader"] {
    display: none !important;
}
.cs-brand-carousel__wrapper,
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .cs-brand-carousel__slide,
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .cs-brand-carousel__slides,
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.cs-brand-carousel__slides,
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.cs-brand-carousel__slides,
.swiper-container-android .cs-brand-carousel__slide,
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .cs-brand-carousel__slides,
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .cs-brand-carousel__slides,
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.cs-brand-carousel__slide,
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .cs-brand-carousel__slide,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .cs-brand-carousel__slides,
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d .cs-brand-carousel__slide,
.swiper-container-3d .cs-brand-carousel__slides,
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .cs-brand-carousel__slides,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .cs-brand-carousel__slides,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.cs-brand-carousel__scrollbar,
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .cs-brand-carousel__scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .cs-brand-carousel__scrollbar,
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.cs-brand-carousel__scrollbar--drag,
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.cs-brand-carousel__wrapper .swiper-notification,
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .cs-brand-carousel__slide,
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .cs-brand-carousel__slide,
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .cs-brand-carousel__slide .cs-brand-carousel__slide,
.swiper-container-fade .cs-brand-carousel__slide .swiper-slide,
.swiper-container-fade .swiper-slide .cs-brand-carousel__slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .cs-brand-carousel__slide,
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .cs-brand-carousel__slide .cs-brand-carousel__slide,
.swiper-container-cube .cs-brand-carousel__slide .swiper-slide,
.swiper-container-cube .swiper-slide .cs-brand-carousel__slide,
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .cs-brand-carousel__slide,
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .cs-brand-carousel__slide,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-flip .cs-brand-carousel__slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .cs-brand-carousel__slide .cs-brand-carousel__slide,
.swiper-container-flip .cs-brand-carousel__slide .swiper-slide,
.swiper-container-flip .swiper-slide .cs-brand-carousel__slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-coverflow .cs-brand-carousel__slides,
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.cs-brand-carousel {
    margin: 0 0 3rem;
    position: relative;
}
.cs-brand-carousel__slides {
    align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.cs-brand-carousel__slide {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: flex;
    justify-content: center;
}
.cs-brand-carousel__figure {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cs-brand-carousel__image {
    display: block;
    width: 100%;
}
.cs-brand-carousel__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.15s linear;
    z-index: 201;
    width: 5.5rem;
    height: 5.5rem;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    outline: none;
}
@media (max-width: 63.99em) and (pointer: fine) {
    .cs-brand-carousel__nav {
        opacity: 0;
    }
    .cs-brand-carousel:hover .cs-brand-carousel__nav {
        opacity: 1;
    }
}
.cs-brand-carousel__nav--hidden {
    display: none;
}
.cs-brand-carousel__nav--disabled {
    cursor: default;
    display: none;
    opacity: 1;
}
.cs-brand-carousel__nav--prev {
    left: 1.5rem;
}
@media (min-width: 80em) {
    .cs-brand-carousel:not(.cs-brand-carousel--full-width-slider)
        .cs-brand-carousel__nav--prev {
        left: -2.75rem;
        opacity: 1;
    }
}
.cs-brand-carousel__nav--next {
    right: 1.5rem;
}
@media (min-width: 80em) {
    .cs-brand-carousel:not(.cs-brand-carousel--full-width-slider)
        .cs-brand-carousel__nav--next {
        right: -2.75rem;
        opacity: 1;
    }
}
.cs-brand-carousel--ready
    .cs-brand-carousel__nav:not(.cs-brand-carousel__nav--disabled) {
    display: block;
}
.cs-brand-carousel__nav:active,
.cs-brand-carousel__nav:focus,
.cs-brand-carousel__nav:hover {
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.99em) {
    .cs-brand-carousel__nav {
        display: none !important;
    }
}
.cs-brand-carousel__nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1.4rem;
    height: 2.7rem;
    fill: #324dcf;
}
.cs-brand-carousel__pagination {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0 0;
    min-height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #696969;
    z-index: 200;
}
.cs-brand-carousel__pagination--hidden {
    display: none;
}
.cs-brand-carousel__pagination-item {
    position: relative;
    margin: 0.4rem;
    border-radius: 2px;
    background: #f0f0f0;
    width: 2.2rem;
    height: 0.9rem;
    transform: skew(-18deg);
    border: none;
    transition: all 0.15s;
}
.cs-brand-carousel__pagination-item:hover {
    background: #dcdcdc;
}
.cs-brand-carousel__pagination-item--active,
.cs-brand-carousel__pagination-item--active:hover {
    background: #fed400;
}
.cs-brand-carousel__pagination-button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.cs-brand-carousel__number {
    font-weight: 700;
}
.cs-brand-carousel__number--current {
    color: #324dcf;
}
@media (min-width: 48em) {
    .cs-brand-carousel {
        margin: 0 0 4rem;
    }
}
.cs-brand-carousel--skip-spacing {
    margin: 0;
}
.cs-brand-carousel__carousel {
    padding: 0;
}
@media (min-width: 48em) {
    .cs-brand-carousel--slider .cs-brand-carousel__carousel {
        padding: 0 3.8rem;
    }
}
.cs-brand-carousel__slides {
    align-items: center;
    justify-content: center;
}
.cs-brand-carousel--slider .cs-brand-carousel__slides {
    justify-content: space-between;
}
.cs-brand-carousel__slide {
    min-width: 3rem;
    max-width: none;
    width: auto;
    margin: 0 2rem 0 0;
}
.cs-brand-carousel--slider .cs-brand-carousel__slide,
.cs-brand-carousel__slide:last-child {
    margin-right: 0;
}
.cs-brand-carousel__image {
    width: auto;
    max-width: 100%;
    max-height: 8.5rem;
}
.cs-brand-carousel__nav {
    z-index: 3;
}
.cs-brand-carousel:not(.cs-brand-carousel--slider) .cs-brand-carousel__nav {
    display: none;
}
@media (min-width: 48em) {
    .cs-brand-carousel__pagination {
        display: none;
    }
}
.cs-brand-carousel__pagination:not(:empty) {
    margin-top: 1.5rem;
}
.cs-brand-carousel--static {
    width: 100%;
    padding: 0;
}
.cs-category-links {
    font-size: 1rem;
    clear: both;
    padding: 2em 0;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-category-links {
        margin: 0 0 4rem;
    }
}
.cs-category-links--skip-spacing {
    margin: 0;
}
.cs-category-links__title {
    display: block;
    text-align: center;
    align-items: center;
    margin: 0;
    font-size: 2.6em;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    text-align: left;
}
@media (min-width: 48em) {
    .cs-category-links__title {
        display: flex;
    }
}
.cs-category-links__title:after,
.cs-category-links__title:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #dcdcdc;
}
@media (min-width: 48em) {
    .cs-category-links__title:after,
    .cs-category-links__title:before {
        display: flex;
    }
}
.cs-category-links__title:before {
    margin-right: 0.6em;
}
.cs-category-links__title:after {
    margin-left: 0.6em;
}
.cs-category-links__title:after,
.cs-category-links__title:before {
    display: none;
}
@media (min-width: 48em) {
    .cs-category-links__title {
        text-align: center;
        margin-bottom: 1rem;
    }
    .cs-category-links__title:after,
    .cs-category-links__title:before {
        display: flex;
    }
}
.cs-category-links__subtitle {
    font-size: 1.2em;
    padding: 1.5rem 1rem 1.5rem 0;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}
@media (min-width: 48em) {
    .cs-category-links__subtitle {
        display: none;
    }
}
.cs-category-links__list-wrapper {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
    .cs-category-links__list-wrapper {
        display: flex;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }
}
@media (min-width: 48em) {
    .cs-category-links--no-subcats .cs-category-links__list-wrapper {
        justify-content: flex-end;
    }
}
.cs-category-links__list,
.cs-category-links__list-all {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 48em) {
    .cs-category-links__list {
        flex: 1 1 auto;
        margin: -1rem 0 0 -2.5rem;
    }
}
.cs-category-links__list-item {
    margin: 0;
}
@media (min-width: 48em) {
    .cs-category-links__list-item {
        display: inline-block;
        margin: 1rem 0 0 2.5rem;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-category-links__list-item--hide-tablet {
        display: none !important;
    }
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .cs-category-links__list-item--hide-laptop {
        display: none !important;
    }
}
@media (min-width: 80em) and (max-width: 89.99em) {
    .cs-category-links__list-item--hide-laptopLg {
        display: none !important;
    }
}
@media (min-width: 90em) {
    .cs-category-links__list-item--hide-desktop {
        display: none !important;
    }
}
.cs-category-links__list-all {
    margin: 0 0 0.5rem;
}
.cs-category-links--no-subcats .cs-category-links__list-all {
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .cs-category-links__list-all {
        flex: 0 1 auto;
        position: relative;
        margin: 0 0 0 1.5rem;
        padding: 0 0 0 1.5rem;
        text-transform: uppercase;
        border: none;
    }
    .cs-category-links__list-all:before {
        position: absolute;
        left: 0;
        top: 0.5rem;
        bottom: 0.5rem;
        content: "";
        border-left: 1px solid #dcdcdc;
    }
    .cs-category-links--no-subcats .cs-category-links__list-all {
        margin: 0;
        padding: 0;
    }
    .cs-category-links--no-subcats .cs-category-links__list-all:before {
        display: none;
    }
}
.cs-category-links__list-all-item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}
.cs-category-links__list-all-item .cs-category-links__link {
    flex: 1 0 auto;
    padding: 0 1rem 1rem;
}
@media (min-width: 48em) {
    .cs-category-links__list-all-item .cs-category-links__link {
        padding: 1.5rem 3rem 1.5rem 1.5rem;
    }
    .cs-category-links__list-all-item .cs-category-links__link:hover {
        border-radius: 3px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    }
}
.cs-category-links__list-all-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-left: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    transform: translateY(-50%);
    display: none;
}
@media (min-width: 48em) {
    .cs-category-links__list-all-icon {
        display: block;
    }
}
.cs-category-links__link {
    text-decoration: none;
    display: block;
    padding: 0 1rem 1rem;
    font-weight: 700;
    fill: #888;
    color: #212121;
    font-size: 1.2em;
}
@media (min-width: 48em) {
    .cs-category-links__link {
        padding: 1.5rem 0;
        white-space: nowrap;
    }
}
.cs-category-links__link:visited {
    color: #212121;
}
.cs-category-links__link:hover,
.cs-category-links__link:hover .cs-category-links__qty {
    text-decoration: none;
    fill: #324dcf;
    color: #324dcf;
}
@media (max-width: 47.99em) {
    .cs-category-links--no-subcats .cs-category-links__link {
        padding: 0.5rem 0;
        flex: 0 0 auto;
    }
}
.cs-category-links__qty {
    margin-left: 0.5em;
    font-weight: 400;
    color: #888;
}
.cs-category-links__qty:before {
    content: "(";
}
.cs-category-links__qty:after {
    content: ")";
}
.cs-category-links--no-subcats {
    margin-bottom: 1em;
}
.cs-category-links-dropdown,
.cs-category-links-dropdown__trigger {
    position: relative;
}
.cs-category-links-dropdown__trigger:after,
.cs-category-links-dropdown__trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 0.2rem;
    left: auto;
    background-color: #324dcf;
    transition: transform 0.3s ease-out, opacity 0.15s ease-out,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-category-links-dropdown__trigger[aria-expanded="true"]:after,
.cs-category-links-dropdown__trigger[aria-expanded="true"]:before {
    background-color: #888;
}
.cs-category-links-dropdown__trigger:after,
.cs-category-links-dropdown__trigger:before {
    right: 0;
    transform: translate3d(0, -50%, 0) !important;
}
.cs-category-links-dropdown__trigger:after {
    transform: translate3d(0, -50%, 0) rotate(90deg) !important;
}
.cs-category-links-dropdown__trigger[aria-expanded="true"]:before {
    transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
    opacity: 0;
}
.cs-category-links-dropdown__trigger[aria-expanded="true"]:after {
    transform: translate3d(0, -50%, 0) rotate(0) !important;
}
.cs-category-links-dropdown__trigger[aria-expanded="true"] {
    position: relative;
    z-index: 5;
    border-color: transparent;
}
@media (min-width: 48em) {
    .cs-category-links-dropdown__trigger[aria-expanded="true"] {
        position: static;
        z-index: auto;
    }
}
.cs-category-links-dropdown__content {
    position: absolute;
    top: 0;
    left: -1rem;
    right: -1rem;
    width: auto;
    padding-top: 4.8rem;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transform: translateY(4.8rem);
    transition: opacity 50ms linear, transform 0.1s ease-in-out;
    display: block !important;
}
@media (min-width: 48em) {
    .cs-category-links-dropdown__content {
        position: static;
        overflow: visible;
        height: auto;
        opacity: 1;
        transform: none;
        padding: 0;
        transition: none;
    }
}
@media (min-width: 48em) and (min-width: 48em) {
    .cs-category-links-dropdown__content {
        display: flex !important;
    }
}
.cs-category-links-dropdown__content[aria-hidden="false"] {
    z-index: 4;
    height: auto;
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 47.99em) {
    .cs-category-links-dropdown--no-subcats
        .cs-category-links-dropdown__content {
        position: static;
        transform: none;
        height: auto;
        opacity: 1;
        box-shadow: none;
        padding: 0;
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.cs-daily-deal-teaser {
    display: none;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser {
        margin: 0 0 4rem;
    }
}
.cs-daily-deal-teaser--skip-spacing {
    margin: 0;
}
.cs-daily-deal-teaser__aside-image {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 1.5rem;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__aside-image {
        max-width: 32%;
        padding: 0 2rem 0 0;
        border-right: 1px solid #f0f0f0;
        border-bottom: none;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__aside-image {
        flex: 1 1;
        max-width: 20%;
        border: none;
        border-right: 1px solid #f0f0f0;
    }
}
.cs-daily-deal-teaser__image-wrapper {
    width: 100%;
}
.cs-daily-deal-teaser__image-wrapper,
.cs-daily-deal-teaser__image-wrapper:hover,
.cs-daily-deal-teaser__image-wrapper:visited {
    color: inherit;
    text-decoration: inherit;
}
.cs-daily-deal-teaser__figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cs-daily-deal-teaser__main {
    width: 100%;
    flex-shrink: 1;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__main {
        max-width: 68%;
        padding: 2rem;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__main {
        max-width: 80%;
        flex: 1 1;
        display: flex;
        flex-wrap: wrap;
        padding: 0 2rem;
    }
}
.cs-daily-deal-teaser__details {
    border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__details {
        flex-grow: 5;
        display: flex;
        flex-direction: row;
        max-width: 100%;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__details {
        border-bottom: none;
        width: 100%;
    }
}
.cs-daily-deal-teaser__description {
    width: 100%;
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__description {
        width: 45%;
    }
}
@media (min-width: 80em) {
    .cs-daily-deal-teaser__description {
        margin: 0 2rem 0 0;
    }
}
.cs-daily-deal-teaser__description-inner {
    margin: 1.5rem 0;
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__description-inner {
        margin: 0 2rem 0 0;
    }
}
.cs-daily-deal-teaser__description-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-daily-deal-teaser__description-list li {
    padding-left: 2rem;
    margin: 0 0 0.5rem;
    position: relative;
    font-size: 1.2rem;
}
.cs-daily-deal-teaser__description-list li:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url(../images/icons/check.svg) no-repeat 50% / cover transparent;
}
.cs-daily-deal-teaser__description-list li:nth-child(n + 6) {
    display: none;
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__description-list li:nth-child(n + 5) {
        display: none;
    }
}
.cs-daily-deal-teaser__details-main {
    min-width: 80%;
    flex-grow: 1;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__details-main {
        margin-right: 2rem;
    }
}
.cs-daily-deal-teaser__product-brand {
    margin: 0;
    color: #888;
}
.cs-daily-deal-teaser__product-name {
    margin: 0 0 0.5rem;
    font-size: 2.25rem;
}
.cs-daily-deal-teaser__product-link {
    color: inherit;
}
.cs-daily-deal-teaser__product-link,
.cs-daily-deal-teaser__product-link:hover,
.cs-daily-deal-teaser__product-link:visited {
    color: inherit;
    text-decoration: inherit;
}
.cs-daily-deal-teaser__product-rating {
    margin: 0.2rem 0 1.5rem;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__dd-detail {
        margin-top: 0;
        padding: 0;
    }
}
@media (min-width: 30em) {
    .cs-daily-deal-teaser__dd-detail--countdown {
        width: 48%;
        flex-grow: 1;
        margin-right: 1.5rem;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__dd-detail--countdown {
        align-self: flex-end;
    }
}
.cs-daily-deal-teaser__dd-detail--progress-bar {
    margin-bottom: 1.5rem;
}
@media (min-width: 30em) {
    .cs-daily-deal-teaser__dd-detail--progress-bar {
        width: 100%;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__dd-detail--progress-bar {
        margin-bottom: 0;
    }
}
@media (min-width: 80em) {
    .cs-daily-deal-teaser__dd-detail--progress-bar {
        align-self: flex-end;
    }
}
.cs-daily-deal-teaser__addtocart {
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
}
@media (min-width: 30em) {
    .cs-daily-deal-teaser__addtocart {
        align-items: flex-end;
    }
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__addtocart {
        align-self: flex-end;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__addtocart {
        width: 47%;
        display: block;
        padding: 0;
    }
}
@media (min-width: 80em) {
    .cs-daily-deal-teaser__addtocart {
        padding-left: 2rem;
    }
}
.cs-daily-deal-teaser__dd-headline {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.cs-daily-deal-teaser__progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin: 0.5rem 0 0;
    padding: 1.1rem 1rem;
    background: #f0f0f0;
    border-radius: 3px;
}
.cs-daily-deal-teaser__progress-bar-content {
    width: 100%;
    height: 10px;
    background: #fff;
}
.cs-daily-deal-teaser__progress-bar .cs-daily-deal-teaser__progress-bg {
    background-color: #fff;
    height: 100%;
}
.cs-daily-deal-teaser__progress-bar .cs-daily-deal-teaser__progress {
    background-color: #31a43a;
    height: 100%;
    border: 1px solid #31a43a;
}
.cs-daily-deal-teaser__progress-bar .cs-daily-deal-teaser__progress-possible {
    height: 80%;
    border: 1px solid #f0f0f0;
    margin: 2px;
    border-radius: 3px;
    background: repeating-linear-gradient(
        -45deg,
        #dcdcdc,
        #dcdcdc 1px,
        transparent 0,
        transparent 5px
    );
}
.cs-daily-deal-teaser__available {
    white-space: nowrap;
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.cs-daily-deal-teaser__actions {
    padding: 1.5rem 0;
}
@media (min-width: 30em) {
    .cs-daily-deal-teaser__actions {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__actions {
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        padding: 2rem 0;
        flex-wrap: wrap;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__actions {
        flex: 1 1;
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        min-width: 45%;
        padding: 0;
    }
}
.cs-daily-deal-teaser__details-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__details-price {
        justify-content: flex-start;
        padding-bottom: 0;
        flex-direction: column;
        width: 30%;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser__details-price {
        flex-direction: row;
        height: auto;
        justify-content: flex-end;
        align-items: flex-start;
        align-self: flex-start;
    }
}
.cs-daily-deal-teaser__price .price-box .old-price .price {
    font-size: 1.4rem;
}
.cs-daily-deal-teaser__price .price-box .normal-price .price,
.cs-daily-deal-teaser__price .price-box .special-price .price {
    font-size: 2.2rem;
}
.cs-daily-deal-teaser__discount {
    margin-left: 0.5rem;
    padding: 0 0 1.5rem;
    position: absolute;
    top: 0;
    left: 1.5rem;
    z-index: 10;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser__discount {
        left: 0;
    }
}
.cs-daily-deal-teaser__badge-wrapper:before {
    left: -0.5rem;
}
.cs-daily-deal-teaser__badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: skew(-15deg);
    background-color: #324dcf;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 0 0.7rem 0 0.3rem;
    font-size: 1.1rem;
    font-weight: 700;
    min-height: 2em;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.cs-daily-deal-teaser__badge:before {
    content: "";
    width: 1rem;
    position: absolute;
    min-height: inherit;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    transform: skew(15deg);
    border-radius: 3px 0 0 3px;
    border: inherit;
    border-right: 0;
    transform-origin: bottom left;
}
.cs-daily-deal-teaser__badge--discount {
    background-color: #e41f12;
    color: #fff;
}
.cs-daily-deal-teaser__badge--discount .cs-daily-deal-teaser__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-daily-deal-teaser__badge--discount
    .cs-daily-deal-teaser__badge-text
    + .cs-daily-deal-teaser__badge--discount
    .cs-daily-deal-teaser__badge-text {
    margin-left: 0.5rem;
}
.cs-daily-deal-teaser__badge-text {
    line-height: normal;
    transform: skew(15deg);
}
.cs-daily-deal-teaser__badge-text + .cs-daily-deal-teaser__badge-text {
    margin-left: 0.5rem;
}
.cs-daily-deal-teaser .tocart {
    min-width: 20rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-daily-deal-teaser .tocart:active,
.cs-daily-deal-teaser .tocart:focus,
.cs-daily-deal-teaser .tocart:hover {
    background-color: #324dcf !important;
}
.cs-daily-deal-teaser .tocart:after,
.cs-daily-deal-teaser .tocart:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-daily-deal-teaser .tocart:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-daily-deal-teaser .tocart:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-daily-deal-teaser .tocart:hover:after {
    width: calc(100% + 2px);
}
.cs-daily-deal-teaser .tocart::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-daily-deal-teaser .tocart,
.cs-daily-deal-teaser .tocart:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-daily-deal-teaser .tocart *,
.cs-daily-deal-teaser .tocart:visited * {
    color: #fff;
    fill: #fff;
}
.cs-daily-deal-teaser .tocart:active:not([disabled]),
.cs-daily-deal-teaser .tocart:focus:not([disabled]),
.cs-daily-deal-teaser .tocart:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-daily-deal-teaser .tocart:active:not([disabled]) *,
.cs-daily-deal-teaser .tocart:focus:not([disabled]) *,
.cs-daily-deal-teaser .tocart:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-daily-deal-teaser .tocart[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-daily-deal-teaser .tocart span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser .tocart span {
        padding-right: 2em;
    }
}
@media (min-width: 80em) {
    .cs-daily-deal-teaser .tocart span {
        padding-right: 4em;
    }
}
.cs-daily-deal-teaser .tocart svg {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
@media (min-width: 30em) {
    .cs-daily-deal-teaser .tocart {
        min-width: 17rem;
    }
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser .tocart {
        margin-top: 0;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser .tocart {
        width: 100%;
        min-width: 17rem;
    }
}
.cs-daily-deal-teaser--active {
    display: block;
}
@media (min-width: 48em) {
    .cs-daily-deal-teaser--active {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 64em) {
    .cs-daily-deal-teaser--active {
        flex-wrap: nowrap;
    }
}
.cs-daily-deal-teaser--expired,
.cs-dailydeal {
    display: none;
}
.cs-dailydeal__header {
    display: flex;
    width: 100%;
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    justify-content: space-between;
    align-items: flex-start;
}
.cs-dailydeal__title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.cs-dailydeal__items-amount {
    font-weight: 600;
}
.cs-dailydeal__countdown {
    display: flex;
    margin: 0;
    justify-content: stretch;
    align-items: stretch;
}
.cs-dailydeal__countdown-element {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0.3rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: none;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 3px;
}
.cs-dailydeal__countdown-element:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f0f0f0;
    border-radius: inherit;
    transform: skew(-12deg);
}
.cs-dailydeal__countdown-element:first-child {
    margin-left: 0;
    background: #f0f0f0;
    margin-right: 6px;
}
.cs-dailydeal__countdown-element:first-child:before {
    transform-origin: bottom left;
}
.cs-dailydeal__countdown-element:last-child:not(:only-child) {
    margin-right: 0;
    background: #f0f0f0;
    margin-left: 6px;
}
.cs-dailydeal__countdown-element:last-child:not(:only-child):before {
    left: auto;
    right: 0;
    transform-origin: top right;
}
.cs-dailydeal__countdown-element--special {
    width: 50%;
    background: #e41f12;
    z-index: 5;
}
.cs-dailydeal__countdown-element--special:first-child,
.cs-dailydeal__countdown-element--special:first-child:before {
    background: #e41f12;
}
.cs-dailydeal--tile .cs-dailydeal__countdown-element {
    margin-left: 1px;
    margin-right: 1px;
}
.cs-dailydeal--tile .cs-dailydeal__countdown-element:first-child {
    margin-right: 5px;
}
.cs-dailydeal--tile
    .cs-dailydeal__countdown-element:last-child:not(:only-child) {
    margin-left: 5px;
}
.cs-dailydeal--teaser .cs-dailydeal__countdown-element {
    min-height: 4rem;
}
.cs-dailydeal__countdown-icon {
    width: 1.9rem;
    height: 2.4rem;
    fill: #fff;
}
.cs-dailydeal__countdown-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #e41f12;
    padding: 2px 0 0;
}
.cs-dailydeal__countdown-label {
    display: block;
    font-size: 1.1rem;
    font-weight: inherit;
    color: #888;
    padding: 2px 0 0;
}
.cs-dailydeal--tile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.cs-dailydeal--tile .cs-dailydeal__availability {
    position: relative;
    background: #888;
    font-size: 1rem;
    color: #fff;
    padding: 2px 4px;
    z-index: 4;
    font-weight: 300;
    border-radius: 3px;
}
.cs-dailydeal--tile .cs-dailydeal__availability:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #888;
    border-radius: inherit;
    transform: skew(-12deg);
}
.cs-dailydeal--tile .cs-dailydeal__availability:first-child {
    margin-left: 0;
    background: #888;
}
.cs-dailydeal--tile .cs-dailydeal__availability:first-child:before {
    transform-origin: bottom left;
}
.cs-dailydeal--tile .cs-dailydeal__availability:last-child:not(:only-child) {
    margin-right: 0;
    background: #888;
}
.cs-dailydeal--tile
    .cs-dailydeal__availability:last-child:not(:only-child):before {
    left: auto;
    right: 0;
    transform-origin: top right;
}
@media (min-width: 23.125em) and (max-width: 599px) {
    .cs-dailydeal--tile .cs-dailydeal__countdown-element {
        margin-left: 0;
        margin-right: 0;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:last-child:not(:only-child) {
        margin-left: 0;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:last-child
        .cs-dailydeal__countdown-value:after {
        content: none;
    }
    .cs-dailydeal--tile .cs-dailydeal__countdown-element--special {
        width: auto;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:not(
            .cs-dailydeal__countdown-element--special
        ) {
        border-radius: 0;
        width: auto;
        padding: 0;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:not(
            .cs-dailydeal__countdown-element--special
        ):before {
        transform: none;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:not(
            .cs-dailydeal__countdown-element--special
        ):nth-child(2) {
        padding-left: 1.8rem;
        margin-left: -1rem !important;
    }
    .cs-dailydeal--tile
        .cs-dailydeal__countdown-element:not(
            .cs-dailydeal__countdown-element--special
        ):last-child {
        padding-right: 0.8rem;
        border-radius: 0 3px 3px 0;
    }
    .cs-dailydeal--tile .cs-dailydeal__countdown-value {
        font-size: 1.3rem;
    }
    .cs-dailydeal--tile .cs-dailydeal__countdown-value:after {
        content: ":";
    }
    .cs-dailydeal--tile .cs-dailydeal__countdown-label {
        display: none;
    }
}
.cs-dailydeal__badge-pdp-icon {
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
    fill: #fff;
}
.cs-image-teaser__wrapper,
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .cs-image-teaser__slide,
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .cs-image-teaser__slides,
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.cs-image-teaser__slides,
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.cs-image-teaser__slides,
.swiper-container-android .cs-image-teaser__slide,
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .cs-image-teaser__slides,
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .cs-image-teaser__slides,
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.cs-image-teaser__slide,
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .cs-image-teaser__slide,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .cs-image-teaser__slides,
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d .cs-image-teaser__slide,
.swiper-container-3d .cs-image-teaser__slides,
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .cs-image-teaser__slides,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .cs-image-teaser__slides,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.cs-image-teaser__scrollbar,
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .cs-image-teaser__scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .cs-image-teaser__scrollbar,
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.cs-image-teaser__scrollbar--drag,
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.cs-image-teaser__wrapper .swiper-notification,
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .cs-image-teaser__slide,
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .cs-image-teaser__slide,
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .cs-image-teaser__slide .cs-image-teaser__slide,
.swiper-container-fade .cs-image-teaser__slide .swiper-slide,
.swiper-container-fade .swiper-slide .cs-image-teaser__slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .cs-image-teaser__slide,
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .cs-image-teaser__slide .cs-image-teaser__slide,
.swiper-container-cube .cs-image-teaser__slide .swiper-slide,
.swiper-container-cube .swiper-slide .cs-image-teaser__slide,
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .cs-image-teaser__slide,
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .cs-image-teaser__slide,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-flip .cs-image-teaser__slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .cs-image-teaser__slide .cs-image-teaser__slide,
.swiper-container-flip .cs-image-teaser__slide .swiper-slide,
.swiper-container-flip .swiper-slide .cs-image-teaser__slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-coverflow .cs-image-teaser__slides,
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.cs-image-teaser {
    position: relative;
    margin: 0 0 3rem;
}
.cs-image-teaser__slides {
    align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.cs-image-teaser__slide {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: flex;
    justify-content: center;
}
.cs-image-teaser__figure {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cs-image-teaser__image {
    display: block;
    width: 100%;
}
.cs-image-teaser__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.15s linear;
    z-index: 201;
    width: 5.5rem;
    height: 5.5rem;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    outline: none;
}
@media (max-width: 63.99em) and (pointer: fine) {
    .cs-image-teaser__nav {
        opacity: 0;
    }
    .cs-image-teaser:hover .cs-image-teaser__nav {
        opacity: 1;
    }
}
.cs-image-teaser__nav--hidden {
    display: none;
}
.cs-image-teaser__nav--disabled {
    cursor: default;
    display: none;
    opacity: 1;
}
.cs-image-teaser__nav--prev {
    left: 1.5rem;
}
@media (min-width: 80em) {
    .cs-image-teaser:not(.cs-image-teaser--full-width-slider)
        .cs-image-teaser__nav--prev {
        left: -2.75rem;
        opacity: 1;
    }
}
.cs-image-teaser__nav--next {
    right: 1.5rem;
}
@media (min-width: 80em) {
    .cs-image-teaser:not(.cs-image-teaser--full-width-slider)
        .cs-image-teaser__nav--next {
        right: -2.75rem;
        opacity: 1;
    }
}
.cs-image-teaser--ready
    .cs-image-teaser__nav:not(.cs-image-teaser__nav--disabled) {
    display: block;
}
.cs-image-teaser__nav:active,
.cs-image-teaser__nav:focus,
.cs-image-teaser__nav:hover {
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.99em) {
    .cs-image-teaser__nav {
        display: none !important;
    }
}
.cs-image-teaser__nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1.4rem;
    height: 2.7rem;
    fill: #324dcf;
}
.cs-image-teaser__pagination {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0 0;
    min-height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #696969;
    z-index: 200;
}
.cs-image-teaser__pagination--hidden {
    display: none;
}
.cs-image-teaser__pagination-item {
    position: relative;
    margin: 0.4rem;
    border-radius: 2px;
    background: #f0f0f0;
    width: 2.2rem;
    height: 0.9rem;
    transform: skew(-18deg);
    border: none;
    transition: all 0.15s;
}
.cs-image-teaser__pagination-item:hover {
    background: #dcdcdc;
}
.cs-image-teaser__pagination-item--active,
.cs-image-teaser__pagination-item--active:hover {
    background: #fed400;
}
.cs-image-teaser__pagination-button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.cs-image-teaser__number {
    font-weight: 700;
}
.cs-image-teaser__number--current {
    color: #324dcf;
}
@media (min-width: 48em) {
    .cs-image-teaser {
        margin: 0 0 4rem;
    }
}
.cs-image-teaser--skip-spacing {
    margin: 0;
}
.cs-image-teaser--window-width {
    overflow: hidden;
}
.cs-image-teaser:not(.cs-image-teaser--slider) .cs-image-teaser__nav,
.cs-image-teaser:not(.cs-image-teaser--slider) .cs-image-teaser__pagination {
    display: none;
}
.cs-image-teaser:not(.cs-image-teaser--slider) .cs-image-teaser__slides {
    flex-wrap: wrap;
}
.cs-image-teaser--items-in-row-mobile-1
    .cs-image-teaser:not(.cs-image-teaser--slider)
    .cs-image-teaser__slides {
    display: block;
}
.cs-image-teaser__carousel {
    position: relative;
}
.cs-image-teaser--grid-teaser .cs-image-teaser__carousel {
    height: 100%;
}
.cs-image-teaser__wrapper {
    margin: -0.4rem;
    width: calc(100% + 0.8rem);
}
.cs-image-teaser__wrapper--content-under .cs-image-teaser__slide {
    display: block;
}
.cs-image-teaser__wrapper--content-under
    .cs-image-teaser__slide--scheme-light
    .cs-image-teaser__content {
    background: #212121;
}
.cs-image-teaser__wrapper--content-under
    .cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__content {
    background: #fff;
}
.cs-image-teaser__wrapper--content-under .cs-image-teaser__slide-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: initial;
}
.cs-image-teaser__wrapper--content-under .cs-image-teaser__content-wrapper {
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 2rem 2rem 0;
}
.cs-image-teaser__wrapper--content-under .cs-image-teaser__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: -3rem 0 0;
    padding: 2rem;
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-2
        .cs-image-teaser__wrapper--content-under
        .cs-image-teaser__slogan {
        font-size: 1.95em;
    }
    .cs-image-teaser--items-in-row-2
        .cs-image-teaser__wrapper--content-under
        .cs-image-teaser__description {
        font-size: 1.2em;
    }
}
.cs-image-teaser--grid-teaser .cs-image-teaser__wrapper {
    height: 100%;
    margin: 0;
}
@media (min-width: 48em) {
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:first-child {
        width: calc((100% / 3) * 2);
    }
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:first-child
        .cs-image-teaser__slogan {
        font-size: 1.93725em;
    }
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:first-child
        .cs-image-teaser__description {
        font-size: 1.1625em;
    }
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:last-child {
        width: calc(100% / 3);
    }
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:last-child
        .cs-image-teaser__slogan {
        font-size: 3.8745em;
    }
    .cs-image-teaser__slides--mosaic-scenario-1
        .cs-image-teaser__slide:last-child
        .cs-image-teaser__description {
        font-size: 2.325em;
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:first-child {
        width: calc(100% / 3);
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:first-child
        .cs-image-teaser__slogan {
        font-size: 3.8745em;
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:first-child
        .cs-image-teaser__description {
        font-size: 2.325em;
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:last-child {
        width: calc((100% / 3) * 2);
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:last-child
        .cs-image-teaser__slogan {
        font-size: 1.93725em;
    }
    .cs-image-teaser__slides--mosaic-scenario-2
        .cs-image-teaser__slide:last-child
        .cs-image-teaser__description {
        font-size: 1.1625em;
    }
}
.cs-image-teaser__slide {
    padding: 0.4rem;
    transition: opacity 0.3s;
}
.cs-image-teaser--items-in-row-mobile-2 .cs-image-teaser__slide {
    width: 50%;
}
.cs-image-teaser--teaser-and-text .cs-image-teaser__slide {
    order: 2;
}
.cs-image-teaser--teaser-and-text
    .cs-image-teaser__slide:not(.cs-image-teaser__slide--image-uploaded)
    > .cs-image-teaser__slide-wrapper {
    width: 100%;
}
@media (max-width: 47.99em) {
    .cs-image-teaser--teaser-and-text
        .cs-image-teaser__slide:not(.cs-image-teaser__slide--image-uploaded)
        .cs-image-teaser__content-wrapper {
        position: static;
        height: auto;
    }
}
@media (max-width: 47.99em) {
    .cs-image-teaser__slides--mobile-text-image
        .cs-image-teaser__slide--image-uploaded {
        order: 3;
    }
}
@media (max-width: 47.99em) {
    .cs-image-teaser__slides--mobile-image-text
        .cs-image-teaser__slide--image-uploaded {
        order: 1;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-2 .cs-image-teaser__slide {
        width: 50%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-3 .cs-image-teaser__slide {
        width: 33.33333%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-4 .cs-image-teaser__slide {
        width: 25%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-5 .cs-image-teaser__slide {
        width: 20%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-6 .cs-image-teaser__slide {
        width: 16.66667%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-7 .cs-image-teaser__slide {
        width: 14.28571%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-8 .cs-image-teaser__slide {
        width: 12.5%;
    }
}
.cs-image-teaser--grid-teaser .cs-image-teaser__slide {
    height: 100%;
    padding: 0;
}
.cs-image-teaser--backlink
    .cs-image-teaser__slide:not(.cs-image-teaser__slide--image-uploaded)
    > .cs-image-teaser__slide-wrapper,
.cs-image-teaser--cms-teaser
    .cs-image-teaser__slide:not(.cs-image-teaser__slide--image-uploaded)
    > .cs-image-teaser__slide-wrapper {
    background-color: #f0f0f0;
}
.cs-image-teaser__slide:not(.ready) .cs-image-teaser__content-wrapper {
    opacity: 0;
}
.cs-image-teaser__slide-wrapper {
    display: block;
    overflow: hidden;
}
.cs-image-teaser__slide-wrapper,
.cs-image-teaser__slide-wrapper:focus,
.cs-image-teaser__slide-wrapper:hover {
    color: inherit;
}
.cs-image-teaser--instagram-feed .cs-image-teaser__slide-wrapper {
    position: relative;
    width: 100%;
}
.cs-image-teaser--instagram-feed .cs-image-teaser__slide-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.cs-image-teaser__slide--scheme-light:not(
        .cs-image-teaser__slide--image-uploaded
    )
    .cs-image-teaser__slide-wrapper {
    background: #212121;
}
.cs-image-teaser__slide--scheme-dark:not(
        .cs-image-teaser__slide--image-uploaded
    )
    .cs-image-teaser__slide-wrapper {
    background: #fff;
}
.cs-image-teaser--instagram-feed .cs-image-teaser__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cs-image-teaser--grid-teaser .cs-image-teaser__figure,
.cs-image-teaser--grid-teaser .cs-image-teaser__figure img {
    height: 100%;
}
.cs-image-teaser__aspect-ratio {
    width: 100%;
}
.cs-image-teaser__aspect-ratio ~ .cs-image-teaser__figure,
.cs-image-teaser__aspect-ratio ~ .cs-image-teaser__slide-wrapper {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    width: calc(100% - 0.8rem);
}
.cs-image-teaser__wrapper:not(.cs-image-teaser__wrapper--content-under)
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__figure,
.cs-image-teaser__wrapper:not(.cs-image-teaser__wrapper--content-under)
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__slide-wrapper {
    height: calc(100% - 0.8rem);
}
.cs-image-teaser--grid-teaser
    .cs-image-teaser__wrapper:not(.cs-image-teaser__wrapper--content-under)
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__figure,
.cs-image-teaser--grid-teaser
    .cs-image-teaser__wrapper:not(.cs-image-teaser__wrapper--content-under)
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__slide-wrapper {
    height: 100%;
}
.cs-image-teaser--grid-teaser
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__figure,
.cs-image-teaser--grid-teaser
    .cs-image-teaser__aspect-ratio
    ~ .cs-image-teaser__slide-wrapper {
    top: 0;
    left: 0;
}
.cs-image-teaser__content-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
}
.cs-image-teaser__wrapper--content-over .cs-image-teaser__content-wrapper {
    padding: 3.76%;
}
@media (min-width: 48em) {
    .cs-image-teaser--items-in-row-3
        .cs-image-teaser__wrapper--content-over
        .cs-image-teaser__content-wrapper {
        padding: 5.64%;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser--items-in-row-4
        .cs-image-teaser__wrapper--content-over
        .cs-image-teaser__content-wrapper {
        padding: 7.52%;
    }
}
.cs-image-teaser__content-wrapper--content-align-x-2 {
    justify-content: center;
    text-align: center;
}
.cs-image-teaser__content-wrapper--content-align-x-3 {
    justify-content: flex-end;
    text-align: right;
}
.cs-image-teaser__content-wrapper--content-align-y-2 {
    align-items: center;
}
.cs-image-teaser__content-wrapper--content-align-y-3 {
    align-items: flex-end;
}
.cs-image-teaser__content--container {
    position: relative;
    padding: inherit;
}
.cs-image-teaser__text-content {
    font-size: 1.4rem;
    color: #fff;
}
.cs-image-teaser__slide--scheme-dark .cs-image-teaser__text-content {
    color: #212121;
}
.cs-image-teaser__slogan {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 2.6rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 2.583em;
    font-weight: 900;
    text-transform: none;
    line-height: 1.05;
    color: inherit;
}
.cs-image-teaser__slide--scheme-dark .cs-image-teaser__slogan {
    color: inherit;
}
.cs-image-teaser__description {
    margin: 0;
    font-size: 1.55em;
    font-weight: 300;
    letter-spacing: -0.18px;
    line-height: 1.2;
    color: inherit;
}
* + .cs-image-teaser__description {
    margin-top: 0.5em;
}
.cs-image-teaser__slide--scheme-dark .cs-image-teaser__description {
    color: inherit;
}
@media (min-width: 64em) and (max-width: 79.99em) {
    .cs-image-teaser--items-in-row-4 .cs-image-teaser__description {
        font-size: 1.75em;
    }
}
* + .cs-image-teaser__cta {
    margin-top: 1.5rem;
}
.cs-image-teaser__cta-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    font-size: 1rem;
}
.cs-image-teaser__cta-button:active,
.cs-image-teaser__cta-button:focus,
.cs-image-teaser__cta-button:hover {
    background-color: #324dcf !important;
}
.cs-image-teaser__cta-button:after,
.cs-image-teaser__cta-button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-image-teaser__cta-button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-image-teaser__cta-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-image-teaser__cta-button:hover:after {
    width: calc(100% + 2px);
}
.cs-image-teaser__cta-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-image-teaser__cta-button,
.cs-image-teaser__cta-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-image-teaser__cta-button *,
.cs-image-teaser__cta-button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-image-teaser__cta-button:active:not([disabled]),
.cs-image-teaser__cta-button:focus:not([disabled]),
.cs-image-teaser__cta-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-image-teaser__cta-button:active:not([disabled]) *,
.cs-image-teaser__cta-button:focus:not([disabled]) *,
.cs-image-teaser__cta-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-image-teaser__cta-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
@media (min-width: 30em) {
    .cs-image-teaser__cta-button {
        font-size: 1.15rem;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser__cta-button {
        font-size: 1.2rem;
    }
}
@media (min-width: 80em) {
    .cs-image-teaser__cta-button {
        font-size: 1.4rem;
    }
}
@media (min-width: 120em) {
    .cs-image-teaser__cta-button {
        font-size: 1.6rem;
    }
}
.cs-image-teaser__cta-button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-image-teaser__cta-button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-image-teaser__badge {
    font-size: 1.1em;
    position: absolute;
    top: 0.7em;
    left: 0.7em;
    color: #fff;
    background: #324dcf;
    border-radius: 50%;
    line-height: 1;
    padding: 0.9em;
    text-align: center;
    z-index: 3;
}
.cs-image-teaser__badge,
.cs-image-teaser__badge:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cs-image-teaser__badge:before {
    content: "";
    padding-top: 100%;
    height: 0;
}
.cs-image-teaser__badge--align-x-2 {
    left: 50%;
    transform: translateX(-50%);
}
.cs-image-teaser__badge--align-x-3 {
    left: auto;
    right: 0.7em;
}
.cs-image-teaser__badge--align-y-2 {
    top: 50%;
    transform: translateY(-50%);
}
.cs-image-teaser__badge--align-y-2.cs-image-teaser__badge--align-x-2 {
    transform: translate(-50%, -50%);
}
.cs-image-teaser__badge--align-y-3 {
    top: auto;
    bottom: 0.7em;
}
.cs-image-teaser__badge small {
    font-size: 75%;
    line-height: 75%;
}
.cs-image-teaser__badge big,
.cs-image-teaser__badge small {
    padding-bottom: 0.2rem;
    display: inline-block;
}
.cs-image-teaser__badge big:last-child,
.cs-image-teaser__badge small:last-child {
    padding-bottom: 0;
}
.cs-image-teaser__badge-span {
    text-align: center;
}
.cs-image-teaser__gradient,
.cs-image-teaser__overlay {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
}
.cs-image-teaser__slide--scheme-light .cs-image-teaser__overlay {
    background: #212121;
}
.cs-image-teaser__slide--scheme-dark .cs-image-teaser__overlay {
    background: #fff;
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(135deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(135deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(90deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(45deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-1.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(45deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(180deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(90deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(0deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-2.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(-135deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-1 {
    background: linear-gradient(-135deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(-90deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-2 {
    background: linear-gradient(-90deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(-45deg, #212121, rgba(33, 33, 33, 0) 85%);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__gradient--direction-x-3.cs-image-teaser__gradient--direction-y-3 {
    background: linear-gradient(-45deg, #fff, hsla(0, 0%, 100%, 0) 85%);
}
.cs-image-teaser__image {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.cs-image-teaser__image--mirror {
    transform: scaleX(-1);
}
.cs-image-teaser__optimizer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cs-image-teaser__slide--scheme-dark .cs-image-teaser__optimizer-container {
    background-color: #fff;
}
.cs-image-teaser__slide--scheme-light .cs-image-teaser__optimizer-container {
    background-color: #212121;
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-0 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-5 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.05);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-10 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.1);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-15 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.15);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-20 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.2);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-25 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.25);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-30 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.3);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-35 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.35);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-40 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.4);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-45 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.45);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-50 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.5);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-55 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.55);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-60 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.6);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-65 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.65);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-70 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.7);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-75 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.75);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-80 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.8);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-85 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.85);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-90 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.9);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-95 {
    text-shadow: 0 0 2.5rem hsla(0, 0%, 100%, 0.95);
}
.cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content--text-shadow-100 {
    text-shadow: 0 0 2.5rem #fff;
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-0 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-5 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.05);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-10 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.1);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-15 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.15);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-20 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.2);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-25 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.25);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-30 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.3);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-35 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.35);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-40 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.4);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-45 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.45);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-50 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.5);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-55 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.55);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-60 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.6);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-65 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.65);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-70 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.7);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-75 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.75);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-80 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.8);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-85 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.85);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-90 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.9);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-95 {
    text-shadow: 0 0 2.5rem rgba(33, 33, 33, 0.95);
}
.cs-image-teaser__slide--scheme-light
    .cs-image-teaser__text-content--text-shadow-100 {
    text-shadow: 0 0 2.5rem #212121;
}
.cs-image-teaser--grid-teaser {
    height: 100%;
    margin: 0;
}
@media (min-width: 48em) {
    .cs-image-teaser--hero-teaser {
        padding: 0 11.5%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__wrapper {
        overflow: visible;
    }
}
.cs-image-teaser--hero-teaser .cs-image-teaser__carousel {
    position: static;
}
@media (max-width: 47.99em) {
    .cs-image-teaser--hero-teaser.cs-image-teaser--as-list-mobile
        .cs-image-teaser__slides {
        flex-wrap: wrap;
    }
    .cs-image-teaser--hero-teaser.cs-image-teaser--as-list-mobile
        .cs-image-teaser__pagination {
        display: none;
    }
}
.cs-container--image-teaser-window-width {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.cs-container--image-teaser-window-width .cs-image-teaser__slide {
    margin-left: 0;
    margin-right: 0;
}
.cs-image-teaser-legacy__wrapper,
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .cs-image-teaser-legacy__slide,
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .cs-image-teaser-legacy__slides,
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.cs-image-teaser-legacy__slides,
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.cs-image-teaser-legacy__slides,
.swiper-container-android .cs-image-teaser-legacy__slide,
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .cs-image-teaser-legacy__slides,
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .cs-image-teaser-legacy__slides,
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.cs-image-teaser-legacy__slide,
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .cs-image-teaser-legacy__slide,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .cs-image-teaser-legacy__slides,
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d .cs-image-teaser-legacy__slide,
.swiper-container-3d .cs-image-teaser-legacy__slides,
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .cs-image-teaser-legacy__slides,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .cs-image-teaser-legacy__slides,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.cs-image-teaser-legacy__scrollbar,
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .cs-image-teaser-legacy__scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .cs-image-teaser-legacy__scrollbar,
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.cs-image-teaser-legacy__scrollbar--drag,
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.cs-image-teaser-legacy__wrapper .swiper-notification,
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode
    .cs-image-teaser-legacy__slide,
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .cs-image-teaser-legacy__slide,
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade
    .cs-image-teaser-legacy__slide
    .cs-image-teaser-legacy__slide,
.swiper-container-fade .cs-image-teaser-legacy__slide .swiper-slide,
.swiper-container-fade .swiper-slide .cs-image-teaser-legacy__slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .cs-image-teaser-legacy__slide,
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube
    .cs-image-teaser-legacy__slide
    .cs-image-teaser-legacy__slide,
.swiper-container-cube .cs-image-teaser-legacy__slide .swiper-slide,
.swiper-container-cube .swiper-slide .cs-image-teaser-legacy__slide,
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .cs-image-teaser-legacy__slide,
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .cs-image-teaser-legacy__slide,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-flip .cs-image-teaser-legacy__slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip
    .cs-image-teaser-legacy__slide
    .cs-image-teaser-legacy__slide,
.swiper-container-flip .cs-image-teaser-legacy__slide .swiper-slide,
.swiper-container-flip .swiper-slide .cs-image-teaser-legacy__slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-coverflow .cs-image-teaser-legacy__slides,
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.cs-image-teaser-legacy {
    position: relative;
    margin: 0 0 3rem;
}
.cs-image-teaser-legacy__slides {
    align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.cs-image-teaser-legacy__slide {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: flex;
    justify-content: center;
}
.cs-image-teaser-legacy__figure {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cs-image-teaser-legacy__image {
    display: block;
    width: 100%;
}
.cs-image-teaser-legacy__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.15s linear;
    z-index: 201;
    width: 5.5rem;
    height: 5.5rem;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    outline: none;
}
@media (max-width: 63.99em) and (pointer: fine) {
    .cs-image-teaser-legacy__nav {
        opacity: 0;
    }
    .cs-image-teaser-legacy:hover .cs-image-teaser-legacy__nav {
        opacity: 1;
    }
}
.cs-image-teaser-legacy__nav--hidden {
    display: none;
}
.cs-image-teaser-legacy__nav--disabled {
    cursor: default;
    display: none;
    opacity: 1;
}
@media (min-width: 80em) {
    .cs-image-teaser-legacy:not(.cs-image-teaser-legacy--full-width-slider)
        .cs-image-teaser-legacy__nav--prev {
        left: -2.75rem;
        opacity: 1;
    }
}
@media (min-width: 80em) {
    .cs-image-teaser-legacy:not(.cs-image-teaser-legacy--full-width-slider)
        .cs-image-teaser-legacy__nav--next {
        right: -2.75rem;
        opacity: 1;
    }
}
.cs-image-teaser-legacy--ready
    .cs-image-teaser-legacy__nav:not(.cs-image-teaser-legacy__nav--disabled) {
    display: block;
}
.cs-image-teaser-legacy__nav:active,
.cs-image-teaser-legacy__nav:focus,
.cs-image-teaser-legacy__nav:hover {
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.99em) {
    .cs-image-teaser-legacy__nav {
        display: none !important;
    }
}
.cs-image-teaser-legacy__nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1.4rem;
    height: 2.7rem;
}
.cs-image-teaser-legacy__pagination {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0 0;
    min-height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #696969;
    z-index: 200;
}
.cs-image-teaser-legacy__pagination--hidden {
    display: none;
}
.cs-image-teaser-legacy__pagination-item {
    position: relative;
    margin: 0.4rem;
    border-radius: 2px;
    background: #f0f0f0;
    width: 2.2rem;
    height: 0.9rem;
    transform: skew(-18deg);
    border: none;
    transition: all 0.15s;
}
.cs-image-teaser-legacy__pagination-item:hover {
    background: #dcdcdc;
}
.cs-image-teaser-legacy__pagination-item--active,
.cs-image-teaser-legacy__pagination-item--active:hover {
    background: #fed400;
}
.cs-image-teaser-legacy__pagination-button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.cs-image-teaser-legacy__number {
    font-weight: 700;
}
.cs-image-teaser-legacy__number--current {
    color: #324dcf;
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy {
        margin: 0 0 4rem;
    }
}
.cs-image-teaser-legacy--skip-spacing {
    margin: 0;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__nav,
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__pagination {
    display: none;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__slides {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__slide {
    width: 100%;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__figure {
    margin: 0;
    line-height: 1;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__image {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}
.cs-image-teaser-legacy.cs-image-teaser-legacy--slider
    .cs-image-teaser-legacy__image[src^="data:image/"] {
    height: 0;
}
.cs-image-teaser-legacy__wrapper {
    position: static;
}
.cs-image-teaser-legacy__slide {
    text-align: center;
    position: relative;
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__slide {
    flex-wrap: wrap;
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__figure {
    width: 100%;
}
.cs-image-teaser-legacy__content-wrapper {
    line-height: 1.15em;
    color: #dd2e2e;
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__content-wrapper {
    width: 100%;
    padding: 1em 0.65em;
    background-color: #f1f1f1;
    text-align: center;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 3% 5%;
}
@media (min-width: 30em) {
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-2.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-5.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-6.cs-image-teaser-legacy--slider {
        width: 80%;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-2
        .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-5.cs-image-teaser-legacy--slider,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper
        .cs-image-teaser-legacy--items-in-row-6.cs-image-teaser-legacy--slider {
        width: 70%;
    }
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1 {
    align-items: center;
    text-align: left;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2 {
    align-items: flex-end;
    text-align: left;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-3 {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-4 {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: flex-end;
}
.cs-image-teaser-legacy__headline {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
}
@media (min-width: 23.125em) {
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__headline,
    .cs-image-teaser-legacy__headline {
        font-size: 2rem;
    }
}
@media (min-width: 30em) {
    .cs-image-teaser-legacy__headline {
        font-size: 2.39rem;
    }
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__headline {
        font-size: 3.75vw;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__headline {
        font-size: 4vw;
    }
    .cs-image-teaser-legacy--items-in-row-2 .cs-image-teaser-legacy__headline {
        font-size: 2.45vw;
    }
    .cs-image-teaser-legacy--items-in-row-3 .cs-image-teaser-legacy__headline {
        font-size: 2.25vw;
    }
    .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__headline {
        font-size: 2.05vw;
    }
    .cs-image-teaser-legacy--items-in-row-4 .cs-image-teaser-legacy__headline {
        font-size: 2vw;
    }
    .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__headline {
        font-size: 1.9vw;
    }
    .cs-image-teaser-legacy--items-in-row-6 .cs-image-teaser-legacy__headline {
        font-size: 1.5vw;
    }
    .cs-image-teaser-legacy--items-in-row-8 .cs-image-teaser-legacy__headline {
        font-size: 1.35vw;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__headline {
        font-size: 3.5vw;
    }
    .cs-image-teaser-legacy--items-in-row-2 .cs-image-teaser-legacy__headline {
        font-size: 2.35vw;
    }
    .cs-image-teaser-legacy--items-in-row-3 .cs-image-teaser-legacy__headline {
        font-size: 1.9vw;
    }
    .cs-image-teaser-legacy--items-in-row-4 .cs-image-teaser-legacy__headline {
        font-size: 1.6vw;
    }
    .cs-image-teaser-legacy--items-in-row-6 .cs-image-teaser-legacy__headline {
        font-size: 1.35vw;
    }
    .cs-image-teaser-legacy--items-in-row-8 .cs-image-teaser-legacy__headline {
        font-size: 1.2vw;
    }
}
@media (min-width: 80em) {
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__headline {
        font-size: 4.65rem;
    }
    .cs-image-teaser-legacy--items-in-row-2 .cs-image-teaser-legacy__headline {
        font-size: 2.9rem;
    }
    .cs-image-teaser-legacy--items-in-row-3 .cs-image-teaser-legacy__headline,
    .cs-image-teaser-legacy--items-in-row-4 .cs-image-teaser-legacy__headline {
        font-size: 2.7rem;
    }
    .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__headline {
        font-size: 2.5rem;
    }
    .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__headline {
        font-size: 2.3rem;
    }
    .cs-image-teaser-legacy--items-in-row-6 .cs-image-teaser-legacy__headline {
        font-size: 1.7rem;
    }
    .cs-image-teaser-legacy--items-in-row-8 .cs-image-teaser-legacy__headline {
        font-size: 1.5rem;
    }
}
@media (max-width: 47.99em) {
    .cs-image-teaser-legacy--items-in-row-mobile-2
        .cs-image-teaser-legacy__headline {
        font-size: 3.5vw;
    }
}
@media (max-width: 23.115em) {
    .cs-image-teaser-legacy--items-in-row-mobile-2
        .cs-image-teaser-legacy__headline {
        font-size: 3.8vw;
    }
}
.cs-image-teaser-legacy__headline + .cs-image-teaser-legacy__subheadline {
    margin: 0.25em 0 0;
}
.cs-image-teaser-legacy__subheadline {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
}
@media (min-width: 23.125em) {
    .cs-image-teaser-legacy__subheadline {
        font-size: 1.4rem;
    }
}
@media (min-width: 30em) {
    .cs-image-teaser-legacy__subheadline {
        font-size: 1.69rem;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy--items-in-row-1
        .cs-image-teaser-legacy__subheadline {
        font-size: 2.55vw;
    }
    .cs-image-teaser-legacy--items-in-row-2
        .cs-image-teaser-legacy__subheadline {
        font-size: 2vw;
    }
    .cs-image-teaser-legacy--items-in-row-3
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.78vw;
    }
    .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__subheadline,
    .cs-image-teaser-legacy--items-in-row-4
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.5vw;
    }
    .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.4vw;
    }
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.2vw;
    }
    .cs-image-teaser-legacy--items-in-row-8
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.1vw;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy--items-in-row-1
        .cs-image-teaser-legacy__subheadline {
        font-size: 2.25vw;
    }
    .cs-image-teaser-legacy--items-in-row-2
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.85vw;
    }
    .cs-image-teaser-legacy--items-in-row-3
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.5vw;
    }
    .cs-image-teaser-legacy--items-in-row-4
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.35vw;
    }
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.3vw;
    }
    .cs-image-teaser-legacy--items-in-row-8
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.2vw;
    }
}
@media (min-width: 80em) {
    .cs-image-teaser-legacy--items-in-row-1
        .cs-image-teaser-legacy__subheadline {
        font-size: 2.85rem;
    }
    .cs-image-teaser-legacy--items-in-row-2
        .cs-image-teaser-legacy__subheadline {
        font-size: 2.2rem;
    }
    .cs-image-teaser-legacy--items-in-row-3
        .cs-image-teaser-legacy__subheadline,
    .cs-image-teaser-legacy--items-in-row-4
        .cs-image-teaser-legacy__subheadline {
        font-size: 2rem;
    }
    .cs-image-teaser-legacy--items-in-row-3.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.8rem;
    }
    .cs-image-teaser-legacy--items-in-row-4.cs-image-teaser-legacy--slider
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.6rem;
    }
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.2rem;
    }
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.6rem;
    }
    .cs-image-teaser-legacy--items-in-row-8
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__subheadline {
        font-size: 1.5rem;
    }
}
@media (max-width: 47.99em) {
    .cs-image-teaser-legacy--items-in-row-mobile-2
        .cs-image-teaser-legacy__subheadline {
        font-size: 2.5vw;
    }
}
@media (max-width: 23.115em) {
    .cs-image-teaser-legacy--items-in-row-mobile-2
        .cs-image-teaser-legacy__subheadline {
        font-size: 3vw;
    }
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy__text {
        font-size: 1.4rem;
    }
    .cs-image-teaser-legacy--items-in-row-1 .cs-image-teaser-legacy__text,
    .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__text {
        display: block;
    }
}
@media (min-width: 80em) {
    .cs-image-teaser-legacy--items-in-row-2 .cs-image-teaser-legacy__text {
        display: block;
    }
}
.cs-image-teaser-legacy__cta {
    display: none;
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy__cta {
        display: block;
        margin-top: 0.7rem;
    }
    .cs-image-teaser-legacy--items-in-row-2:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__cta {
        padding: 1em 2.5em;
    }
    .cs-image-teaser-legacy--items-in-row-3
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy--items-in-row-4
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy--items-in-row-8 .cs-image-teaser-legacy__cta {
        display: none;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy--items-in-row-3:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__cta {
        display: block;
    }
    .cs-image-teaser-legacy--items-in-row-6:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__cta {
        padding: 0.65em 1.25em;
    }
}
.cs-image-teaser-legacy__pagination {
    text-align: center;
}
.cs-image-teaser-legacy--items-in-row-mobile-2:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide {
    width: calc(50% - 0.25em);
    text-align: center;
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide {
    width: calc(50% - 0.25em);
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:first-child {
    line-height: 1;
    width: 100%;
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:first-child
    .cs-image-teaser-legacy__image {
    width: 100%;
    vertical-align: bottom;
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide {
    width: calc(50% - 0.25em);
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:first-child,
.cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:last-child {
    line-height: 1;
    width: 100%;
}
.cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:first-child
    .cs-image-teaser-legacy__image,
.cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
        .cs-image-teaser-legacy--slider
    )
    .cs-image-teaser-legacy__slide:last-child
    .cs-image-teaser-legacy__image {
    width: 100%;
    vertical-align: bottom;
}
.cs-image-teaser-legacy--full-width {
    margin: 0 calc(((100vw - 100%) / 2) * -1);
}
@media (min-width: 48em) {
    .cs-image-teaser-legacy--items-in-row-2:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide,
    .cs-image-teaser-legacy--items-in-row-3:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide,
    .cs-image-teaser-legacy--items-in-row-4:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide,
    .cs-image-teaser-legacy--items-in-row-5:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide,
    .cs-image-teaser-legacy--items-in-row-6:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide,
    .cs-image-teaser-legacy--items-in-row-8:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        text-align: center;
    }
    .cs-image-teaser-legacy--items-in-row-2:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        width: calc(50% - 0.25em);
    }
    .cs-image-teaser-legacy--items-in-row-3:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        width: calc(100% / 3 - 0.3333em);
    }
    .cs-image-teaser-legacy--items-in-row-4:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        width: calc(100% / 4 - 0.375em);
    }
    .cs-image-teaser-legacy--items-in-row-6:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        width: calc(100% / 6 - 0.8333em);
    }
    .cs-image-teaser-legacy--items-in-row-8:not(.cs-image-teaser-legacy--slider)
        .cs-image-teaser-legacy__slide {
        width: calc(100% / 8 - 0.875em);
    }
    .cs-image-teaser-legacy--mobile-cfg-big-small-small:not(
            .cs-image-teaser-legacy--slider
        )
        .cs-image-teaser-legacy__slide:first-child {
        width: calc(100% / 3 - 0.3333em);
    }
    .cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
            .cs-image-teaser-legacy--slider
        )
        .cs-image-teaser-legacy__slide:first-child,
    .cs-image-teaser-legacy--mobile-cfg-big-small-small-big:not(
            .cs-image-teaser-legacy--slider
        )
        .cs-image-teaser-legacy__slide:last-child {
        width: calc(100% / 4 - 0.5em);
    }
}
.cs-image-teaser-legacy--cms-pages .cs-image-teaser-legacy__slides {
    justify-content: flex-start !important;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--slider)
    .cs-image-teaser-legacy__slide {
    height: auto;
}
.cs-image-teaser-legacy--slider .cs-image-teaser-legacy__slide {
    margin-bottom: 0;
}
.cs-image-teaser-legacy__slide--scheme-light:not(
        .cs-image-teaser-legacy__slide--image-uploaded
    ) {
    background-color: #212121;
}
.cs-image-teaser-legacy__slide-link {
    display: flex;
    width: 100%;
}
.cs-image-teaser-legacy__slide-link:hover {
    text-decoration: none;
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__slide-link {
    flex-wrap: wrap;
}
.cs-image-teaser-legacy__content-wrapper {
    color: #212121;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper {
    padding: 2rem 1rem;
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper {
        padding: 2rem;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy--items-in-row-1
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper {
        padding: 2rem 3rem;
    }
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__content-wrapper {
    background-color: transparent;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__cta,
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__subheadline,
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__text,
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__cta,
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__subheadline,
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__text {
    padding-left: 1rem;
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
        .cs-image-teaser-legacy__subheadline,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
        .cs-image-teaser-legacy__text,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
        .cs-image-teaser-legacy__cta,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
        .cs-image-teaser-legacy__subheadline,
    .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
        .cs-image-teaser-legacy__text {
        padding-left: 0;
    }
}
.cs-image-teaser-legacy__content-wrapper--content-display-scenario-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.cs-image-teaser-legacy__slide--scheme-light .cs-image-teaser-legacy__headline {
    color: #fff;
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__headline,
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__headline {
    max-width: 70%;
    margin-left: -1rem;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    background-color: #fed400;
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
        .cs-image-teaser-legacy__headline,
    .cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
        .cs-image-teaser-legacy__wrapper--content-display-inside
        .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
        .cs-image-teaser-legacy__headline {
        margin-left: -2rem;
    }
}
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__headline:after,
.cs-image-teaser-legacy:not(.cs-image-teaser-legacy--items-in-row-1)
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__headline:after {
    display: block;
    content: "";
    position: absolute;
    right: -2rem;
    top: 0;
    z-index: -1;
    background: #fed400;
    height: 100%;
    width: 4.5rem;
    transform: skew(-18deg);
}
.cs-image-teaser-legacy--items-in-row-2
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-1
    .cs-image-teaser-legacy__headline,
.cs-image-teaser-legacy--items-in-row-2
    .cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__content-wrapper--content-display-scenario-2
    .cs-image-teaser-legacy__headline {
    max-width: 50% !important;
}
.cs-image-teaser-legacy__wrapper--content-display-inside
    .cs-image-teaser-legacy__headline {
    width: auto;
    position: relative;
    z-index: 3;
    font-weight: 700;
    text-transform: none;
}
.cs-image-teaser-legacy__wrapper--content-display-outside
    .cs-image-teaser-legacy__headline {
    margin-bottom: 0.5rem;
    font-weight: 700;
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy--items-in-row-2
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__headline {
        font-size: 2.43rem;
    }
    .cs-image-teaser-legacy--items-in-row-3
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__headline {
        font-size: 2.1rem;
    }
    .cs-image-teaser-legacy--items-in-row-4
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__headline {
        font-size: 1.95rem;
    }
    .cs-image-teaser-legacy--items-in-row-6
        .cs-image-teaser-legacy__wrapper--content-display-outside
        .cs-image-teaser-legacy__headline {
        font-size: 1.74rem;
    }
}
.cs-image-teaser-legacy__headline + .cs-image-teaser-legacy__subheadline,
.cs-image-teaser-legacy__headline + .cs-image-teaser-legacy__text {
    margin: 0.25rem 0 0;
}
.cs-image-teaser-legacy__subheadline {
    margin-bottom: 1rem;
}
.cs-image-teaser-legacy__slide--scheme-light
    .cs-image-teaser-legacy__subheadline {
    color: #fff;
}
.cs-image-teaser-legacy__subheadline + .cs-image-teaser-legacy__text {
    margin: 0.25rem 0 0;
}
.cs-image-teaser-legacy__text {
    line-height: 1.18;
    color: #696969;
    font-weight: 400;
    display: none;
}
.cs-image-teaser-legacy__slide--scheme-light .cs-image-teaser-legacy__text {
    color: #fff;
}
@media (max-width: 63.99em) {
    .cs-image-teaser-legacy__text {
        font-size: 1.45rem;
    }
}
@media (min-width: 64em) {
    .cs-image-teaser-legacy__text {
        display: block;
    }
}
.cs-image-teaser-legacy__cta {
    white-space: nowrap;
}
.cs-image-teaser-legacy__cta-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
}
.cs-image-teaser-legacy__cta-button:active,
.cs-image-teaser-legacy__cta-button:focus,
.cs-image-teaser-legacy__cta-button:hover {
    background-color: #324dcf !important;
}
.cs-image-teaser-legacy__cta-button:after,
.cs-image-teaser-legacy__cta-button:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.cs-image-teaser-legacy__cta-button:before {
    width: 5.5rem;
    border-radius: 0 3px 3px 0;
    z-index: -1;
    background: linear-gradient(
        100deg,
        transparent,
        transparent 15%,
        #142b9e 0,
        #142b9e
    );
}
.cs-image-teaser-legacy__cta-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #142b9e;
    transition: width 0.25s linear;
    z-index: -2;
    border-radius: 3px;
}
.cs-image-teaser-legacy__cta-button:hover:after {
    width: calc(100% + 2px);
}
.cs-image-teaser-legacy__cta-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-image-teaser-legacy__cta-button,
.cs-image-teaser-legacy__cta-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #324dcf;
}
.cs-image-teaser-legacy__cta-button *,
.cs-image-teaser-legacy__cta-button:visited * {
    color: #fff;
    fill: #fff;
}
.cs-image-teaser-legacy__cta-button:active:not([disabled]),
.cs-image-teaser-legacy__cta-button:focus:not([disabled]),
.cs-image-teaser-legacy__cta-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #142b9e;
}
.cs-image-teaser-legacy__cta-button:active:not([disabled]) *,
.cs-image-teaser-legacy__cta-button:focus:not([disabled]) *,
.cs-image-teaser-legacy__cta-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-image-teaser-legacy__cta-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-image-teaser-legacy__cta-button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-right: 4em;
}
.cs-image-teaser-legacy__cta-button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-right: 0;
    right: 1em;
}
.cs-image-teaser-legacy__pagination {
    position: static;
    transform: none;
}
.cs-image-teaser-legacy__nav {
    z-index: 3;
    background-color: #fff;
}
@media (max-width: 47.99em) {
    .cs-image-teaser-legacy__nav {
        display: none;
    }
}
.cs-image-teaser-legacy__nav--disabled {
    opacity: 0.5;
    cursor: auto !important;
}
.cs-image-teaser-legacy__nav--disabled:hover {
    transform: translateY(-50%) !important;
}
.cs-image-teaser-legacy__nav--prev {
    left: 1.5rem;
}
.cs-image-teaser-legacy__nav--next {
    right: 1.5rem;
}
.cs-image-teaser-legacy__nav-icon {
    fill: #324dcf;
}
@media (max-width: 47.99em) {
    .cs-image-teaser-legacy__nav-icon {
        height: calc(5.5rem * 0.75);
    }
}
.cs-image-teaser-legacy--full-width-slider {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.cs-image-teaser-legacy__number--current {
    color: #fed400;
}
.cs-paragraph {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    -moz-column-rule: 1px solid #dcdcdc;
    column-rule: 1px solid #dcdcdc;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-paragraph {
        margin: 0 0 4rem;
    }
}
.cs-paragraph--skip-spacing {
    margin: 0;
}
.cs-paragraph img {
    height: auto;
}
@media (min-width: 48em) {
    .cs-paragraph--cols-2,
    .cs-paragraph--cols-3,
    .cs-paragraph--cols-4 {
        -moz-column-count: 2;
        column-count: 2;
    }
    .cs-paragraph--cols-2 li,
    .cs-paragraph--cols-3 li,
    .cs-paragraph--cols-4 li {
        width: 100%;
    }
    .cs-paragraph--cols-2 img,
    .cs-paragraph--cols-3 img,
    .cs-paragraph--cols-4 img {
        display: block;
        max-width: 100%;
    }
}
@media (min-width: 64em) {
    .cs-paragraph--cols-3,
    .cs-paragraph--cols-4 {
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 80em) {
    .cs-paragraph--cols-4 {
        -moz-column-count: 4;
        column-count: 4;
    }
}
.cs-paragraph--mode-optimal {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    -moz-column-count: initial;
    column-count: auto;
}
.cs-products-carousel__wrapper,
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .cs-products-carousel__slide,
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .cs-products-carousel__slides,
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.cs-products-carousel__slides,
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.cs-products-carousel__slides,
.swiper-container-android .cs-products-carousel__slide,
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .cs-products-carousel__slides,
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-free-mode > .cs-products-carousel__slides,
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.cs-products-carousel__slide,
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .cs-products-carousel__slide,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .cs-products-carousel__slides,
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .cs-products-carousel__slide,
.swiper-container-3d .cs-products-carousel__slides,
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .cs-products-carousel__slides,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .cs-products-carousel__slides,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.cs-products-carousel__scrollbar,
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .cs-products-carousel__scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .cs-products-carousel__scrollbar,
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.cs-products-carousel__scrollbar--drag,
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.cs-products-carousel__wrapper .swiper-notification,
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .cs-products-carousel__slide,
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .cs-products-carousel__slide,
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade
    .cs-products-carousel__slide
    .cs-products-carousel__slide,
.swiper-container-fade .cs-products-carousel__slide .swiper-slide,
.swiper-container-fade .swiper-slide .cs-products-carousel__slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .cs-products-carousel__slide,
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube
    .cs-products-carousel__slide
    .cs-products-carousel__slide,
.swiper-container-cube .cs-products-carousel__slide .swiper-slide,
.swiper-container-cube .swiper-slide .cs-products-carousel__slide,
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .cs-products-carousel__slide,
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .cs-products-carousel__slide,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .cs-products-carousel__slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip
    .cs-products-carousel__slide
    .cs-products-carousel__slide,
.swiper-container-flip .cs-products-carousel__slide .swiper-slide,
.swiper-container-flip .swiper-slide .cs-products-carousel__slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .cs-products-carousel__slides,
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.cs-products-carousel {
    position: relative;
    margin: 0 0 3rem;
}
.cs-products-carousel__slides {
    align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.cs-products-carousel__slide {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    display: flex;
    justify-content: center;
}
.cs-products-carousel__figure {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cs-products-carousel__image {
    display: block;
    width: 100%;
}
.cs-products-carousel__nav {
    display: none;
    position: absolute;
    top: calc(50% - 1.5rem);
    transform: translate3d(0, -50%, 0);
    transition: all 0.15s linear;
    z-index: 201;
    width: 5.5rem;
    height: 5.5rem;
    border: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    outline: none;
}
@media (max-width: 63.99em) and (pointer: fine) {
    .cs-products-carousel__nav {
        opacity: 0;
    }
    .cs-products-carousel:hover .cs-products-carousel__nav {
        opacity: 1;
    }
}
.cs-products-carousel__nav--hidden {
    display: none;
}
.cs-products-carousel__nav--disabled {
    cursor: default;
    display: none;
    opacity: 1;
}
.cs-products-carousel__nav--prev {
    left: 1.5rem;
}
@media (min-width: 80em) {
    .cs-products-carousel:not(.cs-products-carousel--full-width-slider)
        .cs-products-carousel__nav--prev {
        left: -2.75rem;
        opacity: 1;
    }
}
.cs-products-carousel__nav--next {
    right: 1.5rem;
}
@media (min-width: 80em) {
    .cs-products-carousel:not(.cs-products-carousel--full-width-slider)
        .cs-products-carousel__nav--next {
        right: -2.75rem;
        opacity: 1;
    }
}
.cs-products-carousel--ready
    .cs-products-carousel__nav:not(.cs-products-carousel__nav--disabled) {
    display: block;
}
.cs-products-carousel__nav:active,
.cs-products-carousel__nav:focus,
.cs-products-carousel__nav:hover {
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}
.cs-products-carousel__nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1.4rem;
    height: 2.7rem;
    fill: #324dcf;
}
.cs-products-carousel__pagination {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0 0;
    min-height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #696969;
    z-index: 200;
}
.cs-products-carousel__pagination--hidden {
    display: none;
}
.cs-products-carousel__pagination-item {
    position: relative;
    margin: 0.4rem;
    border-radius: 2px;
    background: #f0f0f0;
    width: 2.2rem;
    height: 0.9rem;
    transform: skew(-18deg);
    border: none;
    transition: all 0.15s;
}
.cs-products-carousel__pagination-item:hover {
    background: #dcdcdc;
}
.cs-products-carousel__pagination-item--active,
.cs-products-carousel__pagination-item--active:hover {
    background: #fed400;
}
.cs-products-carousel__pagination-button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.cs-products-carousel__number {
    font-weight: 700;
}
.cs-products-carousel__number--current {
    color: #324dcf;
}
@media (min-width: 48em) {
    .cs-products-carousel {
        margin: 0 0 4rem;
    }
}
.cs-products-carousel--skip-spacing {
    margin: 0;
}
.cs-products-carousel--list .cs-products-carousel__nav,
.cs-products-carousel--list .cs-products-carousel__pagination,
.cs-products-carousel--list .cs-products-carousel__scrollbar {
    display: none !important;
}
.cs-products-carousel__wrapper {
    overflow: visible;
}
@media (min-width: 64em) {
    .cs-products-carousel__wrapper:hover {
        z-index: 5;
    }
}
.cs-products-carousel--list .cs-products-carousel__slides {
    flex-wrap: wrap;
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__slide {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition: transform 0.15s linear, opacity 0.25s linear 0.1s;
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__slide:not(
        .cs-products-carousel__slide--in-viewport
    ) {
    transform: scale(0);
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__slide--in-viewport {
    opacity: 1;
    transform: scale(1);
}
@media (min-width: 64em) {
    .cs-products-carousel:not(.cs-products-carousel--list)
        .cs-products-carousel__slide:hover {
        z-index: 5;
        overflow: visible;
    }
}
.cs-products-carousel__product-tile {
    width: 100%;
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__product-tile {
    position: relative;
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__product-tile:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 170%;
}
.cs-products-carousel:not(.cs-products-carousel--list)
    .cs-products-carousel__product-tile
    .cs-product-tile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cs-products-carousel__scrollbar {
    height: 0.5rem;
}
@supports (display: grid) and (grid-auto-flow: row) {
    .cs-products-carousel:not(.cs-products-carousel--list)
        .cs-products-carousel__product-tile {
        position: relative;
    }
    .cs-products-carousel:not(.cs-products-carousel--list)
        .cs-products-carousel__product-tile:before {
        content: none;
    }
    .cs-products-carousel:not(.cs-products-carousel--list)
        .cs-products-carousel__product-tile
        .cs-product-tile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}
.cs-products-grid {
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-products-grid {
        margin: 0 0 4rem;
    }
}
.cs-products-grid--skip-spacing {
    margin: 0;
}
.cs-products-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-products-list__item {
    margin: 0;
}
.cs-products-list:not(.cs-products-list--carousel) .cs-products-list__item {
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
}
.cs-products-list:not(.cs-products-list--carousel)
    .cs-products-list__item:last-child {
    border-bottom: 0;
}
@media (min-width: 48em) {
    .cs-products-list--carousel .cs-products-list__item {
        border-bottom: 1px solid #f0f0f0;
        padding: 0;
    }
    .cs-products-list--carousel .cs-products-list__item:last-child {
        border-bottom: 0;
    }
}
.cs-product-finder {
    font-size: 1rem;
    position: relative;
    padding-bottom: 2rem;
    transition: height 0.3s, padding-bottom 0.3s;
    overflow: hidden;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-product-finder {
        margin: 0 0 4rem;
    }
}
.cs-product-finder--skip-spacing {
    margin: 0;
}
.cs-product-finder__back-button {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s 0.4s, 0.15s linear, border-color 0.15s linear,
        color 0.15s linear;
    left: 50%;
    transform: translateX(-50%) scale(0);
}
.cs-product-finder__back-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-product-finder__back-button,
.cs-product-finder__back-button:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-product-finder__back-button *,
.cs-product-finder__back-button:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-product-finder__back-button:active:not([disabled]),
.cs-product-finder__back-button:focus:not([disabled]),
.cs-product-finder__back-button:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-product-finder__back-button:active:not([disabled]) *,
.cs-product-finder__back-button:focus:not([disabled]) *,
.cs-product-finder__back-button:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-product-finder__back-button[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-product-finder__back-button-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-left: 4em;
}
.cs-product-finder__back-button-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-left: 0;
    left: 1em;
}
.cs-product-finder__back-button--visible {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.cs-product-finder__form,
.cs-product-finder__step .cs-product-finder__back-button--visible {
    display: none;
}
.cs-product-finder__step {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.3s 0.4s;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.cs-product-finder__step--current {
    position: static;
    opacity: 1;
    z-index: 1;
}
.cs-product-finder__step-header {
    font-size: 1rem;
    clear: both;
    padding: 2em 0;
    margin: 2em 0;
    width: 100%;
}
.cs-product-finder__step-title {
    display: block;
    text-align: center;
    align-items: center;
    margin: 0;
    font-size: 2.6em;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .cs-product-finder__step-title {
        display: flex;
    }
}
.cs-product-finder__step-title:after,
.cs-product-finder__step-title:before {
    content: "";
    display: none;
    height: 1px;
    flex-grow: 1;
    background-color: #dcdcdc;
}
@media (min-width: 48em) {
    .cs-product-finder__step-title:after,
    .cs-product-finder__step-title:before {
        display: flex;
    }
}
.cs-product-finder__step-title:before {
    margin-right: 0.6em;
}
.cs-product-finder__step-title:after {
    margin-left: 0.6em;
}
.cs-product-finder__step-description {
    color: #888;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    display: none;
    text-align: center;
}
@media (min-width: 48em) {
    .cs-product-finder__step-description {
        display: block;
    }
}
.cs-product-finder__step-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cs-product-finder__step-option {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1rem;
    border: 1px solid #f0f0f0;
    border-radius: 0.5rem;
    transition: border-color 0.3s;
    overflow: hidden;
}
.cs-product-finder__step-option--checked,
.cs-product-finder__step-option:hover {
    border-color: #324dcf;
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_1 .cs-product-finder__step-option {
        flex-basis: calc(100% - 0rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_1
        .cs-product-finder__step-option:nth-child(1n + 1) {
        margin-right: 0;
    }
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_2 .cs-product-finder__step-option {
        flex-basis: calc(50% - 0.5rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_2
        .cs-product-finder__step-option:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_3 .cs-product-finder__step-option {
        flex-basis: calc(33.33333% - 0.66667rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_3
        .cs-product-finder__step-option:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_4 .cs-product-finder__step-option {
        flex-basis: calc(25% - 0.75rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_4
        .cs-product-finder__step-option:nth-child(4n + 4) {
        margin-right: 0;
    }
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_5 .cs-product-finder__step-option {
        flex-basis: calc(20% - 0.8rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_5
        .cs-product-finder__step-option:nth-child(5n + 5) {
        margin-right: 0;
    }
}
@media (max-width: 47.99em) {
    .cs-product-finder__step--options-mobile_6 .cs-product-finder__step-option {
        flex-basis: calc(16.66667% - 0.83333rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-mobile_6
        .cs-product-finder__step-option:nth-child(6n + 6) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_1 .cs-product-finder__step-option {
        flex-basis: calc(100% - 0rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_1
        .cs-product-finder__step-option:nth-child(1n + 1) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_2 .cs-product-finder__step-option {
        flex-basis: calc(50% - 0.5rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_2
        .cs-product-finder__step-option:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_3 .cs-product-finder__step-option {
        flex-basis: calc(33.33333% - 0.66667rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_3
        .cs-product-finder__step-option:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_4 .cs-product-finder__step-option {
        flex-basis: calc(25% - 0.75rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_4
        .cs-product-finder__step-option:nth-child(4n + 4) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_5 .cs-product-finder__step-option {
        flex-basis: calc(20% - 0.8rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_5
        .cs-product-finder__step-option:nth-child(5n + 5) {
        margin-right: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-product-finder__step--options-tablet_6 .cs-product-finder__step-option {
        flex-basis: calc(16.66667% - 0.83333rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-tablet_6
        .cs-product-finder__step-option:nth-child(6n + 6) {
        margin-right: 0;
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_1
        .cs-product-finder__step-option {
        flex-basis: calc(100% - 0rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_1
        .cs-product-finder__step-option:nth-child(1n + 1) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_1
        .cs-product-finder__step-option {
        flex-basis: calc(100% - 1rem);
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_2
        .cs-product-finder__step-option {
        flex-basis: calc(50% - 0.5rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_2
        .cs-product-finder__step-option:nth-child(2n + 2) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_2
        .cs-product-finder__step-option {
        flex-basis: calc(50% - 1.5rem);
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_3
        .cs-product-finder__step-option {
        flex-basis: calc(33.33333% - 0.66667rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_3
        .cs-product-finder__step-option:nth-child(3n + 3) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_3
        .cs-product-finder__step-option {
        flex-basis: calc(33.33333% - 1.66667rem);
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_4
        .cs-product-finder__step-option {
        flex-basis: calc(25% - 0.75rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_4
        .cs-product-finder__step-option:nth-child(4n + 4) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_4
        .cs-product-finder__step-option {
        flex-basis: calc(25% - 1.75rem);
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_5
        .cs-product-finder__step-option {
        flex-basis: calc(20% - 0.8rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_5
        .cs-product-finder__step-option:nth-child(5n + 5) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_5
        .cs-product-finder__step-option {
        flex-basis: calc(20% - 1.8rem);
    }
}
@media (min-width: 64em) {
    .cs-product-finder__step--options-desktop_6
        .cs-product-finder__step-option {
        flex-basis: calc(16.66667% - 0.83333rem);
        margin-right: 1rem;
    }
    .cs-product-finder__step--options-desktop_6
        .cs-product-finder__step-option:nth-child(6n + 6) {
        margin-right: 0;
    }
    .ie11
        .cs-product-finder__step--options-desktop_6
        .cs-product-finder__step-option {
        flex-basis: calc(16.66667% - 1.83333rem);
    }
}
.cs-product-finder__option-sizer {
    padding-bottom: 100%;
}
.cs-product-finder__option-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.ie11 .cs-product-finder__option-content {
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
}
.cs-product-finder__option-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -ms-grid-row: 1;
    -ms-grid-column-align: center;
    grid-row: 1;
}
.cs-product-finder__option-label {
    width: 100%;
    font-size: 1.4rem;
    justify-self: flex-end;
    margin-top: auto;
    font-weight: 700;
    padding-top: 1rem;
    text-align: center;
    -ms-grid-row: 2;
    grid-row: 2;
}
.cs-separator {
    position: relative;
    clear: both;
    border: none;
    border-top: 1px solid #dcdcdc;
    background: transparent;
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-separator {
        margin: 0 0 4rem;
    }
}
.cs-separator--skip-spacing {
    margin: 0;
}
.cs-accordion {
    margin: 0 0 3rem;
}
@media (min-width: 48em) {
    .cs-accordion {
        margin: 0 0 4rem;
    }
}
.cs-accordion--skip-spacing {
    margin: 0;
}
.cs-accordion__groups,
.cs-accordion__items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-accordion__group {
    margin: 0 0 3rem;
}
.cs-accordion__group-headline {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}
.cs-accordion__item {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 1rem 0;
}
.cs-accordion__item:first-child {
    border-top: 1px solid #dcdcdc;
}
.cs-accordion__item--active .cs-accordion__item-content {
    display: block;
}
.cs-accordion__item-headline {
    position: relative;
    cursor: pointer;
}
.cs-accordion__item-headline:after,
.cs-accordion__item-headline:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 0.2rem;
    left: auto;
    background-color: #324dcf;
    transition: transform 0.15s linear, right 0.15s linear,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-accordion__item-headline:before {
    transform: rotate(45deg) translateZ(0);
    right: 2.1rem;
}
.cs-accordion__item-headline:after {
    transform: rotate(-45deg) translateZ(0);
    right: 1.5rem;
}
.cs-accordion__item-headline[aria-expanded="true"]:before {
    transform: rotate(-45deg);
}
.cs-accordion__item-headline[aria-expanded="true"]:after {
    transform: rotate(45deg);
}
.cs-accordion__item-headline:after,
.cs-accordion__item-headline:before {
    right: auto;
}
.cs-accordion__item-headline:before {
    left: 1.5rem;
}
.cs-accordion__item-headline:after {
    left: 2.1rem;
}
.cs-accordion__item-headline-span {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: inherit;
    padding-left: 4.5rem;
}
@media (max-width: 47.99em) {
    .cs-accordion__item-headline-span {
        width: 100%;
    }
}
.cs-accordion__item-content {
    display: none;
    margin: 1rem 0 0;
}
@media (min-width: 48em) {
    .cs-accordion__item-content {
        padding-left: 4.5rem;
    }
}
.cs-accordion__item-content p:last-child {
    margin-bottom: 0;
}
.cs-page-category {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .cs-page-category {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 48em) {
    .page-layout-2columns-left .cs-page-category__columns {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .page-layout-2columns-left .cs-page-category__columns:after,
    .page-layout-2columns-left .cs-page-category__columns:before {
        display: none;
    }
}
.page-layout-2columns-left .cs-page-category__messages {
    width: 100%;
}
.page-layout-2columns-left .cs-page-category__sidebar {
    order: 1;
}
@media (min-width: 48em) {
    .page-layout-2columns-left .cs-page-category__sidebar {
        width: calc(100% / 3);
        border-right: 2px solid #f0f0f0;
        padding: 0 1.5rem 0 0;
    }
}
@media (min-width: 64em) {
    .page-layout-2columns-left .cs-page-category__sidebar {
        width: calc(100% / 4);
        border-right: 2px solid #f0f0f0;
        padding: 0 1.5rem 0 0;
    }
}
@media (min-width: 80em) {
    .page-layout-2columns-left .cs-page-category__sidebar {
        width: calc(100% / 4);
        border-right: 2px solid #f0f0f0;
    }
}
@media (min-width: 90em) {
    .page-layout-2columns-left .cs-page-category__sidebar {
        width: calc(100% / 4);
        border-right: 2px solid #f0f0f0;
    }
}
@media (min-width: 120em) {
    .page-layout-2columns-left .cs-page-category__sidebar {
        width: calc(100% / 4);
        border-right: 2px solid #f0f0f0;
    }
}
.page-layout-2columns-left .cs-page-category__main {
    order: 2;
}
@media (min-width: 48em) {
    .page-layout-2columns-left .cs-page-category__main {
        width: calc(100% - (100% / 3));
        padding: 1.5rem 0 0 1.5rem;
    }
}
@media (min-width: 64em) {
    .page-layout-2columns-left .cs-page-category__main {
        width: calc(100% - (100% / 4));
        padding: 1.5rem 0 0 1.5rem;
    }
}
@media (min-width: 80em) {
    .page-layout-2columns-left .cs-page-category__main {
        width: calc(100% - (100% / 4));
    }
}
@media (min-width: 90em) {
    .page-layout-2columns-left .cs-page-category__main {
        width: calc(100% - (100% / 4));
    }
}
@media (min-width: 120em) {
    .page-layout-2columns-left .cs-page-category__main {
        width: calc(100% - (100% / 4));
    }
}
.page-layout-2columns-left
    .cs-page-category
    .cs-page-category__main--search-no-result {
    width: 100%;
}
.page-layout-1column .cs-page-category__main {
    display: flex;
    flex-direction: column;
}
.page-layout-1column .cs-page-category__main .page-title-wrapper {
    order: -2;
}
.page-layout-1column .cs-page-category__main .cs-aftersearch-nav--horizontal {
    order: -1;
}
@media (max-width: 47.99em) {
    .cs-page-category__columns {
        display: flex;
        flex-direction: column;
    }
}
.cs-page-category__toolbar-wrapper {
    padding: 1.5rem 0 0;
}
@media (min-width: 48em) {
    .ie11 .cs-page-category__toolbar-wrapper .cs-toolbar__item--pagination {
        margin-left: 0;
        flex-grow: 1;
        justify-content: flex-end;
    }
}
@media (min-width: 48em) {
    .ie11
        .cs-page-category__toolbar-wrapper
        .cs-toolbar__item--pagination
        .cs-pagination__content {
        justify-content: flex-end;
    }
}
.cs-page-category__toolbar-wrapper--top {
    border-bottom: 1px solid #f0f0f0;
}
.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--limiter,
.cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination {
    display: none;
}
@media (min-width: 48em) {
    .cs-page-category__toolbar-wrapper--top .cs-toolbar__item--pagination {
        display: block;
    }
}
@media (min-width: 64em) {
    .cs-page-category__toolbar-wrapper--top .cs-toolbar__item--limiter {
        display: block;
    }
}
.cs-page-category__toolbar-wrapper--bottom {
    margin-top: 1px;
    border-top: 1px solid #f0f0f0;
}
.cs-page-category__toolbar-wrapper--bottom .cs-toolbar {
    justify-content: center;
}
@media (max-width: 47.99em) {
    .cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--sorter,
    .cs-page-category__toolbar-wrapper--bottom
        .cs-toolbar__item--viewmode-switcher
        .cs-page-category__toolbar-wrapper--bottom
        .cs-toolbar__item--amount {
        display: none;
    }
}
@media (max-width: 63.99em) {
    .cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--limiter {
        display: none;
    }
}
.cs-page-category__toolbar-wrapper--bottom .cs-toolbar__item--pagination {
    display: flex;
    justify-content: center;
}
.cs-page-category__products-wrapper {
    margin: 0;
}
.category-image {
    margin: 2rem 0;
}
.cs-aftersearch-nav-state {
    font-size: 1.4rem;
    padding: 0.8em 0 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    overflow: hidden;
}
.cs-aftersearch-nav-state__items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    margin-right: -0.8em;
}
.cs-aftersearch-nav-state__items:after {
    content: "";
    flex: 1 1;
    order: 1;
}
.cs-aftersearch-nav-state__item {
    display: flex;
    align-items: flex-start;
    margin: 0 0.8em 0.8em 0;
    order: 1;
}
.cs-aftersearch-nav-state__item--clear {
    display: none;
    order: 2;
    width: 100%;
}
.cs-aftersearch-nav-state__item--clear:nth-child(n + 3) {
    display: block;
}
.cs-aftersearch-nav-state__link {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    font-size: 0.8em;
}
.cs-aftersearch-nav-state__link::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-aftersearch-nav-state__link,
.cs-aftersearch-nav-state__link:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-aftersearch-nav-state__link *,
.cs-aftersearch-nav-state__link:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-aftersearch-nav-state__link:active:not([disabled]),
.cs-aftersearch-nav-state__link:focus:not([disabled]),
.cs-aftersearch-nav-state__link:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-aftersearch-nav-state__link:active:not([disabled]) *,
.cs-aftersearch-nav-state__link:focus:not([disabled]) *,
.cs-aftersearch-nav-state__link:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-aftersearch-nav-state__link[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-aftersearch-nav-state__text {
    margin-top: 0;
    z-index: 1;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.275em;
    letter-spacing: normal;
    padding-left: 1.8em;
}
.cs-aftersearch-nav-state__label:after {
    content: ": ";
}
.cs-aftersearch-nav-state__value {
    font-weight: 400;
}
.cs-aftersearch-nav-state__remove-icon {
    max-width: 1em;
    max-height: 1.4rem;
    z-index: 2;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-left: 0;
    left: 1em;
    height: 0.8em;
    width: 0.8em;
}
.cs-aftersearch-nav-state__remove-icon path {
    fill: currentColor;
}
.cs-aftersearch-nav-range {
    font-size: 1.3rem;
}
.cs-aftersearch-nav-range--inputs-only .cs-aftersearch-nav-range__slider,
.cs-aftersearch-nav-range--slider-only .cs-aftersearch-nav-range__fields {
    display: none;
}
.cs-aftersearch-nav-range--slider-only .cs-aftersearch-nav-range__slider-label {
    display: inline-block;
}
.cs-aftersearch-nav-range__fields {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
.cs-aftersearch-nav-range__label {
    color: #696969;
}
.cs-aftersearch-nav-range__label--from {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.cs-aftersearch-nav-range__label--to {
    margin: 0 0.5em;
}
.cs-aftersearch-nav-range__field {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 1em;
}
.cs-aftersearch-nav-range__currency {
    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    color: #212121;
}
.cs-aftersearch-nav-range__input {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    margin: 0;
    min-width: 7em;
    max-width: 10em;
}
.cs-aftersearch-nav-range__input:focus:not([disabled]),
.cs-aftersearch-nav-range__input:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-aftersearch-nav-range__input::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav-range__input::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav-range__input:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav-range__input::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav-range__input::placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav-range__input[disabled] {
    opacity: 0.65;
}
.cs-aftersearch-nav-range__slider {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs-aftersearch-nav-range__slider-label {
    display: none;
    margin-bottom: 0.5em;
}
.cs-aftersearch-nav-range__slider-bar {
    width: 100%;
}
.cs-aftersearch-nav-range__actions-box {
    display: flex;
    align-items: center;
}
.cs-aftersearch-nav-range__message {
    flex: 1 1;
    margin-right: 1em;
    color: #212121;
}
.cs-aftersearch-nav-range__apply {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    font-size: 1em;
}
.cs-aftersearch-nav-range__apply::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-aftersearch-nav-range__apply,
.cs-aftersearch-nav-range__apply:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-aftersearch-nav-range__apply *,
.cs-aftersearch-nav-range__apply:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-aftersearch-nav-range__apply:active:not([disabled]),
.cs-aftersearch-nav-range__apply:focus:not([disabled]),
.cs-aftersearch-nav-range__apply:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-aftersearch-nav-range__apply:active:not([disabled]) *,
.cs-aftersearch-nav-range__apply:focus:not([disabled]) *,
.cs-aftersearch-nav-range__apply:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-aftersearch-nav-range__apply[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-aftersearch-nav {
    overflow: visible;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 3rem;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav {
        width: auto;
        margin: 0;
    }
}
.cs-aftersearch-nav__loader {
    display: none;
}
.cs-aftersearch-nav__loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    stroke: #dcdcdc;
    width: 8rem;
    height: 8rem;
}
.cs-aftersearch-nav__filter-options {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-aftersearch-nav__filter {
    position: relative;
    margin: 0;
}
.cs-aftersearch-nav__filter + .cs-aftersearch-nav__filter {
    border-top: 1px solid #dcdcdc;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filter + .cs-aftersearch-nav__filter {
        border-top: 0;
    }
}
.cs-aftersearch-nav__filter--hide-searchbox .search {
    display: none;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filter {
        padding-bottom: 0;
        border-bottom: 1px solid #dcdcdc;
    }
}
.cs-aftersearch-nav__filter--checked:not(.active)
    > .cs-aftersearch-nav__filter-title:after {
    opacity: 0;
}
.cs-aftersearch-nav__filter--checked
    > .cs-aftersearch-nav__filter-title:before {
    background: 50% no-repeat url(../images/icons/aftersearch-nav/check.svg);
    height: 1.3rem;
    width: 1.3rem;
}
.cs-aftersearch-nav__filters-trigger {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 1em;
    background: #f0f0f0;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.15);
    transition-property: background-color, color, box-shadow;
    transition-duration: 0.3s;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.cs-aftersearch-nav__filters-trigger:after,
.cs-aftersearch-nav__filters-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 0.2rem;
    left: auto;
    background-color: currentColor;
    transition: transform 0.3s ease-out, opacity 0.15s ease-out,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-aftersearch-nav__filters-trigger:hover:after,
.cs-aftersearch-nav__filters-trigger:hover:before {
    background-color: #888;
}
.cs-aftersearch-nav__filters-trigger[aria-expanded="true"]:after,
.cs-aftersearch-nav__filters-trigger[aria-expanded="true"]:before {
    background-color: #fff;
}
.cs-aftersearch-nav__filters-trigger:after,
.cs-aftersearch-nav__filters-trigger:before {
    right: 1.5rem;
    transform: translate3d(0, -50%, 0) !important;
}
.cs-aftersearch-nav__filters-trigger:after {
    transform: translate3d(0, -50%, 0) rotate(90deg) !important;
}
.cs-aftersearch-nav__filters-trigger[aria-expanded="true"]:before {
    transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
    opacity: 0;
}
.cs-aftersearch-nav__filters-trigger[aria-expanded="true"]:after {
    transform: translate3d(0, -50%, 0) rotate(0) !important;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filters-trigger {
        display: none;
    }
}
.cs-aftersearch-nav__filters-trigger[aria-expanded="true"] {
    background: #324dcf;
    color: #fff;
}
.cs-aftersearch-nav__filters {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 0;
}
.cs-aftersearch-nav__filters[aria-hidden] {
    height: auto;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filters {
        height: auto;
        border-bottom: none;
        overflow: visible;
    }
}
.cs-aftersearch-nav__filter-title {
    position: relative;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    width: 100%;
    background: #f0f0f0;
    padding: 1.3rem 3rem 1.3rem 1.5rem;
}
.cs-aftersearch-nav__filter-title:after,
.cs-aftersearch-nav__filter-title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 0.2rem;
    left: auto;
    background-color: currentColor;
    transition: transform 0.3s ease-out, opacity 0.15s ease-out,
        background-color 0.15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 1.5rem;
    transform: translate3d(0, -50%, 0) !important;
}
.cs-aftersearch-nav__filter-title:after {
    transform: translate3d(0, -50%, 0) rotate(90deg) !important;
}
.cs-aftersearch-nav__filter-title[aria-expanded="true"]:before {
    transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
    opacity: 0;
}
.cs-aftersearch-nav__filter-title[aria-expanded="true"]:after {
    transform: translate3d(0, -50%, 0) rotate(0) !important;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filter-title {
        padding: 2rem 2rem 2rem 0;
        background: transparent;
    }
}
.cs-aftersearch-nav__filter-content {
    width: 100%;
    margin: 0;
    padding: 2rem 1.5rem;
    display: none;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav__filter-content {
        padding: 0 0 2rem;
        width: auto;
    }
}
.cs-aftersearch-nav__filter-content[aria-hidden] {
    display: block;
}
.cs-aftersearch-nav .search {
    font-size: 1.3rem;
}
.cs-aftersearch-nav .filter-search {
    font-size: 1em;
    line-height: 1.275em;
    padding: 0.75em 1em;
    color: #212121;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    margin: 0 0 1rem;
}
.cs-aftersearch-nav .filter-search:focus:not([disabled]),
.cs-aftersearch-nav .filter-search:hover:not([disabled]) {
    border: 1px solid #324dcf;
    box-shadow: none;
}
.cs-aftersearch-nav .filter-search::-webkit-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav .filter-search::-moz-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav .filter-search:-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav .filter-search::-ms-input-placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav .filter-search::placeholder {
    opacity: 1;
    color: #888;
}
.cs-aftersearch-nav .filter-search[disabled] {
    opacity: 0.65;
}
.cs-aftersearch-nav .items {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-columns: 2;
    column-count: 2;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav .items {
        padding-top: 0;
        -moz-columns: 1;
        column-count: 1;
    }
}
.cs-aftersearch-nav .item {
    margin: 1rem 0 0;
    font-size: 1.3rem;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.cs-aftersearch-nav .item:first-child {
    margin-top: 0;
}
.cs-aftersearch-nav .item a {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    font-size: 1em;
    flex-wrap: nowrap;
    align-content: center;
}
.cs-aftersearch-nav .item a:hover {
    text-decoration: none;
}
.cs-aftersearch-nav .item input[type="checkbox"] {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: -0.0625em calc(0.5em + 1px) 0 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    transition: background-color 0.5s, border-color 0.5s;
    border-radius: 3px;
    background-size: 1em 1em;
    font-size: 1em;
}
.cs-aftersearch-nav .item input[type="checkbox"]::-ms-check {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: 0;
    border-radius: 50%;
    -ms-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    background-color: transparent;
}
.cs-aftersearch-nav .item input[type="checkbox"]:-moz-focusring,
.cs-aftersearch-nav .item input[type="checkbox"]::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
.cs-aftersearch-nav .item input[type="checkbox"]:focus:not([disabled]),
.cs-aftersearch-nav .item input[type="checkbox"]:hover:not([disabled]) {
    border: 1px solid #142b9e;
    box-shadow: none;
    background-color: transparent;
}
.cs-aftersearch-nav .item input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='7' cx='7'/%3E%3C/svg%3E");
}
.cs-aftersearch-nav .item input[type="checkbox"]:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23324dcf' r='4' cy='6.5' cx='6.5'/%3E%3C/svg%3E");
}
.cs-aftersearch-nav .item input[type="checkbox"]:checked,
.cs-aftersearch-nav .item input[type="checkbox"]:checked:focus,
.cs-aftersearch-nav .item input[type="checkbox"]:checked:hover {
    border: 1px solid #324dcf;
    background-color: transparent;
    box-shadow: none;
}
.cs-aftersearch-nav .item input[type="checkbox"][disabled],
.cs-aftersearch-nav .item input[type="checkbox"][disabled] + .cs-input__label,
.cs-aftersearch-nav .item input[type="checkbox"][disabled] + .label {
    opacity: 0.65;
}
.cs-aftersearch-nav .item input[type="checkbox"]::-ms-check {
    color: transparent;
    border-radius: 3px;
    background-size: 1em 1em;
}
.cs-aftersearch-nav .item input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.cs-aftersearch-nav .item input[type="checkbox"]:checked::-ms-check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23324dcf' d='M5.313 10.108H5.24a1.064 1.005 0 01-.75-.41l-1.947-2.55a1.064 1.005 0 011.723-1.175L5.463 7.56 9.06 4.19a1.064 1.005 0 01.75-.297h.846a1.064 1.005 0 010 2.004h-.45L6.064 9.81a1.064 1.005 0 01-.75.298z'/%3E%3C/svg%3E");
}
.cs-aftersearch-nav .item label {
    display: inline;
    align-items: center;
}
.cs-aftersearch-nav .item label:hover {
    cursor: pointer;
}
.cs-aftersearch-nav .count {
    display: inline-flex;
    color: #888;
    margin-left: 0.2em;
}
.cs-aftersearch-nav .count:before {
    content: "(";
}
.cs-aftersearch-nav .count:after {
    content: ")";
}
.cs-aftersearch-nav .filter-count-label {
    display: none;
}
.cs-aftersearch-nav .no-results-message {
    font-size: 1.3rem;
}
.cs-aftersearch-nav .actions {
    margin-top: 1rem;
}
.cs-aftersearch-nav .show-less,
.cs-aftersearch-nav .show-more {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.275em;
    margin: 0;
    text-transform: none;
    padding: 0.75em 1em;
    box-sizing: border-box;
    transition: background-color 0.5s, border-color 0.5s, fill 0.5s, color 0.5s;
    vertical-align: middle;
    z-index: 5;
    will-change: transform, background-color, border-color, fill, color;
    font-size: 1.3rem;
}
.cs-aftersearch-nav .show-less::-moz-focus-inner,
.cs-aftersearch-nav .show-more::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
.cs-aftersearch-nav .show-less,
.cs-aftersearch-nav .show-less:visited,
.cs-aftersearch-nav .show-more,
.cs-aftersearch-nav .show-more:visited {
    cursor: pointer;
    border-radius: 3px;
    outline-offset: 1px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #324dcf;
    color: #324dcf;
    background-color: #fff;
}
.cs-aftersearch-nav .show-less *,
.cs-aftersearch-nav .show-less:visited *,
.cs-aftersearch-nav .show-more *,
.cs-aftersearch-nav .show-more:visited * {
    color: #324dcf;
    fill: #324dcf;
}
.cs-aftersearch-nav .show-less:active:not([disabled]),
.cs-aftersearch-nav .show-less:focus:not([disabled]),
.cs-aftersearch-nav .show-less:hover:not([disabled]),
.cs-aftersearch-nav .show-more:active:not([disabled]),
.cs-aftersearch-nav .show-more:focus:not([disabled]),
.cs-aftersearch-nav .show-more:hover:not([disabled]) {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #142b9e;
    color: #fff;
    background-color: #142b9e;
}
.cs-aftersearch-nav .show-less:active:not([disabled]) *,
.cs-aftersearch-nav .show-less:focus:not([disabled]) *,
.cs-aftersearch-nav .show-less:hover:not([disabled]) *,
.cs-aftersearch-nav .show-more:active:not([disabled]) *,
.cs-aftersearch-nav .show-more:focus:not([disabled]) *,
.cs-aftersearch-nav .show-more:hover:not([disabled]) * {
    color: #fff;
    fill: #fff;
}
.cs-aftersearch-nav .show-less[disabled],
.cs-aftersearch-nav .show-more[disabled] {
    opacity: 0.65;
    cursor: auto;
}
.cs-aftersearch-nav__toggle-wrapper {
    display: none;
}
.cs-aftersearch-nav--horizontal {
    margin-top: 1rem;
}
@media (min-width: 48em) {
    .cs-aftersearch-nav--horizontal {
        z-index: 20;
        padding-bottom: 0;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .cs-aftersearch-nav--horizontal.cs-aftersearch-nav--expanded
        .cs-aftersearch-nav__filter {
        display: block !important;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filters {
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__state {
        width: 100%;
        order: 2;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-options {
        margin-top: 0.8em;
        margin-right: -0.8em;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper {
        margin-right: auto;
        margin-bottom: 0.8em;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter {
        border-bottom: none;
        margin: 0 0.8em 0.8em 0;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title {
        font-size: 1.4rem;
        overflow: visible;
        background-color: #f0f0f0;
        line-height: 1.275em;
        padding: 0.75em 1em;
        border: 1px solid #f0f0f0;
        box-shadow: none;
        transition: box-shadow 0.3s, background 0.3s, border 0.3s;
        word-break: unset;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title:hover {
        background-color: #dcdcdc;
        border: 1px solid #dcdcdc;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter-title[aria-expanded="true"] {
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-title-text {
        font-size: 1.1rem;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.275em;
        margin: 0;
        text-transform: none;
        padding: 0.75em 1em;
        box-sizing: border-box;
        transition: background-color 0.5s, border-color 0.5s, fill 0.5s,
            color 0.5s;
        vertical-align: middle;
        z-index: 5;
        will-change: transform, background-color, border-color, fill, color;
        width: 100%;
        border-radius: 0 !important;
        position: relative;
        display: flex;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:visited {
        cursor: pointer;
        border-radius: 3px;
        outline-offset: 1px;
        text-decoration: none;
        box-shadow: none;
        border: 1px solid transparent;
        color: #fff;
        background-color: #324dcf;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button *,
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:visited
        * {
        color: #fff;
        fill: #fff;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:active:not([disabled]),
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:focus:not([disabled]),
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:hover:not([disabled]) {
        box-shadow: none;
        outline: none;
        text-decoration: none;
        border: 1px solid transparent;
        color: #fff;
        background-color: #142b9e;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:active:not([disabled])
        *,
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:focus:not([disabled])
        *,
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button:hover:not([disabled])
        * {
        color: #fff;
        fill: #fff;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button[disabled] {
        opacity: 0.65;
        cursor: auto;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 1rem;
        height: 0.2rem;
        left: auto;
        background-color: currentColor;
        transition: transform 0.3s ease-out, opacity 0.15s ease-out,
            background-color 0.15s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        right: 1.5rem;
        transform: translate3d(0, -50%, 0) !important;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-button:after {
        transform: translate3d(0, -50%, 0) rotate(90deg) !important;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button[aria-expanded="true"]:before {
        transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
        opacity: 0;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button[aria-expanded="true"]:after {
        transform: translate3d(0, -50%, 0) rotate(0) !important;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button[aria-expanded="true"]
        .cs-aftersearch-nav__toggle-text--less {
        display: block;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-button[aria-expanded="true"]
        .cs-aftersearch-nav__toggle-text--more {
        display: none;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text {
        font-size: 1.1rem;
        text-transform: uppercase;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--less {
        display: none;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-text--more {
        display: block;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content {
        position: absolute;
        min-width: 100%;
        background-color: #fff;
        transition: opacity 0.3s ease-in-out;
        overflow: visible;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-y: auto;
        opacity: 0;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    }
}
@media (min-width: 48em) and (min-width: 48em) {
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content {
        padding-bottom: 0;
    }
}
@media (min-width: 48em) {
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter-content[aria-hidden="false"] {
        z-index: 6;
        opacity: 1;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content > div,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter-content > ol {
        padding: 1rem 1.5rem;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter-content--align-right {
        left: auto;
        right: 0;
    }
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__swatch,
    .cs-aftersearch-nav--horizontal .item:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper {
        flex-basis: calc(25% - 0.8em);
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(-n + 3) {
        display: block;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(n + 4) {
        display: none;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(4):nth-last-child(2),
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-wrapper:nth-child(n + 6) {
        display: block;
    }
}
@media (min-width: 64em) and (max-width: 89.99em) {
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper {
        flex-basis: calc(20% - 0.8em);
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(-n + 4) {
        display: block;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(n + 5) {
        display: none;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(5):nth-last-child(2),
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-wrapper:nth-child(n + 7) {
        display: block;
    }
}
@media (min-width: 90em) {
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__filter,
    .cs-aftersearch-nav--horizontal .cs-aftersearch-nav__toggle-wrapper {
        flex-basis: calc(16.66667% - 0.8em);
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(-n + 5) {
        display: block;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(n + 6) {
        display: none;
    }
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__filter:nth-child(6):nth-last-child(2),
    .cs-aftersearch-nav--horizontal
        .cs-aftersearch-nav__toggle-wrapper:nth-child(n + 8) {
        display: block;
    }
}
.cs-toolbar {
    font-size: 1.2rem;
    font-weight: inherit;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .cs-toolbar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap !important;
    }
}
.cs-toolbar__item {
    margin: 0 0 1.5rem;
}
@media (min-width: 48em) {
    .cs-toolbar__item {
        padding: 0;
    }
    .cs-toolbar__item:first-child {
        padding-left: 0;
    }
    .cs-toolbar__item:last-child {
        padding-right: 0;
    }
}
@media (min-width: 64em) {
    .cs-toolbar__item--pagination {
        margin-left: auto;
    }
}
.cs-toolbar__item--limiter {
    display: flex;
    align-items: center;
}
.cs-toolbar .field .label {
    font-weight: inherit;
    width: auto;
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-toolbar .cs-html-select {
        max-width: 20rem;
    }
}
.cs-toolbar .cs-html-select__trigger {
    min-height: 3.5rem;
}
.toolbar-amount {
    margin: 0;
    white-space: nowrap;
}
.cs-sorter {
    display: flex;
    align-items: center;
}
.cs-sorter__label {
    padding: 0 1rem 0 0;
    white-space: nowrap;
}
.cs-sorter__select {
    width: 0;
}
.cs-limiter {
    display: flex;
    position: relative;
    margin: 0 1rem 0 0;
    align-items: center;
    flex-wrap: nowrap;
}
.cs-limiter__label,
.field .cs-limiter__label {
    white-space: nowrap;
}
.cs-limiter__label--prefix,
.field .cs-limiter__label--prefix {
    padding: 0 1rem;
}
.cs-limiter__label--suffix,
.field .cs-limiter__label--suffix {
    padding: 0 0 0 1rem;
}
.cs-limiter__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
}
.cs-limiter__pagination-item {
    padding: 0;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 0 0 -1px;
    overflow: hidden;
}
.cs-limiter__pagination-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cs-limiter__pagination-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cs-limiter__pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    min-height: 3.5rem;
    border: 0;
    margin: 0;
    padding: 0.3em;
    background: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    transition: color 0.15s linear;
}
.cs-limiter__pagination-number,
.cs-limiter__pagination-number:visited {
    color: #696969;
    text-decoration: none;
}
.cs-limiter__pagination-number:active,
.cs-limiter__pagination-number:focus,
.cs-limiter__pagination-number:hover {
    border: 0;
    color: #212121;
    background: inherit;
    text-decoration: inherit;
}
.ie11 .cs-limiter__pagination-number {
    height: 1px;
}
.cs-limiter__pagination-item--current .cs-limiter__pagination-number,
.cs-limiter__pagination-item--current .cs-limiter__pagination-number:active,
.cs-limiter__pagination-item--current .cs-limiter__pagination-number:focus,
.cs-limiter__pagination-item--current .cs-limiter__pagination-number:hover {
    color: #324dcf;
    background: #f0f0f0;
    cursor: default;
}
.cs-limiter .cs-html-select,
.cs-limiter .cs-html-select__trigger,
.cs-limiter select {
    min-width: 3rem;
    min-height: 3.5rem;
}
.cs-dashboard .limiter-label,
.cs-dashboard .limiter-text {
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
.cs-dashboard .limiter-text {
    white-space: nowrap;
}
.cs-dashboard .limiter-options {
    margin-right: 0.5rem;
}
.cs-pagination__content {
    display: flex;
    align-items: center;
}
.cs-pagination__prefix-label {
    margin: 0;
    padding: 0 1rem 0 0;
}
.cs-pagination__page-provider {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    width: auto;
}
.cs-pagination__page-provider-input.input-text {
    margin: 0;
    max-height: 3.5rem;
    width: 4.5em;
    text-align: center;
    font-size: 0.85em;
}
.cs-pagination__page-provider-label {
    padding-left: 1rem;
    width: auto !important;
}
.cs-pagination__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
}
.cs-pagination__item {
    padding: 0;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 0 0 -1px;
    overflow: hidden;
}
.cs-pagination__item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cs-pagination__item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cs-pagination__number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    min-height: 3.5rem;
    border: 0;
    margin: 0;
    padding: 0.3em;
    background: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    transition: color 0.15s linear;
}
.cs-pagination__number,
.cs-pagination__number:visited {
    color: #696969;
    text-decoration: none;
}
.cs-pagination__number:active,
.cs-pagination__number:focus,
.cs-pagination__number:hover {
    border: 0;
    color: #212121;
    background: inherit;
    text-decoration: inherit;
}
.ie11 .cs-pagination__number {
    height: 1px;
}
.cs-pagination__item--current .cs-pagination__number,
.cs-pagination__item--current .cs-pagination__number:active,
.cs-pagination__item--current .cs-pagination__number:focus,
.cs-pagination__item--current .cs-pagination__number:hover {
    color: #324dcf;
    background: #f0f0f0;
    cursor: default;
}
.cs-pagination__prev {
    margin-right: 1.5rem;
}
.cs-pagination__next {
    margin-left: 1.5rem;
}
.cs-pagination__action {
    display: flex;
    min-width: 3.5rem;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
}
.ie11 .cs-pagination__action {
    height: 1px;
}
.cs-pagination__action-icon {
    width: 1.3rem;
    height: 2.4rem;
    fill: #324dcf;
    transition: fill 0.15s linear;
}
.cs-pagination__action--disabled .cs-pagination__action-icon {
    fill: #dcdcdc;
}
.cs-pagination__action:not(.cs-pagination__action--disabled):active
    .cs-pagination__action-icon,
.cs-pagination__action:not(.cs-pagination__action--disabled):focus
    .cs-pagination__action-icon,
.cs-pagination__action:not(.cs-pagination__action--disabled):hover
    .cs-pagination__action-icon {
    fill: #142b9e;
}
.cs-viewmode-switcher {
    display: flex;
    align-items: center;
}
.cs-viewmode-switcher__label {
    margin: 0;
    padding: 0 1rem 0 0;
}
.cs-viewmode-switcher__modes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
}
@media (min-width: 48em) and (max-width: 63.99em) {
    .cs-viewmode-switcher__modes {
        padding-left: 1rem;
    }
}
.cs-viewmode-switcher__mode {
    padding: 0;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 0 0 -1px;
    overflow: hidden;
}
.cs-viewmode-switcher__mode:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.cs-viewmode-switcher__mode:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cs-viewmode-switcher__mode-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    min-height: 3.5rem;
    border: 0;
    margin: 0;
    background: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    transition: color 0.15s linear;
    height: 100%;
    padding: 0.3em 0.7em;
}
.cs-viewmode-switcher__mode-action,
.cs-viewmode-switcher__mode-action:visited {
    color: #696969;
    text-decoration: none;
}
.cs-viewmode-switcher__mode-action:active,
.cs-viewmode-switcher__mode-action:focus,
.cs-viewmode-switcher__mode-action:hover {
    border: 0;
    color: #212121;
    background: inherit;
    text-decoration: inherit;
}
.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action,
.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:active,
.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:focus,
.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-action:hover {
    color: #324dcf;
    background: #f0f0f0;
    cursor: default;
}
.cs-viewmode-switcher__mode-icon {
    fill: currentColor;
}
.cs-viewmode-switcher__mode-icon--grid,
.cs-viewmode-switcher__mode-icon--list {
    width: 1.5rem;
    height: 1.1rem;
}
.cs-viewmode-switcher__mode--current .cs-viewmode-switcher__mode-icon {
    fill: #324dcf;
}
.cs-viewmode-switcher__mode-icon + .cs-viewmode-switcher__mode-label {
    padding-left: 0.7rem;
}
.cs-tabs {
    box-shadow: 1px 3px 3rem 0 rgba(33, 33, 33, 0.28);
}
.cs-tabs--bar {
    margin: 0 0 0 -1.5rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
}
.cs-tabs__triggers {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.cs-tabs--bar .cs-tabs__triggers {
    justify-content: flex-start;
}
.cs-tabs__title {
    flex-basis: 50%;
    background: #f0f0f0;
    box-shadow: inset 0 0 5px 0 #696969;
    margin-top: -1px;
    margin-right: -1px;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}
.cs-tabs__title--active {
    background: #fff;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.cs-tabs__title--active .cs-tabs__title-link {
    cursor: default;
    color: #324dcf;
}
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link {
    color: #212121;
    box-shadow: none;
}
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    z-index: 3;
}
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:hover,
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:visited {
    color: #212121;
}
.cs-tabs__title--active .cs-tabs__title-link:active,
.cs-tabs__title--active .cs-tabs__title-link:hover,
.cs-tabs__title--active .cs-tabs__title-link:visited {
    color: #324dcf;
}
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:active,
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:hover,
.cs-tabs--bar .cs-tabs__title--active .cs-tabs__title-link:visited {
    color: #212121;
}
.cs-tabs--bar .cs-tabs__title {
    margin: 0;
    padding: 0;
    flex-basis: auto;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-left: 0 solid #dcdcdc;
    box-shadow: none;
    transition: background-color 0.15s linear, color 0.15s linear;
}
.cs-tabs--bar .cs-tabs__title:not(.cs-tabs__title--active):hover {
    background-color: #fdfdfd;
}
.cs-tabs--bar .cs-tabs__title:first-child {
    border-left-width: 1px;
    border-top-left-radius: 5px;
}
.cs-tabs--bar .cs-tabs__title:last-child {
    border-top-right-radius: 5px;
}
.cs-tabs__title-link {
    color: #888;
    text-decoration: none;
    line-height: 4rem;
    height: 4rem;
    padding: 0.1rem 1rem;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 1.2rem;
}
@media (min-width: 30em) {
    .cs-tabs__title-link {
        padding: 0.1rem 2rem;
    }
}
@media (min-width: 48em) {
    .cs-tabs__title-link {
        font-size: 1.8rem;
        line-height: 5.5rem;
        height: 5.5rem;
    }
}
.cs-tabs__title-link:active,
.cs-tabs__title-link:focus,
.cs-tabs__title-link:hover,
.cs-tabs__title-link:visited {
    color: #888;
}
.cs-tabs__title-link:hover {
    text-decoration: none;
}
.cs-tabs--bar .cs-tabs__title-link {
    position: relative;
    height: auto;
    line-height: 120%;
    font-size: 1.2rem;
    padding: 0.6rem 0.5rem;
    font-weight: 300;
    white-space: nowrap;
}
@media (min-width: 30em) {
    .cs-tabs--bar .cs-tabs__title-link {
        padding: 0.8rem 1.5rem;
    }
}
.cs-tabs--bar .cs-tabs__title-link:active,
.cs-tabs--bar .cs-tabs__title-link:focus,
.cs-tabs--bar .cs-tabs__title-link:hover,
.cs-tabs--bar .cs-tabs__title-link:visited {
    color: #212121;
}
.cs-tabs--bar .cs-tabs__title-span:not(:empty):before {
    content: "(";
}
.cs-tabs--bar .cs-tabs__title-span:not(:empty):after {
    content: ")";
}
.cs-tabs__content {
    padding: 2rem;
}
.cs-search-results-switcher {
    display: none;
}
.cs-search-results-switcher__triggers {
    overflow: visible !important;
}
.cs-search-results-switcher__content {
    padding: 2rem 0;
}
.cs-search-results-switcher__content:not(
        .cs-search-results-switcher__content--active
    ) {
    display: none;
}
.cs-search-results-switcher__content--active
    + .cs-search-results-switcher__content--active {
    border-top: 1px solid #dcdcdc;
}
.cs-search-results-switcher__messages:not(
        .cs-search-results-switcher__messages--visible
    ) {
    display: none;
}
.cs-search-results-switcher__headline {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}
.cs-search-results-switcher__count:not(:empty),
.cs-search-results-switcher__overall-count:not(:empty) {
    font-weight: 300;
    color: #b0b0b0;
}
.cs-search-results-switcher__count:not(:empty):before,
.cs-search-results-switcher__overall-count:not(:empty):before {
    content: "(";
}
.cs-search-results-switcher__count:not(:empty):after,
.cs-search-results-switcher__overall-count:not(:empty):after {
    content: ")";
}
.cs-search-results-cms {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs-search-results-cms__item {
    margin-bottom: 0 !important;
}
.cs-search-results-cms__item + .cs-search-results-cms__item {
    margin-top: 1.5rem;
}
.cs-search-results-cms__link {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
}
.cs-search-results-cms__icon {
    fill: #888;
    width: 2em;
    height: 2em;
    flex-shrink: 0;
}
.cs-search-results-cms__title {
    color: #324dcf;
    margin-left: 1.5rem;
}
.catalogsearch-result-index dt.title {
    font-family: Libre Franklin, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}
.cs-side-nav__parent {
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
}
.cs-side-nav__parent-link,
.cs-side-nav__parent-link:visited {
    color: #212121;
    transition: color 0.15s linear;
}
.cs-side-nav__parent-link:hover,
.cs-side-nav__parent-link:visited:hover {
    color: #324dcf;
    text-decoration: none;
}
.cs-side-nav__category-name,
.cs-side-nav__parent-category-name {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.cs-side-nav__products-counter {
    font-weight: 400;
    color: #888;
}
.cs-side-nav__products-counter:before {
    content: "(";
}
.cs-side-nav__products-counter:after {
    content: ")";
}
.cs-side-nav__list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}
.cs-side-nav__list--subcats {
    margin: 1rem 0 2rem;
    padding-left: 2rem;
}
.cs-side-nav__list--subcats .cs-side-nav__link,
.cs-side-nav__list--subcats .cs-side-nav__link:visited {
    color: #888;
}
.cs-side-nav__list--subcats .cs-side-nav__link--current {
    font-weight: 700;
    color: #888;
}
.cs-side-nav__list--subcats .cs-side-nav__link--current:hover {
    color: #888;
}
.cs-side-nav__item {
    font-weight: 400;
    text-transform: none;
    font-size: 1.4rem;
}
.cs-side-nav__link,
.cs-side-nav__link a {
    color: #212121;
    transition: color 0.15s linear;
}
.cs-side-nav__link:hover,
.cs-side-nav__link a:hover {
    color: #324dcf;
    text-decoration: none;
}
.cs-side-nav__link:visited,
.cs-side-nav__link a:visited {
    color: #212121;
}
.cs-side-nav__link:visited:hover,
.cs-side-nav__link a:visited:hover {
    color: #324dcf;
}
.cs-side-nav__link--current,
.cs-side-nav__link a--current {
    font-weight: 700;
    color: #212121;
}
.cs-side-nav__link--current:hover,
.cs-side-nav__link--current:visited,
.cs-side-nav__link a--current:hover,
.cs-side-nav__link a--current:visited {
    color: #212121;
}
@use "sass:map";
.cs-video-player {
    max-height: calc(100vh - 12rem);
}
.cs-video-player__wrapper {
    display: none;
}
.cs-video-player__modal .cs-video-player__wrapper {
    display: block;
}
.cs-video-player__modal {
    display: block;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.cs-video-player__modal._show .modal-inner-wrap {
    transform: translateY(-50%);
}
@media (max-width: 47.99em) {
    .cs-video-player__modal._show {
        left: 0;
    }
    .cs-video-player__modal._show .action-close:before {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }
}
.cs-video-player__modal .modal-inner-wrap {
    overflow: hidden;
    top: 50%;
}
@media (max-width: 47.99em) {
    .cs-video-player__modal .modal-inner-wrap {
        width: 100% !important;
        background: #fff;
        padding: 1rem;
        box-sizing: border-box;
    }
}
@media (min-width: 48em) {
    .cs-video-player__modal .modal-inner-wrap {
        width: 98vw;
        max-height: 94vh !important;
        margin: auto !important;
        padding: 3rem;
    }
}
@media (min-width: 64em) {
    .cs-video-player__modal .modal-inner-wrap {
        width: 86vw;
    }
}
.cs-video-player__modal .cs-modal__header {
    width: 100%;
    margin: 0;
    text-align: right;
    padding: 0 !important;
    box-sizing: border-box;
}
@media (max-width: 47.99em) {
    .cs-video-player__modal .cs-modal__header {
        min-height: 4.5rem;
    }
}
.cs-video-player__modal .cs-modal__close {
    margin: 0 !important;
}
.cs-video-player__modal .cs-modal__content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
}
