@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600&family=Noto+Serif+SC:wght@400;500;600&display=swap');
*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.6}body:has(dialog[open]){overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{background:none;border:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.07}p{max-width:65ch}svg{width:20px;height:20px;stroke-width:1.5;flex-shrink:0}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline:2px solid var(--blue);outline-offset:5px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:fixed;top:-100px;left:20px;z-index:999;background:white;padding:12px}.skip-link:focus{top:8px}.w-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:background .2s}.w-icon:hover{background:var(--soft)}.w-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:50px;padding:12px 22px;background:var(--blue);color:#fff;border:1px solid var(--blue);font-weight:600;line-height:1.4}.w-button:hover{background:#192d92;border-color:#192d92}.w-button--light{background:white;border-color:white;color:var(--blue)}.w-button--light:hover{background:var(--yellow);border-color:var(--yellow)}.w-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;border-bottom:1px solid currentColor;font-weight:600}.w-eyebrow{font:600 11px/1.5 var(--sans);text-transform:uppercase}.w-section{padding:80px var(--gutter)}.w-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}.w-section-head h2{font-size:48px}.w-section-head p{max-width:36ch}.w-wordmark{font-family:var(--serif);font-size:35px;line-height:1;font-weight:500;color:var(--blue)}
.w-header{height:76px;padding:0 var(--gutter);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:30}.w-header-wrap{position:sticky;top:0;z-index:30}.w-nav{display:flex;align-items:center;gap:28px}.w-nav a,.w-nav button{font-size:12px;font-weight:600;min-height:44px;display:inline-flex;align-items:center;gap:6px;padding:0}.w-header>.w-wordmark{text-align:center;justify-self:center}.w-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.w-lang{font-size:11px;font-weight:600;min-width:44px;height:44px}.w-bag-count{font:600 10px var(--sans);margin-left:3px}.w-mobile-menu{display:none}.w-mega{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;padding:40px var(--gutter);position:absolute;top:76px;left:0;width:100%;background:#fff;box-shadow:0 16px 30px #20251f12;border-bottom:1px solid var(--line)}.w-mega-links{display:grid;align-content:start;gap:8px}.w-mega-links a{font:400 30px/1.3 var(--serif);display:flex;justify-content:space-between;padding:7px 0;max-width:460px}.w-mega-links a:hover{color:var(--blue)}.w-mega-photo{height:280px;position:relative;overflow:hidden}.w-mega-photo img{width:100%;height:100%;object-fit:cover}.w-mega-photo span{position:absolute;bottom:16px;left:16px;background:white;padding:8px 15px}.w-mega-small{font:500 14px var(--sans)!important;margin-top:10px}
.w-product{min-width:0;position:relative}.w-product-media{position:relative;overflow:hidden;background:var(--soft);aspect-ratio:1/1.08}.w-product-media>a{display:block;width:100%;height:100%}.w-product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:12px;transition:transform .65s var(--ease)}.w-product:hover .w-product-media img{transform:scale(1.035)}.w-quick{position:absolute;bottom:12px;right:12px;background:white;border:1px solid var(--line)}.w-product-meta{padding:15px 0 0;display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:start}.w-product-meta h3{font:500 14px/1.5 var(--sans)}.w-product-price{font-size:12px;white-space:nowrap}.w-product-color{color:var(--muted);font-size:11px;margin-top:4px}.w-swatches{display:flex;flex-wrap:wrap;gap:3px;grid-column:1/-1}.w-swatch{width:32px;height:32px;padding:5px;border:1px solid transparent;border-radius:50%;display:flex;align-items:center;justify-content:center}.w-swatch[aria-pressed=true]{border-color:var(--ink)}.w-swatch i{width:16px;height:16px;border-radius:50%;background:var(--swatch);box-shadow:inset 0 0 0 1px #0002}.w-swatch img{width:24px;height:24px;object-fit:contain;border-radius:50%}.w-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 20px}
.w-footer{background:var(--blue);color:white;padding:60px var(--gutter) 24px}.w-footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;padding-bottom:54px}.w-footer h2{font-size:40px;max-width:13ch}.w-footer-links{display:grid;align-content:start;gap:9px;font-size:13px}.w-footer-label{font-size:11px;opacity:.7;margin-bottom:10px}.w-footer-word{font:400 140px/.98 var(--serif);padding-bottom:24px;border-bottom:1px solid #ffffff45}.w-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:20px;font-size:11px;color:#fff}.w-footer a:hover{text-decoration:underline;text-underline-offset:5px}
.w-dialog{border:0;max-width:calc(100vw - 32px);padding:0;color:var(--ink);background:white;overflow:auto}.w-dialog::backdrop{background:#111a2366;backdrop-filter:blur(3px)}.w-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-bottom:1px solid var(--line)}.w-dialog-head h2{font-size:30px}.w-cart{position:fixed;inset:0 0 0 auto;margin:0;height:100dvh;max-height:none;width:480px;max-width:100vw}.w-cart-body{padding:0 24px}.w-cart-item{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.w-cart-item img{background:var(--soft);aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.w-cart-item h3{font:500 14px/1.5 var(--sans)}.w-cart-item p{font-size:12px;color:var(--muted);margin-top:4px}.w-cart-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.w-stepper{display:inline-flex;align-items:center;border:1px solid var(--line);height:36px}.w-stepper button{width:36px;height:34px;display:grid;place-items:center}.w-stepper span{width:26px;text-align:center;font-size:12px}.w-cart-bottom{padding:24px;background:var(--soft);margin-top:24px}.w-cart-bottom>p{display:flex;justify-content:space-between;margin-bottom:18px}.w-cart-bottom .w-button{width:100%}.w-cart-note{font-size:11px;color:var(--muted);margin-top:14px;line-height:1.7}.w-empty{padding:60px 24px;text-align:center}.w-empty h3{font-size:32px;margin-bottom:16px}.w-empty .w-button{margin-top:20px}.w-quick-dialog{width:900px}.w-quick-body{display:grid;grid-template-columns:1fr 1fr}.w-quick-photo{background:var(--soft);display:grid;place-items:center;min-height:420px}.w-quick-photo img{width:100%;mix-blend-mode:multiply;object-fit:contain;max-height:480px;padding:20px}.w-quick-info{padding:40px;display:flex;flex-direction:column;gap:20px;align-items:start}.w-quick-info h3{font-size:34px}.w-quick-info select{width:100%;border:1px solid var(--line);background:white;padding:12px;color:var(--ink)}.w-quick-info .w-button{width:100%;margin-top:auto}.w-search-dialog{width:640px;padding-bottom:24px}.w-search-form{display:flex;margin:24px;gap:12px}.w-search-form input{min-width:0;flex:1;padding:14px;border:1px solid var(--line);font-size:16px}.w-search-dialog .w-mega-links{padding:0 24px}.w-search-dialog .w-mega-links a{font-size:22px}.w-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;padding:12px 24px;opacity:0;pointer-events:none;z-index:120;font-size:13px;max-width:calc(100vw - 32px);transition:opacity .2s,transform .2s}.w-toast.is-visible{opacity:1;transform:translate(-50%,0)}
img{height:auto}[data-site-header]{position:sticky;top:0;z-index:50}.w-header-wrap{position:relative}.w-mobile-menu{justify-self:start}.w-quick{width:44px;height:44px}.w-swatch{min-width:40px;min-height:40px}
.w-journal-strip{height:28px;background:var(--yellow);display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);font:600 10px/1 var(--sans);color:var(--ink)}.w-journal-strip>a{display:flex;align-items:center;gap:8px}.w-journal-strip svg{width:13px;height:13px}.w-header{background:var(--paper);grid-template-columns:240px 1fr 190px}.w-header>.w-wordmark{grid-column:1;grid-row:1;justify-self:start;text-transform:uppercase;font-size:28px;color:var(--ink)}.w-nav{grid-column:2;grid-row:1;justify-content:center;gap:30px}.w-actions{grid-column:3;grid-row:1}.w-mega{background:var(--paper);top:76px}.w-wordmark{color:var(--ink)}.w-nav a:hover,.w-nav button:hover{color:var(--tomato)}.w-button:hover{background:#a43724;border-color:#a43724}.w-button--light{background:var(--paper);border-color:var(--paper);color:var(--ink)}.w-button--light:hover{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.w-footer{background:var(--ink);color:var(--paper)}.w-footer-word{font-size:110px;text-transform:uppercase}.w-footer h2{font-size:36px}.w-footer-top{padding-bottom:38px}.w-dialog{background:var(--paper)}.w-quick,.w-mega-photo span{background:var(--paper)}.w-product-meta h3{font:400 18px/1.3 var(--serif)}.w-product-media{background:var(--soft)}.w-product-color{font-size:12px}.w-cart-note{font-size:12px}.w-footer-links>button{min-height:44px}.w-link svg,.w-button svg{transition:transform .25s}.w-link:hover svg,.w-button:hover svg{transform:translate(3px,-2px)}
@media(max-width:1100px){.w-header{grid-template-columns:190px 1fr 150px}.w-header>.w-wordmark{font-size:25px}.w-nav{gap:18px}.w-nav a,.w-nav button{font-size:11px}}
@media(max-width:760px){.w-journal-strip{height:26px;padding:0 16px;justify-content:center;font-size:9px}.w-journal-strip>span:nth-child(2),.w-journal-strip>a{display:none}.w-header{grid-template-columns:1fr auto 1fr}.w-header>.w-wordmark{grid-column:2!important;font-size:25px!important;justify-self:center}.w-mobile-menu{grid-column:1;grid-row:1}.w-actions{grid-column:3}.w-mega{top:64px}.w-product-meta h3{font:400 16px/1.35 var(--serif)}.w-footer-word{font-size:53px!important}.w-footer h2{font-size:31px}.w-product-color{font-size:11px}.w-footer-top{gap:28px 20px}}
@media(max-width:360px){.w-header>.w-wordmark{font-size:22px!important}.w-footer-word{font-size:44px!important}}
@media(min-width:1800px){.w-footer-word{font-size:180px}.w-section{padding-top:100px;padding-bottom:100px}}@media(max-width:1020px){.w-nav{gap:15px}.w-product-meta{grid-template-columns:1fr}.w-product-price{grid-row:2}.w-swatches{grid-row:3}.w-footer-word{font-size:100px}.w-section-head h2{font-size:40px}}@media(max-width:760px){html{scroll-padding-top:76px}.w-header{height:64px;grid-template-columns:1fr auto 1fr;padding:0 12px}.w-nav{display:none}.w-mobile-menu{display:flex}.w-header>.w-wordmark{font-size:30px}.w-actions{gap:0}.w-actions .w-search-toggle{display:none}.w-lang{min-width:34px}.w-mega{top:64px;grid-template-columns:1fr;gap:24px;padding:24px 20px;max-height:calc(100dvh - 64px);overflow:auto}.w-mega-photo{height:180px}.w-mega-links a{font-size:28px}.w-section{padding:48px var(--gutter)}.w-section-head{gap:20px;margin-bottom:24px;align-items:start}.w-section-head h2{font-size:34px}.w-section-head p{font-size:13px}.w-link{font-size:12px;gap:12px}.w-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.w-product-media{aspect-ratio:1/1.12}.w-product-media img{padding:6px}.w-product-meta{gap:4px;padding-top:12px}.w-product-meta h3{font-size:12px}.w-product-price{font-size:12px}.w-product-color{font-size:10px}.w-quick{bottom:7px;right:7px}.w-swatches{gap:0}.w-swatch{width:40px;height:40px}.w-footer{padding:44px 20px 24px}.w-footer-top{grid-template-columns:1fr 1fr;gap:32px 20px;padding-bottom:40px}.w-footer-top>div:first-child{grid-column:1/-1}.w-footer h2{font-size:36px;max-width:15ch}.w-footer-word{font-size:70px}.w-footer-bottom{font-size:10px;gap:20px;flex-wrap:wrap}.w-quick-body{grid-template-columns:1fr}.w-quick-photo{min-height:0;height:230px}.w-quick-photo img{height:100%;width:100%}.w-quick-info{padding:24px;gap:16px}.w-quick-info h3{font-size:28px}.w-dialog-head{padding:16px 20px}.w-dialog-head h2{font-size:25px}.w-dialog{max-height:calc(100dvh - 24px)}.w-cart{max-height:none}.w-search-form{margin:20px}.w-search-form .w-button{gap:0;padding:12px}.w-toast{bottom:16px;width:max-content;text-align:center}.w-button{font-size:13px}.w-product-grid .w-swatch{min-height:40px}}
@media(max-width:360px){.w-footer-word{font-size:59px}.w-header>.w-wordmark{font-size:27px}.w-actions .w-lang{font-size:10px}.w-product-meta h3{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
html{scroll-padding-top:120px}.w-product-media img,.w-cart-item img,.w-quick-photo img{mix-blend-mode:normal;background:#fff}
@media(max-width:760px){html{scroll-padding-top:106px}.w-product-meta h3{font-size:16px}.w-mega{max-height:calc(100dvh - 90px)}.w-footer h2{font-size:31px}}
@media(max-width:360px){.w-product-meta h3{font-size:15px}}
