/** Shopify CDN: Minification failed

Line 892:29 The "-" operator only works if there is whitespace on both sides

**/

.mfk-header-countryIcon,
.mfk-header-storeLocatorIcon {
    display: none;
}
body,
.header-container.is-sticky .header,
.header-container.is-sticky {
    /* max-width: 1920px; */
    margin: auto;
}

.country-selector,
.country-selector__select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown.country-selector .mfk-countrySelector-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #535359;
}

.mfk-header-icon button {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #535359;
    -webkit-appearance: button;
}

.country-selector__select {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.country-selector__select:first-child {
    margin-right: 2px;
}

.flag-icon {
    position: relative;
    display: inline-block;
    line-height: 16px;
}

.flag-icon-in {
    background-image: url(../flags/4x3/in.svg);
}

.dropdown.country-selector .flag-icon {
    margin-right: 5px;
    font-size: 12px;
}

@media (min-width: 959px) {

    .mfk-header-countryIcon,
    .mfk-header-storeLocatorIcon {
        display: block;
    }

    .dropdown.country-selector .mfk-countrySelector-button {
        font-size: 12px;
    }
}

.countryselectordrawer.drawer1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
    z-index: 10001;
    background-color: #fff;
    width: 100%;
}

.countryselectordrawer {
    flex-direction: column;
}

.countryselectordrawer.drawer1.drawer-show {
    display: flex;
}

.countryselectordrawer.drawer1.drawer-open {
    transform: translateX(0);
}

.mfk-countryselectordrawer-title {
    letter-spacing: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 24px;
}
.Back_button {
    text-align: left !important;
}
.countryselectordrawer .mfk-countryselectordrawer-header .mfk-close-drawer {
    position: static;
    margin: -10px -14px;
    padding: 10px 20px;
    font-size: 16px;
}

.off-screen {
    position: absolute;
    left: -9999px;
    background-color: #fff !important;
    color: #535359 !important;
    font-size: 16px;
}

.mfk-hideScroll {
    overflow-y: scroll;
    scrollbar-width: none;
}

.mfk-countryselectordrawer-body {
    padding: 0 24px 24px;
    height: 100%;
    min-height: 0;
    max-height: calc(100vh - 72px);
}

.mfk-countryselectordrawer-list {
    display: flex;
    flex-direction: column;
    align-content: start;
    align-items: start;
}

.mfk-countryselectordrawer-region-wrapper {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
}

.countryselectordrawer button {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #98161f;
    -webkit-appearance: button;
    padding: 24px 5px 24px 0;
}

.mfk-countryselectordrawer-region-button {
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 5px 16px 0;
    width: 100%;
}

.mfk-countryselectordrawer-region-name {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer !important;
    font-family: var(--font-heading), sans-serif !important;
}

.mfk-countryselectordrawer-region-name {
    line-height: 30px;
    font-size: 23px;
    font-family: var(--font-heading), sans-serif !important;
}

.mfk-countryselectordrawer-region-button .region-arrow {
    transition: all 300ms ease;
}

.mfk-countryselectordrawer-region-wrapper:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all 500ms ease-in-out;
    background-color: #997341;
    width: 0;
    height: 1px;
    content: "";
}

.mfk-countryselectordrawer-region-wrapper:hover:after {
    left: 0;
    width: 100%;
}

.collapse:not(.show) {
    display: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

.mfk-countryselectordrawer-counrtry-list {
    margin: 20px 0px;
}

.mfk-countryselectordrawer-list-item,
.mfk-countryselectordrawer-list-link {
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer !important;
}

.mfk-countryselectordrawer-list-language {
    display: none;
    text-decoration: none;
    margin: 0 16px;
    color: #98161f;
}

.mfk-countryselectordrawer-list-language:after {
    transition: width 300ms ease;
    display: block;
    background: #98161f;
    width: 100%;
    height: 1px;
    content: "";
}

.mfk-countryselectordrawer-list-language:after {
    background: #6b777d;
}

.mfk-countryselectordrawer-list-divider {
    display: none;
    margin: 0 0 -5px;
    border-right: 1px solid #dfdfdf;
    height: 20px;
}

.mfk-countryselectordrawer-counrtry-list+.mfk-countryselectordrawer-counrtry-list {
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
}

.modal-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: opacity .3s ease-in-out;
}

