body {
    overflow-x: hidden;
}

body.sticky-inside {
    overflow: auto;
}


.home section {
    /*background-color: transparent !important;*/
}


.section-top-logo {
    z-index: 10;
}

.section-matos img {
    mix-blend-mode: multiply;
}


.title-cross-product-5 {
    max-width: 720px;
}

.anim-paused {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.anim-zoom {
    -webkit-animation: 30s linear 0s infinite alternate animation-zoom;
    animation: 30s linear 0s infinite alternate animation-zoom;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear !important;
}

.marquee-slide {
    width: auto !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.marquee-slide::before {
content: '';
width:3px;
height:3px;
border-radius: 50%;
background-color:black;
left:-81px;
position:absolute;
top:50%;
transform: translateY(-50%);
}

.marquee-section {
    background-color: #FBAE25;
    height:50px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    bottom: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 22px;
    top: 86px;
    z-index: 99;
    position:sticky;
    text-transform: uppercase;
}

.marquee-slider-sticky {
    overflow: hidden;
    max-width: 100%;
    height:100%;
}

.marquee-slider {
height:100%;
}


.home-title-wrapper {
    display: flex;
    width: 100%;
    -webkit-box-align:end;
    -ms-flex-align:end;
        align-items:flex-end;
}

.home-title-wrapper .home-title {
    width: 50%;
    flex-shrink: 0;
    max-width: 100%;
}

.home-title-wrapper .tltle-description-center {
    max-width:450px;
}

/* .home-coffee-item {
    max-width: 17.5vw;
} */

.section-apropos-home, .section-matos, .section-tea, .section-coffee {
    overflow: hidden;
}

.left-nav-list.nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 5vw;
}

.nav-list.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
gap: 5vw;
}

.nav-list.nav-right.menu-lang {
    gap: 1vw;
}



[lang="en-GB"] .marquee-wrapper .fr, [lang="fr-FR"] .marquee-wrapper .en,
[lang="en-GB"] .reassurance-slide .fr, [lang="fr-FR"] .reassurance-slide .en {
    display: none;
}

[lang="fr-FR"] .marquee-wrapper .fr, [lang="en-GB"] .marquee-wrapper .en,
[lang="fr-FR"] .reassurance-slide .fr, [lang="en-GB"] .reassurance-slide .en  {
    display:block;
}

@-webkit-keyframes animation-zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes animation-zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}




.body[data-menu=black] .logo-white,
.body[data-menu=black] .cart-img-white,
.body[data-menu=black] .account-img-white {
    opacity: 0;
}

.body[data-menu=black] .logo-black:not(.mobile),
.body[data-menu=black] .cart-img-black,
.body[data-menu=black] .account-img-black {
    opacity: 1;
}


.body[data-menu=black] .header .nav-link {
    color: #1f1914;
}

.body[data-menu=black] .header .nav-link:hover {
    color: white;
}

.product_cat_matos .header .nav-link:hover,
.archive-matos .header .nav-link:hover,
.woocommerce-checkout .header .nav-link:hover,
.body[data-menu=black] .header .nav-link:active {
    color: #FBAE25 !important;
}

.woocommerce-checkout .checkout-page a {
    color: #1f1914;
}

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

    .body[data-menu=black] .change-color {
        stroke: #1f1914;
    }

    .body[data-menu=black] .logo-black.mobile {
        opacity: 1;
    }

}

/* @media screen and (min-width: 990px) {

    .body[data-menu=black] .nav-side {
        background-image: url('https://assets.jibe.ovh/earlybird/img/dot-h-b.svg'), url('https://assets.jibe.ovh/earlybird/img/dot-h-b.svg');
    }

    .body[data-menu=black] .logo-header-link {
        background-image: url('https://assets.jibe.ovh/earlybird/img/dot-v-b.svg'), url('https://assets.jibe.ovh/earlybird/img/dot-v-b.svg');
    }

} */

/*
.woocommerce-checkout-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

*/
/*
.w-commerce-commercecheckoutplaceorderbutton {
    display: none;
}
*/

.w-commerce-commercecheckoutplaceorderbutton {
    width:100%;
}

.w-commerce-commercecheckoutplaceorderbutton:hover{
    border-style: dotted;
    border-width: 2px;
    border-color: #cecece;
    border-radius: 8px;
}

