@font-face {
    font-family: 'Symbolspranie';
    src: url('../fonts/symbols-p.woff') format('woff2');
}

@font-face {
    font-family: 'icons-blank-theme';
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#cart-totals .grand {
    display: none !important;
}

.cs-checkout__sidebar .opc-block-summary .title {
    display: none !important;
}
/*.cs-checkout__sidebar .opc-block-summary .grand {*/
/*    display: none !important;*/
/*}*/

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.checkout-index-index .cs-container--navigation {
    display: none !important;
}

.cs-page-category__toolbar-wrapper--bottom .cs-toolbar {
    margin-top: 10px;
}

.attr-size-con .mage-error+.size-info {
    color: #dd4238;
}

.attr-size-con input.mage-error, .attr-size-con .field .input-text.mage-error {
    border: 1px solid #dd4238;
    outline: 2px solid #dd4238;
}

.cs-product-details__content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.cs-products-carousel:not(.cs-products-carousel--list) .cs-products-carousel__slide--in-viewport {
    opacity: 1;
    transform: scale(1);
    padding: 1rem 1.4rem;
}


.billing-address-form .field {
    margin-top: 1em;
}

.billing-address-form .fieldset .label {
    margin-bottom: 0.5rem !important;
}

.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 .15s linear,opacity .25s linear .1s;
}

@media (max-width: 48em) {
    .cs-checkout__sidebar .custom-slide {
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        left: 0 !important;
        z-index: unset !important;
    }

    .cs-checkout__sidebar .custom-slide .modal-inner-wrap  {
        transform: unset !important;
    }

    .cs-checkout__sidebar .title {
        display: block !important;
    }

    .cs-checkout__sidebar .cs-checkout__sidebar-inner > .opc-block-summary  {
        display: none !important;
    }
}

.catalog-product-view .cs-products-carousel {
    margin-top: -20px !important;
}

.cs-dashboard button.action {
    background-color: #000000 !important;
}

.check {
    height: 80% !important;
}

.totals-tax {
    display: none !important;
}

.cs-product-tile__badge--popular {
    display: none !important;
}

.view_interior_button-container {
    width: 100%;
    margin-top: 5.5rem;
    position: relative;
}

@media (max-width: 48em) {
    .view_interior_button-container {
        margin-top: 0;
    }
}

.view_interior_button {
    width: 100%;
    border: 3px solid #62c3d0;
    text-align: center;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    letter-spacing: .04rem;
    color: #000;
    text-decoration: none;
}

.view_interior_button-container span {
    width: 100%;
    padding-left: calc(14% + 45px);
    display: block;
    text-align: left;
}

.view-interior-button-icon {
    position: absolute;
    top: 50%;
    left: 7%;
    max-height: 140%;
    max-width: 55px;
    height: auto;
    width: auto;
    transform: translateY(-50%);
    background-color: #fff;
    pointer-events: none;
    overflow: visible;
}

hr {
    order: 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*.submenu-menu-underline {*/
/*    min-width: 50%;*/
/*}*/

/*@media (min-width: 48em)  {*/
/*    .cs-footer-links {*/
/*        padding-bottom: 180px !important;*/
/*    }*/
/*}*/

.addtocart_popup_suggest_item {
    padding: 0;
    width: auto;
    /*width: 240px;*/
}

/*.cs-cart-summary .shipping {*/
/*    display: none;*/
/*}*/

@media (max-width: 800px) {
    .cs-cart-summary__totals {
        font-size: 1.5rem !important;
    }

    .cs-cart-summary__totals .table-wrapper {
        overflow-x: hidden !important;
    }

    .cs-cart-summary__totals .mark {
        font-size: 1.5rem !important;

    }

    .cs-cart-summary__totals .amount {
        width: 55% !important;

    }

    .cs-cart-summary__totals span[data-bind="i18n: 'Wybierz dostawę i płatność'"] {
        white-space: wrap !important;
    }
}

@media (max-width: 390px) {
    .cs-cart-summary__totals .amount {
        width: 45% !important;

    }
}

.page-layout-checkout .cs-minicart-product__options-wrapper dl + dl::before {
    content: ", ";
}

.addtocart_popup_suggest_item a {
    color: #333333 !important;
    display: block;
    padding-top: 1rem;
}

.cs-dashboard__top .rss {
    display: none !important;
}

.wishlist-toolbar {
    justify-content: flex-end !important;
}

.cs-dashboard__top .wishlist-toolbar .cs-toolbar__item--amount {
    display: none !important;
}

.addtocart_popup_suggest_item img {
    width: auto !important;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.checkout-index-index .input-text {
    padding: 0.75rem 0 !important;
}

h2 {
    font-size: 2.6rem;
}

h1,
h2,
h3 {
    color: #212121 !important;
    /*font-weight: 700 !important;*/
    /*margin: 1rem 0 2rem !important;*/
    text-transform: unset !important;
    line-height: 1.1 !important;

}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

input.product-custom-option {
    border: 1px solid #63C2D0 !important;
}


.catalog-product-view .columns .column.main>:not(.cs-product-details) {
    max-width: 113.4rem !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#textiles-by-meter {
    width: 100%;
    margin-top: 2rem;
}

#textiles-by-meter.toRight {
    width: 40%;
    margin-left: 5%;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

#textiles-by-meter h3 {
    font-weight: normal;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    margin-top: 0;
}

.mob-tkanina.active:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #62c3d0;
    top: 0;
    left: 0;
    content: "";
}

#textiles-by-meter p {
    color: #62C3D0;
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
    text-decoration: underline;
}

#textiles-by-meter img {
    max-width: 68px;
    max-height: 68px;
}

.cs-buybox__usp-link .cs-logo__image_brand {
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}


.cs-buybox__section--essentials .cs-buybox__usp-link {
    margin-top: 0 !important;
}

button {
    border: 1px solid transparent;
    background-color: #62c3d0;
    box-shadow: none;
    outline: none;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    font-weight: 400;
    text-align: center;
    padding: 1.5rem;
    position: relative;
    margin: 0;
    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;
    cursor: pointer;
}

.cs-product-tile__details > .price-box > .price-box {
    flex-direction: column !important;
    width: 100% !important;
}

.special-price, .old-price {
    display: block !important;
    width: 100%;
}

.special-price .price-label, .old-price .price-label {
    display: inline-block !important;
}

.nav-range__slider-bar-minus, .nav-range__slider-bar-plus {
    width: 30px;
    height: 30px;
    background-color: #62C3D0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-overlay-fixed {
    position: fixed !important;
    bottom: 0;
    right: 0;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.adtc-ajaxcart-popup {
    z-index: 8030;
}

.adtc-ajaxcart-popup .continue {
    background-color: #000 !important;
}
.adtc-ajaxcart-popup .viewcart {
    background-color: #62C3D0 !important;
    color: #fff !important;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.nav-range__slider-bar-minus:after, .nav-range__slider-bar-plus:after {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2px;
}

.nav-range__slider-bar-plus:after {
    content: "+";
}

.nav-range__slider-bar-minus:after {
    content: "-";
}

button:hover span {
    color: #62c3d0;
}

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-container__inner {
    max-width: 113.4rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cs-no-display {
    display: none !important;
}

.cs-aspect-ratio {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

a,
.alink,
a:visited,
.alink:visited {
    color: #62c3d0;
}

a:hover,
.alink:hover {
    color: black;
}

.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 {
    overflow: hidden !important;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

#maincontent {
    flex: 1 0 auto;
}

@media (min-width: 48em) and (max-width: 64em) {
    #maincontent {
        padding-top: 10rem !important;
    }
}

@media (max-width: 48em) {
    #maincontent:not(.cs-container--checkout-page) {
        padding-top: 14rem !important;
    }
}

.cs-header-user-nav__icon--my-account path {
    fill: transparent !important;
}

@media (max-width: 64em) {
    .checkout-index-index .cs-container--top-bar {
        display: block !important;
    }
    .footer-newsletter-info {
        padding-top: 3rem;
    }
}

.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: 1rem 0 0 2rem !important;*/
/*    max-width: 100%;*/
/*    min-height: 10rem;*/
/*}*/

/*@media (max-width: 64em) {*/
/*    .columns .column.main {*/
/*        padding: 0;*/
/*    }*/
/*}*/

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

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

.cs-authorization-link {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0.9rem;
    padding: 0 0 0 0.3rem;
}

@media (max-width: 63.99em) {
    .cs-topbar__item--hotline .block-cms-link-inline {
        display: none;
    }


    .cs-topbar__item--authorization {
        justify-content: flex-end;
        width: 50%;
    }

    .cs-authorization-link__label {
        display: none;
    }

    .cs-authorization-link__icon.cs-authorization-link__icon--login {
        width: auto;
        height: 100%;
        float: right;
    }

    .cs-authorization-link__link {
        height: 100%;
        width: auto;
        justify-content: flex-end;
    }
}

@media (min-width: 64em) {
    .cs-authorization-link {
        padding: 0 0 0 10px;
        margin-left: 0.2rem;
    }

    .cs-authorization-link__icon.cs-authorization-link__icon--login {
        display: none;
    }
}

@media (min-width: 63.99em) {
    .cs-topbar__item.cs-topbar__item--authorization:before {
        content: '|';
        margin: 0 0.2rem 0 1.4rem;
        font-size: 1.6rem;
    }
}

.cs-authorization-link__link {
    display: flex;
    align-items: center;
    color: #62c3d0;
}

.cs-authorization-link__icon,
.authorization-link > img {
    width: 3.2rem;
    height: auto;
    margin-top: 0.1rem;
    padding-right: 1rem;
}

.cs-product-tile--grid .cs-addtocart__wrapper {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
}

.cs-product-tile--grid
    .cs-addtocart__wrapper
    .cs-product-tile__addtocart-button,
#mini-wishlist-modal .action.tocart.primary,
#mini-wishlist-modal .removefromwish {
    background: #62c3d0;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
}

.cs-product-tile--grid
    .cs-addtocart__wrapper
    .cs-product-tile__addtocart-button:after,
#mini-wishlist-modal .action.tocart.primary:after {
    content: '';
    background: url(../images/icons/addtocart/icon-addtocart.svg) no-repeat
        center center / 50% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: all 200ms cubic-bezier(0, 0.77, 0.18, 1);
}

.cs-product-tile--grid
    .cs-addtocart__wrapper
    .cs-product-tile__addtocart-button.atc-ajax-processing:after {
    transform: translateX(-100%);
}

.product-items .cs-addtocart__button-label,
.product-items .cs-addtocart__fail-label,
.product-items .cs-addtocart__success-label {
    display: none;
}

.cs-buybox__addtocart-actions {
    position: relative;
    width: 100%;
}

.cs-addtocart__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0) translate3d(-50%, -50%, 0);
    width: 26px;
    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: 6px;
    height: 6px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
}

.cs-addtocart__loading-ball--1 {
    left: 0;
}

.cs-addtocart__loading-ball--2 {
    left: 10px;
    -webkit-animation-delay: 0.15s !important;
    animation-delay: 0.15s !important;
}

.cs-addtocart__loading-ball--3 {
    left: 20px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.cs-addtocart__feedback-bg,
.cs-addtocart__feedback-bg:after {
    display: none;
}

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

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

.product-social-links {
    float: left;
    margin: 1.5rem 0 0 0;
}

@media (max-width: 48em) {
    .product-social-links {
        position: absolute;
        margin: 0;
        top: 14px;
        right: 0;
        /*width: 75px;*/
    }
    .product-social-links span {
        display: none;
    }
    .cs-buybox__section--essentials {
        position: relative !important;
        width: 100%;
    }

}


.cs-addtocart__minicart {
    text-align: center;
}

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

@media (max-width: 768px) {
    #BlockChooseTkaniny {
        display: none !important;
    }
}

#BlockChooseTkaniny {
    width: 100%;
    max-height: 80px;
    display: flex;
    flex-flow: row;
    align-items: stretch;
}

#BlockChooseTkaniny a {
    display: block;
    width: 100%;
    height: 100%;
}

#BlockChooseTkaniny .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow-tkaniny.arrow-right {
    margin-left: 5px;
}

.arrow-tkaniny.arrow-left:before {
    transform: rotate(-45deg) translate(-50%, 25%);
    transform-origin: bottom left;
}

.arrow-tkaniny.arrow-left:after {
    transform: rotate(45deg) translate(-50%, -25%);
    transform-origin: top left;
}

.arrow-tkaniny.arrow-right:before {
    transform: rotate(45deg) translate(-50%, 25%);
    transform-origin: bottom left;
}

.arrow-tkaniny.arrow-right:after {
    transform: rotate(-45deg) translate(-50%, -25%);
    transform-origin: top left;
}

.arrow-tkaniny:after, .arrow-tkaniny:before {
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    background-color: black;
    top: 50%;
    left: 50%;
    margin-top: -5px;
}



.swiper-container-tkaniny {
    max-width: calc(100% - 122px);
    overflow: hidden;
    flex-basis: 100%;
    padding: 6px;
}

.arrow-tkaniny {
    width: 45px;
    display: flex;
    position: relative;
    cursor: pointer;
}

/*@media (min-width: 768px) {*/
/*    .tkaniny-mobile {*/
/*        display: none;*/
/*    }*/
/*}*/

.mobile_tkaniny_more {
    padding: 8px;
    background-color: #62c3d0;
    min-height: calc(100% - 18px);
    max-height: calc(100% - 18px);
    display: flex;
    align-items: center;
    color: #fff;
    margin: 5px 0 5px 5px;
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
.tkaniny-mobile {
    display: flex;
    margin: 5px 0 5px -5px;
}
/*}*/

.tkaniny-mobile-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: white;
    z-index: 99999;
    padding: 20px;
    /*height: auto;*/
    /*overflow: auto;*/
    max-width: 768px;
    left: 50%;
    transform: translateX(-50%);
}

.tkaniny-mobile-modal-background {
    display: none;
    background-color: rgba(11, 11, 11, 0.38);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.tkaniny-mobile-modal .close {
    position: absolute;
    top: 5px;
    right: 12px;
    width: 45px;
    cursor: pointer;
}

.tkaniny-mobile-modal-top {
    min-height: 25px;
    padding-right: 50px;
}

.tkaniny-mobile-modal-top * {
    font-weight: 400;
}

.tkaniny-mobile-modal-top > * {
    margin-top: 0;
    margin-top: 10px;
}

.tkaniny-mobile-modal-content {
    display: flex;
    flex-flow: row wrap;
    overflow: auto;
    height: calc(100% - 40px);
    position: relative;
}

.tkaniny-mobile-modal .mob-tkanina  {
    min-width: calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 8px;
}


.mob-tkanina img {
    display: block;
    width: 100% !important;
}

.mob-tkanina {
    min-width: calc((100% - 100px) / 5);
    padding: 5px;
    position: relative;
}

.usps-mobile {
    position: relative;
    /*padding: 0 1.5rem 0 1.5rem;*/
    width: 100%;
}

@media (max-width: 920px) {
    .cs-product-details__content .cs-container__inner .col-6 {
        width: 100%;
        padding: 0!important;
        border: none!important;
    }

    .cs-product-details__content .cs-container__inner .col-6+.col-6 {
        margin-top: 0rem;
    }
}

.cs-sorter__select {
    width: 0 !important;
}

.cs-select--mobile {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 4;
}

@media (max-width: 1340px) {
    .cs-product-details__content .col-6+.col-6.d-flex {
        display: block;
    }

    .cs-product-details__content .desc-flex-details {
        margin-left: 0;
        width: 100%;
        margin-top: 1rem;
    }

}

@media (max-width: 44em) {
    .desc-flex-details {
        width: 100%;
        margin: 0 0 0;
    }
}

.usps-mobile__info {
    color: #62c3d0;
}

.usps-mobile p {
    line-height: 1.8rem;
    letter-spacing: .3px;
    font-size: 1.4rem;
}

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

/*@media (max-width: 48em) {*/
/*    .cs-header-user-nav__item--cart.cs-addtocart {*/
/*        position: absolute;*/
/*        top: -50px;*/
/*        height: 50px;*/
/*        right: 60px;*/
/*    }*/
/*}*/

.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(0, -50%, 0) translateX(-50%);
    display: block;
}

.cs-addtocart--loading
    .cs-buybox__addtocart-button:hover
    .cs-addtocart__loading
    .cs-addtocart__loading-ball {
    background-color: #62c3d0;
}

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

.cs-html-select .cs-select {
    min-width: 0.5px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    display: block !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none !important;
}

.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: #62c3d0;
    color: #fff;
    text-decoration: none;
    outline: none;
}

@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 img,
.cs-autocomplete__item-details img {
    display: block;
}

.cs-autocomplete .autocomplete-list dd-name,
.cs-autocomplete__item-name {
    font-size: 1.29rem;
    color: #000;
    font-weight: 700;
}

.cs-autocomplete .price-box {
    display: flex;
    margin: 0.3rem 0 0;
}

.cs-autocomplete .price-box > .price {
    color: #62c3d0;
    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: #dd4238;
    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: 1rem;
}

.cs-autocomplete__badges {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 1rem;
}

.cs-autocomplete__badge {
    padding: 2px 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
    width: 63px;
}

.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: 2.6rem 0;
    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;
    cursor: default;
    color: #c5c5c5;
}

.cs-breadcrumbs__item:not(:last-child):after {
    position: absolute;
    right: 0.7em;
    content: '/';
    font-size: 1.1rem;
    line-height: 1.2;
    color: #c5c5c5;
    top: 50%;
    transform: translateY(-50%);
}

