/*global*/
@font-face {
    font-family: "CocoSharp Bold";
    font-weight: normal;
    src: url("../fonts/CocoSharp/Coco-Sharp-S-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "CocoSharp Extrabold";
    font-weight: normal;
    src: url("../fonts/CocoSharp/Coco-Sharp-Extrabold.ttf") format("truetype");
}
@font-face {
    font-family: "CocoSharp-Light";
    font-weight: normal;
    src: url("../fonts/CocoSharp/Coco-Sharp-S-Light.ttf") format("truetype");
}
:root {
    --heading-font: CocoSharp Bold  !important;
    --heading-extrabold: CocoSharp Extrabold  !important;
    --text-font: CocoSharp, sans-serif !important;
    --text-font-light: CocoSharp-Light, sans-serif !important;
    --input-height:3.125rem !important;
}
.forminator-col:not(#textarea-1):not(#select-1) .forminator-field .forminator-label{
    font-family: var(--text-font) !important;
}
.forminator-ui .forminator-field-textarea .forminator-label {
    font-family: var(--text-font) !important;
    padding-left: 0;
    font-size: 1.125rem !important;
    font-weight: 300 !important;
    cursor: text !important;
}
.pb-190{
    padding-bottom: 11.875rem !important;
}
.mt-40{
    margin-top: 2.5rem !important;
}
.pt-40{
    padding-top: 2.5rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}

.pt-80{
    padding-top: 5rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pt-100{
    padding-top: 6.25rem !important; 
}
.pb-100{
    padding-bottom: 6.25rem !important; 
}
.mb-100{
    margin-bottom: 6.25rem !important;
}
.mb-60{
    margin-bottom: 3.75rem !important;
}
.mw-510{
    max-width:31.875rem !important;
}
.mw-520 {
    max-width: 32.5rem !important;
}
.mw-600{
    max-width: 37.5rem !important;
}
.mw-900{
    max-width: 56.25rem !important;
}
.mw-800{
    max-width: 50rem !important;
}
.mw-848{
    max-width: 53rem !important;
}
.mw-486{
    max-width: 30.375rem !important;
}
.mw-370{
    max-width: 23.125rem !important;
}
.pt-30{
    padding-top: 1.875rem !important;
}
.pt-50{
    padding-top: 3.125rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pt-90{
    padding-top: 5.625rem !important;
}
.pb-90{
    padding-bottom: 5.625rem !important;
}

body h1, .asthetik h2, body .banner h1{
    font-size: 2.125rem;
    line-height: 2.875rem;
}
body h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
}
.h2-small h2,
body h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
}
a.button.primary,
a.button.secondary,
a.button.white {
    height: var(--input-height) !important;
    padding: 0 1.875rem !important;
    letter-spacing: 1.44px !important;
    text-transform: uppercase;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    display: inline-flex;
    background: #E2DAD0 !important;
    color: #000000 !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 0 !important;
}
.row-full-width {
    max-width: 120rem !important;
}
.slider [data-animate], [data-animate] {
    transition: filter .5s, transform .6s, opacity .5s ease-in;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=url], select, textarea {
    height: 2.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    border-radius: 0;
    color: #7E7E7E !important;
    font-size: .9375rem;
    font-family: var(--text-font-light);
    padding: 0 1.25rem;
}
a.button.primary.is-link.loadmore-button:hover,
#wrapper a.button.primary.is-link:hover{
    background: transparent !important;
    color: #000000 !important;
}
a.button.primary.is-link {
    letter-spacing: 0.96px !important;
    color: #000000 !important;
    font-size: .75rem !important;
    height: inherit !important;
    line-height: .875rem !important;
    min-height: inherit !important;
    padding: 0 !important;
    background: transparent !important;
    text-transform: inherit !important;
}
/*global */
/*footer */
.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important;
    letter-spacing: 0px;
    color: #6A6A6A;
    font-size: .75rem;
    line-height: 1.25rem;
    font-family: var(--text-font-light);
}
li.hs-form-booleancheckbox {
    margin-left: 0 !important;
    padding-left: 1.375rem;
    position: relative;
}
li.hs-form-booleancheckbox input {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
.hs_submit.hs-submit input.hs-button.primary.large:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.hs_submit.hs-submit input.hs-button.primary.large{
    height: var(--input-height) !important;
    padding: 0 1.875rem !important;
    letter-spacing: 1.44px !important;
    text-transform: uppercase;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    display: inline-flex;
    background: #E2DAD0 !important;
    color: #000000 !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 0 !important;
    width: 100%;
}
.verpasse h2 {
    margin-bottom: 1.875rem;
}
.verpasse .section-content > .row > .col > div {
    background: #EDE8E3;
    padding: 3.75rem 3.75rem 2rem 3.75rem;
}
.row-footer-midle > .col:nth-child(1) > .col-inner.text-left {
    display: flex;
}

.hsforms-newletter,
.hubspot-newletter {
    max-width: 33.375rem;
    margin-right: 0 !important;
}
.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 47%;
    margin-right: 1.5%;
}
.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 48.5%;
    margin-left: 1.5%;
}
.newsletter-row .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field .input,
.newsletter-row .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field .input {
    margin: 0 !important;
}
.newsletter-row fieldset, .newsletter-row input, .newsletter-row select, .newsletter-row textarea {
    margin-bottom: .75rem;
}
.newsletter-row form.hs-form fieldset .hs-richtext.hs-main-font-element {
    display: none;
}

