.mh-ship{padding:1.2rem 2rem 1.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.mh-ship__text{margin:0 0 .8rem;font-size:1.5rem;line-height:1.4}.mh-ship__track{height:.8rem;border-radius:.4rem;background:rgba(var(--color-foreground),.12);overflow:hidden}.mh-ship__fill{display:block;height:100%;background:rgb(var(--color-button));transition:width .3s ease}.cart__footer .mh-ship{padding:0 0 1.6rem;border:0}.mh-upsell{margin:0 2rem;padding:1.4rem 0;border-top:.1rem solid rgba(var(--color-foreground),.1)}.mh-upsell__heading{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.mh-upsell__row{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center}.mh-upsell__img{width:6.4rem;height:6.4rem;object-fit:cover;border-radius:.6rem}.mh-upsell__title,.mh-upsell__text,.mh-upsell__price{margin:0;line-height:1.35}.mh-upsell__title{font-size:1.5rem}.mh-upsell__text{font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.mh-upsell__price{font-size:1.4rem;font-weight:600}.mh-upsell__btn{min-width:0;min-height:4.4rem;padding:0 1.6rem}.product-form__input--lots{display:grid;gap:1.4rem;border:0;padding:0;margin:0 0 1.6rem}.product-form__input--lots .form__label{margin-bottom:0}.mh-lots{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.2rem 0 1.8rem}@media screen and (min-width:750px){.mh-lots{gap:1.2rem}}.mh-lot{position:relative}.mh-lot input{position:absolute;opacity:0;width:1px;height:1px}.mh-lot label{display:flex;flex-direction:column;align-items:center;gap:.1rem;height:100%;padding:2.6rem .6rem 1.2rem;cursor:pointer;text-align:center;border:.1rem solid rgba(var(--color-foreground),.22);border-radius:1rem;background:rgb(var(--color-background))}.mh-lot__name{font-size:1.5rem;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums}.mh-lot__label{font-size:1.1rem;opacity:.7;line-height:1.2}.mh-lot__unit{margin-top:.7rem;font-size:1.45rem;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums}.mh-lot__unit small{display:block;font-weight:400;font-size:1.05rem;opacity:.7}.mh-lot__price{font-size:1.15rem;opacity:.7;font-variant-numeric:tabular-nums}.mh-lot__save{margin-top:.3rem;font-size:1.05rem;font-weight:600;line-height:1.2;color:rgb(var(--color-button));font-variant-numeric:tabular-nums}.mh-lot__sub{font-size:1.05rem;opacity:.7}.mh-lot__rupture{font-size:1.05rem;font-weight:600}.mh-lot input.disabled+label{opacity:.5}.mh-lot__badge{position:absolute;top:-.7rem;left:.4rem;right:.4rem;z-index:1;padding:.25rem .4rem;border-radius:999px;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.mh-lot__badge--calc{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.35);font-weight:400}.mh-sticky{position:fixed;left:0;right:0;bottom:0;z-index:3;display:flex;gap:1.2rem;align-items:center;padding:1rem 1.6rem calc(1rem + env(safe-area-inset-bottom));background:rgb(var(--color-background));box-shadow:0 -.2rem 1.2rem #0000001f;transform:translateY(110%);visibility:hidden;transition:transform .25s ease,visibility .25s}.mh-sticky.is-visible{transform:none;visibility:visible}.mh-sticky__info{flex:1;min-width:0}.mh-sticky__title{margin:0;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh-sticky__price{margin:0;font-size:1.6rem;font-weight:600}.mh-sticky .button{min-height:4.8rem;padding:0 2rem}@media screen and (min-width:750px){.mh-sticky{display:none}}@media(prefers-reduced-motion:reduce){.mh-sticky,.mh-ship__fill{transition:none}}.mh-section__heading{margin:0 0 1.2rem}.mh-section__intro{max-width:64rem;margin:0 0 3rem;font-size:1.8rem;line-height:1.55}.mh-center{text-align:center}.mh-center .mh-section__intro{margin-left:auto;margin-right:auto}.mh-note{margin-top:1.6rem;font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.mh-compare-wrap{overflow-x:auto}.mh-compare{width:100%;border-collapse:collapse;font-size:1.6rem;line-height:1.45}.mh-compare th,.mh-compare td{padding:1.4rem 1.2rem;text-align:left;vertical-align:top;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.mh-compare thead th{font-size:1.5rem}.mh-compare thead th:last-child,.mh-compare td:last-child{background:rgba(var(--color-foreground),.05)}.mh-compare tbody th{font-weight:600;width:30%}@media screen and (max-width:749px){.mh-compare{font-size:1.5rem}.mh-compare th,.mh-compare td{padding:1.2rem .8rem}}.mh-steps{display:grid;gap:2.4rem;list-style:none;padding:0;margin:0;counter-reset:mhstep}@media screen and (min-width:750px){.mh-steps{grid-template-columns:repeat(var(--mh-cols, 3),1fr)}}.mh-step{counter-increment:mhstep}.mh-step__media{margin-bottom:1.4rem;border-radius:1.2rem;overflow:hidden;aspect-ratio:4 / 3;background:rgba(var(--color-foreground),.06)}.mh-step__media img,.mh-step__media svg{display:block;width:100%;height:100%;object-fit:cover}.mh-step__title{display:flex;gap:1rem;align-items:baseline;margin:0 0 .6rem}.mh-step__title:before{content:counter(mhstep);flex:none;display:inline-grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.6rem}.mh-step__text{font-size:1.6rem;line-height:1.55}.mh-trust{display:grid;gap:2rem;list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.mh-trust{grid-template-columns:repeat(var(--mh-cols, 3),1fr)}}.mh-trust__item{display:flex;gap:1.4rem;align-items:flex-start}.mh-trust__icon{flex:none;width:4.4rem;height:4.4rem}.mh-trust__title{margin:0 0 .4rem;font-size:1.7rem;font-weight:600}.mh-trust__text{margin:0;font-size:1.5rem;line-height:1.5}.mh-faq{max-width:80rem;margin:0 auto}.mh-faq details{border-bottom:.1rem solid rgba(var(--color-foreground),.15)}.mh-faq summary{display:flex;justify-content:space-between;gap:1.6rem;align-items:center;min-height:5.6rem;padding:1.4rem 0;cursor:pointer;list-style:none;font-size:1.8rem;font-weight:600;line-height:1.4}.mh-faq summary::-webkit-details-marker{display:none}.mh-faq summary:after{content:"+";flex:none;font-size:2.4rem;line-height:1}.mh-faq details[open] summary:after{content:"\2212"}.mh-faq__answer{padding:0 0 2rem;font-size:1.7rem;line-height:1.6}.mh-offer{padding:1.2rem 1.6rem;text-align:center;font-size:1.6rem;line-height:1.4}.mh-offer a{color:inherit;font-weight:600}.mh-placeholder{padding:2rem;border:.2rem dashed #b3261e;border-radius:1rem;color:#8c1d18;background:#fff4f2;font-size:1.5rem}.mh-addons{margin:0 0 1.6rem;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:1rem}.mh-addons__heading{margin:0;padding:1.2rem 1.6rem .4rem;font-weight:600;font-size:1.5rem}.mh-addon{display:grid;grid-template-columns:auto auto 1fr auto;gap:1.2rem;align-items:center;padding:1rem 1.6rem;cursor:pointer;border-top:.1rem solid rgba(var(--color-foreground),.1)}.mh-addons__heading+.mh-addon{border-top:0}.mh-addon input{width:2.2rem;height:2.2rem;accent-color:rgb(var(--color-button))}.mh-addon__img{width:4.8rem;height:4.8rem;object-fit:cover;border-radius:.6rem}.mh-addon__text strong{display:block;font-size:1.5rem}.mh-addon__text small{display:block;font-size:1.3rem;color:rgba(var(--color-foreground),.8);line-height:1.3}.mh-addon__price{font-weight:600;font-size:1.5rem}.mh-nudge{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin:0 0 1.6rem;padding:1.2rem 1.4rem;border-radius:1rem;background:rgba(var(--color-button),.1);font-size:1.5rem}.mh-nudge[hidden]{display:none}.mh-nudge__btn{margin-left:auto;min-height:4.4rem;min-width:0;padding:0 1.6rem}#mh-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--mh-intro-bg, #211B17);display:grid;place-items:center;cursor:pointer;will-change:transform,opacity}#mh-intro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(42% 38% at 50% 44%,rgba(226,104,43,.14),transparent 70%)}#mh-intro[hidden]{display:none}.mh-intro__stage{position:relative;display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,5vh,4rem)}#mh-scene{width:min(72vw,34rem);height:auto;overflow:visible}.mh-intro__wm{font-family:var(--mh-display);color:var(--mh-intro-fg, #F7F3EA);font-size:clamp(1.9rem,2.3vw,2.5rem);letter-spacing:.36em;padding-left:.36em;margin:0}.mh-intro__wm span{display:inline-block;opacity:0;transform:translateY(1.2rem)}.mh-intro__skip{position:absolute;left:50%;bottom:max(2.4rem,env(safe-area-inset-bottom,0px));transform:translate(-50%);background:none;border:0;color:#f7f3ea8c;font-family:var(--mh-text);font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;opacity:0;transition:opacity .5s .8s;cursor:pointer;min-height:4.4rem;padding:0 1.6rem}#mh-intro.is-ready .mh-intro__skip{opacity:1}#mh-intro:focus-visible{outline:.1rem solid var(--mh-intro-fg, #F7F3EA);outline-offset:-.4rem}@media print{#mh-intro{display:none!important}}@media(prefers-reduced-motion:reduce){#mh-intro{display:none!important}}body{font-family:var(--mh-text, inherit)}h1,h2,h3,.h0,.h1,.h2,.h3,.mh-section__heading,.mh-step__title,.mh-faq summary{font-family:var(--mh-display, inherit);font-weight:500}.mh-anchor{display:block;position:relative;top:calc(-1 * var(--header-height, 6rem) - 1.6rem);height:0;visibility:hidden}.mh-todo{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em;line-height:1.4;padding:.2rem .6rem;border:.1rem dashed rgba(var(--color-foreground),.45);border-radius:.4rem;background:rgba(var(--color-foreground),.05);overflow-wrap:anywhere}.mh-facts{list-style:none;margin:1.6rem 0 .8rem;padding:0;display:grid;gap:.8rem}.mh-facts__item{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;font-size:1.5rem;padding-bottom:.8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.mh-facts__label{font-weight:600;min-width:9rem}.mh-facts__link{font-size:1.4rem;margin:0 0 1.6rem}.mh-composition__lead,.mh-section__intro{max-width:62ch}.mh-composition__list,.mh-contents__panel{margin:2.4rem 0 0;max-width:72rem}.mh-composition__row,.mh-contents__row{display:grid;gap:.4rem;padding:1.2rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.14)}.mh-composition__row dt,.mh-contents__row dt{font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;opacity:.75;margin:0}.mh-composition__row dd,.mh-contents__row dd{margin:0;font-size:1.6rem;overflow-wrap:anywhere}.mh-contents__row--total dd{font-size:2rem;font-weight:600}.mh-composition__foot{margin-top:2rem;font-size:1.5rem;opacity:.85}.mh-contents__panel[hidden]{display:none}@media screen and (min-width:750px){.mh-composition__row,.mh-contents__row{grid-template-columns:22rem 1fr;gap:2.4rem;align-items:baseline}.mh-composition__row dt,.mh-contents__row dt{padding-top:.3rem}}@media screen and (max-width:749px){.shopify-section>.mh-section>.page-width,.shopify-section .rich-text__wrapper{padding-top:4rem!important;padding-bottom:4rem!important}}.mh-hero__grid{display:grid;gap:2.4rem;align-items:center}.mh-hero__img{width:100%;height:auto;max-height:46vh;object-fit:cover;object-position:center 56%;border-radius:var(--media-radius, 1.2rem);display:block}.mh-hero__eyebrow{font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase;margin:0 0 1.2rem;opacity:.85}.mh-hero__heading{margin:0 0 1.6rem}.mh-hero__body{max-width:52ch;margin-bottom:2.4rem}.mh-hero__body p{margin:0 0 1em}.mh-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.4rem}.mh-hero__link{min-height:4.4rem;display:inline-flex;align-items:center;color:rgb(var(--color-foreground));text-underline-offset:.4rem;text-decoration-thickness:.1rem}.mh-hero__body a{color:rgb(var(--color-foreground));text-underline-offset:.3rem}@media screen and (min-width:750px){.mh-hero__grid{grid-template-columns:1fr 1fr;gap:4.8rem}.mh-hero--right .mh-hero__media{order:2}.mh-hero__img{max-height:62vh}}@media screen and (max-width:749px){.mh-lot label{min-height:5.6rem;padding:1.1rem 1.3rem;gap:.2rem .9rem;border-width:.1rem}.mh-lot__name{font-size:1.5rem;line-height:1.25}.mh-lot__sub{font-size:1.25rem;line-height:1.3}.mh-lot__price{font-size:1.6rem}.mh-lot__save{font-size:1.15rem}.product__media-wrapper .product__media-list{--gallery-cap: 52vh}.product__media-wrapper .product__media img{max-height:52vh;object-fit:contain}}.mh-lot__label{grid-column:2;font-size:1.35rem;opacity:.75;align-self:center}@media screen and (max-width:749px){.mh-lot__label{font-size:1.2rem}}.mh-nav-inline{display:none}@media screen and (min-width:990px){.mh-nav-inline{display:block}}.mh-nav-bar{display:block;background:rgb(var(--color-background));border-bottom:.1rem solid rgba(var(--color-foreground),.12);position:relative;z-index:2}.mh-nav-bar ul{display:flex;gap:.8rem;margin:0;padding:0 1.6rem;list-style:none;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mh-nav-bar ul::-webkit-scrollbar{display:none}.mh-nav-bar__item{display:inline-flex;align-items:center;min-height:4.4rem;padding:0 1.4rem;white-space:nowrap;font-size:1.35rem;letter-spacing:.04em;text-decoration:none;color:rgb(var(--color-foreground));opacity:.85}.mh-nav-bar__item:hover,.mh-nav-bar__item:focus-visible{opacity:1}@media screen and (min-width:990px){.mh-nav-bar{display:none}}.header__icon--search,details-modal.header__search{display:none}.mh-lot__badge--calc{background:transparent;color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.45);font-weight:400}.rich-text__caption,.mh-hero__eyebrow,.caption-with-letter-spacing{color:rgb(var(--color-button));font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase}.rich-text__heading:after,.mh-section__heading:after{content:"";display:block;width:4.8rem;height:.1rem;margin-top:1.6rem;background:rgba(var(--color-foreground),.35)}.mh-center .mh-section__heading:after{margin-left:auto;margin-right:auto}.rich-text__blocks,.mh-section__inner{position:relative}.rich-text__blocks:before{content:"\67ff";position:absolute;top:-2.4rem;right:-.5rem;font-family:var(--mh-display);font-size:12rem;line-height:1;color:rgba(var(--color-foreground),.045);pointer-events:none;z-index:0}@media screen and (max-width:749px){.rich-text__blocks:before{font-size:8rem;top:-1.2rem}}.mh-trust{position:relative;z-index:1}.button,.shopify-challenge__button,.customer button,.mh-nav-bar__item,.header__menu-item,.mh-lot label,.mh-faq summary,.mh-hero__link{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .14s ease}.button:not([disabled]):hover{transform:translateY(-.2rem);box-shadow:0 .6rem 1.6rem #00000047;filter:brightness(1.06)}.button:not([disabled]):active{transform:translateY(0);box-shadow:0 .1rem .3rem #0000004d;filter:brightness(.96)}.button[disabled]{cursor:not-allowed;opacity:.55}.button--secondary:not([disabled]):hover{background:rgba(var(--color-foreground),.08);border-color:rgb(var(--color-foreground))}.header__menu-item,.mh-nav-bar__item,.mh-hero__link{position:relative}.header__menu-item:after,.mh-nav-bar__item:after{content:"";position:absolute;left:1.4rem;right:1.4rem;bottom:.8rem;height:.1rem;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.header__menu-item:hover:after,.header__menu-item:focus-visible:after,.mh-nav-bar__item:hover:after,.mh-nav-bar__item:focus-visible:after{transform:scaleX(1)}.mh-hero__link:hover{text-underline-offset:.6rem}.mh-lot label:hover{border-color:rgba(var(--color-foreground),.55);background:rgba(var(--color-foreground),.04)}.mh-lot input:checked+label,.mh-lot input:checked+label:hover{border-color:rgb(var(--color-button));box-shadow:inset 0 0 0 .1rem rgb(var(--color-button))}.mh-lot label:active{transform:scale(.995)}.mh-lot input:checked+label{background:rgba(var(--color-button),.07)}.mh-faq summary:hover{background:rgba(var(--color-foreground),.04)}.mh-faq summary:after{transition:transform .22s ease,color .18s ease}.mh-faq details[open] summary:after{transform:rotate(45deg)}.mh-hero__media,.mh-step__media{overflow:hidden;border-radius:var(--media-radius, 1.2rem)}.mh-hero__img{transition:transform .6s cubic-bezier(.22,.61,.36,1)}.mh-hero__media:hover .mh-hero__img{transform:scale(1.02)}.button:focus-visible,.mh-nav-bar__item:focus-visible,.header__menu-item:focus-visible,.mh-faq summary:focus-visible,.mh-lot input:focus-visible+label{outline:.2rem solid rgb(var(--color-button));outline-offset:.3rem}@media(prefers-reduced-motion:reduce){.button,.mh-lot label,.mh-faq summary,.mh-hero__img,.header__menu-item:after,.mh-nav-bar__item:after{transition:none!important}.button:hover,.mh-lot label:active,.mh-hero__media:hover .mh-hero__img{transform:none!important}}.mh-quick-links{display:flex;flex-wrap:wrap;gap:.8rem 2rem;margin:1.6rem 0 .8rem}.mh-quick-links a{font-size:1.45rem;color:rgb(var(--color-foreground));text-underline-offset:.4rem;min-height:4.4rem;display:inline-flex;align-items:center}.mh-logo{display:inline-flex;align-items:center;line-height:0}.mh-logo img{height:var(--mh-logo-h, 6.4rem);width:auto;max-width:100%;display:block}@media screen and (max-width:749px){.mh-logo img{height:max(4rem,calc(var(--mh-logo-h, 6.4rem) * .68))}}.header--has-menu .header__heading{display:flex;align-items:center}.mh-facts__link a,.mh-facts a,.mh-composition a,.mh-contents a{color:rgb(var(--color-foreground));text-underline-offset:.3rem}body,.color-scheme-1,.color-scheme-2,.color-scheme-3,.color-scheme-4,.color-scheme-5{color:rgb(var(--color-foreground))}.mh-lot__label,.mh-lot__price,.mh-lot__unit small,.mh-lot__sub,.mh-composition__row dt,.mh-contents__row dt,.mh-composition__foot,.mh-facts__link,.mh-trust__text,.rich-text__caption{opacity:.85}.mh-hero__eyebrow,.rich-text__caption,.caption-with-letter-spacing{color:rgb(var(--color-foreground));opacity:1}.button,.shopify-challenge__button,.customer button{font-size:1.9rem;font-weight:700;letter-spacing:.01em}.mh-sticky .button{font-size:1.7rem}.mh-step__title:before{color:#84927a}.mh-trust__icon{color:#84927a}.rich-text__heading:after,.mh-section__heading:after{background:#84927a;opacity:1}.mh-composition__row,.mh-contents__row{border-bottom-color:#84927a8c}.mh-faq details{border-bottom-color:#84927a8c}.h0,.h1,.h2,.h3,.h4,.h5,.h6,h4,h5,h6,.accordion__title,.announcement-bar__message,blockquote,legend,caption{font-family:var(--mh-display, inherit)}input,select,textarea,button,.field__input,.select__select,.customer *,.placeholder,::placeholder{font-family:var(--mh-text, inherit)}.mh-hero--pleine{position:relative;padding:0}.mh-hero--pleine .mh-hero__grid{display:block;position:relative;max-width:none;padding:0!important;min-height:var(--mh-hauteur, 68vh)}.mh-hero--pleine .mh-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.mh-hero--pleine .mh-hero__img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center 55%;border-radius:0}.mh-hero--pleine .mh-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .32)),rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .18)),#3f332d0f 68%,#3f332d00)}.mh-hero--pleine.mh-hero--right .mh-hero__media:after{background:linear-gradient(to left,rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .32)),rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .18)),#3f332d0f 68%,#3f332d00)}@media screen and (max-width:749px){.mh-hero--pleine .mh-hero__media:after,.mh-hero--pleine.mh-hero--right .mh-hero__media:after{background:linear-gradient(to top,rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .34)),rgba(63,51,45,calc(var(--mh-voile, 45%) / 100 + .12)) 52%,#3f332d0d)}}.mh-hero--pleine .mh-hero__text{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:var(--mh-hauteur, 68vh);max-width:1200px;margin:0 auto;padding:4rem 2rem 4.8rem;color:#f7f1e7}.mh-hero--pleine .mh-hero__heading,.mh-hero--pleine .mh-hero__body,.mh-hero--pleine .mh-hero__eyebrow,.mh-hero--pleine .mh-hero__link{color:#f7f1e7}.mh-hero--pleine .mh-hero__body{max-width:46ch}.mh-hero--pleine .mh-hero__link{text-decoration-color:#f7f1e799}@media screen and (min-width:750px){.mh-hero--pleine .mh-hero__text{justify-content:center;padding:6rem 4.8rem;max-width:1200px}.mh-hero--pleine .mh-hero__heading,.mh-hero--pleine .mh-hero__body,.mh-hero--pleine .mh-hero__eyebrow,.mh-hero--pleine .mh-hero__actions{max-width:42%}.mh-hero--pleine.mh-hero--right .mh-hero__text{align-items:flex-end;text-align:right}.mh-hero--pleine.mh-hero--right .mh-hero__actions{justify-content:flex-end}}.product__media-wrapper .slider{position:relative}.product__media-wrapper .slider-buttons{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;margin:0;pointer-events:none;z-index:2}.product__media-wrapper .slider-button{pointer-events:auto;width:4.4rem;height:4.4rem;min-width:4.4rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f7f1e7eb;color:#3f332d;box-shadow:0 .2rem .8rem #3f332d2e;transition:background-color .18s ease,transform .14s ease}.product__media-wrapper .slider-button:hover{background:#f7f1e7;transform:scale(1.06)}.product__media-wrapper .slider-button:active{transform:scale(.96)}.product__media-wrapper .slider-button[disabled]{opacity:.35}.product__media-wrapper .slider-button .svg-wrapper{width:2rem;height:2rem}.product__media-wrapper .slider-counter{pointer-events:none;position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);padding:.3rem 1.1rem;border-radius:999px;background:#3f332d8c;color:#f7f1e7;font-size:1.2rem;font-variant-numeric:tabular-nums}@media screen and (max-width:749px){.product__media-wrapper .slider-buttons{padding:0 .8rem}.product__media-wrapper .slider-button{width:4rem;height:4rem;min-width:4rem}}.mh-contents__repli{border-top:.1rem solid rgba(132,146,122,.55);margin-top:2.4rem}.mh-contents__repli>summary{cursor:pointer;list-style:none;padding:1.8rem 3.4rem 1.8rem 0;position:relative;font-family:var(--mh-display);font-size:1.8rem}.mh-contents__repli>summary::-webkit-details-marker{display:none}.mh-contents__repli>summary:after{content:"+";position:absolute;right:.4rem;top:1.5rem;font-size:2.2rem;color:#a35839;transition:transform .22s ease}.mh-contents__repli[open]>summary:after{transform:rotate(45deg)}.mh-contents__repli>summary:hover{background:#3f332d0a}.mh-figure__media{margin:0 auto;max-width:var(--mh-figure-max, 900px);display:flex;flex-direction:column;gap:.75rem}.mh-figure__img{display:block;width:100%;height:auto;border-radius:10px}.mh-figure__legende{font-size:1.3rem;line-height:1.5;text-align:center;opacity:.8}.mh-media--auto{padding-bottom:0!important;height:auto}.mh-media--auto>img,.mh-media--auto>.mh-hero__img{position:static;width:100%;height:auto;object-fit:contain}.mh-figure__img{aspect-ratio:var(--mh-figure-ratio, auto);object-fit:contain}[id^=GalleryViewer]{position:relative}@media screen and (min-width:750px){.product__media-container [id^=GalleryViewer] .slider-buttons,[id^=GalleryViewer].slider-mobile-gutter .slider-buttons{display:flex}}[id^=GalleryViewer] .slider-buttons{position:absolute;top:0;right:0;bottom:0;left:0;justify-content:space-between;align-items:center;padding:0 .8rem;pointer-events:none;z-index:2}[id^=GalleryViewer] .slider-button{pointer-events:auto;width:4.4rem;height:4.4rem;min-width:4.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f7f1e7eb;color:#3f332d;box-shadow:0 2px 10px #3f332d2e;transition:background .15s ease,transform .15s ease}[id^=GalleryViewer] .slider-button:hover{background:#f7f1e7;transform:scale(1.06)}[id^=GalleryViewer] .slider-button:active{transform:scale(.96)}[id^=GalleryViewer] .slider-button:focus-visible{outline:2px solid #3F332D;outline-offset:2px}[id^=GalleryViewer] .slider-button[disabled]{opacity:.35;box-shadow:none}[id^=GalleryViewer] .slider-button .svg-wrapper{width:1.8rem;height:1.8rem}[id^=GalleryViewer] .slider-counter{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);margin:0;padding:.3rem 1.1rem;border-radius:999px;background:#f7f1e7eb;color:#3f332d;font-size:1.2rem;pointer-events:none;z-index:2}@media(prefers-reduced-motion:reduce){[id^=GalleryViewer] .slider-button,[id^=GalleryViewer] .slider-button:hover,[id^=GalleryViewer] .slider-button:active{transition:none;transform:none}}.mh-steps__planche{margin:0 auto 3.2rem;max-width:76rem}.mh-steps__planche .mh-figure__img{display:block;width:100%;height:auto;border-radius:1.2rem}@media screen and (max-width:749px){.mh-hero--pleine .mh-hero__grid{min-height:0;display:flex;flex-direction:column}.mh-hero--pleine .mh-hero__media{position:relative;inset:auto;width:100%;aspect-ratio:var(--mh-ratio, 16 / 9)}.mh-hero--pleine .mh-hero__img{height:100%;object-position:center}.mh-hero--pleine .mh-hero__media:after,.mh-hero--pleine.mh-hero--right .mh-hero__media:after{content:none}.mh-hero--pleine .mh-hero__text{min-height:0;justify-content:flex-start;padding:2.4rem 1.5rem 3.2rem;color:rgb(var(--color-foreground))}.mh-hero--pleine .mh-hero__heading,.mh-hero--pleine .mh-hero__body,.mh-hero--pleine .mh-hero__eyebrow,.mh-hero--pleine .mh-hero__link{color:rgb(var(--color-foreground));max-width:none}.mh-hero--pleine .mh-hero__link{text-decoration-color:rgba(var(--color-foreground),.6)}}@media screen and (max-width:749px){.grid--peek.slider--everywhere{margin:0;width:100%}.grid--peek.slider--everywhere .grid__item{box-sizing:content-box;margin:0}}.mh-nudge__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.6rem;margin-top:1rem}.mh-nudge__refus{background:none;border:0;padding:.8rem 0;min-height:44px;font-size:1.4rem;color:rgba(var(--color-foreground),.85);text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.mh-nudge__refus:hover{color:rgb(var(--color-foreground))}.mh-nudge__refus:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.mh-compare__cadre{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:1.2rem;border:1px solid rgba(var(--color-foreground),.15)}.mh-compare__table{width:100%;border-collapse:collapse;font-size:1.5rem;min-width:34rem}.mh-compare__table th,.mh-compare__table td{padding:1.2rem 1.4rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(var(--color-foreground),.12)}.mh-compare__table tbody tr:last-child th,.mh-compare__table tbody tr:last-child td{border-bottom:0}.mh-compare__table thead th{font-family:var(--font-heading-family);font-size:1.6rem;background:rgba(var(--color-foreground),.05)}.mh-compare__table .mh-compare__nous{background:rgba(var(--color-button),.1)}.mh-compare__table tbody th{font-weight:600;white-space:nowrap}.mh-compare__marque{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-right:.6rem;border-radius:50%;font-size:1.2rem;line-height:1;vertical-align:middle}.mh-compare__marque--oui{background:#686c5b;color:#f7f1e7}.mh-compare__marque--non{background:rgba(var(--color-foreground),.12);color:rgb(var(--color-foreground))}.mh-compare__vignette{width:4.8rem;height:auto;display:block;margin-bottom:.6rem}.mh-compare__remarque{margin:1.2rem 0 0;font-size:1.3rem;line-height:1.5;opacity:.8}.mh-compare__actions{margin-top:2.4rem;display:flex;justify-content:center}.mh-cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center}.mh-cta__heading{margin:0}.mh-cta__texte{margin:0;max-width:52ch}.mh-cta__texte p{margin:0}.mh-cta__bouton{margin-top:.8rem}.mh-atouts{list-style:none;margin:1.2rem 0 1.6rem;padding:0;display:flex;flex-direction:column;gap:.8rem}.mh-atout{display:flex;align-items:flex-start;gap:1rem;font-size:1.5rem;line-height:1.45}.mh-atout__coche{flex:none;display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;margin-top:.1rem;border-radius:50%;background:#686c5b;color:#f7f1e7}.mh-atout__coche svg{width:1.2rem;height:1.2rem}.mh-paiement{margin:1.2rem 0 0}.mh-paiement__liste{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.mh-paiement__item{display:flex}.mh-paiement__icone{width:3.8rem;height:auto;display:block}@media screen and (max-width:749px){.product__media-list.grid--peek{--grid-mobile-horizontal-spacing: 0px;column-gap:0}.product__media-list.grid--peek .grid__item{min-width:100%;width:100%}.product__media-list.grid--peek.slider .grid__item:first-of-type{margin-left:0}.product__media-list.grid--peek.slider:after{display:none}}[id^=GalleryViewer] .slider-buttons{padding:0 1.2rem}[id^=GalleryViewer] .slider-button[disabled]{opacity:.55}[id^=GalleryViewer] .slider-counter{bottom:auto;top:calc(100% - 4rem)}@media screen and (min-width:750px){[id^=GalleryViewer] .slider-counter{top:auto;bottom:1.2rem}}.mh-lot__ref{display:block;font-size:1.2rem;line-height:1.3;opacity:.7}.mh-lot__ref s{text-decoration-thickness:1px}.mh-lot__ref small{font-size:1.1rem}.mh-avis__resume{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem 1rem;margin-bottom:1rem}.mh-avis__moyenne{font-family:var(--font-heading-family);font-size:3.2rem;line-height:1}.mh-avis__nb{font-size:1.4rem;opacity:.8}.mh-avis__etoiles{display:inline-flex;gap:.15em;letter-spacing:0}.mh-etoile{color:rgba(var(--color-foreground),.25);font-size:1.8rem;line-height:1}.mh-etoile--pleine{color:#d96c3f}.mh-avis__provenance{max-width:68ch;margin:0 auto 2.4rem;padding:1.2rem 1.6rem;border-left:3px solid #84927A;background:rgba(var(--color-foreground),.04);border-radius:0 .8rem .8rem 0;font-size:1.4rem;line-height:1.55}.mh-avis__liste{margin:0;padding:0;gap:1.6rem}.mh-avis__liste--liste,.mh-avis__liste--grille{display:grid;list-style:none}@media screen and (min-width:750px){.mh-avis__liste--grille{grid-template-columns:repeat(var(--mh-avis-cols, 3),1fr)}.mh-avis__liste--liste{grid-template-columns:repeat(2,1fr)}}.mh-avis__liste.slider .mh-avis__item{display:flex;flex-direction:column;height:auto}.mh-avis__liste.slider .mh-avis__pied{margin-top:auto;padding-top:1rem}.mh-avis .slider-buttons{margin-top:1.6rem}.mh-avis__item{padding:1.8rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:1.2rem}.mh-avis__note{margin:0 0 .6rem}.mh-avis__titre{margin:0 0 .6rem;font-weight:600}.mh-avis__texte{margin:0 0 1rem;padding:0;border:0;font-size:1.5rem;line-height:1.6}.mh-avis__texte p{margin:0 0 .6rem}.mh-avis__texte p:last-child{margin-bottom:0}.mh-avis__pied{margin:0;display:flex;flex-wrap:wrap;gap:.3rem 1rem;font-size:1.3rem;opacity:.8}.mh-avis__auteur{font-weight:600;opacity:1}.mh-avis__source{font-style:italic}.mh-avis__methode{margin:2rem 0 0;text-align:center;font-size:1.4rem}.mh-avis__attente,.mh-avis__alerte{max-width:68ch;margin:0 auto;padding:1.2rem 1.6rem;border-radius:.8rem;font-size:1.4rem;line-height:1.55;text-align:center}.mh-avis__alerte{border:1px solid #D96C3F;background:#d96c3f14}.mh-avis__photo{margin:0 0 1rem}.mh-avis__img{display:block;width:100%;max-width:24rem;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:.8rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mh-brand.css.map */