.cs-breadcrumbs__link {
    position: relative;
    display: inline-block;
}

.cs-breadcrumbs__link:hover {
    text-decoration: none;
    color: #333;
}

.cs-breadcrumbs__link,
.cs-breadcrumbs__link:visited {
    color: #c5c5c5;
}

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

@media (min-width: 48em) {
    .cs-container--breadcrumbs {
        display: block;
    }
}

.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: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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-button-component:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: ')';
}

@media (max-width: 64em) {
    .cs-container.cs-container--image-teaser {
        padding-left: 0;
        padding-right: 0;
    }
}

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

@media (min-width: 48em) {
    .cs-container__cart-coupons {
        width: 250px;
    }
}

.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 {
    max-width: none;
    padding-top: 4.5rem;
}

@media (max-width: 63.99em) {
    .cs-container--top-bar {
        position: fixed;
        padding: 10px 0;
        /*top: 50px; #it4time - zmiana naglowka na asap, w celu umieszczenia paska info*/
        top: 50px;
        background-color: white;
        z-index: 30;
    }

    .wh-top-bar-info2 {
        position: fixed;
        z-index: 10;
        display: block;
    }

    .wh-top-bar-info {
        position: fixed;
        z-index: 10;
        display: block;
        font-size: 10px;
        background-color: #ffffff;
        height: 50px;
        width: 100%;
        top: 0
    }

    .wh-top-bar-info-div {
        padding: 5px !important;
    }

    .cs-container--top-bar2 {
        display: block;
    }
}

.wh-top-bar-info2 {
    display: none;
}

.wh-top-bar-info-div {
    padding: 10px;
}

.cs-container--top-bar2 {
    display: none;
}

@media (max-width: 64em) {
    .cs-container--top-bar {
        height: 50px;
    }

    .cs-container--top-bar:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 2rem;
        background-color: black;
        width: calc(100% - 4rem);
    }
}

.cs-container--top-bar .cs-container__inner {
    max-width: 117.5rem;
    width: 100%;
}

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

@media (min-width: 64em) {
    .cs-container--grid-teaser {
        overflow: hidden;
    }
}

.cs-container--hero-teaser {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.cs-container--hero-teaser .cs-container__inner {
    /*max-width: 100%;*/
}

.cs-product-details__content .description h1 {
    color: #212121;
    font-weight: 700;
    margin: 1rem 0 2rem;
    font-size: 2.6rem !important;
}

.product.attribute.description p, .product.attribute.description ul, .product.attribute.description li {
    font-size: 1.5rem;
    letter-spacing: .07rem;
    color: #000;
}

.columns .column.main>:not(.cs-product-details) {
    max-width: 113.4rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.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-products-carousel__carousel {
    overflow-x: clip;
}

.block .cs-products-carousel__pagination {
    display: none !important;
}

@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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-cookie-message__button:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
    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-size: 1.2rem;
    letter-spacing: 0.04rem;
    font-weight: 400;
    color: black;
    width: 100%;
    text-transform: none;
}

.required .cs-field__label:after,
.required .cs-input__label:after {
    content: ' *';
    color: #dd4238;
}

.cs-field__input,
.cs-field__textarea,
.cs-input__input,
.cs-input__textarea {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    padding: 1rem 0 1.5rem;
    color: #808080;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    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-bottom: 1px solid #62c3d0;
    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 #dd4238;
}

.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 #62c3d0;
    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 #62c3d0;
    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 #62c3d0;
    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 #62c3d0;
    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 #62c3d0;
    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 #dd4238;
}

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

.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.bss.configurable {
    width: unset;
}

.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 #62c3d0;
    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: 400;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    line-height: 1.1em;
    width: 100%;
    text-transform: none;
    color: inherit;
}

.field._required > .label:after,
.field.required > .label:after {
    content: ' *';
    color: #dd4238;
}

.container-option-ext .size-field .field > .label:after {
    line-height: calc(2.8em - 6px + 0.1em);
}

.container-option-ext .field > .label span:after {
    content: ': ' !important;
}

.addoption .field > .label span:after {
    content: '' !important;
}

.field.required ._required > .label:after {
    display: none;
}

.field .input-text {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    padding: 1.5rem 0;
    color: #212121;
    background: #fff;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    box-shadow: none;
    margin: 0 0 0.2em;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
}

.field .input-text:hover:not([disabled]),
.field .input-text:focus {
    border: none;
    border-bottom: 1px solid #62c3d0;
    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 #dd4238;*/
/*}*/

.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: 1px solid black;
    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 #62c3d0;
    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;
    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 #62c3d0;
    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 #62c3d0;
    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 #dd4238;
}

.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 #62c3d0;
    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 #62c3d0;
    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 #62c3d0;
    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 #dd4238;*/
/*}*/

.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 !important;
    padding: 0.3em 0 0 !important;
}

div.field-error,
div.mage-error {
    color: #dd4238;
    letter-spacing: 0.04rem;
    margin-top: 0.5rem;
}

.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;
    max-width: 1000px;
    margin: 0 auto;
}

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

.cs-footer__item--links h2,
.cs-footer__item--links h3 {
    color: white !important;
}

@media (min-width: 980px) {
    .cs-footer__item--links {
        margin-top: 0;
        display: flex;
        width: 100%;
        flex-basis: 80%;
        color: white;
    }

    .cs-footer__item--links .cs-footer__sec {
        float: left;
        display: table;
        margin-right: 50px;
    }
}

@media (max-width: 980px) {
    .cs-footer__item--links {
        flex-basis: 100%;
    }

    .cs-footer__item--links .cs-footer__sec {
        float: unset;
        width: 100%;
    }
}

@media (max-width: 64em) {
    .cs-footer__item--links {
        padding: 3rem 3rem 2.5rem;
    }
}

@media (min-width: 64em) {
    .cs-footer__item--extras {
        display: block;
        flex-basis: 25%;
        flex-grow: 2;
    }
}

@media (min-width: 48em) {
    .cs-footer__sec {
        flex: 1 1;
    }
}

@media (min-width: 48em) {
    .cs-footer__section--newsletter {
        flex-grow: 2;
    }
}

@media (min-width: 64em) {
    .cs-footer__section--stores-switcher {
        margin-top: 4rem;
        max-width: 20rem;
    }
}

.cs-footer [data-role='title'],
.cs-footer__section-title {
    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__sec[data-collapsible] .cs-footer [data-role='title'],
    .cs-footer__sec[data-collapsible] .cs-footer__section-title,
    .cs-footer__sec[data-mage-init] .cs-footer [data-role='title'],
    .cs-footer__sec[data-mage-init] .cs-footer__section-title {
        cursor: pointer;
        position: relative;
    }

    .cs-footer__sec[data-collapsible] .cs-footer [data-role='title']:after,
    .cs-footer__sec[data-collapsible] .cs-footer [data-role='title']:before,
    .cs-footer__sec[data-collapsible] .cs-footer__section-title:after,
    .cs-footer__sec[data-collapsible] .cs-footer__section-title:before,
    .cs-footer__sec[data-mage-init] .cs-footer [data-role='title']:after,
    .cs-footer__sec[data-mage-init] .cs-footer [data-role='title']:before,
    .cs-footer__sec[data-mage-init] .cs-footer__section-title:after,
    .cs-footer__sec[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__sec[data-collapsible] .cs-footer [data-role='title']:after,
    .cs-footer__sec[data-collapsible] .cs-footer__section-title:after,
    .cs-footer__sec[data-mage-init] .cs-footer [data-role='title']:after,
    .cs-footer__sec[data-mage-init] .cs-footer__section-title:after {
        transform: translate3d(0, -50%, 0) rotate(90deg) !important;
    }

    .cs-footer__sec[data-collapsible]
        .cs-footer
        [data-role='title'][aria-expanded='true']:before,
    .cs-footer__sec[data-collapsible]
        .cs-footer__section-title[aria-expanded='true']:before,
    .cs-footer__sec[data-mage-init]
        .cs-footer
        [data-role='title'][aria-expanded='true']:before,
    .cs-footer__sec[data-mage-init]
        .cs-footer__section-title[aria-expanded='true']:before {
        transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
        opacity: 0;
    }

    .cs-footer__sec[data-collapsible]
        .cs-footer
        [data-role='title'][aria-expanded='true']:after,
    .cs-footer__sec[data-collapsible]
        .cs-footer__section-title[aria-expanded='true']:after,
    .cs-footer__sec[data-mage-init]
        .cs-footer
        [data-role='title'][aria-expanded='true']:after,
    .cs-footer__sec[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 (max-width: 64em) {
    .cs-footer__item--extras {
        width: 100%;
    }

    .cs-footer__section--socials {
        padding: 0 3rem 2.5rem;
        margin: 0 auto;
    }
}

@media (max-width: 1260px) and (min-width: 64em) {
    .cs-footer__section--socials {
        padding-bottom: 240px;
    }
}

@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: 64em) {
    .cs-footer {
        padding: 0;
    }
}

@media (max-width: 47.99em) {
    .cs-footer__sec[data-collapsible] .cs-footer [data-role='content'],
    .cs-footer__sec[data-collapsible] .cs-footer__section-content,
    .cs-footer__sec[data-mage-init] .cs-footer [data-role='content'],
    .cs-footer__sec[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 0 1.5rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
}

.cs-footer-links__item,
.cs-footer-links li {
    margin: 0 0 0;
}

.cs-footer-links__item .block-static-block.widget,
.cs-footer-links__item .widget,
.cs-footer-links li .widget {
    margin: 0;
}

.cs-footer-links a:hover,
.cs-footer-links a:visited:hover {
    color: #fff;
    text-decoration: none;
}

.footer-newsletter-info {
    width: 100%;
    padding-top: 5rem;
}

.footer-newsletter-info h4,
.footer-newsletter-info p {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.footer-newsletter-info h4 {
    color: #67c3d0;
    font-size: 3.8rem;
    text-transform: capitalize;
}

.footer-newsletter-info p {
    color: white;
    line-height: 1.1em;
    font-size: 1.4rem;
}

.footer-newsletter-link {
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #67c3d0;
    color: #67c3d0;
    display: table;
    transition: 250ms all ease-in-out;
    position: static;
    font-size: 1.6rem;
    margin: 1.8rem auto 0;
}

.footer-newsletter-link:hover {
    color: white;
    background-color: #67c3d0;
}

.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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-grid-layout__teaser-cta-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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;
    height: fit-content;
    background-color: white;
}

@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 {
        min-width: 100%;
    }

    .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 {
    margin-bottom: -1px;
}

.cs-grid-layout:after {
    background: #fff;
}

.cs-grid-layout__grid {
    grid-gap: 25px;
}

.cs-grid-layout__grid .cs-grid-layout__brick {
    height: auto !important;
}

@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(1, 1fr);
        }
        .cs-grid-layout__brick--teaser-ready {
            display: none !important;
        }
    }
    @media (min-width: 30em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .cs-grid-layout__brick--teaser-ready {
            display: none !important;
        }
    }
    @media (min-width: 48em) {
        .cs-grid-layout--with-sidebar .cs-grid-layout__grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .cs-grid-layout__brick--teaser-ready {
            display: none !important;
        }
    }
    @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;
    }

    .cs-grid-layout__brick .cs-product-tile .price-box.price-final_price {
        margin-top: auto;
        margin-bottom: 0;
    }

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

    @media (max-width: 460px) {
        .cs-grid-layout__grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }
}

.cs-headline {
    font-size: 1rem;
    clear: both;
    padding: 0;
    margin: 0 0 3rem;
    position: relative;
    z-index: 0;
}

.line-bg .cs-headline:after,
.line-bg-black .cs-headline:after,
.block .cs-container--headline .cs-container__inner:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    top: 50%;
}

.line-bg .cs-headline:after {
    background-color: #62c3d0;
}

.line-bg-black .cs-headline:after,
.block .cs-container--headline .cs-container__inner:after {
    background-color: black;
}

@media (min-width: 48em) {
    .cs-headline {
        margin: 0 0 4rem;
    }
}

.cs-headline--skip-spacing {
    margin: 0;
}

h2.cs-headline__title,
h3.cs-headline__title,
.block .cs-headline__title {
    display: table;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    font-weight: 400;
    text-transform: uppercase !important;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
}

h1.cs-headline__title,
h2.cs-headline__title {
    background-color: #62c3d0;
    color: white;
}

h3.cs-headline__title,
h4.cs-headline__title,
h5.cs-headline__title,
.block .cs-headline__title {
    background-color: white;
    color: black;
}

h3.cs-headline__title .color,
h4.cs-headline__title .color,
h5.cs-headline__title .color {
    color: #62c3d0;
}

@media (min-width: 4em) {
    h2.cs-headline__title,
    h3.cs-headline__title,
    .block .cs-headline__title {
        border-left: 30px solid white;
        border-right: 30px solid white;
        font-size: 1.8em;
        letter-spacing: 0.18rem;
        font-weight: 400;
    }
}

@media (min-width: 48em) {
    h2.cs-headline__title,
    h3.cs-headline__title,
    .block .cs-headline__title {
        border-left: 30px solid white;
        border-right: 30px solid white;
        font-size: 1.8em;
        letter-spacing: 0.18rem;
        font-weight: 400;
    }
}

@media (max-width: 47.99em) {
    h2.cs-headline__title,
    h3.cs-headline__title {
        border-left: 10px solid white;
        border-right: 10px solid white;
        max-width: 75%;
        font-size: 1.3em;
        letter-spacing: 0.13rem;
    }
}

@media (max-width: 48em) {
    .block .cs-headline__title {
        font-size: 1.3rem;
        letter-spacing: .13rem;
        display: inline;
        background-color: #fff;
        border: 0;
        padding: 1px 20px 10px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }
    .block .cs-headline {
        text-align: center;
        padding: 0 30px;
    }
}


h1.cs-headline__title {
    font-size: 3.8rem;
    letter-spacing: 0.19rem;
    color: black;
    margin-bottom: 2.5rem;
    text-align: center;
}

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

.cs-header__content {
    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 {
        height: 85px;
    }
}

@media (min-width: 80em) {
    .cs-header__content {
        height: 22.5rem;
        padding: 1rem 0 3.5rem;
    }
}

@media (min-width: 64em) {
    .cs-header__content {
        flex-wrap: nowrap;
    }
}

.cs-header__offcanvas-toggle {
    height: 45px;
    position: absolute;
    width: 45px;
    right: calc(2rem - 15px);
}

@media (min-width: 64em) {
    .cs-header__offcanvas-toggle {
        display: none;
    }
}

.cs-header__logo {
    display: flex;
    margin-bottom: 0;
    height: 100%;
    justify-content: center;
    flex: 0 0 35%;
}

.page-print .cs-header__logo {
    max-width: 113.4rem;
    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;
    flex: 0 0 31%;
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 300;
}

@media (max-width: 63.99em) {
    .cs-header__logo {
        display: block !important;
        padding-left: 0.5rem;
    }
}

@media (min-width: 64em) {
    .cs-header__search {
        flex-grow: 1;
        max-width: 30.5%;
        padding: 0;
        position: static;
        margin-left: 5.5%;
        justify-content: center;
    }

    .ie11 .cs-header__search {
        position: inherit;
        top: inherit;
    }
}


.attr-size-con div.mage-error {
    display: none !important;
}

.attr-size-con input:not(.mage-error)+*+.size-info {
    color: #bcbcbc;
}

@media (max-width: 420px) {
    .cs-product-details__content .desc-flex-details dd {
        overflow-wrap: anywhere;
    }
}

.desc-flex-title h3, .desc-flex-title h4, .desc-flex-title h5, .desc-flex-title h6 {
    margin: 0;
    text-transform: unset;
    color: #62c3d0;
    letter-spacing: .075rem;
    font-weight: 400;
}

.desc-flex-title .kod {
    font-size: 1.5rem;
    color: #000;
    letter-spacing: .075rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.description h2 {
    margin: 1rem 0 2rem !important;
}

@media (max-width: 64em) {
    .cs-header__search {
        top: 70px !important;
        right: 50% !important;
        left: 50% !important;
        width: 100vw !important;
        transform: translateX(-50%) !important;
    }
}

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

.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 {
    padding: 0.5em 1.5em;
    color: #212121;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    width: 100%;
    background-clip: padding-box;
    font-family: inherit;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    line-height: 1em;
    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 #62c3d0;
    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;
}

.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%;
    padding: 20%;
    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%);
}

input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

.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;
    width: 3.5rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.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: #62c3d0;
}

.cs-header-search__button:hover {
    background-color: #62c3d0;
}

.cs-header-search__button *,
.cs-header-search__button:visited * {
    color: #fff;
    fill: #fff;
}

.cs-header-search__button[disabled] {
    cursor: auto;
    opacity: 1;
}

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

@media (max-width: 64em) {
    .cs-header-search__button {
        display: none;
    }
}

.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 0 0;
    height: 100%;
}

@media (max-width: 64em) {
    .cs-header-user-nav {
        margin-right: 50px;
    }
}

@media (max-width: 30em) {
    .cs-header-user-nav {
        margin-right: 35px;
    }
}

@media (max-width: 320px) {
    .cs-header-user-nav {
        margin-right: 30px;
    }
}

@media (max-width: 21em) {
    .cs-header-user-nav__link {
        padding: 1rem .5rem;
    }
}

