:root{--ink:#182018;--green:#263626;--mint:#d7e5d2;--cream:#f6f1e8;--paper:#fffdf9;--pink:#db5e7a;--line:rgba(24,32,24,.17);--serif:"Fraunces",Georgia,serif;--sans:"Chivo",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,select,input{font:inherit}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:20;background:#fff;padding:.8rem 1rem}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement{background:var(--green);color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.13em;font-size:.71rem;padding:.62rem}.site-header{height:94px;padding:0 clamp(1rem,4vw,4rem);display:grid;grid-template-columns:auto 1fr auto;gap:2.5rem;align-items:center;background:#fffdf9f5;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand img{width:72px;height:72px;border-radius:50%;object-fit:cover}.main-nav{display:flex;justify-content:center;gap:clamp(.9rem,1.8vw,2rem);font-size:.84rem;font-weight:600}.main-nav a{position:relative;padding:.6rem 0}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:.25rem;height:1px;background:currentColor;transition:right .2s}.main-nav a:hover:after,.main-nav a:focus-visible:after{right:0}.sale-link{color:#b43856}.header-tools{display:flex;align-items:center;gap:.25rem}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;position:relative;cursor:pointer}.icon-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.7}.cart b{position:absolute;top:2px;right:1px;background:var(--pink);color:#fff;font-size:.62rem;width:18px;height:18px;border-radius:50%;display:grid;place-items:center}.locale select{border:0;background:transparent;padding:.65rem .2rem .65rem .4rem;font-size:.79rem;cursor:pointer}.menu-button{display:none;background:none;border:0;padding:.65rem}.menu-button>span:not(.sr-only){display:block;width:24px;height:1px;background:var(--ink);margin:5px}.search-panel{position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:1.25rem clamp(1rem,6vw,6rem);display:flex;gap:1rem;box-shadow:0 12px 25px #00000014}.search-panel[hidden]{display:none}.search-panel label{align-self:center;font-weight:600}.search-panel input{flex:1;padding:.8rem;border:0;border-bottom:1px solid var(--ink);background:transparent}.search-panel button{border:0;background:var(--green);color:#fff;padding:.7rem 1.2rem}.hero{height:min(740px,calc(100vh - 124px));min-height:600px;position:relative;color:#fff;overflow:hidden}.hero>img{height:100%;object-fit:cover}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f1910c2,#0f19103d 55%,#0f191008)}.hero-content{position:absolute;left:clamp(1.5rem,8vw,8rem);top:50%;transform:translateY(-50%);max-width:690px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.72rem;font-weight:600}.accent{color:#8a3249}.hero h1,.intro h2,.section-heading h2,.reviews h2,.trust h2,.story h2,.blog h2{font-family:var(--serif);font-weight:500;letter-spacing:-.035em;line-height:1.03}.hero h1{font-size:clamp(3.2rem,6.6vw,7.1rem);margin:.7rem 0 2.2rem}.hero em,.story em{font-weight:500}.button{display:inline-flex;align-items:center;gap:2.5rem;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem;font-weight:600;padding:1rem 1.25rem;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--green);color:#fff}.section-shell{width:min(1180px,calc(100% - 3rem));margin-inline:auto}.intro{padding:clamp(5rem,9vw,9rem) 0;display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(3rem,8vw,8rem);align-items:start}.intro>h2{font-size:clamp(2.5rem,4.5vw,5.1rem);margin:.6rem 0;grid-column:1}.intro>.eyebrow{grid-column:1}.intro-copy{grid-column:2;grid-row:1 / span 2;border-left:1px solid var(--line);padding-left:clamp(2rem,4vw,4rem)}.intro-copy p:first-child{font-size:1.2rem}.collections{padding-bottom:clamp(5rem,9vw,9rem)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:2.4rem}.section-heading h2{font-size:clamp(2.4rem,4vw,4.2rem);margin:.4rem 0 0}.section-heading>a,.text-link{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid;padding-bottom:.2rem}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.collection-card{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--cream)}.collection-card.featured{grid-column:span 2;aspect-ratio:auto}.collection-card img{height:100%;object-fit:cover;transition:transform .45s}.collection-card:hover img{transform:scale(1.035)}.collection-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0a140aad)}.collection-card span{position:absolute;z-index:1;left:1.25rem;right:1.25rem;bottom:1.15rem;color:#fff;font-family:var(--serif);font-size:clamp(1.2rem,2vw,2rem);line-height:1.1;display:flex;justify-content:space-between;align-items:end}.collection-card i{font-family:var(--sans);font-style:normal;font-size:1rem}.reviews{background:var(--mint);padding:clamp(5rem,8vw,8rem) 0}.reviews .section-shell{position:relative}.rating{display:flex;align-items:center;gap:1rem}.rating>span{font-family:var(--serif);font-size:3rem}.rating div{letter-spacing:.2em}.rating small{display:block;letter-spacing:0;font-size:.68rem;text-transform:uppercase}.reviews h2{font-size:clamp(2.5rem,4.2vw,4.8rem);margin:1rem 0 2.5rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.review-grid blockquote{margin:0;background:#ffffff94;padding:1.8rem;font-family:var(--serif);font-size:1.12rem}.review-grid cite{display:block;font-family:var(--sans);font-style:normal;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;margin-top:1.6rem}.trust{padding:clamp(5rem,9vw,9rem) 0;display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(3rem,7vw,7rem);align-items:center}.trust img{aspect-ratio:1/1;object-fit:contain;object-position:center}.trust h2{font-size:clamp(2.3rem,3.7vw,4.1rem);margin:.7rem 0 1.4rem}.trust .button{margin-top:1rem}.story{display:grid;grid-template-columns:1.15fr .85fr;min-height:720px;background:var(--green);color:#fff}.story-image{background:url(https://moremalmo.se/cdn/shop/files/preview_images/4711c200f0ab487e9e936aefa2be3e3e.thumbnail.0000000000.jpg?v=1742134095) center/cover}.story-copy{padding:clamp(4rem,8vw,8rem);align-self:center}.story h2{font-size:clamp(2.8rem,4.8vw,5.3rem);margin:.8rem 0 2rem}.story-copy>p:not(.eyebrow){max-width:560px;margin-bottom:2.4rem}.blog{padding:clamp(5rem,9vw,9rem) 0}.blog-intro{max-width:780px;text-align:center;margin:0 auto 4rem}.blog h2{font-size:clamp(3rem,5vw,5.5rem);margin:.3rem 0 1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post img{aspect-ratio:4/3;object-fit:cover;margin-bottom:1.4rem}.post small{letter-spacing:.1em}.post h3{font-family:var(--serif);font-weight:500;font-size:1.55rem;line-height:1.2;margin:.7rem 0 1.2rem}.post span{text-transform:uppercase;font-size:.72rem;letter-spacing:.1em;border-bottom:1px solid}.centered{width:max-content;margin:3rem auto 0;display:flex}footer{background:#172017;color:#fff;padding:4.5rem 0 1.5rem}.footer-inner{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}.footer-brand{font-family:var(--serif);font-size:2rem}.footer-inner h2{font-family:var(--sans);font-size:.7rem;letter-spacing:.12em;margin:0 0 1.1rem}.footer-inner div>a:not(.footer-brand){display:block;margin:.45rem 0;font-size:.86rem}.footer-inner p{color:#ffffffa6;font-size:.86rem}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;margin:3rem 0 0;font-size:.7rem;color:#ffffff8c}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}:focus-visible{outline:2px solid var(--pink);outline-offset:4px}@media(max-width:1050px){.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:2rem;flex-direction:column}.main-nav.open{display:flex}.menu-button{display:block;order:2}.site-header{grid-template-columns:auto 1fr auto;gap:1rem}.main-nav{grid-column:1/-1}.header-tools{justify-self:end}.locale select{width:68px}.collection-grid{grid-template-columns:repeat(3,1fr)}.collection-card.featured{grid-column:span 2}.footer-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.announcement{font-size:.61rem}.site-header{height:76px;padding:0 1rem}.brand img{width:56px;height:56px}.icon-button{width:39px;height:39px}.header-tools{gap:0}.locale{order:-1}.header-tools .icon-button:nth-of-type(2){display:none}.hero{min-height:600px}.hero-content{left:1.4rem;right:1.4rem}.hero h1{font-size:3.3rem}.intro{grid-template-columns:1fr;gap:1.5rem}.intro>h2,.intro>.eyebrow,.intro-copy{grid-column:1;grid-row:auto}.intro-copy{border-left:0;border-top:1px solid var(--line);padding:1.5rem 0 0}.collection-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.collection-card.featured{grid-column:span 2;aspect-ratio:16/11}.collection-card span{left:.8rem;right:.8rem;bottom:.8rem;font-size:1.2rem}.section-heading{align-items:start;gap:1rem;flex-direction:column}.review-grid,.blog-grid{grid-template-columns:1fr}.reviews .review-grid blockquote:nth-child(n+3){display:none}.trust,.story{grid-template-columns:1fr}.story-image{min-height:480px}.story-copy{padding:4rem 1.5rem}.blog-grid{gap:3rem}.footer-inner{grid-template-columns:1fr 1fr}.footer-inner>div:first-child{grid-column:1/-1}.section-shell{width:min(100% - 2rem,1180px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.collection-card img,.button{transition:none}}.hero{height:min(630px,calc(100vh - 124px));min-height:520px}.hero-content{left:clamp(1.5rem,5vw,5rem);right:clamp(1.5rem,5vw,5rem);max-width:none;text-align:center}.hero h1{font-size:clamp(2.7rem,3.9vw,4.7rem);line-height:1.01;margin:.65rem 0 1.75rem;white-space:nowrap}.section-shell{width:min(1120px,calc(100% - 3rem))}.intro{max-width:1120px;padding:clamp(4rem,6.5vw,6.5rem) 0;grid-template-columns:1.05fr .95fr;gap:clamp(2.5rem,5vw,5rem)}.intro>h2{font-size:clamp(2.15rem,3.25vw,3.65rem);max-width:650px}.intro-copy{padding-left:clamp(2rem,3.5vw,3.5rem);max-width:540px}.intro-copy p{margin-top:0;margin-bottom:1rem}.collections{padding-bottom:clamp(4rem,6.5vw,6.5rem)}.section-heading{margin-bottom:1.75rem}.section-heading h2{font-size:clamp(2.05rem,3vw,3.35rem)}.collection-grid{gap:1rem}.collection-card{aspect-ratio:4/4.7}.collection-card.featured{aspect-ratio:8/4.7}@media(min-width:721px){.collection-card.featured{min-height:0;aspect-ratio:auto}.collection-card.featured img{position:absolute;top:0;right:0;bottom:0;left:0}}.collection-card span{font-size:clamp(1.1rem,1.55vw,1.55rem)}.reviews{padding:clamp(4rem,6vw,6rem) 0}.rating>span{font-size:2.4rem}.reviews h2{font-size:clamp(2.15rem,3.25vw,3.55rem);margin:.65rem 0 1.75rem}.review-grid blockquote{padding:1.5rem;font-size:1rem;line-height:1.55}.review-grid cite{margin-top:1.15rem}.trust{padding:clamp(4rem,6.5vw,6.5rem) 0;grid-template-columns:.82fr 1.18fr;gap:clamp(2.5rem,5vw,5rem)}.trust-media{display:grid;width:100%;min-width:0;aspect-ratio:1/1;place-items:center;overflow:visible}.trust-media img{width:100%;height:100%;max-width:100%;max-height:100%;aspect-ratio:1/1;object-fit:contain;object-position:center}.trust h2{font-size:clamp(2rem,3vw,3.25rem);line-height:1.08;max-width:650px}.trust>div>p:not(.eyebrow){max-width:610px}.story{min-height:600px;grid-template-columns:1fr 1fr}.story-copy{padding:clamp(3.5rem,6vw,6rem)}.story h2{font-size:clamp(2.25rem,3.2vw,3.55rem);line-height:1.06;margin:.65rem 0 1.5rem}.story-copy>p:not(.eyebrow){max-width:520px;margin-bottom:1.8rem}.blog{padding:clamp(4rem,6.5vw,6.5rem) 0}.blog-intro{max-width:710px;margin-bottom:3rem}.blog h2{font-size:clamp(2.4rem,3.75vw,4rem);margin:.2rem 0 1rem}.blog-intro p{margin:.65rem 0}.blog-grid{gap:1.25rem}.post img{margin-bottom:1.1rem}.post h3{font-size:1.3rem;margin:.5rem 0 1rem}.centered{margin-top:2.5rem}footer{padding-top:3.75rem}@media(max-width:720px){.hero{height:540px;min-height:540px}.hero h1{font-size:2.75rem;line-height:1.02;white-space:normal}.intro{padding:3.75rem 0;gap:1.15rem}.intro>h2{font-size:2.25rem}.collections{padding-bottom:3.75rem}.section-heading h2{font-size:2.15rem}.collection-card{aspect-ratio:4/5}.collection-card.featured{aspect-ratio:16/10}.reviews{padding:3.75rem 0}.reviews h2{font-size:2.3rem}.trust{padding:3.75rem 0;grid-template-columns:1fr;gap:2rem}.trust h2{font-size:2.2rem}.story{min-height:0}.story-image{min-height:390px}.story-copy{padding:3.5rem 1.5rem}.story h2{font-size:2.65rem}.blog{padding:3.75rem 0}.blog h2{font-size:2.8rem}.blog-intro{margin-bottom:2.5rem;text-align:left}.blog-grid{gap:2.5rem}}@media(min-width:721px)and (max-width:1050px){.hero h1{font-size:clamp(2.7rem,5vw,3.8rem);white-space:normal;max-width:720px}}.intro{display:flex;flex-direction:column;align-items:center;gap:0;max-width:1120px;padding:clamp(5.5rem,8vw,8rem) 1.5rem;text-align:center}.intro>.eyebrow{margin:0 0 1.35rem;display:flex;align-items:center;gap:.9rem}.intro>.eyebrow:before,.intro>.eyebrow:after{content:"";width:34px;height:1px;background:currentColor;opacity:.55}.intro>h2{max-width:940px;margin:0 auto 2rem;font-size:clamp(2.25rem,3.2vw,3.55rem);line-height:1.1}.intro-copy{max-width:760px;padding:0;border:0}.intro-copy p{margin:0 auto 1rem;max-width:72ch}.intro-copy p:first-child{font-size:1.08rem}.intro-copy p:last-child{margin-top:1.6rem;margin-bottom:0;padding-top:1.5rem;border-top:1px solid var(--line);font-family:var(--serif);font-size:1.08rem}@media(max-width:720px){.intro{padding:4.5rem 1rem}.intro>h2{font-size:2.25rem;margin-bottom:1.6rem}.intro-copy{padding:0;border:0}.intro-copy p{text-align:left}.intro-copy p:last-child{text-align:center}}.benefit-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--cream);border-bottom:1px solid var(--line);padding:1rem clamp(1rem,5vw,5rem)}.benefit-bar>div{display:flex;align-items:center;justify-content:center;gap:.8rem;min-height:52px;padding:.25rem 1rem;border-right:1px solid var(--line)}.benefit-bar>div:last-child{border-right:0}.benefit-bar svg{width:25px;height:25px;fill:none;stroke:var(--green);stroke-width:1.45;flex:none}.benefit-bar span{display:flex;flex-direction:column;line-height:1.25}.benefit-bar strong{font-family:var(--serif);font-size:.98rem;font-weight:600}.benefit-bar small{text-transform:uppercase;letter-spacing:.08em;font-size:.61rem;color:#182018ad}.featured-products{padding:0 0 clamp(4.5rem,7vw,7rem)}.featured-products .section-heading{border-bottom:1px solid var(--line);padding-bottom:1.4rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem}.product-card{display:flex;min-width:0;flex-direction:column}.product-image{position:relative;display:block;overflow:hidden;background:var(--cream);aspect-ratio:4/5;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-action{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;background:#fffdf9f0;padding:.75rem .85rem;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600;text-align:center;transform:translateY(calc(100% + 1rem));transition:transform .25s ease}.product-card:hover .product-action,.product-card:focus-within .product-action{transform:none}.product-badge{position:absolute;z-index:1;top:.75rem;left:.75rem;background:var(--pink);color:#fff;padding:.35rem .55rem;text-transform:uppercase;letter-spacing:.09em;font-size:.6rem;font-weight:600}.product-vendor{margin:0 0 .3rem;color:#7e3045;text-transform:uppercase;letter-spacing:.1em;font-size:.62rem;font-weight:600}.product-card h3{font-family:var(--serif);font-size:1.05rem;line-height:1.28;font-weight:500;margin:0 0 .45rem;min-height:2.7em}.product-price{margin:0;font-size:.82rem;font-weight:600}.product-card>.product-price{margin-top:auto}.product-price s{font-weight:400;color:#1820188c;margin-right:.35rem}.secondary-category{display:none}.collections.show-all .secondary-category{display:block}.category-toggle{display:flex;align-items:center;gap:.8rem;margin:2rem auto 0;padding:.8rem 1rem;border:0;border-bottom:1px solid var(--ink);background:transparent;text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:600;cursor:pointer}.category-toggle span{font-size:1.1rem;line-height:1}.category-toggle:hover{color:#7e3045}.product-image{width:100%;aspect-ratio:4/5}.product-card>.product-image{flex:none}.product-image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.07)}.product-card:hover .product-image>img{transform:scale(1.095)}@media(max-width:900px){.benefit-bar{grid-template-columns:repeat(2,1fr)}.benefit-bar>div:nth-child(2){border-right:0}.benefit-bar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}.product-action{transform:none}}@media(max-width:720px){.benefit-bar{padding:.7rem .5rem}.benefit-bar>div{justify-content:flex-start;padding:.45rem .65rem;gap:.6rem}.benefit-bar svg{width:22px;height:22px}.benefit-bar strong{font-size:.88rem}.featured-products{padding-bottom:3.75rem}.product-grid{gap:1.6rem .7rem}.product-image{margin-bottom:.8rem}.product-card h3{font-size:.95rem;min-height:0}.product-action{display:none}.product-vendor{font-size:.58rem}.product-price{font-size:.78rem}.category-toggle{margin-top:1.5rem}}:root{--serif:"Fraunces",Georgia,serif;--sans:"Chivo",Arial,sans-serif;--button-radius:10px}.button,.search-panel button,.product-action,.filter-button,.swatches button,.buy-row button,.large-search button,.card-cta,.collection-seo-links a{border-radius:var(--button-radius)}.button.primary{min-height:52px;justify-content:center;border:1px solid var(--green);background:var(--green);color:#fff}.button.primary:hover{border-color:#172017;background:#172017}.button.primary:focus-visible{outline:2px solid var(--green);outline-offset:3px;box-shadow:0 0 0 3px var(--paper)}.card-swatches-slot{min-height:34px;margin-top:.35rem}.card-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-left:-.35rem}.card-swatch{position:relative;width:30px;height:30px;flex:0 0 30px;border:0;border-radius:50%;padding:0;background:transparent;color:var(--ink);cursor:pointer;touch-action:manipulation}.card-swatch:before{content:"";position:absolute;inset:50% auto auto 50%;width:14px;height:14px;border:1px solid rgba(24,32,24,.32);border-radius:50%;background:var(--swatch-fill);transform:translate(-50%,-50%);transition:width .18s ease,height .18s ease,box-shadow .18s ease}.card-swatch.is-selected:before,.card-swatch.is-preview:before{width:18px;height:18px;box-shadow:0 0 0 2px var(--paper),0 0 0 3px var(--ink)}.card-swatch:focus-visible{outline:2px solid var(--green);outline-offset:-2px}.product-color-choice{margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid var(--line)}.product-color-choice>p{display:flex;justify-content:space-between;gap:1rem;margin:0 0 .5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.product-color-choice strong{font-weight:500;text-transform:none;letter-spacing:0}.detail-card-swatches{margin-left:-.35rem}@media(pointer:coarse){.card-swatches-slot{min-height:46px;margin-top:.2rem}.card-swatches{max-width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.card-swatches::-webkit-scrollbar{display:none}.card-swatch{width:44px;height:44px;flex-basis:44px}}@media(prefers-reduced-motion:reduce){.card-swatch:before{transition:none}}.blog-grid .post img{aspect-ratio:1 / 1;object-fit:cover}.blog-grid .post:nth-child(1) img{border-radius:50% 50% 0 0}.blog-grid .post:nth-child(2) img{border-radius:50%}.blog-grid .post:nth-child(3) img{border-radius:0 0 50% 50%}.intro,.blog,.collection-seo,.related-products,.blog-hero,.collection-reviews,footer{position:relative;isolation:isolate}.intro:before,.blog:after,.collection-seo:before,.related-products:after,.blog-hero:after,.collection-reviews:after,footer:after{position:absolute;display:none;width:110px;height:220px;background:var(--green);content:"";opacity:.12;pointer-events:none;-webkit-mask:url(assets/botanical-sprig.svg?v=1) center / contain no-repeat;mask:url(assets/botanical-sprig.svg?v=1) center / contain no-repeat}footer>.footer-inner,footer>.copyright{position:relative;z-index:1}footer:after{display:block;top:1.5rem;right:clamp(1rem,3vw,3rem);width:150px;height:300px;background:var(--mint);opacity:.14;transform:scaleX(-1) rotate(5deg)}@media(min-width:1280px){.intro:before,.blog:after,.collection-seo:before,.related-products:after,.blog-hero:after,.collection-reviews:after{display:block}.intro:before,.collection-seo:before{top:3rem;left:-56px;transform:rotate(-7deg)}.blog:after,.related-products:after,.blog-hero:after{top:3rem;right:-56px;transform:scaleX(-1) rotate(7deg)}.collection-reviews:after{top:2rem;right:clamp(1.5rem,4vw,4rem);transform:scaleX(-1) rotate(5deg)}}@media(max-width:720px){footer:after{display:none}}@media print,(forced-colors:active){.intro:before,.blog:after,.collection-seo:before,.related-products:after,.blog-hero:after,.collection-reviews:after,footer:after{display:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/mm-base.css.map */
