/* global.css */
@font-face {
    font-family: 'josefin_regular';
    src: url('../fonts/JosefinSans-Regular.eot');
    src: local('☺'), url('../fonts/JosefinSans-Regular.woff') format('woff'),
    url('../fonts/JosefinSans-Regular.ttf') format('truetype'),
    url('../fonts/JosefinSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_light';
    src: url('../fonts/JosefinSans-Light.eot');
    src: local('☺'), url('../fonts/JosefinSans-Light.woff') format('woff'),
    url('../fonts/JosefinSans-Light.ttf') format('truetype'),
    url('../fonts/JosefinSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Bold.eot');
    src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Bold.woff') format('woff'),
        url('../fonts/JosefinSans-Bold.ttf') format('truetype'),
        url('../fonts/JosefinSans-Bold.svg#JosefinSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/JosefinSans-Light.eot');
    src: local('☺'), url('../fonts/JosefinSans-Light.woff') format('woff'),
    url('../fonts/JosefinSans-Light.ttf') format('truetype'),
    url('../fonts/JosefinSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormo_semi';
    src: url('../fonts/CormorantGaramond-SemiBold.eot');
    src: local('☺'), url('../fonts/CormorantGaramond-SemiBold.woff') format('woff'),
    url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype'),
    url('../fonts/CormorantGaramond-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cormo_light';
    src: url('../fonts/CormorantGaramond-Light.eot');
    src: local('☺'), url('../fonts/CormorantGaramond-Light.woff') format('woff'),
    url('../fonts/CormorantGaramond-Light.ttf') format('truetype'),
    url('../fonts/CormorantGaramond-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'josefin_light', arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 34px;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}

h2,
.title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2em;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}

h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2em;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2em;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}

p {
    letter-spacing: 0.05em;
    font-family: 'cormo_light', times, serif;
    font-weight: normal;
}

strong {
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.page-wrapper .block-static-block:first-child {
    border-top: none;
}

.block-static-block {
    padding: 0px;
}

.page-wrapper .block-static-block,
.page-wrapper .categories-push {
    padding: 24px 0px;
    border-top: solid 1px #E9E9E9;
}


/* CTA | BUTTONS */

.cta,
button.action,
button[type="submit"] {
    letter-spacing: 0.2em;
    font-size: 14px;
    text-transform: uppercase;
}

.cta-brown-ol {
    border: solid 1px #6D321B;
    color: #6D321B;
}

.cta-black {
    background: #000;
    color: #fff;
}

.cta-black-ol {
    border: solid 1px #000;
    color: #000;
}

/* COMPONENTS | TOP BANNER NEWS */

.banner-info {
    background-color: #000;
    padding: 28px 24px;
    text-align: right;
    color: #fff;
    position: relative;
}

.banner-info a {
    color: #fff;
    margin-left: 10px;
    padding-bottom: 3px;
    position: relative;
}

.banner-info a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    transform-origin: left center 0;
}

.banner-info a:hover:after {
    transform: scaleX(0);
    transform-origin: right center 0;
}

.banner-info .action-close {
    background: url(../images/icon_close_white.svg) no-repeat center center;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
}

.banner-info .banner-text {
    position: absolute;
    min-width: 100%; /* au minimum la largeur du conteneur */
    top:20px;
}

.banner-info .banner-text {
    animation: defilement 10s infinite linear;
}

@keyframes defilement {
    0% { margin-left: 0; }
    100% { margin-left: -100%; }
}

/* COMPONENTS | TOP BANNER UPDATE */

.banner-update {
    background-color: #000;
    padding: 24px;
    text-align: center;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 4;
}

/* COMPONENTS | BRAND INFO */

.brand_info {
    border-top: solid 1px #E9E9E9;
    padding: 37px 0;
}

.brand_info .col_info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_info .col_media {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.brand_info .col_media img {
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.brand_info .col-info-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
}

.brand_info .col-info-content h2 {
    color: #6D321B;
}

.brand_info .col-info-content h2,
.brand_info .col-info-content p {
    margin-bottom: 37px
}

.brand_info .col-info-content a {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    cursor: pointer;
    border: solid 1px #6D321B;
    color: #6D321B;
    letter-spacing: 0.2em;
    font-size: 14px;
    text-transform: uppercase;
}

/* COMPONENTS | PRODUCT TABS */

.product-tab {
    margin-bottom: 37px;
}

.product-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
}

.product-tab ul li a {
    position: relative;
    font-family: 'josefin_light', helvetica, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    padding-bottom: 5px;
}

.product-tab ul li a.active {
    color: #6D321B;
}

.product-tab ul li a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background: #6D321B;
    bottom: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.product-tab ul li .active:before {
    width: 100%;
}

/* COMPONENTS | CAROUSEL SLIDER */

.carousel.slick-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-list {
    display: flex;
    order: -1;
    width: 100%;
}

.slick-arrow {
    width: 36px !important;
    height: 15px !important;
    z-index: 1;
    top: initial !important;
    bottom: 0px;
}

.slick-prev, .slick-next {
    position: relative !important;
    transform: initial !important;
    margin-top: 24px;
}

.slick-disabled {
    opacity: .2;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev:after,
.slick-next:after {
    content:'';
    position: absolute;
    width: 36px;
    height: 15px;
    left: 0;
    top: 0;
    background: url(../images/icon_arrow_right_black.svg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.slick-prev:after {
    background: url(../images/icon_arrow_left_black.svg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

/* COMPONENTS | CHATBOT */

.kommunicate-custom-iframe {
    bottom: 100px;
}

.chatbot .opener,
.widget .chatbot-state {
    bottom: 24px !important;
    right: 24px !important;
    z-index: 0 !important;
}

.chatbot .front,
.chatbot .back {
    width: 50px !important;
    height: 50px !important;
}

/* COMPONENTS | BREADCRUMBS */

.breadcrumbs ul {
    padding: 37px;
    border-bottom: solid 1px #E0E0E0;
}

/* COMPONENTS | LIST PRODUCTS */

.products-grid {
    margin: 0;
    padding: 0 37px !important;
    z-index: 0;
    position: relative;
}

li.item.product.product-item {
    margin-left: 0 !important;
    flex: 0 0 calc(20% - 16px);
    display: flex;
}

.page-products .product-item-info {
    position: relative;
    width: 100%;
    padding: 0 37px 37px;
    box-sizing: border-box;
}

.page-products .product-item-info:before {
    position: absolute;
    content: '';
    border: solid 1px #E2E2E2;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}

.product-image-container {
    margin: 0 auto;
    display: block;
    width: auto !important;
}

.product.details.product-item-details {
    text-align: center;
}

.product.details.product-item-details .vat {
    display: none;
}

.product-item-brand {
    font-size: 20px;
    font-family: "josefin_light", Helvetica, Arial, sans-serif;
    color: #6D321B;
    letter-spacing: 0.2em;
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
    display: block;
    text-transform: lowercase;
    font-weight: normal;
    width: 100%;
}

.product-item-brand:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    background: #6D321B;
    bottom: 0;
}

.product-item-name {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-family: 'cormo_light', times, serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    width: 100%;
    text-transform: lowercase;
}

.product-item .price-box {
    margin-top: 20px;
}

.product-item .price-box .price {
    font-size: 18px;
    letter-spacing: 0.2em;
}

/* MESSAGE | ALERT */

main#maincontent {
    position: relative;
}

.page.messages {
    position: absolute;
    top: -50px;
    left: 10px;
    width: calc(100% - 20px);
}

.message {
    font-size: 14px !important;
    line-height: initial !important;
}

div.mage-error[generated] {
    font-size: 14px;
    letter-spacing: normal;
    text-align: left;
    text-transform: lowercase;
    margin: 10px 0 0;
    color: red;
}

/* HEADER */

.page-header .content {
    padding: 37px !important;
    height: initial;
}

.page-header .content #burger-nav {
    width: 25px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/burger-icon.svg) no-repeat center center;
    height: 25px;
}

.navigation ul {
    display: flex;
    gap: 20px;
    padding-left: 0;
    margin: 0;
    align-items: center;
}

.page-header .header a {
    font-size: 16px;
    letter-spacing: 0.2em;
    cursor: pointer;
    position: relative;
    line-height: initial;
    text-transform: lowercase;
}

.header a:after {
    bottom: -48px;
}

.header #searchLink:after,
.header .login-link:after,
.header a.logout-link:after,
.header .action.showcart:after {
    display: none !important;
}

.page-header .content .nav-sections {
    order: -1;
    flex: 1;
}

.page-header .content .nav-sections .navigation ul li a {
    position: relative;
    border-color: transparent;
    color: #000;
    font-weight: 100;
    padding: 0;
    text-transform: lowercase;
    text-decoration: none;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-header .content #burger-nav {
    order: -1;
}

/* HEADER | RIGHT */

.page-header .content .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    flex: 1;
}

a.registered.olfac-diag {
    margin-left: auto;
}

#searchLink {
    background: url(../images/icon_search_dark.svg) no-repeat center center;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    order: 2;
    background-size: 19px;
    -moz-background-size: 19px;
    -webkit-background-size: 19px;
    -o-background-size: 19px;
}

.page-header .content .login-link {
    background: url(../images/icon_user.svg) no-repeat center center;
    display: block;
    width: 25px;
    cursor: pointer;
    height: 25px;
    font-size: 0;
    order: 3;
}

.page-header .minicart-wrapper {
    order: 4;
    width: 25px;
    height: 25px;
}

.page-header .minicart-wrapper .loader {
    width: 20px;
    height: 20px;
    left: 9px;
    top: -20px;
    transform: initial;
}

.page-header .minicart-wrapper .loading-mask:before {
    display: none;
}

.page-header .minicart-wrapper .showcart {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/icon_basket.svg) no-repeat center center;
    background-size: 19px;
    -moz-background-size: 19px;
    -webkit-background-size: 19px;
    -o-background-size: 19px;
}

.page-header .minicart-wrapper .showcart:hover {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/icon_basket_open.svg) no-repeat center center;
    background-size: 19px;
    -moz-background-size: 19px;
    -webkit-background-size: 19px;
    -o-background-size: 19px;
}

.page-header .minicart-wrapper .showcart .text {
    font-size: 0;
}

.page-header .login-link, .page-header .logout-link {
    font-size: 0;
}

.page-header a.logout-link {
    order: 5;
    background: url(../images/icon_logout.svg) no-repeat center center;
    width: 18px;
    height: 20px;
    font-size: 0;
}

/* HEADER | LANGUAGE */

.switcher-language .switcher-trigger strong span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 20px;
    width: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.switcher-language .switcher-trigger strong span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -sand-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: initial;
    height: 100%;
    width: auto;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #E0E0E0;
    margin-left: -20px;
    z-index: 100;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 62px;
    opacity: 0;
    visibility: hidden;
    transition: transform .5s ease .2s,opacity .5s ease .2s,visibility .5s ease .2s,background-color .5s ease;
}