/*
.wc_payment_methods.payment_methods{
    display: none;
}

*/

.checkout li {
    list-style: none;

}

.mouture-select.disabled {
    display: none;
}

.color-change {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-2 {
    padding: 0;
    pointer-events: none;
    margin-right: -2px;
}

.btn-add:hover {
    background-color: #1f1914;
    border-radius: 6px;
}

.btn-add:focus {
    outline: none;
    background-color: #fff;
    color: #1f1914;
}

.btn-add {
    font-size: 22px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 9px 20px 10px;
    margin-bottom: 2px;
}



.btn-less line,
.btn-more line,
.btn-less circle,
.btn-more circle {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.btn-less:hover circle,
.btn-more:hover circle {
    fill: #1f1914;
}

.btn-less:hover line,
.btn-more:hover line {
    stroke: white;
}

.btn-less:active circle,
.btn-more:active circle {
    fill: #d16a39;
    stroke: #d16a39;
}

.btn-less:focus,
.btn-more:focus {
    outline: none;
}

/*
.cart-quantity-2 {
    display: none;
}
*/

.block-header {
    background-color: white;
}


.coffee-side-item:last-child {
    border-bottom: 0px solid rgba(0,0,0,0.2);
}

.text-decoration {
    color: black;
}

.page-account table {
    width: 100%;
}

.main-account a {
    color: #1f1914;
}

.main-account a:hover {
    color: white;
}


.main-account .button {
    color: white;
}


.apropos-text-insta {
    color: #1f1916;
}

.inst_stemp {
    text-decoration: none;
}

.header-wrapper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.woocommerce-orders-table__cell-order-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-orders-table__cell-order-actions .button {
    padding: 5px 10px 5px 11px;
    margin: 8px 3px;
    border-radius: 6px;
    border-style: dotted;
    border-width: 2px;
    border-color: #1f1914;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #1a1b1f;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: acumin-pro-condensed, sans-serif;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
    background-color: #1a1b1f;
    color: white;
}


.account-left li:nth-child(1),
.account-left li:nth-child(3),
.account-left li:nth-child(4) {
    display: none;
}

.account-left li:last-child .button-3 {
    background-image: none;
}

.product-kilo {
    display: none;
}

.variations div:nth-child(2) .product-cart-label {
    display: none;
}

abbr[title] {
    display: none;
}

input {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;

}

#shipping_method {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 0px;
    list-style-type:none;
}



#shipping_method li label {

    padding: 10px;
    border-style: dotted;
    border-width: 2px;
    border-color: #cecece;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "proxima-nova", sans-serif;

}

#shipping_method li input {
    display: none;
}


#shipping_method li label:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

#shipping_method input[type="radio"]:checked+label {
    background-color: #1f1914 !important;
    color: white;
    border-color: transparent !important;
}

#shipping_method .woocommerce-Price-amount {
    margin-left: 5px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    text-transform: initial;
    letter-spacing: .5px;
    font-size: 16px;
}

.woocommerce-privacy-policy-text p {

    font-size: 14px;
    line-height: 18px;
}

.woocommerce-privacy-policy-text {}

.woocommerce-checkout textarea {
    height: 160px;
    margin-top: 15px;
    margin-bottom: 0;
}

.account-link:hover .account-img-fff {
    opacity: 1;
}

.account-link:hover .account-img-black,
.account-link:hover .account-img-white {
    opacity: 0;
}

.cart-link:hover .cart-img-fff {
    opacity: 1;
}

.cart-link:hover .cart-img-black,
.cart-link:hover .cart-img-white {
    opacity: 0;
}

.woocommerce-orders-table__cell-order-number a {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}


.woocommerce-orders-table__cell-order-number a:active {
    background: white;
    color: #1a1b1f;
    border-color: white;
}


.account-right {
    font-size: 18px;
}

.woocommerce-orders-table__header {
    text-align: left;
}

.woocommerce-Addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-Addresses h3 {
    letter-spacing: 1px;
}

.account-right h3,
.account-right h2 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0px;
    text-align: left;
}

.woocommerce-Address-title a {
    padding: 5px 10px 5px 11px;
    margin: 8px 3px;
    border-radius: 6px;
    border-style: dotted;
    border-width: 2px;
    border-color: #1f1914;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #1a1b1f;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.woocommerce-Address-title a:active {
    background: white;
    color: #1a1b1f;
    border-color: white;
}


