
.footer-container-wrap {
    background-size: cover;
    padding: 70px 0 40px 0;
    background: var(--theme-color-black);
}

.block_newsletter {
    --newsletter-bg-image: none;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: linear-gradient(135deg, #fbf7f0 0%, #f4eadf 55%, #ecdfcf 100%) no-repeat center;
    margin-top: 90px;
    padding: 64px 0 52px;
}

.block_newsletter.has-custom-bg {
    background-image: var(--newsletter-bg-image, none);
    background-position: right;
}

.block_newsletter:before,
.block_newsletter:after {
    content: "";
    position: absolute;
    pointer-events: none;
    display: none;
}

.block_newsletter:before {
    width: 390px;
    height: 390px;
    left: -110px;
    top: 46px;
    background: rgba(255, 251, 245, 0.9);
}

.block_newsletter:after {
    width: 300px;
    height: 300px;
    right: 6%;
    top: 22%;
    background: rgba(220, 187, 145, 0.22);
}

.block_newsletter .newsletter-premium-shell {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 28px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.block_newsletter .newsletter-premium-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    display: none;
    pointer-events: none;
}

.block_newsletter .newsletter-premium-content-col,
.block_newsletter .newsletter-premium-media-col {
    position: static;
}

.block_newsletter .newsletter-premium-content-col {
    background: #fdf9f4;
    box-shadow: 0 16px 32px rgb(73 48 31 / 12%);
    border-radius: 28px;
}

.block_newsletter .newsletter-premium-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 7% 54px 8%;
}

.block_newsletter .newsletter-premium-kicker {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(36, 26, 18, 0.9);
}

.block_newsletter .newsletter-premium-headline {
    margin: 20px 0 16px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(176, 144, 112, 0.3);
}

.block_newsletter .newsletter-premium-percent {
    font-size: 127px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--theme-color-newsletter);
}

.block_newsletter .newsletter-premium-headline-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 12px;
}

.block_newsletter .newsletter-premium-discount {
    font-size: 70px;
    line-height: .92;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--theme-color-newsletter);
}

.block_newsletter .newsletter-premium-subtitle {
    font-size: 31px;
    line-height: 1.04;
    letter-spacing: 0.01em;
    color: rgba(34, 27, 21, 0.88);
    padding-left: 4px;
}

.block_newsletter .newsletter-premium-benefits {
    display: flex;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid rgba(176, 144, 112, 0.3);
}

.block_newsletter .newsletter-premium-benefits li {
    flex: 1;
    padding: 0 25px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(36, 29, 22, 0.84);
    position: relative;
}

.block_newsletter .newsletter-premium-benefits li:before {
    content: "•";
    color: var(--theme-color-newsletter);
    font-size: 54px;
    line-height: 1;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: -12px;
    left: 0;
}

.block_newsletter .newsletter-premium-benefits li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 10px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: rgba(176, 144, 112, 0.28);
}

.block_newsletter .newsletter-premium-media {
    position: relative;
    min-height: 470px;
    height: 100%;
    border-radius: 0 28px 28px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(64, 43, 24, 0.08) 0%, rgba(49, 31, 17, 0.2) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), inset 0 -80px 90px rgba(44, 27, 15, 0.2);
}

.block_newsletter .newsletter-premium-media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: center 28%;
    display: block;
}

.block_newsletter .input-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin-top: 26px;
}

.block_newsletter input[type="email"] {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    height: 62px;
    border-radius: 5px;
    padding: 15px 34px;
    border: 1px solid rgba(173, 140, 105, 0.36);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 25px rgba(125, 94, 61, 0.1);
    margin-right: 0;
    letter-spacing: 0.02em;
    color: rgba(44, 28, 16, 0.88);
}


.block_newsletter input[type="email"]:focus {
    border-color: rgba(181, 139, 90, 0.55);
    box-shadow: 0 0 0 3px rgba(191, 154, 115, 0.2), 0 12px 24px rgba(125, 94, 61, 0.14);
    outline: none;
}

.block_newsletter input[name="submitNewsletter"] {
    flex: 0 0 calc(50% - 6px);
    height: 62px;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 14px 26px rgba(124, 79, 40, 0.28);
    transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
    min-width: 0;
    width: calc(50% - 6px);
}

.block_newsletter input[name="submitNewsletter"].btn:disabled {
    opacity: 1;
}

.block_newsletter input[name="submitNewsletter"]:hover,
.block_newsletter input[name="submitNewsletter"]:focus {
    filter: brightness(.92);
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(102, 64, 32, 0.32);
}

