:root{--mt-green: #07110c;--mt-green-soft: #0d1b13;--mt-green-light: #13251a;--mt-gold: #bb7b29;--mt-gold-light: #d39a51;--mt-cream: #f7f2e9;--mt-cream-dark: #ebe3d5;--mt-white: #ffffff;--mt-black: #111111;--mt-text: #27231f;--mt-muted: #756e65;--mt-border: rgba(7, 17, 12, .14);--mt-serif: "Cormorant Garamond", Georgia, serif;--mt-sans: "Montserrat", Arial, sans-serif;--mt-page: 1380px;--mt-radius: 2px;--mt-transition: .28s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mt-cream);color:var(--mt-text);font-family:var(--mt-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.mobile-menu-open{overflow:hidden}img,picture,video,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6,p{margin-top:0}::selection{background:var(--mt-gold);color:var(--mt-white)}.page-width{width:min(calc(100% - 80px),var(--mt-page));margin-inline:auto}.content-for-layout{width:100%}.mt-eyebrow{display:inline-block;color:var(--mt-gold);font-family:var(--mt-sans);font-size:.72rem;font-weight:600;line-height:1.3;letter-spacing:.17em;text-transform:uppercase}.mt-title{margin:10px 0 0;color:var(--mt-green);font-family:var(--mt-serif);font-size:clamp(2.35rem,4vw,4rem);font-weight:500;line-height:.98;letter-spacing:-.02em}.mt-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 28px;border:1px solid transparent;font-family:var(--mt-sans);font-size:.75rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;transition:background var(--mt-transition),color var(--mt-transition),border-color var(--mt-transition),transform var(--mt-transition)}.mt-btn:hover{transform:translateY(-2px)}.mt-btn--gold{background:var(--mt-gold);border-color:var(--mt-gold);color:var(--mt-white)}.mt-btn--gold:hover{background:var(--mt-gold-light);border-color:var(--mt-gold-light)}.mt-btn--outline{background:transparent;border-color:#ffffffa6;color:var(--mt-white)}.mt-btn--outline:hover{background:var(--mt-white);border-color:var(--mt-white);color:var(--mt-green)}.mt-small-btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:11px 20px;border:1px solid var(--mt-green);color:var(--mt-green);font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;transition:background var(--mt-transition),color var(--mt-transition)}.mt-small-btn:hover{background:var(--mt-green);color:var(--mt-white)}.mt-hero{position:relative;min-height:820px;overflow:hidden;background:var(--mt-green);color:var(--mt-white)}.mt-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1.015)}.mt-hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#020905d1,#0209059e 34%,#02090538 65%,#02090526),linear-gradient(0deg,#0208049e,#02080414 45%,#02080429)}.mt-hero>.page-width{position:relative;z-index:2;display:flex;min-height:700px;align-items:center;padding-top:70px;padding-bottom:110px}.mt-hero__content{width:min(720px,64%)}.mt-hero__content h1{max-width:690px;margin:0;color:var(--mt-white);font-family:var(--mt-serif);font-size:clamp(4rem,6.6vw,7.4rem);font-weight:500;letter-spacing:-.04em;line-height:.86}.mt-hero__lead{margin:30px 0 0;color:#ffffffe0;font-size:.88rem;font-weight:500;letter-spacing:.09em;line-height:1.7;text-transform:uppercase}.mt-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:35px}.mt-hero__trust{position:absolute;right:0;bottom:0;left:0;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);min-height:120px;background:#06110bf0;border-top:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mt-hero__trust-item{display:flex;gap:14px;align-items:center;justify-content:center;padding:24px;border-right:1px solid rgba(255,255,255,.11)}.mt-hero__trust-item:last-child{border-right:0}.mt-hero__trust-item>span:first-child{min-width:34px;color:var(--mt-gold);font-family:var(--mt-serif);font-size:1.65rem;line-height:1}.mt-hero__trust-item>span:last-child{display:flex;flex-direction:column}.mt-hero__trust-item b{color:var(--mt-white);font-size:.69rem;font-weight:600;letter-spacing:.04em}.mt-hero__trust-item b+*{margin-top:2px}.mt-hero__trust-item span span,.mt-hero__trust-item>span:last-child{color:#ffffff96;font-size:.63rem}.mt-benefits{background:var(--mt-cream);border-bottom:1px solid var(--mt-border)}.mt-benefits__grid{display:grid;grid-template-columns:repeat(5,1fr)}.mt-benefit{display:flex;min-height:115px;gap:14px;align-items:center;padding:26px 18px;border-right:1px solid var(--mt-border)}.mt-benefit:last-child{border-right:0}.mt-benefit__icon{display:flex;width:40px;min-width:40px;height:40px;align-items:center;justify-content:center;color:var(--mt-gold);font-family:var(--mt-serif);font-size:1rem;font-weight:600}.mt-benefit>span:last-child{display:flex;flex-direction:column}.mt-benefit b{color:var(--mt-green);font-size:.72rem;font-weight:600;line-height:1.35}.mt-benefit small{margin-top:4px;color:var(--mt-muted);font-size:.62rem;line-height:1.35}.mt-collections{padding:115px 0 125px;background:var(--mt-cream)}.mt-section-head{display:flex;gap:30px;align-items:flex-end;justify-content:space-between;margin-bottom:52px}.mt-collection-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:310px;gap:16px}.mt-card{position:relative;display:block;overflow:hidden;background:var(--mt-green)}.mt-card:nth-child(1){grid-column:span 5;grid-row:span 2}.mt-card:nth-child(2){grid-column:span 4}.mt-card:nth-child(3){grid-column:span 3}.mt-card:nth-child(4){grid-column:span 3}.mt-card:nth-child(5){grid-column:span 4}.mt-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.3,1)}.mt-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#040d08d1,#040d0814 55%);pointer-events:none}.mt-card:hover img{transform:scale(1.045)}.mt-card__text{position:absolute;right:24px;bottom:24px;left:24px;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;color:var(--mt-white)}.mt-card__text b{font-family:var(--mt-serif);font-size:clamp(1.65rem,2.4vw,2.6rem);font-weight:500;line-height:1}.mt-card__text small{flex-shrink:0;color:#ffffffd4;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mt-process{padding:125px 0;background:var(--mt-green);color:var(--mt-white)}.mt-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:start}.mt-process__intro{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(250px,.65fr) auto;gap:50px;align-items:end;margin-bottom:56px}.mt-process__intro .mt-title{color:var(--mt-white)}.mt-process__intro p{max-width:470px;margin:0 0 4px;color:#ffffffb3;font-family:var(--mt-serif);font-size:1.25rem;line-height:1.45}.mt-process__intro .mt-btn{white-space:nowrap}.mt-step{position:relative}.mt-step__num{display:block;margin-bottom:14px;color:var(--mt-gold);font-family:var(--mt-serif);font-size:1.1rem}.mt-step img{width:100%;aspect-ratio:1 / 1.18;object-fit:cover}.mt-step h3{margin:21px 0 9px;color:var(--mt-white);font-family:var(--mt-serif);font-size:1.7rem;font-weight:500;line-height:1.05}.mt-step p{margin:0;color:#fff9;font-size:.72rem;line-height:1.7}.mt-workshop{padding:0;background:var(--mt-cream)}.mt-workshop__grid{display:grid;grid-template-columns:1fr 1.08fr;width:min(100%,1600px)}.mt-workshop__copy{display:grid;min-height:720px;grid-template-columns:1fr 1.22fr;background:var(--mt-cream)}.mt-values{display:flex;flex-direction:column;justify-content:center;padding:70px 38px;border-right:1px solid var(--mt-border)}.mt-value{display:flex;gap:17px;align-items:center;padding:23px 0;color:var(--mt-gold);border-bottom:1px solid var(--mt-border)}.mt-value:last-child{border-bottom:0}.mt-value>span{display:flex;flex-direction:column}.mt-value b{color:var(--mt-green);font-size:.68rem;font-weight:600}.mt-value small{margin-top:3px;color:var(--mt-muted);font-size:.58rem}.mt-workshop__story{display:flex;flex-direction:column;justify-content:center;padding:75px 52px}.mt-workshop__story h2{margin:12px 0 25px;color:var(--mt-green);font-family:var(--mt-serif);font-size:clamp(3rem,5vw,5.4rem);font-weight:500;line-height:.92;letter-spacing:-.03em}.mt-workshop__story p{max-width:350px;margin-bottom:28px;color:var(--mt-muted);font-family:var(--mt-serif);font-size:1.1rem;line-height:1.55}.mt-workshop__media{position:relative;display:block;min-height:720px;background-position:center;background-repeat:no-repeat;background-size:cover}.mt-workshop__media:before{content:"\25b6";position:absolute;top:50%;left:50%;z-index:2;display:flex;width:76px;height:76px;align-items:center;justify-content:center;padding-left:5px;background:#ffffffeb;border-radius:50%;color:var(--mt-green);font-size:1rem;transform:translate(-50%,-50%);transition:transform var(--mt-transition),background var(--mt-transition)}.mt-workshop__media:hover:before{background:var(--mt-gold);color:var(--mt-white);transform:translate(-50%,-50%) scale(1.08)}.mt-reviews{padding:120px 0;background:var(--mt-cream-dark)}.mt-reviews__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.mt-review-main{display:flex;flex-direction:column;align-items:flex-start}.mt-review-main .mt-small-btn{margin-top:35px}.mt-review-quote{margin:0;padding:10px 0 0;color:var(--mt-green);font-family:var(--mt-serif);font-size:clamp(2rem,3.3vw,3.5rem);font-weight:400;line-height:1.15}.mt-review-quote small{display:block;margin-top:24px;color:var(--mt-gold);font-family:var(--mt-sans);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.mt-service-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);margin-top:35px;border-top:1px solid var(--mt-border);border-bottom:1px solid var(--mt-border)}.mt-service{display:flex;gap:17px;align-items:center;padding:32px;border-right:1px solid var(--mt-border)}.mt-service:last-child{border-right:0}.mt-service>span{color:var(--mt-gold);font-size:1.35rem}.mt-service>div{display:flex;flex-direction:column}.mt-service b{color:var(--mt-green);font-size:.7rem;font-weight:600}.mt-service small{margin-top:3px;color:var(--mt-muted);font-size:.62rem}.skip-link{position:fixed;top:12px;left:-9999px;z-index:999999;padding:12px 18px;background:var(--mt-white);border:1px solid var(--mt-gold);color:var(--mt-green)}.skip-link:focus{left:12px}:focus-visible{outline:2px solid var(--mt-gold);outline-offset:3px}html[dir=rtl]{direction:rtl}html[dir=rtl] .mt-hero__image:after{background:linear-gradient(270deg,#020905d1,#0209059e 34%,#02090538 65%,#02090526),linear-gradient(0deg,#0208049e,#02080414 45%,#02080429)}@media screen and (max-width:1100px){.page-width{width:min(calc(100% - 48px),var(--mt-page))}.mt-hero{min-height:760px}.mt-hero__content{width:75%}.mt-hero__trust{grid-template-columns:repeat(2,1fr)}.mt-hero__trust-item:nth-child(2){border-right:0}.mt-benefits__grid{grid-template-columns:repeat(3,1fr)}.mt-benefit:nth-child(3){border-right:0}.mt-benefit:nth-child(n+4){border-top:1px solid var(--mt-border)}.mt-collection-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:360px}.mt-card:nth-child(n){grid-column:auto;grid-row:auto}.mt-card:first-child{grid-column:1 / -1}.mt-process__grid{grid-template-columns:repeat(2,1fr);gap:35px 18px}.mt-process__intro{grid-template-columns:1fr 1fr}.mt-process__intro .mt-btn{grid-column:1 / -1;justify-self:start}.mt-workshop__grid{grid-template-columns:1fr}.mt-workshop__media{min-height:650px}.mt-reviews__grid{gap:50px}}@media screen and (max-width:749px){.page-width{width:calc(100% - 32px)}.mt-title{font-size:clamp(2.4rem,12vw,3.45rem)}.mt-hero{min-height:780px}.mt-hero__image{background-position:58% center}.mt-hero__image:after{background:linear-gradient(0deg,#020905e6,#0209059e 48%,#0209054d)}.mt-hero>.page-width{min-height:600px;align-items:flex-end;padding-top:90px;padding-bottom:58px}.mt-hero__content{width:100%}.mt-hero__content h1{font-size:clamp(3.6rem,16vw,5.2rem);line-height:.88}.mt-hero__lead{margin-top:23px;font-size:.7rem;line-height:1.65}.mt-hero__actions{display:grid;grid-template-columns:1fr;width:100%;max-width:340px;margin-top:28px}.mt-btn{min-height:50px;width:100%}.mt-hero__trust{position:relative;grid-template-columns:repeat(2,1fr);min-height:auto}.mt-hero__trust-item{min-height:94px;gap:10px;justify-content:flex-start;padding:16px}.mt-hero__trust-item:nth-child(1),.mt-hero__trust-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.1)}.mt-hero__trust-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.mt-hero__trust-item:nth-child(2n){border-right:0}.mt-hero__trust-item>span:first-child{min-width:25px;font-size:1.25rem}.mt-hero__trust-item b{font-size:.59rem}.mt-hero__trust-item>span:last-child{font-size:.52rem}.mt-benefits__grid{grid-template-columns:repeat(2,1fr)}.mt-benefit{min-height:100px;padding:17px 11px}.mt-benefit:nth-child(n){border-right:0;border-top:0}.mt-benefit:nth-child(odd){border-right:1px solid var(--mt-border)}.mt-benefit:nth-child(n+3){border-top:1px solid var(--mt-border)}.mt-benefit:last-child{grid-column:1 / -1;justify-content:center;border-right:0}.mt-benefit__icon{width:32px;min-width:32px}.mt-benefit b{font-size:.62rem}.mt-benefit small{font-size:.53rem}.mt-collections{padding:76px 0 82px}.mt-section-head{display:block;margin-bottom:30px}.mt-section-head .mt-small-btn{margin-top:26px}.mt-collection-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.mt-card:nth-child(n){grid-column:auto;grid-row:auto}.mt-card{min-height:390px}.mt-card:first-child{min-height:500px}.mt-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mt-card__text{right:18px;bottom:18px;left:18px}.mt-card__text b{font-size:2rem}.mt-process{padding:78px 0}.mt-process__grid{display:block}.mt-process__intro{display:block;margin-bottom:48px}.mt-process__intro p{margin-top:23px;font-size:1.05rem}.mt-process__intro .mt-btn{width:auto;margin-top:26px}.mt-step{margin-bottom:52px}.mt-step:last-child{margin-bottom:0}.mt-step img{aspect-ratio:4 / 4.8}.mt-step h3{font-size:1.9rem}.mt-workshop__grid{width:100%}.mt-workshop__copy{display:flex;min-height:auto;flex-direction:column-reverse}.mt-workshop__story{padding:72px 24px}.mt-workshop__story h2{font-size:clamp(3.4rem,15vw,5rem)}.mt-values{display:grid;grid-template-columns:repeat(2,1fr);padding:0;border-top:1px solid var(--mt-border);border-right:0}.mt-value{min-height:120px;padding:20px 16px;border-right:1px solid var(--mt-border)}.mt-value:nth-child(2n){border-right:0}.mt-value:nth-child(3){border-bottom:0}.mt-workshop__media{min-height:500px}.mt-reviews{padding:78px 0}.mt-reviews__grid{display:block}.mt-review-quote{margin-top:55px}.mt-service-grid{display:block;margin-top:55px}.mt-service{border-right:0;border-bottom:1px solid var(--mt-border)}.mt-service:last-child{border-bottom:0}}@media screen and (max-width:420px){.page-width{width:calc(100% - 24px)}.mt-hero__content h1{font-size:3.55rem}.mt-hero__trust-item{padding:13px 10px}.mt-card{min-height:340px}.mt-card:first-child{min-height:430px}.mt-values{grid-template-columns:1fr}.mt-value:nth-child(n){border-right:0;border-bottom:1px solid var(--mt-border)}.mt-value:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mt-header-section,.mt-header-section *{box-sizing:border-box}.mt-header-section{position:relative;z-index:1000;width:100%;background:var(--mt-cream)}.mt-header-section .mt-announcement{width:100%;background:var(--mt-green);color:#ffffffd1;border-bottom:1px solid rgba(255,255,255,.08)}.mt-header-section .mt-announcement__inner{display:grid!important;grid-template-columns:minmax(320px,1fr) auto minmax(160px,1fr)!important;align-items:center!important;min-height:34px!important;gap:24px!important;padding-top:0!important;padding-bottom:0!important;font-family:var(--mt-sans);font-size:9px!important;font-weight:600;line-height:1!important;letter-spacing:.09em;text-transform:uppercase}.mt-header-section .mt-announcement__left,.mt-header-section .mt-announcement__right{display:flex!important;align-items:center!important;white-space:nowrap}.mt-header-section .mt-announcement__left{justify-self:start;gap:12px}.mt-header-section .mt-announcement__right{justify-self:end;gap:7px}.mt-header-section .mt-announcement__item{display:inline-flex!important;align-items:center!important;gap:6px;white-space:nowrap}.mt-header-section .mt-announcement__item svg{display:block!important;width:14px!important;min-width:14px!important;max-width:14px!important;height:14px!important;min-height:14px!important;max-height:14px!important;flex:0 0 14px!important;fill:none!important;stroke:var(--mt-gold-light)!important;stroke-width:1.5!important}.mt-header-section .mt-announcement__divider{display:block;width:3px;height:3px;flex:0 0 3px;border-radius:50%;background:#ffffff59}.mt-header-section .mt-announcement__center{justify-self:center;color:var(--mt-gold-light);font-weight:700;letter-spacing:.115em;text-align:center;white-space:nowrap}.mt-header-section .mt-announcement__slash{color:#ffffff59}.mt-header-section .mt-header{width:100%;background:#f7f2e9fb;border-bottom:1px solid rgba(7,17,12,.1)}.mt-header-section .mt-header__inner{display:grid!important;grid-template-columns:minmax(280px,auto) 1fr auto!important;align-items:center!important;min-height:88px!important;gap:32px!important}.mt-header-section .mt-logo{display:inline-flex!important;align-items:center!important;width:max-content;gap:11px;color:var(--mt-green)}.mt-header-section .mt-logo>img{display:block!important;width:auto!important;max-width:250px!important;max-height:66px!important;height:auto!important;object-fit:contain}.mt-header-section .mt-logo__tree{display:inline-flex!important;width:58px!important;height:58px!important;align-items:center;justify-content:center}.mt-header-section .mt-logo__tree img{width:58px!important;height:58px!important;object-fit:contain}.mt-header-section .mt-logo__name{display:flex;flex-direction:column;color:var(--mt-green);font-family:var(--mt-serif);font-size:25px;font-weight:600;line-height:.92;letter-spacing:.035em}.mt-header-section .mt-logo__country{margin-top:7px;color:var(--mt-gold);font-family:var(--mt-sans);font-size:7px;font-weight:700;letter-spacing:.38em}.mt-header-section .mt-nav{display:flex!important;align-items:stretch!important;justify-content:center!important;min-height:88px!important;gap:clamp(26px,2.35vw,44px)!important}.mt-header-section .mt-nav a{position:relative;display:flex!important;align-items:center!important;color:var(--mt-green);font-family:var(--mt-sans);font-size:11px!important;font-weight:600;letter-spacing:.075em;line-height:1;text-transform:uppercase}.mt-header-section .mt-nav a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--mt-gold);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.mt-header-section .mt-nav a:hover,.mt-header-section .mt-nav a.is-active{color:var(--mt-gold)}.mt-header-section .mt-nav a:hover:after,.mt-header-section .mt-nav a.is-active:after{transform:scaleX(1)}.mt-header-section .mt-header__actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;width:auto!important;white-space:nowrap}.mt-header-section .mt-header-icon,.mt-header-section .mt-menu-btn{position:relative;display:inline-flex!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;flex:0 0 40px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:50%;color:var(--mt-green);cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.mt-header-section .mt-header-icon svg,.mt-header-section .mt-menu-btn svg{display:block!important;width:21px!important;min-width:21px!important;max-width:21px!important;height:21px!important;min-height:21px!important;max-height:21px!important;flex:0 0 21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.45!important}.mt-header-section .mt-header-icon:hover,.mt-header-section .mt-menu-btn:hover{background:#bb7b2917!important;color:var(--mt-gold);transform:translateY(-1px)}.mt-header-section .mt-account-dot{position:absolute;top:6px;right:6px;width:6px;height:6px;border:1.5px solid var(--mt-cream);border-radius:50%;background:var(--mt-gold)}.mt-header-section .mt-cart-count{position:absolute;top:1px;right:-1px;display:flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding:0 5px;border:2px solid var(--mt-cream);border-radius:999px;background:var(--mt-gold);color:var(--mt-white);font-family:var(--mt-sans);font-size:8px;font-weight:700;line-height:1}.mt-header-section .mt-menu-btn{display:none!important}.mt-header-section .mt-mobile{position:absolute;top:100%;right:0;left:0;z-index:1200;padding:10px 20px 24px;background:var(--mt-cream);border-top:1px solid rgba(7,17,12,.12);border-bottom:1px solid rgba(7,17,12,.12);box-shadow:0 20px 40px #040c0724}.mt-header-section .mt-mobile[hidden]{display:none!important}.mt-header-section .mt-mobile>a{display:flex;min-height:54px;align-items:center;border-bottom:1px solid rgba(7,17,12,.12);color:var(--mt-green);font-family:var(--mt-serif);font-size:24px;font-weight:500}.mt-header-section .mt-mobile>a.is-active{color:var(--mt-gold)}.mt-header-section .mt-mobile__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.mt-header-section .mt-mobile__actions a{display:flex;min-height:44px;align-items:center;justify-content:center;border:1px solid rgba(7,17,12,.16);color:var(--mt-green);font-family:var(--mt-sans);font-size:10px;font-weight:600;line-height:1;letter-spacing:.04em;text-transform:uppercase}@media screen and (max-width:1100px){.mt-header-section .mt-announcement__inner{grid-template-columns:1fr auto!important}.mt-header-section .mt-announcement__center{display:none}.mt-header-section .mt-nav{display:none!important}.mt-header-section .mt-header__inner{grid-template-columns:44px 1fr auto!important;min-height:74px!important;gap:12px!important}.mt-header-section .mt-menu-btn{display:inline-flex!important}.mt-header-section .mt-logo{justify-self:center}.mt-header-section .mt-search-icon{display:none!important}}@media screen and (max-width:749px){.mt-header-section .mt-announcement__inner{min-height:31px!important;font-size:8px!important;gap:8px!important}.mt-header-section .mt-announcement__left .mt-announcement__item:nth-of-type(2),.mt-header-section .mt-announcement__left .mt-announcement__divider{display:none!important}.mt-header-section .mt-announcement__right{font-size:7px!important}.mt-header-section .mt-header__inner{min-height:68px!important}.mt-header-section .mt-logo>img{max-width:160px!important;max-height:48px!important}.mt-header-section .mt-logo__tree,.mt-header-section .mt-logo__tree img{width:40px!important;height:40px!important}.mt-header-section .mt-logo__name{font-size:17px}.mt-header-section .mt-logo__country{font-size:6px}.mt-header-section .mt-header-icon,.mt-header-section .mt-menu-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;flex-basis:36px!important}.mt-header-section .mt-account-icon{display:none!important}.mt-header-section .mt-mobile__actions{grid-template-columns:1fr}}@media screen and (max-width:749px){.mt-header__inner{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important}.mt-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;margin:0!important}.mt-logo{min-width:0!important;justify-self:center!important}.mt-header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;width:auto!important;min-width:max-content!important}.mt-search-icon,.mt-nav{display:none!important}.mt-account-icon{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;border:1px solid rgba(187,123,41,.45)!important;border-radius:50%!important;background:#fffaf2!important;color:#07150e!important;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease!important}.mt-account-icon svg{display:block!important;width:20px!important;height:20px!important;stroke:currentColor!important;stroke-width:1.6!important}.mt-account-icon:active{transform:scale(.96)!important}.mt-account-dot{position:absolute!important;top:4px!important;right:4px!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#bb7b29!important;border:1.5px solid #fffaf2!important}.mt-cart-icon{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;color:#07150e!important}.mt-cart-icon svg{display:block!important;width:21px!important;height:21px!important;stroke:currentColor!important}.mt-cart-count{top:1px!important;right:0!important;background:#bb7b29!important;color:#fff!important;border:1px solid #fffaf2!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/mt-theme.css.map */