.countryselectordrawer button .region-arrow svg {
    transition: all .3s ease;
}

.countryselectordrawer button.show .region-arrow svg {
    transform: rotate(180deg);
}

@media (min-width: 959px) {
    .countryselectordrawer.drawer1 {
        max-width: 480px;
    }

    .mfk-countryselectordrawer-title {
        padding: 24px 40px;
    }

    .mfk-countryselectordrawer-body {
        padding: 0 40px 40px;
    }

    .mfk-countryselectordrawer-region-button {
        padding: 24px 5px 24px 0;
    }

    .countryselectordrawer button:focus,
    .countryselectordrawer button:hover {
        outline: none;
        text-decoration: none;
    }

    .countryselectordrawer button:focus:not(:focus-visible) {
        outline: 0;
    }

    .mfk-countryselectordrawer-region-button .region-arrow {
        font-size: 16px;
    }

    .mfk-countryselectordrawer-counrtry-list {
        margin: 24px 0;
        margin-top: 0px;

    }

    .mfk-countryselectordrawer-list-item,
    .mfk-countryselectordrawer-list-link {
        line-height: 24px;
        font-size: 16px;
    }
}

.contoryclick {
    cursor: pointer !important;
    width: max-content !important;
    display: inline-block !important;
}

.mega-menu {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #fff; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mega-menu-columns,
.latest_menu_container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.mega-menu-column {
    width: 33.33%;
}

/* .mega-menu-column:first-child {
    width: 50%;
} */
.latest_menu_container {
    width: 60%;
    justify-content: center;
}

.latest_menu_containerimage {
    display: flex;
    gap: 20px;
    width: 40%;
}

.menu-list {
    list-style: none;
    padding: 0;
}

.menu-list li {
    margin-bottom: 18px;
    /* line-height: 1; */
}

.menu-list li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-column h4 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1;
    color: #333231 !important;
}

.mega-menu-column h4 a,
.mega-menu-image-column h5 {
    color: #333231 !important;
    font-weight: 700 !important;
}
.nav .nav__submenu.nav__meganav .nav *{
    color: #868b95 !important;
}

/* .nav .nav__submenu a {
    color: #868b95 !important;
} */

.nav__link.new_link_a {
    line-height: 3rem;
    opacity: .9;
}

.mega-menu-image-column {
    flex: 1;
    text-align: center;
}

.mega-menu-image-column img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}

.mega-menu-image-column h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}

.mega-menu-image-column p {
    font-size: 14px;
    color: #555;
    margin: 0px;
}





.d-block {
    display: block !important;
}

.search-wrapper {
    position: static;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: .3s ease-in-out;
    transform: translateY(-150%);
    background-color: #F7F7F7;
}

.site-search {
    opacity: 1;
    border-radius: 0;
    padding: 0;
    max-height: 0;
    background-color: #F7F7F7;
    overflow: hidden;
    transition-property: max-height;
    transition-timing-function: linear;
    transition-duration: 0.25s;
    transition-delay: 0s;
}

.site-search.active {
    max-height: 59px;
    padding-bottom: 8px;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.site-search .form-wrapper {
    position: relative;
    background-color: #F7F7F7;
    margin-top: 8px;
}

.site-search .form-wrapper form {
    max-width: 884px;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 16px;
}

.w-100 {
    width: 100% !important;
}

.ma-0 {
    margin: 0 !important;
}

.form-group:not(.form-floating) {
    position: relative;
}

.form-group {
    border-bottom: 1px solid #939395 !important;
}

.form-wrapper form .search-field {
    border: 0;
    border-radius: 0;
    color: #1D1D1F;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-control-action-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    min-width: 56px;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: normal;
    padding: 0;
    font-size: 11px;
    background: transparent !important;
    border: none;
    outline: none;
}

.form-wrapper form .search-clear-btn {
    height: 42px;
    min-width: 42px;
}

.form-wrapper form .search-clear-btn>span {
    width: 12px;
    height: 12px;
    margin: 0 auto;
}

.form-control-action-btn>.action-btn-text {
    padding: 0px 20px;
}

.form-wrapper form .search-submit-btn .action-btn-text {
    padding-right: 8px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    color: #333231;
    font-size: 11px;
    line-height: 15px;
}

.form-wrapper form .search-submit-btn {
    height: 100%;
    text-decoration: none;
    font-weight: bold;
}

.form-control-icon-search {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.9089' cy='10.9091' r='7.97727' stroke='%231D1D1F' stroke-width='1.5'/%3E%3Cpath d='M21.2729 22.3636L16.3639 17.4546' stroke='%231D1D1F' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.icon-close {
    width: 16px;
    height: 16px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M0 25.7L25.7 0l1.3 1.3 -25.7 25.7L0 25.7z'/%3E%3Cpath d='M25.7 27L0 1.3 1.3 0l25.7 25.7L25.7 27z'/%3E%3C/svg%3E");
}

.form-wrapper .search-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}


