:root{--paper:#f8f5ef;--ink:#2d2424;--accent:#5a344a;--soft:#eee7dd;--line:color-mix(in srgb,var(--ink) 20%,transparent)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:5px}a:hover{text-decoration-thickness:2px}button,input,select{font:inherit}button,a,input,select,summary{touch-action:manipulation}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{width:min(1320px,calc(100% - 80px));margin-inline:auto}.narrow{max-width:760px;margin-inline:auto}.announcement{text-align:center;padding:10px 24px;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:.03em}.header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:28px}.wordmark{font:40px/1 Georgia,serif;letter-spacing:-1.5px;text-decoration:none}.logo{width:200px;height:auto}.desktop-nav,.header-actions{display:flex;align-items:center;gap:28px;font-size:14px}.desktop-nav a,.header-actions a{text-decoration:none}.mobile-menu{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:48px 48px 104px}.hero-copy{max-width:540px}.eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);font-weight:500;line-height:1.5;margin:0 0 20px}h1,h2,h3{font-family:Georgia,serif;font-weight:400;line-height:1.12;letter-spacing:-.035em;margin:0 0 24px}h1{font-size:clamp(42px,4.8vw,70px)}h2{font-size:clamp(32px,3.3vw,48px)}h3{font-size:28px;line-height:1.18}.intro{font-size:18px;line-height:1.7}.intro p{margin:0}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:36px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);padding:15px 22px;min-height:48px;text-decoration:none;font-size:14px;cursor:pointer}.button:hover{background:var(--accent);border-color:var(--accent)}.button-outline{background:transparent;color:var(--ink)}.button:disabled{opacity:.55;cursor:not-allowed}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:16px;padding-block:8px}.hero-photo{position:relative}.hero-photo>img{width:100%;aspect-ratio:4/5;object-fit:cover}.photo-note{font-size:11px;letter-spacing:.08em;margin:14px 0 0;text-transform:uppercase}.editorial{border-top:1px solid var(--line);padding-block:88px 96px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:48px}.section-heading h2{max-width:580px;margin-bottom:0}.section-heading>p{max-width:300px;margin:0;font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.story-card img,.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:28px}.story-card .eyebrow{margin-bottom:14px}.story-card h3{max-width:350px;margin-bottom:18px}.story-card h3 a,.story-card h2 a,.story-card>a,.product-card>a{text-decoration:none}.story-card p{font-size:15px;margin:0 0 20px}.story-card h2,.product-card h2,.search-result h2{font-size:28px}.story-card .text-link{border-bottom:1px solid var(--ink)}.philosophy{background:var(--soft);padding-block:96px}.philosophy-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:96px}.philosophy h2{max-width:430px}.principles{margin-top:40px}.principles>div{display:grid;grid-template-columns:40px 1fr;column-gap:16px;border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.principles h3{font-size:24px;margin-bottom:10px}.principles p:not(.eyebrow){grid-column:2;margin:0;font-size:15px}.footer{padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px}.footer p{font-size:14px;max-width:340px}.footer nav{display:flex;flex-direction:column;align-items:start;gap:10px;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:24px;margin-top:48px;font-size:12px}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:16px}.page-space{padding-block:64px 96px;min-height:50vh}.prose{padding-block:64px 96px}.rte{overflow-wrap:anywhere}.rte h2{font-size:34px;margin-top:48px}.rte h3{font-size:26px;margin-top:32px}.rte a{text-decoration:underline}.rte img{height:auto}.rte table{display:block;overflow:auto;max-width:100%}.article{padding-block:64px 96px}.article header{text-align:center}.article h1{font-size:clamp(40px,4.2vw,60px)}.article-meta{font-size:13px}.article-hero{max-width:1000px;margin:48px auto}.article-hero img{width:100%}.article-back{margin-top:48px;padding-top:24px;border-top:1px solid var(--line)}.product{display:grid;grid-template-columns:1.2fr 1fr;gap:64px}.product-gallery img{margin-bottom:24px;width:100%}.product h1{font-size:44px}.product-price{font-size:22px}.product-description{margin-top:40px}label{display:block;margin:18px 0 8px;font-size:14px}input,select{border:1px solid var(--line);background:transparent;color:var(--ink);padding:12px;min-height:48px;max-width:100%;border-radius:0}input[type=number]{width:110px}select{width:100%}form>.button{margin-top:20px}form>.button[type=submit]{display:flex}.search-form{max-width:600px;margin-bottom:40px}.search-form input{width:100%}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:24px;border-bottom:1px solid var(--line);padding:24px 0}.cart-item img{width:120px}.cart-item input{margin-right:24px}.cart-item p{margin:8px 0}.cart-summary{max-width:500px;margin:32px 0 0 auto}.cart-summary .button{margin:8px 8px 0 0}.pagination{margin-top:40px;display:flex;gap:12px;flex-wrap:wrap}.pagination>*{padding:8px}.skip{position:fixed;top:8px;left:8px;background:var(--ink);color:var(--paper);padding:12px;z-index:100;transform:translateY(-200%)}.skip:focus{transform:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:1000px){.hero{gap:40px;padding-inline:0}.desktop-nav,.header-actions{gap:18px}.philosophy-grid{gap:48px}.cards{gap:24px}}@media(max-width:799px){.wrap{width:calc(100% - 40px)}.header{gap:16px;padding-block:22px}.wordmark{font-size:32px}.desktop-nav{display:none}.header-actions{gap:16px;font-size:13px}.mobile-menu{display:block}.mobile-menu summary{cursor:pointer;list-style:none;min-height:44px;display:flex;align-items:center}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] nav{position:absolute;z-index:10;left:0;right:0;background:var(--paper);border-block:1px solid var(--line);padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 12px 16px #00000008}.mobile-menu nav a{padding:10px}.hero{grid-template-columns:1fr;gap:36px;padding-block:32px 56px}.hero-copy{max-width:600px}.hero h1{font-size:clamp(42px,9vw,62px)}.hero-photo>img{aspect-ratio:4/5;max-height:660px}.eyebrow{font-size:11px}.intro{font-size:17px}.actions{gap:20px;margin-top:28px}.editorial{padding-block:56px}.section-heading{display:block;margin-bottom:32px}.section-heading>p{max-width:none;margin-top:20px}.cards{grid-template-columns:1fr;gap:44px}.story-card img{margin-bottom:20px}.story-card h3{max-width:none}.philosophy{padding-block:56px}.philosophy-grid{grid-template-columns:1fr;gap:20px}.philosophy h2{max-width:none}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom>div{margin-top:16px}.product{grid-template-columns:1fr;gap:32px}.product h1{font-size:38px}.page-space,.prose,.article{padding-block:40px 64px}.article header{text-align:left}.article-hero{margin-block:32px}.article h1{font-size:40px}.rte h2{font-size:30px}}@media print{.header,.footer,.announcement,.actions,.article-back{display:none}.wrap{width:100%}body{background:#fff;color:#000}a{color:#000}.article{padding:0}}body{background:var(--paper);font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.65;color:var(--ink)}.wrap{width:min(1440px,calc(100% - 80px))}h1,h2,h3{font-family:Manrope,Arial,sans-serif;font-weight:800;letter-spacing:-.05em}h1{font-size:clamp(38px,4.5vw,68px)}h2{font-size:clamp(30px,3vw,42px)}h3{font-size:24px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;color:#a3330b;line-height:1.5}.announcement{background:#202428;color:#fff;border:0;min-height:34px;padding:8px 20px;font-size:11px;font-weight:600;letter-spacing:.03em}.header{padding-block:24px;min-height:104px;border-bottom:1px solid #e5e7e5;gap:24px}.brand-identity{display:block;width:276px;max-width:276px;flex:0 0 auto;line-height:0}.brand-logo{display:block;width:100%;height:auto;max-width:100%}.desktop-nav{font-size:13px;font-weight:700;gap:30px}.desktop-nav a{padding:10px 0}.desktop-nav a:hover{color:#a3330b}.header-actions{font-size:12px;font-weight:700;gap:22px}.header-actions>a{padding:12px 0}.header .wordmark{font-size:26px;letter-spacing:-1px}.mobile-menu[open] nav{background:#fff;color:#202428;box-shadow:0 15px 25px #00000012;z-index:30}.hero{padding:0;display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch;margin-block:24px 0;min-height:580px;background:#202428;color:#fff;border-radius:4px;overflow:hidden}.hero-copy{padding:66px 52px;max-width:none;align-self:center}.hero .eyebrow{color:#ffaf7d;margin-bottom:22px}.hero h1{white-space:pre-line;font-size:clamp(52px,5.6vw,82px);line-height:.99;max-width:500px;letter-spacing:-.065em;margin-bottom:27px}.hero .intro{font-size:16px;line-height:1.7;max-width:410px;color:#e1e4e4}.hero .actions{gap:22px;margin-top:31px}.hero .text-link{color:#fff;font-size:12px;font-weight:700}.hero-photo{position:relative;min-height:100%;padding:0;overflow:hidden}.hero-photo>img{height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;aspect-ratio:auto;max-height:none}.button{border-radius:3px;font-family:inherit;font-weight:800;letter-spacing:.015em;font-size:12px;padding:15px 23px;min-height:50px;background:#c63b0b;border:1px solid #c63b0b;color:#fff;transition:background .18s,transform .18s}.button:hover{background:#aa360e;border-color:#aa360e;color:#fff;transform:translateY(-1px)}.hero .button{background:#fb713b;border-color:#fb713b;color:#191c1f}.hero .button:hover{background:#ff986d;border-color:#ff986d}.button-outline{background:#fff;border-color:#c4c8c8;color:#202428}.text-link{font-size:13px;font-weight:700}.photo-note{display:none}.shop-categories{padding-block:56px 18px}.shop-categories h2{font-size:30px;margin-bottom:27px}.category-grid{display:grid;grid-template-columns:repeat(var(--category-count,5),minmax(0,1fr));gap:14px}.category-card{display:flex;flex-direction:column;min-width:0;text-decoration:none;border:1px solid #e1e4e2;border-radius:4px;overflow:hidden;background:#f4f5f3;transition:transform .18s,border-color .18s}.category-card>img{width:100%;height:155px;object-fit:contain;padding:18px;mix-blend-mode:multiply}.category-card span{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-top:1px solid #e1e4e2;font-size:12px;font-weight:800;line-height:1.4;background:#fff;flex:1}.category-card b{font-size:19px;font-weight:500}.category-card:hover{transform:translateY(-3px);border-color:#dc4915}.category-illustration{height:155px;display:grid;place-items:center;color:#394143}.category-illustration svg{width:105px;height:105px}.editorial{padding-block:60px 64px;border:0}.section-heading{margin-bottom:31px;gap:32px;align-items:center}.section-heading h2{font-size:37px;max-width:690px;margin:0}.section-heading .eyebrow{margin-bottom:12px}.section-heading>p{font-size:14px;max-width:360px}.cards{gap:25px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px}.product-card{position:relative;min-width:0}.product-card>a{display:block;text-decoration:none}.product-card img{width:100%;aspect-ratio:1;object-fit:contain;background:#f4f5f3;padding:20px;margin:0 0 16px;border-radius:4px}.product-grid .product-card h2{font-size:16px;line-height:1.45;font-weight:750;letter-spacing:-.02em;margin:6px 0}.product-card .product-vendor{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#646b6c;margin:10px 0 5px}.product-card .product-card-price{font-size:15px;font-weight:800;margin:10px 0}.product-card .product-card-action{font-size:11px;font-weight:750;display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid #b5bbbb;padding-block:4px}.product-card>a:hover img{background:#eceeea}.commerce-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;padding:25px 30px;background:#f1f2f0;border:1px solid #e1e4e2;border-radius:4px;margin-top:40px;font-size:12px}.commerce-assurances p{margin:0}.commerce-assurances strong{display:inline-block;margin-bottom:5px;font-size:14px}.commerce-assurances a{text-decoration:none}.commerce-range .collection-pills{display:none}.story-card img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:4px;margin-bottom:21px}.story-card h3,.story-card h2{font-size:24px;line-height:1.25;max-width:none;margin-bottom:15px}.story-card p{font-size:14px}.story-card .eyebrow{font-size:10px;margin-bottom:11px}.story-card .text-link{font-size:12px}.philosophy{background:#f1f2f0;padding:66px 0;margin:4px 0}.philosophy-grid{grid-template-columns:1fr 1.1fr;gap:100px}.philosophy h2{max-width:430px;font-size:40px}.philosophy .intro{font-size:16px}.principles{margin-top:14px}.principles>div{padding-top:18px;margin-top:20px;grid-template-columns:30px 1fr;border-color:#d1d5d2}.principles h3{font-size:20px;margin-bottom:8px}.principles p:not(.eyebrow){font-size:13px}.principles>div>span{color:#a3330b;font-size:12px;font-weight:800}.newsletter{padding:58px 0;background:#fff;border:0;margin-top:20px}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.newsletter h2{font-size:36px;max-width:500px}.newsletter p{font-size:14px;max-width:500px}.newsletter form{background:#f1f2f0;padding:26px;border-radius:4px}.newsletter form label{margin-top:0}.newsletter input[type=email]{width:100%;background:#fff}.consent-choice{display:flex;align-items:flex-start;gap:12px;margin-top:20px}.consent-choice input{width:18px;height:18px;min-height:18px;flex-shrink:0;margin-top:4px}.consent-choice label{font-size:12px;margin:0}.newsletter .newsletter-helper{font-size:11px}.footer{background:#202428;color:#fff;padding:55px 0 26px;margin-top:30px}.footer .brand-identity{width:282px;max-width:100%;margin-bottom:24px}.footer p{font-size:12px;color:#c6cbcb;max-width:390px}.footer .eyebrow{color:#ffaf7d}.footer nav{font-size:12px;gap:12px}.footer-grid{gap:60px}.footer-bottom{font-size:10px;border-color:#ffffff25;margin-top:38px;padding-top:22px}.footer-bottom a{color:#dce0e0}.page-space{padding-block:42px 70px}.product{grid-template-columns:1.1fr 1fr;gap:60px}.product h1{font-size:36px;line-height:1.15}.product-gallery>img{width:100%;aspect-ratio:1;object-fit:contain;background:#f4f5f3;border-radius:5px;margin-bottom:20px;max-height:650px}.more-product-images summary{cursor:pointer;border-block:1px solid #d7dcda;padding:16px 0;margin-bottom:20px;font-size:13px;font-weight:700}.more-product-images>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.more-product-images img{aspect-ratio:1;object-fit:contain;background:#f4f5f3;margin:0;border-radius:4px}.product-price{font-size:27px;font-weight:800}.product form{padding:24px;background:#f1f2f0;border-radius:4px}.product form label:first-of-type{margin-top:0}.product form .button{width:100%}.product-description{font-size:15px;line-height:1.8;margin-top:30px}.product-description h2{font-size:26px}.product-description h3{font-size:21px}.product-purchase-notes{font-size:12px;line-height:1.7;border-block:1px solid #d7dcda;margin-top:23px;padding:14px 0}.product-purchase-notes p{margin:5px 0}.product-fit{border-block:1px solid #d7dcda;padding:16px 0;margin:24px 0;font-size:13px}.product-fit summary{cursor:pointer;font-weight:800}.product input,.product select,input,select,textarea{background:#fff;border-color:#aeb7b4;border-radius:3px}textarea{font:inherit;width:100%;padding:14px;color:var(--ink);border:1px solid #aeb7b4}.narrow input[type=text],.narrow input[type=email]{width:100%}.collection-intro{max-width:890px}.collection-pills{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0}.collection-pills a{padding:9px 15px;border:1px solid #dce1de;background:#f4f5f3;font-size:11px;font-weight:700;text-decoration:none;border-radius:3px}.collection-pills a[aria-current=page],.collection-pills a:hover{background:#202428;color:#fff}.collection-tools{display:flex;justify-content:space-between;gap:24px;align-items:center;margin:30px 0}.collection-filter{border-block:1px solid #dce1de;padding:18px 0;margin:25px 0}.collection-filter>summary{font-weight:800;cursor:pointer}.filter-groups{display:flex;flex-wrap:wrap;gap:30px;margin:20px 0}.filter-groups fieldset{border:1px solid #dce1de;padding:15px;min-width:180px}.filter-groups legend{font-size:12px;font-weight:800}.filter-choice{display:flex;gap:8px;align-items:center;font-size:12px;margin:7px 0}.filter-choice input{min-height:18px;width:18px;height:18px}.filter-price{display:flex;gap:14px;max-width:330px}.filter-price input{width:135px}.filter-price label{font-size:12px;margin:0}.filter-actions{display:flex;align-items:center;gap:22px}.collection-sort{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:0}.collection-sort label{margin:0;font-size:12px}.collection-sort select{width:auto;max-width:235px;min-height:42px;font-size:12px}.collection-sort>.button[type=submit]{margin:0;min-height:42px;padding:10px 18px}.collection-count{font-size:12px;color:#66716d}.article h1{font-size:clamp(35px,4vw,55px);line-height:1.08}.article-hero{max-width:1050px}.article-hero img{aspect-ratio:3/2;object-fit:cover;border-radius:4px}.rte{font-size:16px;line-height:1.85}.rte h2{font-size:28px;line-height:1.2}.rte h3{font-size:22px;line-height:1.25}.cart-summary{background:#f1f2f0;padding:26px;border-radius:4px}.cart-item img{background:#f4f5f3;object-fit:contain}.password-panel{display:grid;grid-template-columns:1.1fr 1fr;min-height:520px;margin-block:25px 50px;background:#f1f2f0;border-radius:4px;overflow:hidden}.password-panel>img{width:100%;height:100%;object-fit:cover;max-height:650px}.password-content{padding:50px;align-self:center}.password-content h1{font-size:45px}.password-content input{width:100%}.prose{max-width:900px}.skip{z-index:1000}:focus-visible{outline:3px solid #cf4312;outline-offset:5px}.hero :focus-visible,.footer :focus-visible{outline-color:#ffaf7d}@media(min-width:1400px){.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1150px){.wrap{width:calc(100% - 48px)}.header .brand-identity{width:225px;max-width:225px}.desktop-nav{gap:18px}.hero{min-height:500px}.hero-copy{padding:44px 36px}.hero h1{font-size:64px}.hero .actions{gap:16px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.philosophy-grid{gap:50px}.product{gap:35px}}@media(max-width:799px){.wrap{width:calc(100% - 32px)}.announcement{font-size:9px;line-height:1.5;padding:8px 12px}.header{min-height:82px;padding-block:19px;gap:12px}.header .brand-identity{width:201px;max-width:52%}.header-actions{gap:13px;font-size:11px}.desktop-nav{display:none}.mobile-menu{display:block}.mobile-menu[open] nav{top:auto}.hero{grid-template-columns:1fr;min-height:0;margin-top:16px}.hero-photo{order:1;height:295px;min-height:295px}.hero-copy{order:2;padding:33px 26px 38px}.hero h1{font-size:59px;line-height:1;max-width:540px;margin-bottom:20px;white-space:normal}.hero .eyebrow{font-size:10px;margin-bottom:15px}.hero .intro{font-size:14px;max-width:490px}.hero .actions{gap:18px;margin-top:25px}.hero .button{font-size:11px;padding:14px 20px}.hero .text-link{font-size:11px}.shop-categories{padding-block:37px 8px}.shop-categories h2{font-size:26px;margin-bottom:20px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card>img,.category-illustration{height:135px}.category-illustration svg{width:95px;height:95px}.category-card span{padding:13px;font-size:11px}.editorial{padding-block:37px 46px}.section-heading{gap:18px;display:flex;align-items:flex-end;margin-bottom:25px}.section-heading h2{font-size:30px}.section-heading>p{display:none}.section-heading .text-link{font-size:11px;white-space:nowrap}.section-heading .eyebrow{font-size:10px;margin-bottom:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-card img{padding:12px;margin-bottom:12px}.product-grid .product-card h2{font-size:14px;line-height:1.45}.product-card .product-vendor{font-size:9px}.product-card .product-card-price{font-size:14px}.product-card .product-card-action{font-size:10px}.commerce-assurances{grid-template-columns:1fr;padding:23px;gap:20px;margin-top:32px}.cards:not(.product-grid){gap:32px}.story-card h3,.story-card h2{font-size:25px}.story-card img{margin-bottom:19px}.philosophy{padding:41px 0}.philosophy-grid{grid-template-columns:1fr;gap:19px}.philosophy h2{font-size:33px;max-width:520px}.philosophy .intro{font-size:14px}.principles{margin-top:12px}.newsletter{padding:38px 0;margin-top:0}.newsletter-grid{grid-template-columns:1fr;gap:20px}.newsletter h2{font-size:31px}.newsletter form{padding:22px}.footer{padding-top:41px}.footer-grid{gap:30px}.footer .brand-identity{width:252px}.footer-bottom{font-size:10px}.page-space{padding-block:32px 55px}.product{grid-template-columns:1fr;gap:25px}.product h1{font-size:30px}.product-gallery>img{max-height:460px}.product form{padding:22px}.collection-tools{display:block}.collection-sort{justify-content:flex-start;flex-wrap:wrap;gap:10px}.collection-sort select{max-width:200px}.filter-groups{display:grid;grid-template-columns:1fr;gap:15px}.filter-groups fieldset{min-width:0}.collection-pills{flex-wrap:nowrap;overflow:auto;padding-bottom:8px;white-space:nowrap;max-width:100%}.article h1{font-size:36px}.article{padding-block:35px 55px}.rte{font-size:15px}.rte h2{font-size:27px}.password-panel{grid-template-columns:1fr;margin-top:15px}.password-panel>img{height:265px}.password-content{padding:30px}.password-content h1{font-size:35px}}@media(max-width:380px){.header .brand-identity{width:177px;max-width:55%}.header-actions{gap:10px}.header-actions>a:first-child{display:none}.hero-copy{padding:28px 22px 33px}.hero h1{font-size:52px}.hero-photo{height:260px;min-height:260px}.category-card span{font-size:10px;padding:11px}.category-card>img,.category-illustration{height:120px}.category-illustration svg{width:85px;height:85px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}.privacy-choice{-webkit-appearance:none;appearance:none;border:0;background:none;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px;padding:0;cursor:pointer}.privacy-choice[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
