:root{--mx-creme: #f2efea;--mx-grau: #e0e1e0;--mx-beige: #dac5b2;--mx-taupe: #a48a6e;--mx-braun: #5d3e2c;--mx-grau-text: #666764;--mx-oliv: #7e8b5a;--mx-gold: #f4d483;--mx-blush: #f0ddda;--mx-mint: #d5ece4;--mx-white: #fffdfa;--mx-shadow: 0 8px 30px rgba(93, 62, 44, .1);--mx-radius: 16px;--mx-maxw: 1300px;--mx-font: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.mx{font-family:var(--mx-font);color:var(--mx-braun);-webkit-font-smoothing:antialiased}.mx *,.mx *:before,.mx *:after{box-sizing:border-box}.mx-wrap{max-width:var(--mx-maxw);margin:0 auto;padding:0 20px;width:100%}.mx-section{padding:48px 0}.mx-section--tight{padding:28px 0}.mx-section--creme{background:var(--mx-creme)}.mx-section--beige{background:var(--mx-beige)}.mx-section--grau{background:var(--mx-grau)}.mx-section--white{background:var(--mx-white)}.mx-center{text-align:center}.mx h1,.mx h2,.mx h3,.mx h4{font-family:var(--mx-font);color:var(--mx-braun);margin:0 0 .4em;line-height:1.15;font-weight:700}.mx-h1{font-size:clamp(28px,5vw,44px)}.mx-h2{font-size:clamp(24px,4vw,34px)}.mx-h3{font-size:clamp(19px,3vw,24px)}.mx-lead{font-size:clamp(16px,2.2vw,19px);color:var(--mx-grau-text);line-height:1.6;margin:0 0 1em}.mx p{line-height:1.6;margin:0 0 1em;color:var(--mx-grau-text)}.mx-sub{font-weight:400;color:var(--mx-taupe);font-style:italic}.mx-eyebrow{display:inline-block;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--mx-taupe);margin-bottom:10px}.mx-badge{display:inline-flex;align-items:center;gap:6px;background:var(--mx-oliv);color:#fff;font-weight:500;font-size:14px;padding:6px 14px;border-radius:999px;line-height:1.2}.mx-badge--soft{background:var(--mx-mint);color:var(--mx-braun)}.mx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mx-gold);color:var(--mx-braun)!important;font-family:var(--mx-font);font-weight:700;font-size:17px;text-decoration:none;padding:15px 30px;border-radius:12px;border:0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:var(--mx-shadow)}.mx-btn:hover{transform:translateY(-1px);box-shadow:0 12px 34px #5d3e2c2e}.mx-btn--block{display:flex;width:100%}.mx-btn--ghost{background:transparent;border:2px solid var(--mx-braun);box-shadow:none}.mx-reassure{font-size:14px;color:var(--mx-grau-text);margin-top:10px}.mx-reassure span{white-space:nowrap;margin:0 6px}.mx-stars{color:#e8a33d;letter-spacing:2px;font-size:18px}.mx-rating{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:var(--mx-grau-text)}.mx-rating b{color:var(--mx-braun)}.mx-trustbar{background:var(--mx-creme)}.mx-trustbar .mx-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mx-trust{display:flex;align-items:center;gap:12px;justify-content:center;text-align:left}.mx-trust svg{width:46px;height:46px;flex:0 0 46px;padding:11px;box-sizing:border-box;border-radius:50%;background:#fff;color:var(--mx-braun);box-shadow:0 8px 20px -14px #5d3e2c80;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mx-trust b{display:block;font-weight:700;color:var(--mx-braun);font-size:15px}.mx-trust span{font-size:13px;color:var(--mx-grau-text)}.mx-bullets{list-style:none;padding:0;margin:0;display:grid;gap:12px}.mx-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:16px;color:var(--mx-braun);line-height:1.45}.mx-bullets li:before{content:"";flex:0 0 22px;height:22px;margin-top:1px;border-radius:50%;background:var(--mx-mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d3e2c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat}.mx-safety{background:var(--mx-creme);border-radius:var(--mx-radius);padding:28px}.mx-safety__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px;margin-top:20px}.mx-cert{background:#fff;border-radius:12px;padding:18px;text-align:center;box-shadow:var(--mx-shadow)}.mx-cert svg{width:58px;height:58px;padding:15px;box-sizing:border-box;border-radius:50%;background:var(--mx-creme);color:var(--mx-braun);margin-bottom:12px;box-shadow:0 8px 22px -16px #5d3e2c8c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mx-cert b{display:block;color:var(--mx-braun);font-size:15px}.mx-cert span{font-size:13px;color:var(--mx-grau-text)}.mx-faq{max-width:820px;margin:0 auto}.mx-faq details{background:#fff;border:1px solid var(--mx-grau);border-radius:12px;margin-bottom:12px;overflow:hidden}.mx-faq summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:500;font-size:17px;color:var(--mx-braun);display:flex;justify-content:space-between;align-items:center;gap:16px}.mx-faq summary::-webkit-details-marker{display:none}.mx-faq summary:after{content:"+";font-size:24px;color:var(--mx-taupe);font-weight:400;line-height:1;transition:transform .2s ease}.mx-faq details[open] summary:after{transform:rotate(45deg)}.mx-faq__a{padding:0 22px 20px;color:var(--mx-grau-text);line-height:1.6}.mx-faq__a p:last-child{margin-bottom:0}.mx-usp{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.mx-usp+.mx-usp{margin-top:56px}.mx-usp__media img{width:100%;height:auto;border-radius:var(--mx-radius);display:block;box-shadow:var(--mx-shadow)}.mx-usp--rev .mx-usp__media{order:2}.mx-usp__body h2{margin-bottom:.3em}.mx-hero{background:var(--mx-creme)}.mx-hero .mx-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.mx-hero__media img{width:100%;height:auto;border-radius:var(--mx-radius);display:block;box-shadow:var(--mx-shadow)}.mx-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.mx-hero__badges .mx-chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;color:var(--mx-braun);box-shadow:var(--mx-shadow)}.mx-hero__badges .mx-chip svg{width:18px;height:18px;color:var(--mx-oliv)}.mx-stat{font-size:clamp(40px,7vw,64px);font-weight:700;color:var(--mx-oliv);line-height:1}.mx-founder{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center}.mx-founder__media img{width:100%;border-radius:var(--mx-radius);box-shadow:var(--mx-shadow)}.mx-guarantee{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mx-gcard{background:#fff;border-radius:12px;padding:22px 16px;text-align:center;box-shadow:var(--mx-shadow)}.mx-gcard svg{width:58px;height:58px;padding:15px;box-sizing:border-box;border-radius:50%;background:var(--mx-creme);color:var(--mx-braun);margin-bottom:12px;box-shadow:0 8px 22px -16px #5d3e2c8c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mx-gcard b{display:block;color:var(--mx-braun);font-size:16px;margin-bottom:4px}.mx-gcard span{font-size:13px;color:var(--mx-grau-text)}.mx-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mx-quote{background:#fff;border-radius:12px;padding:22px;box-shadow:var(--mx-shadow)}.mx-quote p{color:var(--mx-braun);font-size:15px}.mx-quote cite{font-style:normal;font-weight:700;color:var(--mx-taupe);font-size:14px}.mx-specs{width:100%;border-collapse:collapse;max-width:820px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--mx-shadow)}.mx-specs td{padding:13px 20px;border-bottom:1px solid var(--mx-grau);font-size:15px}.mx-specs tr td:first-child{font-weight:700;color:var(--mx-braun);width:42%}.mx-specs td:last-child{color:var(--mx-grau-text)}.mx-specs tr:last-child td{border-bottom:0}.mx-certrow{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.mx-certrow .mx-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:500;color:var(--mx-braun);box-shadow:var(--mx-shadow)}.mx-certrow .mx-chip svg{width:20px;height:20px;color:var(--mx-oliv)}.mx-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fffdfaf7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--mx-grau);padding:10px 16px;display:none;align-items:center;gap:12px;box-shadow:0 -6px 24px #5d3e2c1a}.mx-sticky__info{flex:1;min-width:0}.mx-sticky__info b{display:block;font-size:14px;color:var(--mx-braun);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mx-sticky__info span{font-size:12px;color:var(--mx-grau-text)}.mx-sticky .mx-btn{padding:12px 22px;font-size:15px}@media(max-width:900px){.mx-hero .mx-wrap,.mx-usp,.mx-founder{grid-template-columns:1fr;gap:24px}.mx-usp--rev .mx-usp__media{order:0}.mx-guarantee,.mx-quotes{grid-template-columns:1fr 1fr}.mx-section{padding:30px 0}}@media(max-width:600px){.mx-trustbar .mx-wrap{grid-template-columns:1fr;gap:8px}.mx-trustbar .mx-wrap>:last-child:nth-child(odd){grid-column:auto;justify-self:stretch}.mx-trust{justify-content:flex-start}.mx-guarantee,.mx-quotes{grid-template-columns:1fr}.mx-sticky{display:flex}}@media(max-width:680px){.mx-section{padding:24px 0}.mx-section--tight{padding:14px 0}}.product__block__variants{position:absolute!important;left:-9999px!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.mx-usps{margin:14px 0 16px!important;line-height:1.4!important}.mx-usps li{margin-bottom:7px!important}@media(max-width:749px){.product-single{display:flex!important;flex-direction:column}.product-single>.product__main__content{display:contents}.product-single .product__inner{display:contents}.product__inner>*{order:75}.product-single>.product__media__wrapper{order:30;margin-top:6px}.product__inner>.mx-rate{order:8}.product__inner>.mx-sp1{order:6;margin-bottom:4px}.product__inner>.product__block__title{order:7;margin-bottom:2px}.product__inner>.mx-usps{order:20;margin:6px 0 0!important}.product__inner>.mx-price{order:40;margin:8px 0 4px!important}.product__inner>.product__block__variants{order:50;padding-bottom:4px!important;margin-top:0!important}.product__block__variants .product-form__input,.product__block__variants fieldset{margin-bottom:6px!important}.product__inner>.mx-bndl{order:60;margin-top:4px!important}.product__inner>.mx-pay-box{order:62}.product__inner>.mx-atc-subnote{order:64}.product__inner>.SH-customer-loves{order:66}.product__inner>.mx-facts{order:68}.product__inner>.product__block__description{order:70}.product__inner>.product__block__buttons{order:72}}.product-page{overflow-x:clip}@media(max-width:749px){html,body{overflow-x:clip}}@media(max-width:749px){.product__inner>.mx-bndl{margin-top:0!important}.product__block__variants{margin-bottom:0!important;padding-bottom:2px!important}.mx-bndl__stock{margin-top:8px!important}.mx-bndl__head{margin:8px 0 6px!important}.mx-bndl__cta{margin:10px 0 0!important}.mx-bndl__note:empty{display:none!important;margin:0!important}.mx-bndl__note{margin-top:6px!important}}.mx-facts{grid-template-columns:1fr!important;gap:10px!important}.mx-bndl__note:empty{display:block!important;height:8px!important;margin:0!important;padding:0!important;border:0!important}.mxgq-tab--desk{top:auto!important;bottom:22px!important;right:0!important;transform:none!important}@media(max-width:749px){.product-single>.product__media__wrapper,.product-single>.product__media__wrapper .product__grid,.product-single>.product__media__wrapper .flickity-viewport{max-height:50vh!important}.product-single>.product__media__wrapper .product__media,.product-single>.product__media__wrapper .product__media img{max-height:50vh!important;object-fit:cover!important}}.accordion-content__holder--truncate.is-expanded .accordion-content__inner{-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.accordion-content__holder--truncate.is-visible .accordion-content__inner{-webkit-mask-image:none!important;mask-image:none!important}.product__block__description .accordion__title{font-weight:700!important}.accordion-content__inner,.accordion-content__entry{font-size:16px;line-height:1.6}.accordion-content__entry p{margin-bottom:.85em}.accordion-content__entry h3,.accordion-content__entry h4{font-weight:700;margin-top:1.2em;margin-bottom:.4em}@media(max-width:749px){.accordion-content__inner,.accordion-content__entry{font-size:16px}}.accordion-content__holder.is-visible .accordion-content__entry:not(.accordion-content__entry--truncate){animation:mxReadMoreFadeIn .35s ease forwards}@keyframes mxReadMoreFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.template-collection .product__grid__price{font-size:11.5px!important;line-height:1.3}.template-collection .product__grid__price .price{font-size:11.5px!important}.template-collection .product__grid__price .price s,.template-collection .product__grid__price s,.template-collection .product__grid__price del,.template-collection .product__grid__price .price--compare{font-size:10.5px!important}.product__block__description h2,.product-section .rte h2{font-size:19px!important;line-height:1.3!important;margin:18px 0 6px!important}.product__block__description h3,.product-section .rte h3{font-size:16.5px!important;line-height:1.3!important}@media(max-width:600px){.product__block__description h2,.product-section .rte h2{font-size:17px!important}}.mx-stickycta__btn,.mx-cd__cta--primary{background:#231b14!important;color:#fff!important}[data-product-form-wrapper]>*{margin-top:16px;margin-bottom:0}[data-product-form-wrapper]>*:first-child{margin-top:0}.product__block__variants{--OPTION-SPACE: 16px}.product__block__variants .selector-wrapper{margin-bottom:0}@media(max-width:768px){[data-product-form-wrapper]>*{margin-top:11px}.product__block__variants{--OPTION-SPACE: 11px}}.header__drawer a{font-size:16px!important;line-height:1.35}
/*# sourceMappingURL=/cdn/shop/t/15/assets/mx-brand.css.map */