.newsletter-row [data-hsfc-id=Renderer] .hsfc-TextInput {
	padding: 0 1.25rem !important;
	font-size: .9375rem !important;
	font-family: var(--text-font-light) !important;
	border-radius: 0 !important;
	background-color: #fff !important;
}

.newsletter-row [data-hsfc-id=Renderer] .hsfc-TextInput:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
}

.newsletter-row [data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
	color: #7E7E7E!important;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
	padding: 0;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-Row {
	gap: 3%;
	margin-bottom: .75rem;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-FieldLabel {
	margin: 0 !important;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-RichText {
	line-height: 1.75rem;
	font-family: var(--text-font);
	font-size: .75rem;
	width: calc(100% - 8px);
	word-break: break-word;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-RichText p {
	font-size: 0.938rem;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>:last-child {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-Button {
	height: var(--input-height) !important;
    padding: 0 1.875rem !important;
    letter-spacing: 1.44px !important;
    text-transform: uppercase;
    font-size: 1.125rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    background: #E2DAD0 !important;
    color: #000000 !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
}
.newsletter-row [data-hsfc-id=Renderer] .hsfc-Button:hover {
	color: #101820 !important;
    border: 2px solid #101820 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}
#black-friday-lightbox .newsletter-row {
	align-items: stretch !important;
}
#black-friday-lightbox .newsletter-row .col-inner, #black-friday-lightbox .newsletter-row .col-inner .img, #black-friday-lightbox .newsletter-row .col-inner .img * {
	height: 100% !important;
}
#black-friday-lightbox .newsletter-row [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>:last-child {
	margin-bottom: 0 !important;
}
#black-friday-lightbox .black-friday-popup-content {
	padding: 20px 10px;
}

#black-friday-lightbox .hubspot-newletter {
	margin-left: auto !important;
	margin-right: auto !important;
}
.verpasse{
    position: relative;
}
.verpasse::before{
    content: '';
    position: absolute;
    height: 5.625rem;
    width: 100%;
    background-color: #F5F3F1;
    left: 0;
    top: 0;
}
.new_von_ligre {
    max-width: 23.75rem;
    margin-left: 0 !important;
    text-align: left;
}
.new_von_ligre ul li::before{
    content: '';
    position: absolute;
    background: url('../images/icon-check.svg') center center/cover no-repeat;
    left: 0;
    top: .35rem;
    width: 0.6875rem;
    height: 0.5625rem;
}
.new_von_ligre ul li {
    text-align: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 1.25rem;
    position: relative;
    font-size: .9375rem;
    line-height: 1.4375rem;
}
.row-footer-midle > .col:nth-child(2) {
    padding-left: 0;
}
.social-icons.follow-icons a.icon img {
    width: fit-content;
    height: 1.125rem;
}
.social-icons.follow-icons a.icon {
    margin: 0 .625rem;
}
.ft-bottom .row > .col:nth-child(2) > .col-inner {
    display: flex;
    flex-direction: column;
}
.ft-bottom .social-icons.follow-icons {
    margin-bottom: 1rem;
}
a.country-switcher-btn{
    font-size: .75rem;
    line-height: .875rem;
    letter-spacing: 0.72px;
    color: #FFFFFF;
}
.country-switcher-btn span{
    font-size: .75rem;
    line-height: .875rem;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    font-family: var(--heading-font);
}
.fs-12 p{
    font-size: .75rem;
    line-height: .875rem;
    letter-spacing: 0.48px;
}
.gmbh p{
    margin: 0;
    color: #7C7C7C;
    font-family: var(--text-font-light);
}
.row-image > .col > div .img + .img{
    margin-left: 1.25rem;
}
.row-image > .col > div .img{
    margin-bottom: 0;
    width: 2.5rem !important;
}
.row-image > .col > div .img img{
    width: 2.5rem;
    height: 2.5rem;
    
}
.row-image > .col > div {
    display: flex;
    align-items: center;
}
.widget-title p,
footer .widget .widget-title {
    letter-spacing: 0.78px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: .8125rem;
    font-family: var(--heading-font);
    margin-bottom: 1.25rem;
    line-height: .9375rem;
}
.logo-image {
    max-width: 9.625rem;
    margin: 0 auto 2.5rem auto;
}
footer .widget ul li:last-child a {
    padding-bottom: 0 !important;
}
footer .widget {
    margin-bottom: 0 !important;
}
footer .tzn-payment-icons {
    margin-bottom: 1.875rem;
}
footer .absolute-footer{
    display: none !important;
}
footer .widget ul li a {
    font-size: .875rem;
    font-weight: normal;
    font-family: var(--text-font);
    letter-spacing: 0px;
    color: #BEBEBE;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.875rem;
}
.tzn-payment-icons img {
    width: 1.5625rem;
    height: 1.0625rem;
    object-fit: contain;
    margin: 0 .625rem .625rem 0;
}
.tzn-payment-icons {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.tzn-payment-icons .payment-icon+.payment-icon {
    margin-left: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.tzn-payment-icons img {
    width: 1.5625rem;
    height: 1.0625rem;
}
/* footer */
/* header */
body .logo-left .logo {
    margin-right: 0;
    max-width: 10rem;
}
body .header.show-on-scroll, body .stuck .header-main {
    height: 90px !important;
}
div#masthead {
    background: hsl(0deg 0% 100% / 8%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.nav>li>a {
    font-size: .8125rem;
    letter-spacing: 0.78px;
    padding: 2.3rem 0;
}
ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: center;
}
.header-wrapper.stuck .header-nav-main.nav-line-bottom > li > a:before{
    background-color: #000027;
}
body:not(.single, .archive) #wrapper .header-wrapper:not(.stuck) #masthead:not(.nav-dark) .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: invert(0);
}
body:not(.single, .archive) #wrapper .header-wrapper:not(.stuck) #masthead:not(.nav-dark) .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #000 !important;
}
body:not(.single, .archive) #wrapper #masthead:not(.nav-dark) .flex-col.flex-right .header-nav .haendler-header-link a:nth-child(2) img{
    filter: invert(1) !important; 
}
.archive.woocommerce.woocommerce-page #wrapper .header-wrapper.stuck #masthead .haendler-header-link a span {
    color: #000 !important;
}
a.nturl[data-gt-lang="it"],
a.nturl[data-gt-lang="fr"] {
    display: none;
}

