.mz-store{--black:#000;--ink:#141414;--text:#1f1f1f;--muted:#6f6f6f;--muted-2:#9a9a9a;--line:#e7e7e7;--line-strong:#d6d6d6;--bg:#fff;--surface:#f6f6f6;--surface-2:#f1f1f1;--mint:#effdfa;--mint-line:#bfe9df;--green:#1a7a3c;--green-deep:#13692f;--red:#c71f1f;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--px:clamp(1px, calc(100vw / 1440), 1.33333px);--maxw:calc(1440 * var(--px));--gut:calc(40 * var(--px));--header-h:calc(108 * var(--px));--ease:cubic-bezier(.4, 0, .2, 1);font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6;overflow-x:clip}.mz-store img{max-width:100%;display:block}.mz-store a{color:inherit;text-decoration:none}.mz-store button{cursor:pointer;font-family:inherit}.mz-store h1,.mz-store h2,.mz-store h3,.mz-store h4{margin:0;font-weight:600;line-height:1.15}.mz-store ::selection{color:#fff;background:#000}.mz-store .wrap{max-width:var(--maxw);padding:0 var(--gut);margin:0 auto}.mz-store .tnum{font-variant-numeric:tabular-nums;white-space:nowrap}.mz-store [hidden]{display:none!important}.mz-store .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.mz-store .wordmark{color:#fff;-webkit-user-select:none;user-select:none;flex-direction:column;line-height:1;display:inline-flex}.mz-store .wordmark .mk{font-family:var(--serif);font-weight:600;font-size:calc(26 * var(--px));letter-spacing:.34em}.mz-store .wordmark .zr{align-items:center;gap:calc(7 * var(--px));font-size:calc(9 * var(--px));letter-spacing:.42em;opacity:.92;margin-top:3px;padding-left:.42em;display:flex}.mz-store .wordmark .zr:before,.mz-store .wordmark .zr:after{content:"";width:calc(16 * var(--px));opacity:.7;background:currentColor;height:1px}.mz-store .wordmark.ink{color:var(--ink)}.mz-store .site-header{z-index:60;color:#fff;background:#000;position:sticky;top:0}@media (width>=1000px){.mz-store .site-header{--gut:calc(24 * var(--px))}}.mz-store .hdr-top{max-width:var(--maxw);padding:calc(20 * var(--px)) var(--gut) 0;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.mz-store .hdr-lead{justify-self:start;align-items:center;gap:14px;display:flex}.mz-store .hdr-logo{justify-self:center}.mz-store .hdr-burger{color:#fff;background:0 0;border:0;padding:4px;display:none}.mz-store .hdr-icons{justify-self:end;align-items:center;gap:calc(22 * var(--px));display:flex}.mz-store .hdr-icons a,.mz-store .hdr-icons button{color:#fff;opacity:.92;transition:opacity .15s var(--ease);background:0 0;border:0;align-items:center;gap:8px;display:flex}.mz-store .hdr-icons .favorites{display:block}.mz-store .hdr-icons a:hover,.mz-store .hdr-icons button:hover{opacity:1}.mz-store .hdr-cart-amt{font-variant-numeric:tabular-nums;letter-spacing:.1em;text-transform:uppercase;font-size:14px}.mz-store .hdr-cart{position:relative}.mz-store .cart-badge{color:#000;background:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-8px;right:-9px}.mz-store .site-nav{max-width:var(--maxw);padding:calc(14 * var(--px)) var(--gut) calc(18 * var(--px));margin:0 auto}.mz-store .site-nav ul{justify-content:center;align-items:center;gap:calc(38 * var(--px));margin:0;padding:0;list-style:none;display:flex}.mz-store .site-nav a{color:#e9e9e9;letter-spacing:.1em;text-transform:uppercase;transition:color .15s var(--ease);padding:6px 0;font-size:14px;font-weight:400;position:relative}.mz-store .site-nav a:hover{color:#fff}.mz-store .site-nav a:after{content:"";transform-origin:0;height:1.5px;transition:transform .2s var(--ease);background:#fff;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.mz-store .site-nav a:hover:after,.mz-store .site-nav a.active:after{transform:scaleX(1)}.mz-store .loc{position:relative}.mz-store .loc-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:5px;padding:10px 0;font-size:14px;display:flex}.mz-store .loc-btn svg{transition:transform .18s var(--ease);flex:none}.mz-store .loc-btn[aria-expanded=true] svg{transform:rotate(180deg)}.mz-store .loc-panel{z-index:70;color:#111;background:#fff;min-width:240px;padding:18px 20px 16px;position:absolute;top:100%;left:0;box-shadow:0 14px 34px #00000038}.mz-store .loc-group{border:0;margin:0 0 18px;padding:0}.mz-store .loc-group legend{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;padding:0;font-size:11px}.mz-store .loc-opt{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;align-items:center;gap:11px;padding:7px 0;font-size:13px;display:flex;position:relative}.mz-store .loc-opt input{opacity:0;width:1px;height:1px;position:absolute}.mz-store .loc-dot{border:1px solid var(--line-strong);border-radius:50%;flex:none;width:15px;height:15px;position:relative}.mz-store .loc-opt input:checked+.loc-dot{border-color:#111}.mz-store .loc-opt input:checked+.loc-dot:after{content:"";background:#111;border-radius:50%;position:absolute;inset:3px}.mz-store .loc-opt input:focus-visible+.loc-dot{outline-offset:2px;outline:2px solid #111}.mz-store .loc-apply{color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;width:100%;height:44px;transition:background .15s var(--ease);background:#111;border:0;font-family:inherit;font-size:12.5px;font-weight:600;display:block}.mz-store .loc-apply:hover{background:#333}.mz-store .loc-block{margin-top:10px}.mz-store .loc-block .loc-panel{min-width:0;color:inherit;box-shadow:none;background:0 0;padding:14px 0 0;position:static}@media (width<=999px){.mz-store{--gut:20px;--header-h:58px}.mz-store .hdr-top{grid-gap:12px;grid-template-columns:auto minmax(0,1fr) auto;height:58px;padding:0 18px;display:grid}.mz-store .hdr-logo{min-width:0;display:block}.mz-store .hdr-logo svg{width:100%;max-width:195px;height:auto}.mz-store .hdr-icons{justify-self:end}.mz-store .hdr-icons .favorites{display:none}.mz-store .hdr-burger{align-items:center;display:flex}.mz-store .hdr-lead .loc{display:none}.mz-store .wordmark .mk{letter-spacing:.28em;padding-left:.28em;font-size:21px}.mz-store .wordmark .zr{font-size:8px}.mz-store .site-nav{display:none}.mz-store .hdr-icons{gap:18px}.mz-store .hdr-cart-amt{display:none}.mz-store .hdr-icons svg{width:20px;height:20px}}@media (width<=400px){.mz-store .hdr-top{grid-gap:8px;padding:0 14px}.mz-store .hdr-icons{gap:14px}}.mz-store .m-drawer{z-index:80;visibility:hidden;transition:visibility 0s linear .42s;position:fixed;inset:0}.mz-store .m-drawer.open{visibility:visible;transition-delay:0s}.mz-store .m-drawer .scrim{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity .42s var(--ease);background:#0606068c;position:absolute;inset:0}.mz-store .m-drawer.open .scrim{opacity:1}.mz-store .m-drawer .panel{color:#fff;width:min(88vw,380px);padding:20px 26px calc(26px + env(safe-area-inset-bottom,0px));overscroll-behavior:contain;background:#060606;flex-direction:column;transition:transform .42s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0 auto 0 0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 70px #000000a6}.mz-store .m-drawer.open .panel{transform:translate(0)}.mz-store .m-drawer .panel:after{content:"";pointer-events:none;background:linear-gradient(#d8d2c600 0%,#d8d2c66b 38%,#d8d2c600 100%);width:1px;position:absolute;inset:0 0 0 auto}.mz-store .m-drawer .m-head{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding-bottom:22px;display:flex}.mz-store .m-drawer .m-head .x{color:#ffffffa6;transition:color .15s var(--ease);background:0 0;border:0;flex:none;margin-right:-4px;padding:4px;display:flex}.mz-store .m-drawer .m-head .x:hover{color:#fff}.mz-store .m-drawer .m-nav{flex-direction:column;display:flex}.mz-store .m-drawer .m-nav a{letter-spacing:.14em;text-transform:uppercase;color:#efefef;opacity:0;transition:opacity .4s var(--ease), transform .5s cubic-bezier(.22, 1, .36, 1), color .15s var(--ease);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:14px;padding:19px 0;font-size:15px;display:flex;transform:translate(-16px)}.mz-store .m-drawer.open .m-nav a{opacity:1;transition-delay:calc(.1s + var(--i) * 45ms);transform:none}.mz-store .m-drawer .m-nav a svg{opacity:.3;transition:opacity .25s var(--ease), transform .25s var(--ease);flex:none}.mz-store .m-drawer .m-nav a:hover,.mz-store .m-drawer .m-nav a[aria-current=page]{color:#fff}.mz-store .m-drawer .m-nav a:hover svg,.mz-store .m-drawer .m-nav a[aria-current=page] svg{opacity:.9;transform:translate(4px)}.mz-store .m-drawer .m-nav a.nav-offers{color:#ff86b6}.mz-store .m-drawer .m-foot{opacity:0;transition:opacity .4s var(--ease), transform .45s cubic-bezier(.22, 1, .36, 1);margin-top:auto;padding-top:30px;transform:translateY(12px)}.mz-store .m-drawer.open .m-foot{opacity:1;transition-delay:calc(.1s + var(--i) * 45ms);transform:none}.mz-store .m-drawer .m-tag{font-family:var(--serif);color:#ffffff6b;margin:20px 0 0;font-size:16px;font-style:italic;line-height:1.5}.mz-store .m-drawer .loc-block .loc-btn{color:#ffffff9e;padding:0}.mz-store .m-drawer .loc-block .loc-group legend{color:#ffffff6b}.mz-store .m-drawer .loc-block .loc-opt{color:#ffffffbf}.mz-store .m-drawer .loc-block .loc-dot{border-color:#ffffff6b}.mz-store .m-drawer .loc-block .loc-opt input:checked+.loc-dot{border-color:#fff}.mz-store .m-drawer .loc-block .loc-opt input:checked+.loc-dot:after{background:#fff}.mz-store .m-drawer .loc-block .loc-opt input:focus-visible+.loc-dot{outline-color:#fff}.mz-store .m-drawer .loc-block .loc-apply{color:#111;background:#fff}.mz-store .m-drawer .loc-block .loc-apply:hover{background:#ffffffd9}@media (prefers-reduced-motion:reduce){.mz-store .m-drawer,.mz-store .m-drawer .scrim,.mz-store .m-drawer .panel,.mz-store .m-drawer .m-nav a,.mz-store .m-drawer .m-foot{transition-duration:.01ms;transition-delay:0s}}.mz-store .site-footer{color:#cfcfcf;background:#000;margin-top:0}.mz-store .footer-news .wrap{text-align:center;padding-top:calc(49 * var(--px));padding-bottom:calc(49 * var(--px));flex-direction:column;align-items:center;display:flex}.mz-store .footer-news .fn-eyebrow{font-size:calc(16 * var(--px));letter-spacing:.08em;text-transform:uppercase;color:#fff}.mz-store .footer-news h3{font-family:var(--serif);letter-spacing:-.011em;text-transform:uppercase;color:#fff;margin:calc(21 * var(--px)) 0 0;max-width:calc(661 * var(--px));font-size:clamp(26px,2.7778vw,53.3333px);font-weight:500;line-height:1.2}.mz-store .footer-news .fn-consent{margin:calc(45 * var(--px)) 0 0;max-width:calc(478 * var(--px));font-size:calc(10 * var(--px));color:#fff;font-weight:300;line-height:1.4}.mz-store .footer-news .fn-consent a{color:inherit;text-underline-offset:2px;text-decoration:underline}.mz-store .news-form{margin-top:calc(30 * var(--px));width:min(100%, calc(571 * var(--px)));border:1px solid #3a3a3a;display:flex}.mz-store .news-form input{color:#fff;min-width:0;padding:calc(17 * var(--px)) calc(16 * var(--px));background:0 0;border:0;outline:none;flex:1;font-size:14.5px}.mz-store .news-form input::placeholder{color:#8a8a8a}.mz-store .news-form button{color:#000;padding:0 calc(26 * var(--px));letter-spacing:.1em;text-transform:uppercase;background:#fff;border:0;font-size:13px;font-weight:600}.mz-store .news-sent{margin:calc(30 * var(--px)) 0 0;color:#fff;font-size:14px;line-height:1.6}.mz-store .news-error{color:#ff9f9f;margin:10px 0 0;font-size:13px}.mz-store .news-form button:disabled{opacity:.6;cursor:default}.mz-store .footer-cols .wrap{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:56px;padding-bottom:48px;display:grid}@media (width<=760px){.mz-store .footer-cols .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.mz-store .footer-brand .wordmark{align-items:flex-start}.mz-store .footer-brand p{color:#8f8f8f;max-width:280px;margin:18px 0 0;font-size:14px}.mz-store .footer-col h4{letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:18px;font-size:12px}.mz-store .footer-col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.mz-store .footer-col a{color:#9a9a9a;transition:color .15s var(--ease);font-size:14.5px}.mz-store .footer-col a:hover{color:#fff}.mz-store .footer-bar{border-top:1px solid #1c1c1c}.mz-store .footer-bar .wrap{padding:24px var(--gut);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.mz-store .footer-bar small{color:#7c7c7c;font-size:13px}.mz-store .footer-bar .legal-links{flex-wrap:wrap;gap:8px 18px;display:flex}.mz-store .footer-bar .legal-links a{color:#9a9a9a;transition:color .15s var(--ease);font-size:13px}.mz-store .footer-bar .legal-links a:hover{color:#fff}.mz-store .pay{flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mz-store .pay img{height:auto;display:block}.mz-store .btn{font-family:var(--sans);height:54px;transition:background .15s var(--ease), color .15s var(--ease), transform 50ms var(--ease);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:15px;font-weight:600;display:inline-flex}.mz-store .btn:active{transform:translateY(.5px)}.mz-store .btn-dark{color:#fff;background:#000}.mz-store .btn-dark:hover{background:#222}.mz-store .btn-outline{color:#000;background:#fff;border-color:#000}.mz-store .btn-outline:hover{color:#fff;background:#000}.mz-store .btn-light{color:#000;background:#fff}.mz-store .btn-light:hover{background:#e6e6e6}.mz-store .btn-ghost-light{color:#fff;background:0 0;border-color:#555}.mz-store .btn-ghost-light:hover{border-color:#fff}.mz-store .btn-block{width:100%}.mz-store .btn-lg{height:58px;font-size:16px}.mz-store .btn[disabled]{opacity:.5;cursor:not-allowed}.mz-store .tag-offers{color:#111;white-space:nowrap;background:#d7f1ed;border:0;align-items:center;gap:4px;padding:4px 12px;font-size:13px;font-weight:600;line-height:1.6;display:inline-flex}.mz-store .tag-offers svg{flex:none}.mz-store .stars{color:#111;align-items:center;gap:2px;display:inline-flex}.mz-store .stars svg{width:15px;height:15px}.mz-store .rating-meta{color:#111;white-space:nowrap;margin-left:6px;font-size:14px;font-weight:600}.mz-store .rating-count{color:var(--muted);font-weight:400}.mz-store .crumb{color:var(--muted);align-items:center;gap:8px;font-size:13.5px;display:flex}.mz-store .crumb a:hover{color:#000}.mz-store .crumb .sep{color:var(--muted-2)}.mz-store .crumb .cur{color:#111}.mz-store .price{letter-spacing:-.01em;color:#111;font-variant-numeric:tabular-nums;font-size:30px;font-weight:600}.mz-store .price-block{flex-direction:column;gap:8px;display:flex}.mz-store .launch-badge{background:var(--green,#1f6b4f);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;align-self:flex-start;align-items:center;padding:5px 11px;font-size:12px;font-weight:700;display:inline-flex}.mz-store .price-row{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.mz-store .price-rrp{font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;display:inline-flex}.mz-store .price-rrp .rrp-label{letter-spacing:.04em;color:var(--muted-2);text-transform:uppercase;font-size:12px;font-weight:600}.mz-store .price-rrp s{color:var(--muted-2);font-size:18px;font-weight:400}.mz-store .price-save{color:#bc005c;font-variant-numeric:tabular-nums;flex-wrap:wrap;align-self:flex-start;align-items:baseline;gap:8px;font-size:16px;font-weight:600;display:flex}.mz-store .price-save .save-sep{color:#e4a6c2}.mz-store .avail{color:var(--green);font-weight:600}.mz-store .divider{background:var(--line);border:0;height:1px;margin:0}.mz-store :focus-visible{outline-offset:2px;outline:2px solid #000}.mz-store .section{padding-block:84px}.mz-store .section.tight{padding-block:56px}@media (width<=640px){.mz-store .section{padding-block:44px}.mz-store .section.tight{padding-block:32px}}.mz-store .sec-head{margin-bottom:40px}.mz-store .sec-head .eyebrow{margin-bottom:12px;display:block}.mz-store .sec-head h2{font-family:var(--serif);color:#111;letter-spacing:.005em;font-size:clamp(30px,3.1944vw,61.3333px);font-weight:600}.mz-store .sec-head .lead{color:var(--muted);max-width:54ch;margin-top:14px;font-size:16.5px}.mz-store .sec-head.row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.mz-store .link-more{letter-spacing:.04em;color:#111;border-bottom:1.5px solid #111;padding-bottom:3px;font-size:14px;font-weight:600}.mz-store .link-more:hover{opacity:.6}.mz-store .ul-link{letter-spacing:.1em;text-transform:uppercase;color:inherit;text-underline-offset:5px;transition:opacity .15s var(--ease);font-size:14px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.mz-store .ul-link:hover{opacity:.62}.mz-store .shopby{max-width:1920px;margin-inline:auto}@media (width>=1000px){.mz-store .home-hero,.mz-store .rail,.mz-store .ed-rows,.mz-store .gift-bleed,.mz-store .feature,.mz-store .duo,.mz-store .vision{--gut:calc(24 * var(--px))}}.mz-store .home-hero{color:#fff;background:#000;width:100%;height:clamp(460px,61.1111vw,1173.33px);position:relative;overflow:hidden}@media (width<=999px){.mz-store .home-hero{height:calc(100svh - var(--chrome-h,var(--header-h)))}}.mz-store .home-hero .hh-media{position:absolute;inset:0}.mz-store .home-hero .hh-media img,.mz-store .home-hero .hh-media video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mz-store .home-hero:after{content:"";z-index:1;background:linear-gradient(#0a0a0a80 0%,#0a0a0a1f 35%,#0a0a0ab8 100%);position:absolute;inset:0}.mz-store .home-hero .hh-copy{z-index:2;left:var(--gut);right:var(--gut);flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:absolute;bottom:clamp(40px,5.9722vw,114.667px)}.mz-store .home-hero h1{font-family:var(--serif);letter-spacing:-.008em;text-transform:uppercase;margin:0;font-size:clamp(34px,3.6111vw,69.3333px);font-weight:500;line-height:1.2}.mz-store .rail{background:#fff;padding-top:clamp(26px,2.9167vw,56px)}.mz-store .rail-head{justify-content:space-between;align-items:center;gap:24px;display:flex}@media (width<=640px){.mz-store .rail-head{gap:16px}}.mz-store .rail-tabs{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:24px;min-width:0;display:flex;overflow-x:auto}.mz-store .rail-tabs::-webkit-scrollbar{display:none}.mz-store .rail-tabs button{letter-spacing:.18em;text-transform:uppercase;color:#111;opacity:.5;transition:opacity .15s var(--ease), border-color .15s var(--ease);background:0 0;border:0;border-bottom:1px solid #0000;flex:none;padding:3px 0 2px;font-size:14px;font-weight:500}.mz-store .rail-tabs button:hover{opacity:.8}.mz-store .rail-tabs button.on{opacity:1;border-bottom-color:#111}.mz-store .rail-head .ul-link{letter-spacing:.18em;flex:none}.mz-store .rail-grid{scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:clamp(34px,5.0694vw,97.333px);margin-inline:calc(var(--gut) * -1);padding-inline:var(--gut);gap:18px;scroll-padding-inline-start:var(--gut);display:flex;overflow-x:auto}.mz-store .rail-grid::-webkit-scrollbar{display:none}.mz-store .rail-grid>*{scroll-snap-align:start;flex:0 0 64%}@media (width>=560px){.mz-store .rail-grid>*{flex-basis:42%}}@media (width>=720px){.mz-store .rail-grid{gap:28px}.mz-store .rail-grid>*{flex-basis:calc(33.3333% - 18.6667px)}}@media (width>=1000px){.mz-store .rail-grid{gap:calc(30 * var(--px)) 0;scroll-snap-type:none;grid-template-columns:repeat(4,minmax(0,1fr));margin-inline:0;padding-inline:0;display:grid;overflow-x:visible}}.mz-store .rail-grid .pcard .pc-media{width:73.5294%;min-height:0;margin-inline:auto;overflow:visible}.mz-store .rail-grid .pcard .pc-imglink{overflow:hidden}.mz-store .rail-grid .pcard .pc-tag-offer{top:100%;left:50%;transform:translate(-50%,calc(3px - 50%))}.mz-store .rail-grid .pcard .pc-tag-low.has-offer{top:12px;left:12px}.mz-store .rail-grid .pcard .pc-body{text-align:center;padding:28px 12px 0}.mz-store .rail-grid .pcard .pc-name{font-family:var(--serif);letter-spacing:.095em;text-transform:uppercase;font-size:20px;font-weight:600}.mz-store .rail-grid .pcard .pc-sub{letter-spacing:.18em;text-transform:uppercase;color:#111;margin-top:11px;font-size:14px;font-weight:400}.mz-store .rail-grid .pcard .pc-foot{flex-direction:column;align-items:center;gap:17px;margin-top:17px}.mz-store .rail-grid .pcard .pc-price{letter-spacing:.18em;text-transform:uppercase;font-size:14px;font-weight:600}.mz-store .rail-grid .pcard .pc-price .pc-from{color:#111;letter-spacing:.07em;margin-right:5px}.mz-store .rail-grid .pcard .pc-rate{color:var(--muted-2)}.mz-store .rail-grid .pcard .pc-save{margin-inline:auto}@media (width<=640px){.mz-store .rail-grid .pcard .pc-body{padding:20px 6px 0}.mz-store .rail-grid .pcard .pc-name{letter-spacing:.08em;font-size:17px}.mz-store .rail-grid .pcard .pc-sub{letter-spacing:.12em;margin-top:8px;font-size:11.5px}.mz-store .rail-grid .pcard .pc-foot{gap:12px;margin-top:12px}.mz-store .rail-grid .pcard .pc-price{letter-spacing:.12em;font-size:12px}}.mz-store .offer-banner{background:var(--mint);border-top:1px solid var(--mint-line);border-bottom:1px solid var(--mint-line)}.mz-store .offer-banner .wrap{padding:18px var(--gut);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.mz-store .offer-banner .ot{color:#13402f;font-size:15.5px}.mz-store .offer-banner .ot b{font-weight:700}.mz-store .offer-banner .code{color:#0f3a28;letter-spacing:.04em;background:#fff;border:1px dashed #6cbf9f;padding:5px 12px;font-weight:700}.mz-store .pgrid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}@media (width>=560px){.mz-store .pgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=760px){.mz-store .pgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}}@media (width>=1000px){.mz-store .pgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}}.mz-store .pcard{background:#fff;border:1px solid #0000;flex-direction:column;display:flex;position:relative}.mz-store .pcard .pc-media{aspect-ratio:1;background:var(--surface);position:relative;overflow:hidden}.mz-store .pcard .pc-imglink{width:100%;height:100%;display:block}.mz-store .pcard .pc-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.mz-store .pcard:hover .pc-media img{transform:scale(1.04)}.mz-store .pcard .pc-actions{opacity:0;pointer-events:none;transition:opacity .22s var(--ease), transform .22s var(--ease);z-index:2;background:#fff;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%,14px);box-shadow:0 8px 24px #00000024}.mz-store .pcard:hover .pc-actions{opacity:1;pointer-events:auto;transform:translate(-50%)}.mz-store .pcard .pc-act{color:#111;border:0;border-right:1px solid var(--line);cursor:pointer;width:46px;height:46px;transition:background .15s var(--ease), color .15s var(--ease);background:#fff;justify-content:center;align-items:center;display:flex}.mz-store .pcard .pc-actions>:last-child{border-right:0}.mz-store .pcard .pc-act:hover{color:#fff;background:#000}.mz-store .pcard .pc-act.on{color:var(--red)}.mz-store .pcard .pc-act.on:hover{background:var(--red);color:#fff}.mz-store .pcard .pc-tag{z-index:3;background:var(--mint);color:var(--green-deep);border:1px solid var(--mint-line);letter-spacing:.02em;padding:4px 9px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.mz-store .pcard .pc-tag-offer{color:#111;letter-spacing:.1em;text-transform:uppercase;background:#9bdcd2;border:0;align-items:center;gap:3px;padding:4px 7px;font-size:12px;font-style:italic;font-weight:400;line-height:1.25;display:flex;top:0;left:0}.mz-store .pcard .pc-tag-offer svg{flex:none}.mz-store .pcard .pc-tag-low{color:#9a5b12;background:#fdf0e3;border-color:#f0d3ae}.mz-store .pcard .pc-tag-low.has-offer{top:24px;left:0}.mz-store .pcard .pc-tag-soon{background:var(--ink);color:#fff;border-color:var(--ink);text-transform:uppercase;letter-spacing:.08em}.mz-store .pcard .pc-body{color:inherit;padding:16px 12px 14px;text-decoration:none;display:block}.mz-store .pcard .pc-name{color:#111;font-size:16.5px;font-weight:600}.mz-store .pcard .pc-sub{color:var(--muted);margin-top:3px;font-size:13.5px}.mz-store .pcard .pc-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.mz-store .pcard .pc-price{color:#111;font-variant-numeric:tabular-nums;font-weight:600}.mz-store .pcard .pc-price s{color:var(--muted-2);margin-right:0;font-size:13px;font-weight:400;line-height:1.2;display:block}.mz-store .pcard .pc-price .on-offer{color:var(--green-deep,#14503a)}.mz-store .pcard .pc-price .pc-from{color:var(--muted-2);margin-right:4px;font-weight:400}.mz-store .pcard .pc-save{background:var(--mint);color:var(--green-deep,#14503a);border:1px solid var(--mint-line);margin-top:8px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-block}.mz-store .pcard .pc-rate{color:var(--muted);align-items:center;gap:5px;font-size:12.5px;display:flex}.mz-store .pcard .pc-rate>svg{fill:#111;width:13px;height:13px}.mz-store .pcard .pc-rate .mz-stars{letter-spacing:0;font-size:13px}.mz-store .pcard .pc-rate .pc-rate-count{opacity:.75;margin-left:-1px}.mz-store .tiles{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=760px){.mz-store .tiles{grid-template-columns:repeat(3,1fr);gap:22px}}.mz-store .tile{aspect-ratio:4/5;color:#fff;background:#111;align-items:flex-end;display:flex;position:relative;overflow:hidden}.mz-store .tile img{object-fit:cover;opacity:.78;width:100%;height:100%;transition:transform .6s var(--ease), opacity .3s var(--ease);position:absolute;inset:0}.mz-store .tile:hover img{opacity:.66;transform:scale(1.05)}.mz-store .tile .tile-in{z-index:1;padding:28px;position:relative}.mz-store .tile .tile-in h3{font-family:var(--serif);font-size:28px;font-weight:600}.mz-store .tile .tile-in span{letter-spacing:.06em;border-bottom:1px solid #fff9;padding-bottom:3px;font-size:13px}.mz-store .tile:after{content:"";background:linear-gradient(#0000 45%,#0009);position:absolute;inset:0}.mz-store .editorial{background:#fff}.mz-store .editorial .wrap{padding:clamp(90px, 13vw, 249.6px) var(--gut);text-align:center}.mz-store .editorial .rule{background:var(--line-strong);width:1px;height:58px;margin:0 auto 44px}.mz-store .editorial blockquote{font-family:var(--serif);color:#1a1a1a;max-width:29ch;margin:0 auto 38px;font-size:clamp(30px,5.2vw,99.84px);font-style:italic;font-weight:500;line-height:1.12}.mz-store .editorial .ed-body{max-width:80ch;margin:0 auto}.mz-store .editorial .ed-body p{color:var(--muted);margin:0 0 16px;font-size:16.5px;line-height:1.8}.mz-store .editorial .ed-body .link-more{margin-top:12px;display:inline-block}.mz-store .shopby{gap:calc(5 * var(--px));padding:clamp(56px, 7.2222vw, 138.667px) calc(20 * var(--px)) 0;background:#fff;grid-template-columns:minmax(0,1fr);display:grid}@media (width>=1000px){.mz-store .shopby{grid-template-columns:repeat(4,minmax(0,1fr))}}.mz-store .shopby .sb-card{color:inherit;display:block}.mz-store .shopby .sb-media{aspect-ratio:346/291;background:var(--surface);display:block;position:relative;overflow:hidden}.mz-store .shopby .sb-media img{object-fit:cover;width:100%;height:100%;transition:transform 1.3s var(--ease);position:absolute;inset:0}.mz-store .shopby .sb-card:hover .sb-media img{transform:scale(1.04)}.mz-store .shopby .sb-foot{justify-content:space-between;align-items:center;gap:calc(16 * var(--px));padding:calc(20 * var(--px)) calc(16 * var(--px));display:flex}.mz-store .shopby .sb-name{letter-spacing:.08em;text-transform:uppercase;color:#000;font-size:16px;font-weight:400}@media (width<=640px){.mz-store .shopby .sb-foot{padding:16px 4px 4px}.mz-store .shopby .sb-name{font-size:14px}.mz-store .shopby .sb-foot .ul-link{font-size:12px}}.mz-store .ed-rows{max-width:var(--maxw);padding:clamp(56px, 7.1528vw, 137.333px) var(--gut) 0;flex-direction:column;gap:clamp(40px,6.7361vw,129.333px);margin:0 auto;display:flex}.mz-store .ed-row{grid-template-columns:minmax(0,1fr);align-items:center;gap:24px;display:grid}.mz-store .ed-row .er-copy{flex-direction:column;align-items:flex-start;display:flex}.mz-store .ed-row h2{font-family:var(--serif);letter-spacing:-.009em;text-transform:uppercase;font-size:clamp(30px,3.3333vw,64px);font-weight:500;line-height:1.2}.mz-store .ed-row p{color:#111;max-width:46ch;margin:20px 0 34px;font-size:15px;font-weight:300;line-height:1.7667}.mz-store .ed-row .ul-link{letter-spacing:.2em}.mz-store .ed-row .er-pic{aspect-ratio:733/412;background:var(--surface);order:-1;display:block;position:relative;overflow:hidden}.mz-store .ed-row .er-pic img{object-fit:cover;width:100%;height:100%;transition:transform 1.3s var(--ease)}.mz-store .ed-row:hover .er-pic img{transform:scale(1.03)}@media (width<=640px){.mz-store .ed-row .er-pic{aspect-ratio:350/294;margin-inline:6px}}@media (width>=900px){.mz-store .ed-row{gap:calc(45 * var(--px));grid-template-columns:43fr 54fr}.mz-store .ed-row .er-pic{order:0}.mz-store .ed-row p{margin:30px 0 51px}.mz-store .ed-row.flip{grid-template-columns:54fr 43fr}.mz-store .ed-row.flip .er-pic{order:1}.mz-store .ed-row.flip .er-copy{text-align:center;order:2;align-items:center}}.mz-store .ed-row .er-pic .er-sign{z-index:2;pointer-events:none;transition:transform 1.3s var(--ease);transform-origin:100% 100%;position:absolute;bottom:5.8%;right:3.3%;width:19.6%!important;height:auto!important}.mz-store .ed-row:hover .er-pic .er-sign{transform:scale(1.03)}.mz-store .gift-bleed{width:min(100% - 2 * var(--gut), calc(1392 * var(--px)));margin-inline:auto;aspect-ratio:1392/655;background:var(--surface);color:#fff;margin-top:clamp(48px,6.5972vw,126.667px);display:block;position:relative;overflow:hidden}@media (width<=700px){.mz-store .gift-bleed{aspect-ratio:3/4}}.mz-store .gift-bleed img{object-fit:cover;width:100%;height:100%;transition:transform 1.3s var(--ease);position:absolute;inset:0}.mz-store .gift-bleed:hover img{transform:scale(1.03)}.mz-store .gift-bleed:after{content:"";z-index:1;background:linear-gradient(#0000 0%,#0000001a 100%);position:absolute;inset:0}@media (width<=700px){.mz-store .gift-bleed:after{background:linear-gradient(#0000 48.208%,#000000e6 100%)}}.mz-store .gift-bleed .gb-copy{z-index:2;left:calc(53 * var(--px));right:calc(53 * var(--px));bottom:calc(46 * var(--px));flex-direction:column;align-items:flex-start;display:flex;position:absolute}@media (width<=700px){.mz-store .gift-bleed .gb-copy{bottom:38px;left:25px;right:25px}}.mz-store .gift-bleed h2{max-width:calc(279 * var(--px));font-family:var(--serif);letter-spacing:-.0083em;text-transform:uppercase;margin:0;font-size:clamp(30px,3.6111vw,69.333px);font-weight:500;line-height:1.2}.mz-store .gift-bleed p{max-width:calc(337 * var(--px));margin:calc(13 * var(--px)) 0 0;font-size:15px;font-weight:300;line-height:1.5}.mz-store .gift-bleed .gb-cta{margin-top:calc(27 * var(--px));letter-spacing:.0875em;text-transform:uppercase;font-size:16px;font-weight:500}.mz-store .gift-bleed:hover .gb-cta{text-underline-offset:5px;text-decoration:underline;text-decoration-thickness:1px}.mz-store .feature{width:min(100% - 2 * var(--gut), calc(1392 * var(--px)));text-align:center;flex-direction:column;align-items:center;margin-inline:auto;padding-top:clamp(64px,7.2222vw,138.667px);display:flex}.mz-store .feature .ft-head{align-items:center;gap:calc(24 * var(--px));max-width:calc(1032 * var(--px));flex-direction:column;display:flex}.mz-store .feature .ft-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#111;font-size:14px;font-weight:400}.mz-store .feature h2{font-family:var(--serif);letter-spacing:-.009em;text-transform:uppercase;margin:0;font-size:clamp(30px,3.3333vw,64px);font-weight:500;line-height:1.2}.mz-store .feature p{color:#111;margin:0;font-size:15px;font-weight:300;line-height:2}.mz-store .feature .ft-pics{scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:clamp(34px,4.5139vw,86.667px);margin-inline:calc(var(--gut) * -1);padding-inline:var(--gut);align-self:stretch;gap:14px;scroll-padding-inline-start:var(--gut);display:flex;overflow-x:auto}.mz-store .feature .ft-pics::-webkit-scrollbar{display:none}.mz-store .feature .ft-pic{scroll-snap-align:start;aspect-ratio:456/658;background:var(--surface);flex:0 0 78%;overflow:hidden}.mz-store .feature .ft-pic img{object-fit:cover;width:100%;height:100%}@media (width>=900px){.mz-store .feature .ft-pics{gap:calc(12 * var(--px));scroll-snap-type:none;grid-template-columns:repeat(3,minmax(0,1fr));margin-inline:0;padding-inline:0;display:grid;overflow-x:visible}}.mz-store .feature>.ul-link{letter-spacing:.2em;margin-top:clamp(26px,3.6806vw,70.667px)}.mz-store .duo{padding-top:clamp(48px,9.2361vw,177.333px);padding-inline:var(--gut)}@media (width<=999px){.mz-store .duo{gap:15px}}.mz-store .duo .sb-media{aspect-ratio:862/488}@media (width>=1000px){.mz-store .duo{grid-template-columns:minmax(0,6.2fr) minmax(0,3.8fr)}.mz-store .duo .sb-card:last-child .sb-media{aspect-ratio:524/488}}.mz-store .vision{width:min(100% - 2 * var(--gut), calc(1392 * var(--px)));text-align:center;align-items:center;gap:calc(18 * var(--px));flex-direction:column;margin-inline:auto;padding:clamp(64px,7.2222vw,138.667px) 0 clamp(64px,7.6389vw,146.667px);display:flex}@media (width<=640px){.mz-store .vision{gap:28px}}.mz-store .vision h2{font-family:var(--serif);letter-spacing:-.009em;text-transform:uppercase;max-width:calc(752 * var(--px));margin:0;font-size:clamp(30px,3.3333vw,64px);font-weight:500;line-height:1.2}.mz-store .vision p{max-width:calc(752 * var(--px));color:#111;margin:0 0 2px;font-size:15px;font-weight:300;line-height:2}.mz-store .vision .vs-mark{width:clamp(72px,6.9444vw,133.333px);height:auto;color:var(--ink)}.mz-store .vision .vs-pic{aspect-ratio:1392/811;background:var(--surface);align-self:stretch;overflow:hidden}.mz-store .vision .vs-pic img{object-fit:cover;width:100%;height:100%}.mz-store .usp{width:min(100% - 2 * var(--gut), calc(1177 * var(--px)));grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px;margin-inline:auto;padding-bottom:clamp(48px,5.4167vw,104px);list-style:none;display:grid}@media (width>=700px){.mz-store .usp{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1000px){.mz-store .usp{gap:calc(95 * var(--px));grid-template-columns:repeat(6,minmax(0,1fr))}}.mz-store .usp li{align-items:center;gap:calc(20 * var(--px));text-align:center;color:var(--ink);flex-direction:column;display:flex}.mz-store .usp span{letter-spacing:.2em;text-transform:uppercase;font-size:14px;font-weight:600}@media (width<=640px){.mz-store .usp li svg{width:36px;height:36px}.mz-store .usp span{letter-spacing:.16em;font-size:12px}}.mz-store .page-hero{color:#fff;text-align:center;padding:88px var(--gut) 84px;background:#000;position:relative;overflow:hidden}.mz-store .page-hero.has-image{padding:540px var(--gut) 130px;background-image:var(--hero-img);background-position:50%;background-size:cover}.mz-store .page-hero.has-image:after{content:"";z-index:1;background:linear-gradient(#0a0a0a8c 0%,#0a0a0a40 40%,#0a0a0ab3 100%);position:absolute;inset:0}.mz-store .page-hero.has-image>*{z-index:2;position:relative}.mz-store .page-hero .eyebrow{color:#9a9a9a}.mz-store .page-hero.has-image .eyebrow{color:#d8d2c6}.mz-store .page-hero h1{font-family:var(--serif);letter-spacing:.01em;margin:16px 0 0;font-size:clamp(38px,4.7222vw,90.6667px);font-weight:600}.mz-store .page-hero p{color:#c4c4c4;max-width:56ch;margin:20px auto 0;font-size:17px}@media (width<=640px){.mz-store .page-hero{padding:48px var(--gut) 40px}.mz-store .page-hero.has-image{padding:88px var(--gut) 76px}.mz-store .page-hero h1{margin-top:12px}.mz-store .page-hero p{margin-top:14px;font-size:15px}}.mz-store .listing-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px;display:flex}.mz-store .chips{flex-wrap:wrap;gap:10px;display:flex}.mz-store .chip{border:1px solid var(--line-strong);color:#333;transition:.15s var(--ease);background:#fff;padding:9px 18px;font-size:14px;font-weight:500}.mz-store .chip:hover{border-color:#111}.mz-store .chip.active{color:#fff;background:#000;border-color:#000}.mz-store .sortbar{color:var(--muted);align-items:center;gap:12px;font-size:14px;display:flex}.mz-store .sortbar select{appearance:none;border:1px solid var(--line-strong);font-family:var(--sans);background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") right 12px center no-repeat;padding:9px 34px 9px 14px;font-size:14px}.mz-store .shop-layout{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=900px){.mz-store .shop-layout{grid-template-columns:232px minmax(0,1fr);gap:40px}}.mz-store .shop-side{flex-direction:column;gap:26px;display:flex}.mz-store .side-widget{border:1px solid var(--line);padding:18px 18px 20px}.mz-store .side-widget h3{font-family:var(--serif);color:#111;margin:0 0 12px;font-size:18px;font-weight:600}.mz-store .side-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.mz-store .side-list a{color:#444;transition:color .15s var(--ease);align-items:baseline;gap:6px;font-size:14.5px;text-decoration:none;display:flex}.mz-store .side-list a:before{content:"";background:var(--line-strong);flex:0 0 5px;width:5px;height:5px;transform:translateY(-2px)}.mz-store .side-list a:hover{color:#111}.mz-store .side-list a.active{color:#111;font-weight:600}.mz-store .side-list a.active:before{background:var(--green)}.mz-store .side-list .cnt{color:var(--muted-2);font-size:13px}.mz-store .side-checks{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mz-store .side-checks label{color:#444;cursor:pointer;align-items:center;gap:9px;font-size:14.5px;display:flex}.mz-store .side-checks input{width:16px;height:16px;accent-color:var(--green);cursor:pointer}.mz-store .side-checks .cnt{color:var(--muted-2);font-size:13px}.mz-store .price-slider{padding:6px 2px 0}.mz-store .price-slider .ps-track{background:var(--line-strong);border-radius:2px;height:4px;position:relative}.mz-store .price-slider .ps-fill{background:#111;border-radius:2px;position:absolute;top:0;bottom:0}.mz-store .price-slider input[type=range]{appearance:none;pointer-events:none;background:0 0;width:100%;height:0;margin:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mz-store .price-slider input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:auto;background:#111;border:2px solid #fff;border-radius:50%;width:15px;height:15px;box-shadow:0 1px 4px #0000004d}.mz-store .price-slider input[type=range]::-moz-range-thumb{cursor:pointer;pointer-events:auto;background:#111;border:2px solid #fff;border-radius:50%;width:15px;height:15px}.mz-store .price-row{flex-wrap:wrap;justify-content:start;align-items:center;gap:10px;margin-top:16px;display:flex}.mz-store .price-val{color:#444;font-variant-numeric:tabular-nums;font-size:13px}.mz-store .price-btn{color:#111;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-size:13.5px;font-weight:600;text-decoration:underline}.mz-store .clear-filters{color:var(--muted);text-underline-offset:3px;font-size:13.5px;text-decoration:underline}.mz-store .shop-main{min-width:0}.mz-store .shop-bar{border:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;padding:12px 16px;display:flex}.mz-store .shop-bar-l{align-items:center;gap:16px;display:flex}.mz-store .view-toggle{gap:6px;display:flex}.mz-store .view-toggle button{border:1px solid var(--line-strong);color:#aaa;cursor:pointer;width:34px;height:34px;transition:.15s var(--ease);background:#fff;justify-content:center;align-items:center;display:flex}.mz-store .view-toggle button:hover{color:#111;border-color:#111}.mz-store .view-toggle button.active{color:#fff;background:#000;border-color:#000}.mz-store .shop-sort{appearance:none;border:1px solid var(--line-strong);font-family:var(--sans);background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") right 12px center no-repeat;padding:8px 34px 8px 14px;font-size:14px}.mz-store .shop-count{color:var(--muted);font-size:14px}.mz-store .filter-toggle,.mz-store .filter-head,.mz-store .filter-backdrop{display:none}@media (width<=899px){.mz-store .filter-toggle{border:1px solid var(--line-strong);color:#111;cursor:pointer;width:40px;height:40px;transition:.15s var(--ease);background:#fff;justify-content:center;align-items:center;display:inline-flex}.mz-store .filter-toggle:hover{border-color:#111}.mz-store .filter-toggle span,.mz-store .shop-bar .view-toggle,.mz-store .shop-count{display:none}.mz-store .filter-backdrop{opacity:0;pointer-events:none;transition:opacity .25s var(--ease);z-index:60;cursor:pointer;background:#0000006b;border:0;margin:0;padding:0;display:block;position:fixed;inset:0}.mz-store .shop-layout.filters-open .filter-backdrop{opacity:1;pointer-events:auto}.mz-store .shop-side{z-index:61;width:86%;max-width:340px;transition:transform .28s var(--ease);background:#fff;gap:22px;padding:0 18px 32px;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 40px #0000002e}.mz-store .shop-layout.filters-open .shop-side{transform:translate(0)}.mz-store .filter-head{z-index:1;border-bottom:1px solid var(--line);font-family:var(--serif);color:#111;background:#fff;justify-content:space-between;align-items:center;margin-bottom:2px;padding:16px 0;font-size:19px;font-weight:600;display:flex;position:sticky;top:0}.mz-store .filter-close{color:#111;cursor:pointer;background:0 0;border:0;padding:4px;display:flex}}@media (hover:none),(width<=640px){.mz-store .pcard .pc-actions{opacity:1;pointer-events:auto;transform:translate(-50%)}}@media (width>=640px){.mz-store .pgrid.list-view{grid-template-columns:minmax(0,1fr);gap:0}.mz-store .pgrid.list-view .pcard{border-color:var(--line);border-bottom:0;flex-direction:row;align-items:stretch}.mz-store .pgrid.list-view .pcard:after{content:none}.mz-store .pgrid.list-view .pcard:last-child{border-bottom:1px solid var(--line)}.mz-store .pgrid.list-view .pc-media{aspect-ratio:auto;flex:0 0 220px}.mz-store .pgrid.list-view .pc-body{flex-direction:column;justify-content:center;padding:24px 28px;display:flex}.mz-store .pgrid.list-view .pc-name{font-size:20px}}.mz-store .mz-prose{max-width:70ch}.mz-store .mz-prose h2{font-family:var(--serif);color:#111;margin:40px 0 14px;font-size:30px;font-weight:600}.mz-store .mz-prose p{color:var(--text);margin:0 0 18px;line-height:1.75}.mz-store .mz-prose .lead{color:#111;font-size:19px}.mz-store .mz-prose h3{font-family:var(--serif);color:#111;margin:30px 0 10px;font-size:22px;font-weight:600}.mz-store .mz-prose :where(h2,h3):first-child{margin-top:0}.mz-store .mz-prose :where(ul,ol){color:var(--text);margin:0 0 18px;padding-left:22px;line-height:1.75}.mz-store .mz-prose ul{list-style:outside}.mz-store .mz-prose ol{list-style:decimal}.mz-store .mz-prose li{margin:6px 0}.mz-store .mz-prose li>p{margin:0}.mz-store .mz-prose blockquote{border-left:2px solid var(--line);color:var(--muted);font-family:var(--serif);margin:0 0 18px;padding:4px 0 4px 20px;font-size:21px;line-height:1.6}.mz-store .mz-prose blockquote p:last-child{margin-bottom:0}.mz-store .mz-prose a{color:inherit;text-underline-offset:2px;text-decoration:underline}.mz-store .mz-prose a:hover{color:var(--muted)}.mz-store .mz-prose strong{color:#111;font-weight:600}.mz-store .mz-prose img{width:100%;height:auto;margin:28px 0;display:block}.mz-store .mz-prose hr{border:0;border-top:1px solid var(--line);margin:36px 0}.mz-store .mz-prose code{background:#f4f4f4;padding:1px 5px;font-size:.9em}.mz-store .cart-wrap{grid-template-columns:minmax(0,1fr);gap:40px;display:grid}@media (width>=920px){.mz-store .cart-wrap{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:64px}}.mz-store .cart-line{border-bottom:1px solid var(--line);grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px 0;display:grid}.mz-store .cart-line .cl-img{background:var(--surface);width:96px;height:112px;overflow:hidden}.mz-store .cart-line .cl-img img{object-fit:cover;width:100%;height:100%}.mz-store .cart-line .cl-name{color:#111;font-size:16.5px;font-weight:600}.mz-store .cart-line .cl-sub{color:var(--muted);margin-top:3px;font-size:13.5px}.mz-store .cart-line .cl-remove{color:var(--muted);text-underline-offset:2px;background:0 0;border:0;margin-top:10px;padding:0;font-size:13px;text-decoration:underline}.mz-store .cart-line .cl-remove:hover{color:#111}.mz-store .cart-line .cl-right{text-align:right;flex-direction:column;align-items:flex-end;gap:12px;display:flex}.mz-store .cart-line .cl-price{color:#111;font-variant-numeric:tabular-nums;font-weight:600}.mz-store .qstep{border:1px solid var(--line-strong);display:inline-flex}.mz-store .qstep button{color:#333;background:#fff;border:0;width:34px;height:36px;font-size:17px}.mz-store .qstep button:hover{background:var(--surface)}.mz-store .qstep span{border-left:1px solid var(--line-strong);border-right:1px solid var(--line-strong);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;width:40px;height:36px;display:flex}.mz-store .summary{background:var(--surface);padding:30px 28px}.mz-store .summary h3{letter-spacing:.14em;text-transform:uppercase;color:#111;margin-bottom:22px;font-size:13px}.mz-store .sum-row{color:var(--text);justify-content:space-between;padding:9px 0;font-size:15px;display:flex}.mz-store .sum-row.total{border-top:1px solid var(--line-strong);color:#111;margin-top:14px;padding-top:18px;font-size:19px;font-weight:600}.mz-store .sum-charge{border-top:1px solid var(--line);color:var(--muted);margin:12px 0 0;padding-top:12px;font-size:12.5px;line-height:1.55}.mz-store .promo{border:1px solid var(--line-strong);background:#fff;margin:22px 0;display:flex}.mz-store .promo input{min-width:0;font-family:var(--sans);background:0 0;border:0;outline:none;flex:1;padding:13px 14px;font-size:14px}.mz-store .promo button{color:#fff;letter-spacing:.08em;background:#111;border:0;padding:0 20px;font-size:12px;font-weight:600}.mz-store .cart-empty{text-align:center;padding:80px 0}.mz-store .cart-empty svg{color:var(--muted-2);margin-bottom:18px}.mz-store .cart-empty h2{font-family:var(--serif);color:#111;font-size:32px}.mz-store .cart-empty p{color:var(--muted);margin:10px 0 26px}.mz-store .steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:48px;display:flex}.mz-store .steps .st{color:var(--muted-2);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.mz-store .steps .st .n{border:1.5px solid var(--line-strong);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.mz-store .steps .st.active{color:#111}.mz-store .steps .st.active .n{color:#fff;background:#111;border-color:#111}.mz-store .steps .st.done .n{background:var(--green);border-color:var(--green);color:#fff}.mz-store .steps .bar{background:var(--line-strong);width:38px;height:1.5px}.mz-store .co-grid{grid-template-columns:minmax(0,1fr);gap:40px;display:grid}.mz-store .co-grid>.summary{order:-1}@media (width>=920px){.mz-store .co-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:64px}.mz-store .co-grid>.summary{order:0}}.mz-store .field{margin-bottom:18px}.mz-store .field label{color:#111;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.mz-store .field input,.mz-store .field select,.mz-store .field textarea{border:1px solid var(--line-strong);width:100%;font-family:var(--sans);transition:border-color .15s var(--ease);background:#fff;outline:none;padding:13px 14px;font-size:15px}.mz-store .field textarea{resize:vertical}.mz-store .field input:focus,.mz-store .field select:focus,.mz-store .field textarea:focus{border-color:#111}.mz-store .field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.mz-store .field input[aria-invalid=true],.mz-store .field select[aria-invalid=true],.mz-store .field textarea[aria-invalid=true]{background:snow;border-color:#b00020}.mz-store .field input[aria-invalid=true]:focus,.mz-store .field select[aria-invalid=true]:focus,.mz-store .field textarea[aria-invalid=true]:focus{border-color:#b00020}.mz-store .field-err,.mz-store .field-hint{margin-top:6px;font-size:12.5px;line-height:1.45;display:block}.mz-store .field-err{color:#b00020}.mz-store .field-hint{color:var(--muted)}.mz-store .form-alert{color:#8a1220;background:#fdf4f4;border:1px solid #f0c6c6;align-items:flex-start;gap:10px;margin:18px 0 0;padding:12px 14px;font-size:14px;line-height:1.5;display:flex}.mz-store .form-alert svg{flex:none;margin-top:2px}.mz-store .fieldset-h{letter-spacing:.14em;text-transform:uppercase;color:#111;border-bottom:1px solid var(--line);margin:32px 0 18px;padding-bottom:12px;font-size:13px}.mz-store .fieldset-h:first-child{margin-top:0}.mz-store .mini-line{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:14px 0;display:flex}.mz-store .mini-line .mi{background:var(--surface);flex:none;width:54px;height:64px;position:relative}.mz-store .mini-line .mi img{object-fit:cover;width:100%;height:100%}.mz-store .mini-line .mi .q{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.mz-store .mini-line .mn{flex:1;min-width:0;font-size:14px}.mz-store .mini-line .mn b{color:#111;font-weight:600;display:block}.mz-store .mini-line .mn span{color:var(--muted);font-size:13px}.mz-store .mini-line .mp{color:#111;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.mz-store .confirm{text-align:center;max-width:620px;margin:0 auto;padding:20px 0}.mz-store .confirm .check{background:var(--mint);border:1px solid var(--mint-line);width:72px;height:72px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 26px;display:flex}.mz-store .confirm h1{font-family:var(--serif);color:#111;font-size:42px;font-weight:600}.mz-store .confirm .lead{color:var(--muted);margin:14px 0 0;font-size:17px}.mz-store .confirm .order-box{text-align:left;border:1px solid var(--line);margin-top:38px}.mz-store .confirm .ob-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;padding:20px 24px;display:flex}.mz-store .confirm .ob-head div span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;display:block}.mz-store .confirm .ob-head div b{color:#111;font-size:16px}.mz-store .confirm .ob-body{padding:8px 24px 18px}.mz-store .ev{border-bottom:1px solid var(--line);grid-template-columns:120px 1fr auto;align-items:center;gap:24px;padding:28px 0;display:grid}.mz-store .ev .ev-date{text-align:center;border-right:1px solid var(--line);padding-right:24px}.mz-store .ev .ev-date .d{font-family:var(--serif);color:#111;font-size:38px;line-height:1}.mz-store .ev .ev-date .m{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:6px;font-size:12px}.mz-store .ev .ev-name{color:#111;font-size:20px;font-weight:600}.mz-store .ev .ev-meta{color:var(--muted);margin-top:6px;font-size:14px}@media (width<=620px){.mz-store .ev{grid-template-columns:90px 1fr}.mz-store .ev .btn{grid-column:2;justify-self:start}}.mz-store .shops-grid{grid-template-columns:1fr;gap:22px;display:grid}@media (width>=780px){.mz-store .shops-grid{grid-template-columns:1fr 1fr}}.mz-store .shop-card{border:1px solid var(--line)}.mz-store .shop-card .sc-img{aspect-ratio:16/9;background:var(--surface);overflow:hidden}.mz-store .shop-card .sc-img img{object-fit:cover;width:100%;height:100%}.mz-store .shop-card .sc-body{padding:24px 26px}.mz-store .shop-card h3{font-family:var(--serif);color:#111;font-size:24px}.mz-store .shop-card .sc-addr{color:var(--muted);margin-top:10px;font-size:14.5px;line-height:1.7}.mz-store .shop-card .sc-hours{color:#111;margin-top:14px;font-size:14px}.mz-store .mz-drawer{z-index:90;visibility:hidden;position:fixed;inset:0}.mz-store .mz-drawer.open{visibility:visible}.mz-store .mz-drawer .scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .3s var(--ease);background:#08080880;border:0;padding:0;position:absolute;inset:0}.mz-store .mz-drawer.open .scrim{opacity:1}.mz-store .mz-drawer .panel{width:min(92vw,430px);transition:transform .32s var(--ease);background:#fff;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-16px 0 40px #0000001f}.mz-store .mz-drawer.open .panel{transform:translate(0)}.mz-store .mz-drawer .dh{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px 26px;display:flex}.mz-store .mz-drawer .dh h3{font-family:var(--serif);color:#111;font-size:26px;font-weight:600}.mz-store .mz-drawer .dh .x{color:#111;background:0 0;border:0;padding:4px}.mz-store .mz-drawer .db{flex:1;padding:4px 26px;overflow-y:auto}.mz-store .mz-drawer .df{border-top:1px solid var(--line);background:var(--surface);padding:22px 26px}.mz-store .mz-drawer .df .sum-row.total{border:0;margin:0 0 6px;padding:0 0 14px}.mz-store .mz-drawer .df .muted-note{color:var(--muted);text-align:center;margin-top:12px;font-size:12.5px}.mz-store .mz-dline{border-bottom:1px solid var(--line);color:inherit;grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:18px 0;display:grid}.mz-store .mz-dline .di{background:var(--surface);width:64px;height:76px;overflow:hidden}.mz-store .mz-dline .di img{object-fit:cover;width:100%;height:100%}.mz-store .mz-dline .dn{color:#111;font-size:15px;font-weight:600}.mz-store .mz-dline .ds{color:var(--muted);margin-top:2px;font-size:13px}.mz-store .mz-dline .dp{color:#111;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.mz-store .mz-drawer-empty{text-align:center;color:var(--muted);padding:64px 0}.mz-store .mz-drawer-empty svg{color:var(--muted-2);margin-bottom:16px}.mz-store .mz-drawer-empty h4{font-family:var(--serif);color:#111;font-size:24px;font-weight:600}.mz-store .gcard-wrap{margin-top:26px}.mz-store .gcard-title{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-size:11px;font-weight:600}.mz-store .gcard{border:1px solid var(--line);width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;transition:border-color .2s var(--ease);background:0 0;align-items:center;gap:16px;padding:14px 16px;display:flex}.mz-store .gcard:hover{border-color:var(--line-strong)}.mz-store .gcard.is-todo,.mz-store .gcard.is-todo:hover{border-color:var(--ink)}.mz-store .gcard-thumbs{flex:none;gap:6px;display:flex}.mz-store .gcard-thumbs.is-off{opacity:.3;filter:grayscale()}.mz-store .gcard-thumb{background:var(--surface);width:40px;height:48px;display:block;overflow:hidden}.mz-store .gcard-thumb img{object-fit:contain;width:100%;height:100%}.mz-store .gcard-txt{flex:auto;min-width:0}.mz-store .gcard-state{font-family:var(--serif);color:#111;text-overflow:ellipsis;white-space:nowrap;font-size:19px;line-height:1.25;display:block;overflow:hidden}.mz-store .gcard-nudge{color:var(--muted);margin-top:2px;font-size:12.5px;display:block}.mz-store .gcard-cta{letter-spacing:.12em;text-transform:uppercase;color:#111;border-bottom:1px solid #111;flex:none;padding-bottom:2px;font-size:11px;font-weight:600}.mz-store .gpick{z-index:94;visibility:hidden;position:fixed;inset:0}.mz-store .gpick.open{visibility:visible}.mz-store .gpick-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#08080880;border:0;padding:0;position:absolute;inset:0}.mz-store .gpick-panel{width:min(92vw,430px);animation:gpick-in .3s var(--ease) both;background:#fff;flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-16px 0 40px #0000001f}@keyframes gpick-in{0%{transform:translate(100%)}}.mz-store .gpick-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:22px 26px;display:flex}.mz-store .gpick-head h3{font-family:var(--serif);color:#111;font-size:22px;font-weight:600;line-height:1.15}.mz-store .gpick-x{color:#111;background:0 0;border:0;flex:none;padding:4px}.mz-store .gpick-notice{background:var(--surface);border-bottom:1px solid var(--line);color:var(--muted);margin:0;padding:11px 26px;font-size:13px}.mz-store .gpick-tray{border-bottom:1px solid var(--line);background:var(--surface);align-items:center;gap:10px;padding:16px 26px;display:flex}.mz-store .gpick-tray.is-off{opacity:.4}.mz-store .gpick-slot{border:1px dashed var(--line-strong,#d6d6d6);width:46px;height:54px;color:var(--muted-2,#9a9a9a);background:#fff;justify-content:center;align-items:center;display:flex;position:relative}.mz-store .gpick-slot.is-filled{border-style:solid;border-color:var(--ink,#141414)}.mz-store .gpick-slot img{object-fit:contain;width:100%;height:100%}.mz-store .gpick-slot-x{background:var(--ink,#141414);color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;padding:0;display:flex;position:absolute;top:-7px;right:-7px}.mz-store .gpick-count{color:var(--muted,#6f6f6f);margin-left:auto;font-size:13px;font-weight:600}.mz-store .gpick-list{flex:1;margin:0;padding:0 26px;list-style:none;overflow-y:auto}.mz-store .gpick-row{border-bottom:1px solid var(--line)}.mz-store .gpick-row:last-child{border-bottom:0}.mz-store .gpick-hit{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;display:grid}.mz-store .gpick-shot{background:var(--surface);width:56px;height:64px;overflow:hidden}.mz-store .gpick-shot img{object-fit:contain;width:100%;height:100%}.mz-store .gpick-txt{min-width:0}.mz-store .gpick-name{font-family:var(--serif,Georgia, serif);color:#111;font-size:18px;line-height:1.2;display:block}.mz-store .gpick-row.is-on .gpick-name{font-weight:600}.mz-store .gpick-meta{color:var(--muted,#6f6f6f);font-variant-numeric:tabular-nums;margin-top:3px;font-size:12.5px;display:block}.mz-store .gpick-meta s{color:var(--muted-2,#9a9a9a)}.mz-store .gpick-meta b{color:var(--green-deep,#13692f);margin-left:6px;font-weight:600}.mz-store .gpick-notes{-webkit-line-clamp:2;line-clamp:2;color:var(--muted,#6f6f6f);-webkit-box-orient:vertical;margin-top:5px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.mz-store .gpick-act{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;color:var(--muted,#6f6f6f);border-bottom:1px solid var(--line-strong,#d6d6d6);flex:none;padding-bottom:2px;font-size:11px;font-weight:600}.mz-store .gpick-row.is-on .gpick-act{color:#111;border-bottom-color:#111}.mz-store .gpick-foot{border-top:1px solid var(--line);background:var(--surface);padding:18px 26px}.mz-store .gpick-skip{color:#111;cursor:pointer;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;display:flex}.mz-store .gpick-skip input{width:17px;height:17px;accent-color:var(--ink,#141414)}.mz-store .gpick-foot .btn[disabled]{opacity:.4;cursor:not-allowed}@media (width<=560px){.mz-store .gpick-panel{width:100vw}.mz-store .gcard-state{font-size:15.5px}}@media (prefers-reduced-motion:reduce){.mz-store .gpick-panel{animation:none}}.mz-store .mz-added{z-index:95;visibility:hidden;position:fixed;inset:0}.mz-store .mz-added.open{visibility:visible}.mz-store .mz-added .ac-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .3s var(--ease);cursor:pointer;background:#08080880;border:0;padding:0;position:absolute;inset:0}.mz-store .mz-added.open .ac-scrim{opacity:1}.mz-store .mz-added .ac-panel{max-height:88dvh;transition:transform .34s var(--ease);background:#fff;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -18px 44px #0000002e}.mz-store .mz-added.open .ac-panel{transform:translateY(0)}.mz-store .mz-added .ac-head{padding:20px var(--gut) 16px;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.mz-store .mz-added .ac-head h3{font-family:var(--serif);color:#111;font-size:21px;font-weight:600;line-height:1.2}.mz-store .mz-added .ac-grip{background:var(--line-strong);border-radius:2px;width:38px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.mz-store .mz-added .ac-x{color:#111;cursor:pointer;background:0 0;border:0;flex:none;padding:4px}.mz-store .mz-added .ac-body{-webkit-overflow-scrolling:touch;padding:0 var(--gut) 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.mz-store .mz-added .ac-line{grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 0 20px;display:grid}.mz-store .mz-added .ac-thumb{background:var(--surface);width:84px;height:96px;position:relative;overflow:hidden}.mz-store .mz-added .ac-thumb img{object-fit:cover;width:100%;height:100%}.mz-store .mz-added .ac-tick{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;display:flex;position:absolute;top:6px;left:6px}.mz-store .mz-added .ac-name{color:#111;font-size:16px;font-weight:600;display:block}.mz-store .mz-added .ac-sub{color:var(--muted);margin-top:3px;font-size:13.5px}.mz-store .mz-added .ac-qty{color:var(--text);margin-top:6px;font-size:13.5px}.mz-store .mz-added .ac-price{color:#111;white-space:nowrap;align-self:start;font-size:16px;font-weight:600}.mz-store .mz-added .ac-cta{flex-direction:column;grid-column:1/-1;gap:10px;margin-top:16px;display:flex}.mz-store .mz-added .ac-cta .btn{height:50px}.mz-store .mz-added .ac-recs{border-top:1px solid var(--line);padding-top:20px}.mz-store .mz-added .ac-recs h4{font-family:var(--serif);color:#111;margin-bottom:16px;font-size:19px;font-weight:600}.mz-store .mz-added .ac-recs .pgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}@media (prefers-reduced-motion:reduce){.mz-store .mz-added .ac-panel,.mz-store .mz-added .ac-scrim{transition:none}}@media (width>=760px){.mz-store .mz-added .ac-panel{opacity:0;width:min(920px,100vw - 48px);max-height:min(88vh,860px);transition:transform .28s var(--ease), opacity .28s var(--ease);inset:50% auto auto 50%;transform:translate(-50%,calc(18px - 50%));box-shadow:0 24px 60px #00000038}.mz-store .mz-added.open .ac-panel{opacity:1;transform:translate(-50%,-50%)}.mz-store .mz-added .ac-grip{display:none}.mz-store .mz-added .ac-head{padding:22px 30px 18px}.mz-store .mz-added .ac-head h3{font-size:26px}.mz-store .mz-added .ac-body{padding:0 30px 28px}.mz-store .mz-added .ac-line{grid-template-columns:96px minmax(0,1fr) auto minmax(0,300px);align-items:start;gap:20px;padding:22px 0 24px}.mz-store .mz-added .ac-thumb{width:96px;height:112px}.mz-store .mz-added .ac-cta{grid-column:auto;margin-top:0}.mz-store .mz-added .ac-recs .pgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}}.mz-store .mz-carousel{position:relative}.mz-store .mz-carousel-track{scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:18px;padding-bottom:4px;scroll-padding-left:0;display:flex;overflow-x:auto}.mz-store .mz-carousel-track::-webkit-scrollbar{display:none}.mz-store .mz-carousel-track>*{scroll-snap-align:start;flex:none}.mz-store .mz-carousel-arrow{z-index:3;color:#111;border:1px solid var(--line-strong);width:44px;height:44px;transition:opacity .15s var(--ease), background .15s var(--ease);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:none;position:absolute;top:38%;transform:translateY(-50%);box-shadow:0 6px 20px #0000001f}.mz-store .mz-carousel-arrow.prev{left:-18px}.mz-store .mz-carousel-arrow.next{right:-18px}.mz-store .mz-carousel-arrow:hover{color:#fff;background:#111}.mz-store .mz-carousel-arrow:disabled{opacity:0;pointer-events:none}@media (width>=880px) and (hover:hover){.mz-store .mz-carousel-arrow{display:flex}}.mz-store .rail-product .mz-carousel-track{gap:18px}.mz-store .rail-product .mz-carousel-track>*{width:64%}@media (width>=560px){.mz-store .rail-product .mz-carousel-track>*{width:42%}}@media (width>=720px){.mz-store .rail-product .mz-carousel-track{gap:28px}.mz-store .rail-product .mz-carousel-track>*{width:calc(33.3333% - 18.6667px)}}@media (width>=1000px){.mz-store .rail-product .mz-carousel-track{gap:30px}.mz-store .rail-product .mz-carousel-track>*{width:calc(25% - 22.5px)}}.mz-store .rail-tile .mz-carousel-arrow{top:50%}.mz-store .rail-tile .mz-carousel-track>*{width:78%}@media (width>=560px){.mz-store .rail-tile .mz-carousel-track>*{width:50%}}@media (width>=760px){.mz-store .rail-tile .mz-carousel-track{gap:22px}.mz-store .rail-tile .mz-carousel-track>*{width:calc(33.3333% - 14.6667px)}}.mz-store .gallery-stage{position:relative}.mz-store .gallery-main{scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;aspect-ratio:1;background:#f4f4f4;display:flex;overflow-x:auto}.mz-store .gallery-arrow{z-index:3;color:#111;border:1px solid var(--line-strong);width:44px;height:44px;transition:opacity .15s var(--ease), background .15s var(--ease);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #00000024}.mz-store .gallery-arrow.prev{left:14px}.mz-store .gallery-arrow.next{right:14px}.mz-store .gallery-arrow:hover{background:#fff}.mz-store .gallery-arrow:disabled{opacity:0;pointer-events:none}@media (width>=880px) and (hover:hover){.mz-store .gallery-arrow{display:flex}}.mz-store .gallery-main::-webkit-scrollbar{display:none}.mz-store .gallery-main .slide{scroll-snap-align:center;flex:0 0 100%;width:100%;height:100%}.mz-store .gallery-main .slide img{object-fit:cover;width:100%;height:100%}.mz-store .gallery-main .slide-video{cursor:pointer;background:#000;border:0;margin:0;display:block;position:relative}.mz-store .gallery-main .slide-video img{object-fit:cover;opacity:.92;width:100%;height:100%;transition:opacity .2s var(--ease)}.mz-store .gallery-main .slide-video:hover img{opacity:.78}.mz-store .gallery-main .slide-video.is-yt img{object-fit:contain}.mz-store .video-play{color:#111;width:70px;height:70px;transition:transform .18s var(--ease);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;padding-left:4px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 26px #00000047}.mz-store .gallery-main .slide-video:hover .video-play{transform:translate(-50%,-50%)scale(1.06)}.mz-store .gallery-thumb.is-video{position:relative}.mz-store .gallery-thumb .thumb-play{color:#111;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding-left:2px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mz-store .gallery-thumbs{scrollbar-width:none;gap:12px;margin-top:14px;display:flex;overflow-x:auto}.mz-store .gallery-thumbs::-webkit-scrollbar{display:none}.mz-store .gallery-thumb{aspect-ratio:1;background:#f4f4f4;border:1px solid #0000;flex:1 1 0;width:auto;min-width:56px;max-width:78px;height:auto;padding:0;overflow:hidden}.mz-store .gallery-thumb.active{border-color:#000}.mz-store .gallery-thumb img{object-fit:cover;width:100%;height:100%}.mz-store .gallery-dots{justify-content:center;gap:7px;margin-top:12px;display:flex}.mz-store .gallery-dots .dot{background:var(--line-strong);width:7px;height:7px;transition:background .15s var(--ease);border:0;border-radius:50%;padding:0}.mz-store .gallery-dots .dot.active{background:#111}@media (width>=700px){.mz-store .gallery-dots{display:none}}.mz-store .video-lightbox{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#08080af0;justify-content:center;align-items:center;padding:clamp(8px,3.3333vw,64px);animation:.18s ease-out vlb-fade;display:flex;position:fixed;inset:0}@keyframes vlb-fade{0%{opacity:0}to{opacity:1}}.mz-store .vlb-video{background:#000;border-radius:4px;width:auto;max-width:min(96vw,1100px);height:auto;max-height:86vh;box-shadow:0 20px 60px #00000080}.mz-store .vlb-frame{aspect-ratio:16/9;background:#000;border-radius:4px;width:min(96vw,1100px,152vh);overflow:hidden;box-shadow:0 20px 60px #00000080}.mz-store .vlb-embed{border:0;width:100%;height:100%;display:block}.mz-store .vlb-close{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .2s;display:flex;position:absolute;top:14px;right:16px}.mz-store .vlb-close:hover{background:#fff3}.mz-store .tabbar{border-bottom:1px solid var(--line);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:34px;display:flex;overflow-x:auto}.mz-store .tabbar::-webkit-scrollbar{display:none}.mz-store .tab{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:14px 0;font-size:16px;font-weight:500}.mz-store .tab.active{color:#111;border-bottom-color:#111;font-weight:600}@media (width<=560px){.mz-store{--gut:14px}.mz-store .tabbar{flex-wrap:wrap;gap:4px 22px;overflow-x:visible}.mz-store .tab{padding:10px 0;font-size:14.5px}}.mz-store .pdp-grid{grid-template-columns:minmax(0,1fr);row-gap:20px;display:grid}.mz-store .pdp-side{display:contents}.mz-store .pdp-head{order:1}.mz-store .pdp-gallery{order:2}.mz-store .pdp-buybox{order:3}.mz-store .pdp-details{order:4}.mz-store .pdp-video{order:5}.mz-store .pdp-preview-note{color:#5a4a00;background:#fff8dc;border:1px solid #e6c200;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:10px 14px;font-size:13.5px;display:flex}.mz-store .pdp-preview-note a{color:inherit;white-space:nowrap;font-weight:600;text-decoration:underline}.mz-store .pdp-head .title-row{align-items:flex-start;gap:14px;display:flex}.mz-store .pdp-head .title-main{flex-wrap:wrap;flex:auto;align-items:center;gap:14px;min-width:0;display:flex}.mz-store .pdp-title{letter-spacing:-.01em;color:#111;font-size:24px;font-weight:600;line-height:1.15}.mz-store .pdp-sub{color:var(--text);margin-top:6px;font-size:14px}.mz-store .offers-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.mz-store .fav-top{color:#111;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;display:inline-flex}.mz-store .fav-top svg{width:20px;height:20px}.mz-store .fav-top.on{color:var(--green)}.mz-store .pdp-buybox .price{font-size:26px}.mz-store .pdp-vol{color:var(--muted);margin-top:2px;font-size:16px}.mz-store .avail-line{color:var(--text);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;font-size:14px;display:flex}.mz-store .avail-line .avail-sep{color:var(--line-strong);font-size:13px}.mz-store .avail-low{color:#c76c10;font-weight:600}.mz-store .avail-soldout{color:red}.mz-store .avail-soon{color:var(--ink);letter-spacing:.04em;text-transform:uppercase;font-weight:600}.mz-store .cross{background:var(--surface);text-align:left;color:#111;border:0;align-items:center;gap:14px;width:100%;margin-top:18px;padding:11px 12px;display:flex}.mz-store .cross-thumb{background:#fff;flex:none;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.mz-store .cross-copy{flex:auto;min-width:0}.mz-store .cross-name{color:#111;font-size:16px;font-weight:600;line-height:1.6;display:block}.mz-store .cross-meta{color:var(--muted);font-size:14.5px;line-height:1.6;display:block}.mz-store .cross svg{flex:none}.mz-store .size-cards{scrollbar-width:none;gap:8px;margin-top:26px;padding-bottom:2px;display:flex;overflow-x:auto}.mz-store .size-cards::-webkit-scrollbar{display:none}.mz-store .size-card{color:#474747;text-align:center;min-width:96px;height:134px;transition:border-color .15s var(--ease);background:#fff;border:1px solid #0000;flex-direction:column;flex:0 120px;justify-content:center;align-items:center;gap:6px;padding:11px 10px;display:flex;position:relative}.mz-store .size-card:hover{border-color:var(--line-strong)}.mz-store .size-card.active{color:#111;border-color:#000}.mz-store .size-card-img{flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.mz-store .size-card-img>*{width:100%;height:100%}.mz-store .size-card-img img{object-fit:contain}.mz-store .size-card-price{white-space:nowrap;font-size:14px;line-height:20px}.mz-store .size-card.active .size-card-price{color:#111;font-weight:600}.mz-store .size-card-size{letter-spacing:.02em;color:#8a8a8a;white-space:nowrap;margin-top:-3px;font-size:12px;line-height:16px}.mz-store .size-card.active .size-card-size{color:#474747}.mz-store .size-card-flag{clip-path:polygon(100% 0,0 0,100% 100%);color:#0f4a44;background:#9bdcd2;justify-content:flex-end;align-items:flex-start;width:32px;height:32px;padding:4px 4px 0 0;font-size:13px;font-weight:700;line-height:1;display:flex;position:absolute;top:0;right:0}.mz-store .buy-row{gap:14px;margin-top:22px;display:flex}.mz-store .qty-select{border:1px solid var(--line-strong);background:#fff;width:96px;height:54px;padding:0 16px;font-size:16px}.mz-store .pdp-buybox .klarna-note.compact{margin-top:26px;margin-bottom:0}.mz-store .ship-note{gap:14px;margin-top:26px;display:flex}.mz-store .ship-note svg{flex:none}.mz-store .ship-title{color:#111;font-size:16px;font-weight:600;line-height:1.55}.mz-store .ship-eta{color:var(--green);margin-top:4px;font-size:15px;font-weight:500}.mz-store .pdp-video{background:var(--surface);aspect-ratio:16/9;border:0;width:100%;margin-top:46px;padding:0;display:block;position:relative;overflow:hidden}.mz-store .pdp-video img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.mz-store .pdp-video:hover img{transform:scale(1.03)}.mz-store .pdp-video .video-play{width:54px;height:54px}.mz-store .pdp-video-live{background:#000}.mz-store .pdp-player{background:#000;border:0;width:100%;height:100%;display:block}.mz-store .pdp-details{margin-top:40px}.mz-store .pdp-acc{display:none}.mz-store .acc-item{border-bottom:1px solid var(--line)}.mz-store .acc-item>summary{cursor:pointer;color:#111;justify-content:space-between;align-items:center;gap:12px;padding:18px 2px;font-size:16px;font-weight:500;list-style:none;display:flex}.mz-store .acc-item>summary::-webkit-details-marker{display:none}.mz-store .acc-chevron{color:#111;transition:transform .2s var(--ease);flex:none}.mz-store .acc-item[open]>summary .acc-chevron{transform:rotate(180deg)}.mz-store .acc-item.is-closing>summary .acc-chevron{transform:none}.mz-store .acc-body{padding:2px 2px 24px}.mz-store .pdp-panel-wide{width:100%;max-width:none}.mz-store .review-verified{letter-spacing:.04em;text-transform:uppercase;color:var(--green-deep,#14503a);white-space:nowrap;background:#effdfa;border:1px solid #bfe9df;align-items:center;gap:4px;padding:2px 7px;font-size:11.5px;font-weight:600;display:inline-flex}.mz-store .review-verified svg{flex:none}.mz-store .review-verified-note{color:var(--green-deep,#14503a);margin:0 0 14px;font-size:13.5px}@media (width<=760px){.mz-store .price{font-size:24px}.mz-store .pdp-tabs{display:none}.mz-store .pdp-acc{display:block}}.mz-store .pdp-buybar{z-index:70;padding:10px var(--gut);padding-bottom:calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);transition:transform .24s var(--ease);background:#fff;align-items:center;gap:10px;display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -6px 20px #00000014}.mz-store .pdp-buybar .bb-price{flex-direction:column;flex:none;line-height:1.15;display:flex}.mz-store .pdp-buybar .bb-price span{color:#111;font-size:17px;font-weight:600}.mz-store .pdp-buybar .bb-price s{color:var(--muted-2);font-size:12.5px}.mz-store .pdp-buybar .bb-qty{border:1px solid var(--line-strong);background:#fff;flex:none;width:62px;height:46px;padding:0 8px;font-size:15px}.mz-store .pdp-buybar .bb-add{white-space:nowrap;flex:auto;min-width:0;height:46px;padding:0 12px}@media (width<=359px){.mz-store .pdp-buybar .bb-price{display:none}}@media (prefers-reduced-motion:reduce){.mz-store .pdp-buybar{transition:none}}@media (width>=1000px){.mz-store .pdp-grid{grid-template-rows:auto auto 1fr;grid-template-columns:minmax(0,1.21fr) minmax(0,1fr);align-items:start;gap:0 clamp(32px,6.9444vw,133.333px)}.mz-store .pdp-gallery{grid-area:1/1}.mz-store .pdp-details{grid-area:2/1;margin-top:56px}.mz-store .pdp-video{grid-area:3/1}.mz-store .pdp-side{flex-direction:column;grid-area:1/2/span 3;align-self:start;display:flex;position:sticky;top:124px}.mz-store .pdp-buybox{margin-top:22px}.mz-store .pdp-title{font-size:30px}.mz-store .pdp-sub{margin-top:8px;font-size:16px}}.mz-store .klarna-note{border:1px solid var(--line);background:var(--surface);align-items:center;gap:12px;margin-top:18px;padding:14px 16px;display:flex}.mz-store .klarna-note.compact{background:0 0;border:0;margin-top:0;padding:0}.mz-store .klarna-mark{color:#0b051e;letter-spacing:.01em;background:#ffb3c7;border-radius:3px;flex:none;padding:5px 10px;font-size:12px;font-weight:700;line-height:1.2}.mz-store .klarna-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.mz-store .klarna-copy strong{color:#111;font-size:15px;font-weight:600}.mz-store .klarna-sub{color:var(--muted);font-size:13.5px}.mz-store .klarna-line{color:#111;font-size:15.5px;line-height:1.4}.mz-store .mz-announce{color:#000;letter-spacing:.2px;text-align:center;background:#9bdcd2;padding:6px 16px;font-size:12px;line-height:19.2px}.mz-store .mz-announce-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;min-height:20px;display:flex}.mz-store .mz-announce-msg{font-weight:500}.mz-store .mz-announce-code{color:inherit;font:inherit;letter-spacing:inherit;text-underline-position:from-font;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:500;text-decoration:underline;display:inline-flex}.mz-store .mz-announce-copied{letter-spacing:.06em;opacity:.72;font-size:11px;text-decoration:none}.mz-store .mz-announce-info{color:inherit;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:24px;height:24px;margin:-4px 0;padding:0;display:inline-flex}.mz-store .mz-announce-conditions{opacity:.8;max-width:640px;margin:4px auto 2px;font-size:11.5px;line-height:1.45}.mz-store .mz-announce-track{justify-content:center;display:flex}.mz-store .mz-announce-clone{display:none}@media (width<=560px){.mz-store .mz-announce{gap:5px;padding:7px 0}.mz-store .mz-announce-viewport{overflow:hidden}.mz-store .mz-announce-track{justify-content:flex-start;width:max-content;animation:18s linear infinite mz-announce-marquee}.mz-store .mz-announce-clone{display:flex}.mz-store .mz-announce-viewport:active .mz-announce-track,.mz-store .mz-announce-track:focus-within{animation-play-state:paused}.mz-store .mz-announce-row{white-space:nowrap;flex-wrap:nowrap;min-width:100vw;padding-right:42px}.mz-store .mz-announce-conditions{padding:0 14px}}@keyframes mz-announce-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.mz-store .mz-announce-track{animation:none}@media (width<=560px){.mz-store .mz-announce-viewport{scrollbar-width:none;overflow-x:auto}.mz-store .mz-announce-viewport::-webkit-scrollbar{display:none}.mz-store .mz-announce-clone{display:none}.mz-store .mz-announce-row{padding:0 14px}}}.mz-store .reward-box{background:0 0;border:0;margin-top:30px;padding:0 0 0 38px;position:relative}.mz-store .reward-kicker{letter-spacing:0;text-transform:none;color:#bc005c;align-items:center;gap:6px;font-size:16px;font-weight:600;display:inline-flex}.mz-store .reward-kicker svg{stroke-width:1.6px;width:24px;height:24px;position:absolute;top:1px;left:0}.mz-store .reward-line{color:#111;margin:7px 0 0;font-size:15px;line-height:1.6}.mz-store .reward-line b{color:#111;font-variant-numeric:lining-nums tabular-nums;font-weight:600}.mz-store .reward-line+.reward-line{border-top:1px solid var(--line);margin-top:6px;padding-top:6px}.mz-store .reward-cond{color:var(--muted);font-size:12px;display:block}.mz-store .reward-how{color:var(--muted);margin:6px 0 0;font-size:13px}.mz-store .rw-backdrop{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0a9e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mz-store .rw-dialog{background:#fdf8ef;border:1px solid #e9dcbe;grid-template-columns:1fr;width:min(880px,100%);max-height:calc(100vh - 40px);display:grid;position:relative;overflow:auto;box-shadow:0 24px 70px #00000059}.mz-store .rw-dialog:focus{outline:none}.mz-store .rw-close{z-index:2;border:1px solid var(--line);color:#111;width:34px;height:34px;transition:background .15s var(--ease);background:#ffffffdb;font-size:22px;line-height:1;position:absolute;top:8px;right:12px}.mz-store .rw-close:hover{background:#fff}.mz-store .rw-media{background:var(--surface);aspect-ratio:4/3;overflow:hidden}.mz-store .rw-media img{object-fit:cover;width:100%;height:100%}.mz-store .rw-body{flex-direction:column;align-items:flex-start;gap:6px;padding:28px 30px 30px;display:flex}.mz-store .rw-kicker{letter-spacing:.11em;text-transform:uppercase;color:#8a6a1f;font-size:10.5px;font-weight:700}.mz-store .rw-title{font-family:var(--serif);color:#111;font-variant-numeric:lining-nums;margin:2px 0 0;font-size:34px;font-weight:600;line-height:1.15}.mz-store .rw-sub{color:#4a4235;margin:6px 0 0;font-size:15.5px}.mz-store .rw-sub b{color:#111;font-weight:600}.mz-store .rw-cond{color:var(--muted);margin:2px 0 0;font-size:12.5px}.mz-store .rw-cta{text-align:center;align-self:stretch;margin-top:18px}.mz-store .rw-dismiss{color:var(--muted);text-underline-offset:3px;background:0 0;border:0;align-self:center;margin-top:10px;font-size:13px;text-decoration:underline}.mz-store .rw-dismiss:hover{color:#111}.mz-store .rw-how{color:var(--muted-2);margin:14px 0 0;font-size:11.5px}@media (width>=780px){.mz-store .rw-dialog{grid-template-columns:380px 1fr}.mz-store .rw-media{aspect-ratio:auto;height:100%}.mz-store .rw-body{justify-content:center;padding:40px 42px}}@media (height<=680px){.mz-store .rw-media{aspect-ratio:16/9}.mz-store .rw-title{font-size:27px}.mz-store .rw-body{padding:20px 22px 24px}}@media (prefers-reduced-motion:reduce){.mz-store *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.scrim.svelte-1lqi6u4{border:0;padding:0}.content-editor-wrapper.svelte-trkm8{width:100%;height:100%;display:flex;position:relative}.content-editor-overlay.svelte-trkm8{pointer-events:auto;z-index:1000;box-sizing:border-box;position:absolute}.content-editor-overlay-hover.svelte-trkm8{outline-offset:2px;cursor:pointer;pointer-events:none;outline:2px dashed #3b82f6}.content-editor-overlay-editing.svelte-trkm8{outline-offset:2px;cursor:text;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;text-align:inherit;white-space:pre-wrap;word-wrap:break-word;outline:2px solid #3b82f6;margin:0;padding:0;overflow:visible}.content-editor-overlay-editing.svelte-trkm8:focus{outline-offset:2px;outline:2px solid #3b82f6}.content-editor-widget.svelte-trkm8{z-index:10000;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.content-editor-toggle.svelte-trkm8{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.content-editor-toggle.svelte-trkm8:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.content-editor-toggle.svelte-trkm8:active{transform:translateY(0);box-shadow:0 2px 4px -1px #0000001a,0 1px 2px -1px #0000000f}.content-editor-toggle.active.svelte-trkm8{color:#fff;background:#3b82f6;border-color:#3b82f6}.content-editor-toggle.active.svelte-trkm8:hover{background:#2563eb;border-color:#2563eb}.content-editor-toggle.svelte-trkm8 svg:where(.svelte-trkm8){flex-shrink:0;width:16px;height:16px}.content-editor-toggle-label.svelte-trkm8{-webkit-user-select:none;user-select:none;white-space:nowrap}.content-editor-wrapper.editing-mode.svelte-trkm8 button:where(.svelte-trkm8):not([data-content-id]):not(.content-editor-toggle){pointer-events:none;opacity:.6;cursor:default!important}.content-editor-widget.svelte-trkm8 button:where(.svelte-trkm8),.content-editor-toggle.svelte-trkm8{pointer-events:auto!important;opacity:1!important;cursor:pointer!important}.content-editor-feedback.svelte-trkm8{z-index:10001;color:#fff;background:#10b981;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;animation:.3s ease-out svelte-trkm8-slideInUp;display:flex;position:fixed;bottom:90px;right:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.content-editor-feedback.svelte-trkm8 svg:where(.svelte-trkm8){flex-shrink:0;width:16px;height:16px}.editor-content.svelte-trkm8{width:100%;height:100%}@keyframes svelte-trkm8-slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc.svelte-1c6jupk{--cc-ink:#141414;--cc-text:#1f1f1f;--cc-muted:#6f6f6f;--cc-muted-2:#9a9a9a;--cc-line:#e7e7e7;--cc-line-strong:#d6d6d6;--cc-surface:#f6f6f6;--cc-serif:"Cormorant Garamond", Georgia, serif;--cc-sans:"Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--cc-ease:cubic-bezier(.4, 0, .2, 1);font-family:var(--cc-sans);color:var(--cc-text);line-height:1.6}.cc-banner.svelte-1c6jupk{z-index:130;border:1px solid var(--cc-line-strong);background:#fff;width:min(420px,100vw - 40px);padding:26px 28px 24px;position:fixed;bottom:20px;right:20px;box-shadow:0 18px 50px #00000029}.cc-rule.svelte-1c6jupk{background:#000;width:28px;height:2px;display:block}.cc-title.svelte-1c6jupk{font-family:var(--cc-serif);color:var(--cc-ink);margin:14px 0 0;font-size:28px;font-weight:600;line-height:1.15}.cc-text.svelte-1c6jupk{color:var(--cc-muted);margin:8px 0 0;font-size:13.5px;line-height:1.65}.cc-actions.svelte-1c6jupk{flex-direction:column;gap:10px;margin-top:20px;display:flex}.cc-btn.svelte-1c6jupk{height:50px;font-family:var(--cc-sans);white-space:nowrap;cursor:pointer;transition:background .15s var(--cc-ease), color .15s var(--cc-ease), transform 50ms var(--cc-ease);border:1px solid #0000;justify-content:center;align-items:center;padding:0 24px;font-size:14.5px;font-weight:600;display:inline-flex}.cc-btn.svelte-1c6jupk:active{transform:translateY(.5px)}.cc-btn-dark.svelte-1c6jupk{color:#fff;background:#000}.cc-btn-dark.svelte-1c6jupk:hover{background:#222}.cc-btn-outline.svelte-1c6jupk{color:#000;background:#fff;border-color:#000}.cc-btn-outline.svelte-1c6jupk:hover{color:#fff;background:#000}.cc-link.svelte-1c6jupk{width:100%;font-family:var(--cc-sans);color:var(--cc-muted);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;align-self:center;margin-top:12px;font-size:13px;text-decoration:underline;display:block}.cc-link.svelte-1c6jupk:hover{color:#111}.cc-legal.svelte-1c6jupk{border-top:1px solid var(--cc-line);color:var(--cc-muted-2);margin:16px 0 0;padding-top:14px;font-size:11.5px;line-height:1.6}.cc-legal.svelte-1c6jupk a:where(.svelte-1c6jupk){color:var(--cc-ink);text-underline-offset:2px;text-decoration:underline}.cc-backdrop.svelte-1c6jupk{z-index:130;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0a9e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cc-panel.svelte-1c6jupk{border:1px solid var(--cc-line-strong);background:#fff;width:min(560px,100%);max-height:calc(100vh - 40px);padding:34px 36px 32px;position:relative;overflow:auto;box-shadow:0 24px 70px #00000059}.cc-close.svelte-1c6jupk{border:1px solid var(--cc-line);color:#111;cursor:pointer;width:34px;height:34px;transition:background .15s var(--cc-ease);background:#fff;font-size:22px;line-height:1;position:absolute;top:10px;right:12px}.cc-close.svelte-1c6jupk:hover{background:var(--cc-surface)}.cc-rows.svelte-1c6jupk{border-top:1px solid var(--cc-line);margin-top:22px}.cc-row.svelte-1c6jupk{border-bottom:1px solid var(--cc-line);justify-content:space-between;align-items:flex-start;gap:20px;padding:16px 0;display:flex}.cc-row-title.svelte-1c6jupk{letter-spacing:.08em;text-transform:uppercase;color:var(--cc-ink);margin:0;font-size:13px;font-weight:700}.cc-row-text.svelte-1c6jupk{color:var(--cc-muted);margin:5px 0 0;font-size:12.5px;line-height:1.6}.cc-row-locked.svelte-1c6jupk .cc-row-title:where(.svelte-1c6jupk),.cc-row-locked.svelte-1c6jupk .cc-row-text:where(.svelte-1c6jupk){color:var(--cc-muted)}.cc-switch.svelte-1c6jupk{border:1px solid var(--cc-line-strong);cursor:pointer;width:46px;height:26px;transition:background .15s var(--cc-ease), border-color .15s var(--cc-ease);background:#fff;flex:none;margin-top:2px;padding:0;position:relative}.cc-switch[aria-checked=true].svelte-1c6jupk{background:#000;border-color:#000}.cc-switch.svelte-1c6jupk:disabled{cursor:not-allowed;background:var(--cc-muted-2);border-color:var(--cc-muted-2)}.cc-switch-knob.svelte-1c6jupk{background:var(--cc-ink);width:18px;height:18px;transition:transform .18s var(--cc-ease), background .15s var(--cc-ease);position:absolute;top:3px;left:3px}.cc-switch[aria-checked=true].svelte-1c6jupk .cc-switch-knob:where(.svelte-1c6jupk),.cc-switch.svelte-1c6jupk:disabled .cc-switch-knob:where(.svelte-1c6jupk){background:#fff;transform:translate(20px)}.cc-actions-panel.svelte-1c6jupk{margin-top:26px}@media (width>=520px){.cc-actions-panel.svelte-1c6jupk{flex-direction:row-reverse;justify-content:flex-start}.cc-actions-panel.svelte-1c6jupk .cc-btn:where(.svelte-1c6jupk){flex:1 1 0}}@media (width<=640px){.cc-banner.svelte-1c6jupk{width:100%;padding:22px 20px calc(20px + env(safe-area-inset-bottom));border-width:1px 0 0;bottom:0;left:0;right:0}.cc-title.svelte-1c6jupk{font-size:25px}.cc-panel.svelte-1c6jupk{padding:28px 20px 24px}}@media (prefers-reduced-motion:reduce){.cc-btn.svelte-1c6jupk,.cc-close.svelte-1c6jupk,.cc-switch.svelte-1c6jupk,.cc-switch-knob.svelte-1c6jupk{transition-duration:.01ms}}.sk.svelte-1p00bf6{animation:.12s ease-out svelte-1p00bf6-sk-in}@keyframes svelte-1p00bf6-sk-in{0%{opacity:0}}.sk-b.svelte-1p00bf6{background:var(--surface,#f4f2ef);animation:1.4s ease-in-out infinite svelte-1p00bf6-sk-pulse}@keyframes svelte-1p00bf6-sk-pulse{0%,to{opacity:1}50%{opacity:.5}}.sk-line.svelte-1p00bf6{height:13px;margin-bottom:11px}.sk-w30.svelte-1p00bf6{width:30%}.sk-w40.svelte-1p00bf6{width:40%}.sk-w60.svelte-1p00bf6{width:60%}.sk-w70.svelte-1p00bf6{width:70%}.sk-w80.svelte-1p00bf6{width:80%}.sk-center.svelte-1p00bf6{margin-left:auto;margin-right:auto}.sk-crumb.svelte-1p00bf6{width:45%;height:14px;margin-bottom:22px}.sk-h2.svelte-1p00bf6{width:34%;height:26px;margin-bottom:28px}.sk-pdp.svelte-1p00bf6{padding-top:40px}.sk-title.svelte-1p00bf6{width:62%;height:30px;margin-bottom:10px}.sk-sub.svelte-1p00bf6{width:44%;height:15px;margin-bottom:18px}.sk-stage.svelte-1p00bf6{aspect-ratio:1}.sk-thumbs.svelte-1p00bf6{gap:8px;margin-top:14px;display:flex}.sk-thumb.svelte-1p00bf6{background:var(--surface,#f4f2ef);flex:none;width:68px;height:68px;animation:1.4s ease-in-out infinite svelte-1p00bf6-sk-pulse}.sk-buybox.svelte-1p00bf6{margin-top:26px}.sk-price.svelte-1p00bf6{width:38%;height:30px;margin-bottom:22px}.sk-variants.svelte-1p00bf6{gap:10px;margin-bottom:20px;display:flex}.sk-variant.svelte-1p00bf6{flex:1 1 0;height:96px}.sk-cta.svelte-1p00bf6{height:52px;margin:18px 0}.sk-acc.svelte-1p00bf6{margin-top:30px}.sk-acc-row.svelte-1p00bf6{height:56px;margin-bottom:10px}.sk-rail.svelte-1p00bf6{margin-top:46px}.sk-rail-track.svelte-1p00bf6{gap:18px;display:flex;overflow:hidden}.sk-rail-card.svelte-1p00bf6{flex:0 0 62%}.sk-card-media.svelte-1p00bf6{aspect-ratio:1;margin-bottom:14px}.sk-listing.svelte-1p00bf6{padding-top:40px}.sk-bar.svelte-1p00bf6{height:42px;margin-bottom:24px}.sk-card-body.svelte-1p00bf6{padding:14px 0 0}.sk-hero.svelte-1p00bf6{background:var(--surface,#f4f2ef);height:78vh;animation:1.4s ease-in-out infinite svelte-1p00bf6-sk-pulse}.sk-home.svelte-1p00bf6{padding-top:52px}.sk-page-hero.svelte-1p00bf6{text-align:center;padding:60px var(--gut,20px) 37px}.sk-page-hero.svelte-1p00bf6 .sk-title:where(.svelte-1p00bf6){height:44px}.sk-page-hero.svelte-1p00bf6 .sk-line:where(.svelte-1p00bf6){height:24px}.sk-eyebrow.svelte-1p00bf6{width:90px;height:16px;margin:0 auto 16px}.sk-collection.svelte-1p00bf6{padding-bottom:60px}.sk-tiles.svelte-1p00bf6{gap:18px;padding-bottom:40px;display:grid}.sk-tile.svelte-1p00bf6{aspect-ratio:4/3}.sk-article.svelte-1p00bf6{max-width:760px}.sk-legal.svelte-1p00bf6{max-width:56rem;margin:0 auto;padding:112px 20px 80px}.sk-legal-head.svelte-1p00bf6{text-align:center;margin-bottom:46px}.sk-legal-title.svelte-1p00bf6{width:62%;height:40px;margin:0 auto 18px}.sk-hero-tall.svelte-1p00bf6{padding-bottom:60px}.sk-form.svelte-1p00bf6{max-width:720px;padding-bottom:60px}.sk-field-row.svelte-1p00bf6{gap:14px;margin-bottom:18px;display:flex}.sk-field-row.svelte-1p00bf6 .sk-field:where(.svelte-1p00bf6){flex:1 1 0}.sk-field.svelte-1p00bf6{height:80px;margin-bottom:18px}.sk-textarea.svelte-1p00bf6{height:207px;margin-bottom:18px}.sk-hero-img.svelte-1p00bf6{height:480px;margin-bottom:32px}@media (width>=560px){.sk-rail-card.svelte-1p00bf6{flex-basis:40%}.sk-tiles.svelte-1p00bf6{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1000px){.sk-rail-card.svelte-1p00bf6{flex-basis:23%}.sk-tiles.svelte-1p00bf6{grid-template-columns:repeat(3,minmax(0,1fr))}.sk-acc.svelte-1p00bf6{margin-top:0}}@media (prefers-reduced-motion:reduce){.sk.svelte-1p00bf6,.sk-b.svelte-1p00bf6,.sk-thumb.svelte-1p00bf6,.sk-hero.svelte-1p00bf6{animation:none}}