header .suggestions-wrapper {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
}

header .suggestions-wrapper .suggestions-container {
    min-height: 0;
    transition-property: min-height;
    transition-timing-function: linear;
    transition-duration: 200ms;
    transition-delay: 0s;
}

header .suggestions-wrapper.active .suggestions-container {
    height: 100vh;
}




header .suggestions-wrapper .suggestions {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 884px;
    /* 55.25rem = 884px */
}

header .suggestions-wrapper .suggestions .suggestions-phrases-group {
    margin-left: 0;
    margin-bottom: 8px;
    /* 0.5rem = 8px */
    padding: 8px 0px;
    /* 0.5rem 0rem = 8px 0px */
}

header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-title {
    font-weight: bold;
    color: #1D1D1F;
    white-space: nowrap;
    font-size: 12px;
    /* 0.75rem = 12px */
    line-height: 16px;
    /* 1rem = 16px */
    margin-bottom: 8px;
    /* 0.5rem = 8px */
}

header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .start-line-gradient,
header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .end-line-gradient {
    min-width: 80px;
    min-height: 32px;
    position: absolute;
    pointer-events: none;
}

header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .start-line-gradient {
    display: none;
    left: 80px;
    /* 5.55556vw = 80px (assuming viewport width is 1440px) */
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .suggestion-phrase {
    display: inline-block;
    color: #333231;
    white-space: nowrap;
    padding: 8px 0px;
    /* 0.5rem = 8px */
    margin-right: 16px;
    /* 1rem = 16px */
    font-size: 12px;
    /* 0.75rem = 12px */
    line-height: 16px;
    /* 1rem = 16px */
}



header .suggestions-wrapper .suggestions-carousel .header {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    letter-spacing: .02em;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
    border: none;
    box-shadow: none;
    background-color: #f7f7f7;
}

header .suggestions-wrapper .suggestions-carousel .swiper-container {
    position: relative;
    margin: 0 !important;
    margin-bottom: 24px !important;
    padding-top: 8px !important;
    padding-bottom: 40px;
}

.product-tile {
    position: relative;
    text-align: center;
    z-index: 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

header .suggestions-wrapper .suggestions-carousel .swiper-container .product-tile {
    margin: 0;
    padding-right: 1px;
    padding-right: .0625rem;
}

.product-tile .tile-link {
    display: flex;
    flex-direction: column;
}

.product-tile .image-wrapper {
    position: relative;
    overflow: hidden;
}

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-tile .tile-body {
    margin: 0;
    padding: 0;
}

.product-tile.product-tile-small .tile-body .tile-name {
    margin-top: 8px;
}

.product-tile .tile-body .tile-name .product-message {
    color: #797672;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 9px;
    margin-bottom: 4px;
}

.product-tile.product-tile-small .tile-body .tile-name .product-message {
    font-size: 9px;
}

.product-tile .tile-body .tile-name .product-name {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 105%;
    letter-spacing: 0.02em;
    color: #1D1D1F;
    font-size: 12px;
}

.product-tile.product-tile-small .tile-body .tile-name .product-name {
    font-size: 12px;
}

.btn,
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: unset;
    padding: 0 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    border-radius: 1px;
}

.btn-outline-primary,
.btn-secondary {
    color: #1D1D1F;
    background-color: #fff;
    border: 1px solid #1D1D1F;
}

.btn-s {
    font-size: 11px;
    line-height: 15px;
    min-width: 136px;
    width: max-content;
    margin: auto;
    padding-top: calc((32px - 15px) / 2);
    padding-bottom: calc((32px - 15px) / 2);
    font-family: var(--font-heading), sans-serif !important;
}

.product-tile .tile-body .tile-name {
    min-height: 64px;
    margin: 8px 0px 0px;
    padding: 0px 2px;
}

.product-tile .tile-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    z-index: -1;
    border-radius: 4px;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.product-tile .tile-link:hover:after {
    content: "";
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    opacity: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.ma-b-5,
.ma-y-5 {
    margin-bottom: 10px !important;
    width: max-content;
    margin: auto;
}

.btn-m {
    font-size: 12px;
    line-height: 16px;
    min-width: 144px;
    padding-top: calc((40px - 16px) / 2);
    padding-bottom: calc((40px - 16px) / 2);
}

.btn-black,
.btn-primary,
#ot-sdk-btn.ot-sdk-show-settings.btn {
    background-color: #1D1D1F;
    color: #fff;
    border: none;
    box-shadow: none;
}

@media (min-width: 959px) {
    .product-tile .tile-body .tile-name .product-name {
        font-size: 14.4px;
    }
}

@media (min-width: 959px) {
    .search-wrapper {
        position: fixed;
    }

    .container-fluid {
        max-width: calc(100% -(3.33333vw* 2));
    }

    .site-search .form-wrapper {
        background-color: transparent;
    }

    .site-search .form-wrapper form {
        padding-bottom: 8px;
    }

    .form-wrapper form .search-field {
        padding-left: 40px;
        /* 2.5rem = 40px */
        background-position: right 8px center;
        /* 0.5rem = 8px */
        padding-right: 70px;
    }

    .form-wrapper .search-close {
        display: block;
        cursor: pointer;
    }

    header .suggestions-wrapper {
        max-height: 75vh;
    }

    header .suggestions-wrapper.active .suggestions-container {
        height: auto;
    }

    header .suggestions-wrapper .suggestions {
        position: relative;
    }

    .d-lg-flex {
        display: flex !important;
    }


    header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-title {
        margin-bottom: 0;
        margin-right: 16px;
        /* 1rem = 16px */
        font-size: 14px;
        /* 0.875rem = 14px */
        line-height: 19px;
        /* 1.1875rem = 19px */
    }

    header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-title:after {
        content: ":";
    }

    header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list {
        display: flex;
        padding: 0;
        margin: 0;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .start-line-gradient {
        left: 48px;
        /* 3.33333vw = 48px (assuming viewport width is 1440px) */
    }

    header .suggestions-wrapper .suggestions .suggestions-phrases-group .suggestions-phrases-list .suggestion-phrase {
        padding: 0;
        font-size: 14px;
        /* 0.875rem = 14px */
        line-height: 19px;
        /* 1.1875rem = 19px */
        min-height: 20px;
        /* 1.25rem = 20px */
    }

    header .suggestions-wrapper .suggestions-carousel .header {
        font-size: 14px;
        line-height: 19px;
    }

    .product-tile .tile-body .tile-name .product-message {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product-tile .tile-body .tile-name {
        margin: 16px 0px 0px;
        padding: 0px 8px;
    }

    header .suggestions-wrapper .suggestions-carousel .show-all-btn {
        width: auto;
    }
}




@media (min-width: 959px) {
    .product-tile .tile-body .tile-name .product-name {
        font-size: 16px;
    }
}


@media screen and (max-width: 959px) {
    .search-wrapper {
        transform: translateX(-100%);
        padding: 0 20px !important;
        position: fixed;
    }

    .form-control.form-control-action,
    .form-select.form-control-action {
        padding-right: 1.2rem;
        padding-left: 3rem;
        background-size: 1.5rem 1.5rem;
        background-position: right 1rem center;
    }

    #search_click {
        display: none;
        visibility: hidden;
    }

    header .suggestions-wrapper {
        max-height: calc(100vh - 118px);
        overflow: visible;
        overflow-y: auto;
        background-color: #F7F7F7;
        border-bottom: 1px solid #E5E5E5;
    }

}

.top_nav {
    top: calc(175px - var(--utility-bar-height)) !important;
}

.drop-cap {
    font-size: 64px;
    font-weight: bold;
    float: left;
    line-height: 0.9;
    margin-right: 7px;
    font-family: 'Playfair Display';
}

.mfk-triptych-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    /* 1.25rem = 20px */
}

.mfk-triptych-content {
    position: relative;
    padding-bottom: 15px;
    /* 0.9375rem = 15px */
}

.mfk-triptych-content img {
    aspect-ratio: 1;
    object-fit: cover;
}

@media (min-width: 959px) {
    .mfk-triptych-container {
        margin: 32px 0;
        /* 2rem = 32px */
    }

    .mfk-triptych-content {
        flex: 0 0 32%;
        padding-bottom: 0;
        max-width: 32%;
    }
}


@media (max-width: 959px) {
    .mfk-triptych-container {
        gap: 15px 20px;
    }

    .mfk-triptych-content {
        flex: 0 0 calc(50% - 10px);
        padding-bottom: 0;
        max-width: calc(50% - 10px);
    }

    .mfk-triptych-content:first-child {
        flex: 0 0 100%;
        padding-bottom: 0;
        max-width: 100%;
    }
}

.mfk-olfactiveNotes-title {
    margin-top: 40px;
}

@media (min-width: 1024px) {
    .mfk-olfactiveNotes-title {
        margin-top: 80px;
    }

    .first-title {
        line-height: 64px;
        font-size: 55px;
    }
}

@media (min-width: 768px) {
    .first-title {
        line-height: 45px;
        font-size: 40px;
    }
}


.mfk-olfactiveNotes-container {
    margin: 15px 0;
    background-color: #fff;
    padding: 16px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

#mfk-anchor-olfactive-notes .justify-content-center {
    justify-content: center !important;
}

#mfk-anchor-olfactive-notes .mfk-olfactiveNotes-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    padding: 0 16px;
}