.page-header .switcher .switcher-options.active ul.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(70px);
}

.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    flex: 0 0 100%;
}

.page-header .switcher-language .switcher-options .switcher-dropdown li a img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

/* HEADER | SEARCH */

.search-container {
    position: absolute;
    top: 110px;
    left: 0;
    padding: 20px 0;
    right: 0;
    z-index: -1;
    background: #fff;
    height: auto;
    opacity: 0;
    transform: translateY(-120%);
    transition: transform .5s ease .2s,opacity .5s ease .2s,visibility .5s ease .2s;
    -webkit-box-shadow: 0 10px 15px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 15px 1px rgb(0 0 0 / 5%);
    padding: 40px 20px;
    box-sizing: border-box;
    visibility: hidden;
}

.page-header .search-container.visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.search-container.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}

.search-container .container {
    max-width: 650px;
    margin: 0 auto;
}

.field.search .control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field.search .control input[type="text"] {
    max-width: 600px;
    width: 100%;
    font-size: 20px;
}

.field.search .control button {
    max-width: 50px;
    min-width: 50px;
    font-size: 0;
    background: #000 url(../images/icon_search_light.svg) no-repeat center center;
    background-size: 22px;
    -moz-background-size: 22px;
    -webkit-background-size: 22px;
    -o-background-size: 22px;
}