.block_newsletter #block-newsletter-label {
    padding: 0;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.15;
    color: rgba(31, 20, 13, 0.92);
    margin-bottom: 0;
}

.block_newsletter .block-newsletter-desc {
    max-width: 540px;
    margin: 18px 0 30px;
    color: rgba(57, 37, 22, 0.72);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.01em;
}

.block_newsletter .gdpr_consent {
    margin: 20px 0 0;
    max-width: 620px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(44, 28, 16, 0.7);
}

.block_newsletter .gdpr_consent .custom-checkbox > label > span:last-child {
    font-size: 15px;
}

.block_newsletter .gdpr_consent .hide_content {
    margin-left: 33px;
    font-size: 13px;
}

.block_newsletter .gdpr_consent label {
    margin: 0;
}

.block_newsletter .gdpr_consent input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    accent-color: #c39a72;
}

.block_newsletter .gdpr_consent a {
    color: #b98a5f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.block_newsletter .alert {
    margin-top: 14px;
}


.block-social {
    text-align: right;
    position: absolute;
    bottom: -70px;
    left: 0;
}

.block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: .125rem;
    cursor: pointer;
    background-color: var(--theme-color-grey-bg);
    background-repeat: no-repeat;
    border-radius: 4px;
}

.btn-logout {
    background: var(--theme-color);
    color: var(--theme-color-white);
    display: block;
    max-width: 160px;
    margin: 0 auto 30px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-container li a {
    color: var(--theme-color-grey-info)
}

.footer-container li a:hover {
    color: var(--theme-color)
}

.footer-container {

    overflow: hidden;
    max-width: 1250px;
    margin: 0 auto;
}

.footer-container.footer-container-before {
    padding-top: 80px;
}

.footer-container .h3, .footer-container .h4 {
    color: var(--theme-color-grey-info);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1rem
}

.footer-container li {
    margin-bottom: .3125rem;
}

.footer-container li a {
    cursor: pointer
}

.block-social ul li.facebook {
    background-color: var(--theme-color-facebook)
}

.block-social ul li.instagram {
    background-color: var(--theme-color-instagram)
}

.block-social ul li:hover {
    background-color: var(--theme-color)
}

.block-social ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.footer_share_list {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
    margin-top: 40px;
}

.footer_share_list .tiktok-svg {
    fill: var(--theme-color-grey-info);
    margin-left: 4px;
    margin-top: 4px;
    transition: 350ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.footer_share_list a {
    color: var(--theme-color-grey-info);
}

.footer_share_list a:hover {
    color: var(--theme-color);
}

.footer_share_list a:hover .tiktok-svg {
    fill: var(--theme-color);
}

.footer_share_list a > * {
    width: 29px;
    height: 29px;
    font-size: 35px;
}

.ze-back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: var(--theme-color-white);
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.ze-back-to-top i {
    font-size: 28px;
    line-height: 1;
}

.ze-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ze-back-to-top:hover {
    background: var(--theme-color-grey-info);
}

.ze-footer-information {
    margin-bottom: 60px;
}

.ze-footer-information-item {
    text-align: center;
    margin-bottom: 20px;
}

.ze-footer-information-icon-wrap {
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #f7f3ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ze-footer-information-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.ze-footer-information-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1f1f1f;
}

.ze-footer-information-description {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: rgba(45, 31, 20, 0.75);
}

.ze-footer-links-row {
    margin-bottom: 22px;
}

.ze-footer-images-logo-column {
    margin-bottom: 18px;
}

.ze-footer-images-logo-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 10px;
    color: var(--theme-text-color);
    font-weight: 500;
}

.ze-footer-images-logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ze-footer-images-logo-image {
    max-height: 34px;
    width: auto;
    object-fit: contain;
    padding: 4px;
}

.footer-container.footer-container-after {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-logo {
    margin-bottom: 30px;
}

#footer .links ul li a {
    position: relative;
}

.block-contact {
    color: var(--theme-text-color)
}

#header a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons {
    color: var(--theme-text-color)
}

#block_myaccount_infos .myaccount-title a, .linklist .blockcms-title a {
    color: var(--theme-color-grey-info)
}

.account-list a:hover {
    color: var(--theme-color)
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
    font-size: 1rem;
    font-weight: 700
}


.links .collapse {
    display: inherit
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    z-index: 99 !important;
}

#link-custom-page-facebook-18, #link-custom-page-instagram-18 {
    font-size: 0;
}