#mfk-anchor-olfactive-notes .row [class*=col-] {
    padding: 0;
}

#mfk-anchor-olfactive-notes .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}

#mfk-anchor-olfactive-notes button {
    letter-spacing: 1px;
    /* font-size: 12px; */
    font-weight: 500;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #98161f;
    -webkit-appearance: button;
}

@media (min-width: 768px) {
    #mfk-anchor-olfactive-notes .d-md-none {
        display: none !important;
    }
}

.mfk-customSlider-button .disabled,
.mfk-customSlider-button:disabled {
    pointer-events: none;
}
#Confirm.disabled {
    pointer-events: none;
    opacity: .5;
}

.mfk-olfactiveNotes-buttons .js-olfactiveNotes-prev {
    padding-right: 20px;
}

.mfk-olfactiveNotes-buttons .mfk-customSlider-button {
    transition: color 1s ease-in-out;
}
@media (min-width: 768px) {
        /* .mfk-olfactiveNotes-buttons {
            display: none;
        } */
}
.mfk-olfactiveNotes-letters {
    letter-spacing: 0;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    overflow: hidden;
    text-transform: uppercase;
}

.mfk-customSlider {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    touch-action: none;
    user-select: none;
}

.mfk-customSlider.mfk-customSlider-vertical {
    flex-direction: column;
}

.mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-vertical {
    transition: top 1s ease-in-out;
}

.mfk-customSlider li {
    list-style: none;
}

.mfk-customSlider .mfk-customSlide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfk-olfactiveNotes-letters .mfk-customSlider .mfk-customSlide {
    line-height: 100%;
}

.mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-vertical .mfk-customSlide .mfk-customSlideBtn {
    letter-spacing: 0;
    font-size: 20px;
    transition: font-size 1s ease-in-out, height 1s ease-in-out;
    width: 100%;
    height: 64px;
    font-size: 100%;
}

.mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-vertical .mfk-customSlide.mfk-customSlide-active .mfk-customSlideBtn {
    height: 220px;
    font-size: 140px;
}

.mfk-olfactiveNotes-letters:after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.mfk-olfactiveNotes-notes-container {
    position: relative;
}

.mfk-olfactiveNotes-notes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;
    height: 100%;
}

.mfk-slide {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.mfk-olfactiveNotes-note {
    letter-spacing: 0;
    font-size: 17px;
    margin-bottom: 32px;
    text-align: left;
}

.second-title,
h2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px;
}

.mfk-olfactiveNotes-container h2 {
    padding-top: 29px;
    padding-bottom: 29px;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 0px;
}

.mfk-olfactiveNotes-note p {
    text-align: justify;
}

.mfk-olfactiveNotes-notes-container .mfk-seeTechnicalIngredients {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: center;
}