.woocommerce-Address-title a:hover {
    background-color: #1a1b1f;
    color: white;
}

.woocommerce-Address {
    margin-right: 120px;
}

.account-submit {
    outline: none !important;
    letter-spacing: 1px;
}

.account-submit:active {
    background: white;
    color: #1a1b1f;
    border-color: white;
}


.product-sticker-tea {
        position: absolute;
        height: 80%;
        object-fit: contain;
}

.product-sticker-tea img {
    height: 100%;
    border-radius: 8px;
}


.block-header {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.w-commerce-commercecheckoutcustomerinfowrapper:last-child {
    margin-bottom: 10px;
}

.notice-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #b18866;
}

mark {
    background: #7d7d5200;
    color: #000;
    font-weight: 700;
}


.woocommerce-table--order-details th {
    text-align: left;
}

.item-thumbnail img {
    width: 100px;
    height: 100px;
}

.woocommerce-table__product-name.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-table__product-name a {
    text-decoration: none;
    font-weight: 700;
    margin-right: 10px;
}

.wc-item-meta {
    display: none;
}

.account-right .w-commerce-commercecheckoutshippingcountryselector {
    background-color: transparent;
    border: none;
    border-style: none none dotted;
    border-width: 1px 1px 2px;
    border-color: #1b1b1b #1b1b1b rgba(31, 25, 20, 0.5);
    background-color: rgba(0, 0, 0, 0.07);
    font-family: acumin-pro-condensed, sans-serif;
    color: #1f1914;
    font-size: 18px;
}


.w-input:focus,
.w-select:focus,
select:focus {
    border-color: #000;
    outline: 0;
}

.w-input::-webkit-input-placeholder {
    color: #1f191454;
}

.w-input::-moz-placeholder {
    color: #1f191454;
}

.w-input:-ms-input-placeholder {
    color: #1f191454;
}

.w-input::-ms-input-placeholder {
    color: #1f191454;
}

.w-input::placeholder {
    color: #1f191454;
}

.account-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-row {
    margin-bottom: 20px;
}

.coffee .notice {
    display: none;
}

.btn-add {
    font-weight: 500;
}

.btn-add:hover {
    color: white;
}

.btn-add:active {
    color: #1f1914 !important;
}

.order-item-price {
    display: none;
}

.mobile-nav.off a {
    opacity: 0;
    transition-delay: 0s;
}

.mobile-nav a {
    transition-delay: .4s;
}

.create-account {
    padding: 24px 24px 20px;
}


.section-matos .home-wrapper {
    mix-blend-mode: multiply;
}


/* .product_cat_tea_infusions .product-coffee-title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: -17px;
} */

.nav-product {
    margin-top: -55px;
}

/*
.archive-coffee .best-item-link:hover .bkg-color {
    opacity: 1;
}

.archive-coffee .product-item-link:hover .bkg-color-big {
    opacity: 1;
}
*/

.product-item-link:hover .product-item-img {
    /*transform: scale(1.05);*/
}


.archive-cross-link:hover .archive-cross-img {
    transform: scale(1.05);
    opacity: 1;
}


.product-description-top p {
    margin: 0;
}

.cross-pagination {
    display: none;
}


.product_cat_matos .best-wrapper {
    mix-blend-mode: multiply;
}


.product_cat_tea_infusions .coffee-img {
    -o-object-fit: cover;
    object-fit: cover;
}


.product_cat_tea_infusions .best-item-img {
    aspect-ratio: 200 / 230;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -o-object-fit: cover;
    object-fit: cover;
}


.wrapper-home.wrapper-page {
    -webkit-box-align:start;
    -ms-flex-align:start;
        align-items:flex-start;
}


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




    .product_cat_tea_infusions .best-item-img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
    }


    .btn-next,
    .btn-prev {
        margin-top: 5px;
    }

}



.product_cat_tea_infusions .section-product-photo,
.product_cat_matos .section-product-photo {
    display: none;
}

.product_cat_matos .section-product-top {
    background-image: none;
    mix-blend-mode: multiply;
}

.product_cat_matos .product-img-wrapper {
    mix-blend-mode: multiply;
}

.w-dyn-empty {
    display: none;
}

.variation-wrapper {
    margin-bottom: 12px;
}