#link-custom-page-facebook-18:after, #link-custom-page-instagram-18:after {
    font-family: "Material Design Icons", sans-serif;
    font-size: 34px;
}

#link-custom-page-facebook-18:after {
    content: "\F20C";
}

#link-custom-page-instagram-18:after {
    content: "\F2FE";
}

#footer_sub_menu_18 {
    display: flex;
    flex-wrap: wrap;
}

#footer_sub_menu_18 > li {
    width: 100%;
}

#footer_sub_menu_18 > li:nth-child(2) {
    margin-bottom: 50px;
}

#footer_sub_menu_18 > li:nth-child(3),
#footer_sub_menu_18 > li:nth-child(4) {
    width: auto;
    display: inline-flex;
    margin-right: 10px;
}

.footer-container-wrap .footer-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.footer-container.footer-container-after .ze-footer-images-logo-list picture:nth-of-type(3) img {
    max-height: 28px;
}


.textblock.displayBlock1 .phone {
    font-size: 18px;
    font-weight: bold;
}

.textblock.displayBlock1, .textblock.displayBlock1 p, .textblock.displayBlock1 a {
    color: var(--theme-color-grey-info);
}

@media (min-width: 992px) {
    .block_newsletter .newsletter-premium-shell {
        max-width: 58.33333333%;
    }

    .textblock.displayBlock1 .collapse {
        display: block;
    }
}

