.mr-cart-drawer{inset:0 0 0 auto;margin:0;height:100dvh;max-height:100dvh;width:min(480px,100%);max-width:100%;border:0;padding:0;background:var(--mr-cream);color:var(--mr-ink);box-shadow:-15px 0 70px #21140e22;overflow:hidden}.mr-cart-drawer[open]{display:flex;flex-direction:column;animation:mr-drawer-in .24s ease-out}.mr-drawer-header{padding:25px 26px 20px;border-bottom:1px solid var(--mr-line);display:flex;align-items:center;justify-content:space-between;gap:15px;flex:none}.mr-drawer-header .mr-eyebrow{font-size:9px;margin-bottom:7px}.mr-drawer-header h2{font-size:32px}.mr-drawer-close{width:44px;height:44px;border:1px solid var(--mr-line);border-radius:8px;background:transparent;color:var(--mr-red);font-size:27px}.mr-drawer-body{min-height:0;flex:1;display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain}.mr-drawer-lines{padding:0 24px;flex:1}.mr-drawer-line{display:grid;grid-template-columns:100px minmax(0,1fr);gap:18px;padding:24px 0;border-bottom:1px solid var(--mr-line)}.mr-drawer-photo img{aspect-ratio:1;object-fit:cover;border-radius:8px}.mr-drawer-line h3{font:500 14px/1.45 var(--mr-sans);margin-bottom:5px}.mr-drawer-line p{font-size:12px;line-height:1.5;margin:5px 0}.mr-drawer-line strong{font-size:14px;color:var(--mr-red);display:block;margin:8px 0}.mr-drawer-line-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px}.mr-drawer-quantity{display:flex;border:1px solid #d9cebd;border-radius:8px;overflow:hidden;background:#fff}.mr-drawer-quantity button{width:38px;min-height:42px;border:0;background:transparent;color:var(--mr-red);font-size:20px}.mr-drawer-quantity input{width:38px;min-width:0;padding:8px 0;text-align:center;border:0;border-radius:0;font-size:16px;-webkit-appearance:textfield;appearance:textfield}.mr-drawer-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.mr-drawer-remove{border:0;background:transparent;min-height:44px;color:var(--mr-red);font-size:11px;padding:4px}.mr-drawer-summary{position:sticky;bottom:0;flex:none;background:var(--mr-cream);border-top:1px solid var(--mr-line);padding:20px 26px max(22px,env(safe-area-inset-bottom))}.mr-drawer-summary .mr-drawer-total{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;color:var(--mr-ink);margin-bottom:8px}.mr-drawer-total strong{font-size:22px}.mr-drawer-summary .mr-small{font-size:11px;line-height:1.6}.mr-drawer-summary form{margin-top:16px}.mr-drawer-summary .mr-button{width:100%;min-height:48px;font-size:12px}.mr-drawer-summary>.mr-button{margin-top:8px}.mr-drawer-empty{padding:65px 30px;text-align:center;margin:auto}.mr-drawer-empty-title{font:30px/1.2 var(--mr-serif);color:var(--mr-ink);margin-bottom:18px}.mr-drawer-empty .mr-button{margin-top:25px}.mr-cart-error:empty{display:none}.mr-cart-error{background:#fff0ed;color:#861d2a;padding:14px 24px;font-size:13px;flex:none}.mr-cart-drawer[aria-busy=true] .mr-drawer-body{opacity:.6;pointer-events:none}.mr-cart-form-error{color:var(--mr-red);font-size:13px;margin:14px 0!important}.mr-cart-form-error:empty{display:none}@keyframes mr-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:380px){.mr-drawer-header,.mr-drawer-summary,.mr-drawer-lines{padding-inline:18px}.mr-drawer-line{grid-template-columns:78px minmax(0,1fr);gap:12px}.mr-drawer-quantity button{width:34px}}.mr-newsletter-veil{position:fixed;top:0;right:0;bottom:0;left:0;background:#25171124;pointer-events:none;z-index:70;animation:mr-news-fade .45s ease}.mr-newsletter-veil[hidden],.mr-news-pop[hidden]{display:none}.mr-news-pop{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(900px,calc(100% - 60px));max-height:calc(100dvh - 56px);overflow:auto;display:grid;grid-template-columns:1.06fr .94fr;background:#fff;border-radius:12px;box-shadow:0 18px 85px #30201436;z-index:71;animation:mr-news-enter .45s ease}.mr-news-pop-copy{padding:43px 42px 31px;text-align:center}.mr-news-pop-copy>.mr-eyebrow{font-size:9px;letter-spacing:1.9px;margin-bottom:20px}.mr-news-pop h2{font:400 35px/1.15 var(--mr-serif);letter-spacing:-.7px;max-width:320px;margin:0 auto 17px}.mr-news-offer{font:400 44px/1.1 var(--mr-serif);color:var(--mr-red);letter-spacing:-.7px;margin-bottom:15px}.mr-news-pop-text{font-size:13px;line-height:1.7;max-width:290px;margin:0 auto 23px}.mr-news-pop-copy form>input:not([type=hidden]){display:block;width:100%;font-size:14px;min-height:47px;margin:10px 0;border:1px solid var(--mr-line);border-radius:8px;background:#fffcf8}.mr-news-pop-copy form>.mr-button{width:100%;margin-top:17px;font-size:12px;min-height:49px}.mr-news-consent{display:flex;gap:9px;text-align:left;font-size:10px;line-height:1.6;color:var(--mr-muted);margin-top:13px}.mr-news-consent input{margin:3px 0 0;flex:none}.mr-news-consent a{text-decoration:underline}.mr-news-pop-photo{position:relative;min-height:100%;overflow:hidden}.mr-news-pop-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:71% center}.mr-news-close{position:absolute;right:12px;top:12px;min-width:42px;min-height:42px;border:0;border-radius:8px;background:#fbf7eee8;color:var(--mr-red);font-size:26px;z-index:2}.mr-news-later{font:500 10px var(--mr-sans);min-height:44px;margin-top:7px;border:0;background:transparent;color:var(--mr-muted);letter-spacing:1px;text-transform:uppercase}.mr-news-terms{font-size:9px;line-height:1.7;color:var(--mr-muted);max-width:320px;margin:auto}.mr-news-pop [data-news-success]{padding:20px 0;font-size:13px;line-height:1.9}.mr-news-pop [data-news-success] .mr-button{margin-top:22px}.mr-news-pop [data-news-errors]{font-size:12px;color:var(--mr-red);text-align:left}.mr-news-pop.is-closing,.mr-newsletter-veil.is-closing{opacity:0;transition:opacity .28s ease}@keyframes mr-news-fade{0%{opacity:0}to{opacity:1}}@keyframes mr-news-enter{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px))}to{opacity:1;transform:translate(-50%,-50%)}}@media(max-width:749px){.mr-news-pop[data-mobile=false],.mr-newsletter-veil[data-mobile=false]{display:none!important}.mr-news-pop{width:calc(100% - 30px);max-width:430px;grid-template-columns:1fr;max-height:calc(100dvh - 30px)}.mr-news-pop-photo{display:none}.mr-news-pop-copy{padding:32px 25px 23px}.mr-news-pop h2{font-size:31px}.mr-news-offer{font-size:40px}.mr-news-pop-copy form>input:not([type=hidden]){font-size:16px}.mr-news-terms{font-size:10px}}html{overflow-x:clip}.mr-button-outline{background:transparent;border-color:var(--mr-line);color:var(--mr-red)}.mr-button-outline:hover{background:var(--mr-red);border-color:var(--mr-red);color:var(--mr-cream)}.mr-header .mr-topbar{height:96px}.mr-header .mr-logo-image{width:min(var(--mr-logo-width,215px),215px)}.mr-category-image{aspect-ratio:4/5}.mr-category h3{font-size:13px;line-height:1.4;margin:14px 0 0}.mr-extra-category{border:0;padding:0;background:transparent}.mr-extra-category img{height:auto;aspect-ratio:1;object-fit:cover}.mr-extra-category h3{font:400 14px/1.4 var(--mr-sans)}.mr-native-main{position:relative;width:100%;display:block;padding:0;border:0;background:var(--mr-cream);border-radius:10px;overflow:hidden;cursor:zoom-in}.mr-native-main img{width:100%;aspect-ratio:1;object-fit:contain}.mr-native-main>span{position:absolute;right:15px;bottom:15px;background:#fbf7efed;border:1px solid var(--mr-line);border-radius:8px;padding:7px 12px;color:var(--mr-red);font-size:11px}.mr-native-thumbs{display:flex;gap:12px;overflow:auto;padding:14px 2px 4px;scrollbar-width:thin}.mr-native-thumbs button{flex:0 0 78px;padding:3px;border:1px solid transparent;border-radius:8px;background:transparent}.mr-native-thumbs button[aria-pressed=true]{border-color:var(--mr-red)}.mr-native-thumbs img{aspect-ratio:1;object-fit:cover;border-radius:5px}.mr-native-gallery{position:sticky;top:24px}.mr-product-intro{font-size:14px;line-height:1.8;margin:20px 0}.mr-product-buy-row{display:flex;align-items:flex-end;gap:14px}.mr-product-buy-row>div{flex:0 0 84px}.mr-product-buy-row input[name=quantity]{margin:0;width:100%;height:51px}.mr-product-buy-row>.mr-button{flex:1;min-height:51px}.mr-product-copy form{margin:20px 0 28px}.mr-product-inspiration{margin-top:25px}.mr-native-lightbox{width:min(1000px,96vw);max-height:94dvh;padding:0;border:0;background:var(--mr-cream);border-radius:10px}.mr-native-lightbox img{width:100%;height:auto;max-height:90dvh;object-fit:contain}.mr-native-lightbox>button{position:sticky;top:12px;float:right;margin:12px 12px -56px 0;z-index:1;min-width:44px;min-height:44px;border:1px solid var(--mr-line);background:var(--mr-cream);border-radius:8px;color:var(--mr-red);font-size:26px}.mr-blog-intro{text-align:center;padding:66px 0 42px;background:var(--mr-cream)}.mr-blog-intro h1{max-width:790px;margin:0 auto 22px;font-size:clamp(40px,4vw,62px)}.mr-blog-intro p:last-child{max-width:640px;margin:auto;font-size:15px;line-height:1.8}.mr-blog-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:28px}.mr-blog-tags a{padding:10px 17px;border:1px solid var(--mr-line);border-radius:8px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;min-height:44px;background:#fffcf8;color:var(--mr-red)}.mr-blog-tags a[aria-current=page]{background:var(--mr-red);color:var(--mr-cream)}.mr-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 28px}.mr-journal-card{min-width:0}.mr-journal-card>a>img{aspect-ratio:3/2;object-fit:cover;border-radius:10px}.mr-journal-card>div{padding-top:21px}.mr-journal-card h2,.mr-journal-card h3{font:400 27px/1.2 var(--mr-serif);letter-spacing:-.4px}.mr-journal-card p{font-size:13px;margin:14px 0 20px;line-height:1.8}.mr-journal-card .mr-eyebrow{font-size:10px;margin-bottom:11px}.mr-journal-card .mr-button{min-height:44px;padding:10px 18px}.mr-article-heading{max-width:940px;margin:0 auto;text-align:center;padding:55px 0 35px}.mr-article-heading h1{font-size:clamp(36px,4.2vw,59px);line-height:1.15;margin:18px 0 22px;letter-spacing:-1px}.mr-article-summary{max-width:720px;margin:0 auto;font:17px/1.8 var(--mr-sans)}.mr-article-meta{font-size:11px;margin-top:20px;letter-spacing:.4px}.mr-article-cover{width:100%;max-height:670px;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.mr-article-body{width:min(760px,100%);margin:45px auto 70px;font-size:16px;line-height:1.95}.mr-article-body h2{font-size:34px;line-height:1.2;margin-top:48px}.mr-article-body h3{font-size:25px}.mr-article-body img{border-radius:10px;max-width:100%;height:auto}.mr-article-body a{overflow-wrap:anywhere}.mr-article-body .mr-article-tip{padding:24px 28px;background:var(--mr-cream);border-left:3px solid var(--mr-gold);border-radius:0 8px 8px 0;margin:28px 0}.mr-article-footer{background:var(--mr-cream);padding:50px 0}.mr-article-footer h2{margin-bottom:30px}.mr-journal-heading{margin-bottom:36px}.mr-journal-heading p{margin-top:15px}.mr-promo-copy h2{max-width:420px}.mr-promo-copy p:not(.mr-eyebrow){font-size:14px}.mr-mobile-menu summary::marker{content:""}@media(min-width:761px)and (max-width:1050px){.mr-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}.mr-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-topbar{gap:18px}.mr-navigation a,.mr-menu-group>summary{font-size:10px;padding-inline:8px}}@media(max-width:760px){.mr-header .mr-topbar{height:78px;gap:8px;grid-template-columns:minmax(44px,1fr) minmax(0,172px) minmax(44px,1fr)}.mr-header .mr-logo-image{width:172px;max-width:100%}.mr-mobile-menu>nav{top:78px;max-height:calc(100dvh - 109px)}.mr-tools{gap:0}.mr-tools>a{min-width:40px;min-height:44px;justify-content:center}.mr-topbar .mr-logo{width:100%}.mr-announcement{font-size:10px;line-height:1.5}.mr-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.mr-category-image{aspect-ratio:4/5}.mr-category h3{font-size:13px;line-height:1.4;margin-top:12px}.mr-extra-grid{gap:24px 14px}.mr-extra-category h3{font-size:13px;margin:12px 0 0}.mr-category-nav a{font-size:10px;min-height:44px}.mr-grid{gap:28px 14px}.mr-card h3{font-size:13px;line-height:1.45}.mr-card-info .mr-price{font-size:14px}.mr-card-button{width:100%;font-size:11px;min-height:44px}.mr-card-subtitle{font-size:11px!important}.mr-native-gallery{position:static}.mr-native-thumbs button{flex-basis:68px}.mr-native-thumbs{gap:8px}.mr-product-layout{gap:28px}.mr-product-copy h1{font-size:34px}.mr-product-intro{font-size:14px;margin:15px 0}.mr-product-buy-row{gap:10px}.mr-product-buy-row>div{flex-basis:76px}.mr-product-buy-row>.mr-button{padding-inline:12px;font-size:12px}.mr-collection-toolbar select{font-size:13px;min-height:44px}.mr-collection-description{font-size:13px}.mr-collection-hero-copy h1{font-size:34px}.mr-new-selection .mr-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-richtext{font-size:14px}.mr-article-heading{padding:36px 0 28px}.mr-article-heading h1{font-size:36px;letter-spacing:-.6px}.mr-article-summary{font-size:15px}.mr-article-cover{aspect-ratio:4/3;max-height:none}.mr-article-body{font-size:15px;margin:30px auto 45px}.mr-article-body h2{font-size:29px;margin-top:35px}.mr-article-body .mr-article-tip{padding:20px}.mr-blog-intro{padding:40px 0 30px}.mr-blog-intro h1{font-size:39px}.mr-blog-intro p:last-child{font-size:14px}.mr-blog-tags{gap:8px}.mr-blog-tags a{font-size:10px;padding:10px 12px}.mr-journal-grid{grid-template-columns:1fr;gap:34px}.mr-journal-card h2,.mr-journal-card h3{font-size:28px}.mr-newsletter-fields input{font-size:16px}.mr-consent{font-size:11px}.mr-footer-grid>div:not(:first-child)>a{font-size:12px;min-height:32px}.mr-footer-bottom{font-size:10px}.mr-collection-guide .mr-guide-step p{font-size:13px}.mr-collection-hero-image img{height:100%}.mr-journal-card p{font-size:14px}}@media(max-width:360px){.mr-header .mr-topbar{grid-template-columns:minmax(40px,1fr) minmax(0,152px) minmax(40px,1fr);gap:4px}.mr-header .mr-logo-image{width:152px}.mr-tools>a{min-width:37px}.mr-wrap{width:calc(100% - 28px)}.mr-category h3{font-size:12px}}@media(min-width:761px){.mr-collection-intro .mr-collection-hero{align-items:stretch}.mr-collection-intro .mr-collection-hero .mr-collection-hero-image{position:relative;align-self:stretch;height:auto;min-height:340px}.mr-collection-intro .mr-collection-hero .mr-collection-hero-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mr-promo .mr-promo-image{position:relative;height:auto;align-self:stretch;min-height:530px}.mr-promo .mr-promo-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mr-editorial-grid{align-items:stretch}.mr-editorial-grid>img{height:100%;min-height:380px;object-fit:cover}.mr-editorial-grid>div{align-self:center}}@media(max-width:760px){.mr-collection-intro .mr-collection-hero-image{height:auto;aspect-ratio:4/3;min-height:0;position:relative}.mr-collection-intro .mr-collection-hero-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mr-promo .mr-promo-image{position:relative;height:auto;aspect-ratio:4/3}.mr-promo .mr-promo-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mr-editorial-grid>img{height:auto;aspect-ratio:4/3;min-height:0;object-fit:cover}}.mr-featured-preview{margin-top:35px}:root{--mr-red:#861d2a;--mr-cream:#fbf7ef;--mr-ink:#302d29;--mr-muted:#726b61;--mr-line:#e6dfd5;--mr-gold:#a68c5f;--mr-serif:Georgia,"Times New Roman",serif;--mr-sans:"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:var(--mr-ink);font:14px/1.7 var(--mr-sans);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;width:100%;height:auto}svg{flex:none;vertical-align:middle}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--mr-serif);font-weight:400;line-height:1.12}h1{font-size:clamp(36px,4vw,62px);letter-spacing:-1.8px}h2{font-size:clamp(30px,3vw,44px);letter-spacing:-1.1px}h3{font-size:22px}p{color:var(--mr-muted)}a,button{touch-action:manipulation}a:hover{color:var(--mr-red)}button:disabled{cursor:not-allowed;opacity:.65}input,select,textarea{border:1px solid var(--mr-line);border-radius:0;background:#fff;padding:13px 16px;color:var(--mr-ink);max-width:100%}input[type=checkbox]{accent-color:var(--mr-red)}label{display:block;font-size:13px}input:focus,select:focus,textarea:focus{outline:2px solid var(--mr-gold);outline-offset:2px}:focus-visible{outline:2px solid var(--mr-red);outline-offset:5px}details summary{cursor:pointer}::selection{background:#eadbca}dialog::backdrop{background:#2419168c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mr-wrap{width:min(1320px,calc(100% - 96px));margin-inline:auto}.mr-section{padding-block:84px}.mr-center{text-align:center}.mr-eyebrow{text-transform:uppercase;letter-spacing:2.2px;font-size:10px;font-weight:600;color:var(--mr-red);margin-bottom:19px}.mr-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:50px;padding:15px 26px;border:1px solid var(--mr-red);background:var(--mr-red);color:#fff;font-size:12px;letter-spacing:.35px;font-weight:500;transition:background .2s,color .2s}.mr-button:hover{background:#661320;color:#fff;border-color:#661320}.mr-button-cream{background:var(--mr-cream);border-color:var(--mr-cream);color:var(--mr-red)}.mr-button-cream:hover{background:#efe5d5;color:var(--mr-red);border-color:#efe5d5}.mr-text-link{display:inline-block;font-size:12px;border:0;border-bottom:1px solid currentColor;padding-bottom:5px;background:none;color:var(--mr-red)}.mr-small{font-size:12px}.mr-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.mr-skip{position:absolute;top:-100px;left:20px;z-index:200;padding:10px;background:#fff}.mr-skip:focus{top:10px}.mr-announcement{background:var(--mr-red);color:var(--mr-cream);font-size:11px;letter-spacing:.45px;text-align:center;padding:8px 28px;display:flex;justify-content:center;gap:50px;min-height:35px}.mr-countdown{opacity:.8}.mr-countdown:empty{display:none}.mr-header{background:var(--mr-cream);position:relative;z-index:20}.mr-topbar{height:105px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.mr-header-left{font-size:10px;text-transform:uppercase;letter-spacing:1.6px}.mr-logo{display:flex;flex-direction:column;align-items:center;width:max-content;margin:auto;color:var(--mr-red)}.mr-logo span{font-size:10px;letter-spacing:3px;line-height:1.4;text-transform:uppercase}.mr-logo strong{font:400 38px/1.2 var(--mr-serif);letter-spacing:-1.6px}.mr-tools{display:flex;align-items:center;justify-content:flex-end;gap:24px;color:var(--mr-red)}.mr-tools>a{display:flex;align-items:center;min-width:24px;min-height:40px}.mr-bag{position:relative;gap:7px}.mr-bag span{font-size:10px}.mr-navigation{display:flex;justify-content:center;align-items:center;gap:34px;border-block:1px solid var(--mr-line);padding:16px 20px 17px;font-size:11px;letter-spacing:.25px}.mr-navigation a{position:relative}.mr-navigation a:after{content:"";position:absolute;bottom:-6px;left:0;right:100%;height:1px;background:var(--mr-red);transition:right .2s}.mr-navigation a:hover:after{right:0}.mr-sale-link{color:var(--mr-red);font-weight:600}.mr-mobile-menu{display:none}.mr-hero{position:relative;min-height:650px;height:min(75vh,790px);isolation:isolate;color:#fff;overflow:hidden}.mr-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 54%;z-index:-2}.mr-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#1c130e94,#1c130e1f 58%,#1c130e00)}.mr-hero-inner{height:100%;display:flex;align-items:center;position:relative}.mr-hero-copy{max-width:480px;padding:42px 0 60px}.mr-hero .mr-eyebrow{color:#f3e0c5;font-size:10px;letter-spacing:2.3px}.mr-hero h1{font-size:clamp(48px,5.5vw,78px);letter-spacing:-2.3px;line-height:1.04;margin-bottom:25px;max-width:450px}.mr-hero-description{color:#f5ece3;font-size:14px;line-height:1.85;max-width:365px;margin-bottom:32px}.mr-hero-secondary{display:block;margin-top:20px;font-size:11px;text-decoration:underline;text-underline-offset:5px;color:#fff;width:max-content}.mr-hero-secondary:hover{color:#f0d9b4}.mr-hero-bottom{position:absolute;bottom:28px;left:0;color:#f1e4d3;font:italic 17px var(--mr-serif)}.mr-section-heading{margin-bottom:40px}.mr-section-heading>p:last-child{margin-top:18px}.mr-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.mr-category{text-align:center}.mr-category-image{overflow:hidden;aspect-ratio:.86;background:var(--mr-cream)}.mr-category-image img{height:100%;object-fit:cover;transition:transform .6s}.mr-category:hover img{transform:scale(1.05)}.mr-category h3{font-family:var(--mr-sans);font-size:12px;font-weight:500;margin:19px 0 5px;letter-spacing:.1px}.mr-category>span{font-size:10px;color:var(--mr-muted)}.mr-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:36px}.mr-heading-row h2{max-width:660px}.mr-heading-row p:last-child{margin-top:16px}.mr-heading-row>.mr-text-link{flex:none}.mr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 24px}.mr-card{min-width:0}.mr-card-image{border:0;position:relative;display:block;background:var(--mr-cream);aspect-ratio:1;overflow:hidden;width:100%;padding:0;color:var(--mr-red)}.mr-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.mr-card:hover .mr-card-image img{transform:scale(1.045)}.mr-card-info{padding-top:17px}.mr-card h3{font:400 13px/1.5 var(--mr-sans);letter-spacing:.1px}.mr-card-title{padding:0;border:0;background:none;text-align:left;color:inherit;font:inherit}.mr-card-info p{font-size:12px;margin-top:7px;color:var(--mr-ink)}.mr-price{font-weight:600}.mr-card-info s{color:#938a7e;margin-left:8px;font-size:11px}.mr-badge{position:absolute;left:12px;top:12px;background:var(--mr-cream);color:var(--mr-red);font-size:9px;letter-spacing:.4px;padding:4px 9px}.mr-card-plus{position:absolute;right:12px;bottom:12px;width:30px;height:30px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:21px;font-weight:300}.mr-promo{display:grid;grid-template-columns:1fr 1fr;background:var(--mr-red);color:var(--mr-cream);overflow:hidden}.mr-promo-image{height:530px}.mr-promo-image img{height:100%;object-fit:cover;object-position:50% 56%}.mr-promo-copy{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:70px clamp(36px,6vw,100px);overflow:hidden}.mr-promo-copy .mr-eyebrow{color:#e6cdae}.mr-promo-copy h2{font-size:clamp(42px,4.5vw,64px);max-width:340px;margin-bottom:24px}.mr-promo-copy p:not(.mr-eyebrow){color:#ebdad6;max-width:380px;font-size:13px;line-height:1.9;margin-bottom:30px}.mr-promo-copy .mr-button{font-size:11px;position:relative;z-index:1}.mr-promo-star{position:absolute;right:28px;bottom:-120px;font:330px var(--mr-serif);color:#efdabd17;pointer-events:none}.mr-story{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:100px}.mr-story-image{aspect-ratio:1.1;overflow:hidden}.mr-story-image img{height:100%;object-fit:cover;object-position:80% center}.mr-story-copy h2{max-width:410px;font-size:46px;line-height:1.16}.mr-story-copy>p:not(.mr-eyebrow){line-height:1.95;margin:26px 0;max-width:410px;font-size:13px}.mr-guides-section{background:var(--mr-cream)}.mr-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.mr-guide>img{aspect-ratio:1.3;object-fit:cover}.mr-guide>div{padding-top:24px}.mr-guide .mr-eyebrow{display:block;letter-spacing:1px;margin-bottom:12px}.mr-guide h3{font-size:25px;line-height:1.25;max-width:340px}.mr-guide p{font-size:12px;line-height:1.7;margin:13px 0 21px}.mr-values{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;padding-block:52px}.mr-values>div{display:flex;flex-direction:column;align-items:center;padding:0 15px}.mr-values>div+div{border-left:1px solid var(--mr-line)}.mr-values svg{width:27px;height:27px;color:var(--mr-red);margin-bottom:15px}.mr-values strong{font-size:12px;font-weight:500;margin-bottom:5px}.mr-values span{font-size:11px;color:var(--mr-muted)}.mr-newsletter{background:#ece7de;padding:55px 0}.mr-newsletter-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:110px}.mr-newsletter h2{font-size:31px;max-width:420px}.mr-newsletter p:not(.mr-eyebrow){font-size:12px;margin-top:15px;max-width:410px}.mr-newsletter .mr-eyebrow{margin-bottom:14px}.mr-newsletter-fields{border-bottom:1px solid #a89b87;display:flex;align-items:stretch}.mr-newsletter-fields input{border:0;background:transparent;flex:1;min-width:0;padding:12px 0;font-size:12px;outline-offset:2px}.mr-newsletter-fields button{border:0;background:transparent;color:var(--mr-red);padding:12px 0 12px 20px}.mr-consent{display:flex;align-items:flex-start;gap:10px;margin-top:18px;font-size:9px;color:#746b5c;line-height:1.65}.mr-consent input{margin:3px 0 0}.mr-footer{background:var(--mr-cream);padding-top:65px}.mr-footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:60px;padding-bottom:50px}.mr-footer-brand .mr-logo{margin:0}.mr-footer-brand p{font-size:12px;margin-top:24px;max-width:230px;line-height:1.85}.mr-footer-grid h3{font-family:var(--mr-sans);font-size:11px;letter-spacing:1px;text-transform:uppercase;margin:8px 0 20px}.mr-footer-grid>div:not(:first-child)>a{display:block;font-size:11px;color:var(--mr-muted);margin-bottom:9px}.mr-footer-grid>div>a:hover{color:var(--mr-red)}.mr-footer-bottom{border-top:1px solid var(--mr-line);display:flex;justify-content:space-between;gap:20px;padding-block:22px;font-size:9px;color:var(--mr-muted)}.mr-preview-note{text-align:center;background:#ede7dc;font-size:9px;padding:9px 20px}.mr-breadcrumb{font-size:10px;color:var(--mr-muted);margin-bottom:40px}.mr-collection-banner{background:var(--mr-cream);padding:35px 0 60px}.mr-collection-banner .mr-eyebrow{margin-bottom:14px}.mr-collection-description{max-width:630px;font-size:13px;color:var(--mr-muted);margin-top:20px}.mr-collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid var(--mr-line);font-size:12px}.mr-collection-toolbar form{display:flex;gap:15px;align-items:center}.mr-collection-toolbar select{border:0;padding:7px;background:var(--mr-cream);font-size:11px}.mr-small-button{border:0;background:transparent;color:var(--mr-red);font-size:10px}.mr-catalog-note{font-size:11px;margin-bottom:25px;background:var(--mr-cream);padding:10px 16px}.mr-pagination{margin-top:45px;text-align:center}.mr-pagination>*{padding:10px}.mr-quickview{border:0;padding:0;width:min(950px,calc(100% - 36px));max-height:90vh;background:var(--mr-cream);color:var(--mr-ink)}.mr-modal-close{position:absolute;right:12px;top:12px;z-index:2;border:0;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--mr-red)}.mr-modal-layout{display:grid;grid-template-columns:1fr 1fr}.mr-modal-image{height:100%;min-height:490px;object-fit:cover}.mr-modal-copy{padding:50px 35px 35px}.mr-modal-copy h2{font-size:32px;letter-spacing:-.5px;margin-bottom:20px}.mr-modal-price{font-size:20px;color:var(--mr-red);margin-bottom:20px}.mr-modal-detail{font-size:12px;line-height:1.85;margin-bottom:20px}.mr-modal-copy select{width:100%;font-size:12px;margin:8px 0 20px}.mr-modal-copy>.mr-button{width:100%;margin-bottom:14px}.mr-modal-note{font-size:10px;line-height:1.7;margin:20px 0;color:var(--mr-muted)}.mr-product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.mr-product-gallery{display:grid;gap:15px}.mr-product-copy{position:sticky;top:30px}.mr-product-copy h1{font-size:42px;line-height:1.2;margin-bottom:22px}.mr-product-price{color:var(--mr-red);font-size:24px;margin-bottom:5px}.mr-product-copy form{margin:30px 0}.mr-product-copy label{margin:15px 0 7px}.mr-product-copy select{width:100%}.mr-product-copy input[name=quantity]{width:90px;display:block;margin-bottom:20px}.mr-product-copy .mr-button{width:100%}.mr-richtext{font-size:14px;line-height:1.9;color:var(--mr-muted)}.mr-richtext p{margin:18px 0}.mr-richtext h2{font-size:29px;color:var(--mr-ink);margin:35px 0 18px}.mr-richtext h3{font-size:22px;color:var(--mr-ink);margin-top:28px}.mr-richtext a{color:var(--mr-red);text-decoration:underline;text-underline-offset:3px}.mr-richtext ul,.mr-richtext ol{padding-left:22px}.mr-richtext li{margin:10px 0}.mr-richtext img{margin-block:30px}.mr-accordion{border-block:1px solid var(--mr-line);padding:18px 0;font-size:13px}.mr-accordion summary{font-weight:500}.mr-accordion p{font-size:12px;margin-top:15px}.mr-page{width:min(800px,calc(100% - 80px));margin:0 auto;padding:65px 0 90px}.mr-page h1{margin-bottom:30px}.mr-page form{margin-top:35px}.mr-page label{margin:18px 0 7px}.mr-page input,.mr-page textarea{width:100%}.mr-page .mr-button{margin-top:22px}.mr-search-form{display:flex;gap:12px;width:min(700px,100%);margin:0 auto 50px}.mr-search-form input[type=search]{flex:1;min-width:0}.mr-search-results-title{font-size:28px;margin-bottom:35px}.mr-empty{text-align:center;padding:15px 0 60px}.mr-empty p{margin-bottom:30px}.mr-cart-row{display:grid;grid-template-columns:110px 1fr 100px 120px;gap:25px;align-items:center;padding:25px 0;border-bottom:1px solid var(--mr-line)}.mr-cart-row h2{font-size:22px;letter-spacing:-.3px;margin-bottom:10px}.mr-cart-row a:not(:first-child){font-size:11px}.mr-cart-row input{width:80px}.mr-cart-row label{font-size:10px;margin-bottom:5px}.mr-cart-summary{margin-left:auto;width:min(400px,100%);padding-top:35px;text-align:right}.mr-cart-summary p{margin-top:18px}.mr-cart-summary strong{margin-left:35px;font-size:21px;color:var(--mr-ink)}.mr-cart-summary>.mr-button{width:100%;margin-top:20px}.mr-password{min-height:85vh;display:grid;grid-template-columns:1fr 1fr}.mr-password>img{height:100%;object-fit:cover}.mr-password>div{padding:80px 45px;align-self:center}.mr-password h1{margin:35px 0 20px}.mr-password label{margin-top:25px}.mr-password input{display:block;width:100%;margin:10px 0}.mr-password .mr-button{width:100%}@media(min-width:1600px){.mr-wrap{width:min(1420px,calc(100% - 160px))}.mr-hero{height:780px}.mr-hero-copy{max-width:510px}}@media(max-width:1100px){.mr-wrap{width:calc(100% - 60px)}.mr-navigation{gap:23px;font-size:10px}.mr-topbar{height:93px}.mr-hero{min-height:590px}.mr-hero h1{font-size:62px;max-width:390px}.mr-categories{gap:13px}.mr-story{gap:50px}.mr-story-copy h2{font-size:38px}.mr-footer-grid{gap:28px}.mr-newsletter-inner{gap:55px}.mr-promo-copy{padding:50px 40px}.mr-promo-image{height:480px}.mr-grid{gap:30px 18px}.mr-category h3{font-size:11px}.mr-product-layout{gap:40px}.mr-product-copy h1{font-size:35px}}@media(max-width:760px){.mr-wrap{width:calc(100% - 36px)}.mr-section{padding-block:52px}.mr-announcement{font-size:9px;padding:7px 15px;min-height:30px;gap:15px}.mr-countdown{display:none}.mr-topbar{height:86px;grid-template-columns:1fr 1.6fr 1fr}.mr-desktop-note,.mr-navigation{display:none}.mr-logo strong{font-size:31px}.mr-logo span{font-size:8px;letter-spacing:2.5px}.mr-tools{gap:12px}.mr-tools svg{width:20px;height:20px}.mr-tools>a[aria-label="Mon compte"]{display:none}.mr-bag{gap:3px}.mr-mobile-menu{display:block}.mr-mobile-menu>summary{list-style:none;display:flex;align-items:center;width:38px;min-height:40px;color:var(--mr-red)}.mr-mobile-menu>summary::-webkit-details-marker{display:none}.mr-mobile-menu>nav{position:absolute;top:86px;left:0;right:0;background:var(--mr-cream);padding:12px 24px 25px;box-shadow:0 10px 15px #0001;max-height:calc(100vh - 130px);overflow:auto}.mr-mobile-menu nav a{display:block;border-bottom:1px solid var(--mr-line);padding:13px 0;font-size:13px;letter-spacing:.2px;text-transform:none}.mr-hero{min-height:610px;height:calc(88svh - 116px);max-height:760px}.mr-hero-image{object-position:63% center}.mr-hero-shade{background:linear-gradient(90deg,#19110c94,#19110c12),linear-gradient(0deg,rgba(25,17,12,.48),transparent 65%)}.mr-hero-inner{align-items:flex-end}.mr-hero-copy{padding:65px 3px 66px;max-width:100%}.mr-hero h1{font-size:53px;line-height:1.04;letter-spacing:-1.8px;max-width:325px;margin-bottom:20px}.mr-hero .mr-eyebrow{font-size:9px;letter-spacing:1.7px;margin-bottom:18px}.mr-hero-description{font-size:12px;max-width:285px;line-height:1.8;margin-bottom:26px}.mr-hero-bottom{font-size:13px;bottom:19px;left:3px}.mr-hero .mr-button{font-size:11px;min-height:48px;padding:13px 20px;gap:30px}.mr-hero-secondary{margin-top:18px;font-size:10px}.mr-section-heading{margin-bottom:28px}.mr-section-heading>p:last-child{font-size:12px;margin-top:14px}.mr-eyebrow{font-size:9px;letter-spacing:1.7px;margin-bottom:14px}h2{font-size:32px;letter-spacing:-.6px}.mr-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 11px}.mr-category-image{aspect-ratio:.83}.mr-category h3{font-size:10px;line-height:1.4;margin-top:12px}.mr-category>span{font-size:9px}.mr-heading-row{display:block;margin-bottom:28px}.mr-heading-row h2{font-size:32px;max-width:370px}.mr-heading-row p:last-child{font-size:12px;margin-top:14px}.mr-heading-row>.mr-text-link{margin-top:18px}.mr-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.mr-card-info{padding-top:12px}.mr-card h3{font-size:11px}.mr-card-info p{font-size:11px;margin-top:5px}.mr-badge{top:8px;left:8px;font-size:8px;padding:3px 7px}.mr-card-plus{width:27px;height:27px;bottom:9px;right:9px;font-size:19px}.mr-promo{grid-template-columns:1fr}.mr-promo-image{height:auto;aspect-ratio:1.45}.mr-promo-copy{padding:45px 30px 50px}.mr-promo-copy h2{font-size:47px;max-width:320px;margin-bottom:20px}.mr-promo-copy p:not(.mr-eyebrow){font-size:12px;margin-bottom:26px}.mr-promo-copy .mr-button{font-size:10px;padding-inline:18px}.mr-story{grid-template-columns:1fr;gap:34px}.mr-story-image{aspect-ratio:1.15}.mr-story-copy{padding-inline:8px}.mr-story-copy h2{font-size:37px;max-width:355px}.mr-story-copy>p:not(.mr-eyebrow){font-size:12px;margin:20px 0}.mr-guides{grid-template-columns:1fr;gap:38px}.mr-guide>img{aspect-ratio:1.55}.mr-guide>div{padding-top:18px}.mr-guide h3{font-size:27px;max-width:370px}.mr-guide p{margin:10px 0 16px}.mr-values{width:100%;padding:32px 12px}.mr-values>div{padding:0 10px}.mr-values strong{font-size:10px;line-height:1.45;max-width:110px}.mr-values span{font-size:9px;line-height:1.5;max-width:115px}.mr-values svg{width:23px;height:23px;margin-bottom:12px}.mr-newsletter{padding:42px 0}.mr-newsletter-inner{grid-template-columns:1fr;gap:22px;padding-inline:6px}.mr-newsletter h2{font-size:31px}.mr-newsletter p:not(.mr-eyebrow){font-size:11px}.mr-footer{padding-top:42px}.mr-footer-grid{grid-template-columns:1fr 1fr;gap:34px 28px;padding-inline:6px;padding-bottom:35px}.mr-footer-brand{grid-column:1/-1}.mr-footer-brand .mr-logo strong{font-size:36px}.mr-footer-brand p{max-width:280px;margin-top:18px}.mr-footer-grid h3{font-size:10px;margin-bottom:17px}.mr-footer-grid>div:not(:first-child)>a{font-size:10px}.mr-footer-bottom{display:block;font-size:8px;padding-block:18px}.mr-footer-bottom>span{display:block;margin-bottom:6px}.mr-preview-note{font-size:8px;line-height:1.6}.mr-collection-banner{padding:24px 0 37px}.mr-breadcrumb{margin-bottom:25px;font-size:9px}.mr-collection-banner h1{font-size:40px}.mr-collection-description{font-size:12px}.mr-collection-toolbar{gap:10px;font-size:11px;align-items:flex-start}.mr-collection-toolbar form{gap:6px}.mr-collection-toolbar label{display:none}.mr-collection-toolbar select{max-width:160px;font-size:10px}.mr-small-button{font-size:9px}.mr-catalog-note{font-size:10px;padding:10px 12px}.mr-modal-layout{grid-template-columns:1fr}.mr-modal-image{min-height:0;max-height:320px;object-fit:cover;aspect-ratio:1.25}.mr-modal-copy{padding:25px}.mr-modal-copy h2{font-size:28px}.mr-modal-close{position:sticky;float:right;margin-bottom:-36px;top:10px;right:10px}.mr-product-layout{grid-template-columns:1fr;gap:30px}.mr-product-copy{position:static}.mr-product-copy h1{font-size:35px}.mr-page{width:calc(100% - 40px);padding:40px 0 60px}.mr-page h1{font-size:38px}.mr-richtext{font-size:13px}.mr-search-form{gap:8px}.mr-search-form .mr-button{padding-inline:15px;font-size:10px}.mr-search-form input{font-size:11px;padding-inline:12px}.mr-search-results-title{font-size:24px}.mr-cart-row{grid-template-columns:70px 1fr 65px;gap:15px}.mr-cart-row>strong{grid-column:2/-1}.mr-cart-row h2{font-size:18px}.mr-cart-row input{width:65px;padding:10px}.mr-cart-row label{font-size:9px}.mr-password{grid-template-columns:1fr}.mr-password>img{height:280px}.mr-password>div{padding:45px 25px}}.mr-preview-full-image{width:100%;height:auto}.mr-related{padding-top:85px}.mr-coming-button{margin:24px 0 18px}.mr-back-category{margin-top:25px;font-size:12px;color:var(--mr-red)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.mr-button,.mr-text-link,.mr-hero-secondary,.mr-small-button,.mr-modal-close{border-radius:8px}.mr-button{gap:12px;text-align:center}.mr-text-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;border:1px solid var(--mr-red);background:var(--mr-red);color:var(--mr-cream);font-size:12px;line-height:1.5;text-align:center;text-decoration:none;transition:background .2s,color .2s}.mr-text-link:hover{background:color-mix(in srgb,var(--mr-red) 86%,black);border-color:color-mix(in srgb,var(--mr-red) 86%,black);color:var(--mr-cream)}.mr-hero-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;min-height:46px;max-width:100%;border:1px solid #fbf7ef99;background:#fbf7ef18;color:var(--mr-cream);text-decoration:none;text-align:center}.mr-hero-secondary:hover{background:var(--mr-cream);color:var(--mr-red)}.mr-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.mr-hero-actions .mr-button,.mr-hero-actions .mr-hero-secondary{min-height:50px;padding:13px 20px;line-height:1.5;margin:0}.mr-navigation{flex-wrap:wrap;gap:4px;padding:8px 22px}.mr-navigation a{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;min-height:42px;border:1px solid transparent;border-radius:8px;text-transform:uppercase;font-size:11px;letter-spacing:.6px;line-height:1.4;white-space:nowrap;transition:background .2s,color .2s}.mr-navigation a:after{display:none}.mr-navigation a:hover,.mr-navigation a[aria-current=page]{background:color-mix(in srgb,var(--mr-red) 7%,var(--mr-cream));color:var(--mr-red)}.mr-category>.mr-category-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 13px;margin-top:10px;max-width:100%;background:var(--mr-cream);border:1px solid var(--mr-line);border-radius:8px;color:var(--mr-red);font-size:10px}.mr-category:hover>.mr-category-cta{background:var(--mr-red);border-color:var(--mr-red);color:var(--mr-cream)}.mr-card-button{min-height:40px;margin-top:13px;padding:9px 15px;background:var(--mr-cream);border:1px solid var(--mr-line);color:var(--mr-red);font-size:11px;line-height:1.5;max-width:100%}.mr-card-button:hover{background:var(--mr-red);color:var(--mr-cream);border-color:var(--mr-red)}.mr-newsletter-fields{border:0;gap:10px}.mr-newsletter-fields input{border:1px solid var(--mr-line);border-radius:8px;background:var(--mr-cream);padding:12px 14px}.mr-newsletter-fields button{border:1px solid var(--mr-red);border-radius:8px;background:var(--mr-red);color:var(--mr-cream);padding:12px 18px;font-size:12px;white-space:nowrap}.mr-newsletter-fields button:hover{background:color-mix(in srgb,var(--mr-red) 86%,black)}.mr-small-button{min-height:40px;padding:9px 13px;border:1px solid var(--mr-line);background:var(--mr-cream);font-size:11px}input:not([type=checkbox]):not([type=radio]),select,textarea{border-radius:8px}.mr-page-nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:24px}.mr-page-nav span{padding:0}.mr-page-nav a,.mr-page-nav .current{display:inline-flex;justify-content:center;align-items:center;min-width:42px;min-height:42px;padding:9px 13px;border:1px solid var(--mr-line);border-radius:8px;color:var(--mr-red);background:var(--mr-cream);font-size:12px}.mr-page-nav a:hover,.mr-page-nav .current{background:var(--mr-red);color:var(--mr-cream);border-color:var(--mr-red)}@media(max-width:1100px)and (min-width:761px){.mr-navigation{gap:2px;padding-inline:14px}.mr-navigation a{padding:10px 8px;font-size:10px;letter-spacing:.3px}}@media(max-width:760px){.mr-mobile-menu>summary{border-radius:8px}.mr-mobile-menu nav a{display:flex;align-items:center;min-height:46px;margin-block:3px;padding:12px 14px;border:0;border-radius:8px;text-transform:uppercase;letter-spacing:.6px;font-size:12px;line-height:1.5}.mr-mobile-menu nav a:hover,.mr-mobile-menu nav a[aria-current=page]{background:color-mix(in srgb,var(--mr-red) 7%,var(--mr-cream));color:var(--mr-red)}.mr-card-button{font-size:10px;padding:9px 11px;min-height:40px}.mr-text-link{font-size:11px;padding:11px 16px}.mr-heading-row>.mr-text-link{margin-top:20px}.mr-hero-secondary{font-size:11px}.mr-category>.mr-category-cta{font-size:9px;padding-inline:10px}.mr-newsletter-fields button{padding-inline:13px;font-size:11px}.mr-newsletter-fields input{padding-inline:12px;font-size:12px}}.mr-topbar{height:124px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:30px}.mr-logo{max-width:100%}.mr-logo-image{width:var(--mr-logo-width,250px);max-width:100%;height:auto;object-fit:contain}.mr-header-left{min-width:0}.mr-header-search{position:relative;max-width:290px;letter-spacing:0;text-transform:none}.mr-header-search input{width:100%;min-width:0;background:transparent;padding:12px 45px 12px 14px;font-size:12px;border-color:#dcd3c7}.mr-header-search button{position:absolute;right:0;top:0;height:100%;width:43px;display:grid;place-items:center;border:0;background:transparent;border-radius:8px;color:var(--mr-red)}.mr-header-search svg{width:19px;height:19px}.mr-footer-brand .mr-logo-image{width:230px}.mr-footer{border-top:1px solid var(--mr-line)}.mr-universes-section{background:#f8f4ed}.mr-section-heading>p:last-child{max-width:580px;margin-inline:auto}.mr-universes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.mr-universe-card{position:relative;isolation:isolate;min-height:480px;display:flex;align-items:flex-end;overflow:hidden;border-radius:10px;color:#fff}.mr-universe-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.mr-universe-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.mr-universe-card:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 26%,#20140d38 45%,#20140dde 100%);z-index:-1}.mr-universe-card:hover{color:#fff}.mr-universe-card:hover img{transform:scale(1.025)}.mr-universe-copy{padding:32px;width:100%}.mr-universe-copy h3{font-size:33px;letter-spacing:-.4px;color:#fff}.mr-universe-copy p{font-size:12px;color:#f7eee4;line-height:1.8;max-width:270px;margin:14px 0 22px}.mr-universe-copy .mr-button{min-height:44px;padding:11px 16px;font-size:11px}.mr-collection-intro{padding-top:26px;background:var(--mr-cream)}.mr-collection-intro .mr-breadcrumb{margin-bottom:24px}.mr-collection-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:340px;align-items:stretch;overflow:hidden;border-radius:10px;background:#f1e8dc}.mr-collection-hero-copy{padding:45px 48px;align-self:center}.mr-collection-hero-copy h1{font-size:clamp(35px,3.4vw,53px);max-width:410px;line-height:1.12;letter-spacing:-1px}.mr-collection-hero-copy .mr-eyebrow{font-size:9px;margin-bottom:18px}.mr-collection-hero-image{height:340px;overflow:hidden}.mr-collection-hero-image img{height:100%;object-fit:cover;object-position:center 54%}.mr-collection-description{margin-top:20px;max-width:380px;font-size:13px;line-height:1.85}.mr-category-nav{display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;padding-block:25px;overscroll-behavior-inline:contain}.mr-category-nav a{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:10px 14px;min-height:42px;border-radius:8px;border:1px solid var(--mr-line);background:#fffcf7;color:var(--mr-red);font-size:10px;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap}.mr-category-nav a:hover,.mr-category-nav a[aria-current=page]{background:var(--mr-red);border-color:var(--mr-red);color:#fff}.mr-collection-products{padding-top:40px;padding-bottom:65px}.mr-collection-toolbar{margin-bottom:22px}.mr-collection-count{font-size:13px;color:var(--mr-ink)}.mr-collection-count span{font-size:11px;margin-left:8px;color:var(--mr-muted)}.mr-preview-inline{font-size:11px;color:var(--mr-muted);margin:0 0 24px}.mr-card-image,.mr-category-image{border-radius:8px}.mr-card h3,.mr-card-info .mr-price{font-size:14px}.mr-card-button{background:transparent}.mr-collection-advice{display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden;align-items:center;border-radius:10px;background:var(--mr-cream);margin-bottom:80px}.mr-collection-advice>img{height:370px;object-fit:cover}.mr-collection-advice>div{padding:45px 70px}.mr-collection-advice h2{font-size:36px;line-height:1.2;max-width:470px}.mr-collection-advice p:not(.mr-eyebrow){margin:20px 0 24px;font-size:13px;max-width:440px;line-height:1.9}.mr-product-page{padding-top:30px}.mr-product-layout{grid-template-columns:1.07fr .93fr;gap:65px}.mr-product-copy h1{font-size:clamp(33px,3.25vw,46px);line-height:1.13;margin-bottom:24px;letter-spacing:-1px}.mr-product-copy>.mr-eyebrow{margin-bottom:14px;font-size:10px}.mr-product-visual{min-width:0}.mr-preview-full-image,.mr-product-gallery img{border-radius:10px;background:var(--mr-cream)}.mr-product-zoom{position:relative;display:block;border:0;padding:0;width:100%;background:var(--mr-cream);border-radius:10px;overflow:hidden;cursor:zoom-in}.mr-product-zoom>span{position:absolute;bottom:15px;right:15px;padding:7px 12px;border:1px solid #ded5c8;border-radius:8px;background:#fbf7eff0;color:var(--mr-red);font-size:10px}.mr-image-caption{padding:12px 0;font-size:10px;color:var(--mr-muted);text-align:center;letter-spacing:.5px}.mr-product-price-row{display:flex;align-items:baseline;gap:12px}.mr-product-price-row .mr-product-price{font-size:29px;line-height:1.2;font-weight:500}.mr-product-price-row>span{font-size:10px;color:var(--mr-muted)}.mr-product-description{margin:20px 0 25px}.mr-product-description p{font-size:13px;line-height:1.9;margin:0}.mr-format-fieldset{padding:0;margin:0 0 26px;border:0;min-width:0}.mr-format-fieldset legend{font-size:12px;margin-bottom:12px}.mr-format-options{display:flex;gap:10px;flex-wrap:wrap}.mr-format-option{min-width:100px;min-height:46px;border:1px solid var(--mr-line);border-radius:8px;background:#fff;padding:11px 18px;font-size:12px;color:var(--mr-ink)}.mr-format-option[aria-pressed=true]{border-color:var(--mr-red);background:var(--mr-cream);color:var(--mr-red);box-shadow:inset 0 0 0 .5px var(--mr-red)}.mr-format-option:hover{border-color:var(--mr-red)}.mr-single-format{font-size:12px;margin-bottom:25px}.mr-product-prelaunch{margin-bottom:28px;padding:20px;background:var(--mr-cream);border:1px solid var(--mr-line);border-radius:10px}.mr-product-prelaunch>p{font-size:10px;line-height:1.6;color:var(--mr-muted);margin-bottom:14px}.mr-product-prelaunch .mr-coming-button{margin:0 0 10px;opacity:1;background:#d9d0c4;border-color:#d9d0c4;color:#4f483f;min-height:46px}.mr-button-outline{background:transparent;color:var(--mr-red);border:1px solid var(--mr-red)}.mr-product-copy .mr-button-outline{font-size:11px;line-height:1.5;white-space:normal}.mr-product-copy .mr-accordion{border-top:1px solid var(--mr-line);border-bottom:0;padding:18px 0}.mr-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.mr-accordion summary::-webkit-details-marker{display:none}.mr-accordion summary:after{content:"+";font-size:20px;font-weight:300;color:var(--mr-red);line-height:1}.mr-accordion[open] summary:after{content:"\2212"}.mr-accordion p{line-height:1.9;font-size:12px}.mr-format-table{margin-top:14px}.mr-format-table>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;font-size:12px;color:var(--mr-muted)}.mr-back-category{padding-top:10px}.mr-back-category .mr-button{border-color:var(--mr-line)}.mr-related{padding-top:65px;border-top:1px solid var(--mr-line);margin-top:55px}.mr-image-modal{max-width:min(900px,92vw);padding:0;border-radius:12px;overflow:auto}.mr-image-modal [data-modal-content] img{max-height:85vh;object-fit:contain;width:100%;height:auto}.mr-image-modal .mr-modal-close{z-index:2;position:absolute;right:15px;top:15px}.mr-editorial-hero{padding-block:35px;background:var(--mr-cream)}.mr-editorial-grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:70px}.mr-editorial-grid h1{font-size:clamp(36px,4vw,56px);line-height:1.13;letter-spacing:-1px}.mr-editorial-grid img{height:380px;object-fit:cover;border-radius:10px}.mr-editorial-grid .mr-breadcrumb{margin-bottom:35px}.mr-editorial-universes{padding-bottom:85px}.mr-page>.mr-button{margin-top:30px}.mr-richtext a{color:var(--mr-red);text-underline-offset:4px}.mr-richtext details{padding:18px 0;border-bottom:1px solid var(--mr-line)}@media(min-width:761px){.mr-product-page>.mr-breadcrumb{margin-bottom:30px}}@media(max-width:1100px)and (min-width:761px){.mr-topbar{gap:20px}.mr-header-search{max-width:240px}.mr-universe-card{min-height:410px}.mr-universe-copy{padding:23px}.mr-universe-copy h3{font-size:28px}.mr-collection-hero-copy{padding:30px}.mr-collection-advice>div{padding:35px}.mr-product-layout{gap:38px}.mr-editorial-grid{gap:35px}}@media(max-width:760px){.mr-topbar{height:89px;grid-template-columns:1fr auto 1fr;gap:10px}.mr-logo-image{width:175px;max-width:44vw}.mr-header-search{display:none}.mr-tools{gap:8px}.mr-tools>a{min-width:24px}.mr-tools>a[aria-label="Mon compte"]{display:none}.mr-header-left{display:flex;align-items:center}.mr-footer-brand .mr-logo-image{width:215px;max-width:70vw}.mr-universes{grid-template-columns:1fr;gap:18px}.mr-universe-card{min-height:390px}.mr-universe-image img{object-position:center 45%}.mr-universe-copy{padding:28px}.mr-universe-copy h3{font-size:33px}.mr-universe-copy p{max-width:290px}.mr-collection-intro{padding-top:18px}.mr-collection-intro .mr-breadcrumb{font-size:10px;margin-bottom:17px}.mr-collection-hero{grid-template-columns:1fr;min-height:0}.mr-collection-hero-copy{padding:28px 25px}.mr-collection-hero-copy h1{font-size:37px;letter-spacing:-1px}.mr-collection-hero-copy .mr-eyebrow{margin-bottom:12px;font-size:8px}.mr-collection-description{font-size:12px;margin-top:15px}.mr-collection-hero-image{height:240px}.mr-category-nav{padding-block:19px}.mr-category-nav a{font-size:9px;padding:9px 12px}.mr-collection-products{padding-top:28px;padding-bottom:42px}.mr-collection-toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.mr-collection-toolbar form{flex:1;justify-content:flex-end;gap:8px;min-width:0}.mr-collection-toolbar select{max-width:185px;min-width:0}.mr-collection-count{font-size:12px}.mr-collection-count span{font-size:10px;margin-left:4px}.mr-collection-toolbar label{font-size:11px}.mr-preview-inline{font-size:10px}.mr-card h3{font-size:12px}.mr-card-info .mr-price{font-size:13px}.mr-collection-advice{grid-template-columns:1fr;margin-bottom:50px}.mr-collection-advice>img{height:255px}.mr-collection-advice>div{padding:29px 25px}.mr-collection-advice h2{font-size:32px}.mr-product-page{padding-top:22px}.mr-product-layout{grid-template-columns:1fr;gap:24px}.mr-product-copy{position:static}.mr-product-copy h1{font-size:35px}.mr-product-description{margin-block:19px}.mr-product-prelaunch{padding:17px}.mr-product-copy .mr-button{padding-inline:14px}.mr-format-option{min-height:46px}.mr-related{margin-top:38px;padding-top:40px}.mr-product-price-row .mr-product-price{font-size:27px}.mr-editorial-hero{padding-top:22px;padding-bottom:24px}.mr-editorial-grid{grid-template-columns:1fr;gap:27px}.mr-editorial-grid .mr-breadcrumb{margin-bottom:22px}.mr-editorial-grid h1{font-size:38px}.mr-editorial-grid img{height:265px}.mr-editorial-universes{padding-bottom:55px}.mr-page{width:calc(100% - 40px)}}@media(max-width:380px){.mr-logo-image{width:153px}.mr-topbar{gap:6px}.mr-tools{gap:5px}.mr-collection-toolbar form{flex-basis:100%;justify-content:flex-start}.mr-product-copy h1{font-size:31px}}@media(max-width:760px){.mr-mobile-menu>summary{width:44px;height:44px;justify-content:center}.mr-product-copy input,.mr-product-copy select,.mr-search-form input{font-size:16px}}.mr-product-subtitle{font-size:12px;color:var(--mr-muted);margin:12px 0 22px;line-height:1.6}.mr-card-subtitle{font-size:11px!important;line-height:1.5;color:var(--mr-muted);min-height:33px;margin:9px 0 13px!important}.mr-card .mr-from{font-size:10px;color:var(--mr-muted);font-weight:400}.mr-badge-new{left:14px;top:14px;padding:6px 10px;border-radius:6px;background:var(--mr-cream);color:var(--mr-red);font-size:9px;letter-spacing:.07em;text-transform:uppercase}.mr-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.mr-product-highlights{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:9px}.mr-product-highlights li{font-size:12px;line-height:1.6;padding-left:17px;position:relative}.mr-product-highlights li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--mr-red)}.mr-specs{margin:17px 0 0}.mr-specs>div{display:grid;grid-template-columns:minmax(110px,1fr) 1.25fr;gap:20px;padding:10px 0;border-bottom:1px solid var(--mr-line);font-size:11px;line-height:1.6}.mr-specs>div:last-child{border:0}.mr-specs dt{color:var(--mr-muted)}.mr-specs dd{margin:0;color:var(--mr-ink)}.mr-product-styling{background:var(--mr-cream);padding:35px;border-radius:10px;margin-top:24px}.mr-product-styling h2{font-size:31px;line-height:1.17;margin:12px 0 18px}.mr-product-styling>p:not(.mr-eyebrow){font-size:12px;line-height:1.9;color:var(--mr-muted)}.mr-product-styling .mr-button{margin-top:18px;font-size:11px}.mr-product-copy{position:static}.mr-product-visual{align-self:start}.mr-product-copy .mr-richtext{line-height:1.85}.mr-product-copy .mr-accordion .mr-button{margin-top:12px}.mr-catalog-controls{display:flex;align-items:center;gap:14px;padding:18px 0 22px;border-top:1px solid var(--mr-line);margin-top:20px}.mr-catalog-controls label{font-size:11px}.mr-catalog-controls select{border:1px solid var(--mr-line);border-radius:8px;min-height:44px;padding:9px 13px;font:inherit;font-size:12px;color:var(--mr-ink);background:var(--mr-cream)}.mr-catalog-controls p{font-size:11px;color:var(--mr-muted);margin-left:auto}.mr-catalog-empty{grid-column:1/-1;padding:45px;text-align:center;background:var(--mr-cream);border-radius:10px}.mr-catalog-empty p{font-size:14px;margin:0 0 20px}.mr-collection-guide{padding:70px 0 80px;border-top:1px solid var(--mr-line)}.mr-guide-heading{max-width:680px;margin-bottom:32px}.mr-guide-heading h2{font-size:clamp(30px,3vw,43px);line-height:1.18;margin:12px 0 18px}.mr-guide-heading>p:last-child{font-size:13px;line-height:1.9;color:var(--mr-muted)}.mr-guide-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.mr-guide-step{background:var(--mr-cream);padding:28px;border-radius:10px}.mr-guide-step>span{font-size:11px;color:var(--mr-red);letter-spacing:.12em}.mr-guide-step h3{font-family:Georgia,serif;font-weight:400;font-size:23px;margin:18px 0 14px;line-height:1.25}.mr-guide-step p{font-size:12px;line-height:1.9;color:var(--mr-muted)}.mr-guide-bottom{display:grid;grid-template-columns:1fr 1.6fr;gap:65px;margin-top:46px;align-items:start}.mr-guide-bottom h3{font-family:Georgia,serif;font-weight:400;font-size:28px;line-height:1.2;margin-bottom:23px}.mr-guide-bottom .mr-accordion{border-top:1px solid var(--mr-line);padding:17px 0;margin:0}.mr-guide-bottom .mr-accordion summary{font-size:13px;line-height:1.6}.mr-guide-bottom .mr-accordion p{margin:15px 0 0}.mr-guide-bottom .mr-button{font-size:11px}.mr-new-selection{background:#f5eee4;padding:70px 0}.mr-new-selection .mr-card{background:transparent}.mr-budget-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding-top:40px}.mr-budget-links .mr-button{font-size:11px}.mr-editorial-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:30px 0}.mr-editorial-cards>div{padding:24px;border:1px solid var(--mr-line);border-radius:10px}.mr-editorial-cards h3{font-family:Georgia,serif;font-size:22px;font-weight:400;line-height:1.2}.mr-editorial-cards p{font-size:13px}.mr-richtext .mr-editorial-cards a{display:inline-flex;border:1px solid var(--mr-line);border-radius:8px;text-decoration:none;padding:11px 15px;font-size:11px;margin-top:8px}.mr-richtext table{border-collapse:collapse;width:100%;font-size:12px}.mr-richtext th,.mr-richtext td{border-bottom:1px solid var(--mr-line);padding:12px;text-align:left}.mr-richtext th{font-weight:500}@media(min-width:761px){.mr-tools>a.mr-mobile-search{display:none}.mr-product-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:65px}}@media(max-width:1000px){.mr-guide-bottom{gap:35px}.mr-guide-step{padding:22px}.mr-editorial-cards{grid-template-columns:1fr}}@media(max-width:760px){.mr-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-new-selection .mr-grid-three{grid-template-columns:1fr}.mr-new-selection{padding:45px 0}.mr-product-styling{padding:25px}.mr-product-styling h2{font-size:28px}.mr-product-subtitle,.mr-product-highlights li{font-size:12px}.mr-specs>div{grid-template-columns:1fr 1.25fr;gap:12px}.mr-catalog-controls{flex-wrap:wrap;gap:10px}.mr-catalog-controls select{font-size:16px;max-width:100%}.mr-catalog-controls p{width:100%;margin:0;font-size:10px}.mr-card-subtitle{font-size:10px!important;min-height:31px}.mr-collection-guide{padding:45px 0}.mr-guide-steps{grid-template-columns:1fr;gap:12px}.mr-guide-step{padding:24px}.mr-guide-step h3{margin:12px 0}.mr-guide-bottom{grid-template-columns:1fr;gap:25px;margin-top:30px}.mr-guide-bottom h3{font-size:27px}.mr-guide-bottom .mr-accordion summary{font-size:13px}.mr-budget-links{padding-top:28px;gap:10px}.mr-budget-links .mr-button{padding:12px 16px;min-height:44px}.mr-badge-new{left:9px;top:9px;font-size:8px;padding:5px 8px}}.mr-card-sourced .mr-card-image{background:var(--mr-cream);border-radius:8px}.mr-card-sourced .mr-card-image img{object-fit:cover;padding:0;background:var(--mr-cream)}.mr-card-sourced .mr-price{font-size:13px;font-weight:400;color:var(--mr-muted)}.mr-sourced-product .mr-product-price{font-size:22px}.mr-sourced-product .mr-preview-full-image{aspect-ratio:1;object-fit:cover;background:var(--mr-cream)}.mr-product-zoom.is-original .mr-preview-full-image{object-fit:contain;padding:16px;background:#fff}.mr-product-photo-options{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:16px}.mr-product-photo-option{min-height:44px;padding:10px 18px;border:1px solid var(--mr-line);border-radius:8px;background:#fff;color:var(--mr-ink);font-size:12px;line-height:1.4}.mr-product-photo-option[aria-pressed=true]{background:var(--mr-red);border-color:var(--mr-red);color:var(--mr-cream)}.mr-product-photo-option:hover{border-color:var(--mr-red)}.mr-menu-group{position:relative}.mr-menu-group>summary{list-style:none;display:flex;align-items:center;min-height:42px;padding:10px 12px;border:1px solid transparent;border-radius:8px;text-transform:uppercase;font-size:11px;letter-spacing:.6px;line-height:1.4;color:var(--mr-red)}.mr-menu-group>summary::-webkit-details-marker{display:none}.mr-menu-group>summary::marker{content:""}.mr-menu-group>summary:after{display:none}.mr-menu-group[open]>summary,.mr-menu-group>summary:hover{background:color-mix(in srgb,var(--mr-red) 7%,var(--mr-cream))}.mr-submenu{position:absolute;z-index:60;left:0;top:calc(100% + 5px);min-width:260px;padding:12px;background:#fff;border:1px solid var(--mr-line);border-radius:10px;box-shadow:0 12px 26px #301a1814}.mr-navigation .mr-submenu a{display:flex;justify-content:flex-start;white-space:normal;min-height:42px;padding:10px 12px}.mr-extra-categories{margin-top:50px;padding-top:35px;border-top:1px solid var(--mr-line)}.mr-extra-categories>h3{text-align:center;margin-bottom:24px}.mr-extra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.mr-extra-category{display:block;border:1px solid var(--mr-line);border-radius:10px;padding:18px;background:var(--mr-cream);text-align:center}.mr-extra-category img{height:180px;object-fit:cover;background:var(--mr-cream);border-radius:7px}.mr-extra-category h3{font-size:22px;margin:16px 0}.mr-extra-category span{display:inline-flex;align-items:center;min-height:40px;padding:9px 20px;border:1px solid var(--mr-red);border-radius:8px;font-size:11px;color:var(--mr-red)}.mr-category-nav a{text-transform:uppercase;font-size:10px;letter-spacing:.4px}@media(max-width:760px){.mr-menu-group>summary{min-height:46px;padding:12px 14px;font-size:12px}.mr-submenu{position:static;min-width:0;box-shadow:none;border:0;border-left:1px solid var(--mr-line);border-radius:0;margin:4px 0 12px 14px;padding:0 0 0 7px}.mr-mobile-menu nav .mr-submenu a{font-size:11px;min-height:42px}.mr-extra-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mr-extra-category{padding:10px}.mr-extra-category img{height:140px}.mr-extra-category h3{font-size:19px}.mr-extra-categories{margin-top:32px;padding-top:28px}.mr-category-nav{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:10px}.mr-category-nav a{white-space:nowrap;flex:none}.mr-card-sourced .mr-price{font-size:11px}}.mr-catalog-preview-after-products{margin-top:48px;padding-top:38px;border-top:1px solid var(--mr-line)}.mr-preview-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:14px}.mr-preview-heading h2{font-size:clamp(25px,2.5vw,34px);line-height:1.2}.mr-preview-heading [data-preview-product-count]{font-size:11px;color:var(--mr-muted)}.mr-catalog-preview .mr-preview-inline{max-width:680px;line-height:1.8;margin-bottom:18px}@media(min-width:761px){.mr-collection-hero-image,.mr-promo-image{position:relative;height:auto;align-self:stretch;overflow:hidden}.mr-collection-hero-image{min-height:340px}.mr-promo-image{min-height:530px}.mr-collection-hero-image img,.mr-promo-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}}@media(min-width:761px)and (max-width:1100px){.mr-promo-image{min-height:480px}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map?subset=AAAAAAAgAEEC */
