.mdj{--mdj-ink:#332b24;--mdj-paper:#faf7f1;--mdj-line:#dcd4c9;--mdj-muted:#695e53;color:var(--mdj-ink);background:var(--mdj-paper);letter-spacing:0}.mdj [hidden]{display:none!important}.mdj h1,.mdj h2,.mdj h3,.mdj h4{color:inherit;letter-spacing:-.035em}.mdj a{color:inherit;text-decoration:none}.mdj a:focus-visible,.mdj button:focus-visible,.mdj select:focus-visible,.mdj summary:focus-visible{outline:3px solid #a87939;outline-offset:5px}.mdj .page-width{width:100%}.mdj-hero{min-height:570px;position:relative;display:flex;align-items:center;isolation:isolate;color:#fff8ee;background:#332b24}.mdj-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.mdj-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#211b15e0,#211b158f 52%,#211b151f);z-index:-1}.mdj-hero-content{padding-top:80px;padding-bottom:80px}.mdj-eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.17em;font-weight:650;margin:0 0 22px}.mdj h1{font-family:var(--font-heading-family,Georgia,serif);font-size:clamp(42px,5.3vw,76px);line-height:1.04;max-width:780px;margin:0 0 25px;font-weight:400;text-wrap:balance}.mdj-lead{max-width:540px;line-height:1.65;font-size:18px;margin:0}.mdj-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:30px}.mdj-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 24px;background:#fff8ee;color:#332b24!important;border-radius:3px;font-weight:600;line-height:1.5}.mdj-button-dark{background:#332b24;color:#fff8ee!important}.mdj-quiet{display:inline-block;border-bottom:1px solid currentColor;padding:8px 0}.mdj-nav{display:flex;gap:36px;align-items:center;flex-wrap:wrap;border-bottom:1px solid var(--mdj-line);padding-top:22px;padding-bottom:22px;font-size:14px}.mdj-nav a:last-child{margin-left:auto}.mdj-section{padding-top:76px;padding-bottom:76px;scroll-margin-top:100px}.mdj h2{font-size:clamp(32px,3.8vw,52px);font-weight:400;line-height:1.15;margin:0 0 24px;max-width:850px;text-wrap:balance}.mdj-description{max-width:720px;line-height:1.7;color:var(--mdj-muted);margin:0 0 32px;font-size:17px}.mdj-explore{background:#eee7dc}.mdj-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.mdj-pills button{border:1px solid #c7bbaa;background:transparent;color:var(--mdj-ink);padding:12px 25px;border-radius:30px;font:inherit;cursor:pointer;min-height:48px}.mdj-pills button[aria-pressed=true]{background:#332b24;border-color:#332b24;color:#fff8ee}.mdj-panel-intro{display:grid;grid-template-columns:.9fr 1.4fr;gap:50px;margin-bottom:28px}.mdj-panel h3{font-size:28px;margin:0;font-weight:450}.mdj-panel .rte{font-size:16px;line-height:1.75;color:var(--mdj-muted)}.mdj-panel .rte p{margin:0}.mdj-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mdj-product{background:#fffdf9;border:1px solid rgba(110,89,63,.09);border-radius:6px;overflow:hidden}.mdj-product-image{display:block;background:#fff;aspect-ratio:1.15;overflow:hidden}.mdj-product-image img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .25s}.mdj-product:hover img{transform:scale(1.04)}.mdj-product-info{padding:20px}.mdj-product h4{font-family:var(--font-body-family);font-size:15px;line-height:1.45;margin:0 0 12px;font-weight:600;letter-spacing:0}.mdj-price{font-weight:650;font-size:17px;margin:12px 0}.mdj-options{font-size:12px;color:var(--mdj-muted);line-height:1.6;margin:10px 0}.mdj-options span{display:block}.mdj-product-link{font-size:13px;border-bottom:1px solid #9d8b75;display:inline-block;padding-bottom:3px;margin-top:8px}.mdj-material{display:flex;gap:20px;align-items:center;margin:0 0 28px}.mdj-material label{font-size:14px;font-weight:600}.mdj-material select{font:inherit;background:#fffdf9;color:#332b24;border:1px solid #c7bbaa;border-radius:4px;padding:12px 35px 12px 15px;min-height:48px}.mdj-material-result p{padding:20px 24px;border-left:3px solid #ad8753;background:#fff9ee;max-width:900px;line-height:1.65;margin:0 0 26px}.mdj-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 24px;margin-top:36px}.mdj-category-image{aspect-ratio:1;background:#fff;border-radius:5px;overflow:hidden}.mdj-category-image img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .25s}.mdj-category:hover img{transform:scale(1.04)}.mdj-category h3{font-size:21px;font-weight:500;display:flex;gap:10px;justify-content:space-between;line-height:1.3;margin:20px 0 9px}.mdj-category p{font-size:14px;line-height:1.65;margin:0;color:var(--mdj-muted)}.mdj-advice{background:#eee7dc}.mdj-advice-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:70px}.mdj-advice h2{max-width:440px}.mdj details{border-bottom:1px solid #cfc3b3}.mdj details:first-child{border-top:1px solid #cfc3b3}.mdj summary{font-size:17px;font-weight:550;padding:22px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px}.mdj summary::-webkit-details-marker{display:none}.mdj details[open] summary span{transform:rotate(45deg)}.mdj details .rte{font-size:15px;line-height:1.8;padding:0 26px 22px 0;color:var(--mdj-muted)}.mdj details .rte p{margin:0}@media(min-width:1200px){.mdj-products:has(>article:nth-child(5)){grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:749px){.mdj-hero{min-height:490px}.mdj-hero-content{padding-top:60px;padding-bottom:60px}.mdj-hero:after{background:#211b15b8}.mdj-lead{font-size:16px}.mdj-nav{gap:16px 24px;font-size:12px}.mdj-nav a:last-child{margin-left:0;width:100%}.mdj-section{padding-top:44px;padding-bottom:44px}.mdj-panel-intro,.mdj-advice-grid{grid-template-columns:1fr;gap:18px}.mdj-products,.mdj-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.mdj-product-info,.mdj-product-image img,.mdj-category-image img{padding:14px}.mdj-product h4{font-size:13px}.mdj-price{font-size:15px}.mdj-category h3{font-size:17px;margin-top:14px}.mdj-category p{font-size:13px}.mdj-pills{gap:8px}.mdj-pills button{padding:10px 18px;font-size:14px}.mdj-material{align-items:flex-start;flex-direction:column;gap:8px}.mdj-material select{width:100%}.mdj-advice-grid{gap:30px}.mdj h2{font-size:34px}.mdj-panel h3{font-size:25px}.mdj-actions{gap:18px}.mdj-description{font-size:15px}}@media(prefers-reduced-motion:reduce){.mdj *{transition:none!important}}.mdj{--mdj-ink:#332c25;--mdj-muted:#75695e;--mdj-paper:#fff;--mdj-line:#ded6ca;font-size:16px;line-height:1.6}.mdj .page-width{max-width:1360px;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px}.mdj h1,.mdj h2,.mdj h3{font-family:var(--font-heading-family);font-weight:500;letter-spacing:-.025em;line-height:1.15}.mdj h1{font-size:clamp(44px,5.5vw,76px);max-width:630px;margin:18px 0 24px}.mdj h2{font-size:clamp(30px,3vw,44px)}.mdj-eyebrow{font-size:11px;letter-spacing:.13em;font-weight:700}.mdj-hero{background:#eee6da;min-height:560px;color:#332c25;overflow:hidden}.mdj-hero:after{background:linear-gradient(90deg,#eee6da 0%,#eee6daf5 32%,#eee6daac 53%,transparent 75%)}.mdj-hero-content{padding-top:70px;padding-bottom:70px}.mdj-lead{max-width:510px;font-size:18px;line-height:1.7}.mdj-button{border:1px solid #332c25;background:#332c25;color:#fff8ef!important;min-height:52px;padding:14px 22px;font-weight:400}.mdj-button:hover{background:#66503b}.mdj-nav{background:#faf7f1;font-size:13px;padding-top:18px;padding-bottom:18px}.mdj-explore,.mdj-advice{background:#f1ebe1}.mdj-category-image{background:radial-gradient(ellipse at 50% 30%,#faf7f0,#eee6d9);height:230px;aspect-ratio:auto;border-radius:4px}.mdj-category-image img{mix-blend-mode:multiply}.mdj-category h3{font-size:19px;letter-spacing:-.015em}.mdj-category h3 span{color:#ac8550}.mdj-products{gap:24px}.mdj-product-image{background:#f6f2eb}.mdj-product-image img{mix-blend-mode:multiply}.mdj-product{border-radius:4px}.mdj-description{color:#75695e}.mdj-categories{gap:36px 24px}@media(max-width:989px){.mdj .page-width{padding-left:28px;padding-right:28px}.mdj-categories,.mdj-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.mdj .page-width{padding-left:20px;padding-right:20px}.mdj-hero{padding-top:220px;min-height:0}.mdj-hero>img{height:280px;object-position:75% center}.mdj-hero:after{background:linear-gradient(0deg,#eee6da 0%,#eee6da 48%,transparent 85%)}.mdj-hero-content{padding-top:24px;padding-bottom:36px}.mdj h1{font-size:43px;margin:12px 0 18px}.mdj h2{font-size:31px}.mdj-lead{font-size:16px}.mdj-button{font-size:13px;padding:12px 16px}.mdj-nav{font-size:12px}.mdj-category-image{height:170px}.mdj-category h3{font-size:17px}.mdj-categories{gap:24px 16px}.mdj-products{gap:16px}}.mdn-project-chat .page-width{width:100%}.mdn-project-chat .button{cursor:pointer}.mdn-project-chat{background:#332b24;color:#fff8ef;padding:64px 0;scroll-margin-top:110px}.mdn-project-chat__inner{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.mdn-project-chat h2{color:inherit;margin:0 0 20px}.mdn-project-chat .rte{max-width:650px;font-size:18px;line-height:1.65}.mdn-project-chat__action{text-align:center}.mdn-project-chat__button{background:#21658b;color:#fff;font-size:21px;font-weight:700;min-height:70px;padding:20px 30px;gap:14px;width:100%;max-width:360px;border-radius:5px}.mdn-project-chat__button:after,.mdn-project-chat__button:before{display:none}.mdn-project-chat__button:hover{background:#28779f}.mdn-project-chat__button:focus-visible{outline:3px solid #ead2a4;outline-offset:5px}.mdn-project-chat__hint{font-size:14px;color:#dfd3c3;margin:16px 0 0}.mdn-project-chat__fallback a{color:inherit;text-underline-offset:4px}@media(max-width:749px){.mdn-project-chat{padding:40px 0}.mdn-project-chat__inner{grid-template-columns:1fr;gap:24px}.mdn-project-chat__action{text-align:left}.mdn-project-chat .rte{font-size:16px}.mdn-project-chat__button{max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map?subset=AAAAAIAAIA */