@media (max-width: 64em) {
    .cs-header-user-nav__item {
        width: auto;
        flex: unset;
    }

    .cs-header-user-nav__item--account {
        display: none;
    }
}

@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 .cs-header-user-nav__item--account {
    display: none;
}

@media(max-width: 64em) {
    .cs-header__user-nav .cs-header-user-nav__item--account {
        display: flex;
    }
}

@media (max-width: 400px) {
    .cs-header__user-nav .cs-header-user-nav__link {
        padding: .2rem !important;
    }
    .cs-header__user-nav {
        gap: 2px !important;
    }

    .wish.wrapper {
        margin-right: 2px !important;
    }

}

@media(max-width: 300px) {
    .cs-header__user-nav .cs-header-user-nav__item--account {
        display: none;
    }
}

.cs-header-user-nav__link:hover {
    text-decoration: none;
}

.cs-header-user-nav__link:hover .cs-header-user-nav__icon path {
    fill: #62c3d0;
}

.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: #62c3d0;
}

@media (max-width: 48em) {
    .cs-header-user-nav__icon path {
        color: black;
    }
}

.cs-header-user-nav__label {
    display: none;
}

.minicart-price {
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    color: #62c3d0;
    margin-left: 1.5rem;
}

.cs-header-user-nav__qty-counter {
    display: inline-flex;
    background-color: #62c3d0;
    color: #fff;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 700;
    height: 2rem;
    width: 2rem;
    background-clip: padding-box;
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    opacity: 0;
    border: 1px solid white;
    border-radius: 50%;
    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: #62c3d0;
    color: #fff;
}

.cs-header-user-nav__qty-counter--have-items {
    opacity: 1;
}

.cs-header-user-nav__qty-counter-span {
    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__icon {
    width: 1.375em;
    height: 1.375em;
}

.cs-links-block-addto__icon path {
    fill: white;
}

.cs-links-block-addto__icon--wishlist path {
    fill: white;
}

.cs-links-block-addto__icon--compare path {
    fill: white;
}

.cs-logo,
.cs-logo__image {
    height: 100%;
}

.messages {
    max-width: 113.4rem;
    margin: 0 auto;
}

.cs-messages {
    scroll-margin-top: 350px;
}

.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-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 0;
    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: #62c3d0 !important;
}

.cs-minicart__button-checkout,
.cs-minicart__button-checkout {
    cursor: pointer;
    outline-offset: 0;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #62c3d0;
}

.cs-minicart__button-checkout-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 400;
    color: white;
    vertical-align: baseline;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
}

.cs-minicart__button-checkout-icon {
    display: none;
}

.cs-minicart__button-viewcart {
    display: inline-block;
    text-align: center;
    position: relative;
    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: 1px solid transparent;
}

.cs-minicart__button-viewcart-span {
    margin-top: 0;
    z-index: 1;
    font-weight: 400;
    vertical-align: baseline;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
}

.cs-minicart__button-viewcart-icon {
    display: none;
}

.minicart-wrapper .ui-dialog {
    position: absolute;
    top: 100%;
    right: 0.5rem;
    z-index: 99999;
}

@media (max-width: 63.99em) {
    .minicart-wrapper .ui-dialog {
        display: none !important;
    }
}

@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: white;
    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: white;
    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;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 1.2rem;
}

.cs-minicart-product__details {
    width: 100%;
}

.cs-minicart-product__name-wrapper {
    text-align: left;
    margin-right: 2rem;
    font-size: 1.3rem;
}

.cs-minicart-product__name {
    width: 100%;
    padding: 0;
    margin-top: 0;
    font-size: inherit;
}

/*.cs-minicart-product__name,*/
/*.cs-minicart-product__name:hover,*/
/*.cs-minicart-product__name:visited {*/
/*    text-decoration: none;*/
/*    font-size: 1.5rem;*/
/*    line-height: 0.95em;*/
/*    font-weight: 700;*/
/*    letter-spacing: 0.075rem;*/
/*    color: black;*/
/*}*/

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

.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 #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
}

.cs-minicart-product__action-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.cs-minicart-product__action-icon *,
.cs-minicart-product__options-title-svg * {
    fill: #62c3d0;
}

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

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

.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;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #63C2D0 !important;
    color: #63C2D0 !important;
    background-color: transparent !important;
}

.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: #63C2D0 !important;
    fill: #63C2D0;
}

.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 #62c3d0;
    color: #62c3d0;
    background-color: white;
}

.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: #62c3d0;
    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;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #62c3d0;
    color: #62c3d0;
    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: #62c3d0;
    fill: #62c3d0;
}

.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 #62c3d0;
    color: #fff;
    background-color: white;
}

.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: #62c3d0;
    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 #62c3d0;
    color: #62c3d0;
    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: #62c3d0;
    fill: #62c3d0;
}

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 #62c3d0;
    color: #fff;
    background-color: #62c3d0;
}

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: #62c3d0;
}

.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: #62c3d0;
}

.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-size: 1.8rem;
    color: #212121;
    font-weight: 400;
    letter-spacing: 0.09rem;
    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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-navigation-teaser__button:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

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

.wh-page-nav-con {
    position: relative;
    width: 100%;
    height: 85px;
    display: flex;
    flex: row;
}

.right-side .cs-navigation__list--level_1 {
    right: 0;
    left: unset;
}

.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 {
    color: #62c3d0;
}

.cs-navigation__item--active:not([data-category-identifier='all-categories'])
    > .cs-navigation__link
    img,
.cs-navigation__item.active:not([data-category-identifier='all-categories'])
    > .cs-navigation__link
    img {
    filter: unset;
}

.cs-navigation__item--level_1:hover:not([data-category-identifier='all-categories'])
    > .cs-navigation__link {
    color: white;
    background-color: #62c3d0;
}

.cs-navigation__item--main[data-category-id='14'] a {
    border: none;
    background-color: #a6cf52;
}

.cs-navigation__item--all-categories {
    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,
.cs-navigation__link:visited {
    color: black;
}

.cs-navigation__link:hover {
    text-decoration: none;
    color: #62c3d0;
}

.cs-navigation__link--main {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    text-align: center;
    padding: 0;
    text-transform: none;
    justify-content: center;
    border-left: 1px solid black;
    min-height: 40%;
    display: flex;
    margin: 13% 0;
    max-height: 40%;
    align-items: center;
}

.menu-icon {
    margin-right: 10px;
    filter: brightness(0);
}

.cs-navigation__link:hover .menu-icon {
    filter: brightness(1);
}

.cs-navigation__link--all-categories {
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1.55em;
}

.cs-navigation__link--level_1 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    color: black;
    padding: 0.6rem 3rem;
    text-transform: unset;
    white-space: nowrap;
}

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

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

.cs-container--navigation > .cs-container__inner {
    border-top: 1px solid black;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 9rem;
    max-width: 117.5rem;
}

/* highlighted-menu */
.cs-container--highlighted-menu {
    padding: 0.5rem 0;
}

.cs-container--highlighted-menu + * {
    padding-left: 5px;
}

.cs-container--highlighted-menu .block {
    margin: 0;
}

.cs-container--highlighted-menu li {
    margin-bottom: 0.8rem;
}

.cs-container--highlighted-menu li:last-child {
    margin-bottom: 0;
}

.cs-container--highlighted-menu .block a {
    color: white;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

.green-button {
    background-color: #a6cf52;
}

.red-button {
    background-color: #ec475e;
}

.cs-container--highlighted-menu li a {
    width: 100%;
    display: block;
    padding: 0.3rem;
    text-align: center;
}

/* submenu */
.cs-container--submenu {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 125px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    transition: 250ms all;
}

.cs-navigation.active + .cs-container--submenu {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    opacity: 0.6;
}

.cs-container--submenu-menu {
    display: block;
    height: 100%;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 10px;
}



.cs-container--submenu-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    flex-flow: row wrap;
}

.cs-container--submenu-menu > ul > li {
    height: 100%;
    display: block;
    position: relative;
    margin: 0;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
}

.cs-container--submenu-menu > ul > li > .block-cms-link {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.customer-address-index .cs-stack-nav__nav a:hover {
    background-color: transparent !important;
}

.cs-container--submenu-menu > ul > li > a,
.cs-container--submenu-menu > ul > li > div > a {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: black;
    font-size: 1.5rem;
    padding: 0 1.3rem;
    line-height: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 250ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
}

.cs-container--submenu-menu > ul > li > a:hover,
.cs-container--submenu-menu > ul > li > .widget a:hover {
    background-color: #62c3d0 !important;
    color: white !important;
    text-decoration: none !important;
}

.cs-container--submenu-menu > ul > li > .widget,
.topfix--submenu-menu > ul > li > .widget,
.submenuMenu-mobile > ul > li > .widget {
    display: none;
    background-color: white;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    z-index: 122;
    padding: 1.4rem 0;
    width: max-content;
    flex-wrap: wrap;
}

.cs-container--submenu-menu > ul > li > .widget ul,
.topfix--submenu-menu > ul > li > .widget ul {
    column-count: unset !important;
    min-width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
}

.cs-container--submenu-menu > ul > li.show .widget,
.topfix--submenu-menu > ul > li.show .widget {
    display: flex;
}

.cs-container--submenu-menu > ul > li.right-side,
.topfix--submenu-menu > ul > li.right-side {
    position: static;
}

.cs-container--submenu-menu > ul > li.right-side .widget,
.topfix--submenu-menu > ul > li.right-side .widget {
    bottom: 1px;
    right: 0;
}

.cs-container--submenu-menu > ul > li > .widget:after,
.topfix--submenu-menu > ul > li > .widget:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #62c3d0;
    top: 0;
    left: 0;
}

.cs-container--submenu-menu > ul > li > .widget ul,
.topfix--submenu-menu > ul > li > .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-container--submenu-menu > ul > li > .widget ul li,
.topfix--submenu-menu > ul > li > .widget ul li {
    margin: 0;
    padding: 0;
    display: table;
}

.cs-container--submenu-menu > ul > li > .widget ul a,
.topfix--submenu-menu > ul > li > .widget ul a {
    padding: 0.5rem 3rem;
    font-size: 1.5rem;
    color: black;
    display: table;
}

/* submenu box */
.submenuBox {
    width: 84px;
    margin: 20px 0;
    height: 88px;
    position: relative;
}

.submenuBox-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #62c3d0;
    padding: 7px;
    transition: 300ms all ease-out;
}

.sb-title {
    font-size: 10px;
    color: white;
    line-height: 1.2em;
    padding-top: 4px;
    position: absolute;
    bottom: 7px;
    width: 68px;
    right: 8px;
    transform: translateY(0);
    transition: 300ms all ease-out;
}

.sb-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: 300ms all ease-out;
    transform-origin: left bottom;
}

.sb-logo {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 70px;
    transform: translateY(0);
    height: auto;
    transition: 300ms top ease-out, 200ms width ease-out,
        300ms transform ease-out;
}

.submenuBox:hover .submenuBox-container {
    width: 250px;
}

.submenuBox:hover .sb-logo {
    height: auto;
    width: 150px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 300ms top ease-out, 200ms width ease-out 100ms,
        300ms transform ease-out;
}

.submenuBox:hover .sb-title {
    font-size: 12px;
    bottom: 50%;
    transform: translateY(50%);
}

.submenuBox:hover .sb-title:after {
    top: 100%;
    width: 45px;
    transform: rotate(-90deg);
    left: -7px;
}

.cs-offcanvas-navigation .submenuBox-container {
    position: relative;
    width: calc(100% - 4rem);
    margin: 1rem 2rem;
    height: auto;
    display: block;
}

.cs-offcanvas-navigation .sb-logo {
    position: relative;
    top: 0;
    left: 0;
}

/* END submenu box */

.cs-container cs-container--navigation .cs-container__inner {
    display: flex;
    flex-flow: row wrap;
}

.cs-container--highlighted-menu {
    width: calc(100% / 6);
}

.cs-container--highlighted-menu ul {
    margin: 0;
    padding: 0;
    list-style: 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;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
    transition: transform 0.3s;
    bottom: 0;
    left: 0;
    transform-origin: left;
    display: none;
}

.cs-offcanvas-toggle--active,
.cs-offcanvas-toggle--active:active,
.cs-offcanvas-toggle--active:focus,
.cs-offcanvas-toggle--active:hover {
    background: white;
}

.cs-offcanvas-toggle--active:after {
    transform: scale(1);
}

.cs-offcanvas-toggle--active .cs-offcanvas-toggle__icon {
    transform: translate(-50%, -50%) 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: black;
}

.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,
.cs-offcanvas-toggle__icon:after,
.cs-offcanvas-toggle__icon:before {
    width: 22px;
    height: 2px;
    background: black;
    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(-8px);
}

.cs-offcanvas-toggle__icon:after {
    transform: translateY(8px);
}

.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__item {
    width: 100%;
    display: flex;
    overflow: hidden;
    margin: 0;
}

.cs-offcanvas-navigation__item--with-icon .cs-offcanvas-navigation__text {
    position: relative;
    padding-left: 2rem;
}

.cs-offcanvas-navigation__link,
.cs-offcanvas-navigation__list a {
    min-width: 100%;
    width: 100%;
    display: flex;
    padding: 0.5rem 2rem 0.5rem 10rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    align-items: center;
    font-weight: 400;
    position: relative;
    color: black;
}

.cs-offcanvas-navigation__link,
.cs-offcanvas-navigation__list--current a:hover {
    color: #62c3d0;
}

.cs-offcanvas-navigation__list--current a.cs-offcanvas-navigation__link--prev,
.cs-offcanvas-navigation__list--current
    a.cs-offcanvas-navigation__link--prev:hover {
    background-color: #62c3d0;
    padding: 1.2rem 2rem 1.2rem 10rem;
    color: black;
}

.cs-offcanvas-navigation__list--current
    a.cs-offcanvas-navigation__link--prev:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    background: url(../images/icons/back-arrow.svg) no-repeat top left / contain;
}

.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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
    -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 .active > .cs-offcanvas-navigation__link {
    color: #62c3d0;
}

.cs-offcanvas-navigation__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cs-offcanvas-navigation__icon path {
    fill: #62c3d0;
}

.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: 17.5rem;
}

@media (min-width: 48em) {
    .cs-offcanvas__drawer,
    .cs-offcanvas__overlay {
        top: 17.5rem;
    }
}

@media (min-width: 64em) {
    .cs-offcanvas__drawer,
    .cs-offcanvas__overlay {
        display: none;
    }
}

.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: 100%;
}

.cs-offcanvas--side_left .cs-offcanvas__drawer {
    left: 0;
    right: auto;
    transform: translate3d(-105%, 0, 0);
    margin-top: 1px;
}

.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-size: 2.7rem;*/
/*    margin: 0 0 2rem;*/
/*    padding-bottom: 1rem;*/
/*    text-transform: none;*/
/*    font-weight: 400;*/
/*    letter-spacing: 0.135rem;*/
/*}*/

/*.page-title__headline {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: inline;*/
/*    font-size: 2.7rem;*/
/*    line-height: 3.2rem;*/
/*    text-transform: none;*/
/*    letter-spacing: 0.135rem;*/
/*    font-weight: 400;*/
/*}*/

/*.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 (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: block;
}

.price-box .price {
    white-space: nowrap;
}

.price-box .old-price .price {
    font-size: 0.65rem;
}

.price-box .old-price.no-display {
    display: block;
}

.price-box .special-price .price {
    padding-left: 0.4em;
}

.price-box .price {
    color: #62c3d0;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}


.price-box > .normal-price:not(:last-child) .price {
    color: #dd4238;
}

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

.cs-cart-item__options {
    width: 100%;
    margin: 0 !important;
}

.normal-price .product-label-info p {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: .075rem;
}

/*.price-box .product-label-info {*/
/*    width: 40%;*/
/*    font-size: 1.4rem;*/
/*    font-weight: 400;*/
/*    letter-spacing: 0.075rem;*/
/*}*/

.price-box .product-label-info p {
    margin-bottom: 0 !important;
}

.price-box .price-from .price-label,
.price-box .price-to .price-label {
    display: inline-block;
    padding: 0;
}

.attr-size-product {
    width: 100%;
    height: auto;
}

.bss-child-option {
    width: 100%;
    margin-top: 10px;
}

.size-attr-info {
    font-size: 1.15rem;
    line-height: 1.6rem;
    letter-spacing: 0.015rem;
    color: #808080;
    position: relative;
    padding: 1rem 0 0.5rem 2.5rem;
    margin: 0;
}

.size-attr-info:after, .size-attr-info:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 0;
}

.size-attr-info:before {
    content: "i";
    text-align: center;
    color: white;
    z-index: 2;
}

.size-attr-info:after {
    content: "";
    background-color: #62C3D0;
    border-radius: 8px;
}

.attr-size-form-con {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    border: 1px solid #62C3D0;
    background: url(../images/global/dots-bg.svg) repeat top left;
    padding-bottom: 15px;
}

.attr-size-form-con .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%;
}
.attr-size-form-con .field .label {
    ont-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    line-height: 1.1em;
    width: 100%;
    text-transform: none;
    color: inherit;
}
.attr-size-con input, .attr-size-con .field .input-text {
    border: 1px solid #62C3D0;
    font-size: 1.5rem;
    padding: 0.8rem 1.5rem;
    background: white;
    outline: none;
    box-shadow: none !important;
    width: 100%;
}