.d-none {
    display: none !important;
}

.mfk-label-body {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
}

.mfk-olfactiveNotes-notes-container .mfk-seeTechnicalIngredients button {
    text-transform: uppercase;
}

.product-modal-button .mfk-label-body {
    margin: 0;
}

.underlined:after {
    transition: width 0s ease;
    display: block;
    background: #98161f;
    width: 0;
    height: 1px;
    content: "";
}

@media (min-width: 1024px) {
    .underlined:hover:after {
        transition-duration: .3s;
    }
}

.underlined:hover:after {
    width: 100%;
}

@media (min-width: 959px) {
    .mfk-olfactiveNotes-letters {
        width: 100px !important;
        height: 650px !important;
    }

    .mfk-olfactiveNotes-letters:after {
        right: 0;
        bottom: 0;
        left: 0;
        /* background: linear-gradient(#f5f5f5, hsla(0, 0%, 96%, 0) 20%, hsla(0, 0%, 96%, 0) 80%, #f5f5f5); */
        height: 100%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mfk-olfactiveNotes-notes {
        padding-bottom: 16px;
        padding-right: 60px;
    }
    .mfk-olfactiveNotes-notes-container .mfk-seeTechnicalIngredients {
        right: 60px;
    }
    .mfk-olfactiveNotes-note {
        font-size: 20px;
    }

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

    #mfk-anchor-olfactive-notes .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .mfk-olfactiveNotes-notes-container .mfk-seeTechnicalIngredients {
        bottom: 25px;
    }

}


@media (max-width: 959px) {
    .mfk-olfactiveNotes-notes-container {
        position: relative;
        padding: 0 20px;
    }
    .second-title,
    h2 {
        letter-spacing: 0;
        font-size: 16px;
        line-height: 18px;
    }
    .mfk-olfactiveNotes-letters {
        margin: 16px 0;
    }

    .mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-horizontal {
        transition: left 1s ease-in-out;
    }

    .mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-horizontal .mfk-customSlide.mfk-customSlide-active .mfk-customSlideBtn {
        width: 80px;
        font-size: 90px;
    }

    .mfk-olfactiveNotes-letters .mfk-customSlider.mfk-customSlider-horizontal .mfk-customSlide .mfk-customSlideBtn {
        letter-spacing: 0;
        font-size: 15px;
        transition: font-size 1s ease-in-out, width 1s ease-in-out;
        width: 30px;
        height: 80px;
    }

    .mfk-customSlider {
        margin: 0px;
    }

    .mfk-Icon {
        display: flex;
    }

}

#mfk-anchor-olfactive-notes {
    justify-content: space-between;
    gap: 10px;
}

button.mfk-customSlider-button.disabled {
    cursor: auto;
}

button.mfk-customSlider-button.disabled svg path {
    stroke: #dfdfdf;
}

.border_top_product {
    display: flex !important;
    height: 1px;
    width: 100%;
    background-color: #0003;
}

