.zen-product{--zh-amber: #c96442;--zh-amber-bright: #e6a884;--zh-black: #1f262d;--zh-ink-dark: #171e24;--zh-paper: #f5f2ec;--zh-card-light: #ffffff;--zh-ink: #232b33;--zh-body: #565d65;--zh-mute: #8a9098;--zh-green: #1c7a54;font-family:Archivo,system-ui,sans-serif;font-size:1.5rem;line-height:1.5;color:var(--zh-ink);background:var(--zh-paper);overflow-x:clip}.zen-product *,.zen-product *:before,.zen-product *:after{box-sizing:border-box}.zen-product h1,.zen-product h2,.zen-product h3,.zen-product p{margin:0}.zen-product a{text-decoration:none;color:inherit}.zen-product img{max-width:100%;display:block}.zen-product button{font-family:inherit}.zen-product .zp-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.zen-product .zp-main{max-width:var(--brand-content-max, 176rem);margin:0 auto;padding:4rem var(--brand-gutter, 6.4rem) 9.6rem}.zen-product .zp-crumbs{font-size:1.25rem;color:#8a9098;margin-bottom:2.2rem}.zen-product .zp-crumbs a:hover{color:var(--zh-ink)}.zen-product .zp-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5.6rem;align-items:start}.zen-product .zp-gallery{position:sticky;top:10rem}.zen-product .zp-gallery-main{position:relative;background:radial-gradient(circle at 50% 26%,var(--zp-tint-soft),transparent 60%),radial-gradient(circle at 50% 130%,rgba(28,122,84,.08),transparent 60%),linear-gradient(165deg,#fbf8f2,#efe7d7);border-radius:2.2rem;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden;cursor:zoom-in}.zen-product .zp-gallery-frame{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.zen-product .zp-gallery-frame img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.2,.7,.2,1)}.zen-product .zp-gallery-main:hover .zp-gallery-frame img{transform:scale(1.04)}@media(pointer:coarse){.zen-product .zp-gallery-main{cursor:default}}@media(prefers-reduced-motion:reduce){.zen-product .zp-gallery-main img{transition:none}.zen-product .zp-gallery-main:hover img{transform:none}}html.zp-lb-lock{overflow:hidden}.zp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;background:#12161ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .28s ease}.zp-lightbox.is-open{display:flex;opacity:1}.zp-lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;transform:scale(1);transition:transform .3s cubic-bezier(.2,.7,.2,1);cursor:zoom-in;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;box-shadow:0 40px 90px -20px #000000b3}.zp-lightbox-img.is-zoomed{cursor:zoom-out}.zp-lightbox-close{position:absolute;top:20px;right:24px;z-index:10;width:44px;height:44px;border-radius:999px;border:none;background:#ffffff24;color:#fff;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.zp-lightbox-close:hover{background:#ffffff47}.zp-lightbox-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#ffffff8c;font-size:12px;letter-spacing:.04em;pointer-events:none}.zen-product .zp-gallery-empty{font-family:Bricolage Grotesque,sans-serif;font-size:1.4rem;letter-spacing:.08em;text-transform:uppercase;color:#8a9098}.zen-product .zp-badge{position:absolute;top:1.8rem;left:1.8rem;z-index:3;background:#171e24;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.5rem 1.1rem;border-radius:.6rem}.zen-product .zp-spin{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.zen-product .zp-spin[hidden]{display:none}.zen-product .zp-spin-toggle{margin-top:1.2rem;-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;border:1.5px solid rgba(35,43,51,.18);border-radius:999px;padding:.9rem 1.8rem;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.3rem;color:#3a434d;transition:border-color .2s ease,color .2s ease}.zen-product .zp-spin-toggle:hover{border-color:var(--zp-tint);color:var(--zp-tint)}.zen-product .zp-spin-toggle[aria-pressed=true]{background:var(--zp-tint);border-color:var(--zp-tint);color:#fff}.zen-product .zp-thumbs-carousel{position:relative;margin-top:1.4rem}.zen-product .zp-thumbs{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.zen-product .zp-thumbs::-webkit-scrollbar{display:none}.zen-product .zp-thumb{flex:0 0 calc((100% - 3rem)/4);width:calc((100% - 3rem)/4);aspect-ratio:1 / 1;scroll-snap-align:start;cursor:pointer;border:1.5px solid rgba(35,43,51,.12);border-radius:1.2rem;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .18s ease,box-shadow .18s ease}.zen-product .zp-thumb:hover{border-color:#232b336b}.zen-product .zp-thumb.is-active{border-color:var(--zp-tint);box-shadow:inset 0 0 0 1px var(--zp-tint)}.zen-product .zp-thumb img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.zen-product .zp-thumbs-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:3.6rem;height:3.6rem;border-radius:999px;border:1.5px solid rgba(35,43,51,.14);background:#fffffff5;color:#3a434d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .4rem 1.4rem -.4rem #232b3380;transition:border-color .18s ease,color .18s ease}.zen-product .zp-thumbs-nav:hover{border-color:var(--zp-tint);color:var(--zp-tint)}.zen-product .zp-thumbs-nav svg{width:1.7rem;height:1.7rem}.zen-product .zp-thumbs-prev{left:-.6rem}.zen-product .zp-thumbs-next{right:-.6rem}.zen-product .zp-thumbs-nav[hidden]{display:none}.zen-product .zp-desc>p:empty,.zen-product .zp-desc>div:empty{display:none}.zen-product .zp-desc>p:has(>br:only-child),.zen-product .zp-desc>div:has(>br:only-child){display:none}.zen-product .zp-gallery-chips{display:flex;gap:1rem;margin-top:1.4rem}.zen-product .zp-gchip{flex:1;text-align:center;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase;padding:.9rem;border-radius:1rem}.zen-product .zp-gchip--amber{background:#f6ecd8;color:#8f5c11}.zen-product .zp-gchip--green{background:#e5efe6;color:#1c7a54}.zen-product .zp-gchip--stone{background:#f0ece3;color:#565d65}.zen-product .zp-line{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--zp-tint)}.zen-product .zp-title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:4.4rem;letter-spacing:.01em;line-height:1.02;color:#232b33;margin-top:.8rem}.zen-product .zp-rating{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:1.35rem;color:#565d65}.zen-product .zp-stars{position:relative;display:inline-block;letter-spacing:1px;line-height:1}.zen-product .zp-stars-bg{color:#232b3338}.zen-product .zp-stars-fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:var(--zp-tint)}.zen-product .zp-desc{font-size:1.65rem;line-height:1.55;color:#3a434d;margin-top:1.6rem}.zen-product .zp-desc p{margin:0 0 1em}.zen-product .zp-desc p:last-child{margin-bottom:0}.zen-product .zp-benefits{display:flex;flex-direction:column;gap:.9rem;margin-top:2rem}.zen-product .zp-benefit{display:flex;align-items:center;gap:1rem;font-size:1.45rem;color:#3a434d}.zen-product .zp-benefit-check{width:1.8rem;height:1.8rem;border-radius:50%;background:#1c7a54;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex:0 0 auto}.zen-product .zp-form-errors{margin-top:2rem;background:#fdf1ee;border:1px solid #b0563a;color:#8a3a24;border-radius:1.2rem;padding:1.2rem 1.6rem;font-size:1.4rem}.zen-product .zp-form-errors ul{margin:0;padding-left:1.8rem}.zen-product .zp-variants{border:0;margin:2.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.zen-product .zp-variants-legend{font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#8a9098;margin-bottom:.8rem}.zen-product .zp-variant{cursor:pointer;border:1.5px solid rgba(35,43,51,.16);background:#fff;border-radius:1.1rem;padding:1.1rem 1.6rem;font-size:1.35rem;font-weight:700;color:#232b33}.zen-product .zp-variant input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.zen-product .zp-variant:has(input:checked){border-color:var(--zp-tint);background:var(--zp-tint-soft)}.zen-product .zp-variant.is-soldout{opacity:.5;cursor:not-allowed}.zen-product .zp-plans{display:flex;gap:1.2rem;margin-top:2.6rem}.zen-product .zp-plan{flex:1;cursor:pointer;border:1.5px solid rgba(35,43,51,.14);background:#fff;border-radius:1.2rem;padding:1.4rem 1.6rem}.zen-product .zp-plan:has(input:checked){border-color:var(--zp-tint);background:var(--zp-tint-soft)}.zen-product .zp-plan-title{display:block;font-size:1.35rem;font-weight:700;color:#232b33}.zen-product .zp-plan-sub{display:block;font-size:1.2rem;color:#6b6f77;margin-top:.2rem}.zen-product .zp-buyrow{display:flex;align-items:center;gap:1.4rem;margin-top:2rem;flex-wrap:wrap}.zen-product .zp-qty{display:flex;align-items:center;gap:.4rem;border:1.5px solid rgba(35,43,51,.16);border-radius:1.1rem;padding:.4rem .6rem}.zen-product .zp-qty-btn{background:transparent;border:0;font-size:2rem;line-height:1;color:#3a434d;cursor:pointer;padding:.7rem 1rem}.zen-product .zp-qty-input{width:4.2rem;text-align:center;border:0;background:transparent;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.7rem;color:#232b33;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.zen-product .zp-qty-input::-webkit-outer-spin-button,.zen-product .zp-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.zen-product .zp-add{background:var(--zp-tint);color:#fff;border:0;font-family:Bricolage Grotesque,sans-serif;font-weight:500;font-size:1.6rem;letter-spacing:.04em;text-transform:uppercase;padding:1.5rem 3.2rem;border-radius:1.1rem;cursor:pointer;transition:background .2s ease,color .2s ease}.zen-product .zp-add:hover:not(:disabled){background:#c96442;color:#171e24}.zen-product .zp-add:disabled{opacity:.55;cursor:not-allowed}.zen-product .zp-meta-line{display:flex;align-items:center;gap:1.4rem;margin-top:1.2rem;font-size:1.3rem;color:#6b6f77;flex-wrap:wrap}.zen-product .zp-cross{display:flex;align-items:center;gap:1.4rem;margin-top:1.8rem;padding:1.4rem;background:#faf8f3;border:1px solid rgba(35,43,51,.1);border-radius:1.2rem}.zen-product .zp-cross-img{flex:0 0 auto;width:5.2rem;height:5.2rem;border-radius:.8rem;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:.4rem}.zen-product .zp-cross-img img{width:100%;height:100%;object-fit:contain}.zen-product .zp-cross-body{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.zen-product .zp-cross-eyebrow{font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#8a9098}.zen-product .zp-cross-name{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.5rem;color:#232b33}.zen-product .zp-cross-sub{font-size:1.2rem;color:#6b6f77}.zen-product .zp-cross-add{flex:0 0 auto;background:#232b33;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:1.3rem;font-weight:600;padding:1.1rem 1.6rem;border:0;border-radius:.9rem;cursor:pointer;white-space:nowrap;transition:background .2s ease}.zen-product .zp-cross-add:hover:not(:disabled){background:#c96442}.zen-product .zp-cross-add:disabled{opacity:.45;cursor:not-allowed}.zen-product .zp-meta-strong{font-weight:600;color:#3a434d}.zen-product .zp-trust-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;margin-top:2.4rem;padding-top:2rem;border-top:1px solid rgba(35,43,51,.1)}.zen-product .zp-assure{display:contents}.zen-product .zp-assure-badge{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:7.2rem;text-align:center}.zen-product .zp-assure-ico{width:5.4rem;height:5.4rem;border-radius:999px;border:1.5px solid var(--zp-tint, #c96442);display:flex;align-items:center;justify-content:center;color:var(--zp-tint, #c96442);flex:0 0 auto}.zen-product .zp-assure-ico svg{width:2.6rem;height:2.6rem}.zen-product .zp-assure-seal{width:5.4rem;height:5.4rem;object-fit:contain}.zen-product .zp-assure-badge>span{font-size:1.05rem;font-weight:600;color:#565d65;line-height:1.25}.zen-product .zp-badges{display:contents}.zen-product .zp-badge-cert{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:6.6rem;text-align:center}.zen-product .zp-badge-cert img{width:5.4rem;height:5.4rem;object-fit:contain}.zen-product .zp-badge-cert span{font-size:1.05rem;font-weight:600;color:#565d65;line-height:1.25}.zen-product .zp-fda{font-size:1.15rem;line-height:1.6;color:#8a9098;margin-top:1.6rem}.zen-product .zp-inside{display:grid;grid-template-columns:1fr 1fr;gap:3.6rem;margin-top:6.4rem;align-items:start}.zen-product .zp-card{background:#fff;border:1px solid rgba(35,43,51,.08);border-radius:1.6rem;padding:2.8rem 3rem}.zen-product .zp-h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2.2rem;color:#232b33}.zen-product .zp-h2{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2.8rem;color:#232b33}.zen-product .zp-card-sub{font-size:1.3rem;color:#8a9098;margin-top:.4rem}.zen-product .zp-facts{margin-top:1.8rem;border:1px solid #171e24;border-radius:1rem;overflow:hidden}.zen-product .zp-facts-head{background:#171e24;color:#fff;padding:1.2rem 1.6rem;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.8rem;letter-spacing:.02em}.zen-product .zp-facts-body{padding:.6rem 1.6rem 1.6rem}.zen-product .zp-facts-row{display:flex;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid rgba(35,43,51,.15);font-size:1.35rem;color:#3a434d}.zen-product .zp-facts-row--thick{border-bottom:6px solid #171e24}.zen-product .zp-facts-cols{display:flex;justify-content:flex-end;gap:1.2rem;padding:.8rem 0 .5rem;font-family:Bricolage Grotesque,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8a9098;border-bottom:2px solid #171e24}.zen-product .zp-facts-cols span:first-child{flex:1;text-align:left}.zen-product .zp-facts-cols span:last-child{width:6.5rem;text-align:right}.zen-product .zp-facts-row--ing{align-items:baseline;gap:1.2rem}.zen-product .zp-facts-name{flex:1}.zen-product .zp-facts-name em{font-style:italic;color:#6b7280}.zen-product .zp-facts-amt{font-weight:600;white-space:nowrap;text-align:right}.zen-product .zp-facts-dv{width:6.5rem;text-align:right;color:#6b7280;white-space:nowrap}.zen-product .zp-facts-rich{font-size:1.4rem;color:#3a434d}.zen-product .zp-facts-rich table{width:100%;border-collapse:collapse}.zen-product .zp-facts-rich td,.zen-product .zp-facts-rich th{padding:1rem 0;border-bottom:1px solid rgba(35,43,51,.09);text-align:left}.zen-product .zp-facts-note{font-size:1.1rem;color:#8a9098;margin-top:1.2rem;line-height:1.5}.zen-product .zp-facts-fallback{font-size:1.4rem;line-height:1.6;color:#565d65;margin-top:1.6rem}.zen-product .zp-otheri{margin-top:1.6rem}.zen-product .zp-otheri-head{font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#8a9098}.zen-product .zp-otheri p{font-size:1.35rem;line-height:1.55;color:#565d65;margin-top:.6rem}.zen-product .zp-diet-chips{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.zen-product .zp-diet-chips span{font-size:1.15rem;font-weight:600;color:#3a434d;background:#f5f2ec;border:1px solid rgba(35,43,51,.1);border-radius:999px;padding:.6rem 1.2rem}.zen-product .zp-coa-col{display:flex;flex-direction:column;gap:2.4rem}.zen-product .zp-coa{background:#171e24;border-radius:1.6rem;overflow:hidden}.zen-product .zp-coa-head{padding:2.2rem 2.6rem;display:flex;align-items:center;gap:1.4rem;border-bottom:1px solid rgba(245,242,236,.12)}.zen-product .zp-coa-headmeta{flex:1}.zen-product .zp-coa-eyebrow{display:block;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;color:#8a9098}.zen-product .zp-coa-product{display:block;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.8rem;color:#f5f2ec;margin-top:.3rem}.zen-product .zp-coa-lot{display:block;font-size:1.2rem;color:#8a9098;margin-top:.2rem}.zen-product .zp-coa-pass{background:#1c7a54;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:.7rem 1.3rem;border-radius:999px}.zen-product .zp-coa-rows{padding:.8rem 2.6rem 2rem}.zen-product .zp-coa-row{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid rgba(245,242,236,.09);font-size:1.4rem;color:#e8ddca}.zen-product .zp-coa-result{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;letter-spacing:.05em;text-transform:uppercase;color:#7fc98d;font-weight:600}.zen-product .zp-coa-cta{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2.4rem 2.6rem}.zen-product .zp-coa-cta-title{font-weight:700;font-size:1.5rem;color:#232b33}.zen-product .zp-coa-cta-sub{font-size:1.3rem;color:#6b6f77;margin-top:.2rem}.zen-product .zp-coa-cta-btn{border:1.5px solid rgba(35,43,51,.2);color:#232b33;font-family:Bricolage Grotesque,sans-serif;font-weight:500;font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase;padding:1.1rem 1.8rem;border-radius:.9rem;white-space:nowrap}.zen-product .zp-coa-cta-btn:hover{border-color:#232b33}.zen-product .zp-howto{margin-top:3.6rem;background:var(--zp-tint-soft);border:1px solid var(--zp-tint-border);border-radius:1.6rem;padding:2.8rem 3.2rem}.zen-product .zp-eyebrow{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--zp-tint)}.zen-product .zp-howto-row{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap}.zen-product .zp-howto-main{flex:1;min-width:26rem}.zen-product .zp-howto-main p{font-size:1.65rem;line-height:1.5;color:#3a434d;margin-top:.8rem;max-width:56rem}.zen-product .zp-howto-stats{display:flex;gap:2.6rem;flex-wrap:wrap}.zen-product .zp-stat-label{font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#8a9098}.zen-product .zp-stat-val{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.7rem;color:#232b33;margin-top:.4rem}.zen-product .zp-howto-special{margin-top:1.8rem;padding-top:1.8rem;border-top:1px solid var(--zp-tint-border)}.zen-product .zp-howto-special p{font-size:1.5rem;line-height:1.5;color:#3a434d;margin-top:.6rem;max-width:64rem}.zen-product .zp-faq{margin-top:6.4rem;display:grid;grid-template-columns:.8fr 1.2fr;gap:3.6rem;align-items:start}.zen-product .zp-faq-title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:3rem;line-height:1.05;color:#232b33}.zen-product .zp-faq-list{border-top:1px solid rgba(35,43,51,.12);font-size:1.5rem;line-height:1.6;color:#565d65}.zen-product .zp-faq-list h4,.zen-product .zp-faq-list strong{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.8rem;color:#232b33}.zen-product .zp-faq-list p{padding:1rem 0}.zen-product .zp-related{margin-top:6.4rem}.zen-product .zp-related .zp-h2{margin-bottom:2.2rem}.zen-product .zp-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,24rem));gap:1.8rem;justify-content:start}.zen-product .zp-rel-card{background:#fff;border:1px solid rgba(35,43,51,.1);border-radius:1.6rem;overflow:hidden;transition:box-shadow .4s ease}.zen-product .zp-rel-card:hover{box-shadow:0 2.6rem 4.4rem -2.8rem #171e248c}.zen-product .zp-rel-img{display:flex;aspect-ratio:1 / 1;background:radial-gradient(circle at 50% 26%,rgba(201,100,66,.14),transparent 62%),linear-gradient(165deg,#fbf8f2,#efe7d7);align-items:center;justify-content:center;padding:0;overflow:hidden}.zen-product .zp-rel-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.75,.2,1)}.zen-product .zp-rel-card:hover .zp-rel-img img{transform:scale(1.04)}.zen-product .zp-rel-body{display:block;padding:1.4rem 1.6rem 1.6rem}.zen-product .zp-rel-line{display:block;font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--zp-tint, #c96442);margin-bottom:.5rem}.zen-product .zp-rel-name{display:block;font-family:Bricolage Grotesque,sans-serif;font-weight:500;font-size:1.5rem;text-transform:uppercase;line-height:1.15;color:#232b33}.zen-product .zp-rel-price{display:block;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.5rem;margin-top:.6rem;color:#232b33}.zen-product .zp-stickybar{position:fixed;left:50%;transform:translate(-50%);bottom:1.8rem;width:min(72rem,calc(100% - 4rem));z-index:55;display:flex;align-items:center;gap:1.8rem;background:#f5f2ecf0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--zp-tint-border);border-radius:1.4rem;padding:1.2rem 1.6rem;box-shadow:0 2.2rem 5rem -2rem #171e2499}.zen-product .zp-sticky-thumb{width:4.4rem;height:4.4rem;flex:0 0 auto;border-radius:.9rem;background:linear-gradient(165deg,#fbf8f2,#efe7d7);display:flex;align-items:center;justify-content:center;padding:.5rem;overflow:hidden}.zen-product .zp-sticky-thumb img{max-width:100%;max-height:100%;object-fit:contain}.zen-product .zp-sticky-meta{flex:1;min-width:0}.zen-product .zp-sticky-name{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.6rem;text-transform:uppercase;color:#232b33;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zen-product .zp-sticky-sub{font-size:1.25rem;color:#6b6f77}.zen-product .zp-sticky-price{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2rem;color:#232b33}.zen-product .zp-sticky-add{background:var(--zp-tint);color:#fff;border:0;font-family:Bricolage Grotesque,sans-serif;font-weight:500;font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase;padding:1.3rem 2.6rem;border-radius:1rem;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.zen-product .zp-sticky-add:hover{background:#c96442;color:#171e24}@media(max-width:989px){.zen-product .zp-main{padding:5.6rem 3.2rem}.zen-product .zp-top{grid-template-columns:1fr;gap:3.2rem}.zen-product .zp-gallery{position:static}.zen-product .zp-inside{grid-template-columns:1fr}.zen-product .zp-faq{grid-template-columns:1fr;gap:2rem}.zen-product .zp-related-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media(max-width:640px){.zen-product .zp-main{padding:5.2rem 2rem}.zen-product .zp-title{font-size:3.4rem}.zen-product .zp-gallery-main{min-height:32rem;padding:2.8rem}.zen-product .zp-plans{flex-direction:column}.zen-product .zp-stickybar{width:calc(100% - 2rem);bottom:1rem;gap:1.2rem;padding:1rem 1.2rem}.zen-product .zp-sticky-thumb,.zen-product .zp-sticky-sub{display:none}.zen-product .zp-sticky-name{font-size:1.3rem}.zen-product .zp-sticky-price{font-size:1.6rem}.zen-product .zp-sticky-add{padding:1.1rem 1.6rem;font-size:1.3rem}.zen-product .zp-cross{flex-wrap:wrap;row-gap:1.4rem;padding:1.6rem}.zen-product .zp-cross-body{gap:.3rem}.zen-product .zp-cross-name{font-size:1.6rem}.zen-product .zp-cross-add{flex:1 0 100%;width:100%;text-align:center;padding:1.35rem;font-size:1.45rem}}@media(max-width:640px){.zen-product .zp-inside>*{min-width:0}.zen-product .zp-facts,.zen-product .zp-coa{max-width:100%}.zen-product .zp-facts-card{background:transparent;border:0;border-radius:0;padding:0}.zen-product .zp-facts-head{font-size:1.6rem;padding:1.1rem 1.4rem}.zen-product .zp-facts-body{padding:.5rem 1.4rem 1.4rem}.zen-product .zp-facts-row--ing{gap:.8rem}.zen-product .zp-facts-name{min-width:0}.zen-product .zp-facts-amt{white-space:normal}.zen-product .zp-facts-cols{gap:.8rem}.zen-product .zp-facts-cols span:last-child,.zen-product .zp-facts-dv{width:4rem}.zen-product .zp-coa-head{padding:1.8rem 1.6rem}.zen-product .zp-coa-rows{padding:.6rem 1.6rem 1.6rem}.zen-product .zp-coa-cta{flex-direction:column;align-items:stretch;gap:1.2rem;padding:1.8rem 1.6rem}.zen-product .zp-coa-cta-btn{width:100%;text-align:center}}.zen-product :is(.zp-crumbs a,.zp-thumb,.zp-variant,.zp-plan,.zp-qty-btn,.zp-add,.zp-coa-cta-btn,.zp-sticky-add){transition:color .15s cubic-bezier(.2,.6,.2,1),background-color .15s cubic-bezier(.2,.6,.2,1),border-color .15s cubic-bezier(.2,.6,.2,1),opacity .15s cubic-bezier(.2,.6,.2,1)}.zen-product .zp-rel-card{transition:box-shadow .25s cubic-bezier(.2,.6,.2,1),transform .25s cubic-bezier(.2,.6,.2,1)}.zen-product .zp-rel-img img{transition:transform .25s cubic-bezier(.2,.6,.2,1)}.zen-product .zp-rel-card:hover{transform:translateY(-2px);box-shadow:var(--brand-shadow-2, 0 10px 30px -12px rgba(35,43,51,.28))}.zen-product .zp-rel-card:hover .zp-rel-img img{transform:translateY(-2px) scale(1.02)}.zen-product :is(.zp-add,.zp-sticky-add,.zp-coa-cta-btn):active:not(:disabled){transform:translateY(0);filter:brightness(.95)}.zen-product .zp-add:disabled{filter:none}.zen-product .zp-stickybar{box-shadow:var(--brand-shadow-3, 0 30px 70px -25px rgba(35,43,51,.5))}@keyframes zp-bar-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.zen-product .zp-stickybar{animation:zp-bar-in .25s cubic-bezier(.2,.6,.2,1) both}@keyframes zp-note-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.zen-product .zp-form-errors{animation:zp-note-in .25s cubic-bezier(.2,.6,.2,1)}.zen-product :is(a,button,input,select):focus-visible{outline:2px solid var(--zp-tint);outline-offset:2px}.zen-product .zp-variant:has(input:focus-visible),.zen-product .zp-plan:has(input:focus-visible){outline:2px solid var(--zp-tint);outline-offset:2px}.zen-product .zp-action{margin-top:5.6rem;position:relative;height:36rem;border-radius:2rem;overflow:hidden;background:linear-gradient(165deg,#fff,#f1ece1)}.zen-product .zp-action-img,.zen-product .zp-action-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.zen-product .zp-action-shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(0deg,#161c229e,#161c221a 45%,#161c2200 70%)}.zen-product .zp-action--noimg{background:linear-gradient(160deg,var(--zp-tint, #2c3a46),#1b2229)}.zen-product .zp-action-copy{position:absolute;left:3.2rem;right:3.2rem;bottom:2.8rem;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5)}.zen-product .zp-action-title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2.4rem;line-height:1.03}.zen-product .zp-action-sub{font-size:1.8rem;line-height:1.45;margin-top:.6rem;max-width:44rem;opacity:.94}.zen-product .zp-built{margin-top:7.2rem}.zen-product .zp-built-h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:3rem;line-height:1.05;color:var(--zh-ink);margin-bottom:2.6rem;max-width:64rem}.zen-product .zp-built-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.zen-product .zp-built-card{background:#fff;border:1px solid rgba(35,43,51,.08);border-radius:1.6rem;padding:2.6rem;border-top:4px solid var(--zp-tint)}.zen-product .zp-built-no{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.5rem;color:var(--zp-tint);letter-spacing:.04em}.zen-product .zp-built-copy{font-size:1.55rem;line-height:1.5;color:#3a434d;margin-top:1.2rem}.zen-product .zp-ing{margin-top:4rem}.zen-product .zp-ing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.8rem}.zen-product .zp-ing-h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2.8rem;line-height:1.03;color:var(--zh-ink);margin-top:.8rem}.zen-product .zp-ing-link{font-family:Bricolage Grotesque,sans-serif;font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;color:var(--zp-tint);white-space:nowrap}.zen-product .zp-ing-box{border:1px solid var(--zp-tint-border, rgba(35,43,51,.14));border-radius:1.8rem;overflow:hidden;background:#fff}.zen-product .zp-ing-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.zen-product .zp-ing-track::-webkit-scrollbar{display:none}.zen-product .zp-ing-slide{flex:0 0 100%;scroll-snap-align:start;display:grid;grid-template-columns:.95fr 1.05fr}.zen-product .zp-ing-slide--text{grid-template-columns:1fr}.zen-product .zp-ing-side{position:relative;min-height:32rem;background:linear-gradient(165deg,#fff,#f1ece1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;padding:3.2rem;text-align:center}.zen-product .zp-ing-count{position:absolute;top:3.2rem;left:3.2rem;z-index:2;background:#232b33d1;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.6rem 1.1rem;border-radius:999px}.zen-product .zp-ing-count--inline{position:static;display:inline-flex;align-self:flex-start;background:var(--zp-tint, #c96442);margin-bottom:1.6rem}.zen-product .zp-ing-photo{position:absolute;top:2rem;left:2rem;width:calc(100% - 4rem);height:calc(100% - 4rem);object-fit:cover;border-radius:1.4rem}.zen-product .zp-ing-photo--product{object-fit:contain;padding:3.2rem}.zen-product .zp-ing-body{background:var(--zp-tint-soft, #f9f0ec);padding:4rem 4.4rem;display:flex;flex-direction:column;justify-content:center}.zen-product .zp-ing-slide--text .zp-ing-body{min-height:32rem}.zen-product .zp-ing-name{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:3rem;line-height:1.02;color:var(--zh-ink);margin:1.8rem 0 0}.zen-product .zp-ing-amt{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.8rem;color:var(--zp-tint);margin-top:2rem}.zen-product .zp-ing-why{font-size:1.6rem;line-height:1.6;color:#3a434d;margin-top:1.4rem;max-width:46rem}.zen-product .zp-ing-chips{display:flex;gap:1rem;margin-top:2.2rem;flex-wrap:wrap}.zen-product .zp-ing-chip{font-size:1.2rem;font-weight:600;color:#3a434d;background:#fff;border:1px solid rgba(35,43,51,.12);border-radius:999px;padding:.8rem 1.4rem;white-space:nowrap}.zen-product .zp-ing-foot{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.6rem 2.2rem;border-top:1px solid rgba(35,43,51,.1)}.zen-product .zp-ing-pos{font-size:1.25rem;font-weight:600;color:var(--zh-mute);white-space:nowrap}.zen-product .zp-ing-dots{display:flex;align-items:center;gap:.6rem}.zen-product .zp-ing-dot{width:.8rem;min-width:0;height:.8rem;padding:0;border:0;border-radius:999px;background:#232b332e;transition:width .22s ease,background .22s ease;cursor:pointer}.zen-product .zp-ing-dot.is-on{width:2.6rem;background:var(--zp-tint, var(--zh-ink))}.zen-product .zp-ing-foot-right{display:flex;align-items:center;gap:1.4rem}.zen-product .zp-ing-nav{display:flex;align-items:center;gap:1rem}.zen-product .zp-ing-btn{-webkit-appearance:none;appearance:none;width:4rem;height:4rem;border:1px solid rgba(35,43,51,.2);background:#fff;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#3a434d;font-size:1.7rem}.zen-product .zp-ing-btn--on{border-color:var(--zp-tint);background:var(--zp-tint);color:#fff}.zen-product .zp-ing-btn[disabled]{opacity:.4;cursor:default}.zen-product .zp-swallow{margin-top:2rem;background:#fff;border:1px solid rgba(35,43,51,.1);border-radius:1.6rem;padding:2.6rem 3.2rem}.zen-product .zp-swallow-head{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem;flex-wrap:wrap}.zen-product .zp-swallow-note{font-size:1.2rem;color:var(--zh-mute)}.zen-product .zp-swallow-row{margin-top:2.2rem;display:grid;grid-template-columns:1fr auto;gap:3.2rem;align-items:center}.zen-product .zp-pills{display:flex;align-items:flex-end;gap:3.4rem;flex-wrap:wrap}.zen-product .zp-pill-col{display:flex;flex-direction:column;align-items:center;gap:.9rem}.zen-product .zp-pill-col--ref{opacity:.9}.zen-product .zp-pill-stack{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:center}.zen-product .zp-pill{position:relative;height:8.5mm;border-radius:999px;background:linear-gradient(180deg,var(--zp-tint),var(--zp-tint-border, rgba(35,43,51,.3)));box-shadow:inset 0 -3px 8px #0003,0 6px 14px -8px #232b3380}.zen-product .zp-pill-cap{position:absolute;top:0;right:47%;bottom:0;left:0;border-radius:999px 0 0 999px;background:#ffffff29}.zen-product .zp-pill--ref{width:19mm;height:8mm;background:#c7a86a;box-shadow:inset 0 -3px 8px #0000002e,0 6px 14px -8px #232b3366}.zen-product .zp-bean{width:9mm;height:9mm;border-radius:50%;background:#b7742f;box-shadow:inset 0 -3px 8px #00000038,0 6px 14px -8px #232b3366}.zen-product .zp-pill-name{font-size:1.2rem;font-weight:700;color:var(--zp-tint)}.zen-product .zp-pill-col--ref .zp-pill-name{color:#232b33;font-weight:600}.zen-product .zp-pill-sub{font-size:1.1rem;color:var(--zh-mute)}.zen-product .zp-ruler{margin-top:1.8rem;height:1px;background:repeating-linear-gradient(90deg,rgba(35,43,51,.28) 0,rgba(35,43,51,.28) 1px,transparent 1px,transparent 10mm)}.zen-product .zp-swallow-stats{display:flex;gap:3rem;flex-wrap:wrap;border-left:1px solid rgba(35,43,51,.1);padding-left:3.2rem}.zen-product .zp-swallow-only{font-size:1.5rem;line-height:1.55;color:#3a434d;margin-top:1.4rem}.zen-product .zp-expect{margin-top:5.6rem}.zen-product .zp-expect-h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2.8rem;line-height:1.05;color:var(--zh-ink);margin:.8rem 0 2.6rem}.zen-product .zp-expect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.zen-product .zp-expect-card{position:relative;background:#fff;border:1px solid rgba(35,43,51,.08);border-radius:1.6rem;padding:2.4rem 2.4rem 2.2rem;overflow:hidden}.zen-product .zp-expect-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--zp-tint)}.zen-product .zp-expect-top{display:flex;align-items:center;gap:1.1rem}.zen-product .zp-expect-no{width:3.4rem;height:3.4rem;flex:0 0 auto;border-radius:50%;background:var(--zp-tint-soft, #faf8f3);color:var(--zp-tint);display:inline-flex;align-items:center;justify-content:center;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.4rem}.zen-product .zp-expect-when{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase;color:var(--zp-tint)}.zen-product .zp-expect-title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2rem;color:var(--zh-ink);margin-top:1.4rem}.zen-product .zp-expect-copy{font-size:1.45rem;line-height:1.55;color:var(--zh-body);margin-top:.8rem}.zen-product .zp-fit{margin-top:3.6rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.zen-product .zp-fit-card{background:#fff;border:1px solid rgba(35,43,51,.08);border-radius:1.6rem;padding:2.8rem 3rem}.zen-product .zp-fit-card--yes{border-top:4px solid var(--zh-green)}.zen-product .zp-fit-card--no{border-top:4px solid #b0563a}.zen-product .zp-fit-h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2rem;color:var(--zh-ink)}.zen-product .zp-fit-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.6rem}.zen-product .zp-fit-row{display:flex;gap:1.1rem;align-items:flex-start;font-size:1.45rem;line-height:1.5;color:#3a434d}.zen-product .zp-fit-mark{width:1.9rem;height:1.9rem;flex:0 0 auto;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;margin-top:.1rem}.zen-product .zp-fit-mark--yes{background:var(--zh-green);color:#fff}.zen-product .zp-fit-mark--no{background:#e7e2d8;color:#8a7d6b}.zen-product .zp-vs{margin-top:2rem;background:var(--zh-black);border-radius:1.6rem;padding:3rem 3.4rem;color:#fff}.zen-product .zp-vs-eyebrow{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--zh-amber-bright)}.zen-product .zp-vs-table{display:flex;flex-direction:column;margin-top:1.8rem}.zen-product .zp-vs-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:1.6rem;padding:1.4rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:1.45rem;align-items:center;color:#dde3e9}.zen-product .zp-vs-row--head{padding:1.2rem 0;border-bottom-color:#ffffff24;font-family:Bricolage Grotesque,sans-serif;font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a89e8e}.zen-product .zp-vs-us{text-align:center;color:var(--zh-amber-bright);font-weight:700}.zen-product .zp-vs-them{text-align:center;color:#a89e8e}.zen-product .zp-reviews{margin-top:7.2rem;border-top:1px solid rgba(35,43,51,.1);padding-top:4.4rem}.zen-product .zp-reviews-head{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap}.zen-product .zp-reviews-carousel{position:relative;margin-top:2.4rem}.zen-product .zp-reviews-carousel .zp-thumbs-nav{width:4.2rem;height:4.2rem}.zen-product .zp-reviews-carousel .zp-thumbs-nav svg{width:1.9rem;height:1.9rem}.zen-product .zp-reviews-prev{left:-.4rem}.zen-product .zp-reviews-next{right:-.4rem}.zen-product .zp-reviews-track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.4rem;align-items:stretch}.zen-product .zp-reviews-track::-webkit-scrollbar{display:none}.zen-product .zh-stars{color:var(--zh-amber-bright);font-size:1.6rem;letter-spacing:2px}.zen-product .zh-stars--sm{font-size:1.5rem}.zen-product .zh-star-off{color:#232b332e}.zen-product .zh-testi{position:relative;display:flex;flex-direction:column;flex:0 0 calc((100% - 4rem) / 3);min-width:0;scroll-snap-align:start;background:#fff;border:1px solid rgba(35,43,51,.1);border-radius:1.8rem;padding:3rem}.zen-product .zh-testi-verified{position:absolute;top:3rem;right:3rem;display:inline-flex;align-items:center;gap:.4rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:600;color:var(--zh-green)}.zen-product .zh-testi-title{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase;margin-top:1.4rem;color:var(--zh-ink);padding-right:8rem}.zen-product .zh-testi-body{font-family:Archivo,sans-serif;font-size:1.55rem;color:#4c545d;line-height:1.55;margin-top:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zen-product .zh-testi.is-expanded .zh-testi-body{-webkit-line-clamp:unset;overflow:visible}.zen-product .zh-testi-more{align-self:flex-start;margin-top:.8rem;background:none;border:0;padding:0;cursor:pointer;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.3rem;color:var(--zp-tint, #c96442)}.zen-product .zh-testi-more:hover{text-decoration:underline}.zen-product .zh-testi-who{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:2rem}.zen-product .zh-testi-avatar{width:4.2rem;height:4.2rem;border-radius:999px;overflow:hidden;background:#dde3e9;flex:0 0 auto}.zen-product .zh-testi-avatar img{width:100%;height:100%;object-fit:cover}.zen-product .zh-testi-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.6rem;color:#6b6f77}.zen-product .zh-testi-name{display:block;font-weight:700;font-size:1.4rem;color:var(--zh-ink)}.zen-product .zh-testi-meta{display:block;font-size:1.2rem;color:var(--zh-mute)}@media(max-width:989px){.zen-product .zp-built-grid,.zen-product .zp-expect-grid{grid-template-columns:1fr}.zen-product .zh-testi{flex-basis:84%}.zen-product .zp-ing-slide{grid-template-columns:1fr}.zen-product .zp-ing-side{min-height:18rem}.zen-product .zp-ing-body{padding:3rem 2.6rem}.zen-product .zp-ing-slide--text .zp-ing-body{min-height:18rem}.zen-product .zp-fit{grid-template-columns:1fr}.zen-product .zp-swallow-row{grid-template-columns:1fr;gap:2.4rem}.zen-product .zp-swallow-stats{border-left:0;padding-left:0}}@media(max-width:640px){.zen-product .zp-action{height:28rem}.zen-product .zp-action-copy{left:2rem;right:2rem;bottom:2rem}.zen-product .zp-vs{padding:2.4rem 2rem}.zen-product .zp-vs-row{grid-template-columns:1.4fr .8fr .8fr;gap:.8rem;font-size:1.3rem}}@media(prefers-reduced-motion:reduce){.zen-product *,.zen-product *:before,.zen-product *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/zen-product.css.map */