.attr-size-con:after {
    background: url(../images/icons/arrow-sizes-horizontal.svg) no-repeat center center;
}
.attr-size-con.attr-size-height:after {
    background: url(../images/icons/arrow-sizes-vertical.svg) no-repeat 5px 5px;
}

.attr-size-con + .attr-size-con:after {
    background: url(../images/icons/arrow-sizes-vertical.svg) no-repeat 5px 5px;
}

.attr-size-con:after {
    content: "";
    position: absolute;
    top: 4.5rem;
    height: 39px;
    width: 32px;
    right: 5px;
}

.size-info {
    font-size: 13px;
    text-align: center;
    color: #BCBCBC;
}

.size-label, .attr-size-con label {
    font-size: 1.5rem;
    color: black;
    letter-spacing: 0.04rem;
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

.attr-size-con {
    width: 50%;
    padding: 2.5rem 5rem 0.5rem 2.5rem;
    position: relative;
}

.info-icon {
    position: relative;
    top: 0;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 85px;
    background-color: #62C3D0;
    border-radius: 8px;
    margin-bottom: -16px;
    font-size: 1.2rem;
}

.info-icon:before {
    content: "i";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 0;
    text-align: center;
    color: white;
    z-index: 2;
}

.addoption div.field {
    padding-top: 20px;
}

.product-options-wrapper .field .label {
    margin-bottom: 5px;
}

.addoption .field > .label span:after {
    content: " *" !important;
    color: #dd4238;
}

.size-message {
    padding: 0.8rem 2rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 1.5rem;
    letter-spacing: .075rem;
}

.addoption .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._required > .label:after, .field.required > .label:after {
    content: " *";
    color: #dd4238;
}

.field .control {
    width: 100%;
}

select.product-custom-option {
    width: 100%;
    padding: 0.8rem 3.2rem 0.8rem 1.2rem;
    outline: none;
    border: 1px solid #999;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    color: black;
    line-height: 1.9rem;
    min-height: 3.7rem;
    -moz-appearance: none;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 13 13' width='13' height='13' xmlns='http://www.w3.org/2000/svg'><path d='M1.55,6.5l4.95,4.95l4.95-4.95h1.414L6.5,12.864L0.136,6.5H1.55z'/></svg>") no-repeat;
    background-position: 98% center;
}

.page-layout-checkout dl.cs-minicart-product__options-group+div.cs-minicart-product__options-group:before {
    content: ', ';
}

.page-layout-checkout div.cs-minicart-product__options-group .cs-minicart-product__options-value:after {
    content: 'szt.';
}

@media (max-width: 410px) {
    .TpayBasicForm {
        padding-left: 0 !important;
    }

    .channels {
        margin: 0 !important;
    }

    .channel {
        width: 120px !important;
        margin: 13px 10px 10px 10px !important;
    }
}

.cs-page-product__buybox select {
    padding: 0.8rem 3.2rem 0.8rem 1.2rem;
    width: 100%;
    border-radius: 0;
    border: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12.021px' height='6.718px' viewBox='0 0 12.021 6.718' enable-background='new 0 0 12.021 6.718' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-miterlimit='10' points='11.667,0.354 6.01,6.011 0.354,0.354 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 13px;
}

.control select {
    display: block !important;
}

.control select:focus {
    box-shadow: none !important;
}

.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: #dd4238;
    font-size: 1.5rem;
    font-weight: 700;
}

.price-box .special-price.active .price {
    color: #dd4238;
}

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

.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: #62c3d0;
    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;
}

.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 {
    display: flex;
}

@media (max-width: 63.99em) {
    .cs-product-tile__thumbnail {
        padding: 0 10px;
    }
}

@media (min-width: 64em) {
    .cs-product-tile__thumbnail {
        padding: 0;
    }
}

.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: 100%;
}

.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: 15rem;
    margin-right: 2rem;
    justify-content: center;
    align-items: flex-start;
}

.cs-products-list__item .cs-product-tile__image img {
    object-fit: contain;
}

.cs-products-list__item .cs-product-tile__addtocart-button {
    background-color: #62c3d0;
    padding: 1.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none !important;
    border: 1px solid transparent;
    text-indent: unset;
}

.cs-products-list__item .cs-product-tile__addtocart-button * {
    display: none;
}

.cs-products-list__item
    .cs-product-tile__addtocart-button
    .cs-addtocart__button-label {
    display: flex;
    width: 100%;
    height: 100%;
    color: white;
    justify-content: center;
    cursor: pointer;
}

@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: 100%;
    height: 100%;
    margin: auto;
}

.cs-product-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: 1;
    top: 1rem;
    right: 0;
    list-style: none;
    display: flex;
    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,
.cs-page-product__badge {
    padding: 2px 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
    width: 63px;
}

@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: #ec475e;
    color: #fff;
}

/*.cs-product-tile__badge--new {*/
/*    background-color: #a6cf52;*/
/*    color: #fff;*/
/*}*/

/*.cs-product-tile__badge--free-shipping {*/
/*    background-color: #a6cf52;*/
/*    color: #fff;*/
/*}*/

.cs-product-tile__badge--popular {
    background-color: #62c3d0;
    color: #fff;
}

.cs-product-tile__badge--dailydeal {
    background-color: #ec475e;
    color: #fff;
}

.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--list .cs-product-tile__gallery {
    display: none !important;
}

.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(100% + 10rem) 3rem 3rem;
    box-shadow: 1px 3px 1rem 0 rgba(33, 33, 33, 0.3);
    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%;
    position: relative;
}

.cs-product-tile__addons-right {
}

.ie11 .cs-product-tile__addons-right {
    width: 30%;
}

.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;
    position: absolute;
    bottom: 0;
    transform: translate(100%, 100%);
    margin-bottom: -1rem;
    margin-left: 1.7rem;
}

.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,
.cs-grid-layout__grid .cs-product-tile__review--grid,
.block .cs-product-tile__review--grid {
    display: none;
}

.cs-product-tile__review--list {
    margin: 0 0 1rem;
}

@media (min-width: 48em) {
    .cs-product-tile--list
        .cs-product-tile__review--list
        + .cs-product-tile__name {
        padding-right: 12rem;
    }
}

.cs-star-rating {
    display: flex;
    margin: 0 0 20px;
}

.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__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: #62c3d0;
}

.cs-product-tile__stock--out {
    color: #dd4238;
}

.cs-product-tile--grid .cs-product-tile__stock, .cs-products-carousel__product-tile .cs-product-tile__stock {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
}

.cs-product-tile--list .cs-product-tile__stock, .cs-products-carousel__product-tile .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__main {
    position: relative;
    display: flex;
    align-items: stretch;
}

@media (min-width: 64em) {
    .cs-product-tile__main {
        padding: 1rem 3rem;
    }
}

@media (max-width: 63.99em) {
    .cs-product-tile__main {
        padding: 1rem 10px;
    }
}

.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 {
    height: 100%;
    display: flex;
    flex-flow: column;
}

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

.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__name {
    font-weight: 400;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 47.99em) {
    .cs-product-tile__name {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

@media (min-width: 48em) {
    .cs-product-tile__name {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

.cs-product-tile--grid .cs-product-tile__name {
    /*height: 81px;*/
    margin: 0 0 1.5rem;
    text-align: center;
}

.cs-product-tile--list .cs-product-tile__name {
    margin: 0 0 1rem;
    text-align: left;
    order: -1;
}

.cs-product-tile__name-link {
    color: black;
    text-align: left;
    transition: color 0.15s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: 0.75px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-width: 100%;
}

.cs-product-tile__name-link:visited {
    color: #212121;
}

.cs-product-tile__name-link:hover {
    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-links-block-addto__link {
    width: 45px;
    height: 45px;
    background-color: #62c3d0;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-links-block-addto__link-label {
    display: none;
}

.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;
    float: right;
}

.cs-product-tile--list .cs-product-tile__addtocart {
    margin: 0.5rem 0 0;
}

.cs-product-tile__addtocart-button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

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

.cs-product-tile__price .price-box .price {
    font-size: 1.5rem;
    font-weight: 400;
    color: #62c3d0;
}

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

.cs-product-tile__price .price-box .minimal-price {
    margin: 0;
    display: flex;
}

.cs-product-tile--grid .cs-product-tile__price .price-box {
    margin: 0;
    text-align: left;
}

.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: 1rem;
}

.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-buybox__qty-increment {
    display: flex;
    align-items: center;
}

.cs-qty-increment {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: 8px;
}

.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 {
    line-height: 1.275em;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    transition: border-color 0.5s;
    max-width: 50px;
    height: 30px;
    background-clip: padding-box;
    font-family: inherit;
    text-align: center;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    padding: 0.3em 0.5em;
    flex: 1 1;
    order: 2;
}

.cs-qty-increment__input:focus:not([disabled]),
.cs-qty-increment__input:hover:not([disabled]) {
    border: 1px solid #62c3d0;
    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: #dd4238 !important;
}

.cs-qty-increment__input + .mage-error {
    order: 3;
    width: 100%;
}

.cs-qty-increment__button {
    width: 30px;
    height: 30px;
    position: relative;
}

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

.cs-qty-increment__button:active,
.cs-qty-increment__button:hover {
    background-color: #62c3d0;
    border: 1px solid #62c3d0;
    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;
}

.cs-social-media-list {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 1.5rem 0;
    justify-content: center;
    align-items: center;
}

@media (min-width: 64em) {
    .cs-social-media-list {
        margin-right: -2rem;
    }
}

.cs-social-media-list__link {
    background-color: transparent !important;
    display: flex;
    position: relative;
    height: 3.5em;
    min-width: 4em;
    padding: 0 2rem;
    color: inherit;
    border-radius: 0;
    transition: background-color 0.15s linear;
    border-right: 1px solid white;
}




.cs-social-media-list__item:last-child .cs-social-media-list__link {
    border-right: none;
}

.cs-social-media-list__link:hover {
}

.cs-social-media-list__icon {
    fill: #fff;
    transition: fill 0.15s linear;
    width: auto;
    height: 2.4em;
    margin: auto;
}

.cs-social-media-list__item--fb .cs-social-media-list__icon {
    height: 2.4em;
}

.cs-social-media-list__item--tw .cs-social-media-list__icon {
    height: 2.4em;
}

.cs-social-media-list__item--yt .cs-social-media-list__icon {
    height: 2.5em;
}

.cs-social-media-list__item--gp .cs-social-media-list__icon {
    height: 2.4em;
}

.cs-star-rating__stars {
    display: flex;
    padding: 0;
    width: 7.2rem;
    justify-content: space-between;
    margin: 0 0.2rem 0;
}

.cs-star-rating--summary .cs-star-rating__stars {
    width: 10rem;
    padding: 0;
}

.cs-star-rating--review .cs-star-rating__stars {
    width: 10rem;
    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: #62c3d0;
}

.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-products-grid .cs-star-rating {
    display: none;
}

.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: #62c3d0;
}

.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: #62c3d0;
}

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

[class^='swatch-opt-']:empty {
    opacity: 0;
}

.ie11 [class^='swatch-opt-'] {
    width: 100%;
}

.swatch-opt {
    font-size: 0.9em;
}

.swatch-opt .mage-error {
    font-size: 1.4rem;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
}

.swatch-attribute {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.swatch-attribute.swatch-layered {
    font-size: 0.8em;
}

.swatch-attribute + .swatch-attribute {
    margin-top: 3em;
}

.swatch-attribute-label {
    line-height: 1.1em;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
}

.swatch-attribute-label:after {
    content: ': ';
    line-height: calc(2.8em - 6px + 0.1em);
}

.swatch-attribute-selected-option {
    display: none;
}

.visible-select .swatch-attribute-selected-option {
    width: 100%;
    display: block;
    padding: 0.8rem 3.2rem 0.8rem 1.2rem;
    border: 1px solid #999;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    color: black;
    position: relative;
    cursor: pointer;
    line-height: 1.9rem;
    min-height: 3.7rem;
}

.visible-select .swatch-attribute-selected-option:empty:before {
    content: '-';
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.swatch-attribute-selected-option:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    right: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.visible-select .sw-attr-open-select {
    width: 100%;
    padding: 0 1.2rem;
    height: 0;
    overflow: hidden;
}

.visible-select.active .sw-attr-open-select {
    height: auto;
    background-color: white;
    z-index: 5;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
}

.visible-select .swatch-attribute-options .swatch-option.image {
    width: 48% !important;
    border: none !important;
    outline: none !important;
    margin: 0.8rem 0 0;
    box-shadow: none !important;
    box-sizing: border-box;
    background-size: 160px auto !important;
    background-position: top center !important;
    position: relative;
}

.sw-attr-con.visible-select {
    width: 100%;
    height: 87px;
    margin-bottom: 2.2rem;
}

.sw-attr-con.visible-select.active {
    z-index: 5;
}

.sw-attr-con.visible-select {
    position: relative;
}

.sw-attr-con.visible-select .mage-error {
    position: absolute;
    bottom: -2.5rem;
    left: 0;
}

.sw-attr-con.visible-select.active .mage-error {
    bottom: 1.5rem;
    left: 1.2rem;
}

.sw-attr-con.visible-select.active
    .swatch-input.super-attribute-select.mage-error {
    height: 2rem;
    opacity: 0;
    position: static;
}

.sw-attr-open-select {
    width: 100%;
}

.visible-select .swatch-attribute-options .swatch-option.image:before {
    display: none;
}

.visible-select .swatch-attribute-options .swatch-option.image:after,
.visible-select .swatch-attribute-options .swatch-option.image:hover:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 2;
    background: none;
    opacity: 1;
    border-radius: 0;
}

.swatch-label-option {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
    color: #62c3d0;
    letter-spacing: 0.06rem;
}

.visible-select .swatch-attribute-options .swatch-option.image.selected:before {
    content: '';
    width: 100%;
    display: block;
    height: 90px;
    position: absolute;
    background-image: url(../images/icons/swatches/check-swatch.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    z-index: 5;
    border-radius: 0;
    top: 0;
    left: 0;
    border: none;
}

.visible-select
    .swatch-attribute-options
    .swatch-option.image:nth-child(2n + 2) {
    margin-left: 4%;
}

.visible-select .swatch-attribute-options .swatch-option.image:last-child {
    margin-bottom: 0.8rem;
}

.visible-select.active .sw-attr-open-select {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}

.swatch-attribute-options label,
.control label {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: black;
    letter-spacing: 0.04rem;
    cursor: pointer;
    display: flex;
}

.swatch-attribute-options label input[type='radio'],
.control label input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 1.2rem 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none !important;
    position: relative;
}

.swatch-attribute-options label input[type='radio']:checked:after,
.control label input[type='radio']:checked:after {
    content: '';
    background-color: #62c3d0;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swatch-attribute-options:focus {
    box-shadow: none;
}

.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 #62c3d0;
}

.swatch-option.selected {
    border: 3px solid #fff;
    background: #fff;
}

.swatch-option.selected:before {
}

.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 {
    display: none;
}

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


.checkout-index-index .cs-container--header {
    display: none;
}



@media (max-width: 63.99em) {
    .cs-cart-page .page-title-wrapper--checkout-type {
        margin-bottom: -10px;
    }

    .checkout-index-index .cs-container--header {
        display: block;
    }

    .checkout-index-index .cs-container--top-bar {
        display: block;
    }

    .checkout-index-index .page-header {
        margin: 8.5rem auto 1rem !important;
    }

    .cs-topbar__wrapper {
        padding-left: .3rem;
        padding-right: 1rem;
    }

    /*.cs-topbar__item--hotline {*/
    /*    flex: 1 1;*/
    /*    justify-content: flex-end;*/
    /*}*/

    .cs-topbar__item--hotline {
        flex: 1 1;
        left: 0;
        width: 50%;
        justify-content: flex-start;
    }

    .cs-topbar__item--hotline p {
        margin: 0;
    }

    /* .cs-topbar__item--hotline .block-cms-link-inline {
        display: none;
    } */

    .cs-topbar__item--hotline .top-link-mobile,
    .cs-topbar__item--hotline .top-link-mobile:visited {
        float: left;
        font-size: 1.2rem;
        margin: 0;
        align-items: center;
        line-height: 2em;
    }

    .cs-topbar__item--hotline .top-link-mobile img {
        max-height: 24px;
        width: auto;
        margin-right: 8px;
    }

    .cs-container.cs-container--header {
        padding-left: 2rem;
        padding-right: 2rem;
        position: fixed;
        /*top: 50px; #it4time - zmiana naglowka na asap, w celu umieszczenia paska info*/
        top: 40px;
        background: white;
        z-index: 100;
        border-bottom: 1px solid black;

    }
}

@media (max-width: 30em) {
    .cs-container.cs-container--header {
        top: 50px
    }
}

.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: #62c3d0;
}

.cs-topbar__link:active,
.cs-topbar__link:focus,
.cs-topbar__link:hover,
.cs-topbar__link:visited {
    color: #62c3d0;
}

.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,

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.5rem;
}

h4,
h5 {
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 2rem;
}

a,
a:visited {
    text-decoration: none;
}

a:focus,
a:hover,
a:visited:focus,
a:visited:hover {
    text-decoration: none;
}

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

.ie11 source.cs-image-teaser--usps .cs-image-teaser__image {
    height: 0;
}

.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-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 #62c3d0;
    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: #62c3d0;
}

.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 #62c3d0;
    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);
    max-width: 50vw;
}

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

.tkaniny-mobile-modal .close {
    position: absolute;
    top: 5px;
    right: 12px;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.tkaniny-mobile-modal .close:after, .tkaniny-mobile-modal .close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    background-color: black;
    height: 2px;
}