.product_cat_tea_infusions .section-product-bottom,
.product_cat_matos .section-product-bottom {
    padding-bottom: 0;
}


.best-img-wrapper {
    width: 230px;
    height: 310px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

@media screen and (min-width: 990px) {
    .mobile-nav {
        display: none;
    }
}

.checkout-page {
    padding: 150px 40px 70px;
}

@media screen and (max-width: 990px) {
    .checkout-page {
        padding: 70px 0px 70px;
    }

    .full-width-form {
        padding: 0px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mouture-wrapper {
        justify-content: center;
    }

    .div-block-179 {
        flex-direction: column;
    }

    .div-block-178 {
        width: 100%;
    }

    .area-deco-wrapper {
        display: none;
    }

    .sticky-inside {
        overflow: inherit;
    }

    .section-product-photo {
        overflow: hidden;
    }

    .account-orders-table tr {
        display: flex;
        flex-direction: column;
        /* width: 50vw; */
        border-radius: 12px;
        border-style: dotted;
        border-width: 2px;
        border-color: #1f1914;
        text-align: center;
        padding: 20px;
        margin-bottom: 30px;
    }


    .account-orders-table thead {
        display: none;
    }


    .woocommerce-orders-table__cell-order-actions {
        justify-content: center;
        margin-top: 30px;
    }

    .woocommerce-orders-table__cell-order-number a {
        font-size: 26px;
        line-height: 54px;
    }

    .woocommerce-Addresses {
        flex-direction: column;
        text-align: center;
    }

    .woocommerce-Addresses h3 {
        text-align: center;
    }

    .woocommerce-Address {
        margin-right: 0px;
        margin-bottom: 50px;
        margin-top: 25px;
    }

    .list-item-3,
    .account-right p {
        text-align: center;
    }
}


.transition {
    pointer-events: none;
    display: block;
}

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

    .embed-divider,
    .new-home-title {
        display: none;
    }

    .swiper-wrapper.home-coffee-list,
    .swiper-wrapper.home-tea-list {
        justify-content: flex-start;
    }

    .product-subtitle {
        text-align: center;
    }


}

.product-item-link.matos {
    height: 100%;
}

.swiper-container {
    overflow: visible;
}

@media screen and (min-width: 990px) {
    .swiper-pagination-custom {
        display: none;
    }

    .swiper-container.home-coffee {
        margin-bottom: 50px;
    }
}

.section-product-photo {
    min-height: inherit;
}

.footer-wrapper-top:after {
    content: "";
    background: url('../img/label.png');
    width: 134px;
    height: 124px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}

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

.footer-wrapper-top:after {
    content: "";
    background: url('../img/label.png');
    width: 120px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 160px;
    transform: translateX(-50%);
}
}

.body.coffee-bkg {
    background-color: white;
}

.product-add-img {
    object-fit: contain;
    max-height: 840px;
}


bdi {
    display:flex;
}

.archive-matos .coffee-item-content-wrapper  {
    justify-content: center;
    gap: 6vw;
}

.product-img-wrapper .coffee-img {
    mix-blend-mode: multiply;
}


.product_cat_coffee .product-img-wrapper .coffee-img {
    mix-blend-mode: unset;
}


@media screen and (max-width: 479px) {
.product-coffee-title {
    font-size: 100px;
    text-align: center;
    line-height: 70px;
    margin-top: 10px;
}
}


.section-onparle{
 
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 10vw;
    padding-bottom: 10vw;


    
    min-height: 600px;
    color:#1f1914 !important;
    
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    background-color: #F2E4C6;
    margin-top: 8vw;
}

.media-swiper {
    padding-left:3vw;
    max-width:100%;
}

/* .section-onparle h2{
        color:#1f1914 !important;
} */

.onparle-wrapper {
    display: flex;
    width: 100%;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px 0 0;
}

.onparle-item {
    width: 360px;
    display: flex;
    flex-direction: column;
    /* margin: 40px; */
}



.onparle-img img{
    height: 220px;
    object-fit: cover;
    border: 2px solid black;
    margin-bottom: 20px;
    border-radius:8px;
}

.onparle-title h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.8px;
}

.onparle-content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 10px 0;
}

@media (max-width:480px){
    .onparle-item {
    /* margin: 20px; */
}
.onparle-img img{
        width: 340px;
        height:200px;
}
}