.search-container .search-results {
    max-width: 650px !important;
    width: 100% !important;
    position: relative !important;
}

.search-container .search-results ul {
    padding-left: 0;
    margin: 30px 0 0;
    font-size: 20px;
}

.search-container .search-results ul li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #F9F9F9;
    margin-bottom: 10px;
}

.search-container .search-results ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.search-container .search-results ul li .qs-option-name {
    cursor: pointer;
    letter-spacing: 0.2em;
    text-transform: lowercase;
}

span.qs-option-type {
    margin-left: auto;
    font-size: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0 10px;
    background: #E9E9E9;
    text-transform: lowercase;
}

.search-container .search-results ul li .amount {
    margin-left: auto;
    background: #E9E9E9;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    display: none;
}

.search-container .search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icon_close.svg) no-repeat center center;
    background-size: 0.8rem auto;
    cursor: pointer;
}

/* HEADER | MENU MOBILE */

.menu-mobile {
    position: absolute;
    left: 0;
    top: 0;
}

.menu-mobile .burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-100%);
    max-width: 400px;
    width: 88vw;
    height: 100vh;
    z-index: 11;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: transform .5s ease .2s,opacity .5s ease .2s,visibility .5s ease .2s,background-color .5s ease;
}

.menu-mobile.open .burger-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}