.tkaniny-mobile-modal .close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tkaniny-mobile-modal .close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.active-modal-tkaniny {
    overflow-y: hidden;
}

/*@media (max-width: 768px) {*/
    body.active-modal-tkaniny .tkaniny-mobile-modal {
        display: block;
    }
    body.active-modal-tkaniny .tkaniny-mobile-modal-background {
        display: block;
    }
/*}*/

.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: #62c3d0;
}

.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: #62c3d0 !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

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

.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: #62c3d0;
}

.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: #62c3d0;
}

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

@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: #62c3d0;
    color: #62c3d0;
}

@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: #62c3d0;
    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;
    }
}

.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: #62c3d0;
    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: #dd4238;
    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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-daily-deal-teaser .tocart:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #dd4238;
    z-index: 5;
}

.cs-dailydeal__countdown-element--special:first-child,
.cs-dailydeal__countdown-element--special:first-child:before {
    background: #dd4238;
}

.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: #dd4238;
    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 2.5rem;
}

.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:hover {
    opacity: 1 !important;
}

.cs-image-teaser__nav {
    /*opacity: 0 !important;*/
    display: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.15s linear;
    z-index: 10;
    width: 3rem;
    height: 6rem;
    border: 0;
    background: #fff;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.cs-image-teaser__nav > svg {
    display: none !important;
}

.cs-image-teaser__nav::after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    position: absolute;
    top: 50%;
    left: 50%;
}

.cs-image-teaser__nav--prev::after {
    transform: translate(-25%, -50%) rotate(-45deg);
}

.cs-image-teaser__nav--next::after {
    transform: translate(-75%, -50%) rotate(135deg);
}

@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: 0;
}

@media (min-width: 80em) {
    .cs-image-teaser:not(.cs-image-teaser--full-width-slider)
        .cs-image-teaser__nav--prev {
        left: 0;
        opacity: 1;
    }
}

.cs-image-teaser__nav--next {
    right: 0;
}

/*@media (min-width: 80em) {*/
/*    .cs-image-teaser:not(.cs-image-teaser--full-width-slider)*/
/*        .cs-image-teaser__nav--next {*/
/*        right: 0;*/
/*        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;
}

@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: #62c3d0;
}

.cs-image-teaser__pagination {
    list-style: none;
    margin: 1rem 0 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;
}

@media (max-width: 63.99em) {
    .cs-image-teaser__pagination {
        position: absolute;
        bottom: -41px;
        transform: translateY(100%);
    }
}

.cs-image-teaser__pagination--hidden {
    display: none;
}

.cs-image-teaser__pagination-item {
    position: relative;
    margin: 0.4rem;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transition: all 0.15s;
    border: 1px solid #62c3d0;
}

.cs-image-teaser__pagination-item:hover {
    background: #62c3d0;
    opacity: 0.5;
}

.cs-image-teaser__pagination-item--active,
.cs-image-teaser__pagination-item--active:hover {
    background: #62c3d0;
}

.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: #62c3d0;
}

@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;
    width: 100%;
    max-width: 100%;
}

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

.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: 100%;
}

.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;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
}

@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-container--hero-teaser .cs-image-teaser__text-content {
    font-size: 1.4rem;
    color: #fff;
}

.cs-container--hero-teaser
    .cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__text-content {
    color: #212121;
}

.cs-container--hero-teaser .cs-image-teaser__slogan {
    color: black;
    margin: 0;
    font-size: 2.6em;
    font-weight: 900;
    text-transform: none;
    line-height: 1.05;
}

.cs-container--hero-teaser
    .cs-image-teaser__slide--scheme-dark
    .cs-image-teaser__slogan {
    color: inherit;
}

.cs-container--hero-teaser .cs-image-teaser__description {
    margin: 0;
    font-size: 1.55em;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

.cs-container--hero-teaser * + .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-container--hero-teaser .cs-image-teaser__cta-button {
    font-weight: 500;
    background-color: #62c3d0;
    position: absolute;
    top: 75px;
    right: 0;
    width: 160px;
    height: 85px;
    margin: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    z-index: 5;
}

.cs-container--hero-teaser .cs-image-teaser__cta-button:after,
.cs-container--hero-teaser .cs-image-teaser__cta-button:before {
    content: '';
    position: absolute;
}

.cs-container--hero-teaser .cs-image-teaser__cta-button:before {
    width: 1px;
    height: 100%;
    background-color: white;
    top: 0;
    left: 25px;
}

.cs-container--hero-teaser .cs-image-teaser__cta-button:after {
    content: 'i';
    width: 27px;
    height: 27px;
    border: 2px solid black;
    border-radius: 50%;
    line-height: 22px;
    color: black;
    background-color: white;
    text-align: center;
    font-size: 1.7rem;
    top: -18px;
    left: 36px;
}

.cs-container--hero-teaser .cs-image-teaser__cta-button-span {
    font-weight: 500;
    font-size: 1.75rem;
    display: block;
    color: white;
    letter-spacing: 0.8px;
    padding: 0 0 0 40px;
    line-height: 1.2em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cs-container--hero-teaser .cs-image-teaser__cta-button-span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid white;
    border-bottom: 6px solid transparent;
}

.cs-container--hero-teaser .cs-image-teaser__cta-button-icon {
    display: none;
}

@media (max-width: 650px) {
    .cs-image-teaser__cta {
        display: none;
    }
}

.cs-image-teaser__badge {
    font-size: 1.1em;
    position: absolute;
    top: 0.7em;
    left: 0.7em;
    color: #fff;
    background: #62c3d0;
    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: 48%;
    height: 102%;
    z-index: -1;
}

@media (max-width: 64em) {
    .cs-image-teaser__gradient,
    .cs-image-teaser__overlay {
        z-index: 0;
    }
}

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

@media (max-width: 64em) {
}

.cs-image-teaser__slide-wrapper .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: 64em) {
    .cs-image-teaser--hero-teaser {
        margin: 6.5rem 0 4rem;
    }

    body.cms-home .cs-image-teaser--hero-teaser {
        margin: 0rem 0 0rem;
    }
}

@media (min-width: 48em) {
    .cs-image-teaser--hero-teaser {
        padding: 0;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__carousel {
        max-height: 450px;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__slide {
        min-height: 450px;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex-basis: 100% !important;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__aspect-ratio {
        display: none;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__figure {
        height: 100%;
        /*position: absolute;*/
        z-index: -1;
    }

    .cs-image-teaser--hero-teaser .cs-image-teaser__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cms-aplikacja-withome-ar .cs-image-teaser--hero-teaser .cs-image-teaser__figure  {
        position: absolute;
    }

    .cs-image-teaser--hero-teaser
        .cs-image-teaser__slide:not(.ready)
        .cs-image-teaser__content-wrapper {
        opacity: 1;
    }
}

@media (max-width: 64em) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__image {
        width: 100%;
        height: 100%;
        /*position: absolute;*/
        top: 0;
        left: 0;
        object-fit: contain;
        max-height: unset;
        max-width: unset;
    }

    .cs-image-teaser--hero-teaser {
        margin-bottom: 0;
    }
}

@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: #62c3d0;
}

@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: #62c3d0 !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%,
        #62c3d0 0,
        #62c3d0
    );
}

.cs-image-teaser-legacy__cta-button:after {
    width: 4rem;
    min-width: auto;
    background-color: #62c3d0;
    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: #62c3d0;
}

.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: #62c3d0;
}

.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: #62c3d0;
}

@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 {
        display: inline-block;
        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, .cs-products-carousel__slides-wrapper {
    margin: 0 auto;
    /*position: relative;*/
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    max-width: calc(100% - 40px);
}

.cs-products-carousel__slide .cs-products-carousel__product-tile {
    padding-bottom: 1.5rem !important;
}



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

.catalog-product-view .cs-products-carousel {
    margin: 0 3rem 0;
}

.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;
    transition: all 0.15s linear;
    z-index: 5;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.block .cs-products-carousel {
    position: relative;
}

.cs-products-carousel__nav {
    width: 30px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
}

.cs-products-carousel__nav--prev {
    left: -1rem;
}

.cs-products-carousel__nav--next {
    right: -1rem;
}

.block .cs-products-carousel__nav--next:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.block .cs-products-carousel__nav--prev:after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.block .cs-products-carousel__nav .cs-products-carousel__nav-icon {
    display: 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--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: #62c3d0;
}

.cs-products-carousel__pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #696969;
    position: relative;
    z-index: 3;
}

.cs-products-carousel__pagination--hidden {
    display: none;
}

.cs-products-carousel__pagination-item {
    position: relative;
    width: 22px;
    height: 35px;
    margin: 0;
}

.cs-products-carousel__pagination-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    border: 1px solid #62c3d0;
    border-radius: 50%;
    transition: 250ms background-color ease-in-out, 250ms opacity ease-in-out;
}

.cs-products-carousel__pagination-item--active:after {
    background: #62c3d0;
}

.cs-products-carousel__pagination-item:not(.cs-products-carousel__pagination-item--active):hover:after {
    background: #62c3d0;
    opacity: 0.5;
}

.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: #62c3d0;
}

@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 !important;
}

@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--in-viewport {
    opacity: 1;
    transform: scale(1);
    padding: 1rem 1.4rem;
}

.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 #62c3d0;
    color: #62c3d0;
    background-color: #fff;
}

.cs-product-finder__back-button *,
.cs-product-finder__back-button:visited * {
    color: #62c3d0;
    fill: #62c3d0;
}

.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;
    color: #fff;
}

.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: #62c3d0;
}

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

.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-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-span {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: inherit;
}

@media (max-width: 47.99em) {
    .cs-accordion__item-headline-span {
        width: 100%;
    }
}

.cs-accordion__item-headline-icon {
    width: 1.2rem;
    height: 0.7rem;
    fill: #62c3d0;
    flex-shrink: 0;
    transition: all 0.3s;
    margin: 0 1rem 0 0;
    order: -1;
}

.cs-accordion__item--active .cs-accordion__item-headline-icon {
    fill: #62c3d0;
    transform: rotate(180deg);
}

.cs-accordion__item-content {
    display: none;
    margin: 1rem 0 0;
}

@media (min-width: 48em) {
    .cs-accordion__item-content {
        padding-left: calc(1rem + 1.2rem);
    }
}

.cs-accordion__item-content p:last-child {
    margin-bottom: 0;
}

.cs-image-teaser--hero-teaser .cs-image-teaser__slogan {
    font-size: 42px;
}

@media (max-width: 64em) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__slogan {
        font-size: 5vw;
    }
}

.cs-image-teaser--hero-teaser .cs-image-teaser__content-wrapper {
    position: relative;
    width: 100%;
}

.cs-image-teaser--hero-teaser .cs-image-teaser__content {
    width: 100%;
    height: 100%;
}

.cs-image-teaser--hero-teaser .cs-image-teaser__text-content {
    width: calc((113.4rem / 100) * 48);
    left: calc((100% - 113.4rem) / 2);
    padding: 0 80px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1280px) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__text-content {
        width: calc((100% / 100) * 48);
        left: 0;
        padding-left: 50px;
    }
}

@media (max-width: 46em) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__text-content {
        padding: 0 25px;
    }
}

.cs-image-teaser--hero-teaser .cs-image-teaser__description {
    font-size: 20px;
}

@media (max-width: 46em) {
    .cs-image-teaser--hero-teaser .cs-image-teaser__description {
        font-size: 3vw;
    }
}

.green {
    color: #62c3d0;
    font-weight: 600;
}

.cs-image-teaser__nav-icon {
    display: none;
}

/* top */
.cs-topbar__item a,
.cs-topbar__item a:visited {
    font-size: 1.5rem;
    color: black;
}

.cs-topbar__item--usps a,
.cs-topbar__item--usps a:visited {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.22rem;
}

.cs-topbar__item--usps a:first-child {
    margin-left: 0;
}

.cs-topbar__item a {
    margin: 0 2rem;
    position: relative;
}

@media (max-width: 63.99em) {
    .cs-topbar__item a {
        margin: 0;
    }
}

.cs-topbar__item a:hover {
    color: #62c3d0;
}

.cs-topbar__item a img {
    display: inline-block;
    margin: 0 1rem;
    position: relative;
    transform: translateY(25%);
    max-height: 24px;
    width: auto;
}

/*.cs-topbar__item--registration.cs-topbar__item a,*/
/*.cs-topbar__item.cs-topbar__item--authorization a {*/
/*    margin: 0;*/
/*}*/

.cs-topbar__item--registration.cs-topbar__item a img {
    transform: unset;
}

@media (max-width: 63.99em) {
    .cs-topbar__item--registration {
        display: none !important;
    }
}

.cs-container--image-teaser:not(.cs-container--hero-teaser)
    .cs-image-teaser__cta {
    display: none;
}

.cs-container--image-teaser:not(.cs-container--hero-teaser)
    .cs-image-teaser__content-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.cs-container--image-teaser:not(.cs-container--hero-teaser)*/
/*    .cs-image-teaser__content {*/
/*    width: 25rem;*/
/*    display: none;*/
/*}*/

.cs-container--image-teaser:not(.cs-container--hero-teaser)
    .cs-image-teaser__slogan,
.cs-container--image-teaser:not(.cs-container--hero-teaser)
    a
    .cs-image-teaser__slogan {
    color: white;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
}

.cs-container--image-teaser:not(.cs-container--hero-teaser)
    .cs-image-teaser__description {
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.055rem;
    color: white;
    font-weight: 600;
    margin-top: 1rem;
}

.cs-container--image-teaser:not(.cs-container--hero-teaser)
    a:hover
    .cs-image-teaser__slogan {
    color: white;
}