@media screen and (max-width: 959px) {
    .border_top_product {
        display: none !important;
    }

    .mfk-text-container .first-title {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
}

.mega-menu {
    position: relative;
}

.backgound_color_all,
.backgound_color_all1 {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    transition: height .2s ease-in-out;
}

.mega-menu-columns {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.nav__submenu.visible .mega-menu-columns {
    opacity: 1;
}

.nav__submenu.visible .backgound_color_all {
    height: 100%;
}

.maga1a {
    color: #333231 !important;
    text-transform: uppercase;
    line-height: 18px !important;
}

.menu_title_mage {
    line-height: 18px !important;
    color: #333231 !important;
}


.mfk-countryselectordrawer-list-item+.mfk-countryselectordrawer-list-item {
    margin-top: .8125rem;
}

.mfk-countryselectordrawer-list-item::after {
    transition: width .3s ease;
    display: block;
    background: #98161f;
    width: 0;
    height: 1px;
    content: "";
}

.mfk-countryselectordrawer-list-item {
    width: max-content;
}

.mfk-countryselectordrawer-list-item:hover::after {
    width: 100%;
}

.page__content .rte * {
    font-family: var(--font-heading), sans-serif !important;
    color: #98161f;
}

.site-map-wrapper {
    display: none;
    position: relative;
    padding-top: 28px;
}

.site-map-close {
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
    font-size: 12px;
}

.site-map-wrapper h5 {
    display: none;
}

.site-map-container.row {
    padding-bottom: 23px;
    margin-left: 0px;
    margin-right: 0px;
}

.site-map-col {
    width: 100%;
}


@media (min-width: 768px) {
    .site-map-wrapper {
        padding-top: 46px;
    }

    .site-map-close {
        top: 25px;
    }

    .site-map-wrapper h5 {
        display: block;
        margin-bottom: 15px;
        margin-top: 0px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
    }

    .site-map-container.row {
        justify-content: center;
        padding-bottom: 35px;
    }

    .site-map-col:first-child {
        width: 170px;
    }

    .site-map-col+.site-map-col {
        margin-left: 56px;
    }

    .site-map-col:nth-child(2) {
        width: 191px;
    }

    .site-map-col:nth-child(3) {
        width: 160px;
    }
}


@media (min-width: 1024px) {
    .site-map-wrapper {
        padding-top: 52px;
    }

    .site-map-close {
        top: 27px;
        font-size: 18px;
    }

    .site-map-wrapper h5 {
        position: relative;
        margin-bottom: 32px;
        margin-top: 0px;
        font-size: 28px;
        line-height: 1;
    }

    .site-map-wrapper h5:after {
        display: block;
        position: absolute;
        right: 0;
        bottom: -20px;
        left: 0;
        margin: 0 auto;
        background: #dfdfdf;
        width: 64px;
        height: 1.5px;
        content: "";
    }

    .site-map-col+.site-map-col {
        margin-left: 112px;
    }

    .site-map-col:nth-child(2) {
        width: 170px;
    }

    .site-map-col:nth-child(3) {
        width: 170px;
    }
    .site-map-col:nth-child(3) li {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

@media screen and (max-width: 990px){
   .mobileleft {
        justify-content: flex-start !important;
   } 
   .site-map-close {
        right: 0px;
    }
}

#Sitemap {
    cursor: pointer;
}


#Sitemap {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #535359;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    margin-left: 20px;
}

#Sitemap::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #333231;
    width: 4px; 
    height: 4px; 
    content: '';
}

#Sitemap:after,
.mobileleft a::after {
    transition: width .3s ease;
    display: block;
    background: #535359;
    width: 0;
    height: 1px;
    content: "";
}

#Sitemap:hover:after,
.mobileleft a:hover::after {
    width: 100%;
}


.mfk-header-cartIcon {
    position: relative;
}
 .mfk-header-icon {
    display: inline-block;
}

.mfk-cartIcon-quantityContainer {
    position: absolute;
    top: 0%;
    right: 0;
    margin: auto;
    line-height: 1;
    width: max-content;
    height: max-content;
    bottom: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
}

.mfk-cartIcon-quantityContainer .minicart-quantity {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1;
}
.mfk-header-icon-link {
    margin-top: 0px;
    padding: 9px 13px;
}

.mfk-header-icon.mfk-header-cartIcon .gtm-click-header-nav {
    padding: 9px 13px;
    display: flex;
}

.icon-12-cart {
    width: 21px;
    height: 21px;
}


@media screen and (min-width: 990px){
    .d-none1 {
        display: none !important;
    }
}

@media screen and (max-width: 990px){
    .m-none1 {
        display: none !important;
    }
}

.open_menu {
    cursor: pointer !important;
}


#Subscribe {
    margin: 0px;
    width: 44px;
    height: 33px;
    background: transparent !important;
    position: absolute;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#Subscribe svg {
    width: 44px;
    height: 27px;
}

#Subscribe svg path {
    fill: #939393;
}

.newsletter__input-container {
    border: 0;
}

.newsletter__input {
    border: 0;
    outline: none;
    box-shadow: none;
    border-bottom: thin solid #53545c;
}



.slick_arrow_cc {
    position: absolute;
    width: 16px;
    height: 20px;
    top: 50%;
    cursor: pointer;
  }
  
  .slick_arrow_cc.right_arrow {
    right: 0;
    left: auto;
  }

  .slick_arrow_cc.left_arrow {
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }


#mfk-anchor-olfactive-notes button {
    font-family: 'Playfair Display';
}

/* .quick-cart__items_new .cart__item {
    display: block;    
} */