.menu-mobile .overlay-menu {
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
    transition: opacity .3s,visibility .3s;
}

.menu-mobile.open .overlay-menu {
    opacity: 1;
    visibility: visible;
}

/* HEADER | MENU MOBILE | BOUTIQUE */

.page-header .content .menu-mobile .burger-menu .menu-boutique {
    background: url(../images/boutique-nose.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
    z-index: 90;
    width: 100%;
    height: 200px;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.page-header .content .menu-mobile .burger-menu .menu-boutique .overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.page-header .content .menu-mobile .burger-menu .menu-boutique .close {
    position: absolute !important;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 100;
    height: 15px;
    width: 32px;
    opacity: 1;
    background: url(../images/back.svg);
}

.page-header .content .menu-mobile .burger-menu .menu-boutique a {
    display: block;
    text-align: center;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    z-index: 100;
    font-size: 18px;
    color: #fff !important;
    line-height: initial;
}

/* HEADER | MENU MOBILE | LINKS */

.menu-mobile .bm-main {
    padding: 0 20px;
    flex: 0 0 100%;
    box-sizing: border-box;
    height: calc(100vh - 250px);
    overflow-y: auto;
}

.menu-mobile .bm-main li.level-top {
    padding: 20px 0;
}

.menu-mobile .bm-main li.level-top > a {
    font-size: 20px;
    display: block;
}

.menu-mobile .bm-main li.parent > a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 7px;
    background: url(../images/icon_chevron_down_dark.svg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    margin-top: -3px;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.menu-mobile .bm-main li.level-top.open > a:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-mobile .bm-main li.level1 a {
    font-size: 16px;
    font-family: 'cormo_light', times, serif;
    letter-spacing: normal;
}

.menu-mobile .bm-main .level-top li {
    margin-top: 20px;
}

/* HEADER | MENU MOBILE | NEWSLETTER */

.menu-mobile .burger-menu .menu-newsletter {
    background: #F9F9F9;
    height: 50px;
    width: 100%;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.menu-mobile .burger-menu .menu-newsletter input {
    flex: 1;
    border-bottom: none !important;
    padding: 0 20px !important;
    background: transparent;
}

.menu-mobile .burger-menu .menu-newsletter button {
    margin-top: 0;
    height: 100%;
    width: 50px;
    min-width: auto;
    padding: 10px 20px 8px;
    background: #000 url(../images/send.svg) no-repeat center center;
    background-size: 30px;
    -moz-background-size: 30px;
    -webkit-background-size: 30px;
    -o-background-size: 30px;
    -ms-background-size: 30px;
    border: 0;
}

/* FOOTER | NEWSLETTER */

.page-footer .newsletter {
    padding: 37px 24px;
    background: #FCFCFC;
    text-align: center;
}

.page-footer .newsletter h2 {
    margin-bottom: 37px;
}

.page-footer .newsletter #nl-action {
    margin: 10px 0;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-footer .newsletter #nl-action:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #253341;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    transform-origin: left center 0;
}

.page-footer .newsletter #nl-action:hover:after {
    transform: scaleX(0);
    transform-origin: right center 0;
}

.page-footer .newsletter #nl-info {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
    border: solid 1px #000;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.page-footer .newsletter .content .form.subscribe {
    gap: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    margin: 37px auto 0;
}

.page-footer .newsletter .content .form.subscribe button {
    background: transparent;
    border: solid 1px #6D321B;
    color: #6D321B;
}

.page-footer .newsletter .content .form.subscribe .control {
    text-transform: lowercase;
    text-align: center;
    flex: 0 0 100%;
}

.page-footer .newsletter .content .form.subscribe input[type="email"] {
    text-transform: lowercase;
    text-align: center;
    width: 100%;
}

.page-footer .newsletter .content .form.subscribe button {
    flex: 0 0 100%;
}

/* FOOTER | SOCIAL NETWORKS */

.page-footer .social {
    margin: 37px 0 0;
}

.page-footer .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-footer .social ul li a {
    height: 25px;
    width: 25px;
    display: block;
}

.page-footer .social ul li.instagram a {
    background: url(../images/icon_instagram.svg) no-repeat center center;
}

.page-footer .social ul li.facebook a {
    background: url(../images/icon_facebook.svg) no-repeat center center;
}

.page-footer .social ul li.youtube a {
    background: url(../images/icon_youtube.svg) no-repeat center center;
}

.page-footer .social ul li.linkedin a {
    background: url(../images/icon_linkedin.svg) no-repeat center center;
}

/* FOOTER | LINKS */

.footer-container {
    padding: 37px 0px;
}

.footer-container .row {
    display: flex;
    align-items: baseline;
}

.footer-container .row .column {
    flex: 1;
    text-align: center;
}

.footer-container .row .column h3 {
    margin-bottom: 8px;
}

.footer-container .row .column li {
    margin-bottom: 10px;
}

.footer-container .row .column li:last-child {
    margin-bottom: 0px;
}

.footer-container .row .column a {
    text-transform: lowercase;
    position: relative;
}

.footer-container .row .column a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #253341;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    transform-origin: right center 0;
}