@media (min-width: 48em) {
    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-10
        .cs-image-teaser {
        width: calc((100% / 12) * 10);
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 64em) {
    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-8
        .cs-image-teaser {
        width: calc((100% / 12) * 8);
        margin-left: auto;
        margin-right: auto;
    }

    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-6
        .cs-image-teaser {
        width: calc((100% / 12) * 6);
        margin-left: auto;
        margin-right: auto;
    }
}

.product-wzor-choose-container {
    width: 100%;
}

.cs-product-details__content > * {
    margin-bottom: 2rem;
}

.cs-product-details__content .cs-container__inner .col-6 {
    float: left;
}

@media (max-width: 1340px)
.cs-product-details__content .col-6 + .col-6.d-flex {
    display: block;
}

@media (max-width: 64em) and (min-width: 48em) {
    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-8
        .cs-image-teaser {
        width: calc((100% / 12) * 10);
        margin-left: auto;
        margin-right: auto;
    }

    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-6
        .cs-image-teaser {
        width: calc((100% / 12) * 8);
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 48em) {
    .cs-container--image-teaser:not(.cs-container--hero-teaser).col-6
        .cs-image-teaser {
        width: calc((100% / 12) * 8);
        margin-left: auto;
        margin-right: auto;
    }
}

.cs-container--paragraph p[style*='text-align: center'] {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;

}

.cs-container--paragraph p {
    margin-bottom: 0 !important;
}

@media (min-width: 48em) {
    .cs-container--paragraph p[style*='text-align: center'] {
        padding: 0 20rem;
    }
}

.cs-container--cms-teaser
    .cs-image-teaser--items-in-row-2
    .cs-image-teaser__wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.cs-container--cms-teaser
    .cs-image-teaser--items-in-row-2
    .cs-image-teaser__slide
    .cs-image-teaser__slide-wrapper {
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    overflow: hidden;
}

.cs-container--cms-teaser
    .cs-image-teaser--items-in-row-2
    img.cs-image-teaser__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-container--cms-teaser
    .cs-image-teaser--items-in-row-2
    .cs-image-teaser__wrapper
    .cs-image-teaser__slogan {
    padding: 1rem 7rem;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    position: absolute;
    bottom: 5rem;
    left: 0;
}

.cs-container--cms-teaser
    .cs-image-teaser--items-in-row-2
    .cs-image-teaser__wrapper:hover
    .cs-image-teaser__slogan {
    color: black;
}

@media (max-width: 63.99em) {
    .cs-container--cms-teaser
        .cs-image-teaser--items-in-row-2
        .cs-image-teaser__wrapper {
        width: 100%;
        margin: 0;
    }

    .cs-container--cms-teaser
        .cs-image-teaser--items-in-row-2
        .cs-image-teaser__slide {
        width: 50%;
        padding: 0;
    }
}

@media (max-width: 47.99em) {
    .cs-container--cms-teaser
        .cs-image-teaser--items-in-row-2
        .cs-image-teaser__slide {
        width: 100%;
    }
}

@media (min-width: 64em) {
    .cs-container--cms-teaser
        .cs-image-teaser--items-in-row-2
        .cs-image-teaser__wrapper {
        width: calc(100% + 3rem);
        margin: -1.5rem;
    }

    .cs-container--cms-teaser
        .cs-image-teaser--items-in-row-2
        .cs-image-teaser__slide {
        width: 33.33%;
        padding: 1.5rem;
    }
}

.cs-products-grid .cs-products-grid__item .product-label-info {
    display: none;
}

/* tkaniny box mobile*/
@media (max-width: 63.99em) {
    .tkaninyBox {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid black;
        background-color: #62c3d0;
        margin-bottom: 60px;
    }

    .tkaninyBox-container {
        position: relative;
        display: flex;
        padding: 0 0 0 3rem;
    }

    .tb-logo {
        height: 32px;
        display: flex;
        margin: 3px 0 0;
    }

    .tb-logo img {
        height: 34px;
        display: block;
    }

    .tb-title,
    a .tb-title {
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
        letter-spacing: 0.09rem;
        display: flex;
        height: 100%;
        align-items: center;

        font-weight: 700;
        padding-left: 1.5rem;
        margin: auto auto auto 1.5rem;
        border-left: 1px solid white;
    }

    .tkaniny-button-arrow {
        width: 40px;
        height: 40px;
        margin: 0 0 0 auto;
        background: url(../images/icons/arrow-button.svg) no-repeat center
            center / 80% auto black;
    }
}

@media (max-width: 48em) {
    .tkaninyBox-container {
        padding: 0 0 0 1.5rem;
    }
}

@media (min-width: 64em) {
    .only-mobile {
        display: none;
    }
}

@media (min-width: 48em) {
    .only-small-mobile {
        display: none;
    }
}

@media (max-width: 48em) {
    .only-small-mobile {
        display: block;
    }
}

@media (max-width: 63.99em) {
    .only-mobile {
        display: block;
    }
}

/* modal */
.whmodal {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
}

.whmodal.show {
    display: block;
}

.whmodal-content {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    max-height: 90%;
}

[data-whmodal-size='lg'] .whmodal-content {
    width: 90%;
}

[data-whmodal-size='sm'] .whmodal-content {
    width: 70%;
}

.whmodal-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

.whmodal-close:after,
.whmodal-close:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 50%;
}

.whmodal-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.whmodal-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.whmodal-header {
    min-height: 90px;
}

.whmodal-body {
    overflow: auto;
}

/* ---------- GALLERY PAGE - START ---------- */
.gallery-page-content-container {
    margin-bottom: 5rem;
}

.gallery-index-index .page-title__headline {
    padding: 0 10rem;
    margin-bottom: 3.5rem;
    display: block;
}

@media (max-width: 63.99em) {
    .gallery-index-index .page-title__headline {
        margin-top: 3rem;
        padding: 0;
    }
}

.page-layout-2columns-left .cs-page__main {
    width: calc(100% - (100% / 4));
    order: 2;
    padding: 0 0 0 1.5rem;
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .page-layout-2columns-left .cs-page__main {
        width: calc(100% - (100% / 3));
    }
}

@media (max-width: 48em) {
    .page-layout-2columns-left .cs-page__main {
        width: 100%;
        padding: 0;
    }
}

.cs-page__columns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.cs_width100 {
    width: 100%;
}

.page-layout-2columns-left .cs-page__sidebar {
    width: calc(100% / 4);
    padding: 0 1.5rem 0 0;
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .page-layout-2columns-left .cs-page__sidebar {
        width: calc(100% / 3);
    }
}

/* gallery */
.patterns-container {
    display: flex;
    flex-flow: wrap row;
    align-content: flex-start;
}

.patterns-container .pattern {
    height: 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3rem;
}

@media (min-width: 64em) {
    .patterns-container .pattern {
        width: calc(25% - 2.25rem);
        margin-left: calc((2.25rem * 4) / 3);
        padding-top: calc(25% - 2.25rem);
    }

    .patterns-container .pattern:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media (min-width: 48em) and (max-width: 63.99em) {
    .patterns-container .pattern {
        width: calc(33.33% - 2rem);
        margin-left: calc((2rem * 3) / 2);
        padding-top: calc(33.33% - 2.25rem);
    }

    .patterns-container .pattern:nth-child(3n + 1) {
        margin-left: 0;
    }
}

@media (min-width: 36em) and (max-width: 47.99em) {
    .patterns-container .pattern {
        width: calc(25% - 1rem);
        padding-top: calc(25% - 1.5rem);
        margin-bottom: 1rem;
        margin-left: calc((1rem * 4) / 3);
    }

    .patterns-container .pattern:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media (max-width: 35.99em) {
    .patterns-container .pattern {
        width: calc(33.33% - 1rem);
        padding-top: calc(33.33% - 1.5rem);
        margin-bottom: 1rem;
        margin-left: calc((1rem * 3) / 2);
    }

    .patterns-container .pattern:nth-child(3n + 1) {
        margin-left: 0;
    }
}

.patterns-container .pattern-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.patterns-container .pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.wh-add-to-favorites {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
    width: 24px;
    height: 22px;
    background: url(../images/icons/icon_heart.svg) no-repeat center center /
        100% auto;
}

.wh-add-to-favorites:hover {
    filter: invert(74%) sepia(100%) saturate(4000%);
}

/* filters gallery */
@media (min-width: 48em) {
    .wh-filters-container {
        background-color: #62c3d0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 3rem 2rem;
    }

    .wh-filters-container * {
        width: 100%;
    }

    .wh-filters-container input,
    .wh-filters-container button {
        border: none;
        outline: none;
    }

    .wh-f-filter {
        padding-bottom: 0.8rem;
        border-bottom: 1px solid black;
        margin-top: 0.8rem;
    }

    .wh-f-filter p {
        color: black;
        margin: 0;
        cursor: pointer;
    }

    .wh-f-filter > p {
        width: 100%;
        padding: 0.8rem;
        position: relative;
        font-size: 1.8rem;
        letter-spacing: 0.09rem;
        transition: all 300ms cubic-bezier(0, 0.77, 0.18, 1);
        opacity: 0.6;
    }

    .wh-f-filter.hasFilters > p {
        opacity: 1;
    }

    .wh-f-filter > p:after {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        transform: translateY(-50%) rotate(45deg);
        transition: all 300ms cubic-bezier(0, 0.77, 0.18, 1);
    }

    .wh-f-filter > p.active:after {
        transform: translateY(-50%) rotate(225deg);
    }

    .wh-f-more-filters {
        transition: all 300ms cubic-bezier(0, 0.77, 0.18, 1);
        overflow: hidden;
    }

    .wh-f-more-filters a {
        font-size: 1.6rem;
        letter-spacing: 0.05rem;
        padding: 0.2rem 1rem 0.2rem;
        /*  padding-left: 4rem; */
        position: relative;
        display: block;
        color: black;
        text-decoration: none;
    }

    /*
        .wh-f-more-filters a:after, .wh-f-more-filters a:before {
            content: "";
            position: absolute;
        }

        .wh-f-more-filters a:after {
            top: 50%;
            left: 1rem;
            width: 1.8rem;
            height: 1.8rem;
            border: 1px solid black;
            transform: translateY(-50%);
        }

        .wh-f-more-filters a.active:before {
            top: 50%;
            left: 1rem;
            width: 0.8rem;
            height: 1.3rem;
            border-right: 1px solid black;
            border-bottom: 1px solid black;
            transform: translateY(-50%) scaleX(0.8) rotate(45deg);
            margin-top: -0.2rem;
            margin-left: 0.5rem;
        }
    */
    .wh-f-filter .form-fields {
        display: none;
    }

    /* filters gallery - END */
    /* filters gallery - search */
    .gallery-search {
        background-color: white;
        padding: 0.8rem 2rem;
        font-size: 15px;
        letter-spacing: 0.03rem;
        height: 3.1rem;
        width: calc(100% - 3.1rem);
    }

    .wh-f-search input[type='submit'],
    .wh-f-search button {
        float: right;
        height: 3.1rem;
        width: 3.1rem;
        background-color: black;
        padding: 0;
    }

    .wh-f-search + * {
        margin-top: 3.5rem;
    }

    .gallery-search-button {
        background: url(../images/icons/header-search/icon-search.svg) no-repeat
            center center / 55% auto;
        cursor: pointer;
    }

    .wh-filters-container input:focus,
    .wh-filters-container button:focus {
        box-shadow: none !important;
    }

    /* filters gallery - search - END */
    /* search button */
    .btn {
        border: 0;
        outline: 0;
        cursor: pointer;
    }

    .btn-black {
        background-color: black;
        color: white;
        font-size: 1.8rem;
        padding: 1.5rem;
        letter-spacing: 0.09rem;
    }

    .wh-filters-container .btn-black {
        margin-top: 5rem;
    }

    .btn-block {
        width: 100%;
        text-align: center;
    }

    /* select filters */
    .wh-filters-selected-con {
        font-size: 1.8rem;
        color: black;
        margin-top: 4rem;
    }

    .wh-filters-selected-f-cat {
        display: flex;
        flex-flow: wrap row;
    }

    .wh-filters-selected-f-cat p {
        padding: 0.2rem 0.5rem 0.2rem 0;
    }

    .wh-filters-selected-f-cat p:before {
        content: '-';
        padding-right: 0.5rem;
    }

    .wh-filters-selected-f-cat a {
        color: black;
        font-size: 1.8rem;
        position: relative;
        padding: 0.2rem 2rem 0.2rem 0.5rem;
        display: block;
    }

    .wh-filters-selected-f-cat a:after,
    .wh-filters-selected-f-cat a:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: 1px;
        right: 0.5rem;
        width: 10px;
        height: 2px;
        background-color: black;
    }

    .wh-filters-selected-f-cat a:after {
        transform: translateY(-50%) rotate(45deg);
    }

    .wh-filters-selected-f-cat a:before {
        transform: translateY(-50%) rotate(-45deg);
    }
}

@media (max-width: 47.99em) {
    .cs-page__sidebar {
        display: none;
    }
}

/* ---------- GALLERY PAGE - END ---------- */

/* ---------- GALLERY SUMMARY - PAGE - START ---------- */
.page-layout-summary-pattern {
    padding-bottom: 5rem;
}

.page-layout-summary-pattern .ps-product-name {
    font-size: 2.7rem;
    letter-spacing: 0.14rem;
    color: #62c3d0;
    font-weight: 400;
    margin: 0;
}

.page-layout-summary-pattern .ps-product-name + .ps-product-detail {
    margin-top: 1rem;
}

.ps-product-detail {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    font-weight: 400;
    color: black;
}

.wh-col-6 {
    width: 50%;
}

.wh-col-6 {
    padding-right: 1.5rem;
}

.wh-col-6 + .wh-col-6 {
    padding-right: 0;
    padding-left: 1.5rem;
}

.pat-sum-product-image {
    width: 70%;
    padding-top: 70%;
    border: 1px solid #b5b5b5;
    position: relative;
    margin: auto;
}

.pat-sum-product-image + * {
    margin-top: 0.5rem;
}

.pat-sum-product-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.pat-sum-additional-links {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.ps-add-link {
    padding: 0.5rem 3rem 0.5rem 4rem;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    color: black;
    text-decoration: none;
    line-height: 1.8rem;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center left;
    margin-top: 2.5rem;
}

.ps-add-link span,
.ps-add-link:hover span {
    color: black;
}

.al-save-project {
    background-image: url(../images/icons/icon-star.svg);
}

.al-add-favorite {
    background-image: url(../images/icons/icon_heart.svg);
}

.al-share {
    background-image: url(../images/icons/icon-social-media.svg);
}

.ps-pattern-detail {
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
    line-height: 2.2rem;
    border-collapse: collapse;
    margin-top: 5rem;
}

.ps-pattern-detail td {
    padding: 1rem 0 1rem 2rem;
}

.ps-pattern-detail td:first-child {
    padding-left: 0;
    min-width: 30%;
}

.ps-pattern-detail .sm-price {
    color: #62c3d0;
    font-size: 2.5rem;
    letter-spacing: 0.065rem;
    font-weight: 400;
}

.blue-button {
    border: 0;
    padding: 1.8rem;
    font-size: 1.8rem;
    color: white;
    background-color: #62c3d0;
    letter-spacing: 0.09rem;
    text-align: center;
    display: block;
}

.sm-acttion-area {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
}

.sm-acttion-area > * {
    width: 48%;
}

.blue-button:focus,
.blue-button:hover {
    box-shadow: none;
}

@media (max-width: 63.99em) {
    .page-layout-summary-pattern .wh-col-6 {
        width: 100%;
        padding-left: 0;
    }

    .page-layout-summary-pattern .wh-col-6 + .wh-col-6 {
        margin-top: 3rem;
    }

    .page-layout-summary-pattern .pat-sum-product-image {
        width: 50%;
        padding-top: 50%;
        margin: 0;
        float: left;
    }

    .pat-sum-additional-links {
        width: 50%;
        height: 100%;
        float: left;
        flex-flow: column;
        padding-left: 5%;
    }

    .ps-add-link {
        background-size: 24px auto;
    }
}

@media (max-width: 47.99em) {
    .gallery-index-index .page-title__headline {
        font-size: 1.6rem;
        line-height: normal;
        margin-bottom: 2.8rem;
    }

    .page-layout-summary-pattern .ps-product-name {
        font-size: 1.4rem;
    }

    .ps-product-detail,
    .ps-pattern-detail {
        font-size: 1.2rem;
    }

    .blue-button {
        font-size: 1.2rem;
        padding: 1rem;
    }
}

/* ---------- GALLERY SUMMARY - PAGE - END ---------- */

/* --- menu mobilne --*/
.cs-offcanvas-navigation__list ul {
    margin: 0;
    padding: 0;
}

.cs-offcanvas-navigation__list ul li {
    margin: 0;
}

.cs-offcanvas-navigation__list .block-static-block,
.cs-offcanvas-navigation__list .widget,
.cs-offcanvas-navigation__list .block-cms-link {
    margin: 0;
}

.submenuMenu-mobile {
    margin-top: 0.5rem;
    padding-top: 1rem;

    a:visited {
        color: #212121 !important;
    }

}

.cs-offcanvas-navigation__list
    .cs-offcanvas-navigation__item:last-child
    .cs-offcanvas-navigation__link {
    position: relative;
}

.cs-offcanvas-navigation__list .cs-offcanvas-navigation__item {
    overflow: visible;
}

.cs-offcanvas-navigation__list > ul
    .cs-offcanvas-navigation__item:last-child
    .cs-offcanvas-navigation__link:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    width: calc(100% - 12rem);
    height: 1px;
    background-color: black;
}

.submenuMenu-mobile a {
    text-transform: uppercase;
}

.highlightedMenu-mobile {
    padding: 0 2rem 0 10rem;
}

.highlightedMenu-mobile .green-button,
.highlightedMenu-mobile .red-button {
    width: calc(100% - 2rem);
}

.highlightedMenu-mobile a {
    padding: 0.5rem 1rem;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
}

.highlightedMenu-mobile a:hover {
    color: white !important;
}

.highlightedMenu-mobile ul li {
    margin-top: 1.5rem;
}

.submenuBox-mobile {
    width: 100%;
    padding: 0 4rem 0 10rem;
    margin-top: 2rem;
}

.submenuBox-mobile .submenuBox-container {
    margin: 0 0 4rem;
    width: 100%;
    padding: 2rem;
    display: flex;
    min-width: unset;
    max-width: 340px;
}

.submenuBox-mobile .submenuBox-container .sb-logo {
    width: 60%;
    height: auto;
}

.submenuBox-mobile .sb-title {
    width: calc(40% - 1rem);
    position: relative;
    bottom: unset;
    right: unset;
    padding: 0 0 0 1rem;
    margin-left: 1rem;
    line-height: unset;
    font-size: 1.4rem;
    font-weight: 600;
}

.submenuBox-mobile .sb-title:after {
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
}

/* --- simple page --- */
.columns {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/*.columns .column.main {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    padding-top: 2rem !important;*/
/*    padding-bottom: 5rem !important;*/
/*}*/

/*.columns .column.main > :not(.cs-product-details) {*/
/*    max-width: 113.4rem;*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    position: relative;*/
/*}*/

/*@media (max-width: 64em) {*/
/*    .columns .column.main {*/
/*        padding-top: 0;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

.cms-no-route .sidebar-additional {
    display: none;
}

.page-layout-2columns-right .column.main {
    float: unset;
}

/* fixed top bar */
.wh-top-bar-fixed {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 99999;
    display: flex;
    padding: 0 15px;
    box-sizing: border-box;
    flex-flow: wrap;
    border-bottom: 1px solid black;
    top: -100px;
    transition: all 250ms cubic-bezier(0, 0.77, 0.18, 1);
    justify-content: center;
    opacity: 0;
}

.wh-top-bar-fixed.show {
    top: 0;
    opacity: 1;
}



.wh-top-bar-fixed-con {
    width: auto;
    height: 50px;
    z-index: 99999;
    display: flex;
    padding: 8px 0;
    box-sizing: border-box;
    flex-flow: nowrap;
}

@media (min-width: 120rem) {
    .wh-top-bar-fixed-con {
        min-width: 113.4rem;
    }
}

.wh-top-bar-fixed.active {
    display: flex;
}

.wh-top-bar-fixed .cs-header__logo {
    display: block;
    flex: unset;
    margin: 0;
    height: 100%;
}

.wh-top-bar-fixed a.logo {
    max-height: 100%;
    width: auto;
    display: block;
}

.wh-top-bar-fixed .submenuBox {
    position: relative;
    width: 60px;
    top: -8px;
    padding: 8px;
    box-sizing: border-box;
    height: calc(100% + 16px);
    margin: 0 0 0 3rem;
}

@media (max-width: 1150px) {
    .wh-top-bar-fixed .submenuBox {
        display: none;
    }
}

.wh-top-bar-fixed .submenuBox-container {
    background-color: transparent;
}

.wh-top-bar-fixed .submenuBox-container .sb-logo {
    position: absolute;
    width: auto;
    height: calc(100% - 14px);
    opacity: 0;
}

.wh-top-bar-fixed .submenuBox-container .sb-title {
    width: 60px;
    height: auto;
    color: #62c3d0;
    left: unset;
    top: 50%;
    bottom: unset;
    right: 6px;
    transform: translateY(-50%);
    padding-top: 0;
    display: table;
}

/* submenubox hover */
.wh-top-bar-fixed .submenuBox:hover .submenuBox-container {
    width: 195px;
    background-color: #62c3d0;
}

.wh-top-bar-fixed .submenuBox:hover .submenuBox-container .sb-title {
    font-size: 10px;
    color: white;
    width: 60px;
}

.wh-top-bar-fixed .submenuBox:hover .submenuBox-container .sb-title:after {
    top: 100%;
    width: 32px;
    margin-top: -2px;
}

.wh-top-bar-fixed .submenuBox:hover .submenuBox-container .sb-logo {
    opacity: 1;
}

.wh-top-bar-fixed .submenuBox:hover .submenuBox-container .sb-logo img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.wh-top-bar-fixed .topfix--submenu-menu {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 3.5rem;
}

.wh-top-bar-fixed .topfix--submenu-menu ul {
    display: flex;
    flex-flow: row;
    padding: 0;
    margin: 0;
}

.wh-top-bar-fixed .topfix--submenu-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wh-top-bar-fixed .topfix--submenu-menu ul li a {
    text-align: center;
    color: black;
    text-decoration: none;
    height: 100%;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 1600px) {
    .wh-top-bar-fixed .topfix--submenu-menu ul li a {
        padding: 0 1rem;
        max-width: 100px;
    }
}

@media (max-width: 1300px) {
    .wh-top-bar-fixed .topfix--submenu-menu ul li a {
        font-size: 1.1rem;
        padding: 0 0 0.5rem;
    }
}

.cs-footer-links .block-static-block.widget,
.cs-footer-links .block-cms-link.widget {
    margin: 0;
}

.block-products {
    margin-top: 50px;
}

.checkout-cart-index .block-products {
    margin-top: 10px !important;
}

.top-bar-fixed-under {
    position: absolute;
    bottom: -19px;
    height: 18px;
    display: flex;
    flex-flow: wrap;
}

.top-bar-fixed-under > p {
    margin: 0;
}

.top-bar-fixed-under * {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-weight: 400;
    color: white;
}

.top-bar-fixed-under > p > a {
    margin: 0 1rem 0 0;
    width: 90px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: white;
    background: #bcbcbc;
}

.top-bar-fixed-under > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
}

.top-bar-fixed-under li {
    list-style: none;
    height: 18px;
    margin: 0 1rem 0 0;
    width: 90px;
}

.top-bar-fixed-under li * {
    margin: 0;
    padding: 0;
}

.top-bar-fixed-under ul li a {
    width: 100%;
    height: 18px;
    display: block;
    text-align: center;
    margin: 0;
}

.cart-empty {
    margin: 4rem 0 10rem;
}

/* top nav icons fixed - search and cart navigation - icons */
.top-icons-nav-ul {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}

@media (max-width: 1250px) {
    .top-icons-nav-ul {
        display: none;
    }
}

.cs-social-media-list__item {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 100%;
}

.nav-icons-top-item {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.nav-icons-top-item-img {
    height: 100%;
    width: auto;
    max-height: 20px;
}

/* top nav icons fixed END */

/* menu top fixed - responsive */
@media (max-width: 1300px) {
    .wh-top-bar-fixed .topfix--submenu-menu ul li a {
        font-size: 1.1rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 63.999em) {
    .wh-top-bar-fixed {
        display: none;
    }
}

/* add to cart - popup */
.fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
}

.fancybox-close {
    display: none;
}

.fancybox-opened {
    position: fixed !important;
    top: 0 !important;
}

.fancybox-opened .fancybox-skin {
    height: 100% !important;
}

.fancybox-opened .fancybox-skin,
.fancybox-skin {
    border-radius: 0;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    max-width: 1000px !important;
    padding: 4rem 2.5rem 2.5rem 2.5rem !important;
    background-color: white;
}

.fancybox-wrap .fancybox-inner {
    max-width: 1000px !important;
    width: 100% !important;
    height: 100%;
    overflow: hidden !important;
}

.fancybox-wrap .fancybox-inner {
    max-width: 1000px !important;
}

#bss_ajaxcart_popup {
    width: 100%;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart,
#bss_ajaxcart_popup .btn-continue .continue {
    font-size: 1.5rem;
    letter-spacing: 0.07rem;
}

#bss_ajaxcart_popup .btn-continue .continue {
    padding: 1.2rem 2.8rem;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart {
    padding: 1.2rem 5rem 1.2rem 2.8rem;
    position: relative;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart:hover span {
    color: white;
}

#bss_ajaxcart_popup .btn-viewcart .viewcart:after {
    content: '';
    background: url(../images/icons/addtocart/icon-addtocart.svg) no-repeat top
        left / 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
}

#bss_ajaxcart_popup .counter-popup {
    text-align: center;
    color: #808080;
    letter-spacing: 0.06rem;
    font-size: 1.2rem;
    margin-bottom: 3.5rem;
}

.fancybox-skin .block {
    margin: 0;
}

#bss_ajaxcart_popup .popup .action {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 0 10%;
    margin-top: 25px;
    margin-bottom: 4rem;
}

