:root{--paper:#fbf8f3;--ink:#2e2925;--sage:#536454;--clay:#c97855;--oat:#eee5d9;--line:#ded5ca;--muted:#716a63;--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:clip;background:var(--paper);color:var(--ink);font-family:var(--sans)}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #49766b;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:500;letter-spacing:-.04em}h2{font-size:clamp(2.35rem,4.5vw,4.8rem);line-height:.98}.page-width{width:min(1280px,calc(100% - 64px));margin-inline:auto}.section{padding-block:clamp(72px,8vw,118px)}.eyebrow{margin-bottom:12px;color:var(--sage);font-size:.69rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.muted{color:var(--muted);line-height:1.65}.rte p:last-child{margin-bottom:0}.center{text-align:center;margin-inline:auto}.section-heading{max-width:760px;margin-bottom:40px}.announcement{min-height:32px;padding:7px 24px;background:var(--sage);color:#fff;text-align:center;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.site-header{min-height:68px;padding:0 4vw;border-bottom:1px solid rgba(46,41,37,.12);background:#fbf8f3f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:0;z-index:40}.wordmark{min-height:44px;display:inline-flex;align-items:center;gap:10px;font-family:var(--serif);font-size:1.02rem;font-weight:700;letter-spacing:.14em}.wordmark img{width:42px;height:42px;border-radius:10px;object-fit:cover}.icon-button{width:46px;height:46px;padding:0;border:0;background:transparent;color:var(--ink);display:grid;place-items:center;position:relative;cursor:pointer}.icon-button:before{content:"";width:40px;height:40px;border:1px solid var(--ink);border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.icon-button>*{position:relative;z-index:1}.icon-button:first-child{justify-self:start}.icon-button:nth-of-type(2),.site-header>a.icon-button{justify-self:end}.hamburger{width:18px;height:12px;border-block:2px solid;position:relative}.hamburger:after{content:"";width:100%;height:2px;background:currentColor;position:absolute;left:0;top:3px}.cart-svg{width:20px;height:20px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cart-count{min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--clay);color:#fff;display:grid;place-items:center;position:absolute;top:-2px;right:-2px;font-size:.56rem;font-weight:900}.site-menu{width:min(520px,100%);padding:28px 32px 34px;border:1px solid var(--line);border-top:0;border-radius:0 0 26px;background:var(--paper);box-shadow:0 22px 45px #2e292524;position:absolute;top:68px;left:0;z-index:41}.site-menu[hidden]{display:none}.menu-home{min-height:44px;border-bottom:1px solid var(--line);display:flex;align-items:center;font:500 1.45rem var(--serif)}.menu-groups{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:28px}.menu-groups strong{margin-bottom:10px;color:var(--sage);display:block;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.menu-groups a{min-height:44px;color:var(--muted);display:flex;align-items:center;font-size:.76rem;font-weight:700}.menu-placeholder{color:var(--muted);font-size:.7rem}.button{min-height:50px;padding:14px 22px;border:1px solid var(--ink);border-radius:999px;background:var(--clay);color:var(--ink);box-shadow:4px 4px 0 var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.button-secondary{background:transparent;box-shadow:none}.button-full{width:100%}.button-disabled{opacity:.55;cursor:not-allowed}.home-hero{min-height:calc(100vh - 100px);max-height:820px;padding-block:var(--section-space,56px);display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:clamp(40px,6vw,90px)}.hero-copy h1{max-width:650px;margin-bottom:22px;font-size:clamp(3.7rem,6.8vw,7rem);line-height:.86}.hero-copy .muted{max-width:520px}.hero-copy .button{margin-top:28px}.media-frame{background:linear-gradient(145deg,#e7ded2,#f6efe6 55%,#dce5dd);border:1px dashed rgba(83,100,84,.45);overflow:hidden;display:grid;place-items:center}.media-frame img{width:100%;height:100%;object-fit:cover}.placeholder{padding:24px;color:var(--sage);text-align:center;font-size:.68rem;font-weight:800;line-height:1.5;letter-spacing:.05em;text-transform:uppercase}.hero-media{aspect-ratio:16/11;border-radius:42px 130px 42px 42px}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.collection-card{min-height:520px;padding:clamp(28px,4vw,52px);border-radius:38px;background:var(--oat);overflow:hidden;display:grid;position:relative}.collection-card.work{background:#dbe4dc}.collection-card>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.collection-overlay{z-index:1;align-self:end;padding:28px;border-radius:26px;background:#fbf8f3e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.collection-overlay h3{margin-bottom:10px;font-size:clamp(2rem,3.5vw,3.4rem)}.editorial{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(48px,8vw,110px)}.editorial.reverse>div:first-child{order:2}.editorial-media{aspect-ratio:3/2;border-radius:38px 110px 38px 38px}.site-footer{width:100%;min-height:280px;padding:58px max(4vw,32px) 28px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:30px}.footer-brand{font:700 1.15rem var(--serif);letter-spacing:.14em}.site-footer p{color:#ffffffa0;font-size:.74rem}.site-footer nav{justify-self:end;display:grid;gap:12px;font-size:.72rem}.site-footer small{grid-column:1/-1;align-self:end;padding-top:22px;border-top:1px solid #ffffff26;color:#ffffff80}.product-hero{min-width:0;padding-block:clamp(20px,2vw,32px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(410px,.95fr);align-items:start;gap:clamp(32px,4vw,58px)}.product-hero>*{min-width:0;max-width:100%}.product-main-media{width:min(100%,570px);margin:auto;aspect-ratio:1;border-radius:34px 34px 110px}.product-thumbs{width:min(100%,570px);min-width:0;max-width:100%;margin:12px auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.thumb{min-width:0;min-height:76px;padding:3px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;overflow:hidden}.thumb.is-active{border-color:var(--sage);box-shadow:0 0 0 2px #53645433}.thumb img{width:100%;height:70px;object-fit:cover;border-radius:8px}.buy-panel h1{margin-bottom:10px;font-family:var(--sans);font-size:clamp(2.35rem,3vw,3.2rem);font-weight:800;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}.product-subtitle{font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.price{margin-block:12px;display:flex;align-items:baseline;gap:10px}.price strong{font:600 1.8rem var(--serif)}.price s{color:var(--muted)}.product-copy{font-size:.86rem}.micro-usps{padding:8px 0;border-block:1px solid var(--line);display:grid;grid-template-columns:1fr;gap:8px;color:#4e4944;font-size:.7rem;list-style:none}.micro-usps li{position:relative;padding-left:14px}.micro-usps li:before{content:"\2022";position:absolute;left:0;top:0;color:var(--sage)}.product-form{display:grid;gap:10px}.product-option{min-width:0;margin:0;padding:0;border:0}.product-option legend{width:100%;margin-bottom:9px;display:flex;justify-content:space-between;gap:16px;font-size:.7rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.product-option legend span{color:var(--muted);font-weight:650;letter-spacing:0;text-transform:none}.option-buttons{display:flex;flex-wrap:wrap;gap:8px}.option-button{min-height:48px;padding:10px 15px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--muted);cursor:pointer;font-size:.72rem;font-weight:800}.option-button.is-selected{border-color:var(--sage);background:#edf2ed;color:var(--ink);box-shadow:0 0 0 1px var(--sage)}.quantity-row{display:flex;align-items:end;justify-content:space-between;gap:18px}.product-quantity-total{margin:0;padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:var(--muted);font-size:.68rem}.product-quantity-total strong{color:var(--ink);font:800 .72rem var(--sans);white-space:nowrap}.quantity-row>label{padding-bottom:14px;font-size:.7rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.product-form .quantity-picker{display:grid;grid-template-columns:repeat(3,48px)}.product-form .quantity-picker button,.product-form .quantity-picker input{width:100%;height:48px;min-height:48px;border:1px solid var(--line);border-radius:0;background:#fff;text-align:center}.product-form .quantity-picker button{cursor:pointer;font-size:1.1rem}.product-form .quantity-picker button:first-child{border-radius:12px 0 0 12px}.product-form .quantity-picker button:last-child{border-radius:0 12px 12px 0}.product-form .quantity-picker input{padding:0;border-inline:1px solid #d8cec4!important;-moz-appearance:textfield}.product-form .quantity-picker input::-webkit-outer-spin-button,.product-form .quantity-picker input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-add-button{justify-content:space-between}.product-add-button strong{font:800 .76rem var(--sans)}.trust-line{margin-top:10px;padding-top:10px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:5px;text-align:center;color:var(--muted);font-size:.62rem}.trust-line a,.trust-line span{min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-sticky{display:none}.details-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,110px)}.details-content{border-top:1px solid var(--ink)}.detail-row,.compare-row{min-height:65px;padding:14px 4px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:150px 1fr;align-items:center;gap:20px;font-size:.78rem}.detail-row span{color:var(--muted)}.compare-row{grid-template-columns:.8fr 1fr 1fr}.faq{border-bottom:1px solid var(--ink)}.faq summary{min-height:70px;padding:18px 2px;display:flex;align-items:center;cursor:pointer;font-size:.84rem;font-weight:800}.faq .rte{padding:0 50px 22px 0;font-size:.78rem}.offer-section{width:min(1380px,calc(100% - 40px));margin-inline:auto;border-radius:56px;background:var(--oat)}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.offer-card{min-height:300px;padding:28px;border:1px solid #2e292529;border-radius:26px;background:#ffffffbd;display:flex;flex-direction:column}.offer-card.featured{border-color:var(--sage);background:#fff;box-shadow:0 18px 42px #2e292517}.offer-card h3{font-size:2rem}.offer-card .button{margin-top:auto}.reviews-section{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.review-mount{padding:34px;border:1px dashed var(--sage);border-radius:26px;background:#f0ece7}.no-js .site-menu[hidden]{display:none}@media(max-width:900px){.page-width{width:min(100% - 36px,1280px)}.home-hero,.product-hero,.editorial,.details-section,.reviews-section{grid-template-columns:1fr}.home-hero{min-height:auto;max-height:none}.hero-copy{text-align:center}.hero-copy h1,.hero-copy .muted{margin-inline:auto}.collection-grid,.offer-grid{grid-template-columns:1fr}.editorial.reverse>div:first-child{order:0}.site-footer{grid-template-columns:1fr 1fr}.site-footer nav{justify-self:start}}@media(max-width:600px){body{padding-bottom:72px}.announcement{font-size:.6rem}.site-header{min-height:62px;padding-inline:12px}.site-menu{top:62px;width:100%;padding:24px 20px 30px;border-inline:0;border-radius:0 0 24px 24px}.menu-groups{gap:18px}.wordmark{gap:7px;font-size:.78rem;letter-spacing:.09em;white-space:nowrap}.wordmark img{width:32px;height:32px;border-radius:8px}.icon-button{width:44px;height:44px}.icon-button:before{width:38px;height:38px}.page-width{width:calc(100% - 36px)}.section{padding-block:66px}.template-index .home-hero{padding-block:28px 42px;gap:28px}.template-index .hero-copy h1{font-size:clamp(2.55rem,10.8vw,2.95rem);line-height:1.06;letter-spacing:-.02em;word-spacing:normal;text-wrap:balance}.template-index .hero-copy .button{margin-top:22px}.template-index .hero-media{aspect-ratio:1/1;border-radius:30px 78px 30px 30px}.template-index #collections{padding-block:52px 38px}.template-index #collections .section-heading{margin-bottom:30px}.template-index #collections .section-heading h2{font-size:clamp(2.2rem,10vw,2.7rem);line-height:1.08;letter-spacing:-.02em;word-spacing:normal;text-wrap:balance}.template-index .collection-grid{gap:20px}.template-index .collection-card{min-height:410px;padding:18px;border-radius:28px}.template-index .collection-overlay{padding:22px;border-radius:22px}.template-index .collection-overlay h3{font-size:1.95rem;line-height:1.1;letter-spacing:-.02em;word-spacing:normal;text-wrap:balance;margin-bottom:12px}.template-index .collection-card.collection-3 .collection-overlay h3{font-size:1.82rem;line-height:1.14}.template-index .collection-overlay>p:not(.eyebrow){margin-bottom:16px;font-size:.9rem;line-height:1.45}.template-index .collection-overlay .button{min-height:48px;padding:12px 18px}.template-index .editorial{padding-block:38px 54px;gap:28px}.template-index .editorial-media{aspect-ratio:4/3;border-radius:28px 72px 28px 28px}.template-index .editorial h2{font-size:clamp(1.95rem,8.6vw,2.35rem);line-height:1.13;letter-spacing:-.02em;word-spacing:normal;text-wrap:balance}.template-index .editorial .muted{font-size:.95rem;line-height:1.65}.site-footer{min-height:0;grid-template-columns:1fr;padding:30px 22px 22px;gap:12px}.site-footer>*{grid-column:1/-1}.site-footer p{margin-bottom:2px}.site-footer .policy-links{padding-top:11px}.site-footer small{padding-top:13px}.product-hero{padding-top:20px}.product-main-media{border-radius:28px 28px 78px}.product-thumbs{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:80px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:3px 12vw 8px 2px;scrollbar-width:none;-ms-overflow-style:none}.product-thumbs::-webkit-scrollbar{display:none}.thumb{scroll-snap-align:start}.buy-panel{text-align:center}.buy-panel h1{max-width:400px;margin:0 auto 12px;font-size:clamp(1.75rem,7.2vw,2.05rem);line-height:1.06;letter-spacing:-.035em}.price{justify-content:center}.micro-usps,.product-form,.details-content{text-align:left}.detail-row{grid-template-columns:105px 1fr}.compare-row{grid-template-columns:.7fr 1fr 1fr;font-size:.65rem}.offer-section{width:calc(100% - 20px);border-radius:36px}.reviews-section{gap:32px}.mobile-sticky{min-height:68px;padding:9px 13px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fbf8f3f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:50}.mobile-sticky span{display:block;color:var(--muted);font-size:.58rem}.mobile-sticky strong{font:600 1rem var(--serif)}.mobile-sticky .button{min-height:46px;padding:10px 15px}.trust-line{font-size:.54rem}}.header-tools{justify-self:end;display:flex;align-items:center;gap:8px}.search-svg{width:20px;height:20px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-menu[hidden],.search-panel[hidden]{display:none}.menu-primary{width:100%;min-height:48px;padding:0;border:0;border-bottom:1px solid var(--line);background:transparent;display:flex;align-items:center;color:var(--ink);font:600 1.35rem var(--serif);text-align:left}.menu-catalog{padding:4px 0;border-bottom:1px solid var(--line)}.menu-catalog-toggle{width:100%;min-height:48px;padding:0;border:0;background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:18px;font:600 1.35rem var(--serif);text-align:left;cursor:pointer}.menu-catalog-toggle span{width:10px;height:10px;border-right:2px solid var(--clay);border-bottom:2px solid var(--clay);transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.menu-catalog-toggle[aria-expanded=true] span{transform:rotate(225deg) translate(-2px,-2px)}.menu-subnav[hidden]{display:none}.menu-subnav{display:grid}.menu-subnav a{min-height:43px;padding-left:16px;color:var(--muted);display:flex;align-items:center;gap:12px;font-size:.8rem;font-weight:750}.menu-subnav a:before{content:"\203a";color:var(--clay);font-size:1.45rem;font-weight:900}.menu-cart-count{margin-left:7px;font:800 1.05rem var(--sans)}.search-panel{width:min(520px,100%);padding:24px 32px 30px;border:1px solid var(--line);border-top:0;border-radius:0 0 0 26px;background:var(--paper);box-shadow:0 22px 45px #2e292524;position:absolute;top:68px;right:0;z-index:41}.search-form{display:grid;grid-template-columns:1fr auto;gap:8px}.search-form input[type=search]{min-width:0;min-height:48px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#fff}.search-submit{width:48px;min-height:48px;padding:0;border:1px solid var(--ink);border-radius:50%;background:var(--clay);display:grid;place-items:center;cursor:pointer}.visually-hidden{width:1px;height:1px;padding:0;margin:-1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.site-menu,.search-panel{top:62px;width:100%;padding:24px 20px 30px;border-inline:0;border-radius:0 0 24px 24px}.icon-button{width:44px;height:44px;flex:0 0 44px}.icon-button:before{width:38px;height:38px}.header-tools{gap:5px}.hamburger{width:16px;height:11px}.hamburger:after{top:2.5px}.search-svg,.cart-svg{width:19px;height:19px}}@media(max-width:370px){.wordmark span{display:none}.wordmark img{width:36px;height:36px}.header-tools{gap:2px}}.site-footer{border-radius:56px;background:var(--oat);color:var(--ink)}.site-footer p{color:var(--muted)}.site-footer nav{color:var(--muted)}.site-footer small{border-top-color:#2e292526;color:var(--muted)}.policy-links{grid-column:1/-1;padding-top:24px;border-top:1px solid #2e292526;display:flex!important;flex-direction:row;flex-wrap:wrap;gap:10px 24px!important;justify-self:stretch!important}.policy-links a{min-height:34px;display:inline-flex;align-items:center}.shopify-policy__container{max-width:980px!important;margin:0 auto!important;padding:clamp(70px,9vw,130px) 24px!important}.shopify-policy__title h1{font:500 clamp(3.5rem,7vw,6.5rem)/.9 var(--serif)!important;letter-spacing:-.045em}.shopify-policy__title h1{text-transform:capitalize!important}.shopify-policy__body{margin-top:48px;padding:clamp(28px,5vw,60px);border:1px solid var(--line);border-radius:32px;background:#fff;color:var(--muted);line-height:1.75}.search-page{padding-block:clamp(54px,8vw,100px)}.search-page-header{max-width:760px;margin-bottom:42px}.search-page-header h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.92}.search-page-form{max-width:720px;margin-top:28px;display:grid;grid-template-columns:1fr auto;gap:10px}.search-field{min-width:0;position:relative}.search-field input{width:100%;min-height:54px;padding:12px 50px 12px 18px;border:1px solid var(--line);border-radius:999px;background:#fff;font:inherit}.search-clear{width:44px;height:44px;border:0;background:transparent;color:var(--muted);position:absolute;right:5px;top:5px;display:grid;place-items:center;font-size:1.35rem;cursor:pointer}.search-page-form .button{box-shadow:none}.search-results-meta{margin:0 0 24px;color:var(--muted);font-size:.76rem}.search-empty{padding:44px;border:1px dashed var(--sage);border-radius:26px;background:#fff}.search-pagination{margin-top:34px;display:flex;justify-content:center;gap:10px}.search-pagination a,.search-pagination span{min-width:44px;min-height:44px;padding:8px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center}.collection-page-hero{min-height:650px;padding-block:clamp(44px,6vw,82px);display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(42px,7vw,100px)}.collection-page-hero h1{font-size:clamp(3.8rem,7vw,7.2rem);line-height:.87}.collection-page-media{aspect-ratio:4/5;max-height:660px;border-radius:42px 130px 42px 42px}.theme-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.theme-product-card{min-width:0;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden}.theme-product-media{position:relative;min-height:0;aspect-ratio:1;border:0;border-bottom:1px solid var(--line);border-radius:0}.theme-product-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#f7f3ed}.theme-product-copy{min-height:150px;padding:20px;display:flex;flex-direction:column}.theme-product-copy h3{margin-bottom:7px;font-size:1.35rem}.theme-product-copy p{color:var(--muted);font-size:.7rem;line-height:1.5}.theme-product-copy strong{margin-top:auto;font:600 1rem var(--serif)}.empty-collection{padding:48px;border:1px dashed var(--sage);border-radius:26px;background:#fff;text-align:center}.product-introduction{width:min(1380px,calc(100% - 40px));margin-inline:auto;border-radius:56px;background:var(--oat)}.product-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(46px,8vw,110px);align-items:start}.product-intro-lead{position:sticky;top:110px}.product-intro-media{margin-top:28px;aspect-ratio:3/2;border-radius:28px 72px 28px 28px}.product-intro-list{border-top:1px solid var(--ink)}.product-intro-item{min-height:150px;padding:25px 2px;border-bottom:1px solid var(--ink);display:grid;grid-template-columns:52px 1fr;gap:18px}.product-intro-item>span{color:var(--sage);font:500 1.4rem var(--serif)}.product-intro-item h3{margin-bottom:8px;font-size:1.45rem}.recommended-products{display:block}.recommended-products:empty{display:none}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.slider-hint{display:none}@media(max-width:900px){.collection-page-hero,.product-intro-grid{grid-template-columns:1fr}.product-intro-lead{position:static}.theme-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}#products .collection-end-marker{margin:28px 0 0;text-align:center;color:var(--muted);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}@media(max-width:600px){.site-footer{width:calc(100% - 48px);max-width:360px;margin-inline:auto;border-radius:34px}.policy-links{width:100%;max-width:none;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 8px!important;justify-self:start!important}.policy-links a{min-height:32px;line-height:1.25}.policy-links a:last-child{grid-column:1/-1}.collection-page-hero{min-height:auto;padding:34px 0 18px;text-align:center;gap:28px}.collection-page-hero h1{font-size:clamp(2.75rem,12vw,3.35rem);line-height:.92}.collection-page-media{border-radius:30px 90px 30px 30px}.template-collection .collection-page-media{width:calc(100% - 32px);max-width:380px;margin-inline:auto}.template-collection .section{padding-block:46px}.template-collection .collection-page-hero+.section{padding-top:22px}.template-collection .section-heading{margin-bottom:28px}.template-collection .section-heading h2{font-size:clamp(2.15rem,9.5vw,2.7rem);line-height:.98}.theme-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.theme-product-card{border-radius:18px}.theme-product-media img{object-fit:cover;object-position:center}.theme-product-copy{min-height:150px;padding:13px}.theme-product-copy h3{min-height:4.32em;font-size:1rem;line-height:1.08;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.theme-product-copy p{display:none}.theme-product-copy strong{font-size:.94rem}.theme-product-grid.is-single-product .theme-product-card{grid-column:1;width:100%;justify-self:start}.theme-product-grid.is-three-products .theme-product-card:last-child{grid-column:1;width:100%;justify-self:start}.collection-end-marker{margin:28px 0 0;text-align:center;color:var(--muted);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.recommendation-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82vw,310px);overflow-x:auto;scroll-snap-type:inline mandatory;overscroll-behavior-inline:contain;padding:0 12vw 8px 0;scrollbar-width:none;-ms-overflow-style:none}.recommendation-grid::-webkit-scrollbar{display:none}.recommendation-grid .theme-product-card{scroll-snap-align:start}.slider-hint{display:block;text-align:center;color:var(--sage);font-size:1.35rem;line-height:1;letter-spacing:.24em;padding:9px 0 2px}.template-product .section{padding-block:52px}.template-product .section-heading{margin-bottom:30px}.template-product .section-heading h2,.template-product .product-intro-lead h2,.template-product .recommended-products h2{font-size:clamp(2.05rem,9vw,2.55rem);line-height:.98;letter-spacing:-.035em}.product-introduction{width:calc(100% - 20px);border-radius:36px}.product-intro-grid{gap:30px}.product-intro-media{aspect-ratio:4/5;border-radius:24px 64px 24px 24px}.product-intro-media img{object-fit:cover;object-position:center}.product-intro-item{grid-template-columns:40px 1fr;min-height:118px;padding-block:20px}.product-intro-item h3{font-size:1.28rem}.details-section{gap:30px}.shopify-policy__container{padding:58px 20px!important}.shopify-policy__title h1{font-size:clamp(2.55rem,11vw,2.85rem)!important;line-height:.95!important;letter-spacing:-.035em!important}.shopify-policy__body{margin-top:30px;padding:26px 20px;border-radius:24px}.search-page-header h1{font-size:clamp(2.7rem,12vw,3.35rem);line-height:1.06;letter-spacing:-.025em;text-wrap:balance}.search-page-form{grid-template-columns:1fr}.search-page-form .button{width:100%}}@media(max-width:600px){.template-product{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.template-product .product-hero{padding-bottom:30px}.template-product .buy-panel h1{max-width:330px;font-family:var(--serif);font-size:clamp(1.62rem,7vw,1.92rem);font-weight:500;line-height:1.12;letter-spacing:-.025em}.template-product .product-thumbs{padding-right:18vw}.template-product .gallery-swipe-hint{height:16px;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:7px}.template-product .gallery-swipe-hint span{width:5px;height:5px;border-radius:50%;background:var(--sage);opacity:.42}.template-product .gallery-swipe-hint span:first-child{width:7px;height:7px;opacity:1}.template-product .product-introduction{padding-block:38px}.template-product .product-intro-grid{gap:22px}.template-product .product-intro-lead h2{font-size:clamp(1.68rem,7.1vw,2rem);line-height:1.1;letter-spacing:-.025em}.template-product .product-intro-media{margin-top:22px}.template-product .details-section{gap:10px;padding-top:34px;padding-bottom:24px}.template-product .details-section .section-heading{margin-bottom:0}.template-product .details-section .section-heading h2{font-size:clamp(1.9rem,8.2vw,2.3rem);line-height:1.04}.template-product .details-section .section-heading .muted{margin-top:18px}.template-product .detail-row,.template-product .compare-row{grid-template-columns:minmax(108px,36%) minmax(0,1fr);column-gap:14px;align-items:start;min-height:58px;padding-block:12px}.template-product .detail-row>*{min-width:0;overflow-wrap:anywhere}.template-product .faq{margin-top:4px}.template-product .faq details{margin:0}.template-product .faq summary{min-height:54px;padding:13px 2px}.template-product .faq .rte{padding:0 12px 14px 0;line-height:1.55}.template-product .recommended-products.section{padding-top:24px;padding-bottom:32px}.template-product .recommended-products .section-heading{margin-bottom:18px}.template-product .recommended-products h2{font-size:clamp(1.78rem,7.8vw,2.15rem);line-height:1.08}.template-product .recommendation-grid{grid-auto-columns:min(68vw,252px);gap:10px;padding-right:20vw}.template-product .recommendation-grid .theme-product-media{aspect-ratio:1/1}.template-product .recommendation-grid .theme-product-media img{object-fit:contain}.template-product .recommendation-grid .theme-product-copy{min-height:104px;padding:12px 13px}.template-product .recommendation-grid .theme-product-copy h3{min-height:2.2em;font-size:.98rem;line-height:1.1;-webkit-line-clamp:2}.template-product .recommendation-grid .theme-product-copy strong{font-size:1rem}.template-product .slider-hint{padding-top:7px}.template-product .mobile-sticky{min-height:60px;padding:7px 11px calc(7px + env(safe-area-inset-bottom));gap:8px;transition:transform .22s ease,opacity .22s ease}.template-product .mobile-sticky.is-hidden{transform:translateY(110%);opacity:0;pointer-events:none}.template-product .mobile-sticky>div{min-width:0}.template-product .mobile-sticky span{max-width:165px;font-size:.55rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-product .mobile-sticky strong{font-size:.94rem}.template-product .mobile-sticky .button{min-height:44px;padding:8px 14px;font-size:.72rem}}@media(max-width:390px){.template-product .detail-row,.template-product .compare-row{grid-template-columns:1fr;row-gap:6px;min-height:0;padding-block:14px}.template-product .detail-row>*:first-child,.template-product .compare-row>*:first-child{font-size:.78rem;letter-spacing:.01em}.template-product .recommendation-grid{grid-auto-columns:min(74vw,246px)}}@media screen and (min-width:990px){.product-gallery{display:grid;grid-template-columns:88px minmax(0,1fr);grid-template-rows:auto;column-gap:16px;align-items:start}.product-gallery .product-main-media{grid-column:2;grid-row:1;min-width:0}.product-gallery .product-thumbs{grid-column:1;grid-row:1;display:grid;grid-template-columns:1fr;gap:10px;align-content:start;max-height:min(70vh,620px);overflow-x:hidden;overflow-y:auto;padding-right:4px}.product-gallery .product-thumbs .thumb{width:100%;min-width:0;aspect-ratio:1}.product-gallery .product-thumbs .thumb img{width:100%;height:100%;object-fit:cover}.product-gallery .gallery-swipe-hint{grid-column:2}}@media(max-width:600px){.template-product .product-main-media{aspect-ratio:4/5}.template-product .product-main-media img{object-fit:contain;object-position:center;background:var(--paper)}}body.template-product .product-gallery .product-thumbs .thumb img{width:100%;height:100%;max-height:none;object-fit:contain;object-position:center;background:var(--paper)}.template-product .product-gallery .product-thumbs .thumb{aspect-ratio:4/5}.template-product .product-gallery .product-thumbs .thumb img{object-fit:contain;object-position:center;background:var(--paper)}body.template-product product-recommendations .recommendation-grid .theme-product-media{aspect-ratio:4/5}.theme-product-media{aspect-ratio:4/5}.theme-product-media img{object-fit:contain;object-position:center;background:var(--paper)}.template-product .product-intro-media{aspect-ratio:4/5}.template-product .product-intro-media img{width:100%;height:100%;object-fit:contain;object-position:center;background:var(--paper)}@media(min-width:601px)and (max-width:989px){.template-product .product-gallery .product-thumbs{grid-template-columns:none;grid-template-rows:1fr;grid-auto-flow:column;grid-auto-columns:96px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:3px 8px 10px}.template-product .product-gallery .product-thumbs .thumb{scroll-snap-align:start}}@media(min-width:601px){.template-product .product-main-media{aspect-ratio:4/5}.template-product .product-main-media img{object-fit:contain;object-position:center;background:var(--paper)}}.product-section-media{width:min(100%,520px);margin-top:28px;border-radius:28px 72px 28px 28px;overflow:hidden}.product-section-media--image{aspect-ratio:4 / 5}.product-section-media--video{aspect-ratio:9 / 16;background:#000}.product-section-media__asset{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.template-product .jdgm-review-widget{width:min(100% - 40px,1200px)!important;margin-inline:auto!important;text-align:left!important;color:var(--ink)!important}.template-product .jdgm-review-widget .jm-text,.template-product .jdgm-review-widget button,.template-product .jdgm-review-widget select,.template-product .jdgm-review-widget input,.template-product .jdgm-review-widget textarea{font-family:var(--sans)!important;text-align:left}.template-product .jdgm-review-widget .jm-review-widget-minimal-header__title{font-family:var(--serif)!important;font-size:clamp(2rem,4vw,3.2rem)!important;font-weight:500!important;line-height:1!important;letter-spacing:-.035em!important;text-align:left!important}@media(max-width:749px){.product-section-media{width:100%;margin-top:22px;border-radius:24px 64px 24px 24px}.template-product .jdgm-review-widget{width:calc(100% - 36px)!important}.template-product .jdgm-review-widget .jm-review-widget-minimal-header__button-and-filters,.template-product .jdgm-review-widget .jm-review-widget-minimal-header__action-buttons{justify-content:flex-start!important;margin-left:0!important}}.template-product .jdgm-review-widget{width:min(100% - 40px,1280px)!important;max-width:1280px!important}h1,h2,h3{text-transform:capitalize}.hero-copy h1{line-height:.96;letter-spacing:-.035em;text-wrap:balance}.collection-overlay h3{line-height:1.05;letter-spacing:-.032em;text-wrap:balance}.editorial h2,.collection-page-hero h1,#products .section-heading h2,.details-section .section-heading h2,.product-recommendations h2{line-height:1.02;letter-spacing:-.035em;text-wrap:balance}@media(max-width:600px){.template-index .hero-copy h1{line-height:1.08}.template-index .collection-overlay h3{line-height:1.12}.template-index .editorial h2,.collection-page-hero h1,#products .section-heading h2,.details-section .section-heading h2,.product-recommendations h2{line-height:1.1}}@media(max-width:600px){.template-index .home-hero{padding-bottom:28px}.template-index #collections{padding-top:36px}.template-index #collections .section-heading h2{line-height:1.12}.template-index .collection-grid{gap:26px}.template-index .collection-overlay{padding:24px 22px 26px}.template-index .collection-overlay h3,.template-index .collection-card.collection-3 .collection-overlay h3{line-height:1.15}}@media(min-width:601px){.site-menu{width:min(480px,100%);padding:26px 30px 30px}.menu-subnav a{min-height:36px;padding-left:12px;gap:9px}.menu-subnav a:before{font-size:1.25rem}}@media(min-width:601px){.menu-subnav a{min-height:34px}}@media(max-width:600px){.menu-subnav a{min-height:36px}}.menu-subnav a{min-height:30px}@media(max-width:600px){.template-collection .theme-product-copy{min-height:118px}.template-collection .theme-product-copy h3{min-height:3.24em}.template-collection .theme-product-grid.is-three-products .theme-product-card:last-child{grid-column:1 / -1;width:calc((100% - 10px)/2);justify-self:center}}@media(max-width:600px){.template-collection .theme-product-grid.is-three-products .theme-product-card:last-child{grid-column:1;width:100%;justify-self:start}.template-collection .theme-product-grid:after{content:"\2014  END OF PRODUCTS \2014";grid-column:1 / -1;justify-self:center;margin-top:18px;color:var(--sage);font-size:.72rem;font-weight:700;letter-spacing:.12em}}@media(min-width:601px){.template-collection .theme-product-grid .theme-product-card:last-child{justify-self:start}.template-collection .theme-product-grid:after{content:"\2014  END OF PRODUCTS \2014";grid-column:1 / -1;justify-self:center;margin-top:24px;color:var(--sage);font-size:.72rem;font-weight:700;letter-spacing:.12em}}@media(min-width:601px){.template-collection .theme-product-grid.is-three-products .theme-product-card:last-child{grid-column:1;width:100%;justify-self:start}}@media(min-width:601px){.template-collection .theme-product-grid.is-three-products .theme-product-card:last-child{grid-column:auto}}@media(min-width:601px){.template-collection #products{padding-bottom:56px}.template-collection .theme-product-grid:after{margin-top:8px}}@media(min-width:601px){.template-collection #products{padding-top:64px}}@media(min-width:601px){.template-collection .collection-page-hero{padding-top:48px;padding-bottom:48px}.template-collection #products{padding-top:48px}}@media(min-width:601px){.template-collection .collection-page-hero{padding-top:32px;padding-bottom:32px}.template-collection #products{padding-top:32px}}@media(min-width:750px){.template-product .details-section,.template-product .recommended-products{padding-top:78px;padding-bottom:78px}}@media(min-width:750px){.template-product .product-introduction,.template-product .details-section,.template-product .recommended-products{padding-top:48px;padding-bottom:48px}.template-product .jdgm-review-widget .jm-review-widget{padding-top:32px!important;padding-bottom:32px!important}}@media(min-width:750px){.template-product .product-introduction .product-section-media--video{width:min(100%,360px)}}@media(min-width:750px){.template-product .product-introduction .product-section-media--image{width:min(100%,420px)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