.footer-container .row .column a:hover:after {
    transform: scaleX(1);
    transform-origin: left center 0;
}

.footer-container .footer-links {
    padding: 0 37px;
}

.footer-container .copyright {
    text-align: center;
    margin-top: 37px;
    padding: 37px 37px 0;
    border-top: solid 1px #E9E9E9;
}

.footer-container .copyright address {
    font-style: normal;
}

/* CAROUSEL PRODUCTS */

.slick-track {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.product-carousel .product-item {
    margin-right: 15px;
    margin-left: 15px;
    display: flex !important;
    flex-direction: column;
    height: initial;
    position: relative;
}

.product-carousel .product-item a {
    display: inline-block;
    position: relative;
    padding: 0 37px 37px;
    width: 100%;
    box-sizing: border-box;
}

.product-carousel .product-item:before {
    position: absolute;
    content: '';
    border: solid 1px #E2E2E2;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    z-index: 0;
}

.product-carousel .product-item img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.product-carousel .product-desc h3,
.product-carousel .product-item h3 {
    font-family: 'josefin_light', helvetica, sans-serif;
    font-weight: 100;
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.2em;
}

.product-carousel .product-item h3 {
    color: #6D321B;
    padding-bottom: 15px;
    padding-top: 30px;
    font-size: 20px;
    text-transform: lowercase;
    line-height: 24px;
}

.product-carousel .product-item h3:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
    background: #6D321B;
    bottom: 0;
}