#bss_ajaxcart_popup .action > * {
    display: table;
    cursor: pointer;
    width: auto;
}

@media (max-width: 48em) {
    #bss_ajaxcart_popup .popup .action {
        display: block;
    }

    #bss_ajaxcart_popup .action > * {
        width: 100%;
        display: block;
        margin: 1rem 0;
        float: unset;
    }

    #bss_ajaxcart_popup .action > * > *,
    #bss_ajaxcart_popup .action > * > * > * {
        width: 100%;
        display: block;
    }
}

#bss_ajaxcart_popup .action > * * {
    cursor: pointer;
}

#bss_ajaxcart_popup .header {
    text-align: left;
    font-size: 2.6rem;
    letter-spacing: 0.12rem;
    font-weight: 400;
}

#bss_ajaxcart_popup .header strong {
    font-weight: 400;
}

#bss_ajaxcart_popup .message {
    font-size: 1.5rem;
    letter-spacing: 0.07rem;
    line-height: 2.2rem;
    text-align: left;
    padding: 0;
}


#bss_ajaxcart_popup .block-title {
    width: 100%;
    position: relative;
    text-align: center;
}

.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#block-products-ordered-heading {
    background-color: white;
    position: relative;
    z-index: 10;
    padding: 1px 2rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    font-weight: 400;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#bss_ajaxcart_popup .block-title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    height: 1px;
    background-color: black;
    margin-top: -1px;
}

#bss_ajaxcart_popup .products-products-ordered {
    width: 100%;
}

.owl-carousel > div {
    width: 98% !important;
    margin: 0 auto;
}

.ajax-cart-owl-carousel .owl-nav {
    display: none;
}

#bss_ajaxcart_popup {
    text-align: left;
}

#bss_ajaxcart_popup {
    display: none;
    position: relative;
    /*width: 515px;*/
    max-width: 90%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}

div[class*="cs-container--page-pdp-details-attr-product-"], div[class*="cs-container--page-pdp-details-product_"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#bss_ajaxcart_popup .product-item-link {
    color: black;
}

#bss_ajaxcart_popup .product-reviews-summary {
    display: none;
}

#bss_ajaxcart_popup .product-item-name {
    font-weight: 400;
}

#bss_ajaxcart_popup .product-item-link {
    color: black;
}

#bss_ajaxcart_popup .product-image {
    text-align: center;
    margin: 2rem 0 1rem;
}

#bss_ajaxcart_popup .product-image img {
    border: 1px solid #b5b5b5;
    width: auto;
    height: 16vh;
}

#bss_ajaxcart_popup .price-box {
    display: block;
    margin-top: 1rem;
}

#bss_ajaxcart_popup .products-products-ordered .actions-primary {
    display: none;
}

.col-12 {
    width: 100%;
}

@media (min-width: 48em) {
    .two-columns > *:not(.desc-flex-image) {
        column-count: 2;
        column-gap: 5rem;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        column-fill: balance;
    }
}

.product-info-main .product-add-form {
    padding-top: 0 !important;
}

div#bss-custom-option {
    display: table;
    width: 100%;
}

.cs-container--submenu-menu > ul > li > .widget {
    float: left;
    max-width: 117.5rem;
}

.cs-container--submenu-menu > ul > li > .widget h3 {
    padding: 0.5rem 3rem;
}

.fieldset + .actions-toolbar {
    margin-top: 30px;
}

div.submenu-menu-underline h3 {
    position: relative;
}

div.submenu-menu-underline h3:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 30px;
    right: 0;
    height: 8px;
    border-top: 3px solid #62c3d0;
    z-index: -1;
    width: 89%;
}


.desc-flex-details dl {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
}

dt {
    font-weight: 400 !important;
    padding-right: 2rem;
}

dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}


/* minicart mobile - correct */
@media (min-width: 64em) {
    .mini-cart-mobile-link {
        display: none;
    }
}

@media (max-width: 63.99em) {
    .cs-addtocart__minicart.minicart-wrapper {
        position: relative;
    }

    .mini-cart-mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}

a.desc-read-more {
    text-decoration: underline;
    margin: 0 6px;
}

section#description {
    scroll-margin-top: 18rem;
}

.cs-product-tile__details,
.cs-product-tile__content {
    padding: 30px 0 0;
}

@media (max-width: 560px) and (min-width: 460px) {
    .cs-product-tile__details,
    .cs-product-tile__content {
        padding: 20px 0 0;
    }
}


.product-item-photo-grid .product-image-container {
    display: block;
    width: 100% !important;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.product-item-photo-grid .product-image-wrapper {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    padding: 0 !important;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.product-item-photo-grid .product-image-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    display: block;
}

.cs-grid-layout__brick .actions-primary, .cs-products-carousel__slide .actions-primary {
    display: flex;
}

.cs-grid-layout__brick .tocart-link,
.cs-grid-layout__brick .tocart,
.cs-products-carousel__slide .tocart,
.cs-products-carousel__slide .tocart-link
{
    width: 100%;
    background-color: #62c3d0;
    padding: 12px;
    border: 1px solid #62c3d0;
    text-align: center;
    letter-spacing: 0.8px;
    color: white;
    transition: background 250ms ease-in-out;
}

.cs-grid-layout__brick .tocart-link,
.cs-grid-layout__brick .tocart span,
.cs-products-carousel__slide .tocart span,
.cs-products-carousel__slide .tocart-link span
{
    font-size: 1.6rem !important;
}

.cs-grid-layout__brick .tocart-link span,
.cs-grid-layout__brick .tocart span {
    transition: color 250ms ease-in-out;
    display: block;
    margin: auto;
    color: white;
    font-size: 1.6rem;
}

.cs-grid-layout__brick .tocart-link:hover,
.cs-grid-layout__brick .tocart:hover {
    background-color: white;
}

.cs-grid-layout__brick .tocart-link:hover span,
.cs-grid-layout__brick .tocart:hover span {
    color: #62c3d0;
}

.cs-grid-layout__brick .price-box * {
    margin: 0;
}

.cs-grid-layout__brick .actions-primary form {
    width: 100%;
}
.cs-grid-layout__brick .cs-product-tile, .cs-products-carousel__product-tile {
    transition: 250ms all linear;
    padding: 0 1rem 3rem;
    box-shadow: 1px 3px 1rem 0 rgba(33, 33, 33, 0.1);
    height: 100%;
    display: flex;
    flex-flow: column;
}

.cs-grid-layout__brick .stock, .cs-products-carousel__product-tile .stock  {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 17px 0;
}

.cs-grid-layout__brick.hover {
    z-index: 3;
}

.cs-products-carousel__slide .cs-grid-layout__brick .cs-product-tile {
    padding-bottom: 1.5rem;
}

.cs-grid-layout__brick .product-item-inner {
    display: block;
}

.cs-grid-layout__brick .stock.available {
    color: #62c3d0;
}

.cs-grid-layout__brick .stock.unavailable {
    color: #dd4238;
}

.cs-grid-layout__brick .tocompare {
    display: none;
}

.cs-grid-layout__brick .towishlist, .cs-products-carousel__slide .towishlist {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 33.41'%3E%3Cpath fill='%23fff' d='M18.43 33.4a1.4 1.4 0 01-.77-.22A64 64 0 015.16 22.9C3.7 21.38 0 16.35 0 11.32A11.33 11.33 0 0111.32 0a11.2 11.2 0 017.1 2.52A11.2 11.2 0 0125.55 0a11.33 11.33 0 0111.32 11.32c0 5-3.72 10.06-5.15 11.58a64 64 0 01-12.5 10.28 1.4 1.4 0 01-.77.23zm-7.1-30.57a8.5 8.5 0 00-8.5 8.5c0 3.77 2.95 8.1 4.38 9.62a60.58 60.58 0 0011.23 9.35A60.6 60.6 0 0029.65 21c1.43-1.56 4.35-5.9 4.35-9.68a8.48 8.48 0 00-14.58-5.9 1.42 1.42 0 01-1 .43 1.42 1.42 0 01-1-.43 8.4 8.4 0 00-6.1-2.6z'/%3E%3C/svg%3E");
    background-color: #62c3d0;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
}

.cs-grid-layout__brick .towishlist.active, .cs-products-carousel__slide .towishlist.active {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.9 33.4' style='enable-background:new 0 0 36.9 33.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath id='svg_1' class='st0' d='M18.4,33.4c-0.3,0-0.5-0.1-0.8-0.2c-4.6-2.9-8.8-6.3-12.5-10.3C3.7,21.4,0,16.4,0,11.3 C0,5.1,5.1,0,11.3,0c2.6,0,5.1,0.9,7.1,2.5C20.4,0.9,23,0,25.5,0c6.2,0,11.3,5.1,11.3,11.3c0,5-3.7,10.1-5.1,11.6 c-3.7,3.9-7.9,7.4-12.5,10.3C19,33.3,18.7,33.4,18.4,33.4C18.4,33.4,18.4,33.4,18.4,33.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
}

.cs-grid-layout__brick .product-item-photo-grid, .cs-products-carousel__slide .product-item-photo-grid {
    position: relative;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    background-color: #f9f9f9;
}

.cs-grid-layout__brick .product-item-photo-grid .towishlist, .cs-products-carousel__slide .product-item-photo-grid .towishlist {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.no-display {
    display: none;
}

.wish.wrapper {
    width: 50px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

@media (max-width: 480px) {
    .wish.wrapper, .action.wish {
        width: 30px !important;
    }
}

.wish.wrapper .action.wish {
    text-indent: -99999px;
    width: 50px;
    display: block;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 33.41'%3E%3Cpath fill='%2362C3D0' d='M18.43 33.4a1.4 1.4 0 01-.77-.22A64 64 0 015.16 22.9C3.7 21.38 0 16.35 0 11.32A11.33 11.33 0 0111.32 0a11.2 11.2 0 017.1 2.52A11.2 11.2 0 0125.55 0a11.33 11.33 0 0111.32 11.32c0 5-3.72 10.06-5.15 11.58a64 64 0 01-12.5 10.28 1.4 1.4 0 01-.77.23zm-7.1-30.57a8.5 8.5 0 00-8.5 8.5c0 3.77 2.95 8.1 4.38 9.62a60.58 60.58 0 0011.23 9.35A60.6 60.6 0 0029.65 21c1.43-1.56 4.35-5.9 4.35-9.68a8.48 8.48 0 00-14.58-5.9 1.42 1.42 0 01-1 .43 1.42 1.42 0 01-1-.43 8.4 8.4 0 00-6.1-2.6z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    cursor: pointer;
    position: relative;
}

.wish.wrapper .action.wish .counter {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    bottom: 8px;
    padding: 1px 0 0;
    right: 0;
    background-color: #62c3d0;
    color: white;
    font-size: 1rem;
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-indent: 0;
    border-radius: 50%;
}

.wish.wrapper .action.wish .counter:empty {
    display: none;
}

.wish.wrapper .action.wish .counter:after,
.wish.wrapper .action.wish .counter:before {
    display: none;
}

.wish.wrapper li {
    margin: 0;
}

.wish.wrapper .product-items {
    margin: 0 -12px;
}

#modal-wishlist-popup .modal-content {
    padding-bottom: 50px;
}

#mini-wishlist-modal .product-item {
    max-width: 240px !important;
    padding: 0 12px;
    height: auto !important;
    width: 100% !important;
}

@media (max-width: 450px) {
    #mini-wishlist-modal .product-item {
        margin: 0 auto;
    }
}

#mini-wishlist-modal .product-item-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#mini-wishlist-modal  .product.details.product-item-details {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
}

#mini-wishlist-modal  .item_product_price {
    margin-top: auto;
}

#mini-wishlist-modal .product-item-inner {
    margin-top: auto;
}

#mini-wishlist-modal .product-item .product-item-photo img {
    height: auto !important;
}

/*@media (min-width: 1450px) and (max-width: 1750px) {*/
/*    #mini-wishlist-modal .product-item {*/
/*        width: 25% !important;*/
/*    }*/
/*}*/

/*@media (min-width: 1050px) and (max-width: 1450px) {*/
/*    #mini-wishlist-modal .product-item {*/
/*        width: 33.333% !important;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1050px) {*/
/*    #mini-wishlist-modal .product-item {*/
/*        max-width: 50% !important;*/
/*        width: 50% !important;*/
/*    }*/
/*}*/