#wrapper #masthead .header-nav.nav-left>li {
    margin: 0 1rem; 
}
#wrapper #masthead .header-nav.nav-left>li.has-dropdown .sub-menu.nav-dropdown > li > a {
    /* color: black !important; */
}
#wrapper .header-wrapper.stuck div#masthead {
    background: hsl(0deg 0% 100% / 25%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#wrapper .header-wrapper.stuck,
#wrapper .header-wrapper.stuck .header-bg-color {
    background-color: transparent !important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
    font-size: .943em !important;
    font-family: var(--heading-font);
    font-weight: bolder !important;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.25rem;
    color: #000;
}
div#gt_float_wrapper {
    transform: unset;
}
/* header */
.woocommerce-account .order-actions a.button{
	border: 2px solid transparent !important;
}
.woocommerce-account .order-actions a.button:hover,
.order-actions a.button.primary + a.button.primary:hover,
#wrapper  .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
#wrapper .hs-button.primary.large:hover,
.hbspt-form .hs-button:hover,
.tax-product_cat #wrapper .shop-container .view-more-button.products-archive:hover {
    color: #101820 !important;
    border: 2px solid #101820 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}
@media screen and (max-width:849px) {
    /* header */
    .gt_float_switcher .gt-selected .gt-current-lang {
        color: #fff !important;
    }
    .gt_float_switcher .gt_options {
        position: relative !important;
        background-color: transparent !important;
        top: 0;
        order: 3; 
    }
    .gt_float_switcher {
        transform: translateY(0);
        color: #fff !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .gt_float_switcher .gt_options a {
        color: #fff !important;
        font-size: 1rem;
        text-align: center;
        padding: 0 !important;
        margin-top: 1rem;
        margin-right: 0;
    }
    /* header */
    /* global */
    .flickity-page-dots {
        pointer-events: inherit;
    }
    section .medium-1, section .medium-2, section .medium-3, section .medium-4, section .medium-5, section .medium-6, section .medium-7, section .medium-8, section .medium-9, section .medium-10, section .medium-11, section .medium-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .pb-80 {
        padding-bottom: 50px !important;
    }
    /* global */
    /* footer */
    footer ul.sidebar-wrapper .widget {
        padding-left: 0;
        padding-right: 0;
    }
    /* footer */
}
@media screen and (max-width:449px) {
	.newsletter-row [data-hsfc-id=Renderer] .hsfc-Row .hsfc-TextField:first-child {
		margin-bottom: .75rem;
	}
}