.product-carousel .product-desc span.desc {
    font-family: "cormo_light", Georgia, serif;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.05em;
    word-break: break-word;
    text-transform: lowercase;
    display: block;
    text-align: center;
    padding-top: 15px;
}

.product-carousel .product-item .price-box .price {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    font-weight: inherit;
}

/* FORM */

input, select, textarea {
    font-family: 'josefin_light', arial, sans-serif;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 0.05em;
}

input[type="password"] {
    text-transform: initial;
}

textarea {
    padding: 24px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    text-transform: lowercase;
}

/* COMPONENTS | MODAL */

.modal-slide._show,
.modal-popup._show {
    padding: 37px;
}

.modal-header {
    padding: 37px;
}

.modal-content {
    padding: 37px;
    overflow-y: auto;
    /*max-height: calc(100vh - 254px);*/
}

.modal-footer {
    padding: 37px;
}

.modal-footer button {
    color: #fff;
    background-color: #000;
    border: none;
    letter-spacing: 0.2em;
    font-size: 14px;
    text-transform: uppercase;
}

.modal-footer .action-hide-popup,
.modal-footer button.action-secondary  {
    background: #fff;
    color: #000;
    border: solid 1px #000;
}

/* MODAL | LOGIN */

.login-modal {
    max-width: 700px;
}

.login-modal .subnav-container {
    display: none;
}

.login-modal .one-click-payment {
    padding: 37px;
    text-align: center;
    border-bottom: solid 1px #E9E9E9;
}

.login-modal .one-click-payment .payment-img {
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
}

.login-modal .one-click-payment .payment-img > * {
    height: 30px;
    width: initial;
}

.login-modal .tabs {
    display: flex;
    align-items: baseline;
    row-gap: 40px;
    column-gap: 0;
    flex-wrap: wrap;
}

.login-modal .tabs .tab {
    padding: 37px;
    flex: 1;
}

.login-modal .tab-title {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    background-color: #F9F9F9;
    padding: 10px;
    display: inline-block;
}

.login-modal .section-title {
    margin-top: 37px;
}

.login-modal form button {
    width: 100%;
    margin-top: 20px;
}

.login-modal #registered-visitor p {
    margin-top: 20px;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-align: center;
    position: relative;
}

.login-modal  .no-thanks a {
    font-family: 'cormo_light', times, serif;
}

.login-modal  .no-thanks a,
.login-modal #registered-visitor p a {
    position: relative;
    padding-bottom: 3px;
}

.login-modal  .no-thanks a:after,
.login-modal #registered-visitor p a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #253341;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    transform-origin: right center 0;
}

.login-modal  .no-thanks a:hover:after,
.login-modal #registered-visitor p a:hover:after {
    transform: scaleX(1);
    transform-origin: left center 0;
}

.login-modal  .no-thanks {
    padding: 37px;
    border-top: solid 1px #E0E0E0;
    text-align: center;
    font-family: 'josefin_light', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.login-modal #new-visitor p {
    margin-top: 37px;
    margin-bottom: 0 !important;
}

.login-modal #new-visitor .button.submit {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
    border: solid 1px #000;
    margin-top: 24px;
    text-transform: uppercase;
}

/* POPIN MARKETING */

#popin-marketing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease .2s,visibility .5s ease .2s,background-color .5s ease;
    padding: 20px;
    z-index: 100;
}

#popin-marketing.is-visible {
    opacity: 1;
    visibility: visible;
    position: fixed;
}

#popin-marketing .overlay {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

#popin-marketing .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../images/icon_close.svg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    cursor: pointer;
    z-index: 1;
}

.popin-marketing-wrapper {
    z-index: 1;
    max-width: 1000px;
    width: 100%;
    position: relative;
}

#popin-marketing .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 50%;
}

.popin-marketing-wrapper .content {
    background: #fff;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.popin-marketing-wrapper .content > * {
    flex: 0 0 50%;
}

.marketing-img {
    position: relative;
}

.marketing-content {
    padding: 37px;
}