@media (max-width: 768px) {
    #mini-wishlist-modal .product-item .product-item-details {
        padding: 0;
    }

    .modal-wishlist-popup .modal-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*@media (min-width: 400px) and (max-width: 768px) {*/
/*    #mini-wishlist-modal .product-item {*/
/*        max-width: 50%;*/
/*        width: 50% !important;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    #mini-wishlist-modal .product-item {*/
/*        max-width: 100%;*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

#mini-wishlist-modal .product-item-link {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: black;
    height: 3.8rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

#mini-wishlist-modal .product-item-actions span {
    opacity: 0 !important;
}

#mini-wishlist-modal .product-item-actions {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 49px;
}

#mini-wishlist-modal .removefromwish {
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    background-color: #62c3d0;
}

#mini-wishlist-modal .removefromwish:hover, #mini-wishlist-modal .tocart:hover {
    background-color: #62c3d0 !important;
}

#mini-wishlist-modal .removefromwish:hover:before, #mini-wishlist-modal .removefromwish:hover {
    content: none !important;
}


#mini-wishlist-modal .product-item-actions > * {
    width: 25%;
    height: 100%;
    position: relative;
}

#mini-wishlist-modal .product-item-actions > :first-child {
    display: flex;
    justify-content: flex-end;
}

#mini-wishlist-modal .product-item-actions > :first-child + * {
    display: flex;
    justify-content: center;
}

#mini-wishlist-modal .product-item-actions > :first-child + * + * {
    display: flex;
    justify-content: flex-start;
}

.modal-wishlist-popup {
    left: 0 !important;
}

.cs-product-tile .towishlist:hover {
    background-color: #62c3d0 !important;
}

#mini-wishlist-modal .removefromwish {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.9 33.4' style='enable-background:new 0 0 36.9 33.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D .st1%7Bfill:%23fff;stroke:%23fff;stroke-width:2.9066;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M21.4,28.2c-1,0.7-2,1.4-3,2.1c-4.1-2.7-7.9-5.8-11.2-9.4c-1.4-1.5-4.4-5.8-4.4-9.6c0-4.7,3.8-8.5,8.5-8.5l0,0 c2.3,0,4.5,0.9,6.1,2.6c0.3,0.3,0.6,0.4,1,0.4c0.4,0,0.7-0.2,1-0.4c1.6-1.7,3.8-2.6,6.1-2.6c4.7,0,8.5,3.8,8.5,8.5 c0,2.3-1.1,4.8-2.2,6.7c0.8,0.5,1.5,1.2,2.1,2c1.5-2.3,3-5.5,3-8.7C36.9,5.1,31.8,0,25.5,0c-2.6,0-5.1,0.9-7.1,2.5 c-2-1.6-4.5-2.5-7.1-2.5C5.1,0,0,5.1,0,11.3c0,5,3.7,10.1,5.2,11.6c3.7,3.9,7.9,7.4,12.5,10.3c0.2,0.1,0.5,0.2,0.8,0.2l0,0 c0.3,0,0.5-0.1,0.8-0.2c1.4-0.9,2.8-1.9,4.1-2.9C22.6,29.7,21.9,29,21.4,28.2z'/%3E%3Cpath class='st0' d='M27.8,33.3c-4.9,0-8.9-4-8.9-8.9s4-8.9,8.9-8.9s8.9,4,8.9,8.9S32.7,33.3,27.8,33.3z M27.8,18.4 c-3.3,0-5.9,2.7-5.9,5.9c0,3.3,2.7,5.9,5.9,5.9s5.9-2.7,5.9-5.9C33.7,21.1,31.1,18.4,27.8,18.4z'/%3E%3Cline class='st1' x1='25.2' y1='24.3' x2='30.4' y2='24.3'/%3E%3C/svg%3E%0A");
}

.cs-container__inner.cs-topbar p,
.cs-container__inner.cs-topbar .authorization-link {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.form.contact {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.form.contact .fieldset {
    border: 0;
    padding: 0;
}

.form.contact legend {
    text-align: center;
    width: 100%;
}

.form.contact input:not([disabled]),
.form.contact textarea,
.form.contact input:not([disabled]):hover,
.form.contact textarea:hover {
    border: 1px solid black;
    padding: 8px;
    font-size: 14px;
    border-radius: 0;
    color: black;
    max-width: 420px;
}

.form.contact input:not([disabled]):active,
.form.contact textarea:not([disabled]):active {
    border: 1px solid #62c3d0;
}

.form.contact .field {
    margin-top: 20px;
}

.form.contact .action.submit {
    margin: 0 auto;
    padding: 15px 50px;
    display: block;
}

@media (max-width: 1000px) {
    .fancybox-outer,
    .fancybox-inner {
        display: flex;
        justify-content: center;
    }
}

a.minimal-price-link {
    display: none;
}

.mageplaza-betterpopup-block #bio_ep {
    max-width: 1100px;
    width: 90%;
    transform: translateX(-50%) translateY(-50%) !important;
    font-family: 'Muli', sans-serif;
}

div#bio_ep_close {
    width: 45px;
    height: 45px;
    border: 5px solid white;
    top: 0;
    right: 40px;
    transform: translateY(-50%);
    background: black;
    border-radius: 50%;
}

@media (max-width: 980px) {
    div#bio_ep_close {
        right: 24px;
    }
}

div#bio_ep_close:after,
div#bio_ep_close:before {
    content: '';
    width: 20px;
    height: 5px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
}

div#bio_ep_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

div#bio_ep_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

div#bio_ep_close img {
    display: none;
}

#popup-markizeta-newsletter {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 34px 10%;
}

@media (max-width: 1150px) {
    #popup-markizeta-newsletter {
        padding: 34px 6%;
    }
}

@media (max-width: 980px) {
    #popup-markizeta-newsletter {
        flex-direction: column;
        align-items: flex-start;
    }
}

#popup-success-content {
    padding: 20px;
}

#popup-success-content button.btn-copy.primary {
    height: auto;
    display: table;
    border: 1px solid transparent;
    background-color: black;
    min-width: 280px;
    width: auto;
    padding: 8px;
    margin: 15px auto;
    color: white;
}

#popup-success-content button.btn-copy.primary:hover {
    border: 1px solid transparent;
    background-color: black;
    color: white;
}

.pmn-text-content__info > * {
    text-align: left;
}

.pmn-big,
.pmn-sub {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    margin: 0;
}

.pmn-big {
    font-size: 85px;
}

.pmn-sub {
    font-size: 35px;
    text-transform: unset;
}

.pmn-d {
    font-size: 22px;
    color: white;
}

@media (max-width: 1150px) and (min-width: 980px) {
    .pmn-big {
        font-size: 65px;
    }

    .pmn-sub {
        font-size: 30px;
    }

    .pmn-d {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .pmn-big {
        font-size: 48px;
    }

    .pmn-sub {
        font-size: 26px;
    }

    .pmn-d {
        font-size: 18px;
    }
}

.pmn-d:not(:first-child) {
    margin-top: 20px;
}

.pmn-d:last-child {
    margin-bottom: 0;
}

.pmn-form-con {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 980px) {
    .pmn-form-con {
        padding-left: 32px;
    }
}

@media (max-width: 980px) {
    .pmn-form-con {
        margin-top: 30px;
    }
}

.pmn-input,
.pmn-button,
.pmn-button:hover,
.pmn-button:active,
.pmn-button:focus {
    max-width: 280px;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px;
    text-align: center;
}

@media (min-width: 420px) {
    .pmn-input,
    .pmn-button,
    .pmn-button:hover,
    .pmn-button:active,
    .pmn-button:focus {
        min-width: 280px;
    }
}

.pmn-input {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    letter-spacing: 0.3px;
}

.pmn_field_newsletter ::placeholder,
.pmn-input::-webkit-input-placeholder,
.pmn-input::-moz-placeholder,
.pmn-input::placeholder {
    color: black !important;
    font-size: 15px !important;
    opacity: 1 !important;
    font-family: 'Muli', sans-serif !important;
    font-style: normal;
    letter-spacing: 0.3px;
}

.pmn-button,
.pmn-button:hover,
.pmn-button:active,
.pmn-button:focus {
    margin-top: 20px;
    color: white;
    background-color: black;
}

.pmn-additional-info {
    display: block;
    font-size: 12px;
    text-align: center;
    color: white;
    margin-top: 10px;
}



html body div[id^="trustbadge-container-"] main {
    top: auto !important;
    bottom: 20px !important;
}


/*@media (min-width: 64em) and (max-width: 1340px) {*/
/*    .cs-footer-links {*/
/*        padding-bottom: 180px;*/
/*    }*/
/*}*/

.size-field label {
    margin-bottom: .8rem;
}

.size-field {
    position: relative;
}

.info-icon {
    position: relative;
    /*top: 0;*/
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 85px;
    background-color: #62c3d0;
    border-radius: 8px;
    margin-bottom: -16px;
    font-size: 1.2rem;
}

.info-icon:before {
    content: 'i';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 0;
    text-align: center;
    color: white;
    z-index: 2;
}

.info-icon:after {
    content: attr(data-tooltip);
    position: absolute;
    padding: 6px 8px;
    background-color: #62c3d0;
    bottom: calc(100%);
    color: white;
    max-width: 280px;
    width: max-content;
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out, bottom 250ms ease-in-out;
}

.info-icon:hover:after {
    display: block;
    bottom: calc(100% + 10px);
    opacity: 1;
    z-index: 12;
}

@media (min-width: 48em) {
    .info-icon:after {
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 48em) {
    .info-icon:after {
        left: 0;
    }
}

@media (max-width: 23.115em) {
    .info-icon:after {
        max-width: 220px;
    }
}

.info-icon2 {
    position: relative;
    top: -9px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 2px;
    background-color: #62c3d0;
    border-radius: 8px;
    margin-bottom: -16px;
    font-size: 1.2rem;
}

.info-icon2:before {
    content: 'i';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: block;
    left: 0;
    text-align: center;
    color: white;
    z-index: 2;
}

.info-icon2:after {
    content: attr(data-tooltip);
    position: absolute;
    padding: 6px 8px;
    background-color: #62c3d0;
    bottom: calc(100%);
    color: white;
    max-width: 280px;
    width: max-content;
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out, bottom 250ms ease-in-out;
}

.info-icon2:hover:after {
    display: block;
    bottom: calc(100% + 10px);
    opacity: 1;
    z-index: 12;
}

@media (min-width: 48em) {
    .info-icon2:after {
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (max-width: 540px) {
    .info-icon2:hover:after {
        width: 80vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .cs-buybox__price + .cs-buybox__addtocart .cs-buybox__qty-wrapper {
        min-width: 100%;
    }
}

@media (max-width: 340px) {
    .info-icon2:hover:after {
        width: 50vw;
    }
}

@media (max-width: 48em) {
    .info-icon2:after {
        left: 0;
    }
}

@media (max-width: 23.115em) {
    .info-icon2:after {
        max-width: 220px;
    }
}

@media (min-width: 1440px) {
    .info-icon2:after {
        transform: translateX(-50%);
        left: 50%;
    }
}

.cs-buybox__unit {
    margin: auto 5px auto 0;
    line-height: 1em;
    color: black;
}

/* #it4time - przezucic do styli wlasciwych */
/* do zadania z 3 wierszami w widoku kategorii przy nazwie produktu */
/*.cs-product-tile--grid .cs-product-tile__name {*/
/*    !* height: 5.8rem !important;*!*/
/*}*/

.cs-product-tile__name-link {
    overflow: unset !important;
}

.cs-product-tile__name-link {
    display: block;
}

/* do zadania z 6. Zmiana /szt. na mobile (obecnie błędne wyświetlanie)
 */
.cs-buybox__price + .cs-buybox__addtocart .cs-buybox__qty-wrapper {
    width: 100% !important;
}

/* do zadania

M2. Nachodzenie na siebie filtrów i nazwy kategorii na mobile. Filtry powinny być pod nazwą podkategorii/kategorii a nie z prawej strony.

 */

.cs-limiter__label--prefix,
.field .cs-limiter__label--prefix {
    padding-left: 0px !important;
}

.page-title {
    margin: 0 0 0rem !important;
}

@media (max-width: 48em) {
    .page-layout-checkout .page-header {
        padding-top: 5rem;
    }
}

.wishlist-index-index #maincontent {
    padding-top: 5rem;
}

.cs-container--products-carousel {
    position: relative;
    z-index: 2;
}

.product-additional-labels {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-flow: column;
}

.product-additional-labels .product-additional-labels__label {
    color: black;
    padding: 2px 4px;
    background-color: white;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}

.old-price,
.old.price {
    text-decoration: none;
}

/* blob amasty */
.amblog-post-container .amblog-shot,
.amblog-grid-list > .amblog-item .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
    font-size: 1.5rem !important;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list > .amblog-item .amblog-shot > p,
.amblog-grid-list > .amblog-item .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
    font-size: 1.5rem !important;
}

.amblog-form-search .amblog-btn,
.amblog-form-comment .amblog-btn {
    border-radius: 0px !important;
    font-weight: normal !important;
}

body.amblog-index-post h1.page-title {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 2.7rem;
    line-height: 3.2rem;
    text-transform: none;
    letter-spacing: 0.135rem;
    font-weight: 400;
}

/*.amblog-main-content {*/
/*    padding-top: 13px !important;*/
/*}*/

.amblog-swipe.-left,
.amblog-swipe.-right {
    position: unset;
    float: right;
    margin-bottom: 15px;
}

.cs-page-product__badge--popular {
    display: none !important;
}


@media (max-width: 580px) {
    .attr-size-form-con>* {
        width: 100%;
        padding: 0 5rem 0.5rem 2.5rem!important;
    }
    .attr-size-form-con {
        padding-top: 2rem!important;
    }
    .attr-size-con:after {
        top: 2rem;
    }
    .minicart-price {
        display: none !important;
    }
}

.fotorama__stage__frame .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
}

.gallery-placeholder.cs-product-gallery {
    display: block;
    width: 100%;
}

.gallery-placeholder__image {
    display: block;
    margin: auto;

}

.inpost-carrier-wrapper button {
    font-size: 12px !important;
}

.modal-pay-error{
    width:100%;
    height:100%;
    position:fixed;
    z-index:999;
    background-color:rgba(0,0,0,.8);
    top:0;
    left:0
}
.close-modal-pay{
    width:50px;
    height:50px;
    position:absolute;
    top:0;
    right:0;
    background-color:#000;
    cursor:pointer
}
.close-modal-pay:after,.close-modal-pay:before{
    content:"";
    width:20px;
    height:2px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:50%
}
.close-modal-pay:after{
    transform:translate(-50%,-50%) rotate(45deg)
}
.close-modal-pay:before{
    transform:translate(-50%,-50%) rotate(-45deg)
}
.modal-pay-error .modal-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width:1000px;
    color:#000;
    padding:40px;
    background-color:#fff
}
.modal-pay-error .modal-content p{
    font-family:muli,sans-serif;
    font-size:2rem;
    text-transform:none;
    font-weight:400;
    letter-spacing:.05rem
}

.cs-checkout__after-payments .order-comment-form {
    max-width: 100% !important;
}

.cs-checkout__after-payments .order-comment-form textarea {
    resize: vertical !important;
}

/*.payment-option-content .cs-checkout__messages {*/
/*    display: none !important;*/
/*}*/

.sales-order-view .page-title {
    padding: 0 !important;
}

.block-dashboard-orders .block-title {
    padding-bottom: 0 !important;
}

.block-dashboard-orders .block-title a.action {
    color: #62c3d0 !important;
}

.cs-dashboard .wishlist-toolbar {
    margin-bottom: 1rem;
}

@media (min-width: 63.99em) {
    .cs-dashboard .table-order-items tbody td.sku {
        padding-left: 10px !important;
        width: 215px;
    }
    .cs-dashboard .table-order-items tbody td.price {
        padding: 40px 15px !important;
    }
    .cs-dashboard .table-order-items tbody td.shipping {
        padding: 4rem 10px !important;
    }
    .cs-dashboard .table-order-items tbody td.name {
        padding-right: 10px !important;
    }
    .cs-dashboard .table-order-items tbody td.subtotal {
        padding-left: 5px !important;
    }
    .cs-dashboard .table-order-items tbody td.status {
        padding-right: 5px !important;
    }
    .cs-dashboard .table-order-items tbody td.total {
        padding: 4rem 8px !important;
    }
    .cs-dashboard .table-order-items tbody td.actions a {
        color: #62c3d0 !important;
        margin-right: unset !important;
    }

}

@media (max-width: 63.99em) {
    .cs-dashboard .table-order-items .cs-table__col:last-child {
        padding-bottom: 2rem
    }

    .cs-dashboard .table-order-items .items-qty, .cs-dashboard .table-order-items .price-excluding-tax, .cs-dashboard .table-order-items .price-including-tax, .cs-dashboard .table-order-items .product-item-name {
        display: inline-block;
        font-weight: 400;
        margin: 0;
        color: #696969
    }

    .cs-dashboard .table-order-items .cs-cart-item__options-label {
        text-transform: none;
        width: auto;
        margin-right: 1rem
    }

    .cs-dashboard .table-order-items .cs-cart-item__options-label:after {
        content: ":"
    }

    .cs-dashboard .table-order-items .cs-table__col.subtotal {
        text-align: left
    }

    .cs-dashboard .table-order-items .price-excluding-tax .price {
        font-weight: 400
    }

}