@media (min-width: 1200px) {
    #blockEmailSubscription_displayFooterBefore {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1199px) {
    .footer-container .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .block-social {
        text-align: center
    }

    .ze-footer-information-description {
        padding: 0 40px;
    }

    .block_newsletter {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 0;
    }

    #product .block_newsletter {
        margin-top: 0;
        background-size: cover;
        padding: 15px 0;
    }

    .block_newsletter .newsletter-premium-content-col {
        border-radius: 5px;
    }

    .block_newsletter.has-custom-bg {
        background-size: cover;
    }

    .footer-container-wrap .footer-container {
        display: block;
    }


    .block_newsletter .newsletter-premium-shell {
        border-radius: 22px;
    }

    .block_newsletter .newsletter-premium-shell .row {
        margin: 0;
    }

    .block_newsletter .newsletter-premium-content {
        min-height: auto;
        padding: 30px 20px;
        align-items: flex-start;
    }

    .block_newsletter .newsletter-premium-kicker {
        width: 100%;
        text-align: left;
        font-weight: 500;
        letter-spacing: 1px;
        margin: -5px 5px -17px;
    }

    .block_newsletter .newsletter-premium-headline {
        width: 100%;
        gap: 12px;
        margin: 14px 0 14px;
        padding-bottom: 16px;
        align-items: flex-end;
    }

    .block_newsletter .newsletter-premium-percent {
        font-size: 70px;
    }

    .block_newsletter .newsletter-premium-discount {
        font-size: 32px;
        text-align: left;
        line-height: 100%;
        margin-left: 3px;
    }

    .block_newsletter .newsletter-premium-headline-copy {
        gap: 0
    }

    .block_newsletter .newsletter-premium-subtitle {
        font-size: 24px;
        line-height: 1.15;
    }

    .block_newsletter .newsletter-premium-benefits {
        flex-direction: column;
        width: 100%;
        gap: 2px;
        padding: 10px 0;
    }

    .block_newsletter .newsletter-premium-benefits li {
        padding: 0 0 0 20px;
        text-align: left;
        margin: 0;
    }

    .block_newsletter .newsletter-premium-benefits li:not(:last-child):after {
        display: none;
    }

    .block_newsletter input[name="submitNewsletter"] {
        width: 100%;
        margin-top: 0;
        min-width: 0;
        font-size: 15px;
        letter-spacing: 0.08em;
        height: 48px;
    }

    .block_newsletter .input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        margin: 14px 0 0;
        gap: 8px;
    }

    .block_newsletter input[type="email"] {
        max-width: 100%;
        width: 100%;
        height: 48px;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        padding: 10px 16px;
    }

    .block_newsletter .gdpr_consent {
        margin: 14px 0 0;
        padding: 0;
        line-height: 1.4;
        max-width: 100%;
        font-size: 14px;
    }

    .block_newsletter .gdpr_consent label {
        text-align: left;
        justify-content: flex-start;
    }

    .block-social {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .block-contact {
        padding-left: 1.5rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .col-lg-3.links.share-list {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .textblock.displayBlock1 .phone {
        margin-top: 15px;
    }

    .textblock.displayBlock1 .h3 {
        display: none;
    }

    .textblock.displayBlock1 .h3 {
        margin-top: 10px;
    }

    .textblock.displayBlock1 .title span:first-of-type {
        font-size: 1rem;
        padding: 10px 0;
        line-height: 1.5;
        font-weight: 700;
    }

    .block-social ul {
        flex-flow: wrap
    }

    .footer-container-wrap {
        padding: 20px 0;
    }

    .footer-container.footer-container-after {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .block-social ul li {
        width: 2rem;
        height: 2rem;
        margin-right: 1.3rem;
        margin-bottom: 1.3rem;
        background-size: contain
    }

    .footer-container {
        margin-top: 0;
        padding-top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .footer-container .links .h3 {
        font-size: 1rem;
        padding: 10px 0;
        line-height: 1.5
    }

    .footer-container .links ul {
        margin-bottom: 0;
    }

    #footer {
        padding-bottom: 20px;
    }

    .footer-container i {
        color: var(--theme-color-grey-info);
    }

    .footer-container .ze-back-to-top i {
        color: var(--theme-color-white);
    }

    .footer-container .links ul > li a {
        color: var(--theme-color-grey-info);
    }

    .footer-container .links ul > li {
        padding: 0;
        font-weight: 400;
    }

    .footer-container .links ul > li a {
        color: var(--theme-color-grey-info);
        padding: 10px 0;
        display: block;
        text-align: left;
    }

    .links .collapse,
    .textblock.displayBlock1 .collapse,
    .links .title .collapse-icons .remove,
    .textblock.displayBlock1 .title .collapse-icons .remove,
    .links .title[aria-expanded=true] .collapse-icons .add,
    .textblock.displayBlock1 .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }

    .links .collapse.in,
    .links .collapse.show,
    .textblock.displayBlock1 .collapse.in,
    .textblock.displayBlock1 .collapse.show,
    .links .title[aria-expanded=true] .collapse-icons .remove,
    .textblock.displayBlock1 .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }

    .links .title,
    .textblock.displayBlock1 .title {
        padding: 0;
        cursor: pointer;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
    }

    .links .navbar-toggler,
    .textblock.displayBlock1 .navbar-toggler {
        display: inline-block;
        padding: 0;
        width: 20px;
        height: 20px;
    }

    .links .navbar-toggler i,
    .textblock.displayBlock1 .navbar-toggler i {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    #footer .links ul li a:before {
        display: none;
    }

    .block-contact #contact-infos {
        padding: 20px;
    }

    .footer-container .h3, .footer-container .h4 {
        margin-bottom: 0;
    }

    .footer-container li {
        margin-left: 0;
        margin-bottom: 0;
        text-align: center;
        padding: 0 40px;
    }

    .block_newsletter:after {
        right: -35px;
        top: 45%;
    }

    .block_newsletter .newsletter-premium-shell {
        border-radius: 18px;
        box-shadow: 0 16px 34px rgba(85, 58, 34, 0.14);
    }

    .block_newsletter .newsletter-premium-content {
        padding: 24px 18px;
    }

    .block_newsletter .newsletter-premium-headline {
        gap: 8px;
    }

    .block_newsletter .newsletter-premium-percent {
        font-size: 82px;
    }

    .block_newsletter .newsletter-premium-subtitle {
        font-size: 23px;
    }

    .block_newsletter input[type="email"],
    .block_newsletter input[name="submitNewsletter"] {
        width: 100%;
        max-width: 100%;
    }

    .breadcrumb-wrap {
        margin-bottom: 0;
    }

    .ze-homepage-gallery h2, .ze-homepage-videos h2 {
        font-size: 28px !important;
    }

    .ze-homepage-gallery h2:before {
        width: 20px !important;
        height: 20px !important;
    }

    .footer_share_list {
        margin-top: 30px;
    }

    .ze-back-to-top {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
    }

    .ze-back-to-top i {
        font-size: 24px;
    }

    .ze-footer-information {
        display: block;
    }

    .ze-footer-information > div {
        margin-bottom: 50px;
    }

    .ze-footer-information-item {
        margin-bottom: 16px;
    }

    .ze-footer-information-title {
        font-size: 16px;
    }

    .ze-footer-images-logo {
        padding-top: 0;
        display: block;
    }

    .ze-footer-images-logo-column {
        text-align: center;
    }

    .ze-footer-images-logo-list {
        justify-content: center;
    }
}