.marketing-content .headline {
    font-size: 20px;
    margin-bottom: 37px;
    display: block;
    text-transform: lowercase;
}

.marketing-content p {
    margin-bottom: 20px;
    font-family: 'josefin_light', arial, sans-serif;
    text-transform: lowercase;
    line-height: 24px;
}

/* LOGOUT SUCCESS */

.customer-account-logoutsuccess .page-main {
    text-align: center;
    padding: 200px 24px;
}

.customer-account-logoutsuccess .page-title-wrapper {
    margin-bottom: 37px;
}

/* NO ROUTE PAGE | ERROR */

.cms-no-route .page-main {
    padding: 100px 37px;
}

.cms-no-route .page-main h1 {
    margin-bottom: 37px;
}

.cms-no-route dl > * {
    margin-bottom: 24px;
}

.cms-no-route .page-main ul {
    padding: 24px;
}

.cms-no-route .page-main ul li {
    margin-top: 24px;
}

/* SHIPPING METHOD PAGE */

.post-content.news-page.shipping img {
    margin: 0 !important;
    max-height: 400px;
    object-fit: cover;
}

.post-content.news-page.shipping > div,
.post-content.news-page.shipping > p {
    max-width: 800px;
    padding: 0 24px;
    margin: 0 auto 37px;
}

.post-content.news-page.shipping div:first-child {
    max-width: 100%;
    padding: 0;
}

.post-content.news-page.shipping table.shipping-table {
    margin: 0 auto;
}

.post-content.news-page.shipping table.shipping-table th,
.post-content.news-page.shipping table.shipping-table td {
    padding: 20px;
    border: solid 1px #E9E9E9;
}


/* RESPONSIVE */

@media only screen and (max-width: 1024px) {

    /* HEADER */

    .page-header .navigation,
    .page-header .olfac-diag,
    .page-header #searchLink,
    .page-header .registered,
    .search-container .search-close,
    .search-container .search-results ul li.text.first {
        display: none;
    }

    .page-header .logo-wrapper {
        height: 24px;
    }

    .page-header .content .header-right {
        justify-content: flex-end;
    }

    /* HEADER | LANGUAGE */

    .page-header .switcher .options ul.dropdown,
    .page-footer .switcher .options ul.dropdown {
        top: 10px;
    }

    /* HEADER | SEARCH */

    .page-header .search-container {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        top: 100px;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 37px 0 !important;
        box-shadow: none;
    }

    .search-container .container {
        max-width: 100%;
    }

    .field.search .control input[type="text"],
    .search-container .search-results {
        border-bottom: none;
        max-width: 100% !important;
    }

    .field.search .control button {
        max-width: 40px;
        min-width: 30px;
        padding: 0;
        background: transparent url(../images/icon_search_dark.svg) no-repeat center center;
        background-size: 22px;
        -moz-background-size: 22px;
        -webkit-background-size: 22px;
        -o-background-size: 22px;
    }

    .search-container .search-results ul {
        margin: 0 0 0;
        padding-bottom: 10px;
    }

    #maincontent {
        margin-top: 70px;
    }

    /* SHIPPING METHOD PAGE */

    .cms-mode-de-livraison #maincontent, .cms-shipping #maincontent {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 820px) {

    /* GENERAL FONT SIZE */

    h1 {
        font-size: 30px;
    }

    h2,
    .title {
        font-size: 20px;
        line-height: 28px;
    }

    h3,
    .search-container .search-results ul,
    .product-carousel .product-item h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .field.search .control input[type="text"] {
        font-size: 16px;
    }

    .cta, button.action, button[type="submit"] {
        font-size: 12px;
    }

    /* GENERAL SPACING */

    .page-footer .newsletter,
    .page-header .content,
    .search-container,
    .breadcrumbs ul,
    .modal12 .tabs .tab,
    .login-modal .no-thanks {
        padding: 24px !important;
    }

    .page-wrapper .block-static-block,
    .categories-push,
    .footer-container,
    .brand_info {
        padding: 24px 0px;
    }

    .footer-container .footer-links {
        padding: 0 24px;
    }

    .page-footer .newsletter h2,
    .footer-container .row .column h3,
    .product-tab,
    .brand_info .col-info-content h2, .brand_info .col-info-content p {
        margin-bottom: 24px;
    }

    .page-footer .social {
        margin-top: 24px;
    }

    /* NO ROUTE PAGE | ERROR */

    .cms-no-route .page-main {
        padding: 24px;
    }

    .cms-no-route .page-main h1 {
        margin-bottom: 24px;
    }

    /* MODAL */

    .login-modal .section-title {
        margin-top: 24px;
    }

    /* HEADER | LANGUAGE */

    .page-header .switcher .options ul.dropdown,
    .page-footer .switcher .options ul.dropdown {
        top: -10px;
    }

    /* HEADER | SEARCH */

    .page-header .search-container {
        top: 74px;
        padding: 10px 24px 0 !important;
        /*z-index: 10;*/
    }

    /* COMPONENTS | BRAND INFO */

    .two_col > div {
        flex: 0 0 100%;
    }

    .brand_info .col_media {
        order: -1;
        min-height: 300px;
    }

    /* COMPONENTS | PRODUCT TAB */

    .tab.product-tab {
        display: flex;
        overflow-x: auto;
        margin: 0 24px 24px;
        padding-bottom: 24px;
    }

    /* COMPONENTS | MODAL */

    .modal-slide._show,
    .modal-popup._show,
    .modal-content,
    .modal-header,
    .modal-footer {
        padding: 24px;
    }

    .modal-content {
        max-height: calc(100vh - 228px);
    }

    /* FOOTER | NEWSLETTER */

    .page-footer .newsletter #nl-info {
        max-width: 100%;
    }

    /* FOOTER | COPYRIGHTS */

    .footer-container .copyright {
        margin-top: 24px;
        padding: 24px 24px 0;
    }

    /* LOGOUT SUCCESS */

    .customer-account-logoutsuccess .page-main {
        padding: 100px 24px;
    }

    .customer-account-logoutsuccess .page-title-wrapper {
        margin-bottom: 24px;
    }

    /* SHIPPING METHOD PAGE */

    .post-content.news-page.shipping > div,
    .post-content.news-page.shipping > p {
        margin: 0 auto 24px;
    }

    .post-content.news-page.shipping table.shipping-table {
        margin: 0 24px;
    }
}

@media only screen and (max-width: 480px) {

    /* BANNER INFO */

    .banner-text {
        padding-right: 30px;
        /*text-align: left;*/
    }

    /* MODAL */

    .modal12 .tabs {
        gap: 0;
    }

    .modal12 .tabs .tab {
        flex: 0 0 100%;
    }

    #registered-visitor {
        border-bottom: solid 1px #F0F0F0;
    }

    /* POPIN MARKETING */

    .popin-marketing-wrapper .content > * {
        flex: 0 0 100%;
    }

    .marketing-content {
        order: -1;
        padding: 24px;
    }

    /* MODAL | LOGIN */

    .login-modal {
        height: calc(100vh - 120px);
        overflow-y: auto;
    }

    /* MARQUE | BRANDS */

    .category-marques .category-view {
        display: none;
    }


    /* FOOTER | LINKS */

    .footer-container .row .column {
        flex: 0 0 100%;
        text-align: left;
    }

    .footer-container .row .column h3 {
        position: relative;
    }

    .footer-container .row .column h3:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
        height: 7px;
        background: url(../images/icon_chevron_down_dark.svg) no-repeat center center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        margin-top: -3px;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        -webkit-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    .footer-container .row .column[aria-expanded=true] h3:before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer-container .row .column[aria-expanded=true] ul {
        max-height: 500px;
        padding-bottom: 24px;
    }

    .footer-container .row .column ul {
        max-height: 0;
        overflow-y: hidden;
        transition: all .5s ease;
    }

    /* SHIPPING METHOD PAGE */

    .post-content.news-page.shipping table.shipping-table {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 320px) {
    .page-header .content .nav-sections,
    .page-header .content .header-right {
        gap: 10px;
    }
}
