:root{--mj-ink: #1c1912;--mj-cream: #faf6ef;--mj-paper: #ffffff;--mj-shell: #ffffff;--mj-brown: #4a4030;--mj-sand: #d9cba3;--mj-line: rgba(28, 25, 18, .12);--mj-ease: cubic-bezier(.22, .61, .36, 1);--mj-gutter: clamp(1.25rem, 5vw, 4rem);--mj-space-s: clamp(2.5rem, 5vw, 4rem);--mj-space-m: clamp(4rem, 8vw, 7rem);--mj-space-l: clamp(6rem, 11vw, 10rem)}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.mj-reveal{animation:mj-rise linear both;animation-timeline:view();animation-range:entry 0% entry 55%}}}@keyframes mj-rise{0%{opacity:0;transform:translateY(1.75rem)}to{opacity:1;transform:none}}.header__logo img,.header-logo img,.header__logo-image,header-component .logo img,header-component a[href="/"] img{mix-blend-mode:multiply}li:has(>product-card),div:has(>product-card),.resource-list__item,.resource-list__slide,.product-list__item{display:flex!important;height:100%!important;align-items:stretch!important}product-card{display:flex!important;flex-direction:column!important;width:100%!important;height:100%!important}product-card .product-card__content{display:flex!important;flex-direction:column!important;height:100%!important;gap:0!important}product-card .card-gallery{--gallery-aspect-ratio: 1 !important;aspect-ratio:1 / 1!important;width:100%!important;height:auto!important;flex:0 0 auto!important;background:var(--mj-paper)!important;border-radius:0!important;overflow:hidden!important}product-card .card-gallery slideshow-component,product-card .card-gallery slideshow-slides,product-card .card-gallery slideshow-slide,product-card .card-gallery .product-media-container{width:100%!important;height:100%!important;aspect-ratio:auto!important;min-height:0!important;max-height:none!important;border-radius:0!important}product-card .card-gallery .product-media-container{--product-media-fit: contain !important}product-card .card-gallery img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:7%!important;background:var(--mj-paper)!important;border-radius:0!important;transition:transform 1.1s var(--mj-ease)}product-card quick-add-component,product-card [class*=quick-add],product-card slideshow-arrows,product-card slideshow-controls,product-card .slideshow-control,product-card .card-gallery button{display:none!important}product-card :is(h1,h2,h3,h4,h5,.h2,.h3,.h4),product-card .product-title,product-card [class*=product-title]{display:block!important;min-height:2.8em!important;margin:0!important;padding-block:.85rem 0!important;font-family:var(--font-body--family, sans-serif)!important;font-size:clamp(.86rem,1.5vw,.95rem)!important;font-weight:400!important;line-height:1.4!important;letter-spacing:0!important;text-wrap:pretty}product-card .price,product-card [class*=price]{font-family:var(--font-body--family, sans-serif)!important;font-size:clamp(.78rem,1.3vw,.85rem)!important;letter-spacing:0!important;color:var(--mj-brown)!important}product-card .product-card__content>:last-child{margin-block-start:auto!important;padding-block-start:.9rem!important;display:block!important;width:100%!important}product-card .add-to-cart-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:.7rem!important;width:100%!important;height:3rem!important;min-height:3rem!important;padding:0 1rem!important;background:var(--mj-ink)!important;color:var(--mj-paper)!important;border:1px solid var(--mj-ink)!important;border-radius:2px!important;opacity:1!important;font-size:0!important;line-height:0!important;transition:background .45s var(--mj-ease),color .45s var(--mj-ease)}product-card .add-to-cart-button svg{display:none!important}product-card .add-to-cart-button:before{content:"";flex:0 0 auto;width:18px;height:18px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 8h11l-1 12H6L5 8Z'/><path d='M8.5 8V6a3 3 0 0 1 6 0v2'/><path d='M18 13v6M15 16h6'/></svg>") center / contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 8h11l-1 12H6L5 8Z'/><path d='M8.5 8V6a3 3 0 0 1 6 0v2'/><path d='M18 13v6M15 16h6'/></svg>") center / contain no-repeat}product-card .add-to-cart-button:after{content:"Ajouter";font-family:var(--font-subheading--family, inherit);font-size:.72rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase}@media(hover:hover){product-card .add-to-cart-button:hover{background:var(--mj-paper)!important;color:var(--mj-ink)!important}product-card:hover .card-gallery img{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){product-card .card-gallery img,product-card .add-to-cart-button{transition:none}}.mj-btn{--mj-btn-fg: var(--mj-paper);--mj-btn-bg: var(--mj-ink);position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:1.05em 2.5em;border:1px solid var(--mj-btn-bg);border-radius:2px;background:var(--mj-btn-bg);color:var(--mj-btn-fg);font-family:var(--font-subheading--family, inherit);font-size:.72rem;font-weight:500;letter-spacing:.16em;line-height:1;text-transform:uppercase;text-decoration:none;overflow:hidden;isolation:isolate;cursor:pointer;transition:color .55s var(--mj-ease)}.mj-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mj-btn-fg);transform:scaleY(0);transform-origin:bottom center;transition:transform .55s var(--mj-ease)}.mj-btn:hover:after,.mj-btn:focus-visible:after{transform:scaleY(1);transform-origin:top center}.mj-btn:hover,.mj-btn:focus-visible{color:var(--mj-btn-bg)}.mj-btn--light{--mj-btn-fg: var(--mj-ink);--mj-btn-bg: var(--mj-paper)}.mj-link{display:inline-block;font-family:var(--font-subheading--family, inherit);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:inherit;padding-block-end:.45em;background-image:linear-gradient(currentColor,currentColor);background-size:100% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .5s var(--mj-ease)}.mj-link:hover,.mj-link:focus-visible{background-size:0% 1px;background-position:100% 100%}.mj-eyebrow{margin:0;font-family:var(--font-subheading--family, inherit);font-size:.68rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--mj-brown)}.mj-display{margin:0;font-family:var(--font-heading--family, serif);font-weight:400;line-height:1.06;letter-spacing:-.015em;font-size:clamp(2rem,4.2vw,3.3rem);overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.mj-shell{width:100%;max-width:1360px;margin-inline:auto;padding-inline:var(--mj-gutter)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/mj-brand.css.